@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary
{
display: block;
} audio,
canvas,
video
{
display: inline-block;
} audio:not([controls])
{
display: none;
height: 0;
} [hidden],
template
{
display: none;
}  html
{
font-family: 'Raleway', sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body
{
margin: 0;
}  a
{
background: transparent;
} a:focus
{
outline: thin dotted;
} a:active,
a:hover
{
outline: 0;
}  h1
{
font-size: 2em;
margin: .67em 0;
} abbr[title]
{
border-bottom: 1px dotted;
} b,
strong
{
font-weight: bold;
} dfn
{
font-style: italic;
} hr
{
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
} mark
{
color: #000;
background: #ff0;
} code,
kbd,
pre,
samp
{
font-family: 'Raleway', monospace, serif;
font-size: 1em;
} pre
{
white-space: pre-wrap;
} q
{
quotes: '\201C' '\201D' '\2018' '\2019';
} small
{
font-size: 80%;
} sub,
sup
{
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup
{
top: -.5em;
}
sub
{
bottom: -.25em;
}  img
{
border: 0;
} svg:not(:root)
{
overflow: hidden;
}  figure
{
margin: 0;
}  fieldset
{
margin: 0 2px;
padding: .35em .625em .75em;
border: 1px solid #c0c0c0;
} legend
{ padding: 0;
border: 0; } button,
input,
select,
textarea
{
font-family: inherit; font-size: 100%; margin: 0; } button,
input
{
line-height: normal;
} button,
select
{
text-transform: none;
} button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{ cursor: pointer;
-webkit-appearance: button; } button[disabled],
html input[disabled]
{
cursor: default;
} input[type='checkbox'],
input[type='radio']
{
box-sizing: border-box; padding: 0; } input[type='search']
{
-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
-webkit-appearance: textfield;
} input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
-webkit-appearance: none;
} button::-moz-focus-inner,
input::-moz-focus-inner
{
padding: 0;
border: 0;
} textarea
{
overflow: auto; vertical-align: top; }  table
{
border-spacing: 0;
border-collapse: collapse;
}    @font-face {
font-family: 'icons';
font-weight: normal;
font-style: normal;
src: url(//daruj.si/wp-content/themes/casper-master/fonts/fa.eot?v=4.2.0);
src: url(//daruj.si/wp-content/themes/casper-master/fonts/fa.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(//daruj.si/wp-content/themes/casper-master/fonts/fa.woff?v=4.2.0) format('woff'), url(//daruj.si/wp-content/themes/casper-master/fonts/fa.ttf?v=4.2.0) format('truetype'), url(//daruj.si/wp-content/themes/casper-master/fonts/fa.svg?v=4.2.0#fontawesomeregular) format('svg');
} .fa-lg
{
font-size: 1.33333333em;
line-height: .75em;
vertical-align: -15%;
}
.fa-2x
{
font-size: 2em;
}
.fa-3x
{
font-size: 3em;
}
.fa-4x
{
font-size: 4em;
}
.fa-5x
{
font-size: 5em;
}
.fa-fw
{
width: 1.28571429em;
text-align: center;
}
.fa-ul
{
margin-left: 2.14285714em;
padding-left: 0;
list-style-type: none;
}
.fa-ul > li
{
position: relative;
}
.fa-li
{
position: absolute;
top: .14285714em;
left: -2.14285714em;
width: 2.14285714em;
text-align: center;
}
.fa-li.fa-lg
{
left: -1.85714286em;
}
.fa-border
{
padding: .2em .25em .15em;
border: solid .08em #eee;
border-radius: .1em;
}
.pull-right
{
float: right;
}
.pull-left
{
float: left;
}
.fa.pull-left
{
margin-right: .3em;
}
.fa.pull-right
{
margin-left: .3em;
}
.fa-spin
{
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin
{
0%
{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100%
{
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin
{
0%
{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100%
{
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90
{
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.fa-rotate-180
{
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.fa-rotate-270
{
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.fa-flip-horizontal
{
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
}
.fa-flip-vertical
{
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical
{
filter: none;
}
.fa-stack
{
line-height: 2em;
position: relative;
display: inline-block;
width: 2em;
height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x
{
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x
{
line-height: inherit;
}
.fa-stack-2x
{
font-size: 2em;
}
.fa-inverse
{
color: #fff;
} .icon-glass:before
{
content: '\f000';
}
.icon-music:before
{
content: '\f001';
}
.icon-search:before
{
content: '\f002';
}
.icon-envelope-o:before
{
content: '\f003';
}
.icon-heart:before
{
content: '\f004';
}
.icon-star:before
{
content: '\f005';
}
.icon-star-o:before
{
content: '\f006';
}
.icon-user:before
{
content: '\f007';
}
.icon-film:before
{
content: '\f008';
}
.icon-th-large:before
{
content: '\f009';
}
.icon-th:before
{
content: '\f00a';
}
.icon-th-list:before
{
content: '\f00b';
}
.icon-check:before
{
content: '\f00c';
}
.icon-remove:before,
.icon-close:before,
.icon-times:before
{
content: '\f00d';
}
.icon-search-plus:before
{
content: '\f00e';
}
.icon-search-minus:before
{
content: '\f010';
}
.icon-power-off:before
{
content: '\f011';
}
.icon-signal:before
{
content: '\f012';
}
.icon-gear:before,
.icon-cog:before
{
content: '\f013';
}
.icon-trash-o:before
{
content: '\f014';
}
.icon-home:before
{
content: '\f015';
}
.icon-file-o:before
{
content: '\f016';
}
.icon-clock-o:before
{
content: '\f017';
}
.icon-road:before
{
content: '\f018';
}
.icon-download:before
{
content: '\f019';
}
.icon-arrow-circle-o-down:before
{
content: '\f01a';
}
.icon-arrow-circle-o-up:before
{
content: '\f01b';
}
.icon-inbox:before
{
content: '\f01c';
}
.icon-play-circle-o:before
{
content: '\f01d';
}
.icon-rotate-right:before,
.icon-repeat:before
{
content: '\f01e';
}
.icon-refresh:before
{
content: '\f021';
}
.icon-list-alt:before
{
content: '\f022';
}
.icon-lock:before
{
content: '\f023';
}
.icon-flag:before
{
content: '\f024';
}
.icon-headphones:before
{
content: '\f025';
}
.icon-volume-off:before
{
content: '\f026';
}
.icon-volume-down:before
{
content: '\f027';
}
.icon-volume-up:before
{
content: '\f028';
}
.icon-qrcode:before
{
content: '\f029';
}
.icon-barcode:before
{
content: '\f02a';
}
.icon-tag:before
{
content: '\f02b';
}
.icon-tags:before
{
content: '\f02c';
}
.icon-book:before
{
content: '\f02d';
}
.icon-bookmark:before
{
content: '\f02e';
}
.icon-print:before
{
content: '\f02f';
}
.icon-camera:before
{
content: '\f030';
}
.icon-font:before
{
content: '\f031';
}
.icon-bold:before
{
content: '\f032';
}
.icon-italic:before
{
content: '\f033';
}
.icon-text-height:before
{
content: '\f034';
}
.icon-text-width:before
{
content: '\f035';
}
.icon-align-left:before
{
content: '\f036';
}
.icon-align-center:before
{
content: '\f037';
}
.icon-align-right:before
{
content: '\f038';
}
.icon-align-justify:before
{
content: '\f039';
}
.icon-list:before
{
content: '\f03a';
}
.icon-dedent:before,
.icon-outdent:before
{
content: '\f03b';
}
.icon-indent:before
{
content: '\f03c';
}
.icon-video-camera:before
{
content: '\f03d';
}
.icon-photo:before,
.icon-image:before,
.icon-picture-o:before
{
content: '\f03e';
}
.icon-pencil:before
{
content: '\f040';
}
.icon-map-marker:before
{
content: '\f041';
}
.icon-adjust:before
{
content: '\f042';
}
.icon-tint:before
{
content: '\f043';
}
.icon-edit:before,
.icon-pencil-square-o:before
{
content: '\f044';
}
.icon-share-square-o:before
{
content: '\f045';
}
.icon-check-square-o:before
{
content: '\f046';
}
.icon-arrows:before
{
content: '\f047';
}
.icon-step-backward:before
{
content: '\f048';
}
.icon-fast-backward:before
{
content: '\f049';
}
.icon-backward:before
{
content: '\f04a';
}
.icon-play:before
{
content: '\f04b';
}
.icon-pause:before
{
content: '\f04c';
}
.icon-stop:before
{
content: '\f04d';
}
.icon-forward:before
{
content: '\f04e';
}
.icon-fast-forward:before
{
content: '\f050';
}
.icon-step-forward:before
{
content: '\f051';
}
.icon-eject:before
{
content: '\f052';
}
.icon-chevron-left:before
{
content: '\f053';
}
.icon-chevron-right:before
{
content: '\f054';
}
.icon-plus-circle:before
{
content: '\f055';
}
.icon-minus-circle:before
{
content: '\f056';
}
.icon-times-circle:before
{
content: '\f057';
}
.icon-check-circle:before
{
content: '\f058';
}
.icon-question-circle:before
{
content: '\f059';
}
.icon-info-circle:before
{
content: '\f05a';
}
.icon-crosshairs:before
{
content: '\f05b';
}
.icon-times-circle-o:before
{
content: '\f05c';
}
.icon-check-circle-o:before
{
content: '\f05d';
}
.icon-ban:before
{
content: '\f05e';
}
.icon-arrow-left:before
{
content: '\f060';
}
.icon-arrow-right:before
{
content: '\f061';
}
.icon-arrow-up:before
{
content: '\f062';
}
.icon-arrow-down:before
{
content: '\f063';
}
.icon-mail-forward:before,
.icon-share:before
{
content: '\f064';
}
.icon-expand:before
{
content: '\f065';
}
.icon-compress:before
{
content: '\f066';
}
.icon-plus:before
{
content: '\f067';
}
.icon-minus:before
{
content: '\f068';
}
.icon-asterisk:before
{
content: '\f069';
}
.icon-exclamation-circle:before
{
content: '\f06a';
}
.icon-gift:before
{
content: '\f06b';
}
.icon-leaf:before
{
content: '\f06c';
}
.icon-fire:before
{
content: '\f06d';
}
.icon-eye:before
{
content: '\f06e';
}
.icon-eye-slash:before
{
content: '\f070';
}
.icon-warning:before,
.icon-exclamation-triangle:before
{
content: '\f071';
}
.icon-plane:before
{
content: '\f072';
}
.icon-calendar:before
{
content: '\f073';
}
.icon-random:before
{
content: '\f074';
}
.icon-comment:before
{
content: '\f075';
}
.icon-magnet:before
{
content: '\f076';
}
.icon-chevron-up:before
{
content: '\f077';
}
.icon-chevron-down:before
{
content: '\f078';
}
.icon-retweet:before
{
content: '\f079';
}
.icon-shopping-cart:before
{
content: '\f07a';
}
.icon-folder:before
{
content: '\f07b';
}
.icon-folder-open:before
{
content: '\f07c';
}
.icon-arrows-v:before
{
content: '\f07d';
}
.icon-arrows-h:before
{
content: '\f07e';
}
.icon-bar-chart-o:before,
.icon-bar-chart:before
{
content: '\f080';
}
.icon-twitter-square:before
{
content: '\f081';
}
.icon-facebook-square:before
{
content: '\f082';
}
.icon-camera-retro:before
{
content: '\f083';
}
.icon-key:before
{
content: '\f084';
}
.icon-gears:before,
.icon-cogs:before
{
content: '\f085';
}
.icon-comments:before
{
content: '\f086';
}
.icon-thumbs-o-up:before
{
content: '\f087';
}
.icon-thumbs-o-down:before
{
content: '\f088';
}
.icon-star-half:before
{
content: '\f089';
}
.icon-heart-o:before
{
content: '\f08a';
}
.icon-sign-out:before
{
content: '\f08b';
}
.icon-linkedin-square:before
{
content: '\f08c';
}
.icon-thumb-tack:before
{
content: '\f08d';
}
.icon-external-link:before
{
content: '\f08e';
}
.icon-sign-in:before
{
content: '\f090';
}
.icon-trophy:before
{
content: '\f091';
}
.icon-github-square:before
{
content: '\f092';
}
.icon-upload:before
{
content: '\f093';
}
.icon-lemon-o:before
{
content: '\f094';
}
.icon-phone:before
{
content: '\f095';
}
.icon-square-o:before
{
content: '\f096';
}
.icon-bookmark-o:before
{
content: '\f097';
}
.icon-phone-square:before
{
content: '\f098';
}
.icon-twitter:before
{
content: '\f099';
}
.icon-facebook:before
{
content: '\f09a';
}
.icon-github:before
{
content: '\f09b';
}
.icon-unlock:before
{
content: '\f09c';
}
.icon-credit-card:before
{
content: '\f09d';
}
.icon-feed:before,
.icon-rss:before
{
content: '\f09e';
}
.icon-hdd-o:before
{
content: '\f0a0';
}
.icon-bullhorn:before
{
content: '\f0a1';
}
.icon-bell:before
{
content: '\f0f3';
}
.icon-certificate:before
{
content: '\f0a3';
}
.icon-hand-o-right:before
{
content: '\f0a4';
}
.icon-hand-o-left:before
{
content: '\f0a5';
}
.icon-hand-o-up:before
{
content: '\f0a6';
}
.icon-hand-o-down:before
{
content: '\f0a7';
}
.icon-arrow-circle-left:before
{
content: '\f0a8';
}
.icon-arrow-circle-right:before
{
content: '\f0a9';
}
.icon-arrow-circle-up:before
{
content: '\f0aa';
}
.icon-arrow-circle-down:before
{
content: '\f0ab';
}
.icon-globe:before
{
content: '\f0ac';
}
.icon-wrench:before
{
content: '\f0ad';
}
.icon-tasks:before
{
content: '\f0ae';
}
.icon-filter:before
{
content: '\f0b0';
}
.icon-briefcase:before
{
content: '\f0b1';
}
.icon-arrows-alt:before
{
content: '\f0b2';
}
.icon-group:before,
.icon-users:before
{
content: '\f0c0';
}
.icon-chain:before,
.icon-link:before
{
content: '\f0c1';
}
.icon-cloud:before
{
content: '\f0c2';
}
.icon-flask:before
{
content: '\f0c3';
}
.icon-cut:before,
.icon-scissors:before
{
content: '\f0c4';
}
.icon-copy:before,
.icon-files-o:before
{
content: '\f0c5';
}
.icon-paperclip:before
{
content: '\f0c6';
}
.icon-save:before,
.icon-floppy-o:before
{
content: '\f0c7';
}
.icon-square:before
{
content: '\f0c8';
}
.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before
{
content: '\f0c9';
}
.icon-list-ul:before
{
content: '\f0ca';
}
.icon-list-ol:before
{
content: '\f0cb';
}
.icon-strikethrough:before
{
content: '\f0cc';
}
.icon-underline:before
{
content: '\f0cd';
}
.icon-table:before
{
content: '\f0ce';
}
.icon-magic:before
{
content: '\f0d0';
}
.icon-truck:before
{
content: '\f0d1';
}
.icon-pinterest:before
{
content: '\f0d2';
}
.icon-pinterest-square:before
{
content: '\f0d3';
}
.icon-google-plus-square:before
{
content: '\f0d4';
}
.icon-google-plus:before
{
content: '\f0d5';
}
.icon-money:before
{
content: '\f0d6';
}
.icon-caret-down:before
{
content: '\f0d7';
}
.icon-caret-up:before
{
content: '\f0d8';
}
.icon-caret-left:before
{
content: '\f0d9';
}
.icon-caret-right:before
{
content: '\f0da';
}
.icon-columns:before
{
content: '\f0db';
}
.icon-unsorted:before,
.icon-sort:before
{
content: '\f0dc';
}
.icon-sort-down:before,
.icon-sort-desc:before
{
content: '\f0dd';
}
.icon-sort-up:before,
.icon-sort-asc:before
{
content: '\f0de';
}
.icon-envelope:before
{
content: '\f0e0';
}
.icon-linkedin:before
{
content: '\f0e1';
}
.icon-rotate-left:before,
.icon-undo:before
{
content: '\f0e2';
}
.icon-legal:before,
.icon-gavel:before
{
content: '\f0e3';
}
.icon-dashboard:before,
.icon-tachometer:before
{
content: '\f0e4';
}
.icon-comment-o:before
{
content: '\f0e5';
}
.icon-comments-o:before
{
content: '\f0e6';
}
.icon-flash:before,
.icon-bolt:before
{
content: '\f0e7';
}
.icon-sitemap:before
{
content: '\f0e8';
}
.icon-umbrella:before
{
content: '\f0e9';
}
.icon-paste:before,
.icon-clipboard:before
{
content: '\f0ea';
}
.icon-lightbulb-o:before
{
content: '\f0eb';
}
.icon-exchange:before
{
content: '\f0ec';
}
.icon-cloud-download:before
{
content: '\f0ed';
}
.icon-cloud-upload:before
{
content: '\f0ee';
}
.icon-user-md:before
{
content: '\f0f0';
}
.icon-stethoscope:before
{
content: '\f0f1';
}
.icon-suitcase:before
{
content: '\f0f2';
}
.icon-bell-o:before
{
content: '\f0a2';
}
.icon-coffee:before
{
content: '\f0f4';
}
.icon-cutlery:before
{
content: '\f0f5';
}
.icon-file-text-o:before
{
content: '\f0f6';
}
.icon-building-o:before
{
content: '\f0f7';
}
.icon-hospital-o:before
{
content: '\f0f8';
}
.icon-ambulance:before
{
content: '\f0f9';
}
.icon-medkit:before
{
content: '\f0fa';
}
.icon-fighter-jet:before
{
content: '\f0fb';
}
.icon-beer:before
{
content: '\f0fc';
}
.icon-h-square:before
{
content: '\f0fd';
}
.icon-plus-square:before
{
content: '\f0fe';
}
.icon-angle-double-left:before
{
content: '\f100';
}
.icon-angle-double-right:before
{
content: '\f101';
}
.icon-angle-double-up:before
{
content: '\f102';
}
.icon-angle-double-down:before
{
content: '\f103';
}
.icon-angle-left:before
{
content: '\f104';
}
.icon-angle-right:before
{
content: '\f105';
}
.icon-angle-up:before
{
content: '\f106';
}
.icon-angle-down:before
{
content: '\f107';
}
.icon-desktop:before
{
content: '\f108';
}
.icon-laptop:before
{
content: '\f109';
}
.icon-tablet:before
{
content: '\f10a';
}
.icon-mobile-phone:before,
.icon-mobile:before
{
content: '\f10b';
}
.icon-circle-o:before
{
content: '\f10c';
}
.icon-quote-left:before
{
content: '\f10d';
}
.icon-quote-right:before
{
content: '\f10e';
}
.icon-spinner:before
{
content: '\f110';
}
.icon-circle:before
{
content: '\f111';
}
.icon-mail-reply:before,
.icon-reply:before
{
content: '\f112';
}
.icon-github-alt:before
{
content: '\f113';
}
.icon-folder-o:before
{
content: '\f114';
}
.icon-folder-open-o:before
{
content: '\f115';
}
.icon-smile-o:before
{
content: '\f118';
}
.icon-frown-o:before
{
content: '\f119';
}
.icon-meh-o:before
{
content: '\f11a';
}
.icon-gamepad:before
{
content: '\f11b';
}
.icon-keyboard-o:before
{
content: '\f11c';
}
.icon-flag-o:before
{
content: '\f11d';
}
.icon-flag-checkered:before
{
content: '\f11e';
}
.icon-terminal:before
{
content: '\f120';
}
.icon-code:before
{
content: '\f121';
}
.icon-mail-reply-all:before,
.icon-reply-all:before
{
content: '\f122';
}
.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before
{
content: '\f123';
}
.icon-location-arrow:before
{
content: '\f124';
}
.icon-crop:before
{
content: '\f125';
}
.icon-code-fork:before
{
content: '\f126';
}
.icon-unlink:before,
.icon-chain-broken:before
{
content: '\f127';
}
.icon-question:before
{
content: '\f128';
}
.icon-info:before
{
content: '\f129';
}
.icon-exclamation:before
{
content: '\f12a';
}
.icon-superscript:before
{
content: '\f12b';
}
.icon-subscript:before
{
content: '\f12c';
}
.icon-eraser:before
{
content: '\f12d';
}
.icon-puzzle-piece:before
{
content: '\f12e';
}
.icon-microphone:before
{
content: '\f130';
}
.icon-microphone-slash:before
{
content: '\f131';
}
.icon-shield:before
{
content: '\f132';
}
.icon-calendar-o:before
{
content: '\f133';
}
.icon-fire-extinguisher:before
{
content: '\f134';
}
.icon-rocket:before
{
content: '\f135';
}
.icon-maxcdn:before
{
content: '\f136';
}
.icon-chevron-circle-left:before
{
content: '\f137';
}
.icon-chevron-circle-right:before
{
content: '\f138';
}
.icon-chevron-circle-up:before
{
content: '\f139';
}
.icon-chevron-circle-down:before
{
content: '\f13a';
}
.icon-html5:before
{
content: '\f13b';
}
.icon-css3:before
{
content: '\f13c';
}
.icon-anchor:before
{
content: '\f13d';
}
.icon-unlock-alt:before
{
content: '\f13e';
}
.icon-bullseye:before
{
content: '\f140';
}
.icon-ellipsis-h:before
{
content: '\f141';
}
.icon-ellipsis-v:before
{
content: '\f142';
}
.icon-feed-square:before,
.icon-rss-square:before
{
content: '\f143';
}
.icon-play-circle:before
{
content: '\f144';
}
.icon-ticket:before
{
content: '\f145';
}
.icon-minus-square:before
{
content: '\f146';
}
.icon-minus-square-o:before
{
content: '\f147';
}
.icon-level-up:before
{
content: '\f148';
}
.icon-level-down:before
{
content: '\f149';
}
.icon-check-square:before
{
content: '\f14a';
}
.icon-pencil-square:before
{
content: '\f14b';
}
.icon-external-link-square:before
{
content: '\f14c';
}
.icon-share-square:before
{
content: '\f14d';
}
.icon-compass:before
{
content: '\f14e';
}
.icon-toggle-down:before,
.icon-caret-square-o-down:before
{
content: '\f150';
}
.icon-toggle-up:before,
.icon-caret-square-o-up:before
{
content: '\f151';
}
.icon-toggle-right:before,
.icon-caret-square-o-right:before
{
content: '\f152';
}
.icon-euro:before,
.icon-eur:before
{
content: '\f153';
}
.icon-gbp:before
{
content: '\f154';
}
.icon-dollar:before,
.icon-usd:before
{
content: '\f155';
}
.icon-rupee:before,
.icon-inr:before
{
content: '\f156';
}
.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before
{
content: '\f157';
}
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before
{
content: '\f158';
}
.icon-won:before,
.icon-krw:before
{
content: '\f159';
}
.icon-bitcoin:before,
.icon-btc:before
{
content: '\f15a';
}
.icon-file:before
{
content: '\f15b';
}
.icon-file-text:before
{
content: '\f15c';
}
.icon-sort-alpha-asc:before
{
content: '\f15d';
}
.icon-sort-alpha-desc:before
{
content: '\f15e';
}
.icon-sort-amount-asc:before
{
content: '\f160';
}
.icon-sort-amount-desc:before
{
content: '\f161';
}
.icon-sort-numeric-asc:before
{
content: '\f162';
}
.icon-sort-numeric-desc:before
{
content: '\f163';
}
.icon-thumbs-up:before
{
content: '\f164';
}
.icon-thumbs-down:before
{
content: '\f165';
}
.icon-youtube-square:before
{
content: '\f166';
}
.icon-youtube:before
{
content: '\f167';
}
.icon-xing:before
{
content: '\f168';
}
.icon-xing-square:before
{
content: '\f169';
}
.icon-youtube-play:before
{
content: '\f16a';
}
.icon-dropbox:before
{
content: '\f16b';
}
.icon-stack-overflow:before
{
content: '\f16c';
}
.icon-instagram:before
{
content: '\f16d';
}
.icon-flickr:before
{
content: '\f16e';
}
.icon-adn:before
{
content: '\f170';
}
.icon-bitbucket:before
{
content: '\f171';
}
.icon-bitbucket-square:before
{
content: '\f172';
}
.icon-tumblr:before
{
content: '\f173';
}
.icon-tumblr-square:before
{
content: '\f174';
}
.icon-long-arrow-down:before
{
content: '\f175';
}
.icon-long-arrow-up:before
{
content: '\f176';
}
.icon-long-arrow-left:before
{
content: '\f177';
}
.icon-long-arrow-right:before
{
content: '\f178';
}
.icon-apple:before
{
content: '\f179';
}
.icon-windows:before
{
content: '\f17a';
}
.icon-android:before
{
content: '\f17b';
}
.icon-linux:before
{
content: '\f17c';
}
.icon-dribbble:before
{
content: '\f17d';
}
.icon-skype:before
{
content: '\f17e';
}
.icon-foursquare:before
{
content: '\f180';
}
.icon-trello:before
{
content: '\f181';
}
.icon-female:before
{
content: '\f182';
}
.icon-male:before
{
content: '\f183';
}
.icon-gittip:before
{
content: '\f184';
}
.icon-sun-o:before
{
content: '\f185';
}
.icon-moon-o:before
{
content: '\f186';
}
.icon-archive:before
{
content: '\f187';
}
.icon-bug:before
{
content: '\f188';
}
.icon-vk:before
{
content: '\f189';
}
.icon-weibo:before
{
content: '\f18a';
}
.icon-renren:before
{
content: '\f18b';
}
.icon-pagelines:before
{
content: '\f18c';
}
.icon-stack-exchange:before
{
content: '\f18d';
}
.icon-arrow-circle-o-right:before
{
content: '\f18e';
}
.icon-arrow-circle-o-left:before
{
content: '\f190';
}
.icon-toggle-left:before,
.icon-caret-square-o-left:before
{
content: '\f191';
}
.icon-dot-circle-o:before
{
content: '\f192';
}
.icon-wheelchair:before
{
content: '\f193';
}
.icon-vimeo-square:before
{
content: '\f194';
}
.icon-turkish-lira:before,
.icon-try:before
{
content: '\f195';
}
.icon-plus-square-o:before
{
content: '\f196';
}
.icon-space-shuttle:before
{
content: '\f197';
}
.icon-slack:before
{
content: '\f198';
}
.icon-envelope-square:before
{
content: '\f199';
}
.icon-wordpress:before
{
content: '\f19a';
}
.icon-openid:before
{
content: '\f19b';
}
.icon-institution:before,
.icon-bank:before,
.icon-university:before
{
content: '\f19c';
}
.icon-mortar-board:before,
.icon-graduation-cap:before
{
content: '\f19d';
}
.icon-yahoo:before
{
content: '\f19e';
}
.icon-google:before
{
content: '\f1a0';
}
.icon-reddit:before
{
content: '\f1a1';
}
.icon-reddit-square:before
{
content: '\f1a2';
}
.icon-stumbleupon-circle:before
{
content: '\f1a3';
}
.icon-stumbleupon:before
{
content: '\f1a4';
}
.icon-delicious:before
{
content: '\f1a5';
}
.icon-digg:before
{
content: '\f1a6';
}
.icon-pied-piper:before
{
content: '\f1a7';
}
.icon-pied-piper-alt:before
{
content: '\f1a8';
}
.icon-drupal:before
{
content: '\f1a9';
}
.icon-joomla:before
{
content: '\f1aa';
}
.icon-language:before
{
content: '\f1ab';
}
.icon-fax:before
{
content: '\f1ac';
}
.icon-building:before
{
content: '\f1ad';
}
.icon-child:before
{
content: '\f1ae';
}
.icon-paw:before
{
content: '\f1b0';
}
.icon-spoon:before
{
content: '\f1b1';
}
.icon-cube:before
{
content: '\f1b2';
}
.icon-cubes:before
{
content: '\f1b3';
}
.icon-behance:before
{
content: '\f1b4';
}
.icon-behance-square:before
{
content: '\f1b5';
}
.icon-steam:before
{
content: '\f1b6';
}
.icon-steam-square:before
{
content: '\f1b7';
}
.icon-recycle:before
{
content: '\f1b8';
}
.icon-automobile:before,
.icon-car:before
{
content: '\f1b9';
}
.icon-cab:before,
.icon-taxi:before
{
content: '\f1ba';
}
.icon-tree:before
{
content: '\f1bb';
}
.icon-spotify:before
{
content: '\f1bc';
}
.icon-deviantart:before
{
content: '\f1bd';
}
.icon-soundcloud:before
{
content: '\f1be';
}
.icon-database:before
{
content: '\f1c0';
}
.icon-file-pdf-o:before
{
content: '\f1c1';
}
.icon-file-word-o:before
{
content: '\f1c2';
}
.icon-file-excel-o:before
{
content: '\f1c3';
}
.icon-file-powerpoint-o:before
{
content: '\f1c4';
}
.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before
{
content: '\f1c5';
}
.icon-file-zip-o:before,
.icon-file-archive-o:before
{
content: '\f1c6';
}
.icon-file-sound-o:before,
.icon-file-audio-o:before
{
content: '\f1c7';
}
.icon-file-movie-o:before,
.icon-file-video-o:before
{
content: '\f1c8';
}
.icon-file-code-o:before
{
content: '\f1c9';
}
.icon-vine:before
{
content: '\f1ca';
}
.icon-codepen:before
{
content: '\f1cb';
}
.icon-jsfiddle:before
{
content: '\f1cc';
}
.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before
{
content: '\f1cd';
}
.icon-circle-o-notch:before
{
content: '\f1ce';
}
.icon-ra:before,
.icon-rebel:before
{
content: '\f1d0';
}
.icon-ge:before,
.icon-empire:before
{
content: '\f1d1';
}
.icon-git-square:before
{
content: '\f1d2';
}
.icon-git:before
{
content: '\f1d3';
}
.icon-hacker-news:before
{
content: '\f1d4';
}
.icon-tencent-weibo:before
{
content: '\f1d5';
}
.icon-qq:before
{
content: '\f1d6';
}
.icon-wechat:before,
.icon-weixin:before
{
content: '\f1d7';
}
.icon-send:before,
.icon-paper-plane:before
{
content: '\f1d8';
}
.icon-send-o:before,
.icon-paper-plane-o:before
{
content: '\f1d9';
}
.icon-history:before
{
content: '\f1da';
}
.icon-circle-thin:before
{
content: '\f1db';
}
.icon-header:before
{
content: '\f1dc';
}
.icon-paragraph:before
{
content: '\f1dd';
}
.icon-sliders:before
{
content: '\f1de';
}
.icon-share-alt:before
{
content: '\f1e0';
}
.icon-share-alt-square:before
{
content: '\f1e1';
}
.icon-bomb:before
{
content: '\f1e2';
}
.icon-soccer-ball-o:before,
.icon-futbol-o:before
{
content: '\f1e3';
}
.icon-tty:before
{
content: '\f1e4';
}
.icon-binoculars:before
{
content: '\f1e5';
}
.icon-plug:before
{
content: '\f1e6';
}
.icon-slideshare:before
{
content: '\f1e7';
}
.icon-twitch:before
{
content: '\f1e8';
}
.icon-yelp:before
{
content: '\f1e9';
}
.icon-newspaper-o:before
{
content: '\f1ea';
}
.icon-wifi:before
{
content: '\f1eb';
}
.icon-calculator:before
{
content: '\f1ec';
}
.icon-paypal:before
{
content: '\f1ed';
}
.icon-google-wallet:before
{
content: '\f1ee';
}
.icon-cc-visa:before
{
content: '\f1f0';
}
.icon-cc-mastercard:before
{
content: '\f1f1';
}
.icon-cc-discover:before
{
content: '\f1f2';
}
.icon-cc-amex:before
{
content: '\f1f3';
}
.icon-cc-paypal:before
{
content: '\f1f4';
}
.icon-cc-stripe:before
{
content: '\f1f5';
}
.icon-bell-slash:before
{
content: '\f1f6';
}
.icon-bell-slash-o:before
{
content: '\f1f7';
}
.icon-trash:before
{
content: '\f1f8';
}
.icon-copyright:before
{
content: '\f1f9';
}
.icon-at:before
{
content: '\f1fa';
}
.icon-eyedropper:before
{
content: '\f1fb';
}
.icon-paint-brush:before
{
content: '\f1fc';
}
.icon-birthday-cake:before
{
content: '\f1fd';
}
.icon-area-chart:before
{
content: '\f1fe';
}
.icon-pie-chart:before
{
content: '\f200';
}
.icon-line-chart:before
{
content: '\f201';
}
.icon-lastfm:before
{
content: '\f202';
}
.icon-lastfm-square:before
{
content: '\f203';
}
.icon-toggle-off:before
{
content: '\f204';
}
.icon-toggle-on:before
{
content: '\f205';
}
.icon-bicycle:before
{
content: '\f206';
}
.icon-bus:before
{
content: '\f207';
}
.icon-ioxhost:before
{
content: '\f208';
}
.icon-angellist:before
{
content: '\f209';
}
.icon-cc:before
{
content: '\f20a';
}
.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before
{
content: '\f20b';
}
.icon-meanpath:before
{
content: '\f20c';
}
.icon-glass:before,
.icon-music:before,
.icon-search:before,
.icon-envelope-o:before,
.icon-heart:before,
.icon-star:before,
.icon-star-o:before,
.icon-user:before,
.icon-film:before,
.icon-th-large:before,
.icon-th:before,
.icon-th-list:before,
.icon-check:before,
.icon-remove:before,
.icon-close:before,
.icon-times:before,
.icon-search-plus:before,
.icon-search-minus:before,
.icon-power-off:before,
.icon-signal:before,
.icon-gear:before,
.icon-cog:before,
.icon-trash-o:before,
.icon-home:before,
.icon-file-o:before,
.icon-clock-o:before,
.icon-road:before,
.icon-download:before,
.icon-arrow-circle-o-down:before,
.icon-arrow-circle-o-up:before,
.icon-inbox:before,
.icon-play-circle-o:before,
.icon-rotate-right:before,
.icon-repeat:before,
.icon-refresh:before,
.icon-list-alt:before,
.icon-lock:before,
.icon-flag:before,
.icon-headphones:before,
.icon-volume-off:before,
.icon-volume-down:before,
.icon-volume-up:before,
.icon-qrcode:before,
.icon-barcode:before,
.icon-tag:before,
.icon-tags:before,
.icon-book:before,
.icon-bookmark:before,
.icon-print:before,
.icon-camera:before,
.icon-font:before,
.icon-bold:before,
.icon-italic:before,
.icon-text-height:before,
.icon-text-width:before,
.icon-align-left:before,
.icon-align-center:before,
.icon-align-right:before,
.icon-align-justify:before,
.icon-list:before,
.icon-dedent:before,
.icon-outdent:before,
.icon-indent:before,
.icon-video-camera:before,
.icon-photo:before,
.icon-image:before,
.icon-picture-o:before,
.icon-pencil:before,
.icon-map-marker:before,
.icon-adjust:before,
.icon-tint:before,
.icon-edit:before,
.icon-pencil-square-o:before,
.icon-share-square-o:before,
.icon-check-square-o:before,
.icon-arrows:before,
.icon-step-backward:before,
.icon-fast-backward:before,
.icon-backward:before,
.icon-play:before,
.icon-pause:before,
.icon-stop:before,
.icon-forward:before,
.icon-fast-forward:before,
.icon-step-forward:before,
.icon-eject:before,
.icon-chevron-left:before,
.icon-chevron-right:before,
.icon-plus-circle:before,
.icon-minus-circle:before,
.icon-times-circle:before,
.icon-check-circle:before,
.icon-question-circle:before,
.icon-info-circle:before,
.icon-crosshairs:before,
.icon-times-circle-o:before,
.icon-check-circle-o:before,
.icon-ban:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-arrow-up:before,
.icon-arrow-down:before,
.icon-mail-forward:before,
.icon-share:before,
.icon-expand:before,
.icon-compress:before,
.icon-plus:before,
.icon-minus:before,
.icon-asterisk:before,
.icon-exclamation-circle:before,
.icon-gift:before,
.icon-leaf:before,
.icon-fire:before,
.icon-eye:before,
.icon-eye-slash:before,
.icon-warning:before,
.icon-exclamation-triangle:before,
.icon-plane:before,
.icon-calendar:before,
.icon-random:before,
.icon-comment:before,
.icon-magnet:before,
.icon-chevron-up:before,
.icon-chevron-down:before,
.icon-retweet:before,
.icon-shopping-cart:before,
.icon-folder:before,
.icon-folder-open:before,
.icon-arrows-v:before,
.icon-arrows-h:before,
.icon-bar-chart-o:before,
.icon-bar-chart:before,
.icon-twitter-square:before,
.icon-facebook-square:before,
.icon-camera-retro:before,
.icon-key:before,
.icon-gears:before,
.icon-cogs:before,
.icon-comments:before,
.icon-thumbs-o-up:before,
.icon-thumbs-o-down:before,
.icon-star-half:before,
.icon-heart-o:before,
.icon-sign-out:before,
.icon-linkedin-square:before,
.icon-thumb-tack:before,
.icon-external-link:before,
.icon-sign-in:before,
.icon-trophy:before,
.icon-github-square:before,
.icon-upload:before,
.icon-lemon-o:before,
.icon-phone:before,
.icon-square-o:before,
.icon-bookmark-o:before,
.icon-phone-square:before,
.icon-twitter:before,
.icon-facebook:before,
.icon-github:before,
.icon-unlock:before,
.icon-credit-card:before,
.icon-feed:before,
.icon-rss:before,
.icon-hdd-o:before,
.icon-bullhorn:before,
.icon-bell:before,
.icon-certificate:before,
.icon-hand-o-right:before,
.icon-hand-o-left:before,
.icon-hand-o-up:before,
.icon-hand-o-down:before,
.icon-arrow-circle-left:before,
.icon-arrow-circle-right:before,
.icon-arrow-circle-up:before,
.icon-arrow-circle-down:before,
.icon-globe:before,
.icon-wrench:before,
.icon-tasks:before,
.icon-filter:before,
.icon-briefcase:before,
.icon-arrows-alt:before,
.icon-group:before,
.icon-users:before,
.icon-chain:before,
.icon-link:before,
.icon-cloud:before,
.icon-flask:before,
.icon-cut:before,
.icon-scissors:before,
.icon-copy:before,
.icon-files-o:before,
.icon-paperclip:before,
.icon-save:before,
.icon-floppy-o:before,
.icon-square:before,
.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before,
.icon-list-ul:before,
.icon-list-ol:before,
.icon-strikethrough:before,
.icon-underline:before,
.icon-table:before,
.icon-magic:before,
.icon-truck:before,
.icon-pinterest:before,
.icon-pinterest-square:before,
.icon-google-plus-square:before,
.icon-google-plus:before,
.icon-money:before,
.icon-caret-down:before,
.icon-caret-up:before,
.icon-caret-left:before,
.icon-caret-right:before,
.icon-columns:before,
.icon-unsorted:before,
.icon-sort:before,
.icon-sort-down:before,
.icon-sort-desc:before,
.icon-sort-up:before,
.icon-sort-asc:before,
.icon-envelope:before,
.icon-linkedin:before,
.icon-rotate-left:before,
.icon-undo:before,
.icon-legal:before,
.icon-gavel:before,
.icon-dashboard:before,
.icon-tachometer:before,
.icon-comment-o:before,
.icon-comments-o:before,
.icon-flash:before,
.icon-bolt:before,
.icon-sitemap:before,
.icon-umbrella:before,
.icon-paste:before,
.icon-clipboard:before,
.icon-lightbulb-o:before,
.icon-exchange:before,
.icon-cloud-download:before,
.icon-cloud-upload:before,
.icon-user-md:before,
.icon-stethoscope:before,
.icon-suitcase:before,
.icon-bell-o:before,
.icon-coffee:before,
.icon-cutlery:before,
.icon-file-text-o:before,
.icon-building-o:before,
.icon-hospital-o:before,
.icon-ambulance:before,
.icon-medkit:before,
.icon-fighter-jet:before,
.icon-beer:before,
.icon-h-square:before,
.icon-plus-square:before,
.icon-angle-double-left:before,
.icon-angle-double-right:before,
.icon-angle-double-up:before,
.icon-angle-double-down:before,
.icon-angle-left:before,
.icon-angle-right:before,
.icon-angle-up:before,
.icon-angle-down:before,
.icon-desktop:before,
.icon-laptop:before,
.icon-tablet:before,
.icon-mobile-phone:before,
.icon-mobile:before,
.icon-circle-o:before,
.icon-quote-left:before,
.icon-quote-right:before,
.icon-spinner:before,
.icon-circle:before,
.icon-mail-reply:before,
.icon-reply:before,
.icon-github-alt:before,
.icon-folder-o:before,
.icon-folder-open-o:before,
.icon-smile-o:before,
.icon-frown-o:before,
.icon-meh-o:before,
.icon-gamepad:before,
.icon-keyboard-o:before,
.icon-flag-o:before,
.icon-flag-checkered:before,
.icon-terminal:before,
.icon-code:before,
.icon-mail-reply-all:before,
.icon-reply-all:before,
.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before,
.icon-location-arrow:before,
.icon-crop:before,
.icon-code-fork:before,
.icon-unlink:before,
.icon-chain-broken:before,
.icon-question:before,
.icon-info:before,
.icon-exclamation:before,
.icon-superscript:before,
.icon-subscript:before,
.icon-eraser:before,
.icon-puzzle-piece:before,
.icon-microphone:before,
.icon-microphone-slash:before,
.icon-shield:before,
.icon-calendar-o:before,
.icon-fire-extinguisher:before,
.icon-rocket:before,
.icon-maxcdn:before,
.icon-chevron-circle-left:before,
.icon-chevron-circle-right:before,
.icon-chevron-circle-up:before,
.icon-chevron-circle-down:before,
.icon-html5:before,
.icon-css3:before,
.icon-anchor:before,
.icon-unlock-alt:before,
.icon-bullseye:before,
.icon-ellipsis-h:before,
.icon-ellipsis-v:before,
.icon-feed-square:before,
.icon-rss-square:before,
.icon-play-circle:before,
.icon-ticket:before,
.icon-minus-square:before,
.icon-minus-square-o:before,
.icon-level-up:before,
.icon-level-down:before,
.icon-check-square:before,
.icon-pencil-square:before,
.icon-external-link-square:before,
.icon-share-square:before,
.icon-compass:before,
.icon-toggle-down:before,
.icon-caret-square-o-down:before,
.icon-toggle-up:before,
.icon-caret-square-o-up:before,
.icon-toggle-right:before,
.icon-caret-square-o-right:before,
.icon-euro:before,
.icon-eur:before,
.icon-gbp:before,
.icon-dollar:before,
.icon-usd:before,
.icon-rupee:before,
.icon-inr:before,
.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before,
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before,
.icon-won:before,
.icon-krw:before,
.icon-bitcoin:before,
.icon-btc:before,
.icon-file:before,
.icon-file-text:before,
.icon-sort-alpha-asc:before,
.icon-sort-alpha-desc:before,
.icon-sort-amount-asc:before,
.icon-sort-amount-desc:before,
.icon-sort-numeric-asc:before,
.icon-sort-numeric-desc:before,
.icon-thumbs-up:before,
.icon-thumbs-down:before,
.icon-youtube-square:before,
.icon-youtube:before,
.icon-xing:before,
.icon-xing-square:before,
.icon-youtube-play:before,
.icon-dropbox:before,
.icon-stack-overflow:before,
.icon-instagram:before,
.icon-flickr:before,
.icon-adn:before,
.icon-bitbucket:before,
.icon-bitbucket-square:before,
.icon-tumblr:before,
.icon-tumblr-square:before,
.icon-long-arrow-down:before,
.icon-long-arrow-up:before,
.icon-long-arrow-left:before,
.icon-long-arrow-right:before,
.icon-apple:before,
.icon-windows:before,
.icon-android:before,
.icon-linux:before,
.icon-dribbble:before,
.icon-skype:before,
.icon-foursquare:before,
.icon-trello:before,
.icon-female:before,
.icon-male:before,
.icon-gittip:before,
.icon-sun-o:before,
.icon-moon-o:before,
.icon-archive:before,
.icon-bug:before,
.icon-vk:before,
.icon-weibo:before,
.icon-renren:before,
.icon-pagelines:before,
.icon-stack-exchange:before,
.icon-arrow-circle-o-right:before,
.icon-arrow-circle-o-left:before,
.icon-toggle-left:before,
.icon-caret-square-o-left:before,
.icon-dot-circle-o:before,
.icon-wheelchair:before,
.icon-vimeo-square:before,
.icon-turkish-lira:before,
.icon-try:before,
.icon-plus-square-o:before,
.icon-space-shuttle:before,
.icon-slack:before,
.icon-envelope-square:before,
.icon-wordpress:before,
.icon-openid:before,
.icon-institution:before,
.icon-bank:before,
.icon-university:before,
.icon-mortar-board:before,
.icon-graduation-cap:before,
.icon-yahoo:before,
.icon-google:before,
.icon-reddit:before,
.icon-reddit-square:before,
.icon-stumbleupon-circle:before,
.icon-stumbleupon:before,
.icon-delicious:before,
.icon-digg:before,
.icon-pied-piper:before,
.icon-pied-piper-alt:before,
.icon-drupal:before,
.icon-joomla:before,
.icon-language:before,
.icon-fax:before,
.icon-building:before,
.icon-child:before,
.icon-paw:before,
.icon-spoon:before,
.icon-cube:before,
.icon-cubes:before,
.icon-behance:before,
.icon-behance-square:before,
.icon-steam:before,
.icon-steam-square:before,
.icon-recycle:before,
.icon-automobile:before,
.icon-car:before,
.icon-cab:before,
.icon-taxi:before,
.icon-tree:before,
.icon-spotify:before,
.icon-deviantart:before,
.icon-soundcloud:before,
.icon-database:before,
.icon-file-pdf-o:before,
.icon-file-word-o:before,
.icon-file-excel-o:before,
.icon-file-powerpoint-o:before,
.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before,
.icon-file-zip-o:before,
.icon-file-archive-o:before,
.icon-file-sound-o:before,
.icon-file-audio-o:before,
.icon-file-movie-o:before,
.icon-file-video-o:before,
.icon-file-code-o:before,
.icon-vine:before,
.icon-codepen:before,
.icon-jsfiddle:before,
.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before,
.icon-circle-o-notch:before,
.icon-ra:before,
.icon-rebel:before,
.icon-ge:before,
.icon-empire:before,
.icon-git-square:before,
.icon-git:before,
.icon-hacker-news:before,
.icon-tencent-weibo:before,
.icon-qq:before,
.icon-wechat:before,
.icon-weixin:before,
.icon-send:before,
.icon-paper-plane:before,
.icon-send-o:before,
.icon-paper-plane-o:before,
.icon-history:before,
.icon-circle-thin:before,
.icon-header:before,
.icon-paragraph:before,
.icon-sliders:before,
.icon-share-alt:before,
.icon-share-alt-square:before,
.icon-bomb:before,
.icon-soccer-ball-o:before,
.icon-futbol-o:before,
.icon-tty:before,
.icon-binoculars:before,
.icon-plug:before,
.icon-slideshare:before,
.icon-twitch:before,
.icon-yelp:before,
.icon-newspaper-o:before,
.icon-wifi:before,
.icon-calculator:before,
.icon-paypal:before,
.icon-google-wallet:before,
.icon-cc-visa:before,
.icon-cc-mastercard:before,
.icon-cc-discover:before,
.icon-cc-amex:before,
.icon-cc-paypal:before,
.icon-cc-stripe:before,
.icon-bell-slash:before,
.icon-bell-slash-o:before,
.icon-trash:before,
.icon-copyright:before,
.icon-at:before,
.icon-eyedropper:before,
.icon-paint-brush:before,
.icon-birthday-cake:before,
.icon-area-chart:before,
.icon-pie-chart:before,
.icon-line-chart:before,
.icon-lastfm:before,
.icon-lastfm-square:before,
.icon-toggle-off:before,
.icon-toggle-on:before,
.icon-bicycle:before,
.icon-bus:before,
.icon-ioxhost:before,
.icon-angellist:before,
.icon-cc:before,
.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before,
.icon-meanpath:before
{
font: normal normal normal 14px/1 icons;
font-size: inherit;
display: inline-block;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} html
{
font-size: 62.5%;
height: 100%;
max-height: 100%;
}
body
{
font-family: 'Raleway', 'Noto Serif', serif;
font-size: 12px;
line-height: 1.6em;
overflow-x: hidden;
color: #4D4D4D;
}
::-moz-selection
{
color: #000;
background: #d6edff;
text-shadow: none;
}
::selection
{
color: #000;
background: #d6edff;
text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6
{
font-family: 'Raleway', 'Open Sans', sans-serif;
line-height: 1;
margin-top: 0;
font-weight: 900;
text-rendering: optimizeLegibility;
letter-spacing: -2px;
}
h1
{
font-size: 5rem;
line-height: 1.2em;
text-indent: -3px;
letter-spacing: -2px;
}
h2
{
font-size: 4rem;
line-height: 1.2em;
text-indent: -2px;
letter-spacing: -1px;
}
h3
{
font-size: 4.5rem; 
}
h4
{
font-size: 3rem;
}
h5
{
font-size: 25px;
}
h6
{
font-size: 2rem;
}
a
{
transition: color ease .3s;
color: #e21d41;
text-decoration: none;
}
a:hover
{
color: #e21d41;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
{
color: #B04F67;
}
p,
ul,
ol,
dl
{
margin: 1.6em 0;
}
ol ol,
ul ul,
ul ol,
ol ul
{
margin: .4em 0;
}
dl dt
{
font-weight: bold;
float: left;
clear: left;
overflow: hidden;
width: 180px;
margin-bottom: 1em;
text-align: right;
white-space: nowrap;
text-overflow: ellipsis;
}
dl dd
{
margin-bottom: 1em;
margin-left: 200px;
}
hr
{
display: block;
height: 1px;
margin: 3.2em 0;
padding: 0;
border: 0;
border-top: 1px solid #efefef;
}
blockquote
{
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 1.6em 0 1.6em -2.2em;
padding: 0 0 0 1.6em;
border-left: #4a4a4a .4em solid;
}
blockquote p
{
font-style: italic;
margin: .8em 0;
}
blockquote small
{
font-size: .9em;
display: inline-block;
margin: .8em 0 .8em 1.5em;
color: #ccc;
}
blockquote small:before
{
content: '\2014 \00A0';
}
blockquote cite
{
font-weight: bold;
}
blockquote cite a
{
font-weight: normal;
}
mark
{
background-color: #ffc336;
}
code,
tt
{
font-family: 'Raleway', Inconsolata, monospace, sans-serif;
font-size: .85em;
padding: 1px 3px;
white-space: pre-wrap;
border: 1px solid #e3edf3;
border-radius: 2px;
background: #f7fafb;
}
pre
{
font-family: 'Raleway', Inconsolata, monospace, sans-serif;
font-size: .9em;
overflow: auto;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 1.6em 0;
padding: 10px;
white-space: pre;
border: 1px solid #e3edf3;
border-radius: 3px;
background: #f7fafb;
}
pre code,
tt
{
font-size: inherit;
padding: 0;
white-space: -moz-pre-wrap;
white-space:      pre-wrap;
border: none;
background: transparent;
}
kbd
{
font-size: .9em;
font-weight: bold;
display: inline-block;
margin-bottom: .4em;
padding: 1px 8px;
color: #666;
border: #ccc 1px solid;
border-radius: 4px;
background: #f4f4f4;
box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 1px 0 0 #fff inset;
text-shadow: #fff 0 1px 0;
}
table
{
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-width: 100%;
margin: 1.6em 0;
background-color: transparent;
}
table th,
table td
{
line-height: 20px;
padding: 8px;
text-align: left;
vertical-align: top;
border-top: 1px solid #efefef;
}
table th
{
color: #000;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td
{
border-top: 0;
}
table tbody + tbody
{
border-top: 2px solid #efefef;
}
table table table
{
background-color: #fff;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th
{
background-color: #f6f6f6;
}
table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th
{
background: transparent;
}
iframe,
.fluid-width-video-wrapper
{
display: block;
margin: 1.6em 0;
} .fluid-width-video-wrapper iframe
{
margin: 0;
}  .hidden
{
display: none;
visibility: hidden;
text-indent: -9999px;
} .inner
{
position: relative;
width: 80%;
max-width: 700px;
margin: 0 auto;
padding-bottom: 1em;
} .vertical-row
{
display: table-row;
}
.vertical
{
display: table-cell;
vertical-align: middle;
}
.clear
{
clear: both;
height: 0;
margin: 0;
padding: 0;
}
.wrapword
{
white-space: -moz-pre-wrap !important; white-space: -pre-wrap; white-space:   -o-pre-wrap; white-space:      pre-wrap;
white-space: normal; word-wrap: break-word; word-break: break-all;
}  hr
{
height: 1px;
margin-bottom: 1.5em;
border: 0;
background-color: #ccc;
}
ul,
ol
{
margin: 0 0 1.5em 3em;
}
ul
{
list-style: disc;
}
ol
{
list-style: decimal;
}
li > ul,
li > ol
{
margin-bottom: 0;
margin-left: 1.5em;
}
dt
{
font-weight: bold;
}
dd
{
margin: 0 1.5em 1.5em;
}
img
{ max-width: 100%;
height: auto; }
figure
{
margin: 0;
}
table
{
width: 100%;
margin: 0 0 1.5em;
}
th
{
font-weight: bold;
} button,
input,
select,
textarea
{
font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button,
input[type='button'],
input[type='reset'],
input[type='submit']
{ font-size: 12px;
font-size: 1.2rem;
line-height: 1;
padding: .6em 1em .4em;
cursor: pointer;
color: rgba(0, 0, 0, .8);
border: 1px solid #ccc;
border-color: #ccc #ccc #bbb #ccc;
border-radius: 3px;
background: #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
text-shadow: 0 1px 0 rgba(255, 255, 255, .8); -webkit-appearance: button;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover
{
border-color: #ccc #bbb #aaa #bbb;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 15px 17px rgba(255, 255, 255, .8), inset 0 -5px 12px rgba(0, 0, 0, .02);
}
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active
{
border-color: #aaa #bbb #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15);
}
input[type='checkbox'],
input[type='radio']
{
padding: 0; }
input[type='search']
{ -webkit-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type='search']::-webkit-search-decoration
{ -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner
{
padding: 0; border: 0;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea
{
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus
{
color: #111;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search']
{
padding: 3px;
}
textarea
{
overflow: auto; width: 98%; padding-left: 3px;
vertical-align: top;
}  .main-navigation
{
font-family: 'Raleway', 'Open Sans', sans-serif;
padding: 5px 0;
color: white;
position: relative;
display: inline-block;
z-index: 51;
}
.main-navigation > div
{
max-width: 700px;
margin: 0 auto;
padding: 0;
}
.main-navigation ul
{
font-size: 1.2rem;
margin: 0 4rem;
padding: 0;
list-style: none;
}
.main-navigation li
{
position: relative;
}
.main-navigation a
{
display: block;
font-size: 27px;
-webkit-transition: color .3s ease, background .3s ease;
-moz-transition: color .3s ease, background .3s ease;
transition: color .3s ease, background .3s ease;
text-decoration: none;
color: #fff;
background-color: rgba(0, 0, 0, 0);
}
.main-navigation a:hover
{
color: white; }
.main-navigation ul ul
{
position: absolute;
z-index: 99999;
top: 100%;
left: 0;
display: none;
width: 100%;
margin: 0;
}
.main-navigation ul ul ul
{
top: 0;
left: 100%;
}
.main-navigation ul li:hover > ul
{
display: block;
} .menu-toggle
{
font-size: 0;
position: relative;
overflow: hidden;
width: 48px;
height: 48px;
margin: 0;
cursor: pointer;
text-align: center;
}
.menu-toggle a:before
{
font-size: 3rem;
}
@media screen and (max-width: 600px)
{
.menu-toggle,
.main-navigation.toggled .nav-menu
{
}
.main-navigation ul
{
font-size: 1.8rem;
display: none;
margin: 0;
background-color: rgba(0, 0, 0, .4);
}
.main-navigation li
{
float: none;
width: 100%;
margin: 0 auto;
}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation
{
overflow: hidden;
margin: 0 0 1.5em;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous
{
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next
{
float: right;
width: 50%;
text-align: right;
}  .screen-reader-text
{
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus
{
font-size: 14px;
font-weight: bold;
line-height: normal;
z-index: 100000;
top: 5px;
left: 5px;
display: block;
clip: auto !important;
width: auto;
height: auto;
padding: 15px 23px 14px;
text-decoration: none;
color: #21759b;
border-radius: 3px;
background-color: #f1f1f1;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6); } .alignleft
{
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright
{
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter
{
display: block;
clear: both;
margin: 0 auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after
{
display: table;
content: '';
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after
{
clear: both;
} .widget
{
margin: 0 0 1.5em;
} .widget select
{
max-width: 100%;
} .widget_search .search-submit
{
display: none;
} .widget-area
{
font-family: 'Raleway', 'Open Sans', sans-serif;
font-size: 1.3rem;
width: 80%;
max-width: 700px;
margin: 4rem auto;
padding-bottom: 4rem;
color: #9eabb3;
}
.widget-area *
{
box-sizing: border-box;
}
.widget-area h1
{
font-size: 2.5rem;
}
.widget-area aside
{
float: left;
overflow: hidden;
width: 50%;
height: 300px;
padding: 2rem 1rem;
}
.search-submit
{
display: inline-block;
padding: 15px;
transition: border ease .3s;
text-decoration: none;
border: #ebf2f6 2px solid;
border-width: 3px;
border-radius: 30px;
background: none;
}
.search-submit:hover,
.form-submit #submit:hover
{
border-color: #9eabb3;
}  .sticky
{
content: '';
}
.byline,
.updated
{
display: none;
}
.single .byline,
.group-blog .byline
{
display: inline;
}
.page-content,
.entry-content,
.entry-summary
{
margin: 1.5em 0 0;
}
.page-links
{
clear: both;
margin: 0 0 1.5em;
}
.post-image:after
{
display: block;
clear: both;
content: ' ';
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title
{
display: none;
} .comment-content a
{
word-wrap: break-word;
}
.bypostauthor
{
content: '';
}  .infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer
{ display: none;
} .infinity-end.neverending .site-footer
{
display: block;
}
.wp-caption
{
max-width: 100%;
margin-bottom: 1.5em;
border: 1px solid #ccc;
}
.wp-caption img[class*='wp-image-']
{
display: block;
max-width: 98%;
margin: 1.2% auto 0;
}
.wp-caption-text
{
text-align: center;
}
.wp-caption .wp-caption-text
{
margin: .8075em 0;
}
.site-main .gallery
{
margin-bottom: 1.5em;
}
.gallery-caption
{
content: '';
}
.site-main .gallery a img
{
max-width: 90%;
height: auto;
border: none;
}
.site-main .gallery dd,
.site-main .gallery figcaption
{
margin: 0;
} embed,
iframe,
object
{
max-width: 100%;
}  .site-head
{
position: relative;
display: block;
width: 100%;
height: 100%; text-align: center;
color: #fff;
border-bottom: #ebf2f6 1px solid;
background: #303538 no-repeat center center;
background-size: cover;
} .logo-container{
position: absolute;
display: inline-block;
z-index: 1003;
width: 100px;
top: 60px;
left: 120px;
}
.blog-logo
{
text-decoration: none;
display: inline-block;
color: white;
position: relative;
}
.blog-logo img
{
line-height: 0;
display: block;
width: 100%;
margin: 0 auto;
} .blog-title
{
font-family: 'Raleway', 'Open Sans', sans-serif;
font-size: 5rem;
font-weight: bold;
margin: 10px 0 10px 0;
letter-spacing: -1px;
text-shadow: 0 1px 6px rgba(0, 0, 0, .1);
}
.blog-description
{
font-family: 'Raleway', 'Noto Serif', serif;
font-size: 1.8rem;
font-weight: 300;
line-height: 1.5em;
margin: 0;
letter-spacing: 0;
text-shadow: 0 1px 3px rgba(0, 0, 0, .15);
} .post-wrap
{
position: relative;
width: 80%;
max-width: 700px;
margin: 4rem auto;
word-break: break-word;
hyphens: auto;
} .circle-in-border
{
position: absolute;
bottom: -5px;
left: 50%;
display: block;
width: 7px;
height: 7px;
margin-left: -5px;
content: '';
border: #e7eef2 1px solid;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
background: #fff;
box-shadow: #fff 0 0 0 5px;
}
.error-404 article
{
margin-bottom: 20px;
padding-top: 20px;
border-top: #ebf2f6 1px solid;
}
.hentry
{
position: relative;
width: 100%; word-break: break-word;
hyphens: auto;
}  .post-title
{
margin: 0;
}
.post-title a
{
text-decoration: none;
}
.post-excerpt p
{
font-size: .9em;
line-height: 1.6em;
margin: 1.6rem 0 0 0;
}
.post-meta
{
font-family: 'Raleway', 'Open Sans', sans-serif;
font-size: 1.5rem;
display: inline-block;
margin: 0 0 5px 0;
color: #9eabb3;
}
.post-meta a
{
text-decoration: none;
color: #9eabb3;
}
.post-meta a:hover
{
text-decoration: underline;
}
.user-meta
{
position: relative;
min-height: 77px;
padding: .3rem 40px 0 100px;
}
.user-image
{
position: absolute;
top: 0;
left: 0;
}
.user-name
{
font-weight: bold;
display: block;
}
.user-bio
{
font-size: 1.4rem;
line-height: 1.5em;
display: block;
max-width: 440px;
}
.publish-meta
{
position: absolute;
top: 0;
right: 0;
padding: 4.3rem 0 4rem 0;
text-align: right;
}
.publish-heading
{
font-weight: bold;
display: block;
}
.publish-date
{
font-size: 1.4rem;
line-height: 1.5em;
display: block;
}  .post-template .post
{
margin-top: 0;
padding-bottom: 0;
border-bottom: none;
} .post-template .post:after
{
display: none;
} .post-template .post-header
{
padding: 60px 0;
text-align: center;
}
.post-header img
{
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
padding-top: 1rem;
transition: opacity ease .6s;
opacity: 0;
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
filter: alpha(opacity=0);
}
.post-template .blog-title
{
display: inline-block;
padding: 2.5rem 0;
} .post-content img
{
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
padding: 1em;
}
.post-content img.wp-smiley
{
display: inline;
padding: 0;
}
.post-content .wp-caption img
{
padding: 0;
} .post-footer
{
position: relative;
margin: 4rem 0 0 0;
padding: 4rem 0 0 0;
border-top: #ebf2f6 1px solid;
}
.post-footer h4
{
font-size: 1.8rem;
margin: 0;
}
.post-footer p
{
font-size: 1.4rem;
line-height: 1.6em;
margin: 1rem 0;
} .post-footer .author
{
margin: 0 1rem 3rem 1rem;
}
.post-footer .author a
{
text-decoration: none;
} .post-footer .share
{
position: absolute;
top: 4rem;
right: 0;
width: 140px;
}
.post-footer .share a
{
font-size: 1.8rem;
display: inline;
margin: 1.4rem 0 1.6rem 1.6rem;
text-decoration: none;
color: #bbc7cc;
}
.post-footer .share a:hover
{
color: #50585d;
}
.avatar
{
display: block;
float: left;
margin-right: 1em;
padding: 5px;
border-radius: 50%;
box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
} .comment-list,
.children
{
margin: 0;
padding: 0;
list-style-type: none;
}
.comment,
.pingback
{
margin-bottom: 1.5em;
padding: 1em 1.5em;
border: 1px solid #ccc;
}
.children .comment,
.pingback
{
margin-bottom: .75em;
padding: .5em .75em;
}
.reply a
{
font-family: 'Raleway', 'Open Sans', sans-serif;
font-size: 1.3rem;
line-height: 1;
display: inline-block;
max-width: 35%;
padding: 15px;
cursor: pointer;
transition: border ease .3s;
white-space: -moz-pre-wrap !important; white-space: -pre-wrap; white-space:   -o-pre-wrap; white-space:      pre-wrap;
white-space: normal;
text-decoration: none; word-wrap: break-word; word-break: break-all;
color: #9eabb3;
border: #ebf2f6 2px solid;
border-width: 3px;
border-radius: 3px;
background: none;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
text-shadow: 0 1px 0 rgba(255, 255, 255, .8); -webkit-appearance: button; }
.reply a:hover
{
border-color: #9eabb3;
}
.children,
.comment-respond
{
margin-top: 1.5em;
}
.comment-form
{
overflow: hidden;
}  .gist table
{
font-size: 1.4rem;
margin: 0;
}
.gist .line-number
{
font-size: 1.1rem;
min-width: 25px;
} .social-icons
{
margin-top: 0;
display: inline-block;
vertical-align: top;
padding: 20px;
font-size: 12px;
}
.social-icons a
{
font-size: 1.3em;
margin: 0 5px;
text-decoration: none;
color: white;
}
.blog-title a:hover,
.social-icons a:hover
{
color: #57a3e8;
} .comments-area
{
width: 80%;
max-width: 700px;
margin: 4rem auto;
padding-bottom: 4rem;
}
.comment-form-comment label
{
display: inline-block;
width: 100%;
}
.form-allowed-tags
{
font-family: 'Raleway', 'Open Sans', sans-serif;
font-size: 1.3rem;
float: right;
width: 60%;
margin: -1rem;
color: #9eabb3;
}
.comment-subscription-form
{
clear: both;
margin-top: 1rem;
}
.form-submit #submit
{
font-family: 'Raleway', 'Open Sans', sans-serif;
font-size: 1.3rem;
display: inline-block;
float: left;
max-width: 35%;
margin-top: 1em;
padding: 15px;
transition: border ease .3s;
white-space: -moz-pre-wrap !important; white-space: -pre-wrap; white-space:   -o-pre-wrap; white-space:      pre-wrap;
white-space: normal;
text-decoration: none; word-wrap: break-word; word-break: break-all;
color: #9eabb3;
border: #ebf2f6 2px solid;
border-width: 3px;
background: none;
}
#main > header.page-header
{
font-family: 'Raleway', 'Open Sans', sans-serif;
width: 80%;
max-width: 700px;
margin: 0 auto;
padding: 0;
text-align: center;
color: #9eabb3;
}
#main > header.page-header > h1
{
font-size: 1.3rem;
font-weight: normal;
line-height: normal;
margin: 0 4rem;
padding: 0;
text-indent: 0;
letter-spacing: normal;
}  .pagination
{
font-family: 'Raleway', 'Open Sans', sans-serif;
font-size: 1.3rem;
position: relative;
width: 100%;
max-width: 1200px;
margin: 4rem auto;
text-align: center;
color: #9eabb3;
}
.pagination a
{
color: #010101;
} .older-posts,
.newer-posts
{
position: absolute;
display: inline-block;
padding: 0 15px;
transition: border ease .3s;
text-decoration: none; border-radius: 30px;
}
.older-posts:hover,
.newer-posts:hover
{
border-color: #e21d41;
}
.older-posts:hover a,
.newer-posts:hover a
{
color: #e21d41;
}
.older-posts
{
right: 20px;
}
.page-number
{ display: none;
padding: 2px 0;
}
.newer-posts
{
left: 20px;
} .site-footer
{
font-family: 'Raleway', 'Open Sans', sans-serif;
font-size: 1.3rem;
line-height: 1.7em;
position: relative;
margin: 0;
padding: 4rem 0;
text-align: center;
color: #4D4D4D;
border-top: #ebf2f6 1px solid;
background: #CCCCCC;
}
.site-footer a
{
text-decoration: underline;
color: #bbc7cc;
}
.site-footer a:hover
{
color: #50585d;
} .subscribe
{
line-height: 2.4rem;
position: absolute;
top: -14px;
left: 50%;
width: 28px;
height: 28px;
margin-left: -15px;
transition: box-shadow .5s;
text-align: center;
border: #ebf2f6 1px solid;
border-radius: 50px;
background: #fff;
} .subscribe:before
{
font-size: 10px;
font-weight: bold;
position: absolute;
top: 9px;
left: 9px;
transition: color .5s ease;
color: #d2dee3;
} .subscribe:hover
{
transition: box-shadow .25s;
box-shadow: rgba(0, 0, 0, .05) 0 0 0 3px;
}
.subscribe:hover:before
{
color: #50585d;
} .tooltip
{
font-size: 1.1rem;
line-height: 1em;
position: absolute;
top: -23px;
left: -21px;
display: inline-block;
padding: 4px 8px 5px 8px;
transition: opacity .3s ease, top .3s ease;
text-align: center;
opacity: 0;
color: rgba(255, 255, 255, .9);
border-radius: 20px;
background: #50585d;
box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
} .tooltip:after
{
position: absolute;
z-index: 220;
bottom: -4px;
left: 50%;
display: block;
width: 0;
margin-left: -5px;
content: '';
border-width: 5px 5px 0 5px;
border-style: solid;
border-color: #50585d transparent;
} .subscribe:hover .tooltip
{
top: -33px;
opacity: 1;
} @media only screen and (max-width: 900px)
{
blockquote
{
margin-left: 0;
}
.site-head
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: auto;
}
.blog-title
{
font-size: 4rem;
letter-spacing: -1px;
}
.blog-description
{
font-size: 1.7rem;
line-height: 1.5em;
}
.post
{
font-size: .9em;
line-height: 1.6em;
}
.post-template .post
{
padding-bottom: 1rem;
}
.post-template .post-header
{
padding: 40px 0;
}
.widget-area aside
{
float: none;
overflow: hidden;
width: auto;
height: auto;
padding: 1em;
}
h1
{
font-size: 4.8rem;
text-indent: -2px;
}
h2
{
font-size: 3.8rem;
}
h3
{
font-size: 3.3rem;
}
h4
{
font-size: 2.8rem;
}
} @media only screen and (max-width: 500px)
{
.blog-logo img
{
max-height: 80px;
}
.inner,
.pagination
{
width: auto;
margin-right: 16px;
margin-left: 16px;
}
.post
{
font-size: .8em;
line-height: 1.6em;
width: auto;
margin-right: 16px;
margin-left: 16px;
}
.blog-title
{
font-size: 3rem;
}
.blog-description
{
font-size: 1.5rem;
}
.main-navigation ul li.menu-item-has-children:hover ~ li
{
opacity: 0;
}
.main-navigation ul ul ul
{
top: 100%;
left: 0;
}
h1,
h2
{
font-size: 3rem;
line-height: 1.1em;
letter-spacing: -1px;
}
h3
{
font-size: 2.8rem;
}
h4
{
font-size: 2.3rem;
}
.post-template .post
{
padding-bottom: 0;
}
.post-template .post-header
{
padding: 30px 0;
}
.post-meta
{
font-size: 1.3rem;
}
.post-footer
{
padding: 4rem 0;
text-align: center;
}
.post-footer .author
{
margin: 0 0 2rem 0;
padding: 0 0 1.6rem 0;
border-bottom: #ebf2f6 1px dashed;
}
.post-footer .share
{
position: static;
width: auto;
}
.post-footer .share a
{
margin: 1.4rem .8rem 0 .8rem;
}
.older-posts,
.newer-posts
{
position: static;
margin: 10px 0;
}
.page-number
{
display: block;
}
.site-footer
{
font-size: 1.1rem;
}
} .text p {     margin: 0.6em 0; } 
.caldera-grid label { font-weight: 100 !important; }
.field_required { display: none !important; }.contain{
max-width: 1200px;
width: 100%;
margin: auto;
padding: 60px 10px;
box-sizing: border-box;
}
.slideText{
display: none;
}
.slider .ewd-slide .image{
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.top-bar{
position: absolute;
width: 100%;
top: 0;
left: 0;
text-align: right;
z-index: 1002;
}
.textImage-wrap{
background-repeat: no-repeat;
background-size: 100%;
background-position-y: 90%;
min-height: 460px;
padding: 20px 0;
}
.textImage {
font-size: 0;
}
.textImage .textimage-col{
width: 50%;
padding: 5px;
box-sizing: border-box;
display: inline-block;
font-size: 12px;
vertical-align: top;
padding-bottom: 40px;
line-height: 270%;
}
.textImage .textimage-col.hasImage{
font-size: 0;
line-height: 0;
padding-bottom: 0;
vertical-align: bottom;
}
.textImage .title{
font-weight: 900;
}
.btn-link {
display: inline-block;
margin-top: 30px;
}
.btn-link a, .caldera-grid .form-group .btn-link.submit{
border: 1px solid #E21D41;
padding: 7px 50px;
border-radius: 20px;
min-width: 80px;
text-align: center;
color: #fff;
text-decoration: none;
font-size: 12px;
cursor: pointer;
background: #E21D41;
}
.btn-link:hover a{
-webkit-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
transition: background 0.5s ease;
background: #fff;
color: #000000;
}
.caldera-grid .form-group .btn-link.submit:hover{
-webkit-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
transition: background 0.5s ease;
background: none;
background-color: #B04F67;
color: #fff;
box-shadow: none;
}
.caldera-grid input.form-control, .caldera-grid textarea.form-control{
background: none;
border: none;
border-bottom: 1px solid #fff;
color: #B3B3B3 !important;
box-shadow: none;
border-radius: 0;
font-size: 12px;
}
.caldera-grid textarea.form-control{
border: 1px solid #fff;
}
.caldera-grid input.form-control:focus{
outline: none;
box-shadow: none;
border-bottom: 1px solid #fff;
}
.caldera-grid textarea.form-control:focus{
outline: none;
box-shadow: none;
border: 1px solid #fff;
}
*::-webkit-input-placeholder { color:    #B3B3B3 !important;
}
*:-moz-placeholder { color:    #B3B3B3 !important;
opacity:  1;
}
*::-moz-placeholder { color:    #B3B3B3 !important;
opacity:  1;
}
*:-ms-input-placeholder { color:    #B3B3B3 !important;
}
.form-image{
text-align: center;
padding-top: 40%;
}
.form-group.upload-photo, .form-group.upload-video{ }
.form-group.terms-check, .terms_link{
display: inline-block;
}
.help-block{
display: none !important;
}
.jurry-list{
list-style: none;
padding: 0;
margin: 0;
text-align: center;
font-size: 0;
}
.jurry-list li{
width: 25%;
display: inline-block;
box-sizing: border-box;
font-size: 16px;
padding: 0 30px;
vertical-align: top;
}
.jurry-image img{
width: 100%;
}
.jurry-name{
font-size: 20px;
font-weight: bold;
}
.jurry-occupation{
padding: 15px 0;
line-height: 120%;
min-height: 40px;
}
.jurry-excerpt{
line-height: 120%;
padding-bottom: 20px;
display: none;
}
.jurry-list li .btn-link{
margin-top: 10px;
}
footer{
padding: 40px 0 !important;
}
footer .social-icons a{
color: #fff;
text-decoration: none;
}
.social-icons a {
font-size: 17px !important;
}
.menu-toggle{
font-size: 25px;
cursor: pointer;
margin-top: 58px;
margin-right: 120px;
line-height: 100%;
height: auto;
}
.menu-toggle .fa-times{
display: none;
}
.menu-toggle.active .fa-bars{
display: none;
}
.menu-toggle.active .fa-times{
display: block;
}
.slide-content .text  { margin-left: 10px; }
.footer-logo{
width: 100px;
}
footer ul{
list-style: none;
padding: 0;
margin: 0;
font-size: 0;
padding-top: 0!important;
padding-bottom: 0!important;
}
footer ul li{
display: inline-block;
width: 33.333333%;
vertical-align: middle;
}
.copyright{
z-index: 10000;
float: right;
padding-right: 50px;
padding-top: 15px;
font-size: 11px;
}
.copyright a{
color: #4D4D4D;
text-decoration: none;
}
.footer-text{
float: left;
padding-left: 50px;
text-align: left;
line-height: 120%;
padding-top: 10px;
font-size: 11px;
}
.main-navigation {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
z-index: 1;
display: none;
z-index: 1000;
}
#menu-main-menu{
opacity: 0;
-webkit-transform: scale(0.2);
-moz-transform: scale(0.2);
-o-transform: scale(0.2);
-ms-transform: scale(0.2);
transform: scale(0.2);
webkit-transition: all 0.2s ease-in-out 0.3s;
-moz-transition: all 0.2s ease-in-out 0.3s;
-o-transition: all 0.2s ease-in-out 0.3s;
-ms-transition: all 0.2s ease-in-out 0.3s;
transition: all 1s ease-in-out 1s;
}
#menu-main-menu.active{
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.main-navigation li{
padding: 10px 0;
}
.main-navigation li a{
font-weight: bold;
font-size: 25px;
display: inline-block;
border-bottom: 1px solid #000;
padding-bottom: 5px;
}
.main-navigation li a:hover{
border-bottom: 1px solid #fff;
}
.main-navigation > div{
display: table;
width: 100%;
text-align: center;
height: 100%;
}
.main-navigation ul{
position: relative;
display: table-cell;
vertical-align: middle;
}
.main-navigation.toggled .nav-menu{
}
.home .main-navigation .nav-menu a{
color: #fff;
font-size: 16px;
border-bottom: 1px solid #d6b297;
}
.top-menu{
display: inline-block;
}
.nav-menu li{
float: none;
width: 90%;
margin: auto;
}
.top-bar .social-icons{
padding-top: 63px;
}
#site-navigation{
padding-top: 50px;
padding-right: 100px;
}
.popup-jurry{
position: fixed;
width: 100%;
height: 100%;
top: 0;
background: rgba(0,0,0,0.6);
display: block;
z-index: 1000;
opacity: 0;
height: 0;
overflow: hidden;
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-o-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}
.popup-jurry.active{
height: 100%;
opacity: 1;
display: table;
}
.popup-container{
width: 500px;
display: table-cell;
vertical-align: middle;
}
.popup-inner{
width: 60%;
margin: auto;
background: #fff;
padding: 40px;
max-width: 1024px;
font-size: 0;
position: relative;
}
.popup-title{
font-size: 30px;
line-height: 140%;
font-weight: bold;
}
.popup-occupation{
margin-bottom: 10px;
font-size: 16px;
}
.popup-text{
width: 60%;
display: inline-block;
font-size: 16px;
vertical-align: top;
padding-right: 10px;
box-sizing: border-box;
}
.popup-image{
width: 40%;
display: inline-block;
}
.popup-close{
position: absolute;
top: 5px;
right: 10px;
font-size: 22px;
font-weight: bold;
cursor: pointer;
}
.floating-menu.float{
position: fixed;
width: 100%;
top: 0px;
z-index: 1000;
}
.floating-menu ul{
list-style: none;
padding: 0;
margin: 0;
background: #F2F2F2;
padding: 30px;
}
.floating-menu ul li{
display: inline-block;
padding: 0 30px;
}
.floating-menu ul li a{
color: #4D4D4D;
text-decoration: none;
font-size: 14px;
font-family: 'Raleway', sans-serif;
font-weight: bold;
}
.floating-menu ul li a:hover{
border-bottom: 2px solid;
padding-bottom: 4px;
}
.factsBlock-wrap{
margin-top: -50px;
}
.factsBlock {
text-align: center;
}
.factsBlock.contain {
max-width: 1300px;
}
.factsBlock .facts-list{
list-style: none;
padding: 0;
margin: 0;
font-size: 0;
line-height: 0;
padding: 20px 0;
margin-left: 0;
margin-right: 0;
}
.factsBlock .facts-list li {
display: inline-block;
width: 25%;
font-size: 12px;
line-height: 140%;
vertical-align: top;
padding: 0 50px;
box-sizing: border-box;
padding-bottom: 30px !important;
}
.fact-number{
font-size: 46px;
line-height: 140%;
font-weight: 900;
}
.fact-text{
padding-top: 10px;
line-height: 180%;
}
.fact-image{
padding: 0px 40px 10px 40px;
box-sizing: border-box;
}
.storiesBlock {
padding-top: 60px;
}
.storiesBlock-title{
text-align: center;
}
.stories-list{
list-style: none;
padding: 0;
margin: 0;
font-size: 0;
margin-left: -40px;
margin-right: -40px;
}
.storie-name{
font-size: 21px;
font-weight: bold;
padding: 25px 0;
}
.storie-excerpt{
line-height: 190%;
}
.stories-list li{
width: 25%;
display: inline-block;
font-size: 12px;
vertical-align: top;
text-align: center;
padding: 0 40px;
box-sizing: border-box;
position: relative;
min-height: 550px;
} 
.storie-link.btn-link{
position: absolute;
width: 100%;
left: 0;
bottom: 0;
margin-top: 0px;
}
.storie-image img{
width: 100%;
}
.stories-list h5{
margin-top: 10px;
margin-bottom: 10px;
}
.storie-occuaption{
font-weight: bold;
padding-bottom: 10px;
display: none;
}
.storie-line{
width: 20px;
height: 1px;
background: #E21D41;
display: inline-block;
font-size: 0;
line-height: 0;
vertical-align: top;
}
.partnersBlock {
padding: 50px 20px;
}
.partnersBlock h6{
text-align: center;
margin-bottom: 30px;
letter-spacing: -1px;
}
.partners-list{
list-style: none;
margin: 0;
padding: 0;
text-align: center;
font-size: 0;
}
.partners-list li{
display: inline-block;
vertical-align: middle;
}
.partners-list .span3{
width: 33.3333%;
}
.partners-list .span4{
width: 25%;
}
.partners-list .span5{
width: 20%;
}
.partners-list .span6{
width: 16.6666%;
}
.partners-list .span7{
width: 14.258%;
}
.partners-list .span12{
width: 8.33333%;
}
.partner-image{
box-sizing: border-box;
}
.partner-image img{
width: 100%;
max-width: 150px;
}
.caldera-grid .form-group .btn-default{
border: 1px solid #e21d41;
border-radius: 20px;
padding: 5px 30px;
font-size: 12px;
background: #e21d41;
box-shadow: none;
color: #fff;
text-shadow: none;
margin-top: 30px;
}
.caldera-grid .form-group .btn-default:hover{
color: #000;
background: #fff;
box-shadow: none;
}
.locations {
font-size: 0;
color: #fff;
margin-bottom: 70px;
}
.locations a{
color: #fff;
}
.locations .step-container{
font-size: 0;
margin-bottom: 10px;
}
.locations .step-number{
display: inline-block;
font-size: 90px;
line-height: 100%;
font-weight: 900;
width: 15%;
vertical-align: top;
}
.locations .left-col-inner{
padding: 30px 80px;
box-sizing: border-box;
margin-right: 0;
z-index: 1000000;
display: none;
}
.locations .left-col-inner.active{
display: block;
}
.locations .step-text{
display: inline-block;
font-size: 12px;
width: 85%;
vertical-align: top;
padding-top: 10px;
}
.locations .step-text p{
margin: 0;
}
.right-col, .left-col{
font-size: 12px;
width: 50%;
display: inline-block;
vertical-align: top;
}
.locations .left-col{
padding: 40px 0;
box-sizing: border-box;
z-index: 2;
position: relative;
}
.locations .right-col{
z-index: 1;
position: relative;
margin-left: -80px;
width: 54%;
}
.locations .col-nav{
display: flex;
}
.locations .col-nav .col-nav-item{
background: #B20A38;
padding: 15px 30px;
font-weight: bold;
font-size: 16px;
margin-right: 5px;
cursor: pointer;
}
.locations .col-nav .col-nav-item.active{
background: #e21d41;
}
#map {
height: 400px;
width: 100%;
}
#map .direction-link{
color: #e21d41;
text-decoration: none;
font-weight: bold;
}
.direction-link:hover{
color: #e21d41;
}
.shareBlock{
font-size: 0;
height: 390px;
margin-bottom: 70px;
}
.shareBlock .left-col, .shareBlock .right-col{
height: 100%;
box-sizing: border-box;
padding-top: 60px;
padding-bottom: 60px;
}
.shareBlock .left-col{
padding-right: 20px;
}
.shareBlock .right-col{
padding-left: 100px;
}
.site-head{
min-height: 110px;
}
.post-title{
margin-bottom: 30px;
}
.post-title a{
color: #000;
font-weight: bold;
}
.expertForm{
background-repeat: no-repeat;
background-size: 100%;
background-position-y: 30%;
}
.expertForm h3{
color: #fff;
}
.menu-image{
top: 60px;
position: relative;
z-index: 5;
}
.post-header img{
margin: 0;
}
.locationList{
padding: 0;
margin: 0;
font-size: 0;
}
.locationList li{
list-style: none;
display: inline-block;
vertical-align: top;
width: 20%;
font-size: 12px;
padding: 0 10px;
box-sizing: border-box;
} 
.locationList i{
margin-right: 7px;
font-size: 18px;
}  
.expert-text a:hover{
color: #fff;
}
.fb-share-btn{
display: inline-block;
background: #4267b2;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
cursor: pointer;
}
.fb-share-btn:hover{
background: #365899;
}
.fb-share-btn i{
font-size: 19px;
padding-right: 7px;
vertical-align: bottom;
}   
#avcn_agreeButton, #avcn_disagreeButton{
border: 1px solid #e21d41 !important;
color: #FFF !important;
text-shadow: 1px 1px 0 #000000 !important;
background: #e21d41 !important;
}
.alert-success{
width: 60%;
}
.stories-page .post-title{
display: inline-block;
}
.stories-page .post-image{
float: right;
}
.caldera-grid .row{
margin-top: 30px !important;
}
.textImage h5{
margin-bottom: 10px;
}
.textImage h3{
margin-bottom: 20px;
}
.floating-badge{
position: fixed;
right: -97px;
top: 30%;
background: black;
color: white;
transform: rotate(-90deg);
font-size: 18px;
padding: 25px;
font-weight: 600;
z-index: 99;
-webkit-transform-origin: 50% 51%;
}
@media (max-width: 1200px){
.stories-list li{
padding: 0 20px;
}
.menu-toggle{
margin-right: 10px;
}
.logo-container{
left: 10px;
}
.factsBlock .facts-list{
margin-left: 0;
margin-right: 0;
}
.factsBlock .facts-list li{
padding: 0 20px;
}
.fact-number{
font-size: 40px;
}
.partners-list .span12{
width: 16.6666%;
}
.expertForm{
background-size: cover;
background-position: right;
}
.stories-list{
margin-right: 0;
margin-left: 0;
}
.shareBlock .right-col{
padding-left: 40px;
}
.shareBlock .left-col{
padding-left: 40px !important;
}
}
@media (max-width: 960px){
.locationList li{
width: 25%;
}
.jurry-list li{
width: 50%;
margin-bottom: 30px;
}
.stories-list li{
width: 50%;
padding-bottom: 40px;
margin-bottom: 70px;
padding-left: 40px;    
padding-right: 40px; 
min-height: 590px;		
}
.floating-menu ul li{
padding: 0 15px;
}
.locations .step-number{
font-size: 50px;
}
}
@media (max-width: 768px){
.floating-badge {
display: none;
}
.locationList li{
width: 33.3333%;
}
.factsBlock .facts-list li{
width: 50%;
padding-bottom: 10px;
}
.fact-number {
font-size: 40px;
}
.textImage .textimage-col{
width: 100%;
}
.textImage .textimage-col.hasImage {
text-align: center;
}
.textImage .textimage-col.hasImage img{
max-width: 400px;
width:  100%;
}
.form-image{
padding: 30px 0;
}
#site-navigation{
padding-top: 10px;
padding-right: 10px;
}
.right-col, .left-col {
width: 100%;
}
.shareBlock .left-col, .shareBlock .right-col{
height: 50%;
}
.shareBlock{
height: 650px;
}
.partners-list li{
width: 33.333% !important;
}
.menu-toggle{
margin-top: 20px;
}
.top-bar .social-icons{
padding-top: 23px;
}
.social-icons a {
font-size: 16px !important;
}
.logo-container{
width: 70px;
top: 20px;
}
.floating-menu-placeholder{
display: none;
}
.textImage-wrap{
background-position-y: 90%;
min-height: 520px;
}
.locations .left-col{
padding-left: 0px !important; 
padding: 0;
}
.locations .left-col-inner{
padding: 30px 20px;
margin: 0;
}
.stories-list li{
margin-bottom: 70px;
min-height: 570px;
}
.menu-image{
width: 80px;
top: 20px;
}
.fact-number{
font-size: 30px;
}
.fact-image{
padding: 0px 0 10px 0;
}
.site-head{
min-width: 70px;
}
.shareBlock .left-col{
padding-right: 40px;
}
.shareBlock .right-col{
padding-right: 40px !important;
}
.locations .right-col{
margin-left: 0;
width: 100%;
}
.expertForm{
background-position: 80%;
}
}
@media (max-width: 450px){
.locationList li{
width: 50%;
}
.menu-image{
display: none;
}
.jurry-list li{
width: 100%;
}
.footer-logo{
width: 60px;
}
.social-icons{
}
.copyright{
font-size: 8px;
padding-right: 10px;
}
.footer-text{
padding-left: 10px;
font-size: 8px;
}
.stories-list li{
width: 100%;
padding: 0 10%;
margin-bottom: 50px;
min-height: 520px;
}
.storie-image{
padding: 0 20px;
}
.locations .step-number{
font-size: 40px;
}
.locations .step-text{
padding-top: 0px;
}
.stories-page .post-image{
float: none; 
}
}
@media (max-width: 380px){
.locationList li{
width: 100%;
}
.factsBlock .facts-list li{
width: 100%;
}
.alert-success{
width: 100%;
}
.stories-page .post-image{
width: 150px; 
}
}
 .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}.bx-wrapper{
border: none !important;
background: none !important;
margin: 0 !important;
}
.header-slider{
margin: 0;
overflow: auto;
}
.header-slider li .image{
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: right;
}
.bx-controls.bx-has-controls-direction{
position: absolute;
top: 50%;
width: 100%;
}
.bx-controls-direction{
width: 100%;
}
.bx-prev{
float: left;
margin-left: 10px;
color: #000;
}
.bx-next{
float: right;
margin-right: 10px;
color: #000;
}
.slide-content{
display: inline-block;
position: absolute;
top: 30%;
left: 120px;
text-align: left;
color: #000;
}
.slide-content p{
margin: 0;
}
.slide-content .title{
font-size: 105px;
line-height: 100%;
font-weight: 900;
letter-spacing: -6px;
color: #fff;
font-family: Raleway
}
.slide-content .text{
line-height: 120%;
font-size: 26px;
}
.header-slider li img{
margin-top: 40px;
}
@media (max-width: 1200px){
.slide-content{
left: 10px;
}
.slide-content .title{
font-size: 70px;
}
}
@media (max-width: 768px){
.slide-content .text{
font-size: 18px;
}
.slide-content .title{
font-size: 40px;
letter-spacing: -2px;
}
}
@media (max-width: 450px){
.slide-content .title {
font-size: 30px;
}
}