@charset 'UTF-8';
@font-face {
font-family: 'FontAwesome';
src: url(//www.santedonnacona.com/wp-content/themes/raiseapp/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//www.santedonnacona.com/wp-content/themes/raiseapp/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//www.santedonnacona.com/wp-content/themes/raiseapp/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//www.santedonnacona.com/wp-content/themes/raiseapp/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//www.santedonnacona.com/wp-content/themes/raiseapp/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//www.santedonnacona.com/wp-content/themes/raiseapp/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}@font-face {
font-family : 'simple-line-icons';
src         : url(//www.santedonnacona.com/wp-content/themes/raiseapp/css/simple-line-icons/fonts/Simple-Line-Icons.eot?v=2.4.0);
src         : url(//www.santedonnacona.com/wp-content/themes/raiseapp/css/simple-line-icons/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix) format('embedded-opentype'), url(//www.santedonnacona.com/wp-content/themes/raiseapp/css/simple-line-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0) format('woff2'), url(//www.santedonnacona.com/wp-content/themes/raiseapp/css/simple-line-icons/fonts/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'), url(//www.santedonnacona.com/wp-content/themes/raiseapp/css/simple-line-icons/fonts/Simple-Line-Icons.woff?v=2.4.0) format('woff'), url(//www.santedonnacona.com/wp-content/themes/raiseapp/css/simple-line-icons/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');
font-weight : normal;
font-style  : normal;
} .icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
font-family             : 'simple-line-icons';
speak                   : none;
font-style              : normal;
font-weight             : normal;
font-variant            : normal;
text-transform          : none;
line-height             : 1; -webkit-font-smoothing  : antialiased;
-moz-osx-font-smoothing : grayscale;
}
.icon-user:before {
content : "\e005";
}
.icon-people:before {
content : "\e001";
}
.icon-user-female:before {
content : "\e000";
}
.icon-user-follow:before {
content : "\e002";
}
.icon-user-following:before {
content : "\e003";
}
.icon-user-unfollow:before {
content : "\e004";
}
.icon-login:before {
content : "\e066";
}
.icon-logout:before {
content : "\e065";
}
.icon-emotsmile:before {
content : "\e021";
}
.icon-phone:before {
content : "\e600";
}
.icon-call-end:before {
content : "\e048";
}
.icon-call-in:before {
content : "\e047";
}
.icon-call-out:before {
content : "\e046";
}
.icon-map:before {
content : "\e033";
}
.icon-location-pin:before {
content : "\e096";
}
.icon-direction:before {
content : "\e042";
}
.icon-directions:before {
content : "\e041";
}
.icon-compass:before {
content : "\e045";
}
.icon-layers:before {
content : "\e034";
}
.icon-menu:before {
content : "\e601";
}
.icon-list:before {
content : "\e067";
}
.icon-options-vertical:before {
content : "\e602";
}
.icon-options:before {
content : "\e603";
}
.icon-arrow-down:before {
content : "\e604";
}
.icon-arrow-left:before {
content : "\e605";
}
.icon-arrow-right:before {
content : "\e606";
}
.icon-arrow-up:before {
content : "\e607";
}
.icon-arrow-up-circle:before {
content : "\e078";
}
.icon-arrow-left-circle:before {
content : "\e07a";
}
.icon-arrow-right-circle:before {
content : "\e079";
}
.icon-arrow-down-circle:before {
content : "\e07b";
}
.icon-check:before {
content : "\e080";
}
.icon-clock:before {
content : "\e081";
}
.icon-plus:before {
content : "\e095";
}
.icon-minus:before {
content : "\e615";
}
.icon-close:before {
content : "\e082";
}
.icon-event:before {
content : "\e619";
}
.icon-exclamation:before {
content : "\e617";
}
.icon-organization:before {
content : "\e616";
}
.icon-trophy:before {
content : "\e006";
}
.icon-screen-smartphone:before {
content : "\e010";
}
.icon-screen-desktop:before {
content : "\e011";
}
.icon-plane:before {
content : "\e012";
}
.icon-notebook:before {
content : "\e013";
}
.icon-mustache:before {
content : "\e014";
}
.icon-mouse:before {
content : "\e015";
}
.icon-magnet:before {
content : "\e016";
}
.icon-energy:before {
content : "\e020";
}
.icon-disc:before {
content : "\e022";
}
.icon-cursor:before {
content : "\e06e";
}
.icon-cursor-move:before {
content : "\e023";
}
.icon-crop:before {
content : "\e024";
}
.icon-chemistry:before {
content : "\e026";
}
.icon-speedometer:before {
content : "\e007";
}
.icon-shield:before {
content : "\e00e";
}
.icon-screen-tablet:before {
content : "\e00f";
}
.icon-magic-wand:before {
content : "\e017";
}
.icon-hourglass:before {
content : "\e018";
}
.icon-graduation:before {
content : "\e019";
}
.icon-ghost:before {
content : "\e01a";
}
.icon-game-controller:before {
content : "\e01b";
}
.icon-fire:before {
content : "\e01c";
}
.icon-eyeglass:before {
content : "\e01d";
}
.icon-envelope-open:before {
content : "\e01e";
}
.icon-envelope-letter:before {
content : "\e01f";
}
.icon-bell:before {
content : "\e027";
}
.icon-badge:before {
content : "\e028";
}
.icon-anchor:before {
content : "\e029";
}
.icon-wallet:before {
content : "\e02a";
}
.icon-vector:before {
content : "\e02b";
}
.icon-speech:before {
content : "\e02c";
}
.icon-puzzle:before {
content : "\e02d";
}
.icon-printer:before {
content : "\e02e";
}
.icon-present:before {
content : "\e02f";
}
.icon-playlist:before {
content : "\e030";
}
.icon-pin:before {
content : "\e031";
}
.icon-picture:before {
content : "\e032";
}
.icon-handbag:before {
content : "\e035";
}
.icon-globe-alt:before {
content : "\e036";
}
.icon-globe:before {
content : "\e037";
}
.icon-folder-alt:before {
content : "\e039";
}
.icon-folder:before {
content : "\e089";
}
.icon-film:before {
content : "\e03a";
}
.icon-feed:before {
content : "\e03b";
}
.icon-drop:before {
content : "\e03e";
}
.icon-drawer:before {
content : "\e03f";
}
.icon-docs:before {
content : "\e040";
}
.icon-doc:before {
content : "\e085";
}
.icon-diamond:before {
content : "\e043";
}
.icon-cup:before {
content : "\e044";
}
.icon-calculator:before {
content : "\e049";
}
.icon-bubbles:before {
content : "\e04a";
}
.icon-briefcase:before {
content : "\e04b";
}
.icon-book-open:before {
content : "\e04c";
}
.icon-basket-loaded:before {
content : "\e04d";
}
.icon-basket:before {
content : "\e04e";
}
.icon-bag:before {
content : "\e04f";
}
.icon-action-undo:before {
content : "\e050";
}
.icon-action-redo:before {
content : "\e051";
}
.icon-wrench:before {
content : "\e052";
}
.icon-umbrella:before {
content : "\e053";
}
.icon-trash:before {
content : "\e054";
}
.icon-tag:before {
content : "\e055";
}
.icon-support:before {
content : "\e056";
}
.icon-frame:before {
content : "\e038";
}
.icon-size-fullscreen:before {
content : "\e057";
}
.icon-size-actual:before {
content : "\e058";
}
.icon-shuffle:before {
content : "\e059";
}
.icon-share-alt:before {
content : "\e05a";
}
.icon-share:before {
content : "\e05b";
}
.icon-rocket:before {
content : "\e05c";
}
.icon-question:before {
content : "\e05d";
}
.icon-pie-chart:before {
content : "\e05e";
}
.icon-pencil:before {
content : "\e05f";
}
.icon-note:before {
content : "\e060";
}
.icon-loop:before {
content : "\e064";
}
.icon-home:before {
content : "\e069";
}
.icon-grid:before {
content : "\e06a";
}
.icon-graph:before {
content : "\e06b";
}
.icon-microphone:before {
content : "\e063";
}
.icon-music-tone-alt:before {
content : "\e061";
}
.icon-music-tone:before {
content : "\e062";
}
.icon-earphones-alt:before {
content : "\e03c";
}
.icon-earphones:before {
content : "\e03d";
}
.icon-equalizer:before {
content : "\e06c";
}
.icon-like:before {
content : "\e068";
}
.icon-dislike:before {
content : "\e06d";
}
.icon-control-start:before {
content : "\e06f";
}
.icon-control-rewind:before {
content : "\e070";
}
.icon-control-play:before {
content : "\e071";
}
.icon-control-pause:before {
content : "\e072";
}
.icon-control-forward:before {
content : "\e073";
}
.icon-control-end:before {
content : "\e074";
}
.icon-volume-1:before {
content : "\e09f";
}
.icon-volume-2:before {
content : "\e0a0";
}
.icon-volume-off:before {
content : "\e0a1";
}
.icon-calendar:before {
content : "\e075";
}
.icon-bulb:before {
content : "\e076";
}
.icon-chart:before {
content : "\e077";
}
.icon-ban:before {
content : "\e07c";
}
.icon-bubble:before {
content : "\e07d";
}
.icon-camrecorder:before {
content : "\e07e";
}
.icon-camera:before {
content : "\e07f";
}
.icon-cloud-download:before {
content : "\e083";
}
.icon-cloud-upload:before {
content : "\e084";
}
.icon-envelope:before {
content : "\e086";
}
.icon-eye:before {
content : "\e087";
}
.icon-flag:before {
content : "\e088";
}
.icon-heart:before {
content : "\e08a";
}
.icon-info:before {
content : "\e08b";
}
.icon-key:before {
content : "\e08c";
}
.icon-link:before {
content : "\e08d";
}
.icon-lock:before {
content : "\e08e";
}
.icon-lock-open:before {
content : "\e08f";
}
.icon-magnifier:before {
content : "\e090";
}
.icon-magnifier-add:before {
content : "\e091";
}
.icon-magnifier-remove:before {
content : "\e092";
}
.icon-paper-clip:before {
content : "\e093";
}
.icon-paper-plane:before {
content : "\e094";
}
.icon-power:before {
content : "\e097";
}
.icon-refresh:before {
content : "\e098";
}
.icon-reload:before {
content : "\e099";
}
.icon-settings:before {
content : "\e09a";
}
.icon-star:before {
content : "\e09b";
}
.icon-symbol-female:before {
content : "\e09c";
}
.icon-symbol-male:before {
content : "\e09d";
}
.icon-target:before {
content : "\e09e";
}
.icon-credit-card:before {
content : "\e025";
}
.icon-paypal:before {
content : "\e608";
}
.icon-social-tumblr:before {
content : "\e00a";
}
.icon-social-twitter:before {
content : "\e009";
}
.icon-social-facebook:before {
content : "\e00b";
}
.icon-social-instagram:before {
content : "\e609";
}
.icon-social-linkedin:before {
content : "\e60a";
}
.icon-social-pinterest:before {
content : "\e60b";
}
.icon-social-github:before {
content : "\e60c";
}
.icon-social-google:before {
content : "\e60d";
}
.icon-social-reddit:before {
content : "\e60e";
}
.icon-social-skype:before {
content : "\e60f";
}
.icon-social-dribbble:before {
content : "\e00d";
}
.icon-social-behance:before {
content : "\e610";
}
.icon-social-foursqare:before {
content : "\e611";
}
.icon-social-soundcloud:before {
content : "\e612";
}
.icon-social-spotify:before {
content : "\e613";
}
.icon-social-stumbleupon:before {
content : "\e614";
}
.icon-social-youtube:before {
content : "\e008";
}
.icon-social-dropbox:before {
content : "\e00c";
}
.icon-social-vkontakte:before {
content : "\e618";
}
.icon-social-steam:before {
content : "\e620";
}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0} @media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(//www.santedonnacona.com/wp-content/themes/raiseapp/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(//www.santedonnacona.com/wp-content/themes/raiseapp/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//www.santedonnacona.com/wp-content/themes/raiseapp/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//www.santedonnacona.com/wp-content/themes/raiseapp/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//www.santedonnacona.com/wp-content/themes/raiseapp/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//www.santedonnacona.com/wp-content/themes/raiseapp/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.ui-helper-hidden {
display : none;
}
.ui-helper-hidden-accessible {
border   : 0;
clip     : rect(0 0 0 0);
height   : 1px;
margin   : -1px;
overflow : hidden;
padding  : 0;
position : absolute;
width    : 1px;
}
.ui-helper-reset {
margin          : 0;
padding         : 0;
border          : 0;
outline         : 0;
line-height     : 1.3;
text-decoration : none;
font-size       : 100%;
list-style      : none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content         : "";
display         : table;
border-collapse : collapse;
}
.ui-helper-clearfix:after {
clear : both;
}
.ui-helper-zfix {
width    : 100%;
height   : 100%;
top      : 0;
left     : 0;
position : absolute;
opacity  : 0;
filter   : Alpha(Opacity=0); }
.ui-front {
z-index : 100;
} .ui-state-disabled {
cursor         : default !important;
pointer-events : none;
} .ui-icon {
display           : inline-block;
vertical-align    : middle;
margin-top        : -.25em;
position          : relative;
text-indent       : -99999px;
overflow          : hidden;
background-repeat : no-repeat;
}
.ui-widget-icon-block {
left        : 50%;
margin-left : -8px;
display     : block;
}  .ui-widget-overlay {
position : fixed;
top      : 0;
left     : 0;
width    : 100%;
height   : 100%;
}
.ui-accordion .ui-accordion-header {
display   : block;
cursor    : pointer;
position  : relative;
margin    : 2px 0 0 0;
padding   : .5em .5em .5em .7em;
font-size : 100%;
}
.ui-accordion .ui-accordion-content {
padding    : 1em 2.2em;
border-top : 0;
overflow   : auto;
}
.ui-autocomplete {
position : absolute;
top      : 0;
left     : 0;
cursor   : default;
}
.ui-menu {
list-style : none;
padding    : 0;
margin     : 0;
display    : block;
outline    : 0;
}
.ui-menu .ui-menu {
position : absolute;
}
.ui-menu .ui-menu-item {
margin           : 0;
cursor           : pointer; list-style-image : url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
position : relative;
padding  : 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
margin       : 5px 0;
height       : 0;
font-size    : 0;
line-height  : 0;
border-width : 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin : -1px;
} .ui-menu-icons {
position : relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
padding-left : 2em;
} .ui-menu .ui-icon {
position : absolute;
top      : 0;
bottom   : 0;
left     : .2em;
margin   : auto 0;
} .ui-menu .ui-menu-icon {
left  : auto;
right : 0;
}
.ui-button {
padding             : .4em 1em;
display             : inline-block;
position            : relative;
line-height         : normal;
margin-right        : .1em;
cursor              : pointer;
vertical-align      : middle;
text-align          : center;
-webkit-user-select : none;
-moz-user-select    : none;
-ms-user-select     : none;
user-select         : none; overflow            : visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration : none;
} .ui-button-icon-only {
width       : 2em;
box-sizing  : border-box;
text-indent : -9999px;
white-space : nowrap;
} input.ui-button.ui-button-icon-only {
text-indent : 0;
} .ui-button-icon-only .ui-icon {
position    : absolute;
top         : 50%;
left        : 50%;
margin-top  : -8px;
margin-left : -8px;
}
.ui-button.ui-icon-notext .ui-icon {
padding     : 0;
width       : 2.1em;
height      : 2.1em;
text-indent : -9999px;
white-space : nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
width       : auto;
height      : auto;
text-indent : 0;
white-space : normal;
padding     : .4em 1em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border  : 0;
padding : 0;
}
.ui-controlgroup {
vertical-align : middle;
display        : inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
float        : left;
margin-left  : 0;
margin-right : 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
z-index : 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
display       : block;
float         : none;
width         : 100%;
margin-top    : 0;
margin-bottom : 0;
text-align    : left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
box-sizing : border-box;
}
.ui-controlgroup .ui-controlgroup-label {
padding : .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
font-size : 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
border-left : none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
border-top : none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
border-right : none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
border-bottom : none;
} .ui-controlgroup-vertical .ui-spinner-input { width : 75%;
width : calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
border-top-style : solid;
}
.ui-checkboxradio-label .ui-icon-background {
box-shadow    : inset 1px 1px 1px #ccc;
border-radius : .12em;
border        : none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
width         : 16px;
height        : 16px;
border-radius : 1em;
overflow      : visible;
border        : none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
background-image : none;
width            : 8px;
height           : 8px;
border-width     : 4px;
border-style     : solid;
}
.ui-checkboxradio-disabled {
pointer-events : none;
}
.ui-datepicker {
width   : 17em;
padding : .2em .2em 0;
display : none;
}
.ui-datepicker .ui-datepicker-header {
position : relative;
padding  : .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position : absolute;
top      : 2px;
width    : 1.8em;
height   : 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top : 2px;
}
.ui-datepicker .ui-datepicker-prev {
left : 2px;
}
.ui-datepicker .ui-datepicker-next {
right : 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left : 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
right : 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display     : block;
position    : absolute;
left        : 50%;
margin-left : -8px;
top         : 50%;
margin-top  : -8px;
}
.ui-datepicker .ui-datepicker-title {
margin      : 0 2.3em;
line-height: 24px;
text-align  : center;
}
.ui-datepicker .ui-datepicker-title select {
font-size : 1em;
margin    : 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width : 45%;
}
.ui-datepicker table {
width           : 100%;
font-size       : .9em;
border-collapse : collapse;
margin          : 0 0 .2em;
line-height     : 20px;
}
.ui-datepicker th {
padding     : .7em .3em;
text-align  : center;
font-weight : bold;
border      : 0;
}
.ui-datepicker td {
border  : 0;
padding : 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display         : block;
padding         : .2em;
text-align      : right;
text-decoration : none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image : none;
margin           : .7em 0 0 0;
padding          : 0 .2em;
border-left      : 0;
border-right     : 0;
border-bottom    : 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float    : right;
margin   : .5em .2em .4em;
cursor   : pointer;
padding  : .2em .6em .3em .6em;
width    : auto;
overflow : visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float : left;
} .ui-datepicker.ui-datepicker-multi {
width : auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float : left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width  : 95%;
margin : 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width : 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width : 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width : 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width : 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear : left;
}
.ui-datepicker-row-break {
clear     : both;
width     : 100%;
font-size : 0;
} .ui-datepicker-rtl {
direction : rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right : 2px;
left  : auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left  : 2px;
right : auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right : 1px;
left  : auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left  : 1px;
right : auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear : right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float : left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float : right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width : 0;
border-left-width  : 1px;
} .ui-datepicker .ui-icon {
display           : block;
text-indent       : -99999px;
overflow          : hidden;
background-repeat : no-repeat;
left              : .5em;
top               : .3em;
}
.ui-dialog {
position : absolute;
top      : 0;
left     : 0;
padding  : .2em;
outline  : 0;
}
.ui-dialog .ui-dialog-titlebar {
padding  : .4em 1em;
position : relative;
}
.ui-dialog .ui-dialog-title {
float         : left;
margin        : .1em 0;
white-space   : nowrap;
width         : 90%;
overflow      : hidden;
text-overflow : ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position : absolute;
right    : .3em;
top      : 50%;
width    : 20px;
margin   : -10px 0 0 0;
padding  : 1px;
height   : 20px;
}
.ui-dialog .ui-dialog-content {
position   : relative;
border     : 0;
padding    : .5em 1em;
background : none;
overflow   : auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align       : left;
border-width     : 1px 0 0 0;
background-image : none;
margin-top       : .5em;
padding          : .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float : right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin : .5em .4em .5em 0;
cursor : pointer;
}
.ui-dialog .ui-resizable-n {
height : 2px;
top    : 0;
}
.ui-dialog .ui-resizable-e {
width : 2px;
right : 0;
}
.ui-dialog .ui-resizable-s {
height : 2px;
bottom : 0;
}
.ui-dialog .ui-resizable-w {
width : 2px;
left  : 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
width  : 7px;
height : 7px;
}
.ui-dialog .ui-resizable-se {
right  : 0;
bottom : 0;
}
.ui-dialog .ui-resizable-sw {
left   : 0;
bottom : 0;
}
.ui-dialog .ui-resizable-ne {
right : 0;
top   : 0;
}
.ui-dialog .ui-resizable-nw {
left : 0;
top  : 0;
}
.ui-draggable .ui-dialog-titlebar {
cursor : move;
}
.ui-draggable-handle {
-ms-touch-action : none;
touch-action     : none;
}
.ui-resizable {
position : relative;
}
.ui-resizable-handle {
position         : absolute;
font-size        : 0.1px;
display          : block;
-ms-touch-action : none;
touch-action     : none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display : none;
}
.ui-resizable-n {
cursor : n-resize;
height : 7px;
width  : 100%;
top    : -5px;
left   : 0;
}
.ui-resizable-s {
cursor : s-resize;
height : 7px;
width  : 100%;
bottom : -5px;
left   : 0;
}
.ui-resizable-e {
cursor : e-resize;
width  : 7px;
right  : -5px;
top    : 0;
height : 100%;
}
.ui-resizable-w {
cursor : w-resize;
width  : 7px;
left   : -5px;
top    : 0;
height : 100%;
}
.ui-resizable-se {
cursor : se-resize;
width  : 12px;
height : 12px;
right  : 1px;
bottom : 1px;
}
.ui-resizable-sw {
cursor : sw-resize;
width  : 9px;
height : 9px;
left   : -5px;
bottom : -5px;
}
.ui-resizable-nw {
cursor : nw-resize;
width  : 9px;
height : 9px;
left   : -5px;
top    : -5px;
}
.ui-resizable-ne {
cursor : ne-resize;
width  : 9px;
height : 9px;
right  : -5px;
top    : -5px;
}
.ui-progressbar {
height     : 2em;
text-align : left;
overflow   : hidden;
}
.ui-progressbar .ui-progressbar-value {
margin : -1px;
height : 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background : url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
height     : 100%;
filter     : alpha(opacity=25); opacity    : 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image : none;
}
.ui-selectable {
-ms-touch-action : none;
touch-action     : none;
}
.ui-selectable-helper {
position : absolute;
z-index  : 100;
border   : 1px dotted black;
}
.ui-selectmenu-menu {
padding  : 0;
margin   : 0;
position : absolute;
top      : 0;
left     : 0;
display  : none;
}
.ui-selectmenu-menu .ui-menu {
overflow       : auto;
overflow-x     : hidden;
padding-bottom : 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size   : 1em;
font-weight : bold;
line-height : 1.5;
padding     : 2px 0.4em;
margin      : 0.5em 0 0 0;
height      : auto;
border      : 0;
}
.ui-selectmenu-open {
display : block;
}
.ui-selectmenu-text {
display       : block;
margin-right  : 20px;
overflow      : hidden;
text-overflow : ellipsis;
}
.ui-selectmenu-button.ui-button {
text-align  : left;
white-space : nowrap;
width       : 14em;
}
.ui-selectmenu-icon.ui-icon {
float      : right;
margin-top : 0;
}
.ui-slider {
position   : relative;
text-align : left;
}
.ui-slider .ui-slider-handle {
position         : absolute;
z-index          : 2;
width            : 1.2em;
height           : 1.2em;
cursor           : default;
-ms-touch-action : none;
touch-action     : none;
}
.ui-slider .ui-slider-range {
position            : absolute;
z-index             : 1;
font-size           : .7em;
display             : block;
border              : 0;
background-position : 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter : inherit;
}
.ui-slider-horizontal {
height : .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top         : -.3em;
margin-left : -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top    : 0;
height : 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left : 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right : 0;
}
.ui-slider-vertical {
width  : .8em;
height : 100px;
}
.ui-slider-vertical .ui-slider-handle {
left          : -.3em;
margin-left   : 0;
margin-bottom : -.6em;
}
.ui-slider-vertical .ui-slider-range {
left  : 0;
width : 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom : 0;
}
.ui-slider-vertical .ui-slider-range-max {
top : 0;
}
.ui-sortable-handle {
-ms-touch-action : none;
touch-action     : none;
}
.ui-spinner {
position       : relative;
display        : inline-block;
overflow       : hidden;
padding        : 0;
vertical-align : middle;
}
.ui-spinner-input {
border         : none;
background     : none;
color          : inherit;
padding        : .222em 0;
margin         : .2em 0;
vertical-align : middle;
margin-left    : .4em;
margin-right   : 2em;
}
.ui-spinner-button {
width      : 1.6em;
height     : 50%;
font-size  : .5em;
padding    : 0;
margin     : 0;
text-align : center;
position   : absolute;
cursor     : default;
display    : block;
overflow   : hidden;
right      : 0;
} .ui-spinner a.ui-spinner-button {
border-top-style    : none;
border-bottom-style : none;
border-right-style  : none;
}
.ui-spinner-up {
top : 0;
}
.ui-spinner-down {
bottom : 0;
}
.ui-tabs {
position : relative; padding  : .2em;
}
.ui-tabs .ui-tabs-nav {
margin  : 0;
padding : .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style          : none;
float               : left;
position            : relative;
top                 : 0;
margin              : 1px .2em 0 0;
border-bottom-width : 0;
padding             : 0;
white-space         : nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float           : left;
padding         : .5em 1em;
text-decoration : none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom  : -1px;
padding-bottom : 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor : text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor : pointer;
}
.ui-tabs .ui-tabs-panel {
display      : block;
border-width : 0;
padding      : 1em 1.4em;
background   : none;
}
.ui-tooltip {
padding   : 8px;
position  : absolute;
z-index   : 9999;
max-width : 300px;
}
body .ui-tooltip {
border-width : 2px;
} .ui-widget {
font-family : Arial, Helvetica, sans-serif;
font-size   : 1em;
}
.ui-widget .ui-widget {
font-size : 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family : Arial, Helvetica, sans-serif;
font-size   : 1em;
}
.ui-widget.ui-widget-content {
border : 1px solid #c5c5c5;
}
.ui-widget-content {
border     : 1px solid #dddddd;
background : #ffffff;
color      : #333333;
}
.ui-widget-content a {
color : #333333;
}
.ui-widget-header {
border      : 1px solid #dddddd;
background  : #e9e9e9;
color       : #333333;
font-weight : bold;
}
.ui-widget-header a {
color : #333333;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border      : 1px solid #c5c5c5;
background  : #f6f6f6;
font-weight : normal;
color       : #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
color           : #454545;
text-decoration : none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
border      : 1px solid #cccccc;
background  : #ededed;
font-weight : normal;
color       : #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
color           : #2b2b2b;
text-decoration : none;
}
.ui-visual-focus {
box-shadow : 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border      : 1px solid #003eff;
background  : #007fff;
font-weight : normal;
color       : #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border           : #003eff;
background-color : #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color           : #ffffff;
text-decoration : none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border     : 1px solid #dad55e;
background : #fffa90;
color      : #777620;
}
.ui-state-checked {
border     : 1px solid #dad55e;
background : #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color : #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border     : 1px solid #f1a899;
background : #fddfdf;
color      : #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color : #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color : #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight : bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity     : .7;
filter      : Alpha(Opacity=70); font-weight : normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity          : .35;
filter           : Alpha(Opacity=35); background-image : none;
}
.ui-state-disabled .ui-icon {
filter : Alpha(Opacity=35); }  .ui-icon {
width  : 16px;
height : 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image : url(//www.santedonnacona.com/wp-content/themes/raiseapp/vendor/jquery-ui/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
background-image : url(//www.santedonnacona.com/wp-content/themes/raiseapp/vendor/jquery-ui/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
background-image : url(//www.santedonnacona.com/wp-content/themes/raiseapp/vendor/jquery-ui/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
background-image : url(//www.santedonnacona.com/wp-content/themes/raiseapp/vendor/jquery-ui/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
background-image : url(//www.santedonnacona.com/wp-content/themes/raiseapp/vendor/jquery-ui/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image : url(//www.santedonnacona.com/wp-content/themes/raiseapp/vendor/jquery-ui/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
background-image : url(//www.santedonnacona.com/wp-content/themes/raiseapp/vendor/jquery-ui/images/ui-icons_777777_256x240.png);
} .ui-icon-blank {
background-position : 16px 16px;
}
.ui-icon-caret-1-n {
background-position : 0 0;
}
.ui-icon-caret-1-ne {
background-position : -16px 0;
}
.ui-icon-caret-1-e {
background-position : -32px 0;
}
.ui-icon-caret-1-se {
background-position : -48px 0;
}
.ui-icon-caret-1-s {
background-position : -65px 0;
}
.ui-icon-caret-1-sw {
background-position : -80px 0;
}
.ui-icon-caret-1-w {
background-position : -96px 0;
}
.ui-icon-caret-1-nw {
background-position : -112px 0;
}
.ui-icon-caret-2-n-s {
background-position : -128px 0;
}
.ui-icon-caret-2-e-w {
background-position : -144px 0;
}
.ui-icon-triangle-1-n {
background-position : 0 -16px;
}
.ui-icon-triangle-1-ne {
background-position : -16px -16px;
}
.ui-icon-triangle-1-e {
background-position : -32px -16px;
}
.ui-icon-triangle-1-se {
background-position : -48px -16px;
}
.ui-icon-triangle-1-s {
background-position : -65px -16px;
}
.ui-icon-triangle-1-sw {
background-position : -80px -16px;
}
.ui-icon-triangle-1-w {
background-position : -96px -16px;
}
.ui-icon-triangle-1-nw {
background-position : -112px -16px;
}
.ui-icon-triangle-2-n-s {
background-position : -128px -16px;
}
.ui-icon-triangle-2-e-w {
background-position : -144px -16px;
}
.ui-icon-arrow-1-n {
background-position : 0 -32px;
}
.ui-icon-arrow-1-ne {
background-position : -16px -32px;
}
.ui-icon-arrow-1-e {
background-position : -32px -32px;
}
.ui-icon-arrow-1-se {
background-position : -48px -32px;
}
.ui-icon-arrow-1-s {
background-position : -65px -32px;
}
.ui-icon-arrow-1-sw {
background-position : -80px -32px;
}
.ui-icon-arrow-1-w {
background-position : -96px -32px;
}
.ui-icon-arrow-1-nw {
background-position : -112px -32px;
}
.ui-icon-arrow-2-n-s {
background-position : -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
background-position : -144px -32px;
}
.ui-icon-arrow-2-e-w {
background-position : -160px -32px;
}
.ui-icon-arrow-2-se-nw {
background-position : -176px -32px;
}
.ui-icon-arrowstop-1-n {
background-position : -192px -32px;
}
.ui-icon-arrowstop-1-e {
background-position : -208px -32px;
}
.ui-icon-arrowstop-1-s {
background-position : -224px -32px;
}
.ui-icon-arrowstop-1-w {
background-position : -240px -32px;
}
.ui-icon-arrowthick-1-n {
background-position : 1px -48px;
}
.ui-icon-arrowthick-1-ne {
background-position : -16px -48px;
}
.ui-icon-arrowthick-1-e {
background-position : -32px -48px;
}
.ui-icon-arrowthick-1-se {
background-position : -48px -48px;
}
.ui-icon-arrowthick-1-s {
background-position : -64px -48px;
}
.ui-icon-arrowthick-1-sw {
background-position : -80px -48px;
}
.ui-icon-arrowthick-1-w {
background-position : -96px -48px;
}
.ui-icon-arrowthick-1-nw {
background-position : -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
background-position : -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
background-position : -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
background-position : -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
background-position : -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
background-position : -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
background-position : -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
background-position : -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
background-position : -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
background-position : 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
background-position : -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
background-position : -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
background-position : -48px -64px;
}
.ui-icon-arrowreturn-1-w {
background-position : -64px -64px;
}
.ui-icon-arrowreturn-1-n {
background-position : -80px -64px;
}
.ui-icon-arrowreturn-1-e {
background-position : -96px -64px;
}
.ui-icon-arrowreturn-1-s {
background-position : -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
background-position : -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
background-position : -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
background-position : -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
background-position : -176px -64px;
}
.ui-icon-arrow-4 {
background-position : 0 -80px;
}
.ui-icon-arrow-4-diag {
background-position : -16px -80px;
}
.ui-icon-extlink {
background-position : -32px -80px;
}
.ui-icon-newwin {
background-position : -48px -80px;
}
.ui-icon-refresh {
background-position : -64px -80px;
}
.ui-icon-shuffle {
background-position : -80px -80px;
}
.ui-icon-transfer-e-w {
background-position : -96px -80px;
}
.ui-icon-transferthick-e-w {
background-position : -112px -80px;
}
.ui-icon-folder-collapsed {
background-position : 0 -96px;
}
.ui-icon-folder-open {
background-position : -16px -96px;
}
.ui-icon-document {
background-position : -32px -96px;
}
.ui-icon-document-b {
background-position : -48px -96px;
}
.ui-icon-note {
background-position : -64px -96px;
}
.ui-icon-mail-closed {
background-position : -80px -96px;
}
.ui-icon-mail-open {
background-position : -96px -96px;
}
.ui-icon-suitcase {
background-position : -112px -96px;
}
.ui-icon-comment {
background-position : -128px -96px;
}
.ui-icon-person {
background-position : -144px -96px;
}
.ui-icon-print {
background-position : -160px -96px;
}
.ui-icon-trash {
background-position : -176px -96px;
}
.ui-icon-locked {
background-position : -192px -96px;
}
.ui-icon-unlocked {
background-position : -208px -96px;
}
.ui-icon-bookmark {
background-position : -224px -96px;
}
.ui-icon-tag {
background-position : -240px -96px;
}
.ui-icon-home {
background-position : 0 -112px;
}
.ui-icon-flag {
background-position : -16px -112px;
}
.ui-icon-calendar {
background-position : -32px -112px;
}
.ui-icon-cart {
background-position : -48px -112px;
}
.ui-icon-pencil {
background-position : -64px -112px;
}
.ui-icon-clock {
background-position : -80px -112px;
}
.ui-icon-disk {
background-position : -96px -112px;
}
.ui-icon-calculator {
background-position : -112px -112px;
}
.ui-icon-zoomin {
background-position : -128px -112px;
}
.ui-icon-zoomout {
background-position : -144px -112px;
}
.ui-icon-search {
background-position : -160px -112px;
}
.ui-icon-wrench {
background-position : -176px -112px;
}
.ui-icon-gear {
background-position : -192px -112px;
}
.ui-icon-heart {
background-position : -208px -112px;
}
.ui-icon-star {
background-position : -224px -112px;
}
.ui-icon-link {
background-position : -240px -112px;
}
.ui-icon-cancel {
background-position : 0 -128px;
}
.ui-icon-plus {
background-position : -16px -128px;
}
.ui-icon-plusthick {
background-position : -32px -128px;
}
.ui-icon-minus {
background-position : -48px -128px;
}
.ui-icon-minusthick {
background-position : -64px -128px;
}
.ui-icon-close {
background-position : -80px -128px;
}
.ui-icon-closethick {
background-position : -96px -128px;
}
.ui-icon-key {
background-position : -112px -128px;
}
.ui-icon-lightbulb {
background-position : -128px -128px;
}
.ui-icon-scissors {
background-position : -144px -128px;
}
.ui-icon-clipboard {
background-position : -160px -128px;
}
.ui-icon-copy {
background-position : -176px -128px;
}
.ui-icon-contact {
background-position : -192px -128px;
}
.ui-icon-image {
background-position : -208px -128px;
}
.ui-icon-video {
background-position : -224px -128px;
}
.ui-icon-script {
background-position : -240px -128px;
}
.ui-icon-alert {
background-position : 0 -144px;
}
.ui-icon-info {
background-position : -16px -144px;
}
.ui-icon-notice {
background-position : -32px -144px;
}
.ui-icon-help {
background-position : -48px -144px;
}
.ui-icon-check {
background-position : -64px -144px;
}
.ui-icon-bullet {
background-position : -80px -144px;
}
.ui-icon-radio-on {
background-position : -96px -144px;
}
.ui-icon-radio-off {
background-position : -112px -144px;
}
.ui-icon-pin-w {
background-position : -128px -144px;
}
.ui-icon-pin-s {
background-position : -144px -144px;
}
.ui-icon-play {
background-position : 0 -160px;
}
.ui-icon-pause {
background-position : -16px -160px;
}
.ui-icon-seek-next {
background-position : -32px -160px;
}
.ui-icon-seek-prev {
background-position : -48px -160px;
}
.ui-icon-seek-end {
background-position : -64px -160px;
}
.ui-icon-seek-start {
background-position : -80px -160px;
} .ui-icon-seek-first {
background-position : -80px -160px;
}
.ui-icon-stop {
background-position : -96px -160px;
}
.ui-icon-eject {
background-position : -112px -160px;
}
.ui-icon-volume-off {
background-position : -128px -160px;
}
.ui-icon-volume-on {
background-position : -144px -160px;
}
.ui-icon-power {
background-position : 0 -176px;
}
.ui-icon-signal-diag {
background-position : -16px -176px;
}
.ui-icon-signal {
background-position : -32px -176px;
}
.ui-icon-battery-0 {
background-position : -48px -176px;
}
.ui-icon-battery-1 {
background-position : -64px -176px;
}
.ui-icon-battery-2 {
background-position : -80px -176px;
}
.ui-icon-battery-3 {
background-position : -96px -176px;
}
.ui-icon-circle-plus {
background-position : 0 -192px;
}
.ui-icon-circle-minus {
background-position : -16px -192px;
}
.ui-icon-circle-close {
background-position : -32px -192px;
}
.ui-icon-circle-triangle-e {
background-position : -48px -192px;
}
.ui-icon-circle-triangle-s {
background-position : -64px -192px;
}
.ui-icon-circle-triangle-w {
background-position : -80px -192px;
}
.ui-icon-circle-triangle-n {
background-position : -96px -192px;
}
.ui-icon-circle-arrow-e {
background-position : -112px -192px;
}
.ui-icon-circle-arrow-s {
background-position : -128px -192px;
}
.ui-icon-circle-arrow-w {
background-position : -144px -192px;
}
.ui-icon-circle-arrow-n {
background-position : -160px -192px;
}
.ui-icon-circle-zoomin {
background-position : -176px -192px;
}
.ui-icon-circle-zoomout {
background-position : -192px -192px;
}
.ui-icon-circle-check {
background-position : -208px -192px;
}
.ui-icon-circlesmall-plus {
background-position : 0 -208px;
}
.ui-icon-circlesmall-minus {
background-position : -16px -208px;
}
.ui-icon-circlesmall-close {
background-position : -32px -208px;
}
.ui-icon-squaresmall-plus {
background-position : -48px -208px;
}
.ui-icon-squaresmall-minus {
background-position : -64px -208px;
}
.ui-icon-squaresmall-close {
background-position : -80px -208px;
}
.ui-icon-grip-dotted-vertical {
background-position : 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
background-position : -16px -224px;
}
.ui-icon-grip-solid-vertical {
background-position : -32px -224px;
}
.ui-icon-grip-solid-horizontal {
background-position : -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
background-position : -64px -224px;
}
.ui-icon-grip-diagonal-se {
background-position : -80px -224px;
}  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius : 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius : 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius : 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius : 3px;
} .ui-widget-overlay {
background : #aaaaaa;
opacity    : .003;
filter     : Alpha(Opacity=.3); }
.ui-widget-shadow {
-webkit-box-shadow : 0px 0px 5px #666666;
box-shadow         : 0px 0px 5px #666666;
}.audioplayer
{
height: 60px; color: #fff;
text-shadow: 1px 1px 0 #000;
border: 1px solid #222;
position: relative;
z-index: 1;
background: #15171c;
}
.audioplayer-mini
{
width: 2.5em; margin: 0 auto;
}
.audioplayer > div
{
position: absolute;
}
.audioplayer-playpause
{
width: 60px; height: 100%;
text-align: left;
text-indent: -9999px;
cursor: pointer;
z-index: 2;
top: 0;
left: 0;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
{  }
.audioplayer-mini .audioplayer-playpause
{
width: 100%;
}
.audioplayer-playpause:hover,
.audioplayer-playpause:focus
{
background-color: #222;
}
.audioplayer-playpause a
{
display: block;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
{
width: 0;
height: 0;
border: 0.5em solid transparent; border-right: none;
border-left-color: #fff;
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -0.5em 0 0 -0.25em; }
.audioplayer-playing .audioplayer-playpause a
{
width: 0.75em; height: 0.75em; position: absolute;
top: 50%;
left: 50%;
margin: -0.375em 0 0 -0.375em; }
.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after
{
width: 40%;
height: 100%;
background-color: #fff;
content: '';
position: absolute;
top: 0;
}
.audioplayer-playing .audioplayer-playpause a:before
{
left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after
{
right: 0;
}
.audioplayer-time
{
width: 4.375em; height: 100%;
line-height: 60px; text-align: center;
z-index: 2;
top: 0;
}
.audioplayer-time-current
{
border-left: 1px solid #111;
border-left-color: rgba( 0, 0, 0, .25 );
left: 60px; }
.audioplayer-time-duration
{  right: 120px; }
.audioplayer-novolume .audioplayer-time-duration
{
border-right: 0;
right: 0;
}
.audioplayer-bar
{
height: 0.875em; background-color: #222;
cursor: pointer;
z-index: 1;
top: 50%;
right: 180px; left: 120px; margin-top: -0.438em; }
.audioplayer-novolume .audioplayer-bar
{
right: 4.375em; }
.audioplayer-bar div
{
width: 0;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.audioplayer-bar-loaded
{
background-color: #333;
z-index: 1;
}
.audioplayer-bar-played
{
background: #00d5c3;
z-index: 2;
}
.audioplayer-volume
{
width: 120px; height: 100%;
border-left: 1px solid #111;
border-left-color: rgba( 0, 0, 0, .25 );
text-align: left;
cursor: pointer;
z-index: 2;
top: 0;
right: 0;
}
.audioplayer-volume-button
{
float: left;
}
.audioplayer-mute .audioplayer-volume-button a:before
{
content: "\e0a1";
}
.audioplayer-volume-button a:before
{
content: "\e0a0";
}
.audioplayer-volume-adjust
{
cursor: default;
}
.audioplayer-volume:hover .audioplayer-volume-adjust
{
top: auto;
bottom: 100%;
}
.audioplayer-volume-adjust > div
{
width: calc(100% - 60px);
height: 12px;
background-color: #222;
cursor: pointer;
position: relative;
z-index: 1;
margin-top: 23px;
margin-left: 40px;
}
.audioplayer-volume-adjust div div
{
width: 0;
height: 12px;
position: absolute;
bottom: 0;
left: 0;
background: #00d5c3;
}
.audioplayer-novolume .audioplayer-volume
{
display: none;
}
.audioplayer-play,
.audioplayer-pause,
.audioplayer-volume a
{
padding-left: 15px;
font-size: 14px;
font-family: "simple-line-icons";
line-height: 60px;
color: white;
}
.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div
{   }.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://www.santedonnacona.com/wp-content/themes/raiseapp/vendor/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://www.santedonnacona.com/wp-content/themes/raiseapp/vendor/slick/fonts/slick.eot);
src: url(https://www.santedonnacona.com/wp-content/themes/raiseapp/vendor/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://www.santedonnacona.com/wp-content/themes/raiseapp/vendor/slick/fonts/slick.woff) format('woff'), url(https://www.santedonnacona.com/wp-content/themes/raiseapp/vendor/slick/fonts/slick.ttf) format('truetype'), url(https://www.santedonnacona.com/wp-content/themes/raiseapp/vendor/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}.hvr-grow{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-grow:active,.hvr-grow:focus,.hvr-grow:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.hvr-shrink{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-shrink:active,.hvr-shrink:focus,.hvr-shrink:hover{-webkit-transform:scale(0.9);transform:scale(0.9)}@-webkit-keyframes hvr-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes hvr-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}.hvr-pulse{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.hvr-pulse:active,.hvr-pulse:focus,.hvr-pulse:hover{-webkit-animation-name:hvr-pulse;animation-name:hvr-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}.hvr-pulse-grow{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.hvr-pulse-grow:active,.hvr-pulse-grow:focus,.hvr-pulse-grow:hover{-webkit-animation-name:hvr-pulse-grow;animation-name:hvr-pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hvr-pulse-shrink{to{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes hvr-pulse-shrink{to{-webkit-transform:scale(0.9);transform:scale(0.9)}}.hvr-pulse-shrink{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.hvr-pulse-shrink:active,.hvr-pulse-shrink:focus,.hvr-pulse-shrink:hover{-webkit-animation-name:hvr-pulse-shrink;animation-name:hvr-pulse-shrink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hvr-push{50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes hvr-push{50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}.hvr-push{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.hvr-push:active,.hvr-push:focus,.hvr-push:hover{-webkit-animation-name:hvr-push;animation-name:hvr-push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes hvr-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}.hvr-pop{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.hvr-pop:active,.hvr-pop:focus,.hvr-pop:hover{-webkit-animation-name:hvr-pop;animation-name:hvr-pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.hvr-bounce-in{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-in:active,.hvr-bounce-in:focus,.hvr-bounce-in:hover{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.hvr-bounce-out{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-out:active,.hvr-bounce-out:focus,.hvr-bounce-out:hover{-webkit-transform:scale(0.8);transform:scale(0.8);-webkit-transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.hvr-rotate{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-rotate:active,.hvr-rotate:focus,.hvr-rotate:hover{-webkit-transform:rotate(4deg);transform:rotate(4deg)}.hvr-grow-rotate{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-grow-rotate:active,.hvr-grow-rotate:focus,.hvr-grow-rotate:hover{-webkit-transform:scale(1.1) rotate(4deg);transform:scale(1.1) rotate(4deg)}.hvr-float{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-float:active,.hvr-float:focus,.hvr-float:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hvr-sink{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sink:active,.hvr-sink:focus,.hvr-sink:hover{-webkit-transform:translateY(8px);transform:translateY(8px)}@-webkit-keyframes hvr-bob{0%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes hvr-bob{0%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@-webkit-keyframes hvr-bob-float{100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes hvr-bob-float{100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}.hvr-bob{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.hvr-bob:active,.hvr-bob:focus,.hvr-bob:hover{-webkit-animation-name:hvr-bob-float,hvr-bob;animation-name:hvr-bob-float,hvr-bob;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}@-webkit-keyframes hvr-hang{0%{-webkit-transform:translateY(8px);transform:translateY(8px)}50%{-webkit-transform:translateY(4px);transform:translateY(4px)}100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}@keyframes hvr-hang{0%{-webkit-transform:translateY(8px);transform:translateY(8px)}50%{-webkit-transform:translateY(4px);transform:translateY(4px)}100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}@-webkit-keyframes hvr-hang-sink{100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}@keyframes hvr-hang-sink{100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}.hvr-hang{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.hvr-hang:active,.hvr-hang:focus,.hvr-hang:hover{-webkit-animation-name:hvr-hang-sink,hvr-hang;animation-name:hvr-hang-sink,hvr-hang;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}.hvr-skew{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-skew:active,.hvr-skew:focus,.hvr-skew:hover{-webkit-transform:skew(-10deg);transform:skew(-10deg)}.hvr-skew-forward{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform-origin:0 100%;transform-origin:0 100%}.hvr-skew-forward:active,.hvr-skew-forward:focus,.hvr-skew-forward:hover{-webkit-transform:skew(-10deg);transform:skew(-10deg)}.hvr-skew-backward{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform-origin:0 100%;transform-origin:0 100%}.hvr-skew-backward:active,.hvr-skew-backward:focus,.hvr-skew-backward:hover{-webkit-transform:skew(10deg);transform:skew(10deg)}@-webkit-keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes hvr-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.hvr-wobble-vertical{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.hvr-wobble-vertical:active,.hvr-wobble-vertical:focus,.hvr-wobble-vertical:hover{-webkit-animation-name:hvr-wobble-vertical;animation-name:hvr-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes hvr-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.hvr-wobble-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.hvr-wobble-horizontal:active,.hvr-wobble-horizontal:focus,.hvr-wobble-horizontal:hover{-webkit-animation-name:hvr-wobble-horizontal;animation-name:hvr-wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px,8px);transform:translate(8px,8px)}33.3%{-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px)}49.95%{-webkit-transform:translate(4px,4px);transform:translate(4px,4px)}66.6%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}83.25%{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes hvr-wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px,8px);transform:translate(8px,8px)}33.3%{-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px)}49.95%{-webkit-transform:translate(4px,4px);transform:translate(4px,4px)}66.6%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}83.25%{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.hvr-wobble-to-bottom-right{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.hvr-wobble-to-bottom-right:active,.hvr-wobble-to-bottom-right:focus,.hvr-wobble-to-bottom-right:hover{-webkit-animation-name:hvr-wobble-to-bottom-right;animation-name:hvr-wobble-to-bottom-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-to-top-right{16.65%{-webkit-transform:translate(8px,-8px);transform:translate(8px,-8px)}33.3%{-webkit-transform:translate(-6px,6px);transform:translate(-6px,6px)}49.95%{-webkit-transform:translate(4px,-4px);transform:translate(4px,-4px)}66.6%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}83.25%{-webkit-transform:translate(1px,-1px);transform:translate(1px,-1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes hvr-wobble-to-top-right{16.65%{-webkit-transform:translate(8px,-8px);transform:translate(8px,-8px)}33.3%{-webkit-transform:translate(-6px,6px);transform:translate(-6px,6px)}49.95%{-webkit-transform:translate(4px,-4px);transform:translate(4px,-4px)}66.6%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}83.25%{-webkit-transform:translate(1px,-1px);transform:translate(1px,-1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.hvr-wobble-to-top-right{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.hvr-wobble-to-top-right:active,.hvr-wobble-to-top-right:focus,.hvr-wobble-to-top-right:hover{-webkit-animation-name:hvr-wobble-to-top-right;animation-name:hvr-wobble-to-top-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.hvr-wobble-top{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transform-origin:0 100%;transform-origin:0 100%}.hvr-wobble-top:active,.hvr-wobble-top:focus,.hvr-wobble-top:hover{-webkit-animation-name:hvr-wobble-top;animation-name:hvr-wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes hvr-wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.hvr-wobble-bottom{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transform-origin:100% 0;transform-origin:100% 0}.hvr-wobble-bottom:active,.hvr-wobble-bottom:focus,.hvr-wobble-bottom:hover{-webkit-animation-name:hvr-wobble-bottom;animation-name:hvr-wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-wobble-skew{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes hvr-wobble-skew{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.hvr-wobble-skew{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.hvr-wobble-skew:active,.hvr-wobble-skew:focus,.hvr-wobble-skew:hover{-webkit-animation-name:hvr-wobble-skew;animation-name:hvr-wobble-skew;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}@keyframes hvr-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}.hvr-buzz{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.hvr-buzz:active,.hvr-buzz:focus,.hvr-buzz:hover{-webkit-animation-name:hvr-buzz;animation-name:hvr-buzz;-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes hvr-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@keyframes hvr-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}.hvr-buzz-out{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.hvr-buzz-out:active,.hvr-buzz-out:focus,.hvr-buzz-out:hover{-webkit-animation-name:hvr-buzz-out;animation-name:hvr-buzz-out;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.hvr-fade{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;overflow:hidden;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:color,background-color;transition-property:color,background-color}.hvr-fade:active,.hvr-fade:focus,.hvr-fade:hover{background-color:#2098d1;color:#fff}@-webkit-keyframes hvr-back-pulse{50%{background-color:rgba(32,152,209,.75)}}@keyframes hvr-back-pulse{50%{background-color:rgba(32,152,209,.75)}}.hvr-back-pulse{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;overflow:hidden;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:color,background-color;transition-property:color,background-color}.hvr-back-pulse:active,.hvr-back-pulse:focus,.hvr-back-pulse:hover{-webkit-animation-name:hvr-back-pulse;animation-name:hvr-back-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;background-color:#2098d1;background-color:#2098d1;color:#fff}.hvr-sweep-to-right{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-sweep-to-right:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sweep-to-right:active,.hvr-sweep-to-right:focus,.hvr-sweep-to-right:hover{color:#fff}.hvr-sweep-to-right:active:before,.hvr-sweep-to-right:focus:before,.hvr-sweep-to-right:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.hvr-sweep-to-left{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-sweep-to-left:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sweep-to-left:active,.hvr-sweep-to-left:focus,.hvr-sweep-to-left:hover{color:#fff}.hvr-sweep-to-left:active:before,.hvr-sweep-to-left:focus:before,.hvr-sweep-to-left:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.hvr-sweep-to-bottom{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-sweep-to-bottom:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sweep-to-bottom:active,.hvr-sweep-to-bottom:focus,.hvr-sweep-to-bottom:hover{color:#fff}.hvr-sweep-to-bottom:active:before,.hvr-sweep-to-bottom:focus:before,.hvr-sweep-to-bottom:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.hvr-sweep-to-top{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-sweep-to-top:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sweep-to-top:active,.hvr-sweep-to-top:focus,.hvr-sweep-to-top:hover{color:#fff}.hvr-sweep-to-top:active:before,.hvr-sweep-to-top:focus:before,.hvr-sweep-to-top:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.hvr-bounce-to-right{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-to-right:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-bounce-to-right:active,.hvr-bounce-to-right:focus,.hvr-bounce-to-right:hover{color:#fff}.hvr-bounce-to-right:active:before,.hvr-bounce-to-right:focus:before,.hvr-bounce-to-right:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(0.52,1.64,.37,.66);transition-timing-function:cubic-bezier(0.52,1.64,.37,.66)}.hvr-bounce-to-left{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-to-left:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-bounce-to-left:active,.hvr-bounce-to-left:focus,.hvr-bounce-to-left:hover{color:#fff}.hvr-bounce-to-left:active:before,.hvr-bounce-to-left:focus:before,.hvr-bounce-to-left:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(0.52,1.64,.37,.66);transition-timing-function:cubic-bezier(0.52,1.64,.37,.66)}.hvr-bounce-to-bottom{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-to-bottom:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-bounce-to-bottom:active,.hvr-bounce-to-bottom:focus,.hvr-bounce-to-bottom:hover{color:#fff}.hvr-bounce-to-bottom:active:before,.hvr-bounce-to-bottom:focus:before,.hvr-bounce-to-bottom:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition-timing-function:cubic-bezier(0.52,1.64,.37,.66);transition-timing-function:cubic-bezier(0.52,1.64,.37,.66)}.hvr-bounce-to-top{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;transition-duration:.5s}.hvr-bounce-to-top:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-bounce-to-top:active,.hvr-bounce-to-top:focus,.hvr-bounce-to-top:hover{color:#fff}.hvr-bounce-to-top:active:before,.hvr-bounce-to-top:focus:before,.hvr-bounce-to-top:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition-timing-function:cubic-bezier(0.52,1.64,.37,.66);transition-timing-function:cubic-bezier(0.52,1.64,.37,.66)}.hvr-radial-out{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden;background:#e1e1e1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-radial-out:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;border-radius:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-radial-out:active,.hvr-radial-out:focus,.hvr-radial-out:hover{color:#fff}.hvr-radial-out:active:before,.hvr-radial-out:focus:before,.hvr-radial-out:hover:before{-webkit-transform:scale(2);transform:scale(2)}.hvr-radial-in{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden;background:#2098d1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-radial-in:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#e1e1e1;border-radius:100%;-webkit-transform:scale(2);transform:scale(2);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-radial-in:active,.hvr-radial-in:focus,.hvr-radial-in:hover{color:#fff}.hvr-radial-in:active:before,.hvr-radial-in:focus:before,.hvr-radial-in:hover:before{-webkit-transform:scale(0);transform:scale(0)}.hvr-rectangle-in{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;background:#2098d1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-rectangle-in:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#e1e1e1;-webkit-transform:scale(1);transform:scale(1);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-rectangle-in:active,.hvr-rectangle-in:focus,.hvr-rectangle-in:hover{color:#fff}.hvr-rectangle-in:active:before,.hvr-rectangle-in:focus:before,.hvr-rectangle-in:hover:before{-webkit-transform:scale(0);transform:scale(0)}.hvr-rectangle-out{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;background:#e1e1e1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-rectangle-out:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-rectangle-out:active,.hvr-rectangle-out:focus,.hvr-rectangle-out:hover{color:#fff}.hvr-rectangle-out:active:before,.hvr-rectangle-out:focus:before,.hvr-rectangle-out:hover:before{-webkit-transform:scale(1);transform:scale(1)}.hvr-shutter-in-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;background:#2098d1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-shutter-in-horizontal:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#e1e1e1;-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-shutter-in-horizontal:active,.hvr-shutter-in-horizontal:focus,.hvr-shutter-in-horizontal:hover{color:#fff}.hvr-shutter-in-horizontal:active:before,.hvr-shutter-in-horizontal:focus:before,.hvr-shutter-in-horizontal:hover:before{-webkit-transform:scaleX(0);transform:scaleX(0)}.hvr-shutter-out-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;background:#e1e1e1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-shutter-out-horizontal:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#2098d1;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-shutter-out-horizontal:active,.hvr-shutter-out-horizontal:focus,.hvr-shutter-out-horizontal:hover{color:#fff}.hvr-shutter-out-horizontal:active:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.hvr-shutter-in-vertical{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;background:#2098d1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-shutter-in-vertical:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#e1e1e1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-shutter-in-vertical:active,.hvr-shutter-in-vertical:focus,.hvr-shutter-in-vertical:hover{color:#fff}.hvr-shutter-in-vertical:active:before,.hvr-shutter-in-vertical:focus:before,.hvr-shutter-in-vertical:hover:before{-webkit-transform:scaleY(0);transform:scaleY(0)}.hvr-shutter-out-vertical{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;background:#e1e1e1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-shutter-out-vertical:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#2098d1;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-shutter-out-vertical:active,.hvr-shutter-out-vertical:focus,.hvr-shutter-out-vertical:hover{color:#fff}.hvr-shutter-out-vertical:active:before,.hvr-shutter-out-vertical:focus:before,.hvr-shutter-out-vertical:hover:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.hvr-border-fade{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.hvr-border-fade:active,.hvr-border-fade:focus,.hvr-border-fade:hover{box-shadow:inset 0 0 0 4px #2098d1,0 0 1px rgba(0,0,0,0)}.hvr-hollow{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:background;transition-property:background;box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.hvr-hollow:active,.hvr-hollow:focus,.hvr-hollow:hover{background:0 0}.hvr-trim{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative}.hvr-trim:before{content:'';position:absolute;border:#fff solid 4px;top:4px;left:4px;right:4px;bottom:4px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.hvr-trim:active:before,.hvr-trim:focus:before,.hvr-trim:hover:before{opacity:1}@-webkit-keyframes hvr-ripple-out{100%{top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0}}@keyframes hvr-ripple-out{100%{top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0}}.hvr-ripple-out{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative}.hvr-ripple-out:before{content:'';position:absolute;border:#e1e1e1 solid 6px;top:0;right:0;bottom:0;left:0;-webkit-animation-duration:1s;animation-duration:1s}.hvr-ripple-out:active:before,.hvr-ripple-out:focus:before,.hvr-ripple-out:hover:before{-webkit-animation-name:hvr-ripple-out;animation-name:hvr-ripple-out}@-webkit-keyframes hvr-ripple-in{100%{top:0;right:0;bottom:0;left:0;opacity:1}}@keyframes hvr-ripple-in{100%{top:0;right:0;bottom:0;left:0;opacity:1}}.hvr-ripple-in{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative}.hvr-ripple-in:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0;-webkit-animation-duration:1s;animation-duration:1s}.hvr-ripple-in:active:before,.hvr-ripple-in:focus:before,.hvr-ripple-in:hover:before{-webkit-animation-name:hvr-ripple-in;animation-name:hvr-ripple-in}.hvr-outline-out{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative}.hvr-outline-out:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:0;right:0;bottom:0;left:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.hvr-outline-out:active:before,.hvr-outline-out:focus:before,.hvr-outline-out:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px}.hvr-outline-in{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative}.hvr-outline-in:before{pointer-events:none;content:'';position:absolute;border:#e1e1e1 solid 4px;top:-16px;right:-16px;bottom:-16px;left:-16px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.hvr-outline-in:active:before,.hvr-outline-in:focus:before,.hvr-outline-in:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px;opacity:1}.hvr-round-corners{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:border-radius;transition-property:border-radius}.hvr-round-corners:active,.hvr-round-corners:focus,.hvr-round-corners:hover{border-radius:1em}.hvr-underline-from-left{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden}.hvr-underline-from-left:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;background:#2098d1;height:4px;-webkit-transition-property:right;transition-property:right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-underline-from-left:active:before,.hvr-underline-from-left:focus:before,.hvr-underline-from-left:hover:before{right:0}.hvr-underline-from-center{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden}.hvr-underline-from-center:before{content:"";position:absolute;z-index:-1;left:50%;right:50%;bottom:0;background:#2098d1;height:4px;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-underline-from-center:active:before,.hvr-underline-from-center:focus:before,.hvr-underline-from-center:hover:before{left:0;right:0}.hvr-underline-from-right{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden}.hvr-underline-from-right:before{content:"";position:absolute;z-index:-1;left:100%;right:0;bottom:0;background:#2098d1;height:4px;-webkit-transition-property:left;transition-property:left;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-underline-from-right:active:before,.hvr-underline-from-right:focus:before,.hvr-underline-from-right:hover:before{left:0}.hvr-overline-from-left{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden}.hvr-overline-from-left:before{content:"";position:absolute;z-index:-1;left:0;right:100%;top:0;background:#2098d1;height:4px;-webkit-transition-property:right;transition-property:right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-overline-from-left:active:before,.hvr-overline-from-left:focus:before,.hvr-overline-from-left:hover:before{right:0}.hvr-overline-from-center{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden}.hvr-overline-from-center:before{content:"";position:absolute;z-index:-1;left:50%;right:50%;top:0;background:#2098d1;height:4px;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-overline-from-center:active:before,.hvr-overline-from-center:focus:before,.hvr-overline-from-center:hover:before{left:0;right:0}.hvr-overline-from-right{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden}.hvr-overline-from-right:before{content:"";position:absolute;z-index:-1;left:100%;right:0;top:0;background:#2098d1;height:4px;-webkit-transition-property:left;transition-property:left;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-overline-from-right:active:before,.hvr-overline-from-right:focus:before,.hvr-overline-from-right:hover:before{left:0}.hvr-reveal{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden}.hvr-reveal:before{content:"";position:absolute;z-index:-1;left:0;right:0;top:0;bottom:0;border-color:#2098d1;border-style:solid;border-width:0;-webkit-transition-property:border-width;transition-property:border-width;-webkit-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-reveal:active:before,.hvr-reveal:focus:before,.hvr-reveal:hover:before{-webkit-transform:translateY(0);transform:translateY(0);border-width:4px}.hvr-underline-reveal{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden}.hvr-underline-reveal:before{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:0;background:#2098d1;height:4px;-webkit-transform:translateY(4px);transform:translateY(4px);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-underline-reveal:active:before,.hvr-underline-reveal:focus:before,.hvr-underline-reveal:hover:before{-webkit-transform:translateY(0);transform:translateY(0)}.hvr-overline-reveal{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;overflow:hidden}.hvr-overline-reveal:before{content:"";position:absolute;z-index:-1;left:0;right:0;top:0;background:#2098d1;height:4px;-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-overline-reveal:active:before,.hvr-overline-reveal:focus:before,.hvr-overline-reveal:hover:before{-webkit-transform:translateY(0);transform:translateY(0)}.hvr-glow{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow}.hvr-glow:active,.hvr-glow:focus,.hvr-glow:hover{box-shadow:0 0 8px rgba(0,0,0,.6)}.hvr-shadow{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow}.hvr-shadow:active,.hvr-shadow:focus,.hvr-shadow:hover{box-shadow:0 10px 10px -10px rgba(0,0,0,.5)}.hvr-grow-shadow{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow,transform;transition-property:box-shadow,transform}.hvr-grow-shadow:active,.hvr-grow-shadow:focus,.hvr-grow-shadow:hover{box-shadow:0 10px 10px -10px rgba(0,0,0,.5);-webkit-transform:scale(1.1);transform:scale(1.1)}.hvr-box-shadow-outset{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow}.hvr-box-shadow-outset:active,.hvr-box-shadow-outset:focus,.hvr-box-shadow-outset:hover{box-shadow:2px 2px 2px rgba(0,0,0,.6)}.hvr-box-shadow-inset{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 rgba(0,0,0,.6),0 0 1px rgba(0,0,0,0)}.hvr-box-shadow-inset:active,.hvr-box-shadow-inset:focus,.hvr-box-shadow-inset:hover{box-shadow:inset 2px 2px 2px rgba(0,0,0,.6),0 0 1px rgba(0,0,0,0)}.hvr-float-shadow{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-float-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform,opacity;transition-property:transform,opacity}.hvr-float-shadow:active,.hvr-float-shadow:focus,.hvr-float-shadow:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.hvr-float-shadow:active:before,.hvr-float-shadow:focus:before,.hvr-float-shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);transform:translateY(5px)}.hvr-shadow-radial{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative}.hvr-shadow-radial:after,.hvr-shadow-radial:before{pointer-events:none;position:absolute;content:'';left:0;width:100%;box-sizing:border-box;height:5px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.hvr-shadow-radial:before{bottom:100%;background:-webkit-radial-gradient(50% 150%,ellipse,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% 150%,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%)}.hvr-shadow-radial:after{top:100%;background:-webkit-radial-gradient(50% -50%,ellipse,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%)}.hvr-shadow-radial:active:after,.hvr-shadow-radial:active:before,.hvr-shadow-radial:focus:after,.hvr-shadow-radial:focus:before,.hvr-shadow-radial:hover:after,.hvr-shadow-radial:hover:before{opacity:1}.hvr-bubble-top{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative}.hvr-bubble-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;left:calc(50% - 10px);top:0;border-width:0 10px 10px;border-color:transparent transparent #e1e1e1}.hvr-bubble-top:active:before,.hvr-bubble-top:focus:before,.hvr-bubble-top:hover:before{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.hvr-bubble-right{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative}.hvr-bubble-right:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;top:calc(50% - 10px);right:0;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1}.hvr-bubble-right:active:before,.hvr-bubble-right:focus:before,.hvr-bubble-right:hover:before{-webkit-transform:translateX(10px);transform:translateX(10px)}.hvr-bubble-bottom{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative}.hvr-bubble-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;left:calc(50% - 10px);bottom:0;border-width:10px 10px 0;border-color:#e1e1e1 transparent transparent}.hvr-bubble-bottom:active:before,.hvr-bubble-bottom:focus:before,.hvr-bubble-bottom:hover:before{-webkit-transform:translateY(10px);transform:translateY(10px)}.hvr-bubble-left{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative}.hvr-bubble-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;top:calc(50% - 10px);left:0;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent}.hvr-bubble-left:active:before,.hvr-bubble-left:focus:before,.hvr-bubble-left:hover:before{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.hvr-bubble-float-top{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-top:before{position:absolute;z-index:-1;content:'';left:calc(50% - 10px);top:0;border-style:solid;border-width:0 10px 10px;border-color:transparent transparent #e1e1e1;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-top:active,.hvr-bubble-float-top:focus,.hvr-bubble-float-top:hover{-webkit-transform:translateY(10px);transform:translateY(10px)}.hvr-bubble-float-top:active:before,.hvr-bubble-float-top:focus:before,.hvr-bubble-float-top:hover:before{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.hvr-bubble-float-right{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-right:before{position:absolute;z-index:-1;top:calc(50% - 10px);right:0;content:'';border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-right:active,.hvr-bubble-float-right:focus,.hvr-bubble-float-right:hover{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.hvr-bubble-float-right:active:before,.hvr-bubble-float-right:focus:before,.hvr-bubble-float-right:hover:before{-webkit-transform:translateX(10px);transform:translateX(10px)}.hvr-bubble-float-bottom{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-bottom:before{position:absolute;z-index:-1;content:'';left:calc(50% - 10px);bottom:0;border-style:solid;border-width:10px 10px 0;border-color:#e1e1e1 transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-bottom:active,.hvr-bubble-float-bottom:focus,.hvr-bubble-float-bottom:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.hvr-bubble-float-bottom:active:before,.hvr-bubble-float-bottom:focus:before,.hvr-bubble-float-bottom:hover:before{-webkit-transform:translateY(10px);transform:translateY(10px)}.hvr-bubble-float-left{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-left:before{position:absolute;z-index:-1;content:'';top:calc(50% - 10px);left:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-left:active,.hvr-bubble-float-left:focus,.hvr-bubble-float-left:hover{-webkit-transform:translateX(10px);transform:translateX(10px)}.hvr-bubble-float-left:active:before,.hvr-bubble-float-left:focus:before,.hvr-bubble-float-left:hover:before{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.hvr-icon-back{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-left:2.2em;-webkit-transition-duration:.1s;transition-duration:.1s}.hvr-icon-back:before{content:"\f137";position:absolute;left:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.1s;transition-duration:.1s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-back:active:before,.hvr-icon-back:focus:before,.hvr-icon-back:hover:before{-webkit-transform:translateX(-4px);transform:translateX(-4px)}.hvr-icon-forward{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em;-webkit-transition-duration:.1s;transition-duration:.1s}.hvr-icon-forward:before{content:"\f138";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.1s;transition-duration:.1s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-forward:active:before,.hvr-icon-forward:focus:before,.hvr-icon-forward:hover:before{-webkit-transform:translateX(4px);transform:translateX(4px)}@-webkit-keyframes hvr-icon-down{0%,100%,50%{-webkit-transform:translateY(0);transform:translateY(0)}25%,75%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hvr-icon-down{0%,100%,50%{-webkit-transform:translateY(0);transform:translateY(0)}25%,75%{-webkit-transform:translateY(6px);transform:translateY(6px)}}.hvr-icon-down{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em}.hvr-icon-down:before{content:"\f01a";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-down:active:before,.hvr-icon-down:focus:before,.hvr-icon-down:hover:before{-webkit-animation-name:hvr-icon-down;animation-name:hvr-icon-down;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes hvr-icon-up{0%,100%,50%{-webkit-transform:translateY(0);transform:translateY(0)}25%,75%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hvr-icon-up{0%,100%,50%{-webkit-transform:translateY(0);transform:translateY(0)}25%,75%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}.hvr-icon-up{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em}.hvr-icon-up:before{content:"\f01b";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-up:active:before,.hvr-icon-up:focus:before,.hvr-icon-up:hover:before{-webkit-animation-name:hvr-icon-up;animation-name:hvr-icon-up;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.hvr-icon-spin{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em}.hvr-icon-spin:before{content:"\f021";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transition-duration:1s;transition-duration:1s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.hvr-icon-spin:active:before,.hvr-icon-spin:focus:before,.hvr-icon-spin:hover:before{-webkit-transform:rotate(360deg);transform:rotate(360deg)}@-webkit-keyframes hvr-icon-drop{0%{opacity:0}50%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%,51%{opacity:1}}@keyframes hvr-icon-drop{0%{opacity:0}50%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%,51%{opacity:1}}.hvr-icon-drop{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em}.hvr-icon-drop:before{content:"\f041";position:absolute;right:1em;opacity:1;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-drop:active:before,.hvr-icon-drop:focus:before,.hvr-icon-drop:hover:before{opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-animation-name:hvr-icon-drop;animation-name:hvr-icon-drop;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:cubic-bezier(0.52,1.64,.37,.66);animation-timing-function:cubic-bezier(0.52,1.64,.37,.66)}.hvr-icon-fade{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em}.hvr-icon-fade:before{content:"\f00c";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:color;transition-property:color}.hvr-icon-fade:active:before,.hvr-icon-fade:focus:before,.hvr-icon-fade:hover:before{color:#0F9E5E}@-webkit-keyframes hvr-icon-float-away{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(-1em);transform:translateY(-1em)}}@keyframes hvr-icon-float-away{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(-1em);transform:translateY(-1em)}}.hvr-icon-float-away{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em}.hvr-icon-float-away:after,.hvr-icon-float-away:before{content:"\f055";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome}.hvr-icon-float-away:after{opacity:0;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.hvr-icon-float-away:active:after,.hvr-icon-float-away:focus:after,.hvr-icon-float-away:hover:after{-webkit-animation-name:hvr-icon-float-away;animation-name:hvr-icon-float-away;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes hvr-icon-sink-away{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(1em);transform:translateY(1em)}}@keyframes hvr-icon-sink-away{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(1em);transform:translateY(1em)}}.hvr-icon-sink-away{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em}.hvr-icon-sink-away:after,.hvr-icon-sink-away:before{content:"\f056";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-sink-away:after{opacity:0;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.hvr-icon-sink-away:active:after,.hvr-icon-sink-away:focus:after,.hvr-icon-sink-away:hover:after{-webkit-animation-name:hvr-icon-sink-away;animation-name:hvr-icon-sink-away;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.hvr-icon-grow{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-grow:before{content:"\f118";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-grow:active:before,.hvr-icon-grow:focus:before,.hvr-icon-grow:hover:before{-webkit-transform:scale(1.3) translateZ(0);transform:scale(1.3) translateZ(0)}.hvr-icon-shrink{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-shrink:before{content:"\f119";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-shrink:active:before,.hvr-icon-shrink:focus:before,.hvr-icon-shrink:hover:before{-webkit-transform:scale(0.8);transform:scale(0.8)}@-webkit-keyframes hvr-icon-pulse{25%{-webkit-transform:scale(1.3);transform:scale(1.3)}75%{-webkit-transform:scale(0.8);transform:scale(0.8)}}@keyframes hvr-icon-pulse{25%{-webkit-transform:scale(1.3);transform:scale(1.3)}75%{-webkit-transform:scale(0.8);transform:scale(0.8)}}.hvr-icon-pulse{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em}.hvr-icon-pulse:before{content:"\f015";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-pulse:active:before,.hvr-icon-pulse:focus:before,.hvr-icon-pulse:hover:before{-webkit-animation-name:hvr-icon-pulse;animation-name:hvr-icon-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes hvr-icon-pulse-grow{to{-webkit-transform:scale(1.3);transform:scale(1.3)}}@keyframes hvr-icon-pulse-grow{to{-webkit-transform:scale(1.3);transform:scale(1.3)}}.hvr-icon-pulse-grow{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em}.hvr-icon-pulse-grow:before{content:"\f015";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-pulse-grow:active:before,.hvr-icon-pulse-grow:focus:before,.hvr-icon-pulse-grow:hover:before{-webkit-animation-name:hvr-icon-pulse-grow;animation-name:hvr-icon-pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hvr-icon-pulse-shrink{to{-webkit-transform:scale(0.8);transform:scale(0.8)}}@keyframes hvr-icon-pulse-shrink{to{-webkit-transform:scale(0.8);transform:scale(0.8)}}.hvr-icon-pulse-shrink{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em}.hvr-icon-pulse-shrink:before{content:"\f015";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-pulse-shrink:active:before,.hvr-icon-pulse-shrink:focus:before,.hvr-icon-pulse-shrink:hover:before{-webkit-animation-name:hvr-icon-pulse-shrink;animation-name:hvr-icon-pulse-shrink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hvr-icon-push{50%{-webkit-transform:scale(0.5);transform:scale(0.5)}}@keyframes hvr-icon-push{50%{-webkit-transform:scale(0.5);transform:scale(0.5)}}.hvr-icon-push{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-push:before{content:"\f006";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-push:active:before,.hvr-icon-push:focus:before,.hvr-icon-push:hover:before{-webkit-animation-name:hvr-icon-push;animation-name:hvr-icon-push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-icon-pop{50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes hvr-icon-pop{50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}.hvr-icon-pop{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-pop:before{content:"\f005";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-pop:active:before,.hvr-icon-pop:focus:before,.hvr-icon-pop:hover:before{-webkit-animation-name:hvr-icon-pop;animation-name:hvr-icon-pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.hvr-icon-bounce{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-bounce:before{content:"\f087";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-bounce:active:before,.hvr-icon-bounce:focus:before,.hvr-icon-bounce:hover:before{-webkit-transform:scale(1.5);transform:scale(1.5);-webkit-transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.hvr-icon-rotate{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-rotate:before{content:"\f0c6";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-rotate:active:before,.hvr-icon-rotate:focus:before,.hvr-icon-rotate:hover:before{-webkit-transform:rotate(20deg);transform:rotate(20deg)}.hvr-icon-grow-rotate{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-grow-rotate:before{content:"\f095";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-grow-rotate:active:before,.hvr-icon-grow-rotate:focus:before,.hvr-icon-grow-rotate:hover:before{-webkit-transform:scale(1.5) rotate(12deg);transform:scale(1.5) rotate(12deg)}.hvr-icon-float{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-float:before{content:"\f01b";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-float:active:before,.hvr-icon-float:focus:before,.hvr-icon-float:hover:before{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.hvr-icon-sink{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-sink:before{content:"\f01a";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-sink:active:before,.hvr-icon-sink:focus:before,.hvr-icon-sink:hover:before{-webkit-transform:translateY(4px);transform:translateY(4px)}@-webkit-keyframes hvr-icon-bob{0%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hvr-icon-bob{0%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@-webkit-keyframes hvr-icon-bob-float{100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hvr-icon-bob-float{100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}.hvr-icon-bob{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-bob:before{content:"\f077";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-bob:active:before,.hvr-icon-bob:focus:before,.hvr-icon-bob:hover:before{-webkit-animation-name:hvr-icon-bob-float,hvr-icon-bob;animation-name:hvr-icon-bob-float,hvr-icon-bob;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}@-webkit-keyframes hvr-icon-hang{0%{-webkit-transform:translateY(6px);transform:translateY(6px)}50%{-webkit-transform:translateY(2px);transform:translateY(2px)}100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hvr-icon-hang{0%{-webkit-transform:translateY(6px);transform:translateY(6px)}50%{-webkit-transform:translateY(2px);transform:translateY(2px)}100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@-webkit-keyframes hvr-icon-hang-sink{100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hvr-icon-hang-sink{100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}.hvr-icon-hang{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-hang:before{content:"\f078";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-hang:active:before,.hvr-icon-hang:focus:before,.hvr-icon-hang:hover:before{-webkit-animation-name:hvr-icon-hang-sink,hvr-icon-hang;animation-name:hvr-icon-hang-sink,hvr-icon-hang;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}@-webkit-keyframes hvr-icon-wobble-horizontal{16.65%{-webkit-transform:translateX(6px);transform:translateX(6px)}33.3%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes hvr-icon-wobble-horizontal{16.65%{-webkit-transform:translateX(6px);transform:translateX(6px)}33.3%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.hvr-icon-wobble-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-wobble-horizontal:before{content:"\f061";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-wobble-horizontal:active:before,.hvr-icon-wobble-horizontal:focus:before,.hvr-icon-wobble-horizontal:hover:before{-webkit-animation-name:hvr-icon-wobble-horizontal;animation-name:hvr-icon-wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-icon-wobble-vertical{16.65%{-webkit-transform:translateY(6px);transform:translateY(6px)}33.3%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes hvr-icon-wobble-vertical{16.65%{-webkit-transform:translateY(6px);transform:translateY(6px)}33.3%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.hvr-icon-wobble-vertical{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-wobble-vertical:before{content:"\f062";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-wobble-vertical:active:before,.hvr-icon-wobble-vertical:focus:before,.hvr-icon-wobble-vertical:hover:before{-webkit-animation-name:hvr-icon-wobble-vertical;animation-name:hvr-icon-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-icon-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}@keyframes hvr-icon-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}.hvr-icon-buzz{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-buzz:before{content:"\f017";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-buzz:active:before,.hvr-icon-buzz:focus:before,.hvr-icon-buzz:hover:before{-webkit-animation-name:hvr-icon-buzz;animation-name:hvr-icon-buzz;-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes hvr-icon-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@keyframes hvr-icon-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}.hvr-icon-buzz-out{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;padding-right:2.2em;-webkit-transition-duration:.3s;transition-duration:.3s}.hvr-icon-buzz-out:before{content:"\f023";position:absolute;right:1em;padding:0 1px;font-family:FontAwesome;-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-buzz-out:active:before,.hvr-icon-buzz-out:focus:before,.hvr-icon-buzz-out:hover:before{-webkit-animation-name:hvr-icon-buzz-out;animation-name:hvr-icon-buzz-out;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.hvr-curl-top-left{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative}.hvr-curl-top-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;left:0;background:#fff;background:linear-gradient(135deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');z-index:1000;box-shadow:1px 1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.hvr-curl-top-left:active:before,.hvr-curl-top-left:focus:before,.hvr-curl-top-left:hover:before{width:25px;height:25px}.hvr-curl-top-right{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative}.hvr-curl-top-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;right:0;background:#fff;background:linear-gradient(225deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);box-shadow:-1px 1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.hvr-curl-top-right:active:before,.hvr-curl-top-right:focus:before,.hvr-curl-top-right:hover:before{width:25px;height:25px}.hvr-curl-bottom-right{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative}.hvr-curl-bottom-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;right:0;background:#fff;background:linear-gradient(315deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);box-shadow:-1px -1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.hvr-curl-bottom-right:active:before,.hvr-curl-bottom-right:focus:before,.hvr-curl-bottom-right:hover:before{width:25px;height:25px}.hvr-curl-bottom-left{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative}.hvr-curl-bottom-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;left:0;background:#fff;background:linear-gradient(45deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);box-shadow:1px -1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.hvr-curl-bottom-left:active:before,.hvr-curl-bottom-left:focus:before,.hvr-curl-bottom-left:hover:before{width:25px;height:25px}.author {
padding-top    : 30px;
padding-bottom : 30px;
}
.author .author-picture,
.author .author-info {
float : none;
}
.author .author-picture img {
width        : 120px;
height       : 120px;
margin-right : 0;
}
.author .author-picture img {
margin        : 0 auto;
border-radius : 100%;
}
.author .author-info {
padding-top    : 15px;
padding-bottom : 15px;
width          : 100%;
text-align     : center;
}
.author .author-info .author-role {
color : rgb(79, 85, 98);
}
.author-small {
padding-top   : 30px;
border-bottom : 1px solid rgb(79, 85, 98);
}
.author-small .author-picture,
.author-small .author-info {
float : none;
}
.author-small .author-picture img {
width        : 120px;
height       : 120px;
margin-right : 0;
}
.author-small .author-picture img {
margin        : 0 auto;
border-radius : 100%;
}
.author-small .author-info {
padding-top    : 15px;
padding-bottom : 15px;
width          : 100%;
text-align     : center;
}
.author-small .author-info .author-role {
color : rgb(79, 85, 98);
}.blog-info {
margin-bottom : 15px;
color         : #2f3542;
}
.blog-info > div {
border-bottom : 1px solid #dfdfdf;
padding       : 10px 0;
}
.blog-info span i {
margin-right : 5px;
}
.blog-info .info-stats span {
margin-right : 15px;
}
.blog-title {
margin-bottom : 15px;
}
.comment-wrapper .comment-content .comment-date {
display     : inline-block;
margin-left : 20px;
}
.replied-comment {
border-top  : 1px solid #d9dce2;
margin-left : -45px;
}
@media (min-width : 425px) {
.replied-comment {
margin-left : -10px;
}
}
.quote-green-1 {
border-left : 0;
padding     : 20px 30px;
}
.quote-green-1 p {
font-size   : 24px;
font-family : "Playfair Display", sans-serif;
color       : #72c400;
}
.simbol-tag {
display        : inline-block;
margin-top     : 2px;
margin-right   : 5px;
margin-bottom  : 2px;
padding-top    : 7px;
padding-right  : 10px;
padding-bottom : 7px;
line-height    : 14px;
cursor         : pointer;
}
.blog-content .tag-cloud-widget .tag {
margin-bottom : 3px;
padding       : 7px;
border-color  : #bac0cd;
color         : #2f3542;
}
.blog-content .tag-cloud-widget .tag:hover,
.blog-content .tag-cloud-widget .tag:focus,
.blog-content .tag-cloud-widget .tag.active {
background-color : #72c400;
border-color     : #72c400;
color            : #2f3542;
}
.social-buttons {
padding       : 15px 10px;
border-top    : 1px solid #444a55;
border-bottom : 1px solid #444a55;
}
.post .blog-content .tag-cloud-widget,
.post .blog-content .social-buttons {
margin-bottom : 30px;
}
.social-buttons .total-sum {
margin-right : 30px;
float        : left;
display      : inline-block;
color        : #2f3542;
}
.social-buttons .total-sum i {
margin-right : 10px;
font-size    : 24px;
color        : #4f5562;
}
.social-buttons .total-sum strong {
font-size   : 24px;
font-weight : 900;
}
.social-buttons .social-group {
float : left;
} .author {
padding-top    : 30px;
padding-bottom : 30px;
}
.author .author-picture, .author .author-info {
float : none;
}
.author .author-picture img {
width         : 120px;
height        : 120px;
margin-right  : 0;
margin        : 0 auto;
border-radius : 100%;
}
.author .author-info {
padding-top    : 15px;
padding-bottom : 15px;
width          : 100%;
text-align     : center;
}
.author .author-info .author-role {
color : #2f3542;
}
.author-small {
padding-top   : 30px;
border-bottom : 1px solid #dfdfdf;
}
.author-small .author-picture, .author-small .author-info {
float : none;
}
.author-small .author-picture img {
width         : 120px;
height        : 120px;
margin-right  : 0;
margin        : 0 auto;
border-radius : 100%;
}
.author-small .author-info {
padding-top    : 15px;
padding-bottom : 15px;
width          : 100%;
text-align     : center;
}
.author-small .author-info .author-role {
color : #2f3542;
}
@media (min-width : 425px) {
.author {
padding-top    : 30px;
padding-bottom : 30px;
}
.author .author-picture {
float : left;
}
.author .author-info {
float          : left;
padding-top    : 0;
padding-bottom : 0;
text-align     : left;
}
.author .author-picture img {
margin-right : 20px;
}
.author .author-info {
width : calc(100% - 140px);
}
}html,
body {
margin           : 0;
padding          : 0;
font-family      : "Raleway", sans-serif;
line-height      : 2em;
letter-spacing   : 0;
color            : #2f3542;
background-color : #fff;
overflow-x       : hidden;
}
html *,
body * {
word-wrap          : break-word;
outline            : inherit !important;
-webkit-box-sizing : border-box;
-moz-box-sizing    : border-box;
-o-box-sizing      : border-box;
-ms-box-sizing     : border-box;
-khtml-box-sizing  : border-box;
box-sizing         : border-box;
-webkit-transition : opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
-moz-transition    : opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition      : opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition         : opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.fullwidth-container:after {
content : "";
display : block;
clear   : both;
}
@media (max-width : 768px) {
.fullwidth-container { }
}
img {
-webkit-user-select : none;
-moz-user-select    : none;
user-select         : none;
}
header ul {
padding : 0;
}
a {
color : #72c400;
}
a:active,
a:focus,
a:hover {
color           : #92e420;
text-decoration : none;
}
a:focus {
text-decoration : none;
}
a img {
max-width : 100%;
border    : none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top     : 0;
margin-bottom  : .25em;
font-family    : "Raleway", sans-serif;
line-height    : 1.2;
word-spacing   : 0;
letter-spacing : 0;
color          : #2f3542;
}
h1.h-green,
h2.h-green,
h3.h-green,
h4.h-green,
h5.h-green,
h6.h-green {
color : #72c400;
}
h1 {
font-size     : 36px;
font-weight   : 800;
margin-bottom : .5em;
}
h2 {
font-size     : 30px;
font-weight   : 800;
margin-bottom : .75em;
}
h3 {
font-size   : 28px;
font-weight : 700;
}
h4 {
font-size   : 24px;
font-weight : 700;
}
h5 {
font-size   : 22px;
font-weight : 700;
}
h6 {
font-size   : 18px;
font-weight : 700;
}
code {
white-space : pre-wrap;
display     : inline-block;
padding     : 4px;
line-height : 1;
}
.h-extra-large {
font-size : 48px;
}
.h-large {
font-size : 36px;
}
ul.ordered-list li {
list-style-type : decimal;
}
ul.unordered-list li {
list-style-type : disc;
}
ul.underlined-list li {
border-bottom : 1px solid #fff;
}
ul.underlined-list li:last-child {
border-color : transparent;
}
ul li {
padding-top    : 1px;
padding-bottom : 1px;
padding-left   : 5px;
list-style     : none;
}
.raiseapp-list > div:after {
content : "";
display : block;
clear   : both;
float   : none;
}
.raiseapp-list .raiseapp-list-icon {
display      : block;
margin-right : 5px;
padding      : 5px 0;
width        : 10px;
float        : left;
line-height  : 1.25em;
}
.raiseapp-list .raiseapp-list-item {
display     : block;
padding     : 5px 0;
width       : calc(100% - 25px);
float       : left;
line-height : 1.25em;
}
abbr {
text-decoration : dotted;
}
input,
textarea {
-webkit-box-shadow : none;
-moz-box-shadow    : none;
-o-box-shadow      : none;
-ms-box-shadow     : none;
-khtml-box-shadow  : none;
box-shadow         : none;
}
input::-ms-clear {
display : none;
}
input::placeholder,
textarea::placeholder {
font-weight : 500;
}
input[type=date]::-webkit-calendar-picker-indicator {
display : none;
}
input[type=date]::-webkit-inner-spin-button {
-webkit-appearance : none;
display            : none;
}
iframe {
max-width : 100%;
border    : 0;
}
table,
table * {
border-color : #d5d7d9;
}
select {
padding               : 6px 10px;
max-width             : 100%;
font-size             : 14px;
line-height           : 20px;
background-color      : transparent;
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
border-radius         : 6px;
-webkit-appearance    : none;
-moz-appearance       : none;
appearance            : none;
}
select:not([multiple]) {
padding    : 6px 30px 6px 10px;
height     : 42px;
background : transparent url(//www.santedonnacona.com/wp-content/themes/raiseapp/images/select-box-arrow.png) center right 10px no-repeat;
}
select::-ms-expand {
display : none;
}
select * {
display    : block;
padding    : 5px 0;
background : #fff;
color      : #2f3542;
} a:hover i.fa-facebook,
a:hover i.fa-twitter,
a:hover i.fa-google-plus,
a:hover i.fa-pinterest-p,
a:hover i.fa-instagram,
a:hover i.fa-linkedin,
a:hover i.fa-youtube,
a:hover i.fa-vimeo,
a:hover i.fa-tumblr,
a:hover i.fa-flickr,
a:hover i.fa-dribbble,
a:hover i.fa-foursquare,
a:hover i.fa-vk,
a:hover i.fa-wordpress,
a:hover i.fa-stumbleupon,
a:hover i.fa-yahoo,
a:hover i.fa-soundcloud,
a:hover i.fa-behance,
a:hover i.fa-envelope-o,
a:hover i.fa-skype {
-webkit-transition : all 0.3s ease-in-out;
-moz-transition    : all 0.3s ease-in-out;
-o-transition      : all 0.3s ease-in-out;
transition         : all 0.3s ease-in-out;
-webkit-transform  : scale(1.2, 1.2);
-moz-transform     : scale(1.2, 1.2);
-o-transform       : scale(1.2, 1.2);
-ms-transform      : scale(1.2, 1.2);
transform          : scale(1.2, 1.2);
}
a:hover i.fa-facebook {
color : #3b5998 !important;
}
a:hover i.fa-twitter {
color : #00aced !important;
}
a:hover i.fa-google-plus {
color : #dd4b39 !important;
}
a:hover i.fa-pinterest-p {
color : #cb2027 !important;
}
a:hover i.fa-instagram {
color : #bc2a8d !important;
}
a:hover i.fa-linkedin {
color : #007bb6 !important;
}
a:hover i.fa-youtube {
color : #bb0000 !important;
}
a:hover i.fa-vimeo {
color : #1ab7ea !important;
}
a:hover i.fa-tumblr {
color : #32506d !important;
}
a:hover i.fa-flickr {
color : #ff0084 !important;
}
a:hover i.fa-dribbble {
color : #ea4c89 !important;
}
a:hover i.fa-foursquare {
color : #0072b1 !important;
}
a:hover i.fa-vk {
color : #45668e !important;
}
a:hover i.fa-wordpress {
color : #21759b !important;
}
a:hover i.fa-stumbleupon {
color : #EB4823 !important;
}
a:hover i.fa-yahoo {
color : #7B0099 !important;
}
a:hover i.fa-soundcloud {
color : #ff3a00 !important;
}
a:hover i.fa-behance {
color : #1378fe !important;
}
a:hover i.fa-skype {
color : #19b0e7 !important;
}
.btn-social,
.btn-social:hover {
display               : inline-block;
margin                : 3px 3px 3px 0;
padding               : 0;
width                 : 48px;
text-align            : center;
cursor                : pointer;
background-color      : transparent;
font-weight           : 700;
border                : 1px solid #fff;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
}
.btn-social span,
.btn-social:hover span {
color : #fff;
}
.btn-facebook,
.btn-facebook:hover {
color        : #3b5998 !important;
border-color : #3b5998;
}
.btn-twitter,
.btn-twitter:hover {
color        : #00aced !important;
border-color : #00aced;
}
.btn-google-plus,
.btn-google-plus:hover {
color        : #dd4b39 !important;
border-color : #dd4b39;
}
.btn-pinterest-p,
.btn-pinterest-p:hover {
color        : #cb2027 !important;
border-color : #cb2027;
}
.btn-instagram,
.btn-instagram:hover {
color        : #bc2a8d !important;
border-color : #bc2a8d;
}
.btn-linkedin,
.btn-linkedin:hover {
color        : #007bb6 !important;
border-color : #007bb6;
}
.btn-youtube,
.btn-youtube:hover {
color        : #bb0000 !important;
border-color : #bb0000;
}
.btn-vimeo,
.btn-vimeo:hover {
color        : #1ab7ea !important;
border-color : #1ab7ea;
}
.btn-tumblr,
.btn-tumblr:hover {
color        : #32506d !important;
border-color : #32506d;
}
.btn-flickr,
.btn-flickr:hover {
color        : #ff0084 !important;
border-color : #ff0084;
}
.btn-dribbble,
.btn-dribbble:hover {
color        : #ea4c89 !important;
border-color : #ea4c89;
}
.btn-foursquare,
.btn-foursquare:hover {
color        : #0072b1 !important;
border-color : #0072b1;
}
.btn-vk,
.btn-vk:hover {
color        : #45668e !important;
border-color : #45668e;
}
.btn-wordpress,
.btn-wordpress:hover {
color        : #21759b !important;
border-color : #21759b;
}
.btn-stumbleupon,
.btn-stumbleupon:hover {
color        : #EB4823 !important;
border-color : #EB4823;
}
.btn-yahoo,
.btn-yahoo:hover {
color        : #7B0099 !important;
border-color : #7B0099;
}
.btn-soundcloud,
.btn-soundcloud:hover {
color        : #ff3a00 !important;
border-color : #ff3a00;
}
.btn-behance,
.btn-behance:hover {
color        : #1378fe !important;
border-color : #1378fe;
}
.btn-skype,
.btn-skype:hover {
color        : #19b0e7 !important;
border-color : #19b0e7;
} .img-responsive {
width : 100%;
}
.img-maxwidth {
max-width : 100%;
}
.container-relative {
position : relative;
}
.max-container {
margin    : auto;
max-width : 1170px;
} .text-xs-left {
text-align : left;
}
.text-xs-right {
text-align : right;
}
.text-xs-center {
text-align : center;
}
.text-xs-justify {
text-align : justify;
}
@media (min-width : 768px) {
.text-sm-left {
text-align : left;
}
.text-sm-right {
text-align : right;
}
.text-sm-center {
text-align : center;
}
.text-sm-justify {
text-align : justify;
}
}
@media (min-width : 992px) {
.text-md-left {
text-align : left;
}
.text-md-right {
text-align : right;
}
.text-md-center {
text-align : center;
}
.text-md-justify {
text-align : justify;
}
}
@media (min-width : 1200px) {
.text-lg-left {
text-align : left;
}
.text-lg-right {
text-align : right;
}
.text-lg-center {
text-align : center;
}
.text-lg-justify {
text-align : justify;
}
} .owl-carousel {
position : relative;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
width             : 30px;
height            : 30px;
display           : inline-block;
position          : absolute;
top               : 50%;
-webkit-transform : translate(0, -50%);
-moz-transform    : translate(0, -50%);
-o-transform      : translate(0, -50%);
-ms-transform     : translate(0, -50%);
transform         : translate(0, -50%);
font-size         : 36px;
text-align        : center;
color             : #818181;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
color : #a1a1a1;
}
.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
line-height : 26px;
}
.owl-carousel .owl-nav .owl-prev {
left : 0;
}
.owl-carousel .owl-nav .owl-next {
right : 0;
}
.owl-carousel.owl-outside-nav .owl-prev {
left : -40px;
}
.owl-carousel.owl-outside-nav .owl-next {
right : -40px;
} .tooltip-inner {
color : white !important;
} .fontawesome-icon-list {
margin-top   : 15px;
padding-left : 0;
}
.fontawesome-icon-list li {
list-style : none;
}
.fontawesome-icon-list .fa {
margin-right : 12px;
}
.fontawesome-icon-list .fa.fa-check {
color : #72c400;
}
.fontawesome-icon-list .fa.fa-close {
color : #d06485;
}
.fontawesome-icon-list .fa.fa-times {
color : #d06485;
}
.fontawesome-icon-list .fa.fa-warning {
color : #c1af7a;
}
.fontawesome-icon-list .fa.fa-info {
color : #59a7c7;
}
.small-icons {
margin-top   : 15px;
padding-left : 0;
}
.small-icons .icons {
margin-right : 12px;
} .background-dark {
background-color : #e9ecf2;
}
.background-black {
background-color : #e9ecf2;
}
.background-white {
background-color : #2f3542;
}
.background-green {
background-color : #72c400;
} .overlay-black {
position : relative;
}
.overlay-black:before {
display            : block;
content            : "";
position           : absolute;
top                : 0;
left               : 0;
width              : 100%;
height             : 100%;
background-color   : rgba(0, 0, 0, 0.8);
-webkit-opacity    : 1;
-moz-opacity       : 1;
-o-opacity         : 1;
-ms-opacity        : 1;
-khtml-opacity     : 1;
opacity            : 1;
-webkit-transition : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-moz-transition    : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition      : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition         : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
z-index            : 1;
}
.overlay-black > * {
position : inherit;
z-index  : 2;
}
.overlay-white {
position : relative;
}
.overlay-white:before {
display            : block;
content            : "";
position           : absolute;
top                : 0;
left               : 0;
width              : 100%;
height             : 100%;
background-color   : rgba(255, 255, 255, 0.95);
-webkit-opacity    : 1;
-moz-opacity       : 1;
-o-opacity         : 1;
-ms-opacity        : 1;
-khtml-opacity     : 1;
opacity            : 1;
-webkit-transition : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-moz-transition    : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition      : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition         : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
z-index            : 1;
}
.overlay-white > * {
position : inherit;
z-index  : 2;
}
.overlay-white2 {
position : relative;
}
.overlay-white2:before {
display            : block;
content            : "";
position           : absolute;
top                : 0;
left               : 0;
width              : 100%;
height             : 100%;
background-color   : rgba(255, 255, 255, 0.5);
-webkit-opacity    : 1;
-moz-opacity       : 1;
-o-opacity         : 1;
-ms-opacity        : 1;
-khtml-opacity     : 1;
opacity            : 1;
-webkit-transition : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-moz-transition    : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition      : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition         : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
z-index            : 1;
}
.overlay-white2 > * {
position : inherit;
z-index  : 2;
}
.overlay-green {
position : relative;
}
.overlay-green:before {
display            : block !important;
content            : "";
position           : absolute;
top                : 0;
left               : 0;
width              : 100%;
height             : 100%;
background-color   : rgba(114,196,0,0.8);
-webkit-opacity    : 1;
-moz-opacity       : 1;
-o-opacity         : 1;
-ms-opacity        : 1;
-khtml-opacity     : 1;
opacity            : 1;
-webkit-transition : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-moz-transition    : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition      : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition         : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
z-index            : 1;
}
.overlay-green > * {
position : inherit;
z-index  : 2;
} .customSelect .jspPane,
.customSelect .jspDrag {
-webkit-transition : none;
-moz-transition    : none;
-o-transition      : none;
transition         : none;
} .preload-wrap {
position         : fixed;
top              : 0;
left             : 0;
width            : 100%;
height           : 100%;
background-color : #fdffff;
z-index          : 999999;
}
.preload-wrap .preload-logo,
.preload-wrap .preload-process-wrap,
.preload-wrap .preload-progress-bar,
.preload-wrap .preload-percent-wrap {
position   : absolute;
top        : 0;
left       : 0;
width      : 100%;
text-align : center;
}
.preload-wrap .preload-logo {
top               : calc(50% - 100px);
left              : 50%;
width             : auto;
height            : 40px;
-webkit-transform : translate(-50%, -50%);
-moz-transform    : translate(-50%, -50%);
-o-transform      : translate(-50%, -50%);
-ms-transform     : translate(-50%, -50%);
transform         : translate(-50%, -50%);
}
.preload-wrap .preload-logo img {
margin  : 0 auto;
display : block;
}
.preload-wrap .preload-process-wrap {
top              : calc(50% - 2px);
height           : 5px;
background-color : #e9ecf2;
}
.preload-wrap .preload-process-wrap .preload-progress-bar {
width              : 0;
height             : 100%;
background-color   : #72c400;
-webkit-transition : width 0.1s ease-in-out;
-moz-transition    : width 0.1s ease-in-out;
-o-transition      : width 0.1s ease-in-out;
transition         : width 0.1s ease-in-out;
}
.preload-wrap .preload-percent-wrap {
top : calc(50% + 60px);
}
.preload-wrap .preload-percent-wrap .preload-percent {
font-size : 30px;
color     : #2f3542;
} .goto-top {
position           : fixed;
right              : 20px;
bottom             : -80px;
width              : 40px;
height             : 40px;
z-index            : 999;
background-color   : #2f3542;
cursor             : pointer;
-webkit-opacity    : 0.8;
-moz-opacity       : 0.8;
-o-opacity         : 0.8;
-ms-opacity        : 0.8;
-khtml-opacity     : 0.8;
opacity            : 0.8;
-webkit-transition : all 0.6s ease-in-out;
-moz-transition    : all 0.6s ease-in-out;
-o-transition      : all 0.6s ease-in-out;
transition         : all 0.6s ease-in-out;
}
.goto-top.active {
bottom : 20px;
}
.goto-top:hover {
-webkit-opacity : 1;
-moz-opacity    : 1;
-o-opacity      : 1;
-ms-opacity     : 1;
-khtml-opacity  : 1;
opacity         : 1;
}
.goto-top:before {
position          : absolute;
top               : calc(50% + 2px);
left              : 50%;
width             : 8px;
height            : 8px;
content           : "";
display           : block;
border-top        : 2px solid #bac0cd;
border-left       : 2px solid #bac0cd;
-webkit-transform : translate(-50%, -50%) rotate(45deg);
-moz-transform    : translate(-50%, -50%) rotate(45deg);
-o-transform      : translate(-50%, -50%) rotate(45deg);
-ms-transform     : translate(-50%, -50%) rotate(45deg);
transform         : translate(-50%, -50%) rotate(45deg);
} body > .wrapper {
position   : relative;
min-height : 100vh;
opacity    : 0;
}
body.body-loaded > .wrapper {
opacity : 1;
}
body:not(.x-menu-over):not(.mode-unavailable) > .wrapper {
padding-top : 60px;
}
@media (min-width : 768px) {
body:not(.x-menu-over):not(.mode-unavailable).topbar-enabled > .wrapper {
padding-top : 96px;
}
}
body > .wrapper .component-page-title {
margin-bottom : 60px;
}
body > .wrapper .component-page-title h1 {
margin         : 0;
padding-bottom : 30px;
text-align     : center;
font-weight    : 400;
text-transform : uppercase;
}
body > .wrapper .block-title h6 {
margin         : 0;
padding-bottom : 15px;
color          : #9298a5;
font-size      : 14px;
font-weight    : 400;
text-transform : uppercase;
}
header {
position : absolute;
top      : 0;
width    : 100%;
z-index  : 9999;
}
body:not(.x-menu-over) header {
background-color : #fff;
} .sa-sidebar {
padding-right : 20px;
}
@media (min-width : 768px) {
.sa-sidebar.sidebar-right {
padding-right : 0;
padding-left  : 20px;
}
}
.sidebar-widget {
padding-bottom : 30px;
}
.sidebar-widget ul {
padding : 10px 0;
}
.sidebar-widget ul li a {
color : #2f3542;
}
.sidebar-widget .tagcloud .tag-cloud-link {
color : #4f5562;
}
.sidebar-widget ul li a:hover,
.sidebar-widget .tagcloud .tag-cloud-link:hover {
color : #72c400;
} .top-gap-huge {
margin-top : 90px;
}
.top-gap-extra {
margin-top : 60px;
}
.top-gap-large {
margin-top : 45px;
}
.top-gap-default {
margin-top : 30px;
}
.top-gap-small {
margin-top : 15px;
}
.top-gap-tiny {
margin-top : 10px;
}
.bottom-gap-huge {
margin-bottom : 90px;
}
.bottom-gap-extra {
margin-bottom : 60px;
}
.bottom-gap-large {
margin-bottom : 45px;
}
.bottom-gap-default {
margin-bottom : 30px;
}
.bottom-gap-small {
margin-bottom : 15px;
}
.bottom-gap-tiny {
margin-bottom : 10px;
}
.v-top-gap-huge {
margin-top : -90px;
}
.v-top-gap-extra {
margin-top : -60px;
}
.v-top-gap-large {
margin-top : -45px;
}
.v-top-gap-default {
margin-top : -30px;
}
.v-top-gap-small {
margin-top : -15px;
}
.v-top-gap-tiny {
margin-top : -10px;
}
.v-bottom-gap-huge {
margin-bottom : -90px;
}
.v-bottom-gap-extra {
margin-bottom : -60px;
}
.v-bottom-gap-large {
margin-bottom : -45px;
}
.v-bottom-gap-default {
margin-bottom : -30px;
}
.v-bottom-gap-small {
margin-bottom : -15px;
}
.v-bottom-gap-tiny {
margin-bottom : -10px;
}
.top-inner-gap-huge {
padding-top : 90px;
}
.top-inner-gap-extra {
padding-top : 60px;
}
.top-inner-gap-large {
padding-top : 45px;
}
.top-inner-gap-default {
padding-top : 30px;
}
.top-inner-gap-small {
padding-top : 15px;
}
.top-inner-gap-tiny {
padding-top : 10px;
}
.bottom-inner-gap-huge {
padding-bottom : 90px;
}
.bottom-inner-gap-extra {
padding-bottom : 60px;
}
.bottom-inner-gap-large {
padding-bottom : 45px;
}
.bottom-inner-gap-default {
padding-bottom : 30px;
}
.bottom-inner-gap-small {
padding-bottom : 15px;
}
.bottom-inner-gap-tiny {
padding-bottom : 10px;
}  body.loading iframe {
opacity    : 0 !important;
visibility : hidden !important;
}
#preload {
position   : fixed;
top        : 0;
left       : 0;
z-index    : 999999;
background : #fff;
width      : 100%;
height     : 100%;
}
#preload img {
position : relative;
top      : 30%;
left     : calc((100% - 300px) / 2);
} .page-button .column- * {
padding-left  : 5px;
padding-right : 5px;
}
.page-button a.btn {
margin : 5px;
}
.page-button .effect-group {
margin : 0 -5px 30px -5px;
}
.page-button .effect-group h6 {
padding : 0 10px;
color   : #c1c1c1;
}
.page-button .effect-group a.btn {
margin : 10px;
} .read-more {
padding-top    : 3px;
padding-bottom : 3px;
font-size      : 14px;
font-weight    : 700;
color          : #72c400 !important;
}
.read-more.large-size {
font-size : 16px;
}
.read-more.small-size {
font-size : 12px;
}
.h-green {
color : #72c400;
}
.h-white {
color : #2f3542;
}
.h-black {
color : #fff;
} .ampersand-text {
color     : #2f3542;
font-size : 18px;
}
.btn-pager {
margin           : 0 2px;
height           : 50px;
float            : left;
color            : #bac0cd;
background-color : transparent;
border           : 1px solid #bac0cd;
text-transform   : uppercase;
font-size        : 14px;
font-weight      : 700;
}
.btn-pager.btn-active,
.btn-pager:hover {
color            : #fff;
background-color : #72c400;
border-color     : #72c400;
}
.btn-pager.btn-pager-ctrl {
font-size : 0;
}
.btn-pager.btn-pager-ctrl:before {
display     : block;
font-size   : 20px;
font-weight : 700;
font-family : "FontAwesome";
}
.btn-pager.btn-pager-ctrl.btn-pager-first:before {
content : "\f100";
}
.btn-pager.btn-pager-ctrl.btn-pager-prev:before {
content : "\f104";
}
.btn-pager.btn-pager-ctrl.btn-pager-next:before {
content : "\f105";
}
.btn-pager.btn-pager-ctrl.btn-pager-last:before {
content : "\f101";
}
.btn-pager.slick-arrow {
top         : calc(50% - 25px);
padding     : 10px 18px;
width       : 50px;
line-height : 27px;
}
.btn-pager.slick-arrow.btn-pager-prev {
left : 20px;
}
.btn-pager.slick-arrow.btn-pager-next {
right : 20px;
}
@media (max-width : 425px) {
.raiseapp-pager {
text-align : center;
}
.btn-pager {
display : none;
}
.btn-pager.btn-pager-ctrl {
display : inline-block;
}
}
.red-star {
color : #d06485;
} @-webkit-keyframes fadeIn {
0% {
display    : block;
visibility : visible;
opacity    : 0;
}
100% {
opacity : 1;
}
}
@-moz-keyframes fadeIn {
0% {
display    : block;
visibility : visible;
opacity    : 0;
}
100% {
opacity : 1;
}
}
@-o-keyframes fadeIn {
0% {
display    : block;
visibility : visible;
opacity    : 0;
}
100% {
opacity : 1;
}
}
@-ms-keyframes fadeIn {
0% {
display    : block;
visibility : visible;
opacity    : 0;
}
100% {
opacity : 1;
}
}
@-khtml-keyframes fadeIn {
0% {
display    : block;
visibility : visible;
opacity    : 0;
}
100% {
opacity : 1;
}
}
@keyframes fadeIn {
0% {
display    : block;
visibility : visible;
opacity    : 0;
}
100% {
opacity : 1;
}
}
.fadeIn {
-webkit-animation : fadeIn .3s ease-in-out 1 none normal;
-moz-animation    : fadeIn .3s ease-in-out 1 none normal;
-o-animation      : fadeIn .3s ease-in-out 1 none normal;
animation         : fadeIn .3s ease-in-out 1 none normal;
} @-webkit-keyframes fadeOut {
0% {
opacity : 1;
}
100% {
display    : none;
visibility : hidden;
opacity    : 0;
}
}
@-moz-keyframes fadeOut {
0% {
opacity : 1;
}
100% {
display    : none;
visibility : hidden;
opacity    : 0;
}
}
@-o-keyframes fadeOut {
0% {
opacity : 1;
}
100% {
display    : none;
visibility : hidden;
opacity    : 0;
}
}
@-ms-keyframes fadeOut {
0% {
opacity : 1;
}
100% {
display    : none;
visibility : hidden;
opacity    : 0;
}
}
@-khtml-keyframes fadeOut {
0% {
opacity : 1;
}
100% {
display    : none;
visibility : hidden;
opacity    : 0;
}
}
@keyframes fadeOut {
0% {
opacity : 1;
}
100% {
display    : none;
visibility : hidden;
opacity    : 0;
}
}
.fadeOut {
-webkit-animation : fadeOut .3s ease-in-out 1 none normal;
-moz-animation    : fadeOut .3s ease-in-out 1 none normal;
-o-animation      : fadeOut .3s ease-in-out 1 none normal;
animation         : fadeOut .3s ease-in-out 1 none normal;
}
.large-title {
font-size : 36px;
}
.owl-carousel .owl-stage .owl-item:last-child {
margin-right : 0 !important;
} .accordion .panel-default {
margin-bottom : 10px;
}
.accordion .panel-default .panel-heading {
padding    : 0;
background : transparent;
}
.accordion .panel-default .panel-heading a.panel-title {
position : relative;
display  : block;
padding  : 15px 45px 15px 25px;
color    : #72c400;
}
.accordion .panel-default .panel-heading a.panel-title span {
font-weight : 800;
}
.accordion .panel-default .panel-heading a.panel-title .accordion-icon {
margin-left  : 10px;
margin-right : 10px;
}
.accordion .panel-default .panel-heading a.panel-title.collapsed {
color : #2f3542;
}
.accordion .panel-default .panel-collapse {
padding : 0 25px;
}
.accordion .panel-default .panel-collapse .panel-body {
padding          : 20px 0;
border-top-color : #bec4d1 !important;
}
.accordion.accordion-dark .panel-default {
background : #dee1e7;
}
.accordion.accordion-dark .panel-default .panel-heading a.panel-title i.ico-collapse {
position : absolute;
top      : calc(50% - 8px);
right    : 25px;
width    : 15px;
height   : 15px;
display  : block;
}
.accordion.accordion-dark .panel-default .panel-heading a.panel-title i.ico-collapse:before,
.accordion.accordion-dark .panel-default .panel-heading a.panel-title i.ico-collapse:after {
position           : absolute;
top                : 7px;
left               : 0;
content            : "";
width              : 15px;
height             : 1px;
background-color   : #72c400;
-webkit-transition : transform 0.3s ease-in-out;
-moz-transition    : transform 0.3s ease-in-out;
-o-transition      : transform 0.3s ease-in-out;
transition         : transform 0.3s ease-in-out;
}
.accordion.accordion-dark .panel-default .panel-heading a.panel-title.collapsed i.ico-collapse:before,
.accordion.accordion-dark .panel-default .panel-heading a.panel-title.collapsed i.ico-collapse:after {
background-color : #2f3542;
}
.accordion.accordion-dark .panel-default .panel-heading a.panel-title.collapsed i.ico-collapse:before {
-webkit-transform : rotate(180deg);
-moz-transform    : rotate(180deg);
-o-transform      : rotate(180deg);
-ms-transform     : rotate(180deg);
transform         : rotate(180deg);
}
.accordion.accordion-dark .panel-default .panel-heading a.panel-title.collapsed i.ico-collapse:after {
-webkit-transform : rotate(90deg);
-moz-transform    : rotate(90deg);
-o-transform      : rotate(90deg);
-ms-transform     : rotate(90deg);
transform         : rotate(90deg);
}
.accordion.accordion-dark.accordion-dark-no-icon .panel-default {
border : 1px solid #bac0cd;
}
.accordion.accordion-dark.accordion-dark-with-icon .panel-default {
border-width : 0;
}
.accordion.accordion-dark.accordion-dark-with-icon .panel-default .panel-heading a.panel-title span {
font-weight : 500;
}
.accordion.accordion-light .panel-default {
border     : 1px solid #bac0cd;
background : #fff;
}
.accordion.accordion-light .panel-default .panel-heading a.panel-title i {
color : #2f3542;
}
.accordion.accordion-light .panel-default .panel-heading a.panel-title i.ico-collapse {
position           : absolute;
top                : calc(50% - 11px);
right              : 25px;
font-size          : 21px;
color              : #72c400;
display            : inline-block;
-webkit-transition : transform 0.3s ease-in-out;
-moz-transition    : transform 0.3s ease-in-out;
-o-transition      : transform 0.3s ease-in-out;
transition         : transform 0.3s ease-in-out;
}
.accordion.accordion-light .panel-default .panel-heading a.panel-title.collapsed i.ico-collapse {
color             : #2f3542;
-webkit-transform : rotate(180deg);
-moz-transform    : rotate(180deg);
-o-transform      : rotate(180deg);
-ms-transform     : rotate(180deg);
transform         : rotate(180deg);
}
.accordion.accordion-light.accordion-light-no-icon .panel-default .panel-heading a.panel-title span {
color       : #72c400;
font-weight : 500;
}
.accordion.accordion-light.accordion-light-no-icon .panel-default .panel-heading a.panel-title.collapsed span,
.accordion.accordion-light.accordion-light-with-icon .panel-default .panel-heading a.panel-title span {
color : #2f3542;
}
@media screen and (max-width : 992px) {
.accordion {
margin-top : 20px;
}
} .blog-no-margin {
margin : 0 !important;
}
.blog-no-padding {
padding : 0 !important;
}
.blog-text-dark {
color : #e9ecf2;
}
.blog-overlay-color.blog-overlay-dark {
background-color : rgba(245, 245, 245, 0.9);
color            : #2f3542;
}
.blog-overlay-color.blog-overlay-dark-blue {
background-color : #252a36;
color            : #2f3542;
}
.blog-overlay-color.blog-overlay-green {
background-color : rgba(114,196,0,0.9);
}
.blog-overlay-color.blog-overlay-gray {
background-color : rgba(233, 236, 242, 0.9);
}
.blog-overlay-color.blog-overlay-light {
background-color : rgba(245, 245, 245, 0.9);
color            : #2f3542;
}
.blog-overlay-wrapper {
margin-top            : 45px;
background-color      : transparent;
background-size       : cover;
background-attachment : fixed;
}
.blog-overlay-wrapper.blog-overlay-wrapper-black,
.blog-overlay-wrapper.blog-overlay-wrapper-white {
position : relative;
}
.blog-overlay-wrapper.blog-overlay-wrapper-black .container,
.blog-overlay-wrapper.blog-overlay-wrapper-white .container {
position : inherit;
z-index  : 9;
}
.blog-overlay-wrapper.blog-overlay-wrapper-black:before,
.blog-overlay-wrapper.blog-overlay-wrapper-white:before {
position : absolute;
top      : 0;
left     : 0;
width    : 100%;
height   : 100%;
content  : "";
z-index  : 1;
}
.blog-overlay-wrapper.blog-overlay-wrapper-black:before {
background-color : rgba(255, 255, 255, 0.4);
}
.blog-overlay-wrapper.blog-overlay-wrapper-white:before {
background-color : rgba(47, 53, 66, 0.4);
}
.blog-relative {
position : relative;
}
.blog-vgradient-black-sm,
.blog-vgradient-black-lg {
position : relative;
}
.blog-vgradient-black-sm:before,
.blog-vgradient-black-lg:before {
position : absolute;
top      : 0;
left     : 0;
width    : 100%;
height   : 100%;
display  : block;
content  : "";
z-index  : 1;
}
.blog-vgradient-black-sm:before {
background : transparent;
background : -webkit-linear-gradient(top, transparent 0%, transparent 70%, transparent 30%, rgba(0, 0, 0, 0.9) 100%);
background : -moz-linear-gradient(top, transparent 0%, transparent 70%, transparent 30%, rgba(0, 0, 0, 0.9) 100%);
background : -o-linear-gradient(top, transparent 0%, transparent 70%, transparent 30%, rgba(0, 0, 0, 0.9) 100%);
background : -ms-linear-gradient(top, transparent 0%, transparent 70%, transparent 30%, rgba(0, 0, 0, 0.9) 100%);
background : linear-gradient(top, transparent 0%, transparent 70%, transparent 30%, rgba(0, 0, 0, 0.9) 100%);
filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr="transparent", endColorstr="rgba(0, 0, 0, 0.9)", GradientType=0);
}
.blog-vgradient-black-lg:before {
background : transparent;
background : -webkit-linear-gradient(top, transparent 0%, transparent 0%, #000 100%, rgba(0, 0, 0, 0.9) 100%);
background : -moz-linear-gradient(top, transparent 0%, transparent 0%, #000 100%, rgba(0, 0, 0, 0.9) 100%);
background : -o-linear-gradient(top, transparent 0%, transparent 0%, #000 100%, rgba(0, 0, 0, 0.9) 100%);
background : -ms-linear-gradient(top, transparent 0%, transparent 0%, #000 100%, rgba(0, 0, 0, 0.9) 100%);
background : linear-gradient(top, transparent 0%, transparent 0%, #000 100%, rgba(0, 0, 0, 0.9) 100%);
filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr="transparent", endColorstr="rgba(0, 0, 0, 0.9)", GradientType=0);
}
.col-sm-6.blog-col:nth-of-type(2n + 1) {
clear : both;
}
@media screen and (min-width : 992px) {
.col-sm-6.blog-col:nth-of-type(2n + 1) {
clear : none;
}
}
.col-sm-4.blog-col:nth-of-type(3n + 1) {
clear : both;
}
@media screen and (min-width : 992px) {
.col-sm-4.blog-col:nth-of-type(3n + 1) {
clear : none;
}
}
.blog-list-sm {
border-left : 1px solid #bac0cd;
}
.blog-list-sm .blog-row-sm {
display : table;
padding : 15px 0;
}
.blog-list-sm .blog-row-sm .blog-row-image-sm {
display : table-cell;
float   : none;
}
.blog-list-sm .blog-row-sm .blog-row-content-sm {
display        : table-cell;
float          : none;
vertical-align : middle;
padding        : 0;
line-height    : 1.2;
}
.blog-list-sm .blog-row-sm .blog-row-content-sm .blog-detail {
margin-top : 10px;
}
.blog-list-sm .blog-row-sm .blog-row-content-sm .blog-detail .blog-detail-text {
color         : #a2b3c0;
padding-right : 10px;
}
.blog-row {
width : 100%;
}
.blog-row .blog-col .blog-image {
margin-bottom : 30px;
}
.blog-row.blog-grid-col-3 .blog-col .blog-image,
.blog-row.blog-grid-col-3 .blog-col .blog-audio {
width   : 100%;
display : inline-block;
}
.blog-row .blog-col .blog-content {
position : inherit;
z-index  : 2;
}
.blog-row .blog-col .blog-content .blog-detail {
margin-bottom : 15px;
}
.blog-row.blog-standard.post_format-post-format-aside .blog-col .blog-content .blog-detail {
margin-bottom : 5px;
}
.blog-row .blog-col .blog-content .blog-detail .blog-detail-text {
padding-right : 10px;
color         : #9498a1;
font-size     : 12px;
}
.blog-row .blog-col .blog-content .blog-detail .blog-detail-text i {
margin-right : 5px;
color        : #9498a1;
}
.blog-row .blog-col .blog-content .blog-detail .blog-detail-text i.h-green {
color : #72c400;
}
.blog-row .blog-col .blog-content .blog-comment {
margin-bottom : 10px;
}
.blog-row .blog-col .blog-content .blog-btn-readmore-no-bg-border .icon-arrow-right-circle {
margin-right : 10px;
}
.blog-row.blog-standard {
padding-top : 30px;
}
.blog-row.blog-standard .blog-col {
padding-bottom : 30px;
}
.blog-row.blog-overlay .blog-col {
margin         : 30px 0;
padding-bottom : 30px;
}
.blog-row.blog-overlay .blog-col .blog-content {
padding : 0 25px;
}
.blog-row.blog-short {
padding-top : 30px;
}
.blog-row.blog-short .blog-col {
padding-bottom : 30px;
}
.blog-row.blog-short .blog-col .blog-content p {
color : #9498a1;
}
.blog-row.blog-short .blog-col .blog-content .blog-title {
margin-bottom : 30px;
}
.blog-row.blog-timeline {
padding-top : 30px;
}
.blog-row.blog-timeline .blog-col {
padding-bottom : 30px;
}
.blog-row.blog-timeline .blog-col .blog-content .blog-user {
font-size : 12px;
}
.blog-row.blog-timeline .blog-col .blog-content .blog-detail {
margin-top : 15px;
}
.blog-row.blog-bs {
padding-top : 30px;
}
.blog-row.blog-bs .blog-col {
padding-bottom : 30px;
}
.blog-row.blog-bs .blog-col .blog-relative .blog-content .blog-user {
color : #9498a1;
}
#compact-list .blog-row.blog-compact:not(.blog-no-margin) {
margin : 15px 0;
}
.blog-row.blog-compact .blog-col {
padding-bottom : 15px;
}
.blog-row.blog-compact .blog-col .blog-content:not(.no-featured-content) {
position : absolute;
bottom   : 0;
right    : 0;
left     : 0;
padding  : 14px;
}
@media screen and (min-width : 992px) {
.blog-row.blog-compact .blog-col .blog-content {
padding : 10px 20px;
}
}
.blog-row.blog-compact .blog-col .blog-content .blog-user {
color  : #dae2e8;
margin : 0;
}
.blog-row.blog-compact .blog-col .blog-content .blog-title {
color  : #fff;
margin : 0;
}
.blog-row.blog-compact .blog-col .blog-content .blog-detail {
margin-bottom : 0;
}
.blog-row.blog-compact .blog-col .blog-content .blog-detail .blog-detail-text {
color : #a0aeb8;
}
.blog-row.blog-compact.blog-compact-sm .blog-col .blog-content {
line-height : 1.2;
}
@media screen and (min-width : 992px) {
.blog-row.blog-compact.blog-compact-sm .blog-col .blog-content {
line-height : 2;
}
}
.blog-row.blog-compact.blog-compact-sm .blog-col .blog-content .blog-user {
font-size : 12px;
}
.blog-row.blog-compact.blog-compact-lg-col3 .blog-col {
padding : 0;
}
.blog-row.blog-compact.blog-compact-lg-col3 .blog-col .blog-content {
line-height : 1.2;
}
@media screen and (min-width : 992px) {
.blog-row.blog-compact.blog-compact-lg-col3 .blog-col .blog-content {
line-height : 2;
}
}
.blog-row.blog-compact.blog-compact-lg-col3 .blog-col .blog-content .blog-user,
.blog-row.blog-compact.blog-compact-lg-col3.blog-compact-lg-col4 .blog-col .blog-content .blog-user {
font-size : 12px;
}
.blog-row.blog-compact.blog-compact-bs-lg {
padding : 0;
}
.blog-row.blog-compact.blog-compact-bs-lg .blog-content:not(.no-featured-content) {
position : absolute;
bottom   : 0;
right    : 0;
left     : 0;
padding  : 15px 20px;
}
@media screen and (min-width : 992px) {
.blog-row.blog-compact.blog-compact-bs-lg .blog-content {
padding : 25px 20px;
}
}
.blog-row.blog-compact.blog-compact-bs-lg .blog-content .blog-user {
margin      : 0;
line-height : 1.2;
}
.blog-row.blog-compact.blog-compact-bs-lg .blog-content .blog-title {
margin      : 0;
font-size   : 22px;
line-height : 1.2;
}
@media screen and (min-width : 992px) {
.blog-row.blog-compact.blog-compact-bs-lg .blog-content .blog-title {
font-size : 30px;
}
}
.blog-row.blog-compact.blog-compact-bs-lg .blog-content .blog-detail {
margin-bottom : 0;
}
.blog-row.blog-compact.blog-compact-bs-sm,
.blog-row.blog-compact.blog-compact-bs-sm .blog-col {
padding : 0;
}
.blog-row.blog-compact.blog-compact-bs-sm .blog-col .blog-relative .blog-image {
margin : 0;
}
.blog-row.blog-compact.blog-compact-bs-sm .blog-col .blog-relative .blog-content .blog-user {
font-size : 12px;
}
.blog-row .blog-hover .blog-image {
position : relative;
overflow : hidden;
}
.blog-row.blog-standard .blog-image {
display : inline-block;
}
.blog-row.blog-standard .divider {
margin-bottom : 0;
}
.blog-row.blog-standard .featured-wrap img {
margin : auto;
width  : auto;
}
.blog-row .blog-hover .blog-image > img {
position           : inherit;
-webkit-transition : transform 0.6s;
-moz-transition    : transform 0.6s;
-o-transition      : transform 0.6s;
transition         : transform 0.6s;
}
.blog-row .blog-hover.blog-hover:hover { }
.blog-row .blog-hover.blog-hover:hover.blog-hover-scale .blog-image img {
-webkit-transform : scale(1.2, 1.2);
-moz-transform    : scale(1.2, 1.2);
-o-transform      : scale(1.2, 1.2);
-ms-transform     : scale(1.2, 1.2);
transform         : scale(1.2, 1.2);
display           : block;
} .blog-image-slider {
margin-bottom : 30px;
}
.blog-link {
padding : 0 20px;
}
.blog-content .link-title {
display        : block;
padding-bottom : 20px;
}
.blog-content .link-title .icon-link {
display      : block;
float        : left;
padding      : 5px;
margin-right : 20px;
font-size    : 40px;
}
.blog-content .link-title .blog-title {
float : left;
width : calc(100% - 80px);
}
.blog-video .video {
margin-bottom : 15px;
}
.blog-audio .audio {
margin-bottom : 15px;
}
.blog-audio .audio audio {
width : 100%;
} .blog-row.blog-standard.sticky:before,
.blog-list-item.sticky:before,
.blog-list-item.status-sticky:before {
content           : "\e031";
position          : absolute;
top               : -15px;
left              : 0;
z-index           : 9;
display           : block;
font-family       : "simple-line-icons";
font-weight       : 700;
font-size         : 32px;
color             : #72c400;
-webkit-transform : rotate(-75deg);
-moz-transform    : rotate(-75deg);
transform         : rotate(-75deg);
}
.blog-row.blog-standard.sticky,
.blog-list-item.sticky,
.blog-list-item.status-sticky {
position : relative;
} .blog-row.blog-standard.sticky {
position         : relative;
margin           : 30px 0;
padding          : 20px;
background-color : #e9ecf2;
}
.blog-row.blog-standard.sticky .blog-col {
padding : 0;
}
.blog-row.blog-standard.sticky:before {
top  : -20px;
left : 5px;
}
.blog-row.blog-standard.sticky .divider {
display : none;
}
@media (min-width : 992px) {
.blog-row.blog-standard.sticky:not(.format-image) .blog-image,
.blog-row.blog-standard.sticky .blog-foot {
margin-bottom : 0;
}
} .blog-timeline-item.blog-list-item.sticky:before,
.blog-grid-2-item.blog-list-item.sticky:before {
left              : auto;
right             : 0;
-webkit-transform : rotate(-15deg);
-moz-transform    : rotate(-15deg);
-ms-transform     : rotate(-15deg);
-o-transform      : rotate(-15deg);
transform         : rotate(-15deg);
}
.blog-compacttimeline-item.sticky .blog-content {
padding          : 10px 0;
background-color : #e9ecf2;
} .blog-date-label-wrap {
position : relative;
}
.blog-date-label {
position         : absolute;
top              : -10px;
left             : 16px;
background-color : #72c400;
text-align       : center;
z-index          : 1;
}
.blog-date-label:before,
.blog-date-label:after {
content      : "";
position     : absolute;
top          : 0;
display      : block;
width        : 0;
height       : 0;
opacity      : 0.7;
border-style : solid;
border-width : 0 0 10px 10px;
border-color : transparent transparent #227400 transparent;
}
.blog-date-label:before {
left                : -10px;
background-position : 0 0;
}
.blog-date-label:after {
right        : -10px;
border-width : 0 10px 10px 0;
}
.blog-date-label a,
.blog-date-label a > * {
display     : block;
font-weight : 600;
line-height : 1;
color       : #333a49;
}
.blog-date-label a {
padding            : 7px 10px 10px 10px;
-webkit-box-shadow : inset 0 1px 1px rgba(255, 255, 255, .3), 1px 2px 2px rgba(0, 0, 0, .3);
-moz-box-shadow    : inset 0 1px 1px rgba(255, 255, 255, .3), 1px 2px 2px rgba(0, 0, 0, .3);
box-shadow         : inset 0 1px 1px rgba(255, 255, 255, .3), 1px 2px 2px rgba(0, 0, 0, .3);
}
.blog-date-label a > * {
margin-bottom : 1px;
}
.blog-date-label a > *:last-child {
margin-bottom : 0;
}
.blog-date-label .blog-date-label-day {
font-size   : 24px;
font-weight : 900;
}
.blog-date-label .blog-date-label-month {
font-size : 11px;
}
.blog-date-label .blog-date-label-year {
font-size      : 10px;
letter-spacing : 1px;
} .boxed-flex-sm,
.boxed-flex-md,
.boxed-flex-lg {
display : inherit;
}
@media screen and (min-width : 768px) {
.boxed-flex-sm {
display   : flex;
flex-wrap : wrap;
}
}
@media screen and (min-width : 992px) {
.boxed-flex-md {
display   : flex;
flex-wrap : wrap;
}
}
@media screen and (min-width : 1200px) {
.boxed-flex-lg {
display   : flex;
flex-wrap : wrap;
}
}
.boxed-content-fuid-back {
padding : 0;
}
.boxed-content-fuid-back.boxed-fluid-left-1,
.boxed-content-fuid-back.boxed-fluid-left-2 {
background-position : top left;
}
.boxed-content-fuid-back.boxed-fluid-center {
background-position : top center;
}
.boxed-content-fuid-back.boxed-fluid-right-1,
.boxed-content-fuid-back.boxed-fluid-right-2,
.boxed-content-fuid-back.boxed-fluid-right-3,
.boxed-content-fuid-back.boxed-fluid-right-4 {
background-position : top right;
}
.boxed-content-fuid-back.boxed-fluid-left-1,
.boxed-content-fuid-back.boxed-fluid-right-1 {
background-size   : cover;
background-repeat : no-repeat;
}
@media screen and (min-width : 768px) {
.boxed-content-fuid-back.boxed-fluid-left-1,
.boxed-content-fuid-back.boxed-fluid-right-1 {
background-size : 80% auto;
}
}
.boxed-content-fuid-back.boxed-fluid-left-2,
.boxed-content-fuid-back.boxed-fluid-right-2 {
background-size   : cover;
background-repeat : no-repeat;
}
@media screen and (min-width : 768px) {
.boxed-content-fuid-back.boxed-fluid-left-2,
.boxed-content-fuid-back.boxed-fluid-right-2 {
background-size : auto 100%;
}
}
@media screen and (min-width : 992px) {
.boxed-content-fuid-back.boxed-fluid-left-2,
.boxed-content-fuid-back.boxed-fluid-right-2 {
background-size : 65% auto;
}
}
.boxed-content-fuid-back.boxed-fluid-right-3,
.boxed-content-fuid-back.boxed-fluid-right-4 {
background-size   : cover;
background-repeat : no-repeat;
}
@media screen and (min-width : 992px) {
.boxed-content-fuid-back.boxed-fluid-right-3,
.boxed-content-fuid-back.boxed-fluid-right-4 {
background-size : 65% auto;
}
}
@media screen and (min-width : 1200px) {
.boxed-content-fuid-back.boxed-fluid-right-3,
.boxed-content-fuid-back.boxed-fluid-right-4 {
background-size : auto 100%;
}
}
@media screen and (min-width : 1870px) {
.boxed-content-fuid-back.boxed-fluid-right-3,
.boxed-content-fuid-back.boxed-fluid-right-4 {
background-size : 65% auto;
}
}
.boxed-content-fuid-back.boxed-fluid-center {
background-size   : cover;
background-repeat : no-repeat;
}
@media screen and (min-width : 992px) {
.boxed-content-fuid-back.boxed-fluid-center {
background-size : auto 100%;
}
}
@media screen and (min-width : 1870px) {
.boxed-content-fuid-back.boxed-fluid-center {
background-size : 40% auto;
}
}
.boxed-content {
padding : 20px;
}
.boxed-content .boxed-text-dark-blue {
color : #e9ecf2;
}
.boxed-content .boxed-text-white,
.boxed-content .boxed-text-black {
color : #fff;
}
.boxed-content.boxed-bg-dark-magenta {
background-color : #8b78ff;
}
.boxed-content.boxed-bg-dodger-blue {
background-color : #21adf6;
}
.boxed-content.boxed-bg-black {
background-color : #1c212d;
}
.boxed-content.boxed-bg-blue-light1 {
background-color : #2fb6fc;
}
.boxed-content.boxed-bg-blue-light2 {
background-color : #42beff;
}
.boxed-content.boxed-bg-blue-light3 {
background-color : #51c3ff;
}
.boxed-content.boxed-bg-soft-blue1 {
background-color : #b8c1d1;
}
.boxed-content.boxed-bg-soft-blue2 {
background-color : #bfc8da;
}
.boxed-content.boxed-bg-soft-blue3 {
background-color : #c6cfe1;
}
.boxed-content.boxed-bg-soft-blue4 {
background-color : #cdd6e8;
}
.boxed-content.boxed-bg-dark-gray {
background-color : #dde0e9;
}
.boxed-content.boxed-bg-light-gray {
background-color : #e6e8ef;
}
.boxed-content.boxed-bg-gray {
background-color : #f0f2f7;
}
.boxed-content.boxed-bg-green {
background-color : #72c400;
}
.boxed-content.boxed-bg-green-light1 {
background-color : #00e6d3;
}
.boxed-content.boxed-bg-green-light2 {
background-color : #00f3df;
}
.boxed-content.boxed-bg-green-light3 {
background-color : #1affec;
}
.boxed-content.boxed-overlay-sm,
.boxed-content.boxed-overlay-md {
opacity : 0.9;
}
.boxed-content .boxed-image {
padding : 15px;
}
.boxed-content .boxed-image-center-fixed {
padding       : 0;
margin-bottom : 30px;
}
.boxed-content .boxed-image-center-fixed img {
display   : block;
max-width : 100%;
margin    : 0 auto;
}
.boxed-content .boxed-text h2 {
margin-top : 15px;
}
.boxed-content .boxed-text p {
margin-bottom : 30px;
}
.boxed-content .boxed-text .btn {
margin-bottom : 15px;
}
.boxed-content .boxed-text.boxed-text-white h2,
.boxed-content .boxed-text.boxed-text-white h3,
.boxed-content .boxed-text.boxed-text-white h4,
.boxed-content .boxed-text.boxed-text-white h5,
.boxed-content .boxed-text.boxed-text-white p {
color : #fff;
}
@media screen and (min-width : 768px) {
.boxed-content {
padding : 40px;
}
.boxed-content .boxed-image-center-fixed img {
max-width : 100%;
}
.boxed-content.boxed-overlay-sm {
opacity : 1;
}
}
@media screen and (min-width : 992px) {
.boxed-content {
padding : 45px;
}
.boxed-content.boxed-overlay-md {
opacity : 1;
}
}
@media screen and (min-width : 1200px) {
.boxed-content {
padding : 60px;
}
}
.boxed-content.boxed-content-fluid-image img {
max-height : 100%;
width      : auto;
}
.boxed-content.boxed-with-icon {
overflow : hidden;
}
.boxed-content.boxed-with-icon i {
position : absolute;
right    : -15px;
bottom   : -20px;
}
.boxed-content.boxed-with-icon i.boxed-icon-color-1 {
color : #00f7f3;
}
.boxed-content.boxed-with-icon i.boxed-icon-color-2 {
color : #00ffff;
}
.boxed-content.boxed-with-icon i.boxed-icon-color-3 {
color : #00f7f3;
}
.boxed-content.boxed-with-icon i.boxed-icon-color-4 {
color : #00fdfb;
}
.boxed-content.boxed-with-icon i.boxed-icon-color-5 {
color : #00f3df;
}
.boxed-content.boxed-with-icon i.boxed-icon-color-6 {
color : #2cc8f9;
}
.boxed-content.boxed-with-icon i.boxed-icon-color-7 {
color : #44d5fd;
}
.boxed-content.boxed-with-icon i.boxed-icon-color-8 {
color : #63ddff;
}
.boxed-content.boxed-with-icon i.boxed-icon-color-9 {
color : #7ee2ff;
}
.boxed-content.boxed-with-icon i.boxed-icon-color-10 {
color : #abb7cb;
}
.boxed-content.boxed-with-icon i.boxed-icon-color-11 {
color : #b0bcd3;
}
.boxed-content.boxed-with-icon i.boxed-icon-color-12 {
color : #b6c3db;
}
.boxed-content.boxed-with-icon i.boxed-icon-color-13 {
color : #bdcae3;
}
.boxed-content.boxed-with-icon.boxed-icon-lg {
padding : 50px 190px 50px 20px;
}
.boxed-content.boxed-with-icon.boxed-icon-lg i {
font-size : 200px;
}
@media screen and (min-width : 320px) {
.boxed-content.boxed-with-icon.boxed-icon-lg {
padding-right : 110px;
}
.boxed-content.boxed-with-icon.boxed-icon-lg i {
font-size : 140px;
}
}
@media screen and (min-width : 1200px) {
.boxed-content.boxed-with-icon.boxed-icon-lg {
padding-right : 190px;
}
.boxed-content.boxed-with-icon.boxed-icon-lg i {
font-size : 140px;
}
}
.boxed-content.boxed-with-icon.boxed-icon-md {
padding : 40px 120px 40px 20px;
}
.boxed-content.boxed-with-icon.boxed-icon-md i {
font-size : 140px;
}
.boxed-content.boxed-with-icon.boxed-icon-sm {
padding : 30px 45px 30px 20px;
}
.boxed-content.boxed-with-icon.boxed-icon-sm i {
font-size : 80px;
right     : -2px;
bottom    : -2px;
} .btn {
padding               : 10px 27px;
display               : inline-block;
font-size             : 14px;
vertical-align        : middle;
white-space           : initial;
background-color      : transparent;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
-webkit-transition    : all 0.3s ease-in;
-moz-transition       : all 0.3s ease-in;
-o-transition         : all 0.3s ease-in;
transition            : all 0.3s ease-in;
}
.btn i {
margin-left  : 0;
margin-right : 12px;
display      : inline-block;
}
.btn.btn-ico-right i {
margin-left  : 12px;
margin-right : 0;
}
.btn.btn-color-white {
color : #fff;
}
.btn.btn-color-black {
color : #2f3542;
}
.btn.btn-color-green {
color : #72c400;
}
.btn.btn-color-gray {
color : #e9ecf2;
}
.btn.btn-font-thin {
font-weight : 100;
}
.btn.btn-font-light {
font-weight : 300;
}
.btn.btn-font-extralight {
font-weight : 200;
}
.btn.btn-font-light {
font-weight : 300;
}
.btn.btn-font-regular {
font-weight : 400;
}
.btn.btn-font-medium {
font-weight : 500;
}
.btn.btn-font-semibold {
font-weight : 600;
}
.btn.btn-font-bold {
font-weight : 700;
}
.btn.btn-font-extrabold {
font-weight : 800;
}
.btn.btn-font-black {
font-weight : 900;
}
.btn.btn-bg-no { }
.btn.btn-bg-no.btn-border-white { }
.btn.btn-bg-no.btn-border-white.hvr-fade:hover,
.btn.btn-bg-no.btn-border-white.hvr-fade:active,
.btn.btn-bg-no.btn-border-white.hvr-fade:focus {
color            : #fff;
background-color : #2f3542;
}
@-webkit-keyframes hvr-back-pulse-default {
50% {
background-color : #4d5360;
}
}
@-moz-keyframes hvr-back-pulse-default {
50% {
background-color : #4d5360;
}
}
@-o-keyframes hvr-back-pulse-default {
50% {
background-color : #4d5360;
}
}
@-ms-keyframes hvr-back-pulse-default {
50% {
background-color : #4d5360;
}
}
@-khtml-keyframes hvr-back-pulse-default {
50% {
background-color : #4d5360;
}
}
@keyframes hvr-back-pulse-default {
50% {
background-color : #4d5360;
}
}
.btn.btn-bg-no.btn-border-white.hvr-back-pulse:hover,
.btn.btn-bg-no.btn-border-white.hvr-back-pulse:active,
.btn.btn-bg-no.btn-border-white.hvr-back-pulse:focus {
color             : #fff;
background-color  : #2f3542;
-webkit-animation : hvr-back-pulse-default 1s linear infinite .5s none normal;
-o-animation      : hvr-back-pulse-default 1s linear infinite .5s none normal;
animation         : hvr-back-pulse-default 1s linear infinite .5s none normal;
}
.btn.btn-bg-no.btn-border-white.hvr-radial-out:hover,
.btn.btn-bg-no.btn-border-white.hvr-radial-out:active,
.btn.btn-bg-no.btn-border-white.hvr-radial-out:focus,
.btn.btn-bg-no.btn-border-white.hvr-rectangle-out:hover,
.btn.btn-bg-no.btn-border-white.hvr-rectangle-out:active,
.btn.btn-bg-no.btn-border-white.hvr-rectangle-out:focus,
.btn.btn-bg-no.btn-border-white.hvr-shutter-out-horizontal:hover,
.btn.btn-bg-no.btn-border-white.hvr-shutter-out-horizontal:active,
.btn.btn-bg-no.btn-border-white.hvr-shutter-out-horizontal:focus,
.btn.btn-bg-no.btn-border-white.hvr-shutter-out-vertical:hover,
.btn.btn-bg-no.btn-border-white.hvr-shutter-out-vertical:active,
.btn.btn-bg-no.btn-border-white.hvr-shutter-out-vertical:focus,
.btn.btn-bg-no.btn-border-white[class*="hvr-sweep"]:hover,
.btn.btn-bg-no.btn-border-white[class*="hvr-sweep"]:active,
.btn.btn-bg-no.btn-border-white[class*="hvr-sweep"]:focus,
.btn.btn-bg-no.btn-border-white[class*="hvr-bounce"]:hover,
.btn.btn-bg-no.btn-border-white[class*="hvr-bounce"]:active,
.btn.btn-bg-no.btn-border-white[class*="hvr-bounce"]:focus {
color : #fff;
}
.btn.btn-bg-no.btn-border-white[class*="hvr-sweep"]:before,
.btn.btn-bg-no.btn-border-white[class*="hvr-bounce"]:before,
.btn.btn-bg-no.btn-border-white.hvr-radial-out:before,
.btn.btn-bg-no.btn-border-white.hvr-rectangle-out:before,
.btn.btn-bg-no.btn-border-white.hvr-shutter-out-horizontal:before,
.btn.btn-bg-no.btn-border-white.hvr-shutter-out-vertical:before {
background-color      : #2f3542;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
}
.btn.btn-bg-no.btn-border-white.hvr-radial-out:before,
.btn.btn-bg-no.btn-border-white.hvr-radial-in:before {
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.btn.btn-bg-no.btn-border-white.hvr-radial-in:before,
.btn.btn-bg-no.btn-border-white.hvr-rectangle-in:before,
.btn.btn-bg-no.btn-border-white.hvr-shutter-in-horizontal:before,
.btn.btn-bg-no.btn-border-white.hvr-shutter-in-vertical:before {
background-color      : #fff;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
}
.btn.btn-bg-no.btn-border-white.hvr-radial-in,
.btn.btn-bg-no.btn-border-white.hvr-rectangle-in,
.btn.btn-bg-no.btn-border-white.hvr-shutter-in-horizontal,
.btn.btn-bg-no.btn-border-white.hvr-shutter-in-vertical {
background-color : #2f3542;
}
.btn.btn-bg-no.btn-border-white.hvr-radial-in:hover,
.btn.btn-bg-no.btn-border-white.hvr-radial-in:active,
.btn.btn-bg-no.btn-border-white.hvr-radial-in:focus,
.btn.btn-bg-no.btn-border-white.hvr-rectangle-in:hover,
.btn.btn-bg-no.btn-border-white.hvr-rectangle-in:active,
.btn.btn-bg-no.btn-border-white.hvr-rectangle-in:focus,
.btn.btn-bg-no.btn-border-white.hvr-shutter-in-horizontal:hover,
.btn.btn-bg-no.btn-border-white.hvr-shutter-in-horizontal:active,
.btn.btn-bg-no.btn-border-white.hvr-shutter-in-horizontal:focus,
.btn.btn-bg-no.btn-border-white.hvr-shutter-in-vertical:hover,
.btn.btn-bg-no.btn-border-white.hvr-shutter-in-vertical:active,
.btn.btn-bg-no.btn-border-white.hvr-shutter-in-vertical:focus {
color : #fff;
}
.btn.btn-bg-no.btn-border-white.hvr-border-fade,
.btn.btn-bg-no.btn-border-white.hvr-border-fade:hover,
.btn.btn-bg-no.btn-border-white.hvr-border-fade:active,
.btn.btn-bg-no.btn-border-white.hvr-border-fade:focus,
.btn.btn-bg-no.btn-border-white.hvr-hollow,
.btn.btn-bg-no.btn-border-white.hvr-hollow:hover,
.btn.btn-bg-no.btn-border-white.hvr-hollow:active,
.btn.btn-bg-no.btn-border-white.hvr-hollow:focus {
-webkit-box-shadow : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
-moz-box-shadow    : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
-o-box-shadow      : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
-ms-box-shadow     : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
-khtml-box-shadow  : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
box-shadow         : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
}
.btn.btn-bg-no.btn-border-white.hvr-border-fade,
.btn.btn-bg-no.btn-border-white.hvr-hvr-hollow,
.btn.btn-bg-no.btn-border-white.hvr-trim,
.btn.btn-bg-no.btn-border-white.hvr-ripple-out,
.btn.btn-bg-no.btn-border-white.hvr-ripple-in,
.btn.btn-bg-no.btn-border-white.hvr-outline-in,
.btn.btn-bg-no.btn-border-white.hvr-outline-out,
.btn.btn-bg-no.btn-border-white.hvr-reveal,
.btn.btn-bg-no.btn-border-white.hvr-underline-from-left,
.btn.btn-bg-no.btn-border-white.hvr-underline-from-center,
.btn.btn-bg-no.btn-border-white.hvr-underline-from-right,
.btn.btn-bg-no.btn-border-white.hvr-underline-reveal,
.btn.btn-bg-no.btn-border-white.hvr-overline-reveal,
.btn.btn-bg-no.btn-border-white.hvr-overline-from-left,
.btn.btn-bg-no.btn-border-white.hvr-overline-from-center,
.btn.btn-bg-no.btn-border-white.hvr-overline-from-right {
border-width : 1px;
}
.btn.btn-bg-no.btn-border-white.hvr-trim:before {
top                   : 2px;
left                  : 2px;
right                 : 2px;
bottom                : 2px;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
border-color          : #2f3542;
border-width          : 3px;
}
.btn.btn-bg-no.btn-border-white.hvr-ripple-in:before,
.btn.btn-bg-no.btn-border-white.hvr-outline-in:before,
.btn.btn-bg-no.btn-border-white.hvr-ripple-out:before,
.btn.btn-bg-no.btn-border-white.hvr-outline-out:before {
-webkit-border-radius : 8px;
-moz-border-radius    : 8px;
-o-border-radius      : 8px;
-ms-border-radius     : 8px;
-khtml-border-radius  : 8px;
border-radius         : 8px;
border-color          : #2f3542;
border-width          : 0;
}
.btn.btn-bg-no.btn-border-white.hvr-ripple-in:hover:before,
.btn.btn-bg-no.btn-border-white.hvr-ripple-in:active:before,
.btn.btn-bg-no.btn-border-white.hvr-ripple-in:focus:before {
border-width : 3px;
top          : -16px;
right        : -16px;
bottom       : -16px;
left         : -16px;
}
.btn.btn-bg-no.btn-border-white.hvr-outline-in:hover:before,
.btn.btn-bg-no.btn-border-white.hvr-outline-in:active:before,
.btn.btn-bg-no.btn-border-white.hvr-outline-in:focus:before,
.btn.btn-bg-no.btn-border-white.hvr-ripple-out:hover:before,
.btn.btn-bg-no.btn-border-white.hvr-ripple-out:active:before,
.btn.btn-bg-no.btn-border-white.hvr-ripple-out:focus:before,
.btn.btn-bg-no.btn-border-white.hvr-outline-out:hover:before,
.btn.btn-bg-no.btn-border-white.hvr-outline-out:active:before,
.btn.btn-bg-no.btn-border-white.hvr-outline-out:focus:before {
border-width : 3px;
top          : -6px;
right        : -6px;
bottom       : -6px;
left         : -6px;
}
.btn.btn-bg-no.btn-border-white.hvr-reveal {
border-width : 0;
}
.btn.btn-bg-no.btn-border-white.hvr-reveal:before {
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
border-color          : #2f3542;
}
.btn.btn-bg-no.btn-border-white.hvr-reveal:hover:before,
.btn.btn-bg-no.btn-border-white.hvr-reveal:active:before,
.btn.btn-bg-no.btn-border-white.hvr-reveal:focus:before {
border-width : 3px;
}
.btn.btn-bg-no.btn-border-white.hvr-underline-from-left:before,
.btn.btn-bg-no.btn-border-white.hvr-underline-from-center:before,
.btn.btn-bg-no.btn-border-white.hvr-underline-from-right:before,
.btn.btn-bg-no.btn-border-white.hvr-underline-reveal:before,
.btn.btn-bg-no.btn-border-white.hvr-overline-reveal:before,
.btn.btn-bg-no.btn-border-white.hvr-overline-from-left:before,
.btn.btn-bg-no.btn-border-white.hvr-overline-from-center:before,
.btn.btn-bg-no.btn-border-white.hvr-overline-from-right:before {
height           : 3px;
background-color : #2f3542;
}
.btn.btn-bg-no.btn-border-black.hvr-fade:hover,
.btn.btn-bg-no.btn-border-black.hvr-fade:active,
.btn.btn-bg-no.btn-border-black.hvr-fade:focus {
color            : #2f3542;
background-color : #fff;
}
@-webkit-keyframes hvr-back-pulse-default {
50% {
background-color : #fff;
}
}
@-moz-keyframes hvr-back-pulse-default {
50% {
background-color : #fff;
}
}
@-o-keyframes hvr-back-pulse-default {
50% {
background-color : #fff;
}
}
@-ms-keyframes hvr-back-pulse-default {
50% {
background-color : #fff;
}
}
@-khtml-keyframes hvr-back-pulse-default {
50% {
background-color : #fff;
}
}
@keyframes hvr-back-pulse-default {
50% {
background-color : #fff;
}
}
.btn.btn-bg-no.btn-border-black.hvr-back-pulse:hover,
.btn.btn-bg-no.btn-border-black.hvr-back-pulse:active,
.btn.btn-bg-no.btn-border-black.hvr-back-pulse:focus {
color             : #2f3542;
background-color  : #fff;
-webkit-animation : hvr-back-pulse-default 1s linear infinite .5s none normal;
-o-animation      : hvr-back-pulse-default 1s linear infinite .5s none normal;
animation         : hvr-back-pulse-default 1s linear infinite .5s none normal;
}
.btn.btn-bg-no.btn-border-black.hvr-radial-out:hover,
.btn.btn-bg-no.btn-border-black.hvr-radial-out:active,
.btn.btn-bg-no.btn-border-black.hvr-radial-out:focus,
.btn.btn-bg-no.btn-border-black.hvr-rectangle-out:hover,
.btn.btn-bg-no.btn-border-black.hvr-rectangle-out:active,
.btn.btn-bg-no.btn-border-black.hvr-rectangle-out:focus,
.btn.btn-bg-no.btn-border-black.hvr-shutter-out-horizontal:hover,
.btn.btn-bg-no.btn-border-black.hvr-shutter-out-horizontal:active,
.btn.btn-bg-no.btn-border-black.hvr-shutter-out-horizontal:focus,
.btn.btn-bg-no.btn-border-black.hvr-shutter-out-vertical:hover,
.btn.btn-bg-no.btn-border-black.hvr-shutter-out-vertical:active,
.btn.btn-bg-no.btn-border-black.hvr-shutter-out-vertical:focus,
.btn.btn-bg-no.btn-border-black[class*="hvr-sweep"]:hover,
.btn.btn-bg-no.btn-border-black[class*="hvr-sweep"]:active,
.btn.btn-bg-no.btn-border-black[class*="hvr-sweep"]:focus,
.btn.btn-bg-no.btn-border-black[class*="hvr-bounce"]:hover,
.btn.btn-bg-no.btn-border-black[class*="hvr-bounce"]:active,
.btn.btn-bg-no.btn-border-black[class*="hvr-bounce"]:focus,
.btn.btn-bg-no.btn-border-black.hvr-radial-in:hover,
.btn.btn-bg-no.btn-border-black.hvr-radial-in:active,
.btn.btn-bg-no.btn-border-black.hvr-radial-in:focus,
.btn.btn-bg-no.btn-border-black.hvr-rectangle-in:hover,
.btn.btn-bg-no.btn-border-black.hvr-rectangle-in:active,
.btn.btn-bg-no.btn-border-black.hvr-rectangle-in:focus,
.btn.btn-bg-no.btn-border-black.hvr-shutter-in-horizontal:hover,
.btn.btn-bg-no.btn-border-black.hvr-shutter-in-horizontal:active,
.btn.btn-bg-no.btn-border-black.hvr-shutter-in-horizontal:focus,
.btn.btn-bg-no.btn-border-black.hvr-shutter-in-vertical:hover,
.btn.btn-bg-no.btn-border-black.hvr-shutter-in-vertical:active,
.btn.btn-bg-no.btn-border-black.hvr-shutter-in-vertical:focus {
color : #2f3542;
}
.btn.btn-bg-no.btn-border-black[class*="hvr-sweep"]:before,
.btn.btn-bg-no.btn-border-black[class*="hvr-bounce"]:before,
.btn.btn-bg-no.btn-border-black.hvr-radial-out:before,
.btn.btn-bg-no.btn-border-black.hvr-rectangle-out:before,
.btn.btn-bg-no.btn-border-black.hvr-shutter-out-horizontal:before,
.btn.btn-bg-no.btn-border-black.hvr-shutter-out-vertical:before {
background-color      : #fff;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
}
.btn.btn-bg-no.btn-border-black.hvr-radial-out:before,
.btn.btn-bg-no.btn-border-black.hvr-radial-in:before {
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.btn.btn-bg-no.btn-border-black.hvr-radial-in:before,
.btn.btn-bg-no.btn-border-black.hvr-rectangle-in:before,
.btn.btn-bg-no.btn-border-black.hvr-shutter-in-horizontal:before,
.btn.btn-bg-no.btn-border-black.hvr-shutter-in-vertical:before {
background-color      : #fff;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
}
.btn.btn-bg-no.btn-border-black.hvr-radial-in,
.btn.btn-bg-no.btn-border-black.hvr-rectangle-in,
.btn.btn-bg-no.btn-border-black.hvr-shutter-in-horizontal,
.btn.btn-bg-no.btn-border-black.hvr-shutter-in-vertical {
background-color : #fff;
}
.btn.btn-bg-no.btn-border-black.hvr-border-fade,
.btn.btn-bg-no.btn-border-black.hvr-border-fade:hover,
.btn.btn-bg-no.btn-border-black.hvr-border-fade:active,
.btn.btn-bg-no.btn-border-black.hvr-border-fade:focus,
.btn.btn-bg-no.btn-border-black.hvr-hollow,
.btn.btn-bg-no.btn-border-black.hvr-hollow:hover,
.btn.btn-bg-no.btn-border-black.hvr-hollow:active,
.btn.btn-bg-no.btn-border-black.hvr-hollow:focus {
-webkit-box-shadow : inset 0 0 0 3px #fff, 0 0 1px transparent;
-moz-box-shadow    : inset 0 0 0 3px #fff, 0 0 1px transparent;
-o-box-shadow      : inset 0 0 0 3px #fff, 0 0 1px transparent;
-ms-box-shadow     : inset 0 0 0 3px #fff, 0 0 1px transparent;
-khtml-box-shadow  : inset 0 0 0 3px #fff, 0 0 1px transparent;
box-shadow         : inset 0 0 0 3px #fff, 0 0 1px transparent;
}
.btn.btn-bg-no.btn-border-black.hvr-border-fade,
.btn.btn-bg-no.btn-border-black.hvr-hvr-hollow,
.btn.btn-bg-no.btn-border-black.hvr-trim,
.btn.btn-bg-no.btn-border-black.hvr-ripple-out,
.btn.btn-bg-no.btn-border-black.hvr-ripple-in,
.btn.btn-bg-no.btn-border-black.hvr-outline-in,
.btn.btn-bg-no.btn-border-black.hvr-outline-out,
.btn.btn-bg-no.btn-border-black.hvr-reveal,
.btn.btn-bg-no.btn-border-black.hvr-underline-from-left,
.btn.btn-bg-no.btn-border-black.hvr-underline-from-center,
.btn.btn-bg-no.btn-border-black.hvr-underline-from-right,
.btn.btn-bg-no.btn-border-black.hvr-underline-reveal,
.btn.btn-bg-no.btn-border-black.hvr-overline-reveal,
.btn.btn-bg-no.btn-border-black.hvr-overline-from-left,
.btn.btn-bg-no.btn-border-black.hvr-overline-from-center,
.btn.btn-bg-no.btn-border-black.hvr-overline-from-right {
border-width : 1px;
}
.btn.btn-bg-no.btn-border-black.hvr-trim:before {
top                   : 2px;
left                  : 2px;
right                 : 2px;
bottom                : 2px;
border-color          : #fff;
border-width          : 3px;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
}
.btn.btn-bg-no.btn-border-black.hvr-ripple-in:before {
border-color          : #fff;
border-width          : 0;
-webkit-border-radius : 8px;
-moz-border-radius    : 8px;
-o-border-radius      : 8px;
-ms-border-radius     : 8px;
-khtml-border-radius  : 8px;
border-radius         : 8px;
}
.btn.btn-bg-no.btn-border-black.hvr-ripple-in:hover:before,
.btn.btn-bg-no.btn-border-black.hvr-ripple-in:active:before,
.btn.btn-bg-no.btn-border-black.hvr-ripple-in:focus:before {
border-width : 3px;
top          : -16px;
right        : -16px;
bottom       : -16px;
left         : -16px;
}
.btn.btn-bg-no.btn-border-black.hvr-outline-in:before,
.btn.btn-bg-no.btn-border-black.hvr-ripple-out:before,
.btn.btn-bg-no.btn-border-black.hvr-outline-out:before {
border-color          : #fff;
border-width          : 0;
-webkit-border-radius : 8px;
-moz-border-radius    : 8px;
-o-border-radius      : 8px;
-ms-border-radius     : 8px;
-khtml-border-radius  : 8px;
border-radius         : 8px;
}
.btn.btn-bg-no.btn-border-black.hvr-outline-in:hover:before,
.btn.btn-bg-no.btn-border-black.hvr-outline-in:active:before,
.btn.btn-bg-no.btn-border-black.hvr-outline-in:focus:before,
.btn.btn-bg-no.btn-border-black.hvr-ripple-out:hover:before,
.btn.btn-bg-no.btn-border-black.hvr-ripple-out:active:before,
.btn.btn-bg-no.btn-border-black.hvr-ripple-out:focus:before,
.btn.btn-bg-no.btn-border-black.hvr-outline-out:hover:before,
.btn.btn-bg-no.btn-border-black.hvr-outline-out:active:before,
.btn.btn-bg-no.btn-border-black.hvr-outline-out:focus:before {
top          : -6px;
right        : -6px;
bottom       : -6px;
left         : -6px;
border-width : 3px;
}
.btn.btn-bg-no.btn-border-black.hvr-reveal {
border-width : 0;
}
.btn.btn-bg-no.btn-border-black.hvr-reveal:before {
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
border-color          : #fff;
}
.btn.btn-bg-no.btn-border-black.hvr-reveal:hover:before,
.btn.btn-bg-no.btn-border-black.hvr-reveal:active:before,
.btn.btn-bg-no.btn-border-black.hvr-reveal:focus:before {
border-width : 3px;
}
.btn.btn-bg-no.btn-border-black.hvr-underline-from-left:before,
.btn.btn-bg-no.btn-border-black.hvr-underline-from-center:before,
.btn.btn-bg-no.btn-border-black.hvr-underline-from-right:before,
.btn.btn-bg-no.btn-border-black.hvr-underline-reveal:before,
.btn.btn-bg-no.btn-border-black.hvr-overline-reveal:before,
.btn.btn-bg-no.btn-border-black.hvr-overline-from-left:before,
.btn.btn-bg-no.btn-border-black.hvr-overline-from-center:before,
.btn.btn-bg-no.btn-border-black.hvr-overline-from-right:before {
height           : 3px;
background-color : #fff;
}
.btn.btn-bg-no.btn-border-green.hvr-fade:hover,
.btn.btn-bg-no.btn-border-green.hvr-fade:active,
.btn.btn-bg-no.btn-border-green.hvr-fade:focus {
color            : #2f3542;
background-color : #72c400;
}
@-webkit-keyframes hvr-back-pulse-default {
50% {
background-color : #92e420;
}
}
@-moz-keyframes hvr-back-pulse-default {
50% {
background-color : #92e420;
}
}
@-o-keyframes hvr-back-pulse-default {
50% {
background-color : #92e420;
}
}
@-ms-keyframes hvr-back-pulse-default {
50% {
background-color : #92e420;
}
}
@-khtml-keyframes hvr-back-pulse-default {
50% {
background-color : #92e420;
}
}
@keyframes hvr-back-pulse-default {
50% {
background-color : #92e420;
}
}
.btn.btn-bg-no.btn-border-green.hvr-back-pulse:hover,
.btn.btn-bg-no.btn-border-green.hvr-back-pulse:active,
.btn.btn-bg-no.btn-border-green.hvr-back-pulse:focus {
color             : #2f3542;
background-color  : #72c400;
-webkit-animation : hvr-back-pulse-default 1s linear infinite .5s none normal;
-o-animation      : hvr-back-pulse-default 1s linear infinite .5s none normal;
animation         : hvr-back-pulse-default 1s linear infinite .5s none normal;
}
.btn.btn-bg-no.btn-border-green.hvr-radial-out:hover,
.btn.btn-bg-no.btn-border-green.hvr-radial-out:active,
.btn.btn-bg-no.btn-border-green.hvr-radial-out:focus,
.btn.btn-bg-no.btn-border-green.hvr-rectangle-out:hover,
.btn.btn-bg-no.btn-border-green.hvr-rectangle-out:active,
.btn.btn-bg-no.btn-border-green.hvr-rectangle-out:focus,
.btn.btn-bg-no.btn-border-green.hvr-shutter-out-horizontal:hover,
.btn.btn-bg-no.btn-border-green.hvr-shutter-out-horizontal:active,
.btn.btn-bg-no.btn-border-green.hvr-shutter-out-horizontal:focus,
.btn.btn-bg-no.btn-border-green.hvr-shutter-out-vertical:hover,
.btn.btn-bg-no.btn-border-green.hvr-shutter-out-vertical:active,
.btn.btn-bg-no.btn-border-green.hvr-shutter-out-vertical:focus,
.btn.btn-bg-no.btn-border-green[class*="hvr-sweep"]:hover,
.btn.btn-bg-no.btn-border-green[class*="hvr-sweep"]:active,
.btn.btn-bg-no.btn-border-green[class*="hvr-sweep"]:focus,
.btn.btn-bg-no.btn-border-green[class*="hvr-bounce"]:hover,
.btn.btn-bg-no.btn-border-green[class*="hvr-bounce"]:active,
.btn.btn-bg-no.btn-border-green[class*="hvr-bounce"]:focus,
.btn.btn-bg-no.btn-border-green.hvr-radial-in:hover,
.btn.btn-bg-no.btn-border-green.hvr-radial-in:active,
.btn.btn-bg-no.btn-border-green.hvr-radial-in:focus,
.btn.btn-bg-no.btn-border-green.hvr-rectangle-in:hover,
.btn.btn-bg-no.btn-border-green.hvr-rectangle-in:active,
.btn.btn-bg-no.btn-border-green.hvr-rectangle-in:focus,
.btn.btn-bg-no.btn-border-green.hvr-shutter-in-horizontal:hover,
.btn.btn-bg-no.btn-border-green.hvr-shutter-in-horizontal:active,
.btn.btn-bg-no.btn-border-green.hvr-shutter-in-horizontal:focus,
.btn.btn-bg-no.btn-border-green.hvr-shutter-in-vertical:hover,
.btn.btn-bg-no.btn-border-green.hvr-shutter-in-vertical:active,
.btn.btn-bg-no.btn-border-green.hvr-shutter-in-vertical:focus {
color : #2f3542;
}
.btn.btn-bg-no.btn-border-green[class*="hvr-sweep"]:before,
.btn.btn-bg-no.btn-border-green[class*="hvr-bounce"]:before,
.btn.btn-bg-no.btn-border-green.hvr-radial-out:before,
.btn.btn-bg-no.btn-border-green.hvr-rectangle-out:before,
.btn.btn-bg-no.btn-border-green.hvr-shutter-out-horizontal:before,
.btn.btn-bg-no.btn-border-green.hvr-shutter-out-vertical:before {
background-color      : #72c400;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
}
.btn.btn-bg-no.btn-border-green.hvr-radial-out:before,
.btn.btn-bg-no.btn-border-green.hvr-radial-in:before {
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.btn.btn-bg-no.btn-border-green.hvr-radial-in:before,
.btn.btn-bg-no.btn-border-green.hvr-rectangle-in:before,
.btn.btn-bg-no.btn-border-green.hvr-shutter-in-horizontal:before,
.btn.btn-bg-no.btn-border-green.hvr-shutter-in-vertical:before {
background-color      : #fff;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
}
.btn.btn-bg-no.btn-border-green.hvr-radial-in,
.btn.btn-bg-no.btn-border-green.hvr-rectangle-in,
.btn.btn-bg-no.btn-border-green.hvr-shutter-in-horizontal,
.btn.btn-bg-no.btn-border-green.hvr-shutter-in-vertical {
background-color : #72c400;
}
.btn.btn-bg-no.btn-border-green.hvr-border-fade,
.btn.btn-bg-no.btn-border-green.hvr-border-fade:hover,
.btn.btn-bg-no.btn-border-green.hvr-border-fade:active,
.btn.btn-bg-no.btn-border-green.hvr-border-fade:focus,
.btn.btn-bg-no.btn-border-green.hvr-hollow,
.btn.btn-bg-no.btn-border-green.hvr-hollow:hover,
.btn.btn-bg-no.btn-border-green.hvr-hollow:active,
.btn.btn-bg-no.btn-border-green.hvr-hollow:focus {
-webkit-box-shadow : inset 0 0 0 3px #72c400, 0 0 1px transparent;
-moz-box-shadow    : inset 0 0 0 3px #72c400, 0 0 1px transparent;
-o-box-shadow      : inset 0 0 0 3px #72c400, 0 0 1px transparent;
-ms-box-shadow     : inset 0 0 0 3px #72c400, 0 0 1px transparent;
-khtml-box-shadow  : inset 0 0 0 3px #72c400, 0 0 1px transparent;
box-shadow         : inset 0 0 0 3px #72c400, 0 0 1px transparent;
}
.btn.btn-bg-no.btn-border-green.hvr-border-fade,
.btn.btn-bg-no.btn-border-green.hvr-hvr-hollow,
.btn.btn-bg-no.btn-border-green.hvr-trim,
.btn.btn-bg-no.btn-border-green.hvr-ripple-out,
.btn.btn-bg-no.btn-border-green.hvr-ripple-in,
.btn.btn-bg-no.btn-border-green.hvr-outline-in,
.btn.btn-bg-no.btn-border-green.hvr-outline-out,
.btn.btn-bg-no.btn-border-green.hvr-reveal,
.btn.btn-bg-no.btn-border-green.hvr-underline-from-left,
.btn.btn-bg-no.btn-border-green.hvr-underline-from-center,
.btn.btn-bg-no.btn-border-green.hvr-underline-from-right,
.btn.btn-bg-no.btn-border-green.hvr-underline-reveal,
.btn.btn-bg-no.btn-border-green.hvr-overline-reveal,
.btn.btn-bg-no.btn-border-green.hvr-overline-from-left,
.btn.btn-bg-no.btn-border-green.hvr-overline-from-center,
.btn.btn-bg-no.btn-border-green.hvr-overline-from-right {
border-width : 1px;
}
.btn.btn-bg-no.btn-border-green.hvr-trim:before {
top                   : 2px;
left                  : 2px;
right                 : 2px;
bottom                : 2px;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
border-color          : #72c400;
border-width          : 3px;
}
.btn.btn-bg-no.btn-border-green.hvr-ripple-in:before,
.btn.btn-bg-no.btn-border-green.hvr-outline-in:before,
.btn.btn-bg-no.btn-border-green.hvr-ripple-out:before,
.btn.btn-bg-no.btn-border-green.hvr-outline-out:before {
-webkit-border-radius : 8px;
-moz-border-radius    : 8px;
-o-border-radius      : 8px;
-ms-border-radius     : 8px;
-khtml-border-radius  : 8px;
border-radius         : 8px;
border-color          : #72c400;
border-width          : 0;
}
.btn.btn-bg-no.btn-border-green.hvr-ripple-in:hover:before,
.btn.btn-bg-no.btn-border-green.hvr-ripple-in:active:before,
.btn.btn-bg-no.btn-border-green.hvr-ripple-in:focus:before {
border-width : 3px;
top          : -16px;
right        : -16px;
bottom       : -16px;
left         : -16px;
}
.btn.btn-bg-no.btn-border-green.hvr-outline-in:hover:before,
.btn.btn-bg-no.btn-border-green.hvr-outline-in:active:before,
.btn.btn-bg-no.btn-border-green.hvr-outline-in:focus:before,
.btn.btn-bg-no.btn-border-green.hvr-ripple-out:hover:before,
.btn.btn-bg-no.btn-border-green.hvr-ripple-out:active:before,
.btn.btn-bg-no.btn-border-green.hvr-ripple-out:focus:before,
.btn.btn-bg-no.btn-border-green.hvr-outline-out:hover:before,
.btn.btn-bg-no.btn-border-green.hvr-outline-out:active:before,
.btn.btn-bg-no.btn-border-green.hvr-outline-out:focus:before {
border-width : 3px;
top          : -6px;
right        : -6px;
bottom       : -6px;
left         : -6px;
}
.btn.btn-bg-no.btn-border-green.hvr-reveal {
border-width : 0;
}
.btn.btn-bg-no.btn-border-green.hvr-reveal:before {
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
border-color          : #72c400;
}
.btn.btn-bg-no.btn-border-green.hvr-reveal:hover:before,
.btn.btn-bg-no.btn-border-green.hvr-reveal:active:before,
.btn.btn-bg-no.btn-border-green.hvr-reveal:focus:before {
border-width : 3px;
}
.btn.btn-bg-no.btn-border-green.hvr-underline-from-left:before,
.btn.btn-bg-no.btn-border-green.hvr-underline-from-center:before,
.btn.btn-bg-no.btn-border-green.hvr-underline-from-right:before,
.btn.btn-bg-no.btn-border-green.hvr-underline-reveal:before,
.btn.btn-bg-no.btn-border-green.hvr-overline-reveal:before,
.btn.btn-bg-no.btn-border-green.hvr-overline-from-left:before,
.btn.btn-bg-no.btn-border-green.hvr-overline-from-center:before,
.btn.btn-bg-no.btn-border-green.hvr-overline-from-right:before {
height           : 3px;
background-color : #72c400;
}
.btn.btn-bg-no.btn-border-gray.hvr-fade:hover,
.btn.btn-bg-no.btn-border-gray.hvr-fade:active,
.btn.btn-bg-no.btn-border-gray.hvr-fade:focus {
color            : #72c400;
background-color : #2f3542;
}
@-webkit-keyframes hvr-back-pulse-default {
50% {
background-color : #4d5360;
}
}
@-moz-keyframes hvr-back-pulse-default {
50% {
background-color : #4d5360;
}
}
@-o-keyframes hvr-back-pulse-default {
50% {
background-color : #4d5360;
}
}
@-ms-keyframes hvr-back-pulse-default {
50% {
background-color : #4d5360;
}
}
@-khtml-keyframes hvr-back-pulse-default {
50% {
background-color : #4d5360;
}
}
@keyframes hvr-back-pulse-default {
50% {
background-color : #4d5360;
}
}
.btn.btn-bg-no.btn-border-gray.hvr-back-pulse:hover,
.btn.btn-bg-no.btn-border-gray.hvr-back-pulse:active,
.btn.btn-bg-no.btn-border-gray.hvr-back-pulse:focus {
color             : #72c400;
background-color  : #2f3542;
-webkit-animation : hvr-back-pulse-default 1s linear infinite .5s none normal;
-o-animation      : hvr-back-pulse-default 1s linear infinite .5s none normal;
animation         : hvr-back-pulse-default 1s linear infinite .5s none normal;
}
.btn.btn-bg-no.btn-border-gray.hvr-radial-out:hover,
.btn.btn-bg-no.btn-border-gray.hvr-radial-out:active,
.btn.btn-bg-no.btn-border-gray.hvr-radial-out:focus,
.btn.btn-bg-no.btn-border-gray.hvr-rectangle-out:hover,
.btn.btn-bg-no.btn-border-gray.hvr-rectangle-out:active,
.btn.btn-bg-no.btn-border-gray.hvr-rectangle-out:focus,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-out-horizontal:hover,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-out-horizontal:active,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-out-horizontal:focus,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-out-vertical:hover,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-out-vertical:active,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-out-vertical:focus,
.btn.btn-bg-no.btn-border-gray[class*="hvr-sweep"]:hover,
.btn.btn-bg-no.btn-border-gray[class*="hvr-sweep"]:active,
.btn.btn-bg-no.btn-border-gray[class*="hvr-sweep"]:focus,
.btn.btn-bg-no.btn-border-gray[class*="hvr-bounce"]:hover,
.btn.btn-bg-no.btn-border-gray[class*="hvr-bounce"]:active,
.btn.btn-bg-no.btn-border-gray[class*="hvr-bounce"]:focus {
color : #72c400;
}
.btn.btn-bg-no.btn-border-gray[class*="hvr-sweep"]:before,
.btn.btn-bg-no.btn-border-gray[class*="hvr-bounce"]:before,
.btn.btn-bg-no.btn-border-gray.hvr-radial-out:before,
.btn.btn-bg-no.btn-border-gray.hvr-rectangle-out:before,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-out-horizontal:before,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-out-vertical:before {
background-color      : #2f3542;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
}
.btn.btn-bg-no.btn-border-gray.hvr-radial-out:before,
.btn.btn-bg-no.btn-border-gray.hvr-radial-in:before {
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.btn.btn-bg-no.btn-border-gray.hvr-radial-in:before,
.btn.btn-bg-no.btn-border-gray.hvr-rectangle-in:before,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-in-horizontal:before,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-in-vertical:before {
background-color      : #2f3542;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
}
.btn.btn-bg-no.btn-border-gray.hvr-radial-in,
.btn.btn-bg-no.btn-border-gray.hvr-rectangle-in,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-in-horizontal,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-in-vertical {
background-color : #fff;
}
.btn.btn-bg-no.btn-border-gray.hvr-radial-in:hover,
.btn.btn-bg-no.btn-border-gray.hvr-radial-in:active,
.btn.btn-bg-no.btn-border-gray.hvr-radial-in:focus,
.btn.btn-bg-no.btn-border-gray.hvr-rectangle-in:hover,
.btn.btn-bg-no.btn-border-gray.hvr-rectangle-in:active,
.btn.btn-bg-no.btn-border-gray.hvr-rectangle-in:focus,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-in-horizontal:hover,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-in-horizontal:active,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-in-horizontal:focus,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-in-vertical:hover,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-in-vertical:active,
.btn.btn-bg-no.btn-border-gray.hvr-shutter-in-vertical:focus {
color : #2f3542;
}
.btn.btn-bg-no.btn-border-gray.hvr-border-fade,
.btn.btn-bg-no.btn-border-gray.hvr-border-fade:hover,
.btn.btn-bg-no.btn-border-gray.hvr-border-fade:active,
.btn.btn-bg-no.btn-border-gray.hvr-border-fade:focus,
.btn.btn-bg-no.btn-border-gray.hvr-hollow,
.btn.btn-bg-no.btn-border-gray.hvr-hollow:hover,
.btn.btn-bg-no.btn-border-gray.hvr-hollow:active,
.btn.btn-bg-no.btn-border-gray.hvr-hollow:focus {
-webkit-box-shadow : inset 0 0 0 3px #fff, 0 0 1px transparent;
-moz-box-shadow    : inset 0 0 0 3px #fff, 0 0 1px transparent;
-o-box-shadow      : inset 0 0 0 3px #fff, 0 0 1px transparent;
-ms-box-shadow     : inset 0 0 0 3px #fff, 0 0 1px transparent;
-khtml-box-shadow  : inset 0 0 0 3px #fff, 0 0 1px transparent;
box-shadow         : inset 0 0 0 3px #fff, 0 0 1px transparent;
}
.btn.btn-bg-no.btn-border-gray.hvr-border-fade,
.btn.btn-bg-no.btn-border-gray.hvr-hvr-hollow,
.btn.btn-bg-no.btn-border-gray.hvr-trim,
.btn.btn-bg-no.btn-border-gray.hvr-ripple-out,
.btn.btn-bg-no.btn-border-gray.hvr-ripple-in,
.btn.btn-bg-no.btn-border-gray.hvr-outline-in,
.btn.btn-bg-no.btn-border-gray.hvr-outline-out,
.btn.btn-bg-no.btn-border-gray.hvr-reveal,
.btn.btn-bg-no.btn-border-gray.hvr-underline-from-left,
.btn.btn-bg-no.btn-border-gray.hvr-underline-from-center,
.btn.btn-bg-no.btn-border-gray.hvr-underline-from-right,
.btn.btn-bg-no.btn-border-gray.hvr-underline-reveal,
.btn.btn-bg-no.btn-border-gray.hvr-overline-reveal,
.btn.btn-bg-no.btn-border-gray.hvr-overline-from-left,
.btn.btn-bg-no.btn-border-gray.hvr-overline-from-center,
.btn.btn-bg-no.btn-border-gray.hvr-overline-from-right {
border-width : 1px;
}
.btn.btn-bg-no.btn-border-gray.hvr-trim:before {
top                   : 2px;
left                  : 2px;
right                 : 2px;
bottom                : 2px;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
border-color          : #fff;
border-width          : 3px;
}
.btn.btn-bg-no.btn-border-gray.hvr-ripple-in:before,
.btn.btn-bg-no.btn-border-gray.hvr-outline-in:before,
.btn.btn-bg-no.btn-border-gray.hvr-ripple-out:before,
.btn.btn-bg-no.btn-border-gray.hvr-outline-out:before {
border-color          : #fff;
border-width          : 0;
-webkit-border-radius : 8px;
-moz-border-radius    : 8px;
-o-border-radius      : 8px;
-ms-border-radius     : 8px;
-khtml-border-radius  : 8px;
border-radius         : 8px;
}
.btn.btn-bg-no.btn-border-gray.hvr-ripple-in:hover:before,
.btn.btn-bg-no.btn-border-gray.hvr-ripple-in:active:before,
.btn.btn-bg-no.btn-border-gray.hvr-ripple-in:focus:before {
top          : -16px;
right        : -16px;
bottom       : -16px;
left         : -16px;
border-width : 3px;
}
.btn.btn-bg-no.btn-border-gray.hvr-outline-in:hover:before,
.btn.btn-bg-no.btn-border-gray.hvr-outline-in:active:before,
.btn.btn-bg-no.btn-border-gray.hvr-outline-in:focus:before,
.btn.btn-bg-no.btn-border-gray.hvr-ripple-out:hover:before,
.btn.btn-bg-no.btn-border-gray.hvr-ripple-out:active:before,
.btn.btn-bg-no.btn-border-gray.hvr-ripple-out:focus:before,
.btn.btn-bg-no.btn-border-gray.hvr-outline-out:hover:before,
.btn.btn-bg-no.btn-border-gray.hvr-outline-out:active:before,
.btn.btn-bg-no.btn-border-gray.hvr-outline-out:focus:before {
top          : -6px;
right        : -6px;
bottom       : -6px;
left         : -6px;
border-width : 3px;
}
.btn.btn-bg-no.btn-border-gray.hvr-reveal {
border-width : 0;
}
.btn.btn-bg-no.btn-border-gray.hvr-reveal:before {
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
border-color          : #fff;
}
.btn.btn-bg-no.btn-border-gray.hvr-reveal:hover:before,
.btn.btn-bg-no.btn-border-gray.hvr-reveal:active:before,
.btn.btn-bg-no.btn-border-gray.hvr-reveal:focus:before {
border-width : 3px;
}
.btn.btn-bg-no.btn-border-gray.hvr-underline-from-left:before,
.btn.btn-bg-no.btn-border-gray.hvr-underline-from-center:before,
.btn.btn-bg-no.btn-border-gray.hvr-underline-from-right:before,
.btn.btn-bg-no.btn-border-gray.hvr-underline-reveal:before,
.btn.btn-bg-no.btn-border-gray.hvr-overline-reveal:before,
.btn.btn-bg-no.btn-border-gray.hvr-overline-from-left:before,
.btn.btn-bg-no.btn-border-gray.hvr-overline-from-center:before,
.btn.btn-bg-no.btn-border-gray.hvr-overline-from-right:before {
height           : 3px;
background-color : #fff;
}
.btn.btn-bg-white {
background-color : #e9ecf2;
}
.btn.btn-bg-white.hvr-fade:hover,
.btn.btn-bg-white.hvr-fade:active,
.btn.btn-bg-white.hvr-fade:focus {
color            : #fff;
background-color : #2f3542;
}
@-webkit-keyframes hvr-back-pulse-white {
50% {
background-color : #4d5360;
}
}
@-moz-keyframes hvr-back-pulse-white {
50% {
background-color : #4d5360;
}
}
@-o-keyframes hvr-back-pulse-white {
50% {
background-color : #4d5360;
}
}
@-ms-keyframes hvr-back-pulse-white {
50% {
background-color : #4d5360;
}
}
@-khtml-keyframes hvr-back-pulse-white {
50% {
background-color : #4d5360;
}
}
@keyframes hvr-back-pulse-white {
50% {
background-color : #4d5360;
}
}
.btn.btn-bg-white.hvr-back-pulse:hover,
.btn.btn-bg-white.hvr-back-pulse:active,
.btn.btn-bg-white.hvr-back-pulse:focus {
color            : #fff;
background-color : #2f3542;
}
.btn.btn-bg-white.hvr-radial-out:hover,
.btn.btn-bg-white.hvr-radial-out:active,
.btn.btn-bg-white.hvr-radial-out:focus,
.btn.btn-bg-white.hvr-rectangle-out:hover,
.btn.btn-bg-white.hvr-rectangle-out:active,
.btn.btn-bg-white.hvr-rectangle-out:focus,
.btn.btn-bg-white.hvr-shutter-out-horizontal:hover,
.btn.btn-bg-white.hvr-shutter-out-horizontal:active,
.btn.btn-bg-white.hvr-shutter-out-horizontal:focus,
.btn.btn-bg-white.hvr-shutter-out-vertical:hover,
.btn.btn-bg-white.hvr-shutter-out-vertical:active,
.btn.btn-bg-white.hvr-shutter-out-vertical:focus,
.btn.btn-bg-white[class*="hvr-sweep"]:hover,
.btn.btn-bg-white[class*="hvr-sweep"]:active,
.btn.btn-bg-white[class*="hvr-sweep"]:focus,
.btn.btn-bg-white[class*="hvr-bounce"]:hover,
.btn.btn-bg-white[class*="hvr-bounce"]:active,
.btn.btn-bg-white[class*="hvr-bounce"]:focus {
color : #fff;
}
.btn.btn-bg-white[class*="hvr-sweep"]:before,
.btn.btn-bg-white[class*="hvr-bounce"]:before,
.btn.btn-bg-white.hvr-radial-out:before,
.btn.btn-bg-white.hvr-rectangle-out:before,
.btn.btn-bg-white.hvr-shutter-out-horizontal:before,
.btn.btn-bg-white.hvr-shutter-out-vertical:before {
background-color      : #2f3542;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
}
.btn.btn-bg-white.hvr-radial-out:before,
.btn.btn-bg-white.hvr-radial-in:before {
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.btn.btn-bg-white.hvr-radial-in:before,
.btn.btn-bg-white.hvr-rectangle-in:before,
.btn.btn-bg-white.hvr-shutter-in-horizontal:before,
.btn.btn-bg-white.hvr-shutter-in-vertical:before {
background-color      : #e9ecf2;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
}
.btn.btn-bg-white.hvr-radial-in,
.btn.btn-bg-white.hvr-rectangle-in,
.btn.btn-bg-white.hvr-shutter-in-horizontal,
.btn.btn-bg-white.hvr-shutter-in-vertical {
background-color : #2f3542;
}
.btn.btn-bg-white.hvr-radial-in:hover,
.btn.btn-bg-white.hvr-radial-in:active,
.btn.btn-bg-white.hvr-radial-in:focus,
.btn.btn-bg-white.hvr-rectangle-in:hover,
.btn.btn-bg-white.hvr-rectangle-in:active,
.btn.btn-bg-white.hvr-rectangle-in:focus,
.btn.btn-bg-white.hvr-shutter-in-horizontal:hover,
.btn.btn-bg-white.hvr-shutter-in-horizontal:active,
.btn.btn-bg-white.hvr-shutter-in-horizontal:focus,
.btn.btn-bg-white.hvr-shutter-in-vertical:hover,
.btn.btn-bg-white.hvr-shutter-in-vertical:active,
.btn.btn-bg-white.hvr-shutter-in-vertical:focus {
color : #fff;
}
.btn.btn-bg-white.hvr-border-fade,
.btn.btn-bg-white.hvr-hollow:hover,
.btn.btn-bg-white.hvr-hollow:active,
.btn.btn-bg-white.hvr-hollow:focus {
-webkit-box-shadow : inset 0 0 0 3px #fff, 0 0 1px transparent;
-moz-box-shadow    : inset 0 0 0 3px #fff, 0 0 1px transparent;
-o-box-shadow      : inset 0 0 0 3px #fff, 0 0 1px transparent;
-ms-box-shadow     : inset 0 0 0 3px #fff, 0 0 1px transparent;
-khtml-box-shadow  : inset 0 0 0 3px #fff, 0 0 1px transparent;
box-shadow         : inset 0 0 0 3px #fff, 0 0 1px transparent;
}
.btn.btn-bg-white.hvr-border-fade:hover,
.btn.btn-bg-white.hvr-border-fade:active,
.btn.btn-bg-white.hvr-border-fade:focus,
.btn.btn-bg-white.hvr-hollow {
-webkit-box-shadow : inset 0 0 0 3px #72c400, 0 0 1px transparent;
-moz-box-shadow    : inset 0 0 0 3px #72c400, 0 0 1px transparent;
-o-box-shadow      : inset 0 0 0 3px #72c400, 0 0 1px transparent;
-ms-box-shadow     : inset 0 0 0 3px #72c400, 0 0 1px transparent;
-khtml-box-shadow  : inset 0 0 0 3px #72c400, 0 0 1px transparent;
box-shadow         : inset 0 0 0 3px #72c400, 0 0 1px transparent;
}
.btn.btn-bg-white.hvr-border-fade,
.btn.btn-bg-white.hvr-hvr-hollow,
.btn.btn-bg-white.hvr-trim,
.btn.btn-bg-white.hvr-ripple-out,
.btn.btn-bg-white.hvr-ripple-in,
.btn.btn-bg-white.hvr-outline-in,
.btn.btn-bg-white.hvr-outline-out,
.btn.btn-bg-white.hvr-reveal,
.btn.btn-bg-white.hvr-underline-from-left,
.btn.btn-bg-white.hvr-underline-from-center,
.btn.btn-bg-white.hvr-underline-from-right,
.btn.btn-bg-white.hvr-underline-reveal,
.btn.btn-bg-white.hvr-overline-reveal,
.btn.btn-bg-white.hvr-overline-from-left,
.btn.btn-bg-white.hvr-overline-from-center,
.btn.btn-bg-white.hvr-overline-from-right {
border-width : 0;
}
.btn.btn-bg-white.hvr-trim:before {
top                   : 2px;
left                  : 2px;
right                 : 2px;
bottom                : 2px;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
border-color          : #72c400;
border-width          : 3px;
}
.btn.btn-bg-white.hvr-ripple-in:before,
.btn.btn-bg-white.hvr-outline-in:before,
.btn.btn-bg-white.hvr-ripple-out:before,
.btn.btn-bg-white.hvr-outline-out:before {
border-color          : #fff;
border-width          : 0;
-webkit-border-radius : 8px;
-moz-border-radius    : 8px;
-o-border-radius      : 8px;
-ms-border-radius     : 8px;
-khtml-border-radius  : 8px;
border-radius         : 8px;
}
.btn.btn-bg-white.hvr-ripple-in:hover:before,
.btn.btn-bg-white.hvr-ripple-in:active:before,
.btn.btn-bg-white.hvr-ripple-in:focus:before {
border-width : 3px;
top          : -16px;
right        : -16px;
bottom       : -16px;
left         : -16px;
}
.btn.btn-bg-white.hvr-outline-in:hover:before,
.btn.btn-bg-white.hvr-outline-in:active:before,
.btn.btn-bg-white.hvr-outline-in:focus:before,
.btn.btn-bg-white.hvr-ripple-out:hover:before,
.btn.btn-bg-white.hvr-ripple-out:active:before,
.btn.btn-bg-white.hvr-ripple-out:focus:before,
.btn.btn-bg-white.hvr-outline-out:hover:before,
.btn.btn-bg-white.hvr-outline-out:active:before,
.btn.btn-bg-white.hvr-outline-out:focus:before {
border-width : 3px;
top          : -6px;
right        : -6px;
bottom       : -6px;
left         : -6px;
}
.btn.btn-bg-white.hvr-reveal {
border-width : 0;
}
.btn.btn-bg-white.hvr-reveal:before {
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
border-color          : #72c400;
}
.btn.btn-bg-white.hvr-reveal:hover:before,
.btn.btn-bg-white.hvr-reveal:active:before,
.btn.btn-bg-white.hvr-reveal:focus:before {
border-width : 3px;
}
.btn.btn-bg-white.hvr-underline-from-left:before,
.btn.btn-bg-white.hvr-underline-from-center:before,
.btn.btn-bg-white.hvr-underline-from-right:before,
.btn.btn-bg-white.hvr-underline-reveal:before,
.btn.btn-bg-white.hvr-overline-reveal:before,
.btn.btn-bg-white.hvr-overline-from-left:before,
.btn.btn-bg-white.hvr-overline-from-center:before,
.btn.btn-bg-white.hvr-overline-from-right:before {
height           : 3px;
background-color : #72c400;
}
.btn.btn-bg-black {
background-color : #2f3542;
}
.btn.btn-bg-black.hvr-fade:hover,
.btn.btn-bg-black.hvr-fade:active,
.btn.btn-bg-black.hvr-fade:focus {
color            : transparent;
background-color : #e9ecf2;
}
@-webkit-keyframes hvr-back-pulse-black {
50% {
background-color : #fff;
}
}
@-moz-keyframes hvr-back-pulse-black {
50% {
background-color : #fff;
}
}
@-o-keyframes hvr-back-pulse-black {
50% {
background-color : #fff;
}
}
@-ms-keyframes hvr-back-pulse-black {
50% {
background-color : #fff;
}
}
@-khtml-keyframes hvr-back-pulse-black {
50% {
background-color : #fff;
}
}
@keyframes hvr-back-pulse-black {
50% {
background-color : #fff;
}
}
.btn.btn-bg-black.hvr-back-pulse:hover,
.btn.btn-bg-black.hvr-back-pulse:active,
.btn.btn-bg-black.hvr-back-pulse:focus {
color             : transparent;
background-color  : #e9ecf2;
-webkit-animation : hvr-back-pulse-black 1s linear infinite .5s none normal;
-o-animation      : hvr-back-pulse-black 1s linear infinite .5s none normal;
animation         : hvr-back-pulse-black 1s linear infinite .5s none normal;
}
.btn.btn-bg-black.hvr-rectangle-out:hover,
.btn.btn-bg-black.hvr-rectangle-out:active,
.btn.btn-bg-black.hvr-rectangle-out:focus,
.btn.btn-bg-black.hvr-shutter-out-horizontal:hover,
.btn.btn-bg-black.hvr-shutter-out-horizontal:active,
.btn.btn-bg-black.hvr-shutter-out-horizontal:focus,
.btn.btn-bg-black.hvr-shutter-out-vertical:hover,
.btn.btn-bg-black.hvr-shutter-out-vertical:active,
.btn.btn-bg-black.hvr-shutter-out-vertical:focus,
.btn.btn-bg-black[class*="hvr-sweep"]:hover,
.btn.btn-bg-black[class*="hvr-sweep"]:active,
.btn.btn-bg-black[class*="hvr-sweep"]:focus,
.btn.btn-bg-black[class*="hvr-bounce"]:hover,
.btn.btn-bg-black[class*="hvr-bounce"]:active,
.btn.btn-bg-black[class*="hvr-bounce"]:focus {
color : transparent;
}
.btn.btn-bg-black[class*="hvr-sweep"]:before,
.btn.btn-bg-black[class*="hvr-bounce"]:before,
.btn.btn-bg-black.hvr-radial-out:before,
.btn.btn-bg-black.hvr-rectangle-out:before,
.btn.btn-bg-black.hvr-shutter-out-horizontal:before,
.btn.btn-bg-black.hvr-shutter-out-vertical:before {
background-color      : #e9ecf2;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
}
.btn.btn-bg-black.hvr-radial-out:before,
.btn.btn-bg-black.hvr-radial-in:before {
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.btn.btn-bg-black.hvr-radial-in:before,
.btn.btn-bg-black.hvr-rectangle-in:before,
.btn.btn-bg-black.hvr-shutter-in-horizontal:before,
.btn.btn-bg-black.hvr-shutter-in-vertical:before {
background-color      : #fff;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
}
.btn.btn-bg-black.hvr-radial-in,
.btn.btn-bg-black.hvr-rectangle-in,
.btn.btn-bg-black.hvr-shutter-in-horizontal,
.btn.btn-bg-black.hvr-shutter-in-vertical {
background-color : #e9ecf2;
}
.btn.btn-bg-black.hvr-radial-in:hover,
.btn.btn-bg-black.hvr-radial-in:active,
.btn.btn-bg-black.hvr-radial-in:focus,
.btn.btn-bg-black.hvr-rectangle-in:hover,
.btn.btn-bg-black.hvr-rectangle-in:active,
.btn.btn-bg-black.hvr-rectangle-in:focus,
.btn.btn-bg-black.hvr-shutter-in-horizontal:hover,
.btn.btn-bg-black.hvr-shutter-in-horizontal:active,
.btn.btn-bg-black.hvr-shutter-in-horizontal:focus,
.btn.btn-bg-black.hvr-shutter-in-vertical:hover,
.btn.btn-bg-black.hvr-shutter-in-vertical:active,
.btn.btn-bg-black.hvr-shutter-in-vertical:focus {
color : #72c400;
}
.btn.btn-bg-black.hvr-border-fade,
.btn.btn-bg-black.hvr-hollow:hover,
.btn.btn-bg-black.hvr-hollow:active,
.btn.btn-bg-black.hvr-hollow:focus {
-webkit-box-shadow : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
-moz-box-shadow    : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
-o-box-shadow      : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
-ms-box-shadow     : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
-khtml-box-shadow  : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
box-shadow         : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
}
.btn.btn-bg-black.hvr-border-fade:hover,
.btn.btn-bg-black.hvr-border-fade:active,
.btn.btn-bg-black.hvr-border-fade:focus,
.btn.btn-bg-black.hvr-hollow {
-webkit-box-shadow : inset 0 0 0 3px #72c400, 0 0 1px transparent;
-moz-box-shadow    : inset 0 0 0 3px #72c400, 0 0 1px transparent;
-o-box-shadow      : inset 0 0 0 3px #72c400, 0 0 1px transparent;
-ms-box-shadow     : inset 0 0 0 3px #72c400, 0 0 1px transparent;
-khtml-box-shadow  : inset 0 0 0 3px #72c400, 0 0 1px transparent;
box-shadow         : inset 0 0 0 3px #72c400, 0 0 1px transparent;
}
.btn.btn-bg-black.hvr-border-fade,
.btn.btn-bg-black.hvr-hvr-hollow,
.btn.btn-bg-black.hvr-trim,
.btn.btn-bg-black.hvr-ripple-out,
.btn.btn-bg-black.hvr-ripple-in,
.btn.btn-bg-black.hvr-outline-in,
.btn.btn-bg-black.hvr-outline-out,
.btn.btn-bg-black.hvr-reveal,
.btn.btn-bg-black.hvr-underline-from-left,
.btn.btn-bg-black.hvr-underline-from-center,
.btn.btn-bg-black.hvr-underline-from-right,
.btn.btn-bg-black.hvr-underline-reveal,
.btn.btn-bg-black.hvr-overline-reveal,
.btn.btn-bg-black.hvr-overline-from-left,
.btn.btn-bg-black.hvr-overline-from-center,
.btn.btn-bg-black.hvr-overline-from-right {
border-width : 0;
}
.btn.btn-bg-black.hvr-trim:before {
top                   : 2px;
left                  : 2px;
right                 : 2px;
bottom                : 2px;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
border-color          : #72c400;
border-width          : 3px;
}
.btn.btn-bg-black.hvr-ripple-in:before,
.btn.btn-bg-black.hvr-outline-in:before,
.btn.btn-bg-black.hvr-ripple-out:before,
.btn.btn-bg-black.hvr-outline-out:before {
border-color          : #2f3542;
border-width          : 0;
-webkit-border-radius : 8px;
-moz-border-radius    : 8px;
-o-border-radius      : 8px;
-ms-border-radius     : 8px;
-khtml-border-radius  : 8px;
border-radius         : 8px;
}
.btn.btn-bg-black.hvr-ripple-in:hover:before,
.btn.btn-bg-black.hvr-ripple-in:active:before,
.btn.btn-bg-black.hvr-ripple-in:focus:before {
border-width : 3px;
top          : -16px;
right        : -16px;
bottom       : -16px;
left         : -16px;
}
.btn.btn-bg-black.hvr-outline-in:hover:before,
.btn.btn-bg-black.hvr-outline-in:active:before,
.btn.btn-bg-black.hvr-outline-in:focus:before,
.btn.btn-bg-black.hvr-ripple-out:hover:before,
.btn.btn-bg-black.hvr-ripple-out:active:before,
.btn.btn-bg-black.hvr-ripple-out:focus:before,
.btn.btn-bg-black.hvr-outline-out:hover:before,
.btn.btn-bg-black.hvr-outline-out:active:before,
.btn.btn-bg-black.hvr-outline-out:focus:before {
top          : -6px;
right        : -6px;
bottom       : -6px;
left         : -6px;
border-width : 3px;
}
.btn.btn-bg-black.hvr-reveal {
border-width : 0;
}
.btn.btn-bg-black.hvr-reveal:before {
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
border-color          : #72c400;
}
.btn.btn-bg-black.hvr-reveal:hover:before,
.btn.btn-bg-black.hvr-reveal:active:before,
.btn.btn-bg-black.hvr-reveal:focus:before {
border-width : 3px;
}
.btn.btn-bg-black.hvr-underline-from-left:before,
.btn.btn-bg-black.hvr-underline-from-center:before,
.btn.btn-bg-black.hvr-underline-from-right:before,
.btn.btn-bg-black.hvr-underline-reveal:before,
.btn.btn-bg-black.hvr-overline-reveal:before,
.btn.btn-bg-black.hvr-overline-from-left:before,
.btn.btn-bg-black.hvr-overline-from-center:before,
.btn.btn-bg-black.hvr-overline-from-right:before {
height           : 3px;
background-color : #72c400;
}
.btn.btn-bg-green {
background-color : #72c400;
}
.btn.btn-bg-green.hvr-fade:hover,
.btn.btn-bg-green.hvr-fade:active,
.btn.btn-bg-green.hvr-fade:focus {
color            : #72c400;
background-color : transparent;
}
@-webkit-keyframes hvr-back-pulse-green {
50% {
background-color : #fff;
}
}
@-moz-keyframes hvr-back-pulse-green {
50% {
background-color : #fff;
}
}
@-o-keyframes hvr-back-pulse-green {
50% {
background-color : #fff;
}
}
@-ms-keyframes hvr-back-pulse-green {
50% {
background-color : #fff;
}
}
@-khtml-keyframes hvr-back-pulse-green {
50% {
background-color : #fff;
}
}
@keyframes hvr-back-pulse-green {
50% {
background-color : #fff;
}
}
.btn.btn-bg-green.hvr-back-pulse:hover,
.btn.btn-bg-green.hvr-back-pulse:active,
.btn.btn-bg-green.hvr-back-pulse:focus {
color             : #72c400;
background-color  : #fff;
-webkit-animation : hvr-back-pulse-green 1s linear infinite .5s none normal;
-o-animation      : hvr-back-pulse-green 1s linear infinite .5s none normal;
animation         : hvr-back-pulse-green 1s linear infinite .5s none normal;
}
.btn.btn-bg-green.hvr-radial-out:hover,
.btn.btn-bg-green.hvr-radial-out:active,
.btn.btn-bg-green.hvr-radial-out:focus,
.btn.btn-bg-green.hvr-rectangle-out:hover,
.btn.btn-bg-green.hvr-rectangle-out:active,
.btn.btn-bg-green.hvr-rectangle-out:focus,
.btn.btn-bg-green.hvr-shutter-out-horizontal:hover,
.btn.btn-bg-green.hvr-shutter-out-horizontal:active,
.btn.btn-bg-green.hvr-shutter-out-horizontal:focus,
.btn.btn-bg-green.hvr-shutter-out-vertical:hover,
.btn.btn-bg-green.hvr-shutter-out-vertical:active,
.btn.btn-bg-green.hvr-shutter-out-vertical:focus,
.btn.btn-bg-green[class*="hvr-sweep"]:hover,
.btn.btn-bg-green[class*="hvr-sweep"]:active,
.btn.btn-bg-green[class*="hvr-sweep"]:focus,
.btn.btn-bg-green[class*="hvr-bounce"]:hover,
.btn.btn-bg-green[class*="hvr-bounce"]:active,
.btn.btn-bg-green[class*="hvr-bounce"]:focus,
.btn.btn-bg-green.hvr-radial-in:hover,
.btn.btn-bg-green.hvr-radial-in:active,
.btn.btn-bg-green.hvr-radial-in:focus,
.btn.btn-bg-green.hvr-rectangle-in:hover,
.btn.btn-bg-green.hvr-rectangle-in:active,
.btn.btn-bg-green.hvr-rectangle-in:focus,
.btn.btn-bg-green.hvr-shutter-in-horizontal:hover,
.btn.btn-bg-green.hvr-shutter-in-horizontal:active,
.btn.btn-bg-green.hvr-shutter-in-horizontal:focus,
.btn.btn-bg-green.hvr-shutter-in-vertical:hover,
.btn.btn-bg-green.hvr-shutter-in-vertical:active,
.btn.btn-bg-green.hvr-shutter-in-vertical:focus {
color : #72c400;
}
.btn.btn-bg-green[class*="hvr-sweep"]:before,
.btn.btn-bg-green[class*="hvr-bounce"]:before,
.btn.btn-bg-green.hvr-radial-out:before,
.btn.btn-bg-green.hvr-rectangle-out:before,
.btn.btn-bg-green.hvr-shutter-out-horizontal:before,
.btn.btn-bg-green.hvr-shutter-out-vertical:before {
background-color      : #fff;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
}
.btn.btn-bg-green.hvr-radial-out:before,
.btn.btn-bg-green.hvr-radial-in:before {
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.btn.btn-bg-green.hvr-radial-in:before,
.btn.btn-bg-green.hvr-rectangle-in:before,
.btn.btn-bg-green.hvr-shutter-in-horizontal:before,
.btn.btn-bg-green.hvr-shutter-in-vertical:before {
background-color      : #72c400;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
}
.btn.btn-bg-green.hvr-radial-in,
.btn.btn-bg-green.hvr-rectangle-in,
.btn.btn-bg-green.hvr-shutter-in-horizontal,
.btn.btn-bg-green.hvr-shutter-in-vertical {
background-color : #fff;
}
.btn.btn-bg-green.hvr-border-fade,
.btn.btn-bg-green.hvr-hollow:hover,
.btn.btn-bg-green.hvr-hollow:active,
.btn.btn-bg-green.hvr-hollow:focus {
-webkit-box-shadow : inset 0 0 0 3px #72c400, 0 0 1px transparent;
-moz-box-shadow    : inset 0 0 0 3px #72c400, 0 0 1px transparent;
-o-box-shadow      : inset 0 0 0 3px #72c400, 0 0 1px transparent;
-ms-box-shadow     : inset 0 0 0 3px #72c400, 0 0 1px transparent;
-khtml-box-shadow  : inset 0 0 0 3px #72c400, 0 0 1px transparent;
box-shadow         : inset 0 0 0 3px #72c400, 0 0 1px transparent;
}
.btn.btn-bg-green.hvr-border-fade:hover,
.btn.btn-bg-green.hvr-border-fade:active,
.btn.btn-bg-green.hvr-border-fade:focus,
.btn.btn-bg-green.hvr-hollow {
-webkit-box-shadow : inset 0 0 0 3px #227400, 0 0 1px transparent;
-moz-box-shadow    : inset 0 0 0 3px #227400, 0 0 1px transparent;
-o-box-shadow      : inset 0 0 0 3px #227400, 0 0 1px transparent;
-ms-box-shadow     : inset 0 0 0 3px #227400, 0 0 1px transparent;
-khtml-box-shadow  : inset 0 0 0 3px #227400, 0 0 1px transparent;
box-shadow         : inset 0 0 0 3px #227400, 0 0 1px transparent;
}
.btn.btn-bg-green.hvr-border-fade,
.btn.btn-bg-green.hvr-hvr-hollow,
.btn.btn-bg-green.hvr-trim,
.btn.btn-bg-green.hvr-ripple-out,
.btn.btn-bg-green.hvr-ripple-in,
.btn.btn-bg-green.hvr-outline-in,
.btn.btn-bg-green.hvr-outline-out,
.btn.btn-bg-green.hvr-reveal,
.btn.btn-bg-green.hvr-underline-from-left,
.btn.btn-bg-green.hvr-underline-from-center,
.btn.btn-bg-green.hvr-underline-from-right,
.btn.btn-bg-green.hvr-underline-reveal,
.btn.btn-bg-green.hvr-overline-reveal,
.btn.btn-bg-green.hvr-overline-from-left,
.btn.btn-bg-green.hvr-overline-from-center,
.btn.btn-bg-green.hvr-overline-from-right {
border-width : 0;
}
.btn.btn-bg-green.hvr-trim:before {
top                   : 2px;
left                  : 2px;
right                 : 2px;
bottom                : 2px;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
border-color          : #227400;
border-width          : 3px;
}
.btn.btn-bg-green.hvr-ripple-in:before,
.btn.btn-bg-green.hvr-outline-in:before,
.btn.btn-bg-green.hvr-ripple-out:before,
.btn.btn-bg-green.hvr-outline-out:before {
border-color          : #72c400;
border-width          : 0;
-webkit-border-radius : 8px;
-moz-border-radius    : 8px;
-o-border-radius      : 8px;
-ms-border-radius     : 8px;
-khtml-border-radius  : 8px;
border-radius         : 8px;
}
.btn.btn-bg-green.hvr-ripple-in:hover:before,
.btn.btn-bg-green.hvr-ripple-in:active:before,
.btn.btn-bg-green.hvr-ripple-in:focus:before {
border-width : 3px;
top          : -16px;
right        : -16px;
bottom       : -16px;
left         : -16px;
}
.btn.btn-bg-green.hvr-outline-in:hover:before,
.btn.btn-bg-green.hvr-outline-in:active:before,
.btn.btn-bg-green.hvr-outline-in:focus:before,
.btn.btn-bg-green.hvr-ripple-out:hover:before,
.btn.btn-bg-green.hvr-ripple-out:active:before,
.btn.btn-bg-green.hvr-ripple-out:focus:before,
.btn.btn-bg-green.hvr-outline-out:hover:before,
.btn.btn-bg-green.hvr-outline-out:active:before,
.btn.btn-bg-green.hvr-outline-out:focus:before {
top          : -6px;
right        : -6px;
bottom       : -6px;
left         : -6px;
border-width : 3px;
}
.btn.btn-bg-green.hvr-reveal {
border-width : 0;
}
.btn.btn-bg-green.hvr-reveal:before {
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
border-color          : #227400;
}
.btn.btn-bg-green.hvr-reveal:hover:before,
.btn.btn-bg-green.hvr-reveal:active:before,
.btn.btn-bg-green.hvr-reveal:focus:before {
border-width : 3px;
}
.btn.btn-bg-green.hvr-underline-from-left:before,
.btn.btn-bg-green.hvr-underline-from-center:before,
.btn.btn-bg-green.hvr-underline-from-right:before,
.btn.btn-bg-green.hvr-underline-reveal:before,
.btn.btn-bg-green.hvr-overline-reveal:before,
.btn.btn-bg-green.hvr-overline-from-left:before,
.btn.btn-bg-green.hvr-overline-from-center:before,
.btn.btn-bg-green.hvr-overline-from-right:before {
height           : 3px;
background-color : #227400;
}
.btn.btn-bg-gray {
background-color : #e9ecf2;
}
.btn.btn-bg-gray.hvr-fade:hover,
.btn.btn-bg-gray.hvr-fade:active,
.btn.btn-bg-gray.hvr-fade:focus {
color            : #fff;
background-color : #2f3542;
}
@-webkit-keyframes hvr-back-pulse-gray {
50% {
background-color : #4d5360;
}
}
@-moz-keyframes hvr-back-pulse-gray {
50% {
background-color : #4d5360;
}
}
@-o-keyframes hvr-back-pulse-gray {
50% {
background-color : #4d5360;
}
}
@-ms-keyframes hvr-back-pulse-gray {
50% {
background-color : #4d5360;
}
}
@-khtml-keyframes hvr-back-pulse-gray {
50% {
background-color : #4d5360;
}
}
@keyframes hvr-back-pulse-gray {
50% {
background-color : #4d5360;
}
}
.btn.btn-bg-gray.hvr-back-pulse:hover,
.btn.btn-bg-gray.hvr-back-pulse:active,
.btn.btn-bg-gray.hvr-back-pulse:focus {
color             : #fff;
background-color  : #2f3542;
-webkit-animation : hvr-back-pulse-gray 1s linear infinite .5s none normal;
-o-animation      : hvr-back-pulse-gray 1s linear infinite .5s none normal;
animation         : hvr-back-pulse-gray 1s linear infinite .5s none normal;
}
.btn.btn-bg-gray.hvr-radial-out:hover,
.btn.btn-bg-gray.hvr-radial-out:active,
.btn.btn-bg-gray.hvr-radial-out:focus,
.btn.btn-bg-gray.hvr-rectangle-out:hover,
.btn.btn-bg-gray.hvr-rectangle-out:active,
.btn.btn-bg-gray.hvr-rectangle-out:focus,
.btn.btn-bg-gray.hvr-shutter-out-horizontal:hover,
.btn.btn-bg-gray.hvr-shutter-out-horizontal:active,
.btn.btn-bg-gray.hvr-shutter-out-horizontal:focus,
.btn.btn-bg-gray.hvr-shutter-out-vertical:hover,
.btn.btn-bg-gray.hvr-shutter-out-vertical:active,
.btn.btn-bg-gray.hvr-shutter-out-vertical:focus,
.btn.btn-bg-gray[class*="hvr-sweep"]:hover,
.btn.btn-bg-gray[class*="hvr-sweep"]:active,
.btn.btn-bg-gray[class*="hvr-sweep"]:focus,
.btn.btn-bg-gray[class*="hvr-bounce"]:hover,
.btn.btn-bg-gray[class*="hvr-bounce"]:active,
.btn.btn-bg-gray[class*="hvr-bounce"]:focus,
.btn.btn-bg-gray.hvr-radial-in:hover,
.btn.btn-bg-gray.hvr-radial-in:active,
.btn.btn-bg-gray.hvr-radial-in:focus,
.btn.btn-bg-gray.hvr-rectangle-in:hover,
.btn.btn-bg-gray.hvr-rectangle-in:active,
.btn.btn-bg-gray.hvr-rectangle-in:focus,
.btn.btn-bg-gray.hvr-shutter-in-horizontal:hover,
.btn.btn-bg-gray.hvr-shutter-in-horizontal:active,
.btn.btn-bg-gray.hvr-shutter-in-horizontal:focus,
.btn.btn-bg-gray.hvr-shutter-in-vertical:hover,
.btn.btn-bg-gray.hvr-shutter-in-vertical:active,
.btn.btn-bg-gray.hvr-shutter-in-vertical:focus {
color : #fff;
}
.btn.btn-bg-gray[class*="hvr-sweep"]:before,
.btn.btn-bg-gray[class*="hvr-bounce"]:before,
.btn.btn-bg-gray.hvr-radial-out:before,
.btn.btn-bg-gray.hvr-rectangle-out:before,
.btn.btn-bg-gray.hvr-shutter-out-horizontal:before,
.btn.btn-bg-gray.hvr-shutter-out-vertical:before {
background-color      : #2f3542;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
}
.btn.btn-bg-gray.hvr-radial-out:before,
.btn.btn-bg-gray.hvr-radial-in:before {
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.btn.btn-bg-gray.hvr-radial-in:before,
.btn.btn-bg-gray.hvr-rectangle-in:before,
.btn.btn-bg-gray.hvr-shutter-in-horizontal:before,
.btn.btn-bg-gray.hvr-shutter-in-vertical:before {
background-color      : #e9ecf2;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
}
.btn.btn-bg-gray.hvr-radial-in,
.btn.btn-bg-gray.hvr-rectangle-in,
.btn.btn-bg-gray.hvr-shutter-in-horizontal,
.btn.btn-bg-gray.hvr-shutter-in-vertical {
background-color : #2f3542;
}
.btn.btn-bg-gray.hvr-border-fade,
.btn.btn-bg-gray.hvr-hollow:hover,
.btn.btn-bg-gray.hvr-hollow:active,
.btn.btn-bg-gray.hvr-hollow:focus {
-webkit-box-shadow : inset 0 0 0 3px #e9ecf2, 0 0 1px transparent;
-moz-box-shadow    : inset 0 0 0 3px #e9ecf2, 0 0 1px transparent;
-o-box-shadow      : inset 0 0 0 3px #e9ecf2, 0 0 1px transparent;
-ms-box-shadow     : inset 0 0 0 3px #e9ecf2, 0 0 1px transparent;
-khtml-box-shadow  : inset 0 0 0 3px #e9ecf2, 0 0 1px transparent;
box-shadow         : inset 0 0 0 3px #e9ecf2, 0 0 1px transparent;
}
.btn.btn-bg-gray.hvr-border-fade:hover,
.btn.btn-bg-gray.hvr-border-fade:active,
.btn.btn-bg-gray.hvr-border-fade:focus,
.btn.btn-bg-gray.hvr-hollow {
-webkit-box-shadow : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
-moz-box-shadow    : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
-o-box-shadow      : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
-ms-box-shadow     : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
-khtml-box-shadow  : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
box-shadow         : inset 0 0 0 3px #2f3542, 0 0 1px transparent;
}
.btn.btn-bg-gray.hvr-border-fade,
.btn.btn-bg-gray.hvr-hvr-hollow,
.btn.btn-bg-gray.hvr-trim,
.btn.btn-bg-gray.hvr-ripple-out,
.btn.btn-bg-gray.hvr-ripple-in,
.btn.btn-bg-gray.hvr-outline-in,
.btn.btn-bg-gray.hvr-outline-out,
.btn.btn-bg-gray.hvr-reveal,
.btn.btn-bg-gray.hvr-underline-from-left,
.btn.btn-bg-gray.hvr-underline-from-center,
.btn.btn-bg-gray.hvr-underline-from-right,
.btn.btn-bg-gray.hvr-underline-reveal,
.btn.btn-bg-gray.hvr-overline-reveal,
.btn.btn-bg-gray.hvr-overline-from-left,
.btn.btn-bg-gray.hvr-overline-from-center,
.btn.btn-bg-gray.hvr-overline-from-right {
border-width : 0;
}
.btn.btn-bg-gray.hvr-trim:before {
top                   : 2px;
left                  : 2px;
right                 : 2px;
bottom                : 2px;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
border-color          : #2f3542;
border-width          : 3px;
}
.btn.btn-bg-gray.hvr-ripple-in:before,
.btn.btn-bg-gray.hvr-outline-in:before,
.btn.btn-bg-gray.hvr-ripple-out:before,
.btn.btn-bg-gray.hvr-outline-out:before {
border-color          : #e9ecf2;
border-width          : 0;
-webkit-border-radius : 8px;
-moz-border-radius    : 8px;
-o-border-radius      : 8px;
-ms-border-radius     : 8px;
-khtml-border-radius  : 8px;
border-radius         : 8px;
}
.btn.btn-bg-gray.hvr-ripple-in:hover:before,
.btn.btn-bg-gray.hvr-ripple-in:active:before,
.btn.btn-bg-gray.hvr-ripple-in:focus:before {
border-width : 3px;
top          : -16px;
right        : -16px;
bottom       : -16px;
left         : -16px;
}
.btn.btn-bg-gray.hvr-outline-in:hover:before,
.btn.btn-bg-gray.hvr-outline-in:active:before,
.btn.btn-bg-gray.hvr-outline-in:focus:before,
.btn.btn-bg-gray.hvr-ripple-out:hover:before,
.btn.btn-bg-gray.hvr-ripple-out:active:before,
.btn.btn-bg-gray.hvr-ripple-out:focus:before,
.btn.btn-bg-gray.hvr-outline-out:hover:before,
.btn.btn-bg-gray.hvr-outline-out:active:before,
.btn.btn-bg-gray.hvr-outline-out:focus:before {
top          : -6px;
right        : -6px;
bottom       : -6px;
left         : -6px;
border-width : 3px;
}
.btn.btn-bg-gray.hvr-reveal {
border-width : 0;
}
.btn.btn-bg-gray.hvr-reveal:before {
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
border-color          : #2f3542;
}
.btn.btn-bg-gray.hvr-reveal:hover:before,
.btn.btn-bg-gray.hvr-reveal:active:before,
.btn.btn-bg-gray.hvr-reveal:focus:before {
border-width : 3px;
}
.btn.btn-bg-gray.hvr-underline-from-left:before,
.btn.btn-bg-gray.hvr-underline-from-center:before,
.btn.btn-bg-gray.hvr-underline-from-right:before,
.btn.btn-bg-gray.hvr-underline-reveal:before,
.btn.btn-bg-gray.hvr-overline-reveal:before,
.btn.btn-bg-gray.hvr-overline-from-left:before,
.btn.btn-bg-gray.hvr-overline-from-center:before,
.btn.btn-bg-gray.hvr-overline-from-right:before {
height           : 3px;
background-color : #2f3542;
}
.btn.btn-border-white {
border : 1px solid #d5d8de;
}
.btn.btn-border-white[class*="hvr-bubble"][class*="-top"]:before {
border-color : transparent transparent #e9ecf2 transparent;
}
.btn.btn-border-white[class*="hvr-bubble"][class*="-right"]:before {
border-color : transparent transparent transparent #e9ecf2;
}
.btn.btn-border-white[class*="hvr-bubble"][class*="-bottom"]:before {
border-color : #e9ecf2 transparent transparent transparent;
}
.btn.btn-border-white[class*="hvr-bubble"][class*="-left"]:before {
border-color : transparent #e9ecf2 transparent transparent;
}
.btn.btn-border-white.btn-color-white {
color : #e9ecf2;
}
.btn.btn-border-black {
border : 1px solid #2f3542;
}
.btn.btn-border-black[class*="hvr-bubble"][class*="-top"]:before {
border-color : transparent transparent #2f3542 transparent;
}
.btn.btn-border-black[class*="hvr-bubble"][class*="-right"]:before {
border-color : transparent transparent transparent #2f3542;
}
.btn.btn-border-black[class*="hvr-bubble"][class*="-bottom"]:before {
border-color : #2f3542 transparent transparent transparent;
}
.btn.btn-border-black[class*="hvr-bubble"][class*="-left"]:before {
border-color : transparent #2f3542 transparent transparent;
}
.btn.btn-border-green {
border : 1px solid #72c400;
}
.btn.btn-border-green[class*="hvr-bubble"][class*="-top"]:before {
border-color : transparent transparent #72c400 transparent;
}
.btn.btn-border-green[class*="hvr-bubble"][class*="-right"]:before {
border-color : transparent transparent transparent #72c400;
}
.btn.btn-border-green[class*="hvr-bubble"][class*="-bottom"]:before {
border-color : #72c400 transparent transparent transparent;
}
.btn.btn-border-green[class*="hvr-bubble"][class*="-left"]:before {
border-color : transparent #72c400 transparent transparent;
}
.btn.btn-border-gray {
border : 1px solid #e9ecf2;
}
.btn.btn-border-gray[class*="hvr-bubble"][class*="-top"]:before {
border-color : transparent transparent #e9ecf2 transparent;
}
.btn.btn-border-gray[class*="hvr-bubble"][class*="-right"]:before {
border-color : transparent transparent transparent #e9ecf2;
}
.btn.btn-border-gray[class*="hvr-bubble"][class*="-bottom"]:before {
border-color : #e9ecf2 transparent transparent transparent;
}
.btn.btn-border-gray[class*="hvr-bubble"][class*="-left"]:before {
border-color : transparent #e9ecf2 transparent transparent;
}
.btn.text-uppercase {
font-size : 12px;
}
.btn.btn-small {
padding     : 7px 18px;
font-size   : 14px;
font-weight : 500;
}
.btn.btn-small i {
float       : left;
margin-top  : 3px;
font-weight : 600;
}
.btn.btn-small.btn-ico-right i {
float : right;
}
.btn.btn-small.text-uppercase {
font-size : 13px;
}
.btn.btn-large {
padding   : 9px 28px;
font-size : 18px;
}
.btn.btn-large.text-uppercase {
font-size : 17px;
}
@media (min-width : 768px) {
.btn.btn-large {
padding : 11px 32px;
}
}
@media (min-width : 992px) {
.btn.btn-large {
padding : 13px 36px;
}
}
@media (min-width : 1200px) {
.btn.btn-large {
padding : 15px 40px;
}
}
.btn.btn-extra {
padding   : 11px 32px;
font-size : 22px;
}
.btn.btn-extra.text-uppercase {
font-size : 19px;
}
@media (min-width : 768px) {
.btn.btn-extra {
padding : 13px 36px;
}
}
@media (min-width : 992px) {
.btn.btn-extra {
padding : 15px 40px;
}
}
@media (min-width : 1200px) {
.btn.btn-extra {
padding : 17px 44px;
}
}
.btn.btn-appstore {
padding           : 0;
width             : 135px;
height            : 45px;
display           : inline-block;
background-size   : 100% 100%;
background-repeat : no-repeat;
font-size         : 0;
}
.btn.btn-appstore.btn-apple.btn-white {
background-image : url(//www.santedonnacona.com/wp-content/themes/raiseapp/images/ico_appstore_apple_white.svg);
}
.btn.btn-appstore.btn-apple.btn-black {
background-image : url(//www.santedonnacona.com/wp-content/themes/raiseapp/images/ico_appstore_apple_black.svg);
}
.btn.btn-appstore.btn-google.btn-white {
background-image : url(//www.santedonnacona.com/wp-content/themes/raiseapp/images/ico_appstore_google_white.svg);
}
.btn.btn-appstore.btn-google.btn-black {
background-image : url(//www.santedonnacona.com/wp-content/themes/raiseapp/images/ico_appstore_google_black.svg);
}
@media (min-width : 768px) {
.btn.btn-appstore {
width  : 165px;
height : 55px;
}
}
@media (min-width : 992px) {
.btn.btn-appstore {
width  : 195px;
height : 65px;
}
}
@media (min-width : 1200px) {
.btn.btn-appstore {
width  : 225px;
height : 75px;
}
}
.btn.btn-appstore.btn-small {
width  : 90px;
height : 30px;
}
@media (min-width : 992px) {
.btn.btn-appstore.btn-small {
width  : 105px;
height : 35px;
}
}
.btn.btn-appstore.btn-large {
width  : 135px;
height : 45px;
}
@media (min-width : 768px) {
.btn.btn-appstore.btn-large {
width  : 150px;
height : 50px;
}
}
@media (min-width : 992px) {
.btn.btn-appstore.btn-large {
width  : 165px;
height : 55px;
}
}
@media (min-width : 1200px) {
.btn.btn-appstore.btn-large {
width  : 180px;
height : 60px;
}
}
.btn.btn-appstore.btn-extra {
width  : 135px;
height : 45px;
}
@media (min-width : 768px) {
.btn.btn-appstore.btn-extra {
width  : 165px;
height : 55px;
}
}
@media (min-width : 992px) {
.btn.btn-appstore.btn-extra {
width  : 195px;
height : 65px;
}
}
@media (min-width : 1200px) {
.btn.btn-appstore.btn-extra {
width  : 225px;
height : 75px;
}
}
.btn.btn-appstore.btn-base {
width  : 120px;
height : 40px;
}
@media (min-width : 992px) {
.btn.btn-appstore.btn-base {
width  : 135px;
height : 45px;
}
}
.btn.btn-circle {
padding               : 3px 0 0 0;
width                 : 48px;
height                : 48px;
line-height           : 45px;
font-size             : 14px;
font-weight           : 900;
text-align            : center;
color                 : #72c400;
background-color      : transparent;
border                : 1px solid #72c400;
-webkit-border-radius : 50%;
-moz-border-radius    : 50%;
-o-border-radius      : 50%;
-ms-border-radius     : 50%;
-khtml-border-radius  : 50%;
border-radius         : 50%;
}
@media (min-width : 768px) {
.btn.btn-circle {
width       : 54px;
height      : 54px;
line-height : 50px;
}
}
@media (min-width : 992px) {
.btn.btn-circle {
width       : 64px;
height      : 64px;
line-height : 60px;
font-size   : 18px;
}
}
@media (min-width : 1200px) {
.btn.btn-circle {
width       : 73px;
height      : 73px;
line-height : 70px;
}
}
.btn.btn-circle:active,
.btn.btn-mouse,
.btn.btn-vdots {
-webkit-box-shadow : none;
-moz-box-shadow    : none;
-o-box-shadow      : none;
-ms-box-shadow     : none;
-khtml-box-shadow  : none;
box-shadow         : none;
}
.btn.btn-circle:not(.hvr) i {
-webkit-animation : hvr-wobble-vertical .8s ease-in-out infinite 0s none normal;
-o-animation      : hvr-wobble-vertical .8s ease-in-out infinite 0s none normal;
animation         : hvr-wobble-vertical .8s ease-in-out infinite 0s none normal;
}
.btn.btn-circle:not(.hvr):hover i {
-webkit-animation : hvr-pulse .8s linear infinite 0s none normal;
-o-animation      : hvr-pulse .8s linear infinite 0s none normal;
animation         : hvr-pulse .8s linear infinite 0s none normal;
}
.btn.btn-circle i {
margin : 5px 0 0 0;
}
.btn.btn-circle.btn-circle-light-gray {
color        : #2f3542;
border-color : #6b717e;
}
.btn.btn-circle.btn-circle-gray {
color        : #c1c1c1;
border-color : #c1c1c1;
}
.btn.btn-circle.btn-circle-green {
color            : #2f3542;
background-color : #72c400;
border-color     : #72c400;
}
.btn.btn-circle.btn-circle-white {
color            : #fff;
background-color : #e9ecf2;
border-color     : #e9ecf2;
}
.btn.btn-mouse {
padding     : 0;
line-height : 37px;
font-size   : 36px;
font-weight : 900;
color       : #72c400;
}
.btn.btn-mouse:not(.hvr) {
-webkit-animation : hvr-pulse .8s linear infinite 0s none normal;
-o-animation      : hvr-pulse .8s linear infinite 0s none normal;
animation         : hvr-pulse .8s linear infinite 0s none normal;
}
.btn.btn-mouse:not(.hvr):hover {
-webkit-animation : 0;
-moz-animation    : 0;
-o-animation      : 0;
animation         : 0;
-webkit-transform : scale(1.1, 1.1);
-moz-transform    : scale(1.1, 1.1);
-o-transform      : scale(1.1, 1.1);
-ms-transform     : scale(1.1, 1.1);
transform         : scale(1.1, 1.1);
}
.btn.btn-mouse i {
margin : 5px 0 0 0;
}
.btn.btn-mouse.btn-mouse-light-gray {
color : #6b717e;
}
.btn.btn-mouse.btn-mouse-gray {
color : #c1c1c1;
}
.btn.btn-vdots {
padding     : 0;
line-height : 37px;
font-size   : 24px;
font-weight : 400;
color       : #72c400;
}
.btn.btn-vdots:not(.hvr) {
-webkit-animation : hvr-pop .8s linear infinite 0s none normal;
-o-animation      : hvr-pop .8s linear infinite 0s none normal;
animation         : hvr-pop .8s linear infinite 0s none normal;
}
.btn.btn-vdots:not(.hvr):hover {
-webkit-animation : 0;
-moz-animation    : 0;
-o-animation      : 0;
animation         : 0;
-webkit-transform : scale(1.2, 1.2);
-moz-transform    : scale(1.2, 1.2);
-o-transform      : scale(1.2, 1.2);
-ms-transform     : scale(1.2, 1.2);
transform         : scale(1.2, 1.2);
}
.btn.btn-vdots i {
margin : 5px 0 0 0;
}
.btn.btn-vdots.btn-vdots-light-gray {
color : #6b717e;
}
.btn.btn-vdots.btn-vdots-gray {
color : #c1c1c1;
}
.btn:hover:not(.hvr):not(.btn-circle):not(.btn-mouse):not(.btn-vdots):not(.btn-appstore) {
background-image    : -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .05));
background-image    : -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .05));
background-image    : linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .05));
filter              : progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#1a000000", GradientType=0);
background-repeat   : repeat-x;
background-size     : 200%;
background-position : 0 100%;
}
.btn.hvr-curl-top-left:before {
top                                : -1px;
left                               : -1px;
-webkit-border-bottom-right-radius : 4px;
-moz-border-bottom-right-radius    : 4px;
-o-border-bottom-right-radius      : 4px;
-ms-border-bottom-right-radius     : 4px;
-khtml-border-bottom-right-radius  : 4px;
border-bottom-right-radius         : 4px;
-webkit-border-top-left-radius     : 2px;
-moz-border-top-left-radius        : 2px;
-o-border-top-left-radius          : 2px;
-ms-border-top-left-radius         : 2px;
-khtml-border-top-left-radius      : 2px;
border-top-left-radius             : 2px;
background                         : #fff;
background                         : -webkit-linear-gradient(135deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
background                         : -moz-linear-gradient(135deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
background                         : -o-linear-gradient(135deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
background                         : -ms-linear-gradient(135deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
background                         : linear-gradient(135deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
filter                             : progid:DXImageTransform.Microsoft.gradient(startColorstr="white", endColorstr="white", GradientType=0);
}
@media screen and (min-width : 0\0
) {
.btn.hvr-curl-top-left:before {
top : -2px;
}
}
@media screen and (-ms-high-contrast : active), (-ms-high-contrast : none) {
.btn.hvr-curl-top-left:before {
top : -2px;
}
}
.btn.hvr-curl-top-right:before {
top                               : -1px;
right                             : -1px;
-webkit-border-bottom-left-radius : 4px;
-moz-border-bottom-left-radius    : 4px;
-o-border-bottom-left-radius      : 4px;
-ms-border-bottom-left-radius     : 4px;
-khtml-border-bottom-left-radius  : 4px;
border-bottom-left-radius         : 4px;
-webkit-border-top-right-radius   : 2px;
-moz-border-top-right-radius      : 2px;
-o-border-top-right-radius        : 2px;
-ms-border-top-right-radius       : 2px;
-khtml-border-top-right-radius    : 2px;
border-top-right-radius           : 2px;
background                        : #fff;
background                        : -webkit-linear-gradient(-135deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
background                        : -moz-linear-gradient(-135deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
background                        : -o-linear-gradient(-135deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
background                        : -ms-linear-gradient(-135deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
background                        : linear-gradient(-135deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
filter                            : progid:DXImageTransform.Microsoft.gradient(startColorstr="white", endColorstr="white", GradientType=0);
}
@media screen and (min-width : 0\0
) {
.btn.hvr-curl-top-right:before {
top   : -2px;
right : -2px;
}
}
@media screen and (-ms-high-contrast : active), (-ms-high-contrast : none) {
.btn.hvr-curl-top-right:before {
top   : -2px;
right : -2px;
}
}
.btn.hvr-curl-bottom-left:before {
bottom                            : -1px;
left                              : -1px;
-webkit-border-top-right-radius   : 4px;
-moz-border-top-right-radius      : 4px;
-o-border-top-right-radius        : 4px;
-ms-border-top-right-radius       : 4px;
-khtml-border-top-right-radius    : 4px;
border-top-right-radius           : 4px;
-webkit-border-bottom-left-radius : 2px;
-moz-border-bottom-left-radius    : 2px;
-o-border-bottom-left-radius      : 2px;
-ms-border-bottom-left-radius     : 2px;
-khtml-border-bottom-left-radius  : 2px;
border-bottom-left-radius         : 2px;
background                        : #fff;
background                        : -webkit-linear-gradient(45deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
background                        : -moz-linear-gradient(45deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
background                        : -o-linear-gradient(45deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
background                        : -ms-linear-gradient(45deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
background                        : linear-gradient(45deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
filter                            : progid:DXImageTransform.Microsoft.gradient(startColorstr="white", endColorstr="white", GradientType=0);
}
@media screen and (min-width : 0\0
) {
.btn.hvr-curl-bottom-left:before {
left : -2px;
}
}
@media screen and (-ms-high-contrast : active), (-ms-high-contrast : none) {
.btn.hvr-curl-bottom-left:before {
left : -2px;
}
}
.btn.hvr-curl-bottom-right:before {
bottom                             : -1px;
right                              : -1px;
-webkit-border-top-left-radius     : 4px;
-moz-border-top-left-radius        : 4px;
-o-border-top-left-radius          : 4px;
-ms-border-top-left-radius         : 4px;
-khtml-border-top-left-radius      : 4px;
border-top-left-radius             : 4px;
-webkit-border-bottom-right-radius : 2px;
-moz-border-bottom-right-radius    : 2px;
-o-border-bottom-right-radius      : 2px;
-ms-border-bottom-right-radius     : 2px;
-khtml-border-bottom-right-radius  : 2px;
border-bottom-right-radius         : 2px;
background                         : #fff;
background                         : -webkit-linear-gradient(-45deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
background                         : -moz-linear-gradient(-45deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
background                         : -o-linear-gradient(-45deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
background                         : -ms-linear-gradient(-45deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
background                         : linear-gradient(-45deg, white 0%, white 45%, #9b9b9b 50%, #afafaf 56%, white 80%, white 100%);
filter                             : progid:DXImageTransform.Microsoft.gradient(startColorstr="white", endColorstr="white", GradientType=0);
}
@media screen and (min-width : 0\0
) {
.btn.hvr-curl-bottom-right:before {
right : -2px;
}
}
@media screen and (-ms-high-contrast : active), (-ms-high-contrast : none) {
.btn.hvr-curl-bottom-right:before {
right : -2px;
}
}
.btn[class*="hvr-icon"]:before,
.btn[class*="hvr-icon"]:after {
content : none;
}
.btn[class*="hvr-icon"] i[class*="icon"] {
-webkit-transition : transform 0.3s ease-in-out;
-moz-transition    : transform 0.3s ease-in-out;
-o-transition      : transform 0.3s ease-in-out;
transition         : transform 0.3s ease-in-out;
}
.btn[class*="hvr-icon"].hvr-icon-back:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-back:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-back:focus i[class^="icon-"] {
-webkit-transform : translate(-4px, 0);
-moz-transform    : translate(-4px, 0);
-o-transform      : translate(-4px, 0);
-ms-transform     : translate(-4px, 0);
transform         : translate(-4px, 0);
}
.btn[class*="hvr-icon"].hvr-icon-forward:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-forward:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-forward:focus i[class^="icon-"] {
-webkit-transform : translate(4px, 0);
-moz-transform    : translate(4px, 0);
-o-transform      : translate(4px, 0);
-ms-transform     : translate(4px, 0);
transform         : translate(4px, 0);
}
.btn[class*="hvr-icon"].hvr-icon-down:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-down:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-down:focus i[class^="icon-"] {
-webkit-animation : hvr-icon-down .75s ease-in-out 1 0s none normal;
-o-animation      : hvr-icon-down .75s ease-in-out 1 0s none normal;
animation         : hvr-icon-down .75s ease-in-out 1 0s none normal;
}
.btn[class*="hvr-icon"].hvr-icon-up:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-up:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-up:focus i[class^="icon-"] {
-webkit-animation : hvr-icon-up .75s ease-in-out 1 0s none normal;
-o-animation      : hvr-icon-up .75s ease-in-out 1 0s none normal;
animation         : hvr-icon-up .75s ease-in-out 1 0s none normal;
}
.btn[class*="hvr-icon"].hvr-icon-spin:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-spin:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-spin:focus i[class^="icon-"] {
-webkit-transition : transform 1s ease-in-out;
-moz-transition    : transform 1s ease-in-out;
-o-transition      : transform 1s ease-in-out;
transition         : transform 1s ease-in-out;
-webkit-transform  : rotate(360deg);
-moz-transform     : rotate(360deg);
-o-transform       : rotate(360deg);
-ms-transform      : rotate(360deg);
transform          : rotate(360deg);
}
.btn[class*="hvr-icon"].hvr-icon-drop i[class^="icon-"] {
-webkit-opacity : 1;
-moz-opacity    : 1;
-o-opacity      : 1;
-ms-opacity     : 1;
-khtml-opacity  : 1;
opacity         : 1;
}
.btn[class*="hvr-icon"].hvr-icon-drop:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-drop:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-drop:focus i[class^="icon-"] {
-webkit-opacity    : 0;
-moz-opacity       : 0;
-o-opacity         : 0;
-ms-opacity        : 0;
-khtml-opacity     : 0;
opacity            : 0;
-webkit-transition : transform 1s ease-in-out;
-moz-transition    : transform 1s ease-in-out;
-o-transition      : transform 1s ease-in-out;
transition         : transform 1s ease-in-out;
-webkit-animation  : hvr-icon-drop .3s ease-out 1 0s forwards normal;
-o-animation       : hvr-icon-drop .3s ease-out 1 0s forwards normal;
animation          : hvr-icon-drop .3s ease-out 1 0s forwards normal;
}
.btn[class*="hvr-icon"].hvr-icon-fade:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-fade:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-fade:focus i[class^="icon-"] {
-webkit-transition : opacity 0.3s ease-in-out;
-moz-transition    : opacity 0.3s ease-in-out;
-o-transition      : opacity 0.3s ease-in-out;
transition         : opacity 0.3s ease-in-out;
-webkit-opacity    : 0.6;
-moz-opacity       : 0.6;
-o-opacity         : 0.6;
-ms-opacity        : 0.6;
-khtml-opacity     : 0.6;
opacity            : 0.6;
}
.btn[class*="hvr-icon"].hvr-icon-grow:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-grow:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-grow:focus i[class^="icon-"] {
-webkit-transform : scale(1.3, 1.3);
-moz-transform    : scale(1.3, 1.3);
-o-transform      : scale(1.3, 1.3);
-ms-transform     : scale(1.3, 1.3);
transform         : scale(1.3, 1.3);
}
.btn[class*="hvr-icon"].hvr-icon-shrink:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-shrink:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-shrink:focus i[class^="icon-"] {
-webkit-transform : scale(0.8, 0.8);
-moz-transform    : scale(0.8, 0.8);
-o-transform      : scale(0.8, 0.8);
-ms-transform     : scale(0.8, 0.8);
transform         : scale(0.8, 0.8);
}
.btn[class*="hvr-icon"].hvr-icon-pulse:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-pulse:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-pulse:focus i[class^="icon-"] {
-webkit-animation : hvr-icon-pulse 1s linear infinite 0s none normal;
-o-animation      : hvr-icon-pulse 1s linear infinite 0s none normal;
animation         : hvr-icon-pulse 1s linear infinite 0s none normal;
}
.btn[class*="hvr-icon"].hvr-icon-pulse-grow:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-pulse-grow:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-pulse-grow:focus i[class^="icon-"] {
-webkit-animation : hvr-icon-pulse-grow .3s ease-in-out infinite 0s none normal;
-o-animation      : hvr-icon-pulse-grow .3s ease-in-out infinite 0s none normal;
animation         : hvr-icon-pulse-grow .3s ease-in-out infinite 0s none normal;
}
.btn[class*="hvr-icon"].hvr-icon-pulse-shrink:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-pulse-shrink:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-pulse-shrink:focus i[class^="icon-"] {
-webkit-animation : hvr-icon-pulse-shrink .3s ease-in-out infinite 0s none normal;
-o-animation      : hvr-icon-pulse-shrink .3s ease-in-out infinite 0s none normal;
animation         : hvr-icon-pulse-shrink .3s ease-in-out infinite 0s none normal;
}
.btn[class*="hvr-icon"].hvr-icon-push:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-push:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-push:focus i[class^="icon-"] {
-webkit-animation : hvr-icon-push .3s ease-in-out infinite 0s none normal;
-o-animation      : hvr-icon-push .3s ease-in-out infinite 0s none normal;
animation         : hvr-icon-push .3s ease-in-out infinite 0s none normal;
}
.btn[class*="hvr-icon"].hvr-icon-pop:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-pop:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-pop:focus i[class^="icon-"] {
-webkit-animation : hvr-icon-pop .3s ease-in-out 1 0s none normal;
-o-animation      : hvr-icon-pop .3s ease-in-out 1 0s none normal;
animation         : hvr-icon-pop .3s ease-in-out 1 0s none normal;
}
.btn[class*="hvr-icon"].hvr-icon-bounce:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-bounce:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-bounce:focus i[class^="icon-"] {
-webkit-transform  : scale(1.5, 1.5);
-moz-transform     : scale(1.5, 1.5);
-o-transform       : scale(1.5, 1.5);
-ms-transform      : scale(1.5, 1.5);
transform          : scale(1.5, 1.5);
-webkit-transition : transform 0.3s cubic-bezier(0.47, 2.02, 0.31, -0.36);
-moz-transition    : transform 0.3s cubic-bezier(0.47, 2.02, 0.31, -0.36);
-o-transition      : transform 0.3s cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition         : transform 0.3s cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.btn[class*="hvr-icon"].hvr-icon-rotate:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-rotate:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-rotate:focus i[class^="icon-"] {
-webkit-transform : rotate(20deg);
-moz-transform    : rotate(20deg);
-o-transform      : rotate(20deg);
-ms-transform     : rotate(20deg);
transform         : rotate(20deg);
}
.btn[class*="hvr-icon"].hvr-icon-grow-rotate:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-grow-rotate:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-grow-rotate:focus i[class^="icon-"] {
-webkit-transform : scale(1.5) rotate(20deg);
-moz-transform    : scale(1.5) rotate(20deg);
-o-transform      : scale(1.5) rotate(20deg);
-ms-transform     : scale(1.5) rotate(20deg);
transform         : scale(1.5) rotate(20deg);
}
.btn[class*="hvr-icon"].hvr-icon-float:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-float:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-float:focus i[class^="icon-"] {
-webkit-transform : translate(0, -4px);
-moz-transform    : translate(0, -4px);
-o-transform      : translate(0, -4px);
-ms-transform     : translate(0, -4px);
transform         : translate(0, -4px);
}
.btn[class*="hvr-icon"].hvr-icon-sink:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-sink:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-sink:focus i[class^="icon-"] {
-webkit-transform : translate(0, 4px);
-moz-transform    : translate(0, 4px);
-o-transform      : translate(0, 4px);
-ms-transform     : translate(0, 4px);
transform         : translate(0, 4px);
}
.btn[class*="hvr-icon"].hvr-icon-bob:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-bob:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-bob:focus i[class^="icon-"] {
-webkit-animation : hvr-icon-bob-float .3s ease-out 1 0s forwards normal, hvr-icon-bob 1.5s ease-in-out infinite .3s forwards alternate;
-o-animation      : hvr-icon-bob-float .3s ease-out 1 0s forwards normal, hvr-icon-bob 1.5s ease-in-out infinite .3s forwards alternate;
animation         : hvr-icon-bob-float .3s ease-out 1 0s forwards normal, hvr-icon-bob 1.5s ease-in-out infinite .3s forwards alternate;
}
.btn[class*="hvr-icon"].hvr-icon-hang:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-hang:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-hang:focus i[class^="icon-"] {
-webkit-animation : hvr-icon-hang-sink .3s ease-out 1 0s forwards normal, hvr-icon-hang 1.5s ease-in-out infinite .3s forwards alternate;
-o-animation      : hvr-icon-hang-sink .3s ease-out 1 0s forwards normal, hvr-icon-hang 1.5s ease-in-out infinite .3s forwards alternate;
animation         : hvr-icon-hang-sink .3s ease-out 1 0s forwards normal, hvr-icon-hang 1.5s ease-in-out infinite .3s forwards alternate;
}
.btn[class*="hvr-icon"].hvr-icon-wobble-horizontal:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-wobble-horizontal:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-wobble-horizontal:focus i[class^="icon-"] {
-webkit-animation : hvr-icon-wobble-horizontal 1s ease-in-out 1 0s none normal;
-o-animation      : hvr-icon-wobble-horizontal 1s ease-in-out 1 0s none normal;
animation         : hvr-icon-wobble-horizontal 1s ease-in-out 1 0s none normal;
}
.btn[class*="hvr-icon"].hvr-icon-wobble-vertical:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-wobble-vertical:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-wobble-vertical:focus i[class^="icon-"] {
-webkit-animation : hvr-icon-wobble-vertical 1s ease-in-out 1 0s none normal;
-o-animation      : hvr-icon-wobble-vertical 1s ease-in-out 1 0s none normal;
animation         : hvr-icon-wobble-vertical 1s ease-in-out 1 0s none normal;
}
.btn[class*="hvr-icon"].hvr-icon-buzz:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-buzz:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-buzz:focus i[class^="icon-"] {
-webkit-animation : hvr-icon-buzz .15s linear infinite 0s none normal;
-o-animation      : hvr-icon-buzz .15s linear infinite 0s none normal;
animation         : hvr-icon-buzz .15s linear infinite 0s none normal;
}
.btn[class*="hvr-icon"].hvr-icon-buzz-out:hover i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-buzz-out:active i[class^="icon-"],
.btn[class*="hvr-icon"].hvr-icon-buzz-out:focus i[class^="icon-"] {
-webkit-animation : hvr-icon-buzz-out .75s linear 1 0s none normal;
-o-animation      : hvr-icon-buzz-out .75s linear 1 0s none normal;
animation         : hvr-icon-buzz-out .75s linear 1 0s none normal;
} .clientbox {
text-align : center;
}
.clientbox a {
width       : 105px;
max-width   : 100%;
height      : 75px;
line-height : 75px;
display     : inline-block;
}
.clientbox a img {
width           : auto;
height          : auto;
max-width       : 100%;
max-height      : 100%;
-webkit-opacity : 0.5;
-moz-opacity    : 0.5;
-o-opacity      : 0.5;
-ms-opacity     : 0.5;
-khtml-opacity  : 0.5;
opacity         : 0.5;
}
.clientbox a:hover img {
-webkit-opacity : 0.8;
-moz-opacity    : 0.8;
-o-opacity      : 0.8;
-ms-opacity     : 0.8;
-khtml-opacity  : 0.8;
opacity         : 0.8;
}
@media (min-width : 992px) {
.clientbox a {
width       : 165px;
height      : 115px;
line-height : 115px;
}
.clientbox.clientbox-large a {
width       : 230px;
height      : 160px;
line-height : 160px;
}
.clientbox.clientbox-small a {
width       : 135px;
height      : 95px;
line-height : 95px;
}
.clientbox.clientbox-tiny a {
width       : 105px;
height      : 75px;
line-height : 75px;
}
}
.clientbox .owl-carousel .owl-item img {
width   : auto;
display : inline-block;
}
.clientbox.clientbox-grid > * {
float : left;
}
.clientbox.clientbox-grid > * {
clear             : none;
width             : 50%;
border            : 0 solid #d5d7d9;
border-top-width  : 1px;
border-left-width : 1px;
}
.clientbox.clientbox-grid > *:nth-of-type(2n + 1) {
clear             : both;
border-left-width : 0;
}
.clientbox.clientbox-grid > *:nth-of-type(1),
.clientbox.clientbox-grid > *:nth-of-type(2) {
border-top-width : 0;
}
@media (min-width : 992px) {
.clientbox.clientbox-grid.clientbox-col-3 > *:nth-of-type(n) {
clear             : none;
width             : 33.33333%;
border-top-width  : 1px;
border-left-width : 1px;
}
.clientbox.clientbox-grid.clientbox-col-3 > *:nth-of-type(n):nth-of-type(3n + 1) {
clear             : both;
border-left-width : 0;
}
.clientbox.clientbox-grid.clientbox-col-3 > *:nth-of-type(n):nth-of-type(1),
.clientbox.clientbox-grid.clientbox-col-3 > *:nth-of-type(n):nth-of-type(2),
.clientbox.clientbox-grid.clientbox-col-3 > *:nth-of-type(n):nth-of-type(3) {
border-top-width : 0;
}
.clientbox.clientbox-grid.clientbox-col-4 > *:nth-of-type(n) {
clear             : none;
width             : 25%;
border-top-width  : 1px;
border-left-width : 1px;
}
.clientbox.clientbox-grid.clientbox-col-4 > *:nth-of-type(n):nth-of-type(4n + 1) {
clear             : both;
border-left-width : 0;
}
.clientbox.clientbox-grid.clientbox-col-4 > *:nth-of-type(n):nth-of-type(1),
.clientbox.clientbox-grid.clientbox-col-4 > *:nth-of-type(n):nth-of-type(2),
.clientbox.clientbox-grid.clientbox-col-4 > *:nth-of-type(n):nth-of-type(3),
.clientbox.clientbox-grid.clientbox-col-4 > *:nth-of-type(n):nth-of-type(4) {
border-top-width : 0;
}
.clientbox.clientbox-grid.clientbox-col-5 > *:nth-of-type(n) {
clear             : none;
width             : 20%;
border-top-width  : 1px;
border-left-width : 1px;
}
.clientbox.clientbox-grid.clientbox-col-5 > *:nth-of-type(n):nth-of-type(5n + 1) {
clear             : both;
border-left-width : 0;
}
.clientbox.clientbox-grid.clientbox-col-5 > *:nth-of-type(n):nth-of-type(1),
.clientbox.clientbox-grid.clientbox-col-5 > *:nth-of-type(n):nth-of-type(2),
.clientbox.clientbox-grid.clientbox-col-5 > *:nth-of-type(n):nth-of-type(3),
.clientbox.clientbox-grid.clientbox-col-5 > *:nth-of-type(n):nth-of-type(4),
.clientbox.clientbox-grid.clientbox-col-5 > *:nth-of-type(n):nth-of-type(5) {
border-top-width : 0;
}
.clientbox.clientbox-grid.clientbox-col-6 > *:nth-of-type(n) {
clear             : none;
width             : 16.66667%;
border-top-width  : 1px;
border-left-width : 1px;
}
.clientbox.clientbox-grid.clientbox-col-6 > *:nth-of-type(n):nth-of-type(6n + 1) {
clear             : both;
border-left-width : 0;
}
.clientbox.clientbox-grid.clientbox-col-6 > *:nth-of-type(n):nth-of-type(1),
.clientbox.clientbox-grid.clientbox-col-6 > *:nth-of-type(n):nth-of-type(2),
.clientbox.clientbox-grid.clientbox-col-6 > *:nth-of-type(n):nth-of-type(3),
.clientbox.clientbox-grid.clientbox-col-6 > *:nth-of-type(n):nth-of-type(4),
.clientbox.clientbox-grid.clientbox-col-6 > *:nth-of-type(n):nth-of-type(5),
.clientbox.clientbox-grid.clientbox-col-6 > *:nth-of-type(n):nth-of-type(6) {
border-top-width : 0;
}
}
.clientbox.clientbox-grid.clientbox-large > * {
padding : 30px 15px;
}
@media (min-width : 768px) {
.clientbox.clientbox-grid.clientbox-large > * {
padding : 40px 15px;
}
}
@media (min-width : 992px) {
.clientbox.clientbox-grid.clientbox-large > * {
padding : 60px 15px;
}
}
.clientbox.clientbox-grid.clientbox-base > * {
padding : 30px 15px;
}
@media (min-width : 768px) {
.clientbox.clientbox-grid.clientbox-base > * {
padding : 40px 15px;
}
}
@media (min-width : 992px) {
.clientbox.clientbox-grid.clientbox-base > * {
padding : 50px 15px;
}
}
.clientbox.clientbox-grid.clientbox-small > * {
padding : 30px 15px;
}
@media (min-width : 768px) {
.clientbox.clientbox-grid.clientbox-small > * {
padding : 40px 15px;
}
}
.clientbox.clientbox-grid.clientbox-tiny > * {
padding : 30px 15px;
} .contact-section form {
margin-bottom : 30px;
}
.contact-section .icon {
float     : left;
width     : 30px;
color     : #72c400;
font-size : 18px;
}
.contact-section .description {
float : left;
width : calc(100% - 30px);
}
.contact-section .description a {
color : #2f3542;
}
.contact-section .description a:hover {
color : #72c400;
}
.contact-section .company-location {
margin-top : 20px;
}
.contact-section .social-icons {
margin-top : 20px;
font-size  : 21px;
}
.contact-section .social-icons a {
margin-right : 20px;
color        : #2f3542;
}
.contact-section .about-company p {
margin-top : 20px;
}
.contact-section .follow-us {
margin-top : 50px;
}
.contact-section .general-contact,
.contact-section .reseller-enquire {
text-align : center;
}
.contact-section .general-contact i,
.contact-section .reseller-enquire i {
margin-right : 12px;
color        : #72c400;
font-size    : 18px;
}
.contact-section .general-contact a,
.contact-section .reseller-enquire a {
color : #2f3542;
}
.contact-section .general-contact a:hover,
.contact-section .reseller-enquire a:hover {
color : #72c400;
}
.contact-section.contact-section-6 .follow-us {
margin-top : 0;
}
.contact-section small.help-block {
display : none !important;
} .clock div.days-wrapper,
.clock div.hours-wrapper,
.clock div.mins-wrapper,
.clock div.sec-wrapper {
display   : inline-block;
min-width : 80px;
}
.countdown {
text-align : center;
}
.timer-digit {
margin-bottom : 24px;
}
.countdown.custom-countdown .content-wrap {
padding-top    : 70px;
padding-bottom : 60px;
}
.countdown.custom-countdown .content-wrap p {
margin-top : 20px;
font-size  : 14px;
}
.countdown.custom-countdown .clock {
max-width      : 700px;
margin         : 0 auto;
padding-top    : 50px;
padding-bottom : 50px;
}
.countdown .ClassyCountdown-value div {
font-weight : 800;
} [data-prgbar] {
position : relative;
display  : inline-block;
}
[data-prgbar] svg {
-webkit-transform : rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
-moz-transform    : rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
-o-transform      : rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
-ms-transform     : rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
-khtml-transform  : rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
transform         : rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
}
[data-prgbar][data-prgbar="line"] {
margin-bottom : 10px;
width         : 100%;
display       : block;
}
[data-prgbar][data-prgbar="line"] label {
float         : left;
margin-bottom : 10px;
width         : calc(100% - 50px);
font-weight   : 400;
font-size     : 14px;
}
[data-prgbar][data-prgbar="line"] svg {
margin-top        : 15px;
-webkit-transform : rotate(0deg);
-moz-transform    : rotate(0deg);
-o-transform      : rotate(0deg);
-ms-transform     : rotate(0deg);
-khtml-transform  : rotate(0deg);
transform         : rotate(0deg);
}
[data-prgbar][data-prgbar="line"] .progressbar-text {
position   : absolute;
top        : 0;
right      : 0;
width      : 50px;
text-align : right;
}
[data-prgbar][data-prgbar="line"] .progressbar-text span {
font-weight : 900;
}
[data-prgbar] .progressbar-text {
font-size : 18px;
}
[data-prgbar].prgbar-font-lg label {
font-size : 20px;
}
[data-prgbar].prgbar-font-lg .progressbar-text {
font-size : 24px;
}
[data-prgbar].prgbar-font-sm label {
font-size : 12px;
}
[data-prgbar].prgbar-font-sm .progressbar-text {
font-size : 14px;
} .prgbar-boxed {
padding : 15px 10px 20px 10px;
border  : 1px solid #bac0cd;
}
@media (min-width : 768px) {
.prgbar-boxed {
padding : 18px 20px 25px 20px;
}
}
@media (min-width : 992px) {
.prgbar-boxed {
padding : 25px 25px 35px 25px;
}
}
@media (min-width : 1200px) {
.prgbar-boxed {
padding : 35px 30px 45px 30px;
}
}
.prgbar-boxed.prgbar-boxed-dark {
background-color : #dfe2e8;
} .counter-bg-1 {
background-color    : #72c400;
background-position : center center;
background-repeat   : no-repeat;
}
.counter-bg-1 .counter-box .counter-icon,
.counter-bg-1 .counter-box .counter-number,
.counter-bg-1 .counter-box .counter-label {
color : #e9ecf2;
} .counter-box .counter-icon {
margin-bottom : 20px;
line-height   : 36px;
color         : #72c400;
font-size     : 36px;
}
.counter-box .counter-number {
margin-bottom : 24px;
line-height   : 36px;
color         : #2f3542;
font-size     : 36px;
font-weight   : 900;
}
.counter-box .counter-label {
margin-top  : 20px;
line-height : 12px;
color       : #2f3542;
font-size   : 12px;
}
.counter-box.counter-box-large .counter-icon {
line-height : 40px;
font-size   : 40px;
}
.counter-box.counter-box-large .counter-number {
line-height : 48px;
font-size   : 48px;
}
.counter-box.counter-box-large .counter-label {
line-height : 14px;
font-size   : 14px;
} .prgbar-row-gap {
padding : 0;
}
@media (min-width : 768px) {
.prgbar-row-gap {
padding : 20px 0;
}
}
.prgbar-row-mobilegap {
padding : 30px 0;
}
@media (min-width : 768px) {
.prgbar-row-mobilegap {
padding : 30px 0;
}
}
@media (min-width : 992px) {
.prgbar-row-mobilegap {
padding : 30px 0;
}
} img.parallax-type-bubble {
position : absolute;
bottom   : 0;
left     : 0;
}
.cta {
width               : 100%;
margin              : 0 auto;
background-position : top center;
background-size     : cover;
background-color    : #2f3542;
background-repeat   : no-repeat;
}
.cta[class*="cta-bg-cover-"] {
position : relative;
}
.cta[class*="cta-bg-cover-"]:before {
position : absolute;
top      : 0;
left     : 0;
width    : 100%;
height   : 100%;
content  : "";
display  : block;
z-index  : 1;
}
.cta[class*="cta-bg-cover-"].jarallax:before {
content : none;
}
.cta[class*="cta-bg-cover-"] [id^="jarallax-container-"] {
opacity : 0.4;
}
.cta[class*="cta-bg-cover-"] .cta-wrap {
position : inherit;
z-index  : 9;
}
.cta.cta-bg-cover-white {
background-color : #fff;
}
.cta.cta-bg-cover-white:before {
background-color : rgba(255, 255, 255, 0.8);
}
.cta.cta-bg-cover-black {
background-color : #2f3542;
}
.cta.cta-bg-cover-black:before {
background-color : rgba(47, 53, 66, 0.8);
}
.cta.cta-bg-cover-green {
background-color : #72c400;
}
.cta.cta-bg-cover-green:before {
background-color : rgba(114,196,0,0.6);
}
.cta .cta-wrap {
padding-top    : 70px;
padding-bottom : 70px;
}
.cta .cta-wrap .btn-wrap {
padding-top : 50px;
}
.cta .btn {
margin-bottom : 6px;
} .divider {
margin           : 0 auto 30px auto;
width            : 100%;
height           : 1px;
background-color : transparent;
border-bottom    : 1px solid #d5d7d9;
}
.divider.divider-bottom-small {
margin-bottom : 15px;
}
.divider.divider-color-black {
border-color : #2f3542;
}
.divider.divider-color-white {
border-color : #fff;
}
.divider.divider-color-light-gray {
border-color : #c1c1c1;
}
.divider.divider-left {
float  : left;
margin : 0;
}
.divider.divider-right {
float  : right;
margin : 0;
}
.divider.std-long {
max-width : 100%;
}
.divider.std-short {
max-width : 863px;
}
.divider.std-shortest {
max-width : 55px;
}
.divider.std-tiny {
max-width : 25px;
}
.divider.std-short-dbl {
max-width  : 863px;
height     : 3px;
border-top : 1px solid #d5d7d9;
}
.divider.styled-1,
.divider.styled-2 {
position            : relative;
max-width           : 160px;
height              : 18px;
border-width        : 0;
background-position : center center;
background-repeat   : no-repeat;
}
.divider.styled-1:before,
.divider.styled-1:after,
.divider.styled-2:before,
.divider.styled-2:after {
content           : "";
width             : 55px;
height            : 1px;
background-color  : #d5d7d9;
border-color      : #d5d7d9;
position          : absolute;
top               : 50%;
-webkit-transform : translate(0, -50%);
-moz-transform    : translate(0, -50%);
-o-transform      : translate(0, -50%);
-ms-transform     : translate(0, -50%);
-khtml-transform  : translate(0, -50%);
transform         : translate(0, -50%);
}
.divider.styled-1:before,
.divider.styled-2:before {
left : 0;
}
.divider.styled-1:after,
.divider.styled-2:after {
right : 0;
}
.divider.v-divider {
width               : 1px;
height              : 60px;
border-bottom-width : 0;
border-left         : 1px solid #d5d7d9;
}
.divider.v-divider.styled-3 {
position : relative;
}
.divider.v-divider.styled-3:before,
.divider.v-divider.styled-3:after {
position              : absolute;
left                  : -4px;
width                 : 7px;
height                : 7px;
display               : block;
content               : "";
border                : 1px solid #d5d7d9;
-webkit-border-radius : 50%;
-moz-border-radius    : 50%;
-o-border-radius      : 50%;
-ms-border-radius     : 50%;
-khtml-border-radius  : 50%;
border-radius         : 50%;
}
.divider.v-divider.styled-3:before {
top : -6px;
}
.divider.v-divider.styled-3:after {
bottom : -6px;
} .dropcaps {
float       : left;
margin      : 8px 15px 5px 0;
font-family : "Playfair Display", sans-serif;
font-size   : 42px;
font-weight : 700;
font-style  : italic;
display     : inline-block;
}
.dropcaps.dropcaps-white {
color : #2f3542;
}
.dropcaps.dropcaps-green {
color : #72c400;
}
.dropcaps.dropcaps-gray {
color : #fff;
}
.dropcaps.dropcaps-cover-green {
background-color : #72c400;
}
.dropcaps.dropcaps-cover-quadrangle,
.dropcaps.dropcaps-cover-circle {
width       : 40px;
height      : 40px;
line-height : 38px;
text-align  : center;
font-size   : 24px;
}
.dropcaps.dropcaps-cover-quadrangle {
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
}
.dropcaps.dropcaps-cover-circle {
-webkit-border-radius : 50%;
-moz-border-radius    : 50%;
-o-border-radius      : 50%;
-ms-border-radius     : 50%;
-khtml-border-radius  : 50%;
border-radius         : 50%;
} .ampersand {
font-family : "Playfair Display", sans-serif;
font-size   : 130.33%;
}
.ampersand.ampersand-white {
color : #2f3542;
}
.ampersand.ampersand-green {
color : #72c400;
} .highlight {
padding               : 0 4px;
line-height           : 22px;
display               : inline-block;
-webkit-border-radius : 2px;
-moz-border-radius    : 2px;
-o-border-radius      : 2px;
-ms-border-radius     : 2px;
-khtml-border-radius  : 2px;
border-radius         : 2px;
}
.highlight.highlight-green {
color            : #fff;
background-color : #72c400;
}
.highlight.highlight-red {
color            : #fff;
background-color : #eb2c55;
}
.highlight.highlight-yellow {
color            : #2f3542;
background-color : #e7db53;
} [data-toggle="tooltip"] {
color   : #72c400;
display : inline-block;
} .faq {
padding-top    : 30px;
padding-bottom : 30px;
}
.faq .faq-logo {
padding-right : 16px;
font-size     : 44px;
font-weight   : 800;
}
.faq .faq-body {
margin-top : 6px;
width      : 80%;
} .featured-content .row-top-gap {
padding-top : 20px;
}
@media (min-width : 768px) {
.featured-content .row-top-gap {
padding-top : 40px;
}
}
@media (min-width : 992px) {
.featured-content .row-top-gap {
padding-top : 10px;
}
}
@media (min-width : 1200px) {
.featured-content .row-top-gap {
padding-top : 60px;
}
}
.featured-content .btn.btn-download {
margin-right : 15px;
}
.featured-content .btn.btn-download:last-of-type {
margin-right : 0;
} .filter-wrap {
margin         : 0;
padding-bottom : 20px;
width          : 100%;
}
.filter-wrap .filter-categories {
padding : 20px 0 50px 0;
}
.filter-wrap .filter-categories a {
margin                : 5px 0;
padding               : 5px 30px;
color                 : #2f3542;
display               : inline-block;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
}
.filter-wrap .filter-categories a.selected {
color            : #fff;
background-color : #72c400;
}
.filter-wrap .filter-boxes {
position           : relative;
-webkit-transition : all 0.5s ease-in-out;
-moz-transition    : all 0.5s ease-in-out;
-o-transition      : all 0.5s ease-in-out;
-ms-transition     : all 0.5s ease-in-out;
-khtml-transition  : all 0.5s ease-in-out;
transition         : all 0.5s ease-in-out;
}
.filter-wrap .filter-boxes .filter-box {
position           : absolute;
top                : 0;
left               : 0;
display            : block;
background-color   : #2f3542;
overflow           : hidden;
border             : 1px solid rgba(47, 53, 66, 0.2);
text-align         : center;
-webkit-opacity    : 0;
-moz-opacity       : 0;
-o-opacity         : 0;
-ms-opacity        : 0;
-khtml-opacity     : 0;
opacity            : 0;
-webkit-transform  : scale(0, 0);
-moz-transform     : scale(0, 0);
-o-transform       : scale(0, 0);
-ms-transform      : scale(0, 0);
-khtml-transform   : scale(0, 0);
transform          : scale(0, 0);
-webkit-transition : all 0.5s ease-in-out;
-moz-transition    : all 0.5s ease-in-out;
-o-transition      : all 0.5s ease-in-out;
-ms-transition     : all 0.5s ease-in-out;
-khtml-transition  : all 0.5s ease-in-out;
transition         : all 0.5s ease-in-out;
-webkit-box-shadow : 0 2px 8px rgba(0, 0, 0, 0.4);
-moz-box-shadow    : 0 2px 8px rgba(0, 0, 0, 0.4);
-o-box-shadow      : 0 2px 8px rgba(0, 0, 0, 0.4);
-ms-box-shadow     : 0 2px 8px rgba(0, 0, 0, 0.4);
-khtml-box-shadow  : 0 2px 8px rgba(0, 0, 0, 0.4);
box-shadow         : 0 2px 8px rgba(0, 0, 0, 0.4);  }
.filter-wrap .filter-boxes .filter-box.showBox {
-webkit-opacity   : 1;
-moz-opacity      : 1;
-o-opacity        : 1;
-ms-opacity       : 1;
-khtml-opacity    : 1;
opacity           : 1;
-webkit-transform : scale(1, 1);
-moz-transform    : scale(1, 1);
-o-transform      : scale(1, 1);
-ms-transform     : scale(1, 1);
-khtml-transform  : scale(1, 1);
transform         : scale(1, 1);
}
.filter-wrap .filter-boxes .filter-box img {
z-index            : 99;
width              : 100%;
-webkit-transition : all 0.5s ease-in-out;
-moz-transition    : all 0.5s ease-in-out;
-o-transition      : all 0.5s ease-in-out;
-ms-transition     : all 0.5s ease-in-out;
-khtml-transition  : all 0.5s ease-in-out;
transition         : all 0.5s ease-in-out;
}
.filter-wrap .filter-boxes .filter-box:hover img {
-webkit-opacity   : 0.2;
-moz-opacity      : 0.2;
-o-opacity        : 0.2;
-ms-opacity       : 0.2;
-khtml-opacity    : 0.2;
opacity           : 0.2;
-webkit-transform : scale(1.2, 1.2);
-moz-transform    : scale(1.2, 1.2);
-o-transform      : scale(1.2, 1.2);
-ms-transform     : scale(1.2, 1.2);
-khtml-transform  : scale(1.2, 1.2);
transform         : scale(1.2, 1.2);
}
.filter-wrap .filter-boxes .filter-box .box-desc {
position           : absolute;
top                : 150%;
left               : 0;
margin             : 0;
padding            : 10px;
width              : 100%;
text-align         : center;
z-index            : 999;
cursor             : pointer;
-webkit-transform  : translate(0, -50%);
-moz-transform     : translate(0, -50%);
-o-transform       : translate(0, -50%);
-ms-transform      : translate(0, -50%);
-khtml-transform   : translate(0, -50%);
transform          : translate(0, -50%);
-webkit-transition : all 0.5s ease-in-out;
-moz-transition    : all 0.5s ease-in-out;
-o-transition      : all 0.5s ease-in-out;
-ms-transition     : all 0.5s ease-in-out;
-khtml-transition  : all 0.5s ease-in-out;
transition         : all 0.5s ease-in-out;
-webkit-opacity    : 0;
-moz-opacity       : 0;
-o-opacity         : 0;
-ms-opacity        : 0;
-khtml-opacity     : 0;
opacity            : 0;
}
.filter-wrap .filter-boxes .filter-box .box-desc span {
margin      : 0 0 10px 0;
display     : block;
font-size   : 22px;
font-weight : 900;
color       : #fff;
cursor      : pointer;
}
.filter-wrap .filter-boxes .filter-box .box-desc p {
margin      : 0;
line-height : 20px;
font-size   : 14px;
color       : #fff;
cursor      : pointer;
}
.filter-wrap .filter-boxes .filter-box:hover .box-desc {
top               : 50%;
-webkit-opacity   : 1;
-moz-opacity      : 1;
-o-opacity        : 1;
-ms-opacity       : 1;
-khtml-opacity    : 1;
opacity           : 1;
-webkit-transform : translate(0 -50%);
-moz-transform    : translate(0 -50%);
-o-transform      : translate(0 -50%);
-ms-transform     : translate(0 -50%);
-khtml-transform  : translate(0 -50%);
transform         : translate(0 -50%);
} .footer-wrap {
padding          : 75px 0;
width            : 100%;
background-color : #e9ecf2;
}
.footer-wrap.footer-no-bg {
background-color : transparent;
}
.footer-wrap.footer-4,
.footer-wrap.footer-5 {
padding : 57px 0;
}
.footer-wrap a,
.footer-wrap .copyright {
width           : auto;
color           : #85888e;
font-size       : 12px;
text-decoration : none;
}
.footer-wrap a:hover {
color : #72c400;
}
.footer-wrap .footer-logo {
width   : auto;
padding : 15px 0;
}
.footer-wrap .copyright {
padding : 15px 0;
display : block;
}
.footer-wrap .copyright i {
color : #72c400;
}
.footer-wrap .social-icon-wrap {
padding : 15px 0;
}
.footer-wrap .social-icon-wrap a {
margin    : 0 10px;
font-size : 18px;
color     : #85888e;
display   : inline-block;
}
.footer-wrap .social-icon-wrap.social-icon-large a {
font-size : 24px;
}
.footer-wrap .footer-link {
padding : 15px 0;
}
.footer-wrap .footer-link a {
margin  : 0 10px;
display : inline-block;
}
.footer-wrap .followus {
font-size   : 14px;
color       : #85888e;
font-weight : 800;
}
.footer-wrap .followus a {
font-size : 14px;
color     : #72c400;
}
.footer-wrap .followus a:hover {
text-decoration : underline;
}
.footer-sidebar {
padding          : 90px 0 60px 0;
background-color : #eff2f8;
}
.footer-sidebar .sidebar-widget {
width         : 100%;
padding-left  : 15px;
padding-right : 15px;
}
@media (min-width : 768px) {
.footer-sidebar .sidebar-widget {
float : left;
width : 50%;
}
}
@media (min-width : 992px) {
.footer-sidebar .sidebar-widget {
width : 25%;
}
} .form-elem {
width : 100%;
}
.form-elem,
.form-elem *,
.form-elem *:before {
-webkit-transition : all 0.3s ease-in-out;
-moz-transition    : all 0.3s ease-in-out;
-o-transition      : all 0.3s ease-in-out;
-ms-transition     : all 0.3s ease-in-out;
-khtml-transition  : all 0.3s ease-in-out;
transition         : all 0.3s ease-in-out;
}
.form-elem label {
color       : #d8deeb;
font-weight : 400;
}
.form-elem .elem-icon,
.form-elem .elem-icon i {
-webkit-transition : 0s;
-moz-transition    : 0s;
-o-transition      : 0s;
-ms-transition     : 0s;
-khtml-transition  : 0s;
transition         : 0s;
}
.form-elem .text-disabled {
color : #c2c8d5;
}
.form-elem .text-checked {
color : #2f3542;
}
.form-elem.check-green .text-checked {
color : #72c400;
}
.form-elem.check-black .text-checked {
color : #2f3542;
}
.form-elem.input-box {
display               : inline-table;
vertical-align        : middle;
border                : 2px solid #bac0cd;
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
-o-border-radius      : 6px;
-ms-border-radius     : 6px;
-khtml-border-radius  : 6px;
border-radius         : 6px;
}
.form-elem.input-box.border-black {
border-color : #2f3542;
}
.form-elem.input-box.border-green {
border-color : #72c400;
}
.form-elem.input-box.border-white {
border-color : #e1e1e1;
}
.form-elem.input-box.border-gray {
border-color : #c1c1c1;
}
.form-elem.input-box .elem-icon {
width              : 48px;
height             : 45px;
display            : table-cell;
line-height        : 45px;
text-align         : center;
font-size          : 16px;
color              : #bac0cd;
vertical-align     : middle;
-webkit-transition : background-color 0.3s ease-in-out;
-moz-transition    : background-color 0.3s ease-in-out;
-o-transition      : background-color 0.3s ease-in-out;
-ms-transition     : background-color 0.3s ease-in-out;
-khtml-transition  : background-color 0.3s ease-in-out;
transition         : background-color 0.3s ease-in-out;
}
.form-elem.input-box.icon-boxed .elem-icon {
color            : #fff;
background-color : #c1c1c1;
}
.form-elem.input-box.icon-boxed .elem-icon:first-child {
-webkit-border-top-left-radius    : 4px;
-moz-border-top-left-radius       : 4px;
-o-border-top-left-radius         : 4px;
-ms-border-top-left-radius        : 4px;
-khtml-border-top-left-radius     : 4px;
border-top-left-radius            : 4px;
-webkit-border-bottom-left-radius : 4px;
-moz-border-bottom-left-radius    : 4px;
-o-border-bottom-left-radius      : 4px;
-ms-border-bottom-left-radius     : 4px;
-khtml-border-bottom-left-radius  : 4px;
border-bottom-left-radius         : 4px;
}
.form-elem.input-box.icon-boxed .elem-icon:last-child {
-webkit-border-top-right-radius    : 4px;
-moz-border-top-right-radius       : 4px;
-o-border-top-right-radius         : 4px;
-ms-border-top-right-radius        : 4px;
-khtml-border-top-right-radius     : 4px;
border-top-right-radius            : 4px;
-webkit-border-bottom-right-radius : 4px;
-moz-border-bottom-right-radius    : 4px;
-o-border-bottom-right-radius      : 4px;
-ms-border-bottom-right-radius     : 4px;
-khtml-border-bottom-right-radius  : 4px;
border-bottom-right-radius         : 4px;
}
.form-elem.input-box.icon-boxed.border-black .elem-icon {
background-color : #2f3542;
}
.form-elem.input-box.icon-boxed.border-green .elem-icon {
background-color : #72c400;
}
.form-elem.input-box.icon-boxed.border-white .elem-icon {
background-color : #e1e1e1;
}
.form-elem.input-box.icon-boxed.border-gray .elem-icon {
background-color : #c1c1c1;
}
.form-elem.input-box input {
padding            : 0 15px;
width              : 100%;
height             : 45px;
display            : table-cell;
line-height        : 45px;
color              : #4d5360;
font-size          : 14px;
border-width       : 0;
vertical-align     : middle;
background-color   : transparent;
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
}
.form-elem.input-box.color-white * {
color : #fff;
}
.form-elem.input-box.color-black * {
color : #2f3542;
}
.form-elem.input-box.color-green * {
color : #72c400;
}
.form-elem.textarea-box {
position              : relative;
display               : inline-block;
border                : 2px solid #bac0cd;
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
-o-border-radius      : 6px;
-ms-border-radius     : 6px;
-khtml-border-radius  : 6px;
border-radius         : 6px;
}
.form-elem.textarea-box .elem-icon {
position  : absolute;
top       : 3px;
right     : 9px;
font-size : 14px;
color     : #bac0cd;
}
.form-elem.textarea-box textarea {
padding            : 12px 16px;
width              : 100%;
display            : block;
resize             : none;
color              : #4d5360;
font-size          : 14px;
border-width       : 0;
background-color   : transparent;
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
}
.form-elem.textarea-box.color-white * {
color : #fff;
}
.form-elem.textarea-box.color-black * {
color : #2f3542;
}
.form-elem.textarea-box.color-green *,
.form-elem.form-elem-hover .elem-icon {
color : #72c400;
}
.form-elem.form-elem-hover {
border-color : #72c400;
}
.form-elem.form-elem-hover.color-hover-white .elem-icon,
.form-elem.form-elem-hover.color-hover-white input,
.form-elem.form-elem-hover.color-hover-white textarea {
color : #fff;
}
.form-elem.form-elem-hover.color-hover-green .elem-icon,
.form-elem.form-elem-hover.color-hover-green input,
.form-elem.form-elem-hover.color-hover-green textarea {
color : #72c400;
}
.form-elem.form-elem-hover.color-hover-black .elem-icon,
.form-elem.form-elem-hover.color-hover-black input,
.form-elem.form-elem-hover.color-hover-black textarea {
color : #2f3542;
}
.form-elem.form-elem-hover.icon-boxed {
border-color : #bac0cd;
}
.form-elem.form-elem-hover.icon-boxed .elem-icon {
background-color : #bac0cd;
}
.form-elem.form-elem-hover.border-black {
border-color : #2f3542;
}
.form-elem.form-elem-hover.border-black.icon-boxed .elem-icon {
background-color : #2f3542;
}
.form-elem.form-elem-hover.border-green {
border-color : #72c400;
}
.form-elem.form-elem-hover.border-green.icon-boxed .elem-icon {
background-color : #72c400;
}
.form-elem.form-elem-hover.border-white {
border-color : #fff;
}
.form-elem.form-elem-hover.border-white.icon-boxed .elem-icon {
background-color : #fff;
}
.form-elem.form-elem-hover.border-gray {
border-color : #c1c1c1;
}
.form-elem.form-elem-hover.border-gray.icon-boxed .elem-icon {
background-color : #c1c1c1;
}
.form-elem.form-elem-focus {
border-color : #72c400;
}
.form-elem.form-elem-focus .elem-icon {
color : #72c400;
}
.form-elem.form-elem-focus.color-focus-white .elem-icon,
.form-elem.form-elem-focus.color-focus-white input,
.form-elem.form-elem-focus.color-focus-white textarea {
color : #fff;
}
.form-elem.form-elem-focus.color-focus-green .elem-icon,
.form-elem.form-elem-focus.color-focus-green input,
.form-elem.form-elem-focus.color-focus-green textarea {
color : #72c400;
}
.form-elem.form-elem-focus.color-focus-black .elem-icon,
.form-elem.form-elem-focus.color-focus-black input,
.form-elem.form-elem-focus.color-focus-black textarea {
color : #2f3542;
}
.form-elem.form-elem-focus.icon-boxed {
border-color : #72c400;
}
.form-elem.form-elem-focus.icon-boxed .elem-icon {
color            : #e9ecf2;
background-color : #72c400;
}
.form-elem.form-elem-focus.border-black {
border-color : #2f3542;
}
.form-elem.form-elem-focus.border-black.icon-boxed .elem-icon {
background-color : #2f3542;
}
.form-elem.form-elem-focus.border-green {
border-color : #72c400;
}
.form-elem.form-elem-focus.border-green.icon-boxed .elem-icon {
background-color : #72c400;
}
.form-elem.form-elem-focus.border-white {
border-color : #fff;
}
.form-elem.form-elem-focus.border-white.icon-boxed .elem-icon {
background-color : #fff;
}
.form-elem.form-elem-focus.border-gray {
border-color       : #c1c1c1;
-webkit-box-shadow : 0 0 15px #c1c1c1;
-moz-box-shadow    : 0 0 15px #c1c1c1;
-o-box-shadow      : 0 0 15px #c1c1c1;
-ms-box-shadow     : 0 0 15px #c1c1c1;
-khtml-box-shadow  : 0 0 15px #c1c1c1;
box-shadow         : 0 0 15px #c1c1c1;
}
.form-elem.form-elem-focus.border-gray.icon-boxed .elem-icon {
background-color : #c1c1c1;
}
.form-elem.placeholder-white *::-webkit-input-placeholder,
.form-elem.placeholder-white *:-ms-input-placeholder,
.form-elem.placeholder-white *::-ms-input-placeholder {
color : #fff;
}
.form-elem.placeholder-white *:-moz-placeholder,
.form-elem.placeholder-white *::-moz-placeholder {
color   : #fff;
opacity : 1;
}
.form-elem.placeholder-black *::-webkit-input-placeholder,
.form-elem.placeholder-black *:-ms-input-placeholder,
.form-elem.placeholder-black *::-ms-input-placeholder {
color : #2f3542;
}
.form-elem.placeholder-black *:-moz-placeholder,
.form-elem.placeholder-black *::-moz-placeholder {
color   : #2f3542;
opacity : 1;
}
.form-elem.placeholder-green *::-webkit-input-placeholder,
.form-elem.placeholder-green *:-ms-input-placeholder,
.form-elem.placeholder-green *::-ms-input-placeholder {
color : #72c400;
}
.form-elem.placeholder-green *:-moz-placeholder,
.form-elem.placeholder-green *::-moz-placeholder {
color   : #72c400;
opacity : 1;
}
.form-elem.check-box .elem-wrap,
.form-elem.radio-box .elem-wrap {
float   : left;
margin  : 3px 15px 3px 0;
width   : 20px;
height  : 20px;
display : inline-block;
}
.form-elem.check-box .elem-wrap input,
.form-elem.radio-box .elem-wrap input {
display : none;
}
.form-elem.check-box .elem-wrap label,
.form-elem.radio-box .elem-wrap label {
position              : relative;
margin                : 0;
padding               : 0;
width                 : 20px;
height                : 20px;
text-align            : center;
color                 : #72c400;
border                : 2px solid #d8deeb;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
}
.form-elem.check-box .elem-wrap label:before,
.form-elem.radio-box .elem-wrap label:before {
position          : absolute;
top               : 48%;
left              : 53%;
content           : "";
line-height       : 16px;
font              : normal normal normal 12px FontAwesome;
-webkit-transform : translate(-50%, -50%);
-moz-transform    : translate(-50%, -50%);
-o-transform      : translate(-50%, -50%);
-ms-transform     : translate(-50%, -50%);
-khtml-transform  : translate(-50%, -50%);
transform         : translate(-50%, -50%);
}
.form-elem.check-box .elem-wrap input:focus + label,
.form-elem.check-box .elem-wrap label:hover,
.form-elem.radio-box .elem-wrap input:focus + label,
.form-elem.radio-box .elem-wrap label:hover {
border-color : #72c400;
}
.form-elem.check-box .elem-wrap input:checked + label,
.form-elem.radio-box .elem-wrap input:checked + label {
border-color : #72c400;
}
.form-elem.check-box .elem-wrap input:checked + label:before,
.form-elem.radio-box .elem-wrap input:checked + label:before {
content : "\f00c";
}
.form-elem.check-box .elem-wrap input:disabled + label,
.form-elem.radio-box .elem-wrap input:disabled + label {
border-color       : #c2c8d5;
color              : #c2c8d5;
-webkit-box-shadow : none;
-moz-box-shadow    : none;
-o-box-shadow      : none;
-ms-box-shadow     : none;
-khtml-box-shadow  : none;
box-shadow         : none;
}
.form-elem.check-box.check-green input + label,
.form-elem.radio-box.check-green input + label {
border-color : #72c400;
color        : #e9ecf2;
}
.form-elem.check-box.check-green input:checked + label,
.form-elem.radio-box.check-green input:checked + label {
background-color : #72c400;
}
.form-elem.check-box.check-green input:disabled + label,
.form-elem.radio-box.check-green input:disabled + label {
border-color     : #c2c8d5;
color            : #e9ecf2;
background-color : #c2c8d5;
}
.form-elem.check-box.check-black input + label,
.form-elem.radio-box.check-black input + label {
border-color : #fff;
color        : #fff;
}
.form-elem.check-box.check-black input:checked + label,
.form-elem.radio-box.check-black input:checked + label {
border-color     : #fff;
background-color : transparent;
}
.form-elem.check-box.check-black input:disabled + label,
.form-elem.radio-box.check-black input:disabled + label {
border-color : #c2c8d5;
}
.form-elem.radio-box .elem-wrap label {
-webkit-border-radius : 50%;
-moz-border-radius    : 50%;
-o-border-radius      : 50%;
-ms-border-radius     : 50%;
-khtml-border-radius  : 50%;
border-radius         : 50%;
}
.form-elem.radio-box .elem-wrap input:checked + label:before {
content   : "\f111";
font-size : 11px;
}
.form-elem.switch-box .elem-wrap {
float   : left;
margin  : 4px 15px 2px 0;
width   : 46px;
height  : 23px;
display : inline-block;
}
.form-elem.switch-box .elem-wrap input {
display : none;
}
.form-elem.switch-box .elem-wrap label {
position              : relative;
margin                : 0;
padding               : 0;
width                 : 100%;
height                : 23px;
text-align            : center;
border                : 1px solid #a6acb9;
-webkit-border-radius : 11px;
-moz-border-radius    : 11px;
-o-border-radius      : 11px;
-ms-border-radius     : 11px;
-khtml-border-radius  : 11px;
border-radius         : 11px;
}
.form-elem.switch-box .elem-wrap label:before {
position              : absolute;
top                   : 2px;
left                  : 2px;
width                 : 17px;
height                : 17px;
content               : "";
background-color      : #a6acb9;
-webkit-border-radius : 50%;
-moz-border-radius    : 50%;
-o-border-radius      : 50%;
-ms-border-radius     : 50%;
-khtml-border-radius  : 50%;
border-radius         : 50%;
}
.form-elem.switch-box .elem-wrap input:focus + label,
.form-elem.switch-box .elem-wrap label:hover {
border-color : #72c400;
}
.form-elem.switch-box .elem-wrap input:focus + label:before,
.form-elem.switch-box .elem-wrap label:hover:before {
background-color : #72c400;
}
.form-elem.switch-box .elem-wrap input:checked + label {
border-color     : #72c400;
background-color : #72c400;
}
.form-elem.switch-box .elem-wrap input:checked + label:before {
left             : calc(100% - 20px);
background-color : #fff;
}
.form-elem.switch-box .elem-wrap input:disabled + label {
border-color       : #ced4e1;
background-color   : #ced4e1;
color              : #ced4e1;
-webkit-box-shadow : none;
-moz-box-shadow    : none;
-o-box-shadow      : none;
-ms-box-shadow     : none;
-khtml-box-shadow  : none;
box-shadow         : none;
}
.form-elem.switch-box .elem-wrap input:disabled + label:before {
background-color : #fff;
}
.form-elem.select-box * {
line-height : 14px;
color       : #a4a9b4;
font-family : "Raleway", sans-serif;
font-size   : 14px;
font-weight : 600;
}
.form-elem.select-box .customSelect { }
.form-elem.select-box .customSelect select {
display : none;
}
.form-elem.select-box .customSelect select.use-default {
position : absolute;
top      : 0;
left     : 0;
height   : 100%;
width    : 100%;
opacity  : 0;
display  : block;
z-index  : 9;
}
.form-elem.select-box .customSelect .selectValueWrap {
position              : relative;
border                : 2px solid #c1c1c1;
-webkit-border-radius : 5px;
-moz-border-radius    : 5px;
-o-border-radius      : 5px;
-ms-border-radius     : 5px;
-khtml-border-radius  : 5px;
border-radius         : 5px;
}
.form-elem.select-box .customSelect .selectValueWrap .selectedValue {
padding               : 15px 30px 15px 15px;
min-height            : 44px;
display               : block;
background            : #fff;
border-width          : 0;
text-shadow           : none;
-webkit-box-shadow    : none;
-moz-box-shadow       : none;
-o-box-shadow         : none;
-ms-box-shadow        : none;
-khtml-box-shadow     : none;
box-shadow            : none;
-webkit-border-radius : 0;
-moz-border-radius    : 0;
-o-border-radius      : 0;
-ms-border-radius     : 0;
-khtml-border-radius  : 0;
border-radius         : 0;
}
.form-elem.select-box .customSelect .selectValueWrap .caret {
position           : absolute;
top                : calc(50% - 6px);
right              : 15px;
width              : 8px;
height             : 8px;
display            : block;
border             : 2px solid #a4a9b4;
border-top-width   : 0;
border-right-width : 0;
-webkit-transform  : rotate(-45deg);
-moz-transform     : rotate(-45deg);
-o-transform       : rotate(-45deg);
-ms-transform      : rotate(-45deg);
-khtml-transform   : rotate(-45deg);
transform          : rotate(-45deg);
}
.form-elem.select-box .customSelect .selectValueWrap:hover,
.form-elem.select-box .customSelect .selectValueWrap:hover .caret {
border-color : #72c400;
}
.form-elem.select-box .customSelect .selectValueWrap:hover .selectedValue {
color : #c1c1c1;
}
.form-elem.select-box .customSelect .selectList {
position                           : absolute;
margin                             : -2px 0 0 0;
padding                            : 0 15px;
width                              : 100%;
max-height                         : 0;
border                             : 2px solid #c1c1c1;
border-top-width                   : 0;
border-bottom-width                : 0;
background-color                   : #fff;
overflow                           : hidden;
-webkit-box-shadow                 : none;
-moz-box-shadow                    : none;
-o-box-shadow                      : none;
-ms-box-shadow                     : none;
-khtml-box-shadow                  : none;
box-shadow                         : none;
-webkit-border-radius              : 0;
-moz-border-radius                 : 0;
-o-border-radius                   : 0;
-ms-border-radius                  : 0;
-khtml-border-radius               : 0;
border-radius                      : 0;
-webkit-border-bottom-left-radius  : 5px;
-moz-border-bottom-left-radius     : 5px;
-o-border-bottom-left-radius       : 5px;
-ms-border-bottom-left-radius      : 5px;
-khtml-border-bottom-left-radius   : 5px;
border-bottom-left-radius          : 5px;
-webkit-border-bottom-right-radius : 5px;
-moz-border-bottom-right-radius    : 5px;
-o-border-bottom-right-radius      : 5px;
-ms-border-bottom-right-radius     : 5px;
-khtml-border-bottom-right-radius  : 5px;
border-bottom-right-radius         : 5px;
-webkit-opacity                    : 0;
-moz-opacity                       : 0;
-o-opacity                         : 0;
-ms-opacity                        : 0;
-khtml-opacity                     : 0;
opacity                            : 0;
}
.form-elem.select-box .customSelect .selectList:before {
content          : "";
position         : absolute;
top              : 0;
left             : 15px;
width            : calc(100% - 30px);
height           : 1px;
display          : block;
background-color : #e9ecf2;
}
.form-elem.select-box .customSelect .selectList .selectListOuterWrap {
margin : 0 -5px;
}
.form-elem.select-box .customSelect .selectList dl {
background-color : transparent;
}
.form-elem.select-box .customSelect .selectList dl dd {
margin-bottom         : 2px;
padding               : 10px;
min-height            : 24px;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
filter                : none;
}
.form-elem.select-box .customSelect .selectList dl dd:last-of-type {
margin-bottom : 0;
}
.form-elem.select-box .customSelect .selectList dl dd:hover,
.form-elem.select-box .customSelect .selectList dl dd.selected {
color      : #72c400;
background : transparent;
}
.form-elem.select-box .customSelect.select-open .selectValueWrap {
border-color                       : #c1c1c1;
border-bottom-color                : transparent;
-webkit-border-bottom-left-radius  : 0;
-moz-border-bottom-left-radius     : 0;
-o-border-bottom-left-radius       : 0;
-ms-border-bottom-left-radius      : 0;
-khtml-border-bottom-left-radius   : 0;
border-bottom-left-radius          : 0;
-webkit-border-bottom-right-radius : 0;
-moz-border-bottom-right-radius    : 0;
-o-border-bottom-right-radius      : 0;
-ms-border-bottom-right-radius     : 0;
-khtml-border-bottom-right-radius  : 0;
border-bottom-right-radius         : 0;
}
.form-elem.select-box .customSelect.select-open .selectValueWrap .selectedValue {
color : #a4a9b4;
}
.form-elem.select-box .customSelect.select-open .selectValueWrap .caret {
top               : calc(50% - 2px);
border-color      : #bac0cd;
-webkit-transform : rotate(135deg);
-moz-transform    : rotate(135deg);
-o-transform      : rotate(135deg);
-ms-transform     : rotate(135deg);
-khtml-transform  : rotate(135deg);
transform         : rotate(135deg);
}
.form-elem.select-box .customSelect.select-open .selectList {
padding             : 14px 15px;
max-height          : 210px;
border-bottom-width : 2px;
-webkit-opacity     : 1;
-moz-opacity        : 1;
-o-opacity          : 1;
-ms-opacity         : 1;
-khtml-opacity      : 1;
opacity             : 1;
}
.form-elem.select-box .customSelect .jspVerticalBar {
width : 4px;
}
.form-elem.select-box .customSelect .jspVerticalBar .jspTrack {
right      : 0;
background : #bac0cd;
}
.form-elem.select-box .customSelect .jspVerticalBar .jspDrag {
background      : #72c400;
-webkit-opacity : 1;
-moz-opacity    : 1;
-o-opacity      : 1;
-ms-opacity     : 1;
-khtml-opacity  : 1;
opacity         : 1;
}
.form-elem.select-box.full-width .customSelect,
.form-elem.select-box.full-width .selectList {
width : 100%;
}
.form-elem.select-box.theme-border-green .customSelect .selectValueWrap,
.form-elem.select-box.theme-border-green .customSelect .selectList {
color        : #fff;
border-color : #72c400;
}
.form-elem.select-box.theme-gray .customSelect.select-open .selectList dl dd:hover,
.form-elem.select-box.theme-gray .customSelect.select-open .selectList dl dd.selected {
color            : #fff;
background-color : #72c400;
}
.form-elem.select-box.theme-gray .jspVerticalBar .jspTrack {
background : #ced4e1;
}
.form-elem.select-box.theme-green .customSelect.select-open .selectValueWrap {
border-color : #72c400;
}
.form-elem.select-box.theme-green .customSelect.select-open .selectValueWrap .caret {
border-color : #fff;
}
.form-elem.select-box.theme-green .customSelect.select-open .selectValueWrap .selectedValue {
color            : #fff;
background-color : #72c400;
}
.form-elem.select-box.theme-green .customSelect.select-open .selectValueWrap .selectedValue:before {
background-color : #e9ecf2;
}
.form-elem.select-box.theme-green .customSelect.select-open .selectList {
border-color     : #72c400;
background-color : #72c400;
}
.form-elem.select-box.theme-green .customSelect.select-open .selectList:before {
background : #5eb000;
}
.form-elem.select-box.theme-green .customSelect.select-open .selectList dl dd {
color : #fff;
}
.form-elem.select-box.theme-green .customSelect.select-open .selectList dl dd:hover,
.form-elem.select-box.theme-green .customSelect.select-open .selectList dl dd.selected {
color            : #72c400;
background-color : #fff;
}
.form-elem.select-box.theme-green .jspVerticalBar .jspTrack {
background : #5eb000;
}
.form-elem.select-box.theme-green .jspVerticalBar .jspDrag {
background-color : #e9ecf2;
}
.form-elem.slider-box .slider {
width : 100%;
}
.form-elem.slider-box .slider .tooltip.top,
.form-elem.slider-box .slider .slider-tick,
.form-elem.slider-box .slider .slider-handle {
-webkit-opacity    : 1;
-moz-opacity       : 1;
-o-opacity         : 1;
-ms-opacity        : 1;
-khtml-opacity     : 1;
opacity            : 1;
-webkit-transition : 0.1s;
-moz-transition    : 0.1s;
-o-transition      : 0.1s;
-ms-transition     : 0.1s;
-khtml-transition  : 0.1s;
transition         : 0.1s;
}
.form-elem.slider-box .slider .slider-track {
background : #e9ecf2;
}
.form-elem.slider-box .slider.slider-horizontal .slider-track {
margin-top : -4px;
height     : 7px;
}
.form-elem.slider-box .slider.slider-vertical .slider-track {
left  : 34%;
width : 7px;
}
.form-elem.slider-box .slider .slider-track,
.form-elem.slider-box .slider .slider-track-low,
.form-elem.slider-box .slider .slider-track-high,
.form-elem.slider-box .slider .slider-selection {
-webkit-border-radius : 0;
-moz-border-radius    : 0;
-o-border-radius      : 0;
-ms-border-radius     : 0;
-khtml-border-radius  : 0;
border-radius         : 0;
filter                : none;
}
.form-elem.slider-box .slider .slider-handle,
.form-elem.slider-box .slider .slider-selection {
background : #72c400;
}
.form-elem.slider-box .slider .tooltip-inner {
font-family      : "Raleway", sans-serif;
font-weight      : 500;
color            : white !important;
background-color : #72c400;
}
.form-elem.slider-box .slider .tooltip.top .tooltip-arrow {
border-top-color : #72c400;
}
.form-elem.slider-box .slider .tooltip.bottom .tooltip-arrow {
border-bottom-color : #72c400;
}
.form-elem.slider-box.no-handle .slider .slider-handle {
visibility : hidden;
} .has-error .form-elem.input-box,
.has-error .form-elem.textarea-box {
border-color : #d06485;
}
.has-error .form-elem.check-box > label,
.has-error .form-elem.radio-box > label,
.has-error .form-elem.switch-box > label {
color : #d06485;
}  .sa-ww-gallery-container {
position : relative;
}
.sa-ww-gallery-container .gallery-6,
.sa-ww-gallery-container .gallery-7 {
width      : 100%;
height     : 500px;
position   : relative;
clear      : both;
overflow   : hidden;
transition : none;
}
.sa-ww-gallery-container .gallery-6 img,
.sa-ww-gallery-container .gallery-7 img {
visibility : hidden;
cursor     : pointer;
}
.sa-ww-gallery-container .gallery-6 {
height : 640px;
}
.sa-ww-gallery-container .sa-ww-ga-ctrl {
position : absolute;
top      : 45%;
}
.sa-ww-gallery-container .sa-ww-ga-ctrl.sa-ww-ga-next {
right : -20px;
}
.sa-ww-gallery-container .sa-ww-ga-ctrl.sa-ww-ga-prev {
left : -20px;
}
.sa-ww-gallery-container .sa-ww-ga-ctrl .fa {
font-size : 36px;
color     : #818181;
}
.sa-ww-gallery-container .sa-ww-ga-ctrl .fa:hover {
color : #a1a1a1;
} .owl-fluid-wrapper {
margin-left      : -15px;
margin-right     : -15px;
padding-left     : 30px;
padding-right    : 30px;
padding-top      : 30px;
padding-bottom   : 30px;
background-color : #efefef;
}
.owl-fluid-wrapper .sa-gallery-container {
width  : calc(100% - 120px);
margin : 0 auto;
}  .gmarker-wrapper {
position              : relative;
margin                : 0 auto 15px;
padding               : 15px;
-webkit-border-radius : 1px;
-moz-border-radius    : 1px;
-o-border-radius      : 1px;
-ms-border-radius     : 1px;
-khtml-border-radius  : 1px;
border-radius         : 1px;
}
.gmarker-wrapper.gmarker-small {
padding : 10px;
}
.gmarker-wrapper:after {
content      : "";
display      : block;
position     : absolute;
left         : calc(50% - 10px);
bottom       : -9px;
border-left  : 10px solid transparent;
border-right : 10px solid transparent;
border-top   : 10px solid #222631;
}
.gmarker-wrapper .icon-gmarker {
width : 100%;
}
.gmarker-wrapper.gmarker-nowrap {
padding          : 0;
width            : 44px;
height           : 54px;
background-color : transparent;
}
.gmarker-wrapper.gmarker-nowrap:after {
display : none;
}
.gmarker-wrapper .address-1,
.gmarker-wrapper .address-2 {
margin      : 0;
padding     : 0;
font-size   : 13px;
line-height : 1.2em;
}
.gmarker-wrapper .address-1 {
margin-top : 0.5em;
}
.gmarker-wrapper .address-2 {
line-height   : 1.25em;
margin-bottom : 1.25em;
}
.gmarker-wrapper .link {
font-size   : 13px;
font-weight : 700;
}
.gmarker-small {
width  : 60px;
height : 60px;
}
.gmarker-normal {
width : 160px;
}
.gmarker-large {
width         : 300px;
height        : 140px;
margin-bottom : 42px;
padding       : 20px 30px;
}
.gmarker-large:after {
content            : "";
display            : block;
position           : absolute;
left               : calc(50% - 90px);
bottom             : -40px;
width              : 0;
height             : 0;
border             : 0 solid transparent;
border-top         : 43px solid;
border-left-width  : 64px;
border-right-width : 0;
-webkit-transform  : skewX(48deg);
-moz-transform     : skewX(48deg);
transform          : skewX(48deg);
}
.gmarker-large.gmarker-black:after {
border-top-color : #222631;
}
.gmarker-large.gmarker-white:after {
border-top-color : #fff;
}
.gmarker-large.gmarker-green:after {
border-top-color : #72c400;
}
.gmarker-black {
background-color : #222631;
}
.gmarker-black:after {
border-top-color : #222631;
}
.gmarker-black .title,
.gmarker-black .address-1,
.gmarker-black .address-2 {
color : #fff;
}
.gmarker-white {
background-color : #fff;
}
.gmarker-white:after {
border-top-color : #fff;
}
.gmarker-white .title,
.gmarker-white .address-1,
.gmarker-white .address-2 {
color : #2f3542;
}
.gmarker-green {
background-color : #72c400;
}
.gmarker-green:after {
border-top-color : #72c400;
}
.gmarker-green .title,
.gmarker-green .link,
.gmarker-green .address-1,
.gmarker-green .address-2 {
color : #fff;
}
.gmarker-left:after {
left  : 20px;
right : auto;
}
.gmarker-right:after {
left  : auto;
right : 20px;
} .gmap-container {
width  : 100%;
height : 400px;
}
.gmap-container.gmap-container-large {
height : 500px;
}
.gmap-container .gmarker-small,
.gmap-container .gmarker-normal {
top : -10px;
}
.gmap-container .gmarker-large {
top : -42px;
} .desc-container {
padding    : 5%;
max-height : initial;
}
.half-container {
width : 100%;
float : none;
}
.gmap-wrapper.dark-wrapper {
background-color : #2a2c30;
}
.gmap-wrapper.dark-wrapper h2 {
color : #72c400;
}
.gmap-wrapper.dark-wrapper p {
color : #fff;
}
.gmap-wrapper.green-wrapper {
background-color : #72c400;
}
.gmap-wrapper.green-wrapper h2,
.gmap-wrapper.green-wrapper p {
color : #2a2c30;
}
.gmap-wrapper.white-wrapper {
background-color : #c8c8c8;
}
.gmap-wrapper.white-wrapper h2,
.gmap-wrapper.white-wrapper p {
color : #2a2c30;
}
@media (min-width : 992px) {
.desc-container {
max-height : 400px;
}
.half-container {
width : 50%;
float : left;
}
}  .logo {
position : absolute;
top      : 0;
left     : 20px;
width    : 160px;
height   : 60px;
margin   : 0 10px;
z-index  : 999;
}
.logo_img_inverse {
display : none;
}
.logo a {
position : relative;
display  : block;
width    : 100%;
height   : 100%;
}
.logo img {
position          : absolute;
top               : 50%;
left              : 50%;
display           : block;
max-width         : 100%;
max-height        : 100%;
-webkit-transform : translate(-50%, -50%);
-moz-transform    : translate(-50%, -50%);
-ms-transform     : translate(-50%, -50%);
-o-transform      : translate(-50%, -50%);
transform         : translate(-50%, -50%);
} .x-menu-toggle {
position : relative;
cursor   : pointer;
padding  : 12px 28px 15px 3px;
margin   : 17px 30px 17px 10px;
z-index  : 99;
}
.x-menu-toggle span,
.x-menu-toggle span:after,
.x-menu-toggle span:before {
cursor             : pointer;
height             : 2px;
width              : 25px;
background         : #2f3542;
position           : absolute;
display            : block;
content            : "";
-webkit-transition : all .2s ease-in-out;
-moz-transition    : all .2s ease-in-out;
-o-transition      : all .2s ease-in-out;
-ms-transition     : all .2s ease-in-out;
-khtml-transition  : all .2s ease-in-out;
transition         : all .2s ease-in-out;
}
.x-menu-toggle span:after {
top : -9px;
}
.x-menu-toggle span:before {
bottom : -9px;
}
.x-menu-toggle.active span {
background-color : transparent;
}
.x-menu-toggle.active span:after,
.x-menu-toggle.active span:before {
top : 0;
}
.x-menu-toggle.active span:after {
-webkit-transform : rotate(45deg);
-moz-transform    : rotate(45deg);
-o-transform      : rotate(45deg);
-ms-transform     : rotate(45deg);
-khtml-transform  : rotate(45deg);
transform         : rotate(45deg);
}
.x-menu-toggle.active span:before {
-webkit-transform : rotate(-45deg);
-moz-transform    : rotate(-45deg);
-o-transform      : rotate(-45deg);
-ms-transform     : rotate(-45deg);
-khtml-transform  : rotate(-45deg);
transform         : rotate(-45deg);
}
.x-menu-toggle.toggle-right {
float : right;
} .x-menu-wrapper {
min-height : 60px;
}
.x-menu {
margin     : 0;
padding    : 0 10px;
list-style : none;
clear      : both;
*zoom      : 1;
}
.x-menu:before,
.x-menu:after {
content : " ";
display : table;
}
.x-menu:after {
clear : both;
}
.x-menu.mob-nav {
padding : 0 0 20px 0;
}
.x-menu ul {
margin     : 0;
padding    : 0;
list-style : none;
}
.x-menu li {
position : relative;
margin   : 0;
padding  : 0;
}
.x-menu li ul {
position : absolute;
display  : none;
}
.x-menu li li {
min-width : 200px;
}
.x-menu li li.hover > ul {
top               : 0;
left              : 100%;
display           : block;
-webkit-animation : fadeIn .3s ease-in-out 1 0s none normal;
-o-animation      : fadeIn .3s ease-in-out 1 0s none normal;
animation         : fadeIn .3s ease-in-out 1 0s none normal;
}
.x-menu li li a {
position : relative;
z-index  : 100;
padding  : 10px;
}
.x-menu li li .parent-wrap a {
border-top-width : 0;
}
.x-menu > li .parent-wrap:after {
content     : "\f107";
display     : block;
position    : absolute;
top         : 15px;
right       : 10px;
font-family : "FontAwesome";
}
@media (max-width : 1024px) {
.x-menu > li .parent-wrap:after {
content : "\f107";
top     : 12px;
}
.x-menu li.hover > .parent-wrap:after {
content : "\f106";
}
}
.x-menu > li li .parent-wrap:after {
top : 10px;
}
.x-menu li li li a {
z-index : 200;
}
.x-menu li.btn-wrapper {
text-align : center;
}
.x-menu > li {
float : left;
}
.x-menu > li.hover > ul {
display           : block;
-webkit-animation : fadeIn .3s ease-in-out 1 0s none normal;
-o-animation      : fadeIn .3s ease-in-out 1 0s none normal;
animation         : fadeIn .3s ease-in-out 1 0s none normal;
}
@-webkit-keyframes fadeIn {
0% {
display    : block;
visibility : visible;
opacity    : 0;
}
100% {
opacity : 1;
}
}
.x-menu > li.hover > a {
background-color : #f3f3f3;
}
.x-menu > li.hover > a.parent {
background-repeat   : no-repeat;
background-position : right;
}
.x-menu > li > a {
display     : block;
padding     : 15px;
line-height : 30px;
}
.x-menu > li > .parent-wrap:hover:before {
color : #72c400;
}
.x-menu a {
position : relative;
padding  : 15px;
display  : inline-block;
color    : #2f3542;
}
.x-menu a:hover {
color : #72c400;
}
.x-menu .x-megamenu-wrapper {
position : static;
}
.x-menu .x-megamenu-wrapper .x-megamenu {
position : absolute;
display  : none;
top      : auto;
left     : 0;
width    : 100%;
margin   : 0;
padding  : 30px;
z-index  : 999;
}
.x-menu .x-megamenu-wrapper .x-megamenu a {
padding : 0;
}
.x-menu .x-megamenu-wrapper .x-megamenu .cate-item a {
padding-top    : 10px;
padding-bottom : 5px;
}
.x-menu .x-megamenu-wrapper.hover .x-megamenu {
display           : block;
-webkit-animation : fadeIn .3s ease-in-out;
-moz-animation    : fadeIn .3s ease-in-out;
-o-animation      : fadeIn .3s ease-in-out;
animation         : fadeIn .3s ease-in-out;
}
.extra-container {
text-align : center;
}
.extra-container a {
display : inline-block !important;
color   : #fff;
}
.extra-container a .fa {
padding   : 0 10px;
font-size : 18px;
}
header.background-green .x-menu > li > a {
color : #fff;
}
header.background-green .x-menu > li.hover > a {
color : #2f3542;
} .x-menu-extra.extra-right.mob-nav {
padding : 0;
}
.x-megamenu-col-title {
margin-top : 20px;
}
header .x-menu-wrapper .x-menu > li .parent-wrap {
position      : relative;
padding-right : 50px;
display       : block;
}
header .x-menu-wrapper .x-menu > li .parent-wrap a {
line-height : 30px;
}
header .x-menu-wrapper .x-menu li li .parent-wrap {
display     : block;
line-height : 30px;
}
.x-menu-wrapper li.btn-wrapper button {
margin : 10px 0;
}
@media (min-width : 1025px) {
.x-megamenu-col-title {
margin-top : 20px;
}
.x-menu {
float : right;
}
.x-menu-center .x-menu,
.x-menu-centered-logo .x-menu {
float : none;
}
.x-menu li ul,
.x-menu .x-megamenu-wrapper .x-megamenu {
-webkit-box-shadow : 0 0 10px #aaaaaa;
-moz-box-shadow    : 0 0 10px #aaaaaa;
-o-box-shadow      : 0 0 10px #aaaaaa;
-ms-box-shadow     : 0 0 10px #aaaaaa;
-khtml-box-shadow  : 0 0 10px #aaaaaa;
box-shadow         : 0 0 10px #aaaaaa;
background-color   : #f3f3f3;
}
.x-menu li li a,
.x-menu li li .parent-wrap {
display    : block;
background : #f3f3f3;
border-top : 1px solid #e7e7e7;
}
.x-menu li li.right-hover {
text-align : right;
}
.x-menu li li.right-hover.hover > ul {
display    : block;
left       : auto;
right      : 200px;
text-align : left;
}
.x-menu > li > .parent-wrap:hover,
.x-menu > li.hover > .parent-wrap {
background-color : #f3f3f3;
}
.x-menu li li.right-hover > .parent-wrap:after {
content : "\f104";
right   : auto;
left    : 15px;
}
.x-menu > li li .parent-wrap:after {
content : "\f105";
}
.x-menu-wrapper li.btn-wrapper button {
margin : 9px 0 0 10px;
} .x-menu-left .x-menu-wrapper .x-menu {
margin-left : 200px;
} .x-menu-right .x-menu-wrapper .x-menu {
float : right;
}
.x-menu-right .x-menu-wrapper .x-menu {
margin-right : 40px;
}
.x-menu-right .x-menu-wrapper .x-menu.mob-nav {
width : 100%;
} .x-menu-fixed-top.x-highlight .menu-section {
position           : fixed;
top                : 0;
display            : block;
width              : 100%;
min-height         : 60px;
-webkit-box-shadow : 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow    : 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow         : 0 5px 10px rgba(0, 0, 0, 0.2);
}
header .x-menu-wrapper .x-menu {
text-align : right;
}
header .x-menu-wrapper .x-menu > li {
display    : inline-block;
text-align : left
}
header .x-menu-wrapper .x-menu > li .parent-wrap {
padding-right : 20px;
display       : inline-block;
} .x-menu-center header {
width : 100%;
}
.x-menu-center header .x-menu-wrapper .x-menu {
text-align : center;
}
.x-menu-center header .x-menu-wrapper .x-menu > li {
display : inline-block;
float   : none;
}
.x-menu-center header .x-menu-wrapper .x-menu ul,
.x-menu-center header .x-menu-wrapper .x-menu .x-megamenu {
text-align : left;
}
.x-menu-center header .x-menu-wrapper .x-menu .btn-wrapper button {
margin-top : 0;
}
}
@media (min-width : 1025px) and (max-width : 1200px) {
.x-menu-center header > .container {
width : 100%;
}
}
@media (min-width : 1025px) { .x-menu-centered-logo header {
width : 100%;
}
.x-menu-centered-logo header .x-menu-wrapper .x-menu {
text-align : center;
}
.x-menu-centered-logo header .x-menu-wrapper .x-menu > li {
display : inline-block;
float   : none;
}
.x-menu-centered-logo header .x-menu-wrapper .x-menu ul,
.x-menu-centered-logo header .x-menu-wrapper .x-menu .x-megamenu {
text-align : left;
}
.x-menu-centered-logo header .x-menu-wrapper .x-menu .btn-wrapper button {
margin-top : 0;
}
.x-menu-centered-logo header .x-menu-wrapper .x-menu .logo-menu-wrapper {
width   : 150px;
margin  : 0 50px;
z-index : 999;
}
.x-menu-centered-logo header .x-menu-wrapper .x-menu .logo-menu-wrapper a:hover {
background-color : transparent;
}
.x-menu-extra.extra-left {
left : 60px;
}
.x-menu-extra.extra-right {
position : absolute;
top      : 0;
right    : 10px;
margin   : 0;
}
.x-menu-extra .extra-container {
float   : left;
padding : 0 10px;
}
.x-menu-extra .extra-container .extra-social-links {
display     : inline-block;
padding     : 5px 0;
line-height : 50px;
}
.x-menu .x-megamenu-wrapper .x-megamenu,
.x-menu li ul {
position           : absolute;
z-index            : 999;
-webkit-box-shadow : 0 2px 10px 0 #757575;
-moz-box-shadow    : 0 2px 10px 0 #757575;
-o-box-shadow      : 0 2px 10px 0 #757575;
-ms-box-shadow     : 0 2px 10px 0 #757575;
-khtml-box-shadow  : 0 2px 10px 0 #757575;
box-shadow         : 0 2px 10px 0 #757575;
}
}
@-webkit-keyframes slide-in-right-btn {
0% {
right : 0;
}
100% {
right : 320px;
}
}
@-moz-keyframes slide-in-right-btn {
0% {
right : 0;
}
100% {
right : 320px;
}
}
@-o-keyframes slide-in-right-btn {
0% {
right : 0;
}
100% {
right : 320px;
}
}
@-ms-keyframes slide-in-right-btn {
0% {
right : 0;
}
100% {
right : 320px;
}
}
@-khtml-keyframes slide-in-right-btn {
0% {
right : 0;
}
100% {
right : 320px;
}
}
@keyframes slide-in-right-btn {
0% {
right : 0;
}
100% {
right : 320px;
}
}
@media screen and (max-width : 1024px) {
.active {
display : block;
}
.x-menu-container {
clear              : both;
margin             : 0 -15px;
max-height         : 0;
opacity            : 0;
overflow           : hidden;
-webkit-transition : all .5s;
-moz-transition    : all .5s;
-ms-transition     : all .5s;
-o-transition      : all .5s;
transition         : all .5s;
}
.menu-section.opened .x-menu-container {
max-height : 10000em;
opacity    : 1;
}
.x-menu-container .x-menu-extra .woo-menu-wrap {
padding : 0 5px;
}
.x-menu-container .x-menu-extra .woo-menu-item.woo-menu-search {
padding : 0 15px;
}
.x-menu-fixed-top .x-menu-container {
position   : fixed;
top        : 0;
right      : -350px;
z-index    : 999999;
margin     : 0;
padding    : 30px 15px;
width      : 320px;
height     : 100%;
max-height : none;
overflow   : auto;
}
.x-menu-fixed-top .menu-section.opened .x-menu-container {
right              : 0;
opacity            : 1;
-webkit-box-shadow : 0 5px 10px rgba(0, 0, 0, .4);
-moz-box-shadow    : 0 5px 10px rgba(0, 0, 0, .4);
box-shadow         : 0 5px 10px rgba(0, 0, 0, .4);
}
.x-menu-fixed-top.x-highlight .x-menu-toggle,
.x-menu-fixed-top .x-menu-toggle.active {
position           : fixed;
margin             : 0;
z-index            : 9999999;
padding            : 24px 38px 26px 12px;
-webkit-box-shadow : -5px 5px 10px rgba(0, 0, 0, .4);
-moz-box-shadow    : -5px 5px 10px rgba(0, 0, 0, .4);
box-shadow         : -5px 5px 10px rgba(0, 0, 0, .4);
}
.x-menu-fixed-top.x-highlight .x-menu-toggle {
top   : 20px;
right : 20px;
}
.x-menu-fixed-top .x-menu-toggle.active {
right             : 320px;
-webkit-animation : slide-in-right-btn .5s;
-o-animation      : slide-in-right-btn .5s;
animation         : slide-in-right-btn .5s;
}
.x-menu .menu-section .container,
.x-menu .menu-section .container-fluid {
padding : 0;
}
.x-menu li {
width : 100%;
}
.x-menu li .parent {
display : inline-block;
}
.x-menu li.btn-wrapper {
padding-top    : 8px;
padding-bottom : 8px;
}
.x-menu > li {
float : none !important;
}
.x-menu > li > .parent {
background-position : 95% 50%;
}
.x-menu li a {
padding : 10px;
display : inline-block;
}
.x-menu li a:hover {
color : #72c400 !important;
}
.x-menu li li .parent {
background-repeat   : no-repeat;
background-position : 95% 50%;
}
.x-menu ul {
display : block;
width   : 100%;
}
.x-menu > li.hover > ul,
.x-menu li li.hover ul {
position     : static;
padding-left : 20px;
width        : 100%;
}
.x-menu > li.hover > ul li,
.x-menu li li.hover ul li {
width : 100%;
}
.x-menu .x-megamenu-wrapper {
position : relative;
}
.x-menu .x-megamenu-wrapper .x-megamenu {
position : relative;
top      : auto;
left     : auto;
padding  : 15px;
}
.x-menu .x-megamenu-wrapper .x-megamenu a:hover {
color : #72c400;
}
}
@media screen and (max-width : 360px) {
.x-menu-fixed-top .x-menu-container {
padding-top : 50px;
width       : 100%;
}
.x-menu-fixed-top.x-highlight .x-menu-toggle,
.x-menu-fixed-top .x-menu-toggle.active {
padding            : 24px 38px 26px 12px;
-webkit-box-shadow : none;
-moz-box-shadow    : none;
box-shadow         : none;
}
.x-menu-fixed-top.x-highlight .x-menu-toggle {
top   : 10px;
right : 10px;
}
.x-menu-fixed-top .x-menu-toggle.active {
top               : 10px;
right             : 10px;
padding           : 19px 33px 21px 7px;
background-color  : transparent !important;
-webkit-animation : none;
-o-animation      : none;
animation         : none;
}
}
.x-megamenu .small-icons {
margin-top : 0;
}
.x-megamenu .small-icons .social-links {
padding-top    : 10px;
padding-bottom : 5px;
} .featured-blog .blog-col {
padding : 10px 15px;
}
.featured-blog .blog-title {
color         : #72c400;
font-size     : 18px;
font-weight   : 700;
margin-bottom : 15px;
}
.featured-blog .blog-title a {
color : #72c400;
}
.featured-blog .blog-desc {
padding-top    : 15px;
padding-bottom : 15px;
}
.blog-vertical .blog-col {
width : 100%;
float : none;
}
@media (min-width : 1025px) {
.blog-horizontal .blog-col {
width : calc(50% - 15px);
float : left;
}
}
.icon-only {
font-size : 0;
padding   : 13px 15px 8px 15px !important;
height    : 60px;
}
.icon-only .icons {
font-size   : 18px;
line-height : 28px;
} .mg-div-md-1,
.mg-div-sm-1,
.mg-div-xs-1 {
border-top  : 1px solid #fff;
border-left : 0;
}
@media (min-width : 768px) {
.mg-div-xs-1 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-sm-1,
.mg-div-md-1 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
@media (min-width : 992px) {
.mg-div-xs-1,
.mg-div-sm-1 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-md-1 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
.mg-div-md-2,
.mg-div-sm-2,
.mg-div-xs-2 {
border-top  : 1px solid #fff;
border-left : 0;
}
@media (min-width : 768px) {
.mg-div-xs-2 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-sm-2,
.mg-div-md-2 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
@media (min-width : 992px) {
.mg-div-xs-2,
.mg-div-sm-2 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-md-2 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
.mg-div-md-3,
.mg-div-sm-3,
.mg-div-xs-3 {
border-top  : 1px solid #fff;
border-left : 0;
}
@media (min-width : 768px) {
.mg-div-xs-3 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-sm-3,
.mg-div-md-3 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
@media (min-width : 992px) {
.mg-div-xs-3,
.mg-div-sm-3 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-md-3 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
.mg-div-md-4,
.mg-div-sm-4,
.mg-div-xs-4 {
border-top  : 1px solid #fff;
border-left : 0;
}
@media (min-width : 768px) {
.mg-div-xs-4 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-sm-4,
.mg-div-md-4 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
@media (min-width : 992px) {
.mg-div-xs-4,
.mg-div-sm-4 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-md-4 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
.mg-div-md-5,
.mg-div-sm-5,
.mg-div-xs-5 {
border-top  : 1px solid #fff;
border-left : 0;
}
@media (min-width : 768px) {
.mg-div-xs-5 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-sm-5,
.mg-div-md-5 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
@media (min-width : 992px) {
.mg-div-xs-5,
.mg-div-sm-5 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-md-5 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
.mg-div-md-6,
.mg-div-sm-6,
.mg-div-xs-6 {
border-top  : 1px solid #fff;
border-left : 0;
}
@media (min-width : 768px) {
.mg-div-xs-6 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-sm-6,
.mg-div-md-6 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
@media (min-width : 992px) {
.mg-div-xs-6,
.mg-div-sm-6 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-md-6 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
.mg-div-md-7,
.mg-div-sm-7,
.mg-div-xs-7 {
border-top  : 1px solid #fff;
border-left : 0;
}
@media (min-width : 768px) {
.mg-div-xs-7 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-sm-7,
.mg-div-md-7 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
@media (min-width : 992px) {
.mg-div-xs-7,
.mg-div-sm-7 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-md-7 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
.mg-div-md-8,
.mg-div-sm-8,
.mg-div-xs-8 {
border-top  : 1px solid #fff;
border-left : 0;
}
@media (min-width : 768px) {
.mg-div-xs-8 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-sm-8,
.mg-div-md-8 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
@media (min-width : 992px) {
.mg-div-xs-8,
.mg-div-sm-8 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-md-8 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
.mg-div-md-9,
.mg-div-sm-9,
.mg-div-xs-9 {
border-top  : 1px solid #fff;
border-left : 0;
}
@media (min-width : 768px) {
.mg-div-xs-9 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-sm-9,
.mg-div-md-9 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
@media (min-width : 992px) {
.mg-div-xs-9,
.mg-div-sm-9 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-md-9 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
.mg-div-md-10,
.mg-div-sm-10,
.mg-div-xs-10 {
border-top  : 1px solid #fff;
border-left : 0;
}
@media (min-width : 768px) {
.mg-div-xs-10 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-sm-10,
.mg-div-md-10 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
@media (min-width : 992px) {
.mg-div-xs-10,
.mg-div-sm-10 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-md-10 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
.mg-div-md-11,
.mg-div-sm-11,
.mg-div-xs-11 {
border-top  : 1px solid #fff;
border-left : 0;
}
@media (min-width : 768px) {
.mg-div-xs-11 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-sm-11,
.mg-div-md-11 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
@media (min-width : 992px) {
.mg-div-xs-11,
.mg-div-sm-11 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-md-11 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
.mg-div-md-12,
.mg-div-sm-12,
.mg-div-xs-12 {
border-top  : 1px solid #fff;
border-left : 0;
}
@media (min-width : 768px) {
.mg-div-xs-12 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-sm-12,
.mg-div-md-12 {
border-top  : 1px solid #fff;
border-left : 0;
}
}
@media (min-width : 992px) {
.mg-div-xs-12,
.mg-div-sm-12 {
border-top  : 0;
border-left : 1px solid #fff;
height      : 100%;
}
.mg-div-md-12 {
border-top  : 1px solid #fff;
border-left : 0;
}
} .rev_slider .btn {
margin     : 5px !important;
text-align : center;
}
.rev_slider .subscribe-form .form-elem {
margin-right : 10px;
width        : calc(100% - 75px);
}
.rev_slider .subscribe-form .btn {
margin     : 0 !important;
padding    : 10px 15px;
width      : 60px;
height     : 50px;
text-align : center !important;
}
@media (min-width : 768px) {
.rev_slider .subscribe-form .btn {
width     : 120px;
height    : 50px;
font-size : 14px;
}
}
.rev_slider .subscribe-form .btn i {
margin : 0;
}
@media (min-width : 768px) {
.rev_slider .subscribe-form .form-elem {
margin-right : 20px;
width        : calc(100% - 145px);
}
}
.rev_slider small.subscribe-desc {
margin-top : 10px;
display    : block;
}
.rev_slider .text-center.text-sm-left small {
margin-bottom : 0;
text-align    : center;
}
@media (min-width : 768px) {
.rev_slider .text-center.text-sm-left small {
text-align : left;
}
}
.rev_slider .countdown-number {
font-weight : 900;
}
.rev_slider .icon-box-group h5 {
margin-bottom : 10px;
font-size     : 16px;
}
@media (min-width : 992px) {
.rev_slider .icon-box-group h5 {
font-size : 18px;
}
}
@media (min-width : 1200px) {
.rev_slider .icon-box-group h5 {
font-size : 21px;
}
}
.rev_slider .icon-box-group p {
font-size   : 14px;
line-height : 16px;
} .headline-2 p {
display   : inline-block;
max-width : 700px;
font-size : 18px;
}
.headline-4 p {
display   : inline-block;
max-width : 530px;
font-size : 18px;
}
.headline-5 p {
font-size : 18px;
}
.headline-6 p {
display   : inline-block;
max-width : 650px;
font-size : 18px;
}
.headline-7 .h-large {
display   : inline-block;
max-width : 630px;
}
.headline-7 i {
display       : block;
margin-bottom : 20px;
font-size     : 64px;
}
.headline-8 p {
display   : inline-block;
max-width : 710px;
font-size : 18px;
}
.headline-8 i {
display       : block;
margin-bottom : 12px;
font-size     : 64px;
}
.headline-9 i {
display       : block;
margin-bottom : 20px;
font-size     : 64px;
}
.headline-10 i {
display       : block;
margin-bottom : 20px;
font-size     : 64px;
}
.headline-10 p {
display   : inline-block;
max-width : 530px;
font-size : 18px;
}
.headline-11 i {
display       : block;
margin-bottom : 20px;
font-size     : 64px;
}
.headline-11 p {
font-size : 18px;
}
.headline-12 i {
display       : block;
margin-bottom : 20px;
font-size     : 64px;
}
.headline-12 p {
display   : inline-block;
max-width : 650px;
font-size : 18px;
}
.headline-13 .text-right {
text-align : center;
}
.headline-13 .text-right img {
padding-top   : 0;
padding-right : 0;
}
.headline-13 .text-left {
text-align  : center;
padding-top : 10px;
}
.headline-13 .text-left p {
padding-left : 0;
font-size    : 18px;
}
@media screen and (min-width : 768px) {
.headline-13 .text-right {
text-align : right;
}
.headline-13 .text-right img {
padding-top   : 8px;
padding-right : 20px;
}
.headline-13 .text-left {
padding-top : 0;
text-align  : left;
border-left : 2px solid #444a55;
}
.headline-13 .text-left p {
padding-left : 20px;
}
}
.headline-14 .text-right {
text-align : center;
}
.headline-14 .text-right p {
padding-top   : 0;
padding-right : 0;
font-size     : 18px;
}
.headline-14 .text-left {
text-align  : center;
padding-top : 10px;
}
.headline-14 .text-left img {
padding-left : 0;
}
@media screen and (min-width : 768px) {
.headline-14 .text-right {
text-align   : right;
border-right : 2px solid #444a55;
}
.headline-14 .text-right p {
padding-top   : 8px;
padding-right : 20px;
}
.headline-14 .text-left {
padding-top : 0;
text-align  : left;
}
.headline-14 .text-left img {
padding-top  : 8px;
padding-left : 20px;
}
}
.headline-15 .headline-wrap {
display : block;
}
.headline-15 .headline-wrap .text-right {
display    : block;
width      : 100%;
text-align : center;
}
.headline-15 .headline-wrap .text-center {
display : block;
width   : 100%;
}
.headline-15 .headline-wrap .text-left {
display     : block;
width       : 100%;
text-align  : center;
padding-top : 20px;
}
@media screen and (min-width : 768px) {
.headline-15 .headline-wrap {
display : table;
width   : 100%;
}
.headline-15 .headline-wrap .text-right {
display        : table-cell;
width          : 33%;
vertical-align : middle;
text-align     : right;
}
.headline-15 .headline-wrap .text-center {
display        : table-cell;
width          : 33%;
vertical-align : middle;
}
.headline-15 .headline-wrap .text-left {
display        : table-cell;
width          : 33%;
vertical-align : middle;
text-align     : left;
padding-top    : 0;
}
}
.headline-16 .headline-wrap {
display : block;
}
.headline-16 .headline-wrap .h-large {
font-weight : 400;
}
.headline-16 .headline-wrap .text-right {
display    : block;
width      : 100%;
text-align : center;
}
.headline-16 .headline-wrap .text-center {
display : block;
width   : 100%;
}
.headline-16 .headline-wrap .text-left {
display     : block;
width       : 100%;
text-align  : center;
padding-top : 20px;
}
.headline-16 .headline-wrap .icon-wrapper {
width                 : 142px;
height                : 142px;
margin                : 0 auto;
padding-top           : 40px;
-webkit-border-radius : 50%;
-moz-border-radius    : 50%;
-o-border-radius      : 50%;
-ms-border-radius     : 50%;
-khtml-border-radius  : 50%;
border-radius         : 50%;
border-color          : #72c400;
background-color      : #72c400;
}
@media screen and (min-width : 768px) {
.headline-16 .headline-wrap {
display : table;
width   : 100%;
}
.headline-16 .headline-wrap .text-right {
display        : table-cell;
width          : 33%;
vertical-align : middle;
text-align     : right;
}
.headline-16 .headline-wrap .text-center {
display        : table-cell;
width          : 33%;
vertical-align : middle;
}
.headline-16 .headline-wrap .text-left {
display        : table-cell;
width          : 33%;
vertical-align : middle;
text-align     : left;
padding-top    : 0;
}
}
.headline-17 .headline-wrap {
display : block;
}
.headline-17 .headline-wrap .text-right {
display    : block;
width      : 100%;
text-align : center;
}
.headline-17 .headline-wrap .text-center {
display : block;
width   : 100%;
}
.headline-17 .headline-wrap .text-left {
display     : block;
width       : 100%;
text-align  : center;
padding-top : 20px;
}
.headline-17 .headline-wrap .icon-wrapper {
position              : relative;
display               : inline-block;
padding-top           : 40px;
width                 : 142px !important;
height                : 142px;
border                : 1px solid #72c400;
-webkit-border-radius : 50%;
-moz-border-radius    : 50%;
-o-border-radius      : 50%;
-ms-border-radius     : 50%;
-khtml-border-radius  : 50%;
border-radius         : 50%;
}
.headline-17 .headline-wrap .icon-wrapper i {
position          : absolute;
top               : 50%;
left              : 50%;
font-size         : 64px;
color             : #72c400;
-webkit-transform : translate(-50%, -50%);
-moz-transform    : translate(-50%, -50%);
-o-transform      : translate(-50%, -50%);
-ms-transform     : translate(-50%, -50%);
-khtml-transform  : translate(-50%, -50%);
transform         : translate(-50%, -50%);
}
.headline-17 p {
padding-top : 32px;
text-align  : center;
font-size   : 18px;
}
@media screen and (min-width : 768px) {
.headline-17 .headline-wrap {
display : table;
width   : 100%;
}
.headline-17 .headline-wrap .text-right {
display        : table-cell;
width          : 33%;
vertical-align : middle;
text-align     : right;
}
.headline-17 .headline-wrap .text-center {
display        : table-cell;
width          : 33%;
vertical-align : middle;
}
.headline-17 .headline-wrap .text-left {
display        : table-cell;
width          : 33%;
vertical-align : middle;
text-align     : left;
padding-top    : 0;
}
}
.headline-18 .headline-wrap {
display : block;
}
.headline-18 .headline-wrap .text-right {
display    : block;
width      : 100%;
text-align : center;
}
.headline-18 .headline-wrap .text-center {
display : block;
width   : 100%;
}
.headline-18 .headline-wrap .text-left {
display     : block;
width       : 100%;
text-align  : center;
padding-top : 20px;
}
.headline-18 .headline-wrap i {
font-size : 64px;
}
@media screen and (min-width : 768px) {
.headline-18 .headline-wrap {
display : table;
width   : 100%;
}
.headline-18 .headline-wrap .text-right {
display        : table-cell;
width          : 33%;
vertical-align : middle;
text-align     : right;
}
.headline-18 .headline-wrap .text-center {
display        : table-cell;
width          : 33%;
vertical-align : middle;
}
.headline-18 .headline-wrap .text-left {
display        : table-cell;
width          : 33%;
vertical-align : middle;
text-align     : left;
padding-top    : 0;
}
.headline-18 .headline-wrap .icon-wrapper {
width        : 60%;
height       : 94px;
margin       : 0 auto;
padding      : 14px 0;
border-left  : 1px solid #444a55;
border-right : 1px solid #444a55;
}
}
.headline-19 .h-large {
display   : inline-block;
max-width : 630px;
}
.headline-19 i {
display       : block;
margin-bottom : 20px;
font-size     : 60px;
}
.headline-20 h2 {
display   : inline-block;
max-width : 630px;
}
.headline-20 i {
display       : block;
margin-bottom : 20px;
font-size     : 60px;
}
.headline-21 h2 {
display   : inline-block;
max-width : 630px;
}
.headline-21 i {
display       : block;
margin-bottom : 20px;
font-size     : 60px;
}
.headline-21 p {
font-size      : 21px;
text-transform : uppercase;
} .icon-box {
position : relative;
padding  : 15px 0;
}
.icon-box.icon-box-boxed,
.icon-box.icon-box-boxed.over-top-center-icon {
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
}
.icon-box.icon-box-large h3 {
margin-top : 15px;
}
.icon-box.icon-box-large h3,
.icon-box.icon-box-large .icon-wrapper {
margin-bottom : 20px;
}
.icon-box.icon-box-large.icon-box-boxed {
padding : 40px 15px 15px 15px;
}
.icon-box.icon-box-large.icon-box-boxed.over-top-center-icon {
padding-top : 90px;
}
.icon-box.icon-box-large.icon-box-boxed.over-top-center-icon h3 {
margin-top : 0;
}
@media (min-width : 768px) {
.icon-box.icon-box-large.icon-box-boxed {
padding : 45px 30px 20px 30px;
}
}
@media (min-width : 992px) {
.icon-box.icon-box-large h3 {
margin-top : 0;
}
}
@media (min-width : 1200px) {
.icon-box.icon-box-large.icon-box-boxed {
padding : 45px 45px 35px 45px;
}
.icon-box.icon-box-large.icon-box-boxed.over-top-center-icon {
padding-top : 120px;
}
}
.icon-box.icon-box-base h4 {
margin-top : 10px;
}
.icon-box.icon-box-base h4,
.icon-box.icon-box-base .icon-wrapper {
margin-bottom : 15px;
}
.icon-box.icon-box-base.icon-box-boxed {
padding : 40px 15px 15px 15px;
}
.icon-box.icon-box-base.icon-box-boxed.over-top-center-icon {
padding-top : 70px;
}
.icon-box.icon-box-base.icon-box-boxed.over-top-center-icon h4 {
margin-top : 0;
}
@media (min-width : 768px) {
.icon-box.icon-box-base.icon-box-boxed {
padding : 45px 25px 15px 25px;
}
}
@media (min-width : 992px) {
.icon-box.icon-box-base h4 {
margin-top : 0;
}
}
@media (min-width : 1200px) {
.icon-box.icon-box-base.icon-box-boxed {
padding : 45px 40px 30px 40px;
}
.icon-box.icon-box-base.icon-box-boxed.over-top-center-icon {
padding-top : 90px;
}
}
.icon-box.icon-box-small h5 {
margin-top : 10px;
}
.icon-box.icon-box-small h5,
.icon-box.icon-box-small .icon-wrapper {
margin-bottom : 15px;
}
.icon-box.icon-box-small.icon-box-boxed {
padding : 40px 15px 15px 15px;
}
.icon-box.icon-box-small.icon-box-boxed.over-top-center-icon {
padding-top : 65px;
}
.icon-box.icon-box-small.icon-box-boxed.over-top-center-icon h5 {
margin-top : 0;
}
@media (min-width : 768px) {
.icon-box.icon-box-small.icon-box-boxed {
padding : 35px 20px 10px 20px;
}
}
@media (min-width : 992px) {
.icon-box.icon-box-small h5 {
margin-top : 0;
}
}
@media (min-width : 1200px) {
.icon-box.icon-box-small.icon-box-boxed {
padding : 40px 35px 25px 35px;
}
.icon-box.icon-box-small.icon-box-boxed.over-top-center-icon {
padding-top : 65px;
}
}
.icon-box.icon-box-light {
background-color : #e9ecf2;
}
.icon-box.icon-box-dark {
background-color : #f3f6fc;
}
.icon-box.over-top-right-icon {
margin-top : 60px;
}
.icon-box.over-top-right-icon i[class*="icon-"] {
position          : absolute;
top               : 0;
left              : auto;
right             : 40px;
-webkit-transform : translate(0, -50%);
-moz-transform    : translate(0, -50%);
-o-transform      : translate(0, -50%);
-ms-transform     : translate(0, -50%);
-khtml-transform  : translate(0, -50%);
transform         : translate(0, -50%);
z-index           : 9;
}
.icon-box.over-top-center-icon {
margin-top : 90px;
}
.icon-box.over-top-center-icon i[class*="icon-"] {
position          : absolute;
top               : 0;
left              : 50%;
right             : 40px;
-webkit-transform : translate(-50%, -50%);
-moz-transform    : translate(-50%, -50%);
-o-transform      : translate(-50%, -50%);
-ms-transform     : translate(-50%, -50%);
-khtml-transform  : translate(-50%, -50%);
transform         : translate(-50%, -50%);
z-index           : 9;
}
.icon-box i[class*="icon-"] {
display : inline-block;
color   : #72c400;
}
.icon-box i[class*="icon-"].left-icon {
float        : left;
margin-right : 15px;
}
.icon-box i[class*="icon-"].icon-color-green {
color : #72c400;
}
.icon-box i[class*="icon-"].cover-circle-icon {
-webkit-border-radius : 50%;
-moz-border-radius    : 50%;
-o-border-radius      : 50%;
-ms-border-radius     : 50%;
-khtml-border-radius  : 50%;
border-radius         : 50%;
}
.icon-box i[class*="icon-"].cover-quadrangle-icon {
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
}
.icon-box i[class*="icon-"].cover-icon-color-gray {
color : #e9ecf2;
}
.icon-box i[class*="icon-"].cover-icon-color-green {
color : #72c400;
}
.icon-box i[class*="icon-"].cover-icon-bg-green {
color            : #fff;
background-color : #72c400;
}
.icon-box i[class*="icon-"].cover-icon-border-green {
border : 3px solid #72c400;
}
.icon-box i[class*="icon-"].icon-size-72 {
width     : 72px;
height    : 72px;
display   : inline-block;
font-size : 72px;
}
.icon-box i[class*="icon-"].icon-size-72:before {
line-height : 72px;
}
.icon-box i[class*="icon-"].icon-size-60 {
width     : 60px;
height    : 60px;
display   : inline-block;
font-size : 60px;
}
.icon-box i[class*="icon-"].icon-size-60:before {
line-height : 60px;
}
.icon-box i[class*="icon-"].icon-size-48 {
width     : 48px;
height    : 48px;
display   : inline-block;
font-size : 48px;
}
.icon-box i[class*="icon-"].icon-size-48:before {
line-height : 48px;
}
.icon-box i[class*="icon-"].icon-size-40 {
width     : 40px;
height    : 40px;
display   : inline-block;
font-size : 40px;
}
.icon-box i[class*="icon-"].icon-size-40:before {
line-height : 40px;
}
.icon-box i[class*="icon-"].icon-size-36 {
width     : 36px;
height    : 36px;
display   : inline-block;
font-size : 36px;
}
.icon-box i[class*="icon-"].icon-size-36:before {
line-height : 36px;
}
.icon-box i[class*="icon-"].icon-size-32 {
width     : 32px;
height    : 32px;
display   : inline-block;
font-size : 32px;
}
.icon-box i[class*="icon-"].icon-size-32:before {
line-height : 32px;
}
.icon-box i[class*="icon-"].icon-size-30 {
width     : 30px;
height    : 30px;
display   : inline-block;
font-size : 30px;
}
.icon-box i[class*="icon-"].icon-size-30:before {
line-height : 30px;
}
.icon-box i[class*="icon-"].icon-size-26 {
width     : 26px;
height    : 26px;
display   : inline-block;
font-size : 26px;
}
.icon-box i[class*="icon-"].icon-size-26:before {
line-height : 26px;
}
.icon-box i[class*="icon-"].icon-size-24 {
width     : 24px;
height    : 24px;
display   : inline-block;
font-size : 24px;
}
.icon-box i[class*="icon-"].icon-size-24:before {
line-height : 24px;
}
.icon-box i[class*="icon-"].icon-size-21 {
width     : 21px;
height    : 21px;
display   : inline-block;
font-size : 21px;
}
.icon-box i[class*="icon-"].icon-size-21:before {
line-height : 21px;
}
.icon-box i[class*="icon-"].icon-cover-50 {
width       : 50px;
height      : 50px;
line-height : 50px;
text-align  : center;
}
.icon-box i[class*="icon-"].icon-cover-55 {
width       : 55px;
height      : 55px;
line-height : 55px;
text-align  : center;
}
.icon-box i[class*="icon-"].icon-cover-60 {
width       : 60px;
height      : 60px;
line-height : 60px;
text-align  : center;
}
.icon-box i[class*="icon-"].icon-cover-65 {
width       : 65px;
height      : 65px;
line-height : 65px;
text-align  : center;
}
.icon-box i[class*="icon-"].icon-cover-70 {
width       : 70px;
height      : 70px;
line-height : 70px;
text-align  : center;
}
.icon-box i[class*="icon-"].icon-cover-75 {
width       : 75px;
height      : 75px;
line-height : 75px;
text-align  : center;
}
.icon-box i[class*="icon-"].icon-cover-80 {
width       : 80px;
height      : 80px;
line-height : 80px;
text-align  : center;
}
.icon-box i[class*="icon-"].icon-cover-90 {
width       : 90px;
height      : 90px;
line-height : 90px;
text-align  : center;
}
.icon-box i[class*="icon-"].icon-cover-100 {
width       : 100px;
height      : 100px;
line-height : 100px;
text-align  : center;
}
.icon-box i[class*="icon-"].icon-cover-105 {
width       : 105px;
height      : 105px;
line-height : 105px;
text-align  : center;
}
.icon-box i[class*="icon-"].icon-cover-110 {
width       : 110px;
height      : 110px;
line-height : 110px;
text-align  : center;
}
.icon-box i[class*="icon-"].icon-cover-120 {
width       : 120px;
height      : 120px;
line-height : 120px;
text-align  : center;
}
.icon-box i[class*="icon-"].icon-cover-150 {
width       : 150px;
height      : 150px;
line-height : 150px;
text-align  : center;
}
.icon-box i[class*="icon-"].icon-cover-155 {
width       : 155px;
height      : 155px;
line-height : 155px;
text-align  : center;
}
.icon-box i[class*="icon-"].icon-cover-165 {
width       : 165px;
height      : 165px;
line-height : 165px;
text-align  : center;
}
.icon-box i[class*="icon-"].icon-cover-170 {
width       : 170px;
height      : 170px;
line-height : 170px;
text-align  : center;
}
.icon-box .icon-box-color-green {
color : #72c400;
}
@media (min-width : 768px) {
.icon-box .reduce-padding-left {
padding-left : 5px;
}
}
@media (min-width : 768px) {
.icon-box .reduce-padding-right {
padding-right : 5px;
}
} .image-banner {
background-position : top center;
background-color    : #72c400;
background-size     : cover;
background-repeat   : no-repeat;
overflow            : hidden;
}
.image-banner .banner-text-block {
padding : 30px;
}
.image-banner .banner-text-block .banner-icon {
color     : #72c400;
font-size : 36px;
}
.image-banner .banner-text-block .banner-logo {
padding : 10px 0;
}
.image-banner .banner-text-block h2,
.image-banner .banner-text-block h3,
.image-banner .banner-text-block h4,
.image-banner .banner-text-block h5,
.image-banner .banner-text-block h6 {
margin : 30px 0;
}
.image-banner .banner-text-block a.btn {
margin : 0 10px;
}
.image-banner .banner-image-block {
padding : 0;
}
.image-banner .banner-image-block img {
max-width : 100%;
}
.image-banner.banner-bg-black {
background-color : #262c38;
}
.image-banner.banner-color-dark-blue .banner-text-block h2,
.image-banner.banner-color-dark-blue .banner-text-block h3,
.image-banner.banner-color-dark-blue .banner-text-block h4,
.image-banner.banner-color-dark-blue .banner-text-block h5,
.image-banner.banner-color-dark-blue .banner-text-block h6 {
color : #2f3542;
}
.image-banner.banner-color-dark-blue .banner-text-block.banner-text-white h2,
.image-banner.banner-color-dark-blue .banner-text-block.banner-text-white h3,
.image-banner.banner-color-dark-blue .banner-text-block.banner-text-white h4,
.image-banner.banner-color-dark-blue .banner-text-block.banner-text-white h5,
.image-banner.banner-color-dark-blue .banner-text-block.banner-text-white h6 {
color : #fff;
}
.image-banner.banner-align-left .banner-text-block {
text-align : left;
}
.image-banner.banner-align-left .banner-text-block a.btn {
display       : block;
margin-bottom : 10px;
text-align    : left;
}
.image-banner.banner-overlay-white {
position : relative;
}
.image-banner.banner-overlay-white:before {
display            : block;
content            : "";
position           : absolute;
top                : 0;
left               : 0;
width              : 100%;
height             : 100%;
background-color   : #fff;
-webkit-opacity    : 0;
-moz-opacity       : 0;
-o-opacity         : 0;
-ms-opacity        : 0;
-khtml-opacity     : 0;
opacity            : 0;
-webkit-transition : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-moz-transition    : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition      : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-ms-transition     : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-khtml-transition  : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition         : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
z-index            : 1;
}
.image-banner.banner-overlay-white > * {
position : inherit;
z-index  : 2;
}
.image-banner.banner-overlay-white:hover:before {
-webkit-opacity : 0.4;
-moz-opacity    : 0.4;
-o-opacity      : 0.4;
-ms-opacity     : 0.4;
-khtml-opacity  : 0.4;
opacity         : 0.4;
}
.image-banner.banner-overlay-white:hover .banner-text-block .banner-icon,
.image-banner.banner-overlay-white:hover .banner-text-block h2,
.image-banner.banner-overlay-white:hover .banner-text-block h3,
.image-banner.banner-overlay-white:hover .banner-text-block h4,
.image-banner.banner-overlay-white:hover .banner-text-block h5,
.image-banner.banner-overlay-white:hover .banner-text-block h6 {
color : #2f3542;
}
.image-banner.banner-overlay-white:hover .banner-text-block a.btn-overlay-black {
color        : #2f3542;
border-color : #2f3542;
}
.image-banner.banner-overlay-white .banner-text-block .banner-icon,
.image-banner.banner-overlay-white .banner-text-block h2,
.image-banner.banner-overlay-white .banner-text-block h3,
.image-banner.banner-overlay-white .banner-text-block h4,
.image-banner.banner-overlay-white .banner-text-block h5,
.image-banner.banner-overlay-white .banner-text-block h6 {
color : #fff;
}
.image-banner.banner-overlay-white .banner-text-block a.btn-overlay-black {
color        : #fff;
border-color : #fff;
}
.image-banner.banner-overlay-black {
position : relative;
}
.image-banner.banner-overlay-black .banner-text-block .banner-icon,
.image-banner.banner-overlay-black .banner-text-block h2,
.image-banner.banner-overlay-black .banner-text-block h3,
.image-banner.banner-overlay-black .banner-text-block h4,
.image-banner.banner-overlay-black .banner-text-block h5,
.image-banner.banner-overlay-black .banner-text-block h6 {
color : #2f3542;
}
.image-banner.banner-overlay-black .banner-text-block a.btn-overlay-black {
color        : #2f3542;
border-color : #2f3542;
}
.image-banner.banner-overlay-black:before {
display            : block;
content            : "";
position           : absolute;
top                : 0;
left               : 0;
width              : 100%;
height             : 100%;
background-color   : #000;
-webkit-opacity    : 0;
-moz-opacity       : 0;
-o-opacity         : 0;
-ms-opacity        : 0;
-khtml-opacity     : 0;
opacity            : 0;
-webkit-transition : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-moz-transition    : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition      : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-ms-transition     : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-khtml-transition  : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition         : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
z-index            : 1;
}
.image-banner.banner-overlay-black > * {
position : inherit;
z-index  : 2;
}
.image-banner.banner-overlay-black:hover:before {
-webkit-opacity : 0.6;
-moz-opacity    : 0.6;
-o-opacity      : 0.6;
-ms-opacity     : 0.6;
-khtml-opacity  : 0.6;
opacity         : 0.6;
}
.image-banner.banner-overlay-black:hover .banner-text-block .banner-icon,
.image-banner.banner-overlay-black:hover .banner-text-block h2,
.image-banner.banner-overlay-black:hover .banner-text-block h3,
.image-banner.banner-overlay-black:hover .banner-text-block h4,
.image-banner.banner-overlay-black:hover .banner-text-block h5,
.image-banner.banner-overlay-black:hover .banner-text-block h6 {
color : #fff;
}
.image-banner.banner-right-image {
position : relative;
}
@media screen and (min-width : 320px) {
.image-banner.banner-right-image .banner-image-block {
display : none;
}
.image-banner.banner-right-image .banner-text-block {
padding : 30px;
}
}
@media screen and (min-width : 768px) {
.image-banner.banner-right-image .banner-image-block {
display   : block;
position  : absolute;
padding   : 0;
right     : 0;
top       : 50%;
transform : translate(0, -50%);
}
.image-banner.banner-right-image .banner-text-block {
padding-right : 45%;
}
}
.image-banner.banner-left-image {
position : relative;
}
@media screen and (min-width : 320px) {
.image-banner.banner-left-image .banner-image-block {
display : none;
}
.image-banner.banner-left-image .banner-text-block {
padding : 30px;
}
}
@media screen and (min-width : 768px) {
.image-banner.banner-left-image .banner-text-block {
padding-left : 45%;
}
.image-banner.banner-left-image .banner-image-block {
display   : block;
position  : absolute;
padding   : 0;
left      : -20px;
top       : 50%;
transform : translate(0, -50%);
}
}
.image-banner.banner-bottom-image {
position : relative;
}
.image-banner.banner-bottom-image .banner-text-block {
padding-bottom : 25%;
}
.image-banner.banner-bottom-image .banner-image-block {
position   : absolute;
left       : 50%;
bottom     : 0;
max-height : 30%;
transform  : translate(-50%, 0);
}
.image-banner.banner-bottom-image.banner-bottom-image-lg .banner-text-block {
padding-bottom : 50px;
}
.image-banner.banner-bottom-image.banner-bottom-image-lg .banner-text-block h5 {
font-weight : 400;
}
.image-banner.banner-bottom-image.banner-bottom-image-lg .banner-image-block {
max-height : 50%;
}
@media screen and (min-width : 992px) {
.image-banner.banner-simple1 .banner-text-block {
padding-top    : 46px;
padding-bottom : 46px;
}
.image-banner.banner-simple2 .banner-text-block {
padding-top    : 63px;
padding-bottom : 63px;
}
.image-banner.banner-simple3 .banner-text-block {
padding-top    : 40px;
padding-bottom : 100px;
}
.image-banner.banner-simple4 .banner-text-block {
padding-top    : 37px;
padding-bottom : 38px;
}
.image-banner.banner-let-top-logo .banner-text-block .banner-logo {
position : inherit;
}
}
@media screen and (min-width : 1200px) {
.image-banner.banner-simple1 .banner-text-block {
padding-top    : 30px;
padding-bottom : 30px;
}
.image-banner.banner-simple2 .banner-text-block {
padding-top    : 53px;
padding-bottom : 53px;
}
.image-banner.banner-simple3 .banner-text-block {
padding-top    : 30px;
padding-bottom : 90px;
}
.image-banner.banner-simple4 .banner-text-block {
padding-top    : 37px;
padding-bottom : 37px;
}
.image-banner.banner-let-top-logo .banner-text-block .banner-logo {
position : absolute;
left     : 50px;
top      : 55px;
}
} .lightbox img.lightbox-image {
margin-bottom : 30px;
}
.lightbox-video-bg-overlay {
background-image  : url(https://i.ytimg.com/vi/2d1VrCvdzbY/maxresdefault.jpg);
background-size   : cover;
background-repeat : no-repeat;
padding           : 150px 0;
position          : relative;
}
.lightbox-video-bg-overlay:before {
display            : block;
content            : "";
position           : absolute;
top                : 0;
left               : 0;
width              : 100%;
height             : 100%;
background-color   : rgba(255, 255, 255, 0.8);
-webkit-opacity    : 1;
-moz-opacity       : 1;
-o-opacity         : 1;
-ms-opacity        : 1;
-khtml-opacity     : 1;
opacity            : 1;
-webkit-transition : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-moz-transition    : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition      : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-ms-transition     : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-khtml-transition  : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition         : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
z-index            : 1;
}
.lightbox-video-bg-overlay > * {
position : inherit;
z-index  : 2;
}
.lightbox-video-bg-overlay .lightbox-video {
font-size : 22px;
}
.lightbox-video-bg-overlay .lightbox-video i {
margin-right : 10px;
}
.lightbox-video-back-overlay {
position : relative;
}
.lightbox-video-back-overlay:before {
display            : block;
content            : "";
position           : absolute;
top                : 0;
left               : 0;
width              : 100%;
height             : 100%;
background-color   : #fff;
-webkit-opacity    : 0.2;
-moz-opacity       : 0.2;
-o-opacity         : 0.2;
-ms-opacity        : 0.2;
-khtml-opacity     : 0.2;
opacity            : 0.2;
-webkit-transition : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-moz-transition    : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition      : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-ms-transition     : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-khtml-transition  : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition         : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
z-index            : 2;
}
.lightbox-video-back-overlay > * {
position : inherit;
z-index  : 3;
}
.lightbox-video-back-overlay .img-responsive {
z-index : 1;
}
.lightbox-video-back-overlay .lightbox-video {
position         : absolute;
top              : calc(50% - 23px);
left             : calc(50% - 35px);
padding          : 9px;
font-size        : 22px;
background-color : #f00;
border-radius    : 15px;
width            : 70px;
}
.lightbox-video-back-overlay .lightbox-video i {
color : #fff;
}
.modal.fade .modal-dialog,
.modal.in .modal-dialog {
transform : translate(-50%, -50%);
}
.modal-dialog {
position   : absolute;
top        : 50%;
left       : 50%;
width      : 320px;
text-align : center;
}
.modal-dialog .modal-content {
width  : 300px;
height : 525px;
}
.modal-dialog .modal-content a span {
margin-left : 10px;
font-size   : 12px;
}
.modal-dialog .modal-content .modal-header {
height : 140px;
}
.modal-dialog .modal-content .modal-header .close-btn {
position : absolute;
right    : 25px;
top      : 25px;
width    : 20px;
height   : 20px;
opacity  : 0.3;
}
.modal-dialog .modal-content .modal-header .close-btn:hover {
opacity : 1;
cursor  : pointer;
}
.modal-dialog .modal-content .modal-header .close-btn:before,
.modal-dialog .modal-content .modal-header .close-btn:after {
position         : absolute;
left             : 15px;
content          : " ";
height           : 20px;
width            : 2px;
background-color : #82868e;
}
.modal-dialog .modal-content .modal-header .close-btn:before {
transform : rotate(45deg);
}
.modal-dialog .modal-content .modal-header .close-btn:after {
transform : rotate(-45deg);
}
.modal-dialog .modal-content .modal-header .modal-header-image {
margin : 20px 0;
}
.modal-dialog .modal-content .modal-header .modal-header-icon-md {
display   : block;
padding   : 15px;
font-size : 30px;
}
.modal-dialog .modal-content .modal-header .modal-header-icon-lg {
display   : block;
padding   : 35px;
font-size : 48px;
}
.modal-dialog .modal-content .modal-header.modal-header-sm {
height : 100px;
}
.modal-dialog .modal-content .modal-header.modal-header-sm h4 {
margin-top : 30px;
}
.modal-dialog .modal-content .modal-header.modal-header-sm i.modal-header-icon-lg {
font-size : 36px;
padding   : 20px;
}
.modal-dialog .modal-content .modal-header.modal-header-bg-2 {
margin                  : 0;
border-top-right-radius : 6px;
border-top-left-radius  : 6px;
}
.modal-dialog .modal-content .modal-body {
padding : 0 15px;
}
.modal-dialog .modal-content .modal-body .form-elem {
width      : 250px;
margin     : 10px auto 0 auto;
text-align : left;
}
.modal-dialog .modal-content .modal-body .form-elem .elem-wrap {
width  : 15px;
height : 15px;
margin : 3px 10px 3px 0;
}
.modal-dialog .modal-content .modal-body .form-elem .elem-wrap label {
width  : 15px;
height : 15px;
}
.modal-dialog .modal-content .modal-body .form-elem label {
font-size : 12px;
}
.modal-dialog .modal-content .modal-body .form-elem.check-box.check-box-center {
width   : auto;
display : inline-block;
}
.modal-dialog .modal-content .modal-body .btn {
width  : 250px;
margin : 20px 0 10px 0;
}
.modal-dialog .modal-content .modal-body .btn i,
.modal-dialog .modal-content .modal-body .btn span {
color : #fff;
}
.modal-dialog .modal-content .modal-body .btn span.modal-button-text-bold {
font-size   : 22px;
font-weight : 800;
}
.modal-dialog .modal-content .modal-body .btn span.modal-button-text-large {
font-size   : 18px;
font-weight : 800;
}
.modal-dialog .modal-content .modal-footer {
text-align : center;
}
.modal-dialog .modal-content .modal-footer .label-login-with {
display       : block;
margin-bottom : 20px;
font-size     : 12px;
font-weight   : 700;
}
.modal-dialog .modal-content .modal-footer .modal-footer-button {
display    : block;
width      : 250px;
margin     : auto;
text-align : left;
}
.modal-dialog .modal-content .modal-footer .modal-footer-button-center {
display : block;
}
.modal-dialog .modal-content .modal-footer .social-button-light {
position        : relative;
display         : inline-block;
width           : 50px;
height          : 50px;
margin          : 0 10px;
font-size       : 25px;
font-weight     : normal;
line-height     : 2em;
text-decoration : none;
text-align      : center;
border          : 2px solid #acaeb1;
border-radius   : 27px;
color           : #acaeb1;
cursor          : pointer;
}
.modal-dialog .modal-content .modal-footer .social-button-dark {
position         : relative;
display          : inline-block;
width            : 50px;
height           : 50px;
margin           : 0 10px;
font-size        : 25px;
font-weight      : normal;
line-height      : 2em;
text-decoration  : none;
text-align       : center;
border-radius    : 27px;
color            : #72c400;
background-color : #e9ecf2;
cursor           : pointer;
}
.modal-dialog .modal-content .modal-footer .btn {
margin-bottom : 10px;
}
.modal-dialog .modal-content .wrapper-row {
width  : 250px;
margin : auto;
}
.modal-dialog .modal-content .wrapper-row .form-elem {
float : left;
width : 45%;
}
.modal-dialog .modal-content .wrapper-row a.modal-footer-button {
float      : left;
width      : 55%;
margin-top : 10px;
}
.modal-dialog .modal-content .wrapper-row .left-in-row {
float : left;
}
.modal-dialog .modal-content .wrapper-row .right-in-row {
float : right;
}
@media screen and (min-width : 480px) {
.modal-dialog {
width : 375px;
}
.modal-dialog .modal-content {
width  : 375px;
height : 525px;
}
}
.modal-dialog.modal-dark-blue .modal-content {
background-color : #e9ecf2;
}
.modal-dialog.modal-dark-blue .modal-content .modal-header,
.modal-dialog.modal-dark-blue .modal-content .modal-footer {
border-color : #e9ecf2;
}
.modal-dialog.modal-green .modal-content {
background-color : #72c400;
}
.modal-dialog.modal-green .modal-content .modal-header,
.modal-dialog.modal-green .modal-content .modal-footer {
border-color : #72c400;
}
.modal-dialog.modal-green .modal-content .modal-body a.btn {
color : #fff;
}
.modal-dialog.modal-green .modal-content .modal-body a.btn span {
color : #72c400;
}
.modal-dialog.modal-green .modal-content .modal-body .label-color-white {
color : #fff;
}
.modal-dialog.modal-green .modal-content .modal-footer .label-login-with {
color         : #e9ecf2;
margin-bottom : 10px;
}
.modal-dialog.modal-green .modal-content .modal-footer a span {
color : #e9ecf2;
}
.modal-dialog.modal-green .modal-color-dark-blue {
color : #e9ecf2;
}
.modal-dialog.lock-modal .modal-content .modal-header {
height : 140px;
}
.modal-dialog.lock-modal .modal-content .modal-body {
height : 270px;
}
.modal-dialog.lock-modal .modal-content .modal-body .forgot-password-description {
font-size : 11px;
}
.modal-dialog.lock-modal .modal-content .modal-body .portrait-wrapper {
position              : relative;
margin                : -50px auto 15px auto;
width                 : 95px;
height                : 95px;
background-color      : #72c400;
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.modal-dialog.lock-modal .modal-content .modal-body .portrait-wrapper:hover {
transform  : scale(1.05);
transition : .5s;
}
.modal-dialog.lock-modal .modal-content .modal-body .portrait-wrapper .portrait {
margin-top            : 5px;
margin-left           : 0;
width                 : 85px;
height                : 85px;
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.modal-dialog.lock-modal .modal-content .modal-body .portrait-wrapper.fat-border {
width  : 105px;
height : 105px;
}
.modal-dialog.lock-modal .modal-content .modal-body .portrait-wrapper.fat-border .portrait {
margin-top : 10px;
width      : 85px;
height     : 85px;
}
.modal-dialog.lock-modal .modal-content .modal-body .portrait-wrapper.portrait-wrapper-light {
background-color : #e9ecf2;
}
.modal-dialog.lock-modal .modal-content .modal-body .profile-position {
font-size : 12px;
}
.modal-dialog.lock-modal .modal-content .modal-body .profile-position-sm {
font-size : 10px;
}
.modal-dialog.lock-modal .modal-content .modal-body.modal-body-lock {
height : 310px;
}
.modal-dialog.lock-modal .modal-content .modal-footer {
padding : 40px 0;
}
.image-source-link {
color : #98C3D1;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
-webkit-transition          : all 0.3s ease-out;
-moz-transition             : all 0.3s ease-out;
-o-transition               : all 0.3s ease-out;
-ms-transition              : all 0.3s ease-out;
-khtml-transition           : all 0.3s ease-out;
transition                  : all 0.3s ease-out;
-webkit-backface-visibility : hidden;
opacity                     : 0;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity : 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity : 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity : 0;
}
.modal-backdrop {
z-index : 9999;
}
.modal {
z-index : 99945;
}
.mfp-bg {
z-index : 99942;
}
.mfp-wrap {
z-index : 99943;
}
.mfp-content {
z-index : 99945;
}
.mfp-preloader {
z-index : 99944;
}
button.mfp-close,
button.mfp-arrow {
z-index : 99946;
}
.mfp-zoom-out-cur.bg-black .mfp-bg {
opacity : .95;
}
.mfp-title {
padding-right : 0;
margin-bottom : 15px;
}
.mfp-figure .mfp-close {
top           : -30px;
right         : 0;
width         : 30px;
height        : 30px;
padding-right : 0;
line-height   : 30px;
text-align    : center;
cursor        : default;
}
.mfp-figure.top-title .mfp-title {
width      : calc(100% - 30px);
text-align : left;
}
.mfp-figure.top-title .mfp-close {
top           : 0;
right         : 0;
width         : 30px;
height        : 30px;
padding-right : 0;
line-height   : 30px;
text-align    : center;
cursor        : default;
}
.mfp-bottom-bar > .mfp-title {
padding    : 50px 0;
text-align : center;
}
.mfp-content > .mfp-iframe-scaler > .mfp-title {
position : absolute;
top      : -30px;
}
.mfp-arrow:before,
.mfp-arrow:after {
content : initial;
}
.mfp-counter {
display : none;
} .mfp-fade.mfp-bg {
-webkit-transition : all 0.15s ease-out;
-moz-transition    : all 0.15s ease-out;
-o-transition      : all 0.15s ease-out;
-ms-transition     : all 0.15s ease-out;
-khtml-transition  : all 0.15s ease-out;
transition         : all 0.15s ease-out;
opacity            : 0;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity : 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity : 0;
}
.mfp-fade.mfp-wrap .mfp-content {
-webkit-transition : all 0.5s ease-in-out;
-moz-transition    : all 0.5s ease-in-out;
-o-transition      : all 0.5s ease-in-out;
-ms-transition     : all 0.5s ease-in-out;
-khtml-transition  : all 0.5s ease-in-out;
transition         : all 0.5s ease-in-out;
opacity            : 0;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity : 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity : 0;
}
.mfp-figure:after {
content : initial;
}
.mfp-figure figure {
text-align : center;
}
img.mfp-img {
display : inline-block;
margin  : 0;
padding : 0;
}
@media screen and (min-width : 320px) {
button.mfp-arrow {
width            : 20px;
background-color : rgba(11, 11, 11, 0.8);
}
.mfp-arrow-right {
margin-right : 0;
color        : #fff;
}
.mfp-arrow-left {
margin-left : 0;
color       : #fff;
}
}
@media screen and (min-width : 992px) {
button.mfp-arrow {
width            : 90px;
background-color : transparent;
}
.mfp-arrow-right {
margin-right : -60px;
color        : #fff;
}
.mfp-arrow-left {
margin-left : -60px;
color       : #fff;
}
}  .mce-form-container {
text-align : center;
}
.mce-form-container form .icons {
color : #72c400;
}
.mce-form-container form .icons.large-icon {
font-size : 36px;
}
.mce-form-container form label {
font-size     : 30px;
margin-bottom : 15px;
}
.mce-form-container form label.small-label {
font-size : 22px;
}
.mce-form-container form .divider {
margin-top : 15px;
}
.mce-form-container form .top-desc {
margin-bottom : 40px;
font-size     : 14px;
color         : #2f3542;
}
.mce-form-container form .control-group .control-item.email-wrapper {
width        : 100%;
position     : relative;
margin-right : 10px;
}
.mce-form-container form .control-group .control-item.email-wrapper:before {
content     : "\e01f";
position    : absolute;
top         : 7px;
left        : 1em;
display     : block;
font-family : "simple-line-icons";
}
.mce-form-container form .control-group .control-item.email-wrapper .email {
padding               : 7px 2.5em;
width                 : 100%;
height                : 44px;
font-size             : 14px;
color                 : #2f3542;
background-color      : transparent;
border                : 1px solid #2f3542;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
}
.mce-form-container form .control-group .control-item.button-wrapper .button {
padding-top           : 10px;
padding-bottom        : 10px;
width                 : 100%;
min-width             : 150px;
font-weight           : 900;
font-size             : 16px;
background-color      : #72c400;
border                : 1px solid #72c400;
-webkit-border-radius : 3px;
-moz-border-radius    : 3px;
-o-border-radius      : 3px;
-ms-border-radius     : 3px;
-khtml-border-radius  : 3px;
border-radius         : 3px;
}
@media (min-width : 768px) {
.mce-form-container form .control-group .control-item {
float : left;
}
.mce-form-container form .control-group.no-hoz-gap .control-item.email-wrapper {
margin-right : -4px !important;
}
.mce-form-container form .control-group .control-item.email-wrapper {
width : calc(100% - 160px);
}
}
.mce-form-container form .bottom-desc {
margin-top : 25px;
font-size  : 11px;
color      : #3f4552;
}
@media (min-width : 768px) {
.mce-form-container.subscribe-left {
text-align : left;
}
}
.mce-form-container.subscribe-bg-green form * {
color        : white !important;
border-color : white !important;
}
.mce-form-container.subscribe-bg-green form * .button {
color            : #72c400 !important;
background-color : white !important;
}
.mce-form-container.subscribe-bg-green form label {
font-weight    : 900;
text-transform : uppercase;
}
.left-icon-wraper .left-icon {
padding : 10px 20px;
float   : left;
}
.left-icon-wraper .left-icon .icons {
font-size : 60px;
}
.left-icon-wraper .label-left {
float      : left;
width      : calc(100% - 100px);
text-align : left;
}
@media (max-width : 768px) {
.left-icon-wraper .label-left {
text-align : center;
}
} .subscribe-bg {
padding-top : 30px;
}
.subscribe-bg.image-background {
background-image  : url(//www.santedonnacona.com/wp-content/themes/raiseapp/css/media/images/mce/mce_form_bg.jpg);
background-repeat : no-repeat;
background-size   : cover;
} .help-block {
color      : #d06485 !important;
text-align : left;
}
.mce-form-container .has-error .form-control-feedback {
top : 5px !important;
}
.mce-form-container .has-error input[type="text"],
.mce-form-container .has-error input[type="email"] {
border : 2px solid #d06485 !important;
}
.email-black:before {
color : white !important;
}
.email-black .email {
background-color : #2f3542 !important;
color            : white !important;
}
.email::-webkit-input-placeholder,
.email:-ms-input-placeholder,
.email::-ms-input-placeholder {
color : #fff;
}
.email:-moz-placeholder,
.email::-moz-placeholder {
color   : #fff;
opacity : 1;
}
.email.email-black-placeholder::-webkit-input-placeholder,
.email.email-black-placeholder:-ms-input-placeholder,
.email.email-black-placeholder::-ms-input-placeholder {
color : #2f3542;
}
.email.email-black-placeholder:-moz-placeholder,
.email.email-black-placeholder::-moz-placeholder {
color   : #2f3542;
opacity : 1;
} .message {
position              : relative;
padding               : 15px 15px 15px 10px;
color                 : #fff;
text-align            : center;
background-color      : #bac0cd;
border                : 1px solid #bac0cd;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
}
@media (min-width : 768px) {
.message {
padding    : 20px 20px 20px 15px;
text-align : left;
}
}
.message:after {
content : "";
display : block;
clear   : both;
}
.message .message-icon {
margin      : 0 auto 10px auto;
width       : 30px;
height      : 24px;
line-height : 24px;
text-align  : center;
color       : #fff;
font-size   : 24px;
}
@media (min-width : 768px) {
.message .message-icon {
float  : left;
margin : 0 10px 10px 0;
}
}
.message .message-body {
width      : 100%;
text-align : center;
}
@media (min-width : 768px) {
.message .message-body {
float      : left;
width      : calc(100% - 40px);
text-align : left;
}
}
.message .message-body p {
margin-bottom : 0;
line-height   : 22px;
font-size     : 13px;
}
.message .message-closer {
position : absolute;
top      : 16px;
right    : 10px;
width    : 15px;
height   : 15px;
display  : block;
}
@media (min-width : 768px) {
.message .message-closer {
right : 16px;
}
}
.message .message-closer i:before,
.message .message-closer i:after {
position           : absolute;
top                : 7px;
left               : 0;
content            : "";
width              : 15px;
height             : 1px;
background-color   : #fff;
-webkit-transition : transform 0.3s ease-in-out;
-moz-transition    : transform 0.3s ease-in-out;
-o-transition      : transform 0.3s ease-in-out;
-ms-transition     : transform 0.3s ease-in-out;
-khtml-transition  : transform 0.3s ease-in-out;
transition         : transform 0.3s ease-in-out;
}
.message .message-closer i:before {
-webkit-transform : rotate(45deg);
-moz-transform    : rotate(45deg);
-o-transform      : rotate(45deg);
-ms-transform     : rotate(45deg);
-khtml-transform  : rotate(45deg);
transform         : rotate(45deg);
}
.message .message-closer i:after {
-webkit-transform : rotate(-45deg);
-moz-transform    : rotate(-45deg);
-o-transform      : rotate(-45deg);
-ms-transform     : rotate(-45deg);
-khtml-transform  : rotate(-45deg);
transform         : rotate(-45deg);
}
.message .message-closer.icon-color-green i:before,
.message .message-closer.icon-color-green i:after {
background-color : #72c400;
}
.message .message-closer.icon-color-red i:before,
.message .message-closer.icon-color-red i:after {
background-color : #d06485;
}
.message .message-closer.icon-color-blue i:before,
.message .message-closer.icon-color-blue i:after {
background-color : #59a7c7;
}
.message .message-closer.icon-color-yellow i:before,
.message .message-closer.icon-color-yellow i:after {
background-color : #c1af7a;
}
.message .message-closer:hover i:before {
-webkit-transform : rotate(225deg);
-moz-transform    : rotate(225deg);
-o-transform      : rotate(225deg);
-ms-transform     : rotate(225deg);
-khtml-transform  : rotate(225deg);
transform         : rotate(225deg);
}
.message .message-closer:hover i:after {
-webkit-transform : rotate(135deg);
-moz-transform    : rotate(135deg);
-o-transform      : rotate(135deg);
-ms-transform     : rotate(135deg);
-khtml-transform  : rotate(135deg);
transform         : rotate(135deg);
}
.message[class*="message-success"] {
border-color : #72c400;
}
.message[class*="message-success"] * {
color : #fff;
}
.message[class*="message-success"].message-success-dark {
background-color : #72c400;
}
.message[class*="message-success"].message-success-light {
background-color : #e2fffd;
}
.message[class*="message-success"].message-success-light * {
color : #72c400;
}
.message[class*="message-error"] {
border-color : #d06485;
}
.message[class*="message-error"] * {
color : #fff;
}
.message[class*="message-error"].message-error-dark {
background-color : #d06485;
}
.message[class*="message-error"].message-error-light {
background-color : #f4d9e1;
}
.message[class*="message-error"].message-error-light * {
color : #d06485;
}
.message[class*="message-info"] {
border-color : #59a7c7;
}
.message[class*="message-info"] * {
color : #fff;
}
.message[class*="message-info"].message-info-dark {
background-color : #59a7c7;
}
.message[class*="message-info"].message-info-light {
background-color : #cbe4ee;
}
.message[class*="message-info"].message-info-light * {
color : #59a7c7;
}
.message[class*="message-warning"] {
border-color : #c1af7a;
}
.message[class*="message-warning"] * {
color : #fff;
}
.message[class*="message-warning"].message-warning-dark {
background-color : #c1af7a;
}
.message[class*="message-warning"].message-warning-light {
background-color : #f2eee2;
}
.message[class*="message-warning"].message-warning-light * {
color : #c1af7a;
}
.message.message-small {
padding : 15px;
}
.message.message-small .message-icon {
float       : left;
margin      : 0 10px 0 0;
width       : 20px;
height      : 18px;
line-height : 18px;
font-size   : 18px;
}
@media (min-width : 768px) {
.message.message-small .message-icon {
width : 30px;
}
}
.message.message-small .message-body {
float      : left;
width      : calc(100% - 30px);
font-size  : 14px;
text-align : left;
}
@media (min-width : 768px) {
.message.message-small .message-body {
width : calc(100% - 40px);
}
}
.message.message-small .message-body h6 {
margin-bottom : 0;
font-size     : 14px;
}
.message.message-large {
padding : 20px;
}
@media (min-width : 768px) {
.message.message-large {
padding : 45px 55px 45px 45px;
}
}
.message.message-large .message-icon {
width       : 40px;
height      : 40px;
line-height : 40px;
font-size   : 40px;
}
@media (min-width : 768px) {
.message.message-large .message-icon {
margin-right : 25px;
width        : 50px;
height       : 50px;
line-height  : 50px;
font-size    : 48px;
}
}
.message.message-large .message-body {
width : 100%;
}
@media (min-width : 768px) {
.message.message-large .message-body {
float       : left;
padding-top : 5px;
width       : calc(100% - 75px);
}
}
.message.message-large .message-body h6 {
margin-bottom : 15px;
}
.message.message-large .message-body p {
font-size : 14px;
} .logo_img_inverse {
display : none;
}
.animated-arrow span,
.animated-arrow span:before,
.animated-arrow span:after {
cursor             : pointer;
height             : 2px;
width              : 25px;
background         : #757575;
position           : absolute;
display            : block;
content            : "";
-webkit-transition : none;
-moz-transition    : none;
-o-transition      : none;
-ms-transition     : none;
-khtml-transition  : none;
transition         : none;
}
.off-canvas-logo {
display : block;
padding : 30px 15px;
}
.animated-arrow {
position           : absolute;
left               : 0;
top                : 0;
z-index            : 99999;
transition         : none;
cursor             : pointer;
padding            : 1px 25px 21px 0;
margin             : 18px 0 0 18px;
-webkit-transition : none;
-moz-transition    : none;
-o-transition      : none;
-ms-transition     : none;
-khtml-transition  : none;
transition         : none;
}
.animated-arrow span:before {
top : 9px;
}
.animated-arrow span:after {
bottom : -18px;
}
.xoverlay {
position         : fixed;
top              : 0;
left             : 0;
z-index          : 9999;
width            : 100%;
height           : 100%;
display          : none;
background-color : rgba(0, 0, 0, 0.6);
cursor           : pointer;
}
.xoverlay.menuopen {
display : block;
}
.xmenu-list > li:hover > a {
text-decoration : none;
}
.xmenu-list > li > a .fa {
margin : 0 3px;
}
.xmenu-list li {
margin  : 0;
padding : 0;
}
.xmenu-list li:hover .xmenu-submenu {
display : none;
}
.xmenu-list li:hover .xmenu-submenu .xmenu-submenu-sub {
display : none;
}
.xmenu-list li:hover .x-megamenu-2 {
display  : none;
position : relative !important;
top      : 0;
}
.xmenu-list li:first-child a {
border-radius : 0 0 0 0;
}
.xmenu-list li:last-child a {
border-radius : 0 0 0 0;
border-right  : 0 solid;
}
.xmenu-list .x-megamenu-2 {
color      : #2f3542;
display    : none;
position   : relative !important;
top        : 0;
border     : solid 0;
transform  : none !important;
opacity    : 1 !important;
visibility : visible !important;
padding    : 10px 0;
}
.xmenu-list .x-megamenu-2 a {
padding     : 5px 0;
display     : block;
color       : #2f3542;
line-height : 26px;
}
.xmenu-list .x-megamenu-2 a:hover {
color : #72c400;
}
.xmenu-list .xmenu-submenu .xmenu-submenu-sub li:hover .xmenu-submenu-sub-sub {
display    : none;
list-style : none;
padding    : 2px;
}
.xmenu-submenu .fa {
margin-right : 7px;
}
.xmenu-submenu > li:hover > a {
color : #2f3542;
}
.xmenu {
position              : fixed;
top                   : 0;
left                  : -280px;
margin                : 0;
z-index               : 99999;
padding-bottom        : 30px;
width                 : 280px;
height                : 100%;
overflow-x            : hidden;
background-color      : #fff;
border                : none !important;
-webkit-transition    : all 0.4s ease-in-out;
-moz-transition       : all 0.4s ease-in-out;
-ms-transition        : all 0.4s ease-in-out;
-o-transition         : all 0.4s ease-in-out;
transition            : all 0.4s ease-in-out;
-webkit-border-radius : 0;
-moz-border-radius    : 0;
border-radius         : 0;
}
.xmenu .xmenu-list {
margin  : 0;
padding : 0 10px;
height  : auto;
display : block !important;
}
.xmenu .xmenu-list > li {
width            : 100%;
padding          : 0;
display          : block;
float            : none;
border-right     : none;
background-color : transparent;
position         : relative;
white-space      : inherit;
}
.xmenu .xmenu-list .extra-container {
margin-top : 20px;
}
.xmenu .xmenu-list li a .arrow:after {
display : none !important;
}
.xmenu .xmenu-list li ul li a .fa.fa-caret-right {
font-size : 12px !important;
color     : #2f3542;
}
.xmenu > .xmenu-list > li > a {
padding             : 9px 32px 9px 7px;
font-size           : 14px;
font-weight         : 700;
text-align          : left;
border-right        : solid 0;
background-color    : transparent;
color               : #2f3542;
line-height         : 25px;
border-bottom       : 1px solid;
border-bottom-color : #d5d7d9;
position            : static;
display             : block;
}
.xmenu > .xmenu-list > li > a.active,
.xmenu > .xmenu-list > li > a:hover {
color : #72c400;
}
.xmenu > .xmenu-list > li > a > .fa {
font-size : 16px;
}
.xmenu > .xmenu-list > li:last-child > a {
border-bottom-color : transparent;
}
.xmenu-opened .xmenu {
overflow-y         : auto;
left               : 0;
transition         : all 0.4s ease-in-out;
-webkit-box-shadow : 0 0 10px #757575;
-moz-box-shadow    : 0 0 10px #757575;
-o-box-shadow      : 0 0 10px #757575;
-ms-box-shadow     : 0 0 10px #757575;
-khtml-box-shadow  : 0 0 10px #757575;
box-shadow         : 0 0 10px #757575;
}
.xmenu-opened .xoverlay {
display           : block !important;
-webkit-animation : fadeIn .3s ease-in-out 1 0s none normal;
-o-animation      : fadeIn .3s ease-in-out 1 0s none normal;
animation         : fadeIn .3s ease-in-out 1 0s none normal;
}
.xmenu-opened .animated-arrow {
position           : fixed;
right              : auto !important;
left               : 280px !important;
-webkit-transition : all 0.4s ease-in-out;
-moz-transition    : all 0.4s ease-in-out;
-o-transition      : all 0.4s ease-in-out;
-ms-transition     : all 0.4s ease-in-out;
-khtml-transition  : all 0.4s ease-in-out;
transition         : all 0.4s ease-in-out;
}
.xmenu-opened .animated-arrow span {
background-color : transparent !important;
}
.xmenu-opened .animated-arrow span:before {
top       : 9px;
transform : rotate(45deg);
bottom    : 0;
}
.xmenu-opened .animated-arrow span:after {
transform : rotate(-45deg);
bottom    : -9px;
}
.xmenu-opened.xmenu-right .animated-arrow {
position           : fixed;
right              : 300px !important;
left               : auto !important;
-webkit-transition : all 0.4s ease-in-out;
-moz-transition    : all 0.4s ease-in-out;
-o-transition      : all 0.4s ease-in-out;
-ms-transition     : all 0.4s ease-in-out;
-khtml-transition  : all 0.4s ease-in-out;
transition         : all 0.4s ease-in-out;
}
.xmenu-wrapper { min-height : 60px;
transition : all 0.4s ease-in-out;
}
.xmenu-wrapper.xmenu-opened {
display     : block;
margin-left : 280px;
}
.xmobileheader {
display    : block !important;
position   : relative;
top        : 0;
right      : 0;
left       : 0;
transition : all 0.4s ease-in-out;
}
.xmenu-click {
height   : 43px;
position : absolute;
top      : 0;
right    : 0;
display  : block;
cursor   : pointer;
width    : 40px;
}
.xmenu-click i {
display         : block;
height          : 23px;
width           : 25px;
margin-top      : 11px;
margin-right    : 8px;
background-size : 25px;
font-size       : 21px;
color           : #2f3542;
float           : right;
text-align      : center;
}
.xmenu-click .xmenu-arrow:before {
content : "\f107";
}
.xmenu-sub-click {
height   : 43px;
position : absolute;
top      : 0;
right    : 0;
display  : block;
cursor   : pointer;
width    : 100%;
}
.xmenu-sub-click i {
display         : block;
height          : 23px;
width           : 25px;
margin-top      : 7px;
margin-right    : 8px;
background-size : 25px;
font-size       : 21px;
float           : right;
text-align      : center;
}
.xmenu-submenu-sub {
width      : 100% !important;
position   : static !important;
left       : 100% !important;
top        : 0 !important;
display    : none;
margin     : 0 !important;
padding    : 0 !important;
border     : solid 0 !important;
transform  : none !important;
opacity    : 1 !important;
visibility : visible !important;
}
.xmenu-submenu-sub li {
margin   : 0 0 0 0 !important;
padding  : 0;
position : relative;
}
.xmenu-submenu-sub li:hover > a {
color : #fff;
}
.xmenu-submenu-sub li:hover > .xmenu-submenu-sub-sub {
transform  : none !important;
visibility : visible !important;
opacity    : 1 !important;
}
.xmenu-submenu-sub li a.active {
color : black !important;
}
.xmenu-submenu-sub li > .xmenu-submenu-sub-sub {
transform  : none !important;
visibility : visible !important;
opacity    : 1 !important;
}
.xmenu-submenu-sub a {
display     : block;
padding     : 10px 25px;
font-weight : normal;
}
.xmenu-submenu-sub-sub {
width      : 100% !important;
position   : static !important;
left       : 100% !important;
top        : 0 !important;
display    : none;
margin     : 0 !important;
padding    : 0 !important;
border     : solid 0 !important;
transform  : none !important;
opacity    : 1 !important;
visibility : visible !important;
}
.xmenu-submenu-sub-sub li {
margin : 0 0 0 0 !important;
}
.xmenu-submenu-sub-sub li a.active {
color : black !important;
}
.xmenu-submenu-sub-sub li:hover > a {
color : #fff;
}
.xmenu-submenu-sub-sub a {
display     : block;
color       : #000;
padding     : 10px 25px;
font-weight : normal;
}
.x-megamenu-2 .title {
color     : #2f3542;
font-size : 15px !important;
padding   : 10px 8px 10px 0;
}
.x-megamenu-2 > ul {
width     : 100% !important;
margin    : 0;
padding   : 0;
font-size : 13px !important;
}
.x-megamenu-2 > ul > li > a {
padding     : 9px 14px !important;
line-height : normal !important;
font-size   : 13px !important;
color       : #2f3542;
}
.x-megamenu-2 ul li.title {
line-height : 26px;
color       : #2f3542;
margin      : 0;
font-size   : 15px;
padding     : 7px 13px !important;
}
.mobile-sub .xmenu-submenu {
transform  : none !important;
opacity    : 1 !important;
display    : none;
position   : relative !important;
top        : 0;
padding    : 15px 0 0;
visibility : visible !important;
}
.mobile-sub .xmenu-submenu ul {
padding-left : 20px;
}
.mobile-sub .xmenu-submenu li {
position : relative;
}
.mobile-sub .xmenu-submenu li a {
line-height : 20px;
font-size   : 13px !important;
padding     : 8px 0 8px 18px;
color       : #2f3542;
display     : block;
}
.mobile-sub .xmenu-submenu li a:hover {
color : #72c400;
}
.mobile-sub .xmenu-submenu li .xmenu-submenu-sub li a {
line-height   : 20px;
border-bottom : none;
padding-left  : 28px;
}
.mobile-sub .xmenu-submenu li .xmenu-submenu-sub li a:hover {
color : #72c400;
}
.mobile-sub .xmenu-submenu li .xmenu-submenu-sub li .xmenu-submenu-sub-sub li a {
line-height   : 20px;
border-bottom : none !important;
padding-left  : 38px;
color         : #2f3542;
}
.mobile-sub .xmenu-submenu li .xmenu-submenu-sub li .xmenu-submenu-sub-sub li a:hover {
color : #72c400;
}
.xmenu-right.xmenu-wrapper.xmenu-opened {
margin-left  : 0 !important;
margin-right : 280px !important;
}
.xmenu-right.xmenu-opened .xmenu {
left  : auto;
right : 0 !important;
}
.xmenu-right.xmenu-opened .animated-arrow {
left : auto !important;
}
.xmenu-right .xmenu {
right : -280px !important;
left  : auto !important;
}
.xmenu-right .animated-arrow {
left   : auto !important;
right  : 40px !important;
margin : 20px 0 0 0;
}
.xmenu-logo-center .logo {
left  : auto;
right : 20px;
}
.xmenu-logo-center.xmenu-right .logo {
left  : 20px;
right : auto;
}
@media (min-width : 600px) {
.xmenu-logo-center .logo,
.xmenu-logo-center.xmenu-right .logo {
left              : 50%;
right             : auto;
margin-left       : 0;
margin-right      : 0;
-webkit-transform : translateX(-50%);
-moz-transform    : translateX(-50%);
-ms-transform     : translateX(-50%);
-o-transform      : translateX(-50%);
transform         : translateX(-50%);
}
}
@media (max-width : 1024px) {
.x-menu-fixed-top.x-highlight .xmenu-wrapper:not(.xmenu-opened) .animated-arrow {
position : fixed;
top      : 20px !important;
left     : 20px !important;
right    : auto !important;
margin   : 0;
padding  : 16px 38px 34px 12px;
}
.x-menu-fixed-top.x-highlight .xmenu-wrapper.xmenu-right:not(.xmenu-opened) .animated-arrow {
left  : auto !important;
right : 20px !important;
}
} .xmenu-wrapper .x-menu-extra {
position      : absolute;
top           : 0;
margin-bottom : 0;
}
@media (max-width : 1024px) {
.extra-container.extra-social .extra-social-links {
padding : 0;
}
.extra-container.extra-social .extra-social-links .fa {
font-size : 18px;
}
}
@media (min-width : 1025px) {
.animated-arrow span,
.animated-arrow span:before,
.animated-arrow span:after {
cursor             : pointer;
height             : 2px;
width              : 25px;
position           : absolute;
display            : block;
content            : "";
-webkit-transition : none;
-moz-transition    : none;
-o-transition      : none;
-ms-transition     : none;
-khtml-transition  : none;
transition         : none;
}
}
.xmenu-wrapper .x-menu-extra.extra-right {
right : 20px;
}
.xmenu-wrapper .x-menu-extra .extra-container {
float   : left;
padding : 0 10px;
}
.xmenu-wrapper .x-menu-extra .extra-container.extra-download,
.xmenu-wrapper .x-menu-extra .extra-container.extra-label {
padding-top : 8px;
}
.xmenu-wrapper.xmenu-right .x-menu-extra.extra-right {
right : 80px;
}
.xmenu-wrapper .menu-label {
display : none;
padding : 7px 0;
}
@media (min-width : 1025px) {
.xmenu-wrapper .menu-label {
display : inline-block;
}
}
.xmenu .extra-container.extra-download {
margin : 15px 0;
}
.xmenu .extra-container a {
border-bottom : 0 !important;
}
.xmenu .extra-container a .fa {
padding-top    : 0 !important;
padding-bottom : 0 !important;
}  .pricing-table {
position      : relative;
text-align    : center;
margin-top    : 15px;
margin-bottom : 15px;
}
.pricing-table ul li {
list-style : none;
}
.pricing-table.pricing-table-highlight {
-webkit-box-shadow : 0 0 20px 0 #2f3542;
-moz-box-shadow    : 0 0 20px 0 #2f3542;
-o-box-shadow      : 0 0 20px 0 #2f3542;
-ms-box-shadow     : 0 0 20px 0 #2f3542;
-khtml-box-shadow  : 0 0 20px 0 #2f3542;
box-shadow         : 0 0 20px 0 #2f3542;
} .pricing-table-normal { }
.pricing-table-normal .pricing-table-header {
background-color : #72c400;
}
.pricing-table-normal .pricing-table-header h4,
.pricing-table-normal .pricing-table-header h6 {
margin-bottom  : 0;
padding-top    : 30px;
padding-bottom : 30px;
font-size      : 24px;
font-weight    : 500;
text-transform : uppercase;
color          : #fff;
}
@media (min-width : 992px) {
.pricing-table-normal .pricing-table-header h6 {
font-size : 18px;
}
}
.pricing-table-normal .pricing-table-body {
padding-top      : 30px;
padding-bottom   : 30px;
background-color : #f7f7f7;
}
.pricing-table-normal .pricing-table-body .pricing-table-value .wrap-value {
padding-top : 10px;
font-size   : 60px;
line-height : 1em;
color       : #72c400;
}
.pricing-table-normal .pricing-table-body .pricing-table-value .wrap-value .currency {
font-weight : 400;
}
.pricing-table-normal .pricing-table-body .pricing-table-value .wrap-value .value {
font-weight : 900;
}
.pricing-table-normal .pricing-table-body .pricing-table-value .wrap-value .value sup {
font-size : 40px;
}
.pricing-table-normal .pricing-table-body .pricing-table-value .wrap-period {
width          : 40%;
margin         : 0 auto;
padding-bottom : 5px;
font-size      : 12px;
font-style     : italic;
color          : #2f3542;
border-bottom  : 1px solid #59657e;
}
.pricing-table-normal .pricing-table-body .pricing-table-services ul {
margin  : 0;
padding : 0;
}
.pricing-table-normal .pricing-table-body .pricing-table-services ul li {
padding-top    : 12px;
padding-bottom : 12px;
}
.pricing-table-normal .pricing-table-body .pricing-table-services ul li span {
font-size   : 16px;
font-weight : 500;
color       : #2f3542;
}
.pricing-table-normal .pricing-table-body .pricing-table-apply {
padding-top    : 10px;
padding-bottom : 10px;
}
.pricing-table-normal .pricing-table-body .pricing-table-apply .btn {
font-weight      : 500;
color            : #fff;
border-color     : #72c400;
background-color : #72c400;
}
.pricing-table-normal.pricing-table-highlight .pricing-table-header {
background-color : #62b400;
}
.pricing-table-normal.pricing-table-highlight .pricing-table-body {
background-color : #72c400;
}
.pricing-table-normal.pricing-table-highlight .pricing-table-body .pricing-table-value .wrap-value {
color : #fff;
}
.pricing-table-normal.pricing-table-highlight .pricing-table-body .pricing-table-value .wrap-period {
color         : #fff;
border-bottom : 1px solid #fff;
}
.pricing-table-normal.pricing-table-highlight .pricing-table-body .pricing-table-services ul li span,
.pricing-table-normal.pricing-table-highlight .pricing-table-body .pricing-table-services ul li .fa {
color : #fff;
}
.pricing-table-normal.pricing-table-highlight .pricing-table-body .pricing-table-apply .btn {
color            : #72c400;
background-color : #fff;
} .pricing-table-v-iconed { }
.pricing-table-v-iconed .pricing-table-header {
padding-top      : 40px;
background-color : #72c400;
}
.pricing-table-v-iconed .pricing-table-header.large-icons .icons:before {
display               : inline-block;
width                 : 60px;
height                : 60px;
padding               : 15px;
font-size             : 24px;
font-weight           : 700;
color                 : #fff;
border                : 2px solid #fff;
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.pricing-table-v-iconed .pricing-table-header h4,
.pricing-table-v-iconed .pricing-table-header h6 {
margin-bottom  : 0;
padding-top    : 30px;
font-size      : 30px;
font-weight    : 900;
text-transform : capitalize;
color          : #fff;
}
.pricing-table-v-iconed .pricing-table-header p {
margin-bottom : 0;
font-size     : 12px;
font-style    : italic;
color         : #fff;
}
@media (min-width : 992px) {
.pricing-table-v-iconed .pricing-table-header h6 {
font-size : 18px;
}
}
.pricing-table-v-iconed .pricing-table-body {
padding-top      : 30px;
padding-bottom   : 30px;
background-color : #f7f7f7;
}
.pricing-table-v-iconed .pricing-table-body .pricing-table-value .wrap-value {
padding-top : 10px;
font-size   : 60px;
line-height : 1em;
color       : #2f3542;
}
.pricing-table-v-iconed .pricing-table-body .pricing-table-value .wrap-value .currency {
font-weight : 400;
}
.pricing-table-v-iconed .pricing-table-body .pricing-table-value .wrap-value .value {
font-weight : 900;
}
.pricing-table-v-iconed .pricing-table-body .pricing-table-value .wrap-value .value sup {
font-size : 40px;
}
.pricing-table-v-iconed .pricing-table-body .pricing-table-value .wrap-period {
font-size      : 12px;
text-transform : uppercase;
color          : #2f3542;
}
.pricing-table-v-iconed .pricing-table-body .pricing-table-services ul {
margin  : 0;
padding : 0 10px;
}
.pricing-table-v-iconed .pricing-table-body .pricing-table-services ul li {
padding       : 10px 5px;
text-align    : left;
border-bottom : 1px solid #dae0ed;
}
.pricing-table-v-iconed .pricing-table-body .pricing-table-services ul li .fa {
font-size : 18px;
}
.pricing-table-v-iconed .pricing-table-body .pricing-table-services ul li span {
font-size   : 12px;
font-weight : 500;
color       : #2f3542;
}
.pricing-table-v-iconed .pricing-table-body .pricing-table-services ul li:last-child {
border-bottom : 0;
}
@media (min-width : 1200px) {
.pricing-table-v-iconed .pricing-table-body .pricing-table-services ul {
padding : 0 20px;
}
.pricing-table-v-iconed .pricing-table-body .pricing-table-services ul li {
padding : 12px 10px;
}
.pricing-table-v-iconed .pricing-table-body .pricing-table-services ul li .fa {
font-size    : 22px;
margin-right : 10px;
}
.pricing-table-v-iconed .pricing-table-body .pricing-table-services ul li span {
font-size : 14px;
}
}
.pricing-table-v-iconed .pricing-table-body .pricing-table-apply {
padding-top    : 10px;
padding-bottom : 10px;
}
.pricing-table-v-iconed .pricing-table-body .pricing-table-apply .btn {
font-weight      : 500;
color            : #fff;
border-color     : #72c400;
background-color : #72c400;
}
.pricing-table-v-iconed.pricing-table-highlight .pricing-table-header {
background-color : #62b400;
}
.pricing-table-v-iconed.pricing-table-highlight .pricing-table-header.large-icons .icons:before {
background-color : #fff;
color            : #72c400;
}
.pricing-table-v-iconed.pricing-table-highlight .pricing-table-body {
background-color : #72c400;
}
.pricing-table-v-iconed.pricing-table-highlight .pricing-table-body .pricing-table-value .wrap-value,
.pricing-table-v-iconed.pricing-table-highlight .pricing-table-body .pricing-table-value .wrap-period,
.pricing-table-v-iconed.pricing-table-highlight .pricing-table-body .pricing-table-services ul li .fa,
.pricing-table-v-iconed.pricing-table-highlight .pricing-table-body .pricing-table-services ul li span {
color : #fff;
}
.pricing-table-v-iconed.pricing-table-highlight .pricing-table-body .pricing-table-apply .btn {
color            : #72c400;
background-color : #fff;
} .pricing-table-v-iconed2 {
border : 1px solid #dae0ed;
}
.pricing-table-v-iconed2 .pricing-table-header {
padding-top      : 40px;
background-color : transparent;
}
.pricing-table-v-iconed2 .pricing-table-header.large-icons .icons:before {
display               : inline-block;
padding               : 15px;
width                 : 60px;
height                : 60px;
font-size             : 24px;
font-weight           : 700;
color                 : #fff;
background-color      : #72c400;
border                : 2px solid #72c400;
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.pricing-table-v-iconed2 .pricing-table-header h4,
.pricing-table-v-iconed2 .pricing-table-header h6 {
margin-bottom  : 0;
padding-top    : 30px;
font-size      : 24px;
font-weight    : 700;
text-transform : capitalize;
color          : #2f3542;
}
.pricing-table-v-iconed2 .pricing-table-header p {
margin        : 0 20px;
font-size     : 12px;
font-style    : italic;
color         : #2f3542;
border-bottom : 1px solid #dae0ed;
}
@media (min-width : 992px) {
.pricing-table-v-iconed2 .pricing-table-header h6 {
font-size : 18px;
}
}
.pricing-table-v-iconed2 .pricing-table-body {
padding-top      : 30px;
padding-bottom   : 30px;
background-color : transparent;
}
.pricing-table-v-iconed2 .pricing-table-body .pricing-table-value .wrap-value {
padding-top : 10px;
font-size   : 60px;
line-height : 1em;
color       : #72c400;
}
.pricing-table-v-iconed2 .pricing-table-body .pricing-table-value .wrap-value .currency {
font-weight : 400;
}
.pricing-table-v-iconed2 .pricing-table-body .pricing-table-value .wrap-value .value {
font-weight : 900;
}
.pricing-table-v-iconed2 .pricing-table-body .pricing-table-value .wrap-value .value sup {
font-size : 40px;
}
.pricing-table-v-iconed2 .pricing-table-body .pricing-table-value .wrap-period {
font-size      : 12px;
text-transform : uppercase;
color          : #2f3542;
}
.pricing-table-v-iconed2 .pricing-table-body .pricing-table-services ul {
margin  : 0;
padding : 0 10px;
}
.pricing-table-v-iconed2 .pricing-table-body .pricing-table-services ul li {
padding       : 10px 5px;
text-align    : left;
border-bottom : 1px solid #dae0ed;
}
.pricing-table-v-iconed2 .pricing-table-body .pricing-table-services ul li .fa {
font-size    : 18px;
margin-right : 5px;
}
.pricing-table-v-iconed2 .pricing-table-body .pricing-table-services ul li span {
font-size   : 12px;
font-weight : 500;
color       : #2f3542;
}
.pricing-table-v-iconed2 .pricing-table-body .pricing-table-services ul li:last-child {
border-bottom : 0;
}
@media (min-width : 1200px) {
.pricing-table-v-iconed2 .pricing-table-body .pricing-table-services ul {
padding : 0 20px;
}
.pricing-table-v-iconed2 .pricing-table-body .pricing-table-services ul li {
padding : 12px 10px;
}
.pricing-table-v-iconed2 .pricing-table-body .pricing-table-services ul li .fa {
font-size    : 22px;
margin-right : 10px;
}
.pricing-table-v-iconed2 .pricing-table-body .pricing-table-services ul li span {
font-size : 14px;
}
}
.pricing-table-v-iconed2 .pricing-table-body .pricing-table-apply {
padding-top    : 10px;
padding-bottom : 10px;
}
.pricing-table-v-iconed2 .pricing-table-body .pricing-table-apply .btn {
font-weight      : 500;
color            : #fff;
background-color : #72c400;
}
.pricing-table-v-iconed2.pricing-table-highlight {
background-color : #72c400;
}
.pricing-table-v-iconed2.pricing-table-highlight .pricing-table-header.large-icons .icons:before {
background-color : #fff;
color            : #72c400;
border-color     : #fff;
}
.pricing-table-v-iconed2.pricing-table-highlight .pricing-table-header h4,
.pricing-table-v-iconed2.pricing-table-highlight .pricing-table-header h6 {
color : #fff;
}
.pricing-table-v-iconed2.pricing-table-highlight .pricing-table-header p {
color               : #fff;
border-bottom-color : #52a400;
}
.pricing-table-v-iconed2.pricing-table-highlight .pricing-table-body .pricing-table-services ul li {
border-bottom-color : #52a400;
}
.pricing-table-v-iconed2.pricing-table-highlight .pricing-table-body .pricing-table-value .wrap-value,
.pricing-table-v-iconed2.pricing-table-highlight .pricing-table-body .pricing-table-value .wrap-period,
.pricing-table-v-iconed2.pricing-table-highlight .pricing-table-body .pricing-table-services ul li .fa,
.pricing-table-v-iconed2.pricing-table-highlight .pricing-table-body .pricing-table-services ul li span {
color : #fff;
}
.pricing-table-v-iconed2.pricing-table-highlight .pricing-table-body .pricing-table-apply .btn {
border-color : #fff;
} .pricing-table-h-iconed {
text-align : left;
border     : 1px solid #dae0ed;
}
.pricing-table-h-iconed .pricing-table-header {
padding-top      : 30px;
padding-right    : 20px;
padding-bottom   : 15px;
padding-left     : 20px;
background-color : #72c400;
}
.pricing-table-h-iconed .pricing-table-header.large-icons .icons {
display               : inline-block;
float                 : left;
width                 : 60px;
height                : 60px;
padding               : 15px;
font-size             : 24px;
font-weight           : 700;
color                 : #72c400;
background-color      : #fff;
border                : 2px solid #fff;
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
text-align            : center;
}
.pricing-table-h-iconed .pricing-table-header .header-desc {
display      : inline-block;
float        : left;
padding-left : 10px;
}
.pricing-table-h-iconed .pricing-table-header .header-desc h4 {
margin-bottom  : 0;
padding-top    : 5px;
font-weight    : 700;
text-transform : capitalize;
color          : #fff;
}
.pricing-table-h-iconed .pricing-table-header .header-desc h4 {
font-size : 24px;
}
.pricing-table-h-iconed .pricing-table-header .header-desc p {
font-size : 12px;
color     : #fff;
}
@media (min-width : 992px) {
.pricing-table-h-iconed .pricing-table-header .header-desc h4,
.pricing-table-h-iconed .pricing-table-header .header-desc h6 {
padding-top : 10px;
}
.pricing-table-h-iconed .pricing-table-header .header-desc h4 {
font-size : 16px;
}
}
@media (min-width : 1200px) {
.pricing-table-h-iconed .pricing-table-header .header-desc h4 {
font-size : 24px;
}
}
@media (max-width : 991px) and (min-width : 768px) {
.pricing-table-h-iconed .pricing-table-header .header-desc h4 {
font-size : 18px;
}
}
@media (min-width : 992px) {
.pricing-table-h-iconed .pricing-table-header .header-desc {
padding-left : 10px;
}
}
.pricing-table-h-iconed .pricing-table-body {
padding-right    : 5px;
padding-bottom   : 30px;
padding-left     : 5px;
background-color : transparent;
}
.pricing-table-h-iconed .pricing-table-body .pricing-table-value {
padding-left     : 25px;
padding-right    : 25px;
margin-left      : -5px;
margin-right     : -5px;
background-color : #f7f7f7;
}
.pricing-table-h-iconed .pricing-table-body .pricing-table-value .wrap-value {
display     : inline-block;
padding-top : 10px;
font-size   : 48px;
line-height : 1em;
color       : #72c400;
}
.pricing-table-h-iconed .pricing-table-body .pricing-table-value .wrap-value .currency {
font-size   : 36px;
font-weight : 400;
}
.pricing-table-h-iconed .pricing-table-body .pricing-table-value .wrap-value .value {
font-weight : 900;
}
.pricing-table-h-iconed .pricing-table-body .pricing-table-value .wrap-value .value sup {
font-size : 40px;
}
.pricing-table-h-iconed .pricing-table-body .pricing-table-value .wrap-period {
display   : inline-block;
font-size : 12px;
color     : #2f3542;
}
.pricing-table-h-iconed .pricing-table-body .pricing-table-services ul {
margin  : 0;
padding : 0 10px;
}
.pricing-table-h-iconed .pricing-table-body .pricing-table-services ul li {
padding       : 10px 5px;
text-align    : left;
border-bottom : 1px solid #dae0ed;
}
.pricing-table-h-iconed .pricing-table-body .pricing-table-services ul li .fa {
font-size    : 18px;
margin-right : 5px;
}
.pricing-table-h-iconed .pricing-table-body .pricing-table-services ul li span {
font-size   : 12px;
font-weight : 500;
color       : #2f3542;
}
.pricing-table-h-iconed .pricing-table-body .pricing-table-services ul li:last-child {
border-bottom : 0;
}
@media (min-width : 1200px) {
.pricing-table-h-iconed .pricing-table-body .pricing-table-services ul {
padding : 0 20px;
}
.pricing-table-h-iconed .pricing-table-body .pricing-table-services ul li {
padding : 12px 10px;
}
.pricing-table-h-iconed .pricing-table-body .pricing-table-services ul li .fa {
font-size    : 22px;
margin-right : 10px;
}
.pricing-table-h-iconed .pricing-table-body .pricing-table-services ul li span {
font-size : 14px;
}
}
.pricing-table-h-iconed .pricing-table-body .pricing-table-apply {
padding-top    : 10px;
padding-bottom : 10px;
text-align     : center;
}
.pricing-table-h-iconed .pricing-table-body .pricing-table-apply .btn {
font-weight      : 500;
color            : #fff;
border-color     : #72c400;
background-color : #72c400;
}
.pricing-table-h-iconed.pricing-table-highlight {
background-color : #72c400;
}
.pricing-table-h-iconed.pricing-table-highlight .pricing-table-header.large-icons .icons:before {
background-color : #fff;
color            : #72c400;
border-color     : #fff;
}
.pricing-table-h-iconed.pricing-table-highlight .pricing-table-body .pricing-table-value {
background-color : #92e420;
}
.pricing-table-h-iconed.pricing-table-highlight .pricing-table-header h4,
.pricing-table-h-iconed.pricing-table-highlight .pricing-table-header p,
.pricing-table-h-iconed.pricing-table-highlight .pricing-table-body .pricing-table-value .wrap-value,
.pricing-table-h-iconed.pricing-table-highlight .pricing-table-body .pricing-table-value .wrap-period,
.pricing-table-h-iconed.pricing-table-highlight .pricing-table-body .pricing-table-services ul li .fa,
.pricing-table-h-iconed.pricing-table-highlight .pricing-table-body .pricing-table-services ul li span {
color : #fff;
}
.pricing-table-h-iconed.pricing-table-highlight .pricing-table-body .pricing-table-apply .btn {
color            : #72c400;
border-color     : #fff;
background-color : #fff;
} .pricing-table-special {
margin-bottom : 90px;
border        : 1px solid #dae0ed; }
.pricing-table-special .pricing-table-header {
margin-top       : -90px;
background-color : transparent;
}
.pricing-table-special .pricing-table-header .pricing-table-value {
position              : relative;
width                 : 180px;
height                : 180px;
margin                : 0 auto;
background-color      : #72c400;
border                : 10px solid #72c400;
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.pricing-table-special .pricing-table-header .pricing-table-value .circle-wrapper {
position              : absolute;
top                   : -1px;
left                  : 0;
width                 : 162px;
height                : 162px;
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.pricing-table-special .pricing-table-header .pricing-table-value .circle-wrapper .wrap-value {
margin-top  : 40px;
padding-top : 10px;
font-size   : 36px;
font-style  : normal;
line-height : 1em;
color       : #fff;
}
.pricing-table-special .pricing-table-header .pricing-table-value .circle-wrapper .wrap-value .currency {
font-size   : 30px;
font-weight : 400;
}
.pricing-table-special .pricing-table-header .pricing-table-value .circle-wrapper .wrap-value .value {
font-weight : 900;
}
.pricing-table-special .pricing-table-header .pricing-table-value .circle-wrapper .wrap-value .value sup {
font-size : 40px;
}
.pricing-table-special .pricing-table-header .pricing-table-value .circle-wrapper .wrap-period {
font-size      : 12px;
font-style     : normal;
text-transform : uppercase;
color          : #fff;
}
.pricing-table-special .pricing-table-header h4 {
margin-bottom  : 0;
padding-top    : 30px;
font-size      : 24px;
font-weight    : 700;
text-transform : uppercase;
color          : #72c400;
}
.pricing-table-special .pricing-table-header p {
margin     : 0 20px;
font-size  : 12px;
font-style : italic;
color      : #2f3542;
}
@media (min-width : 1200px) {
.pricing-table-special .pricing-table-header h4 {
font-size : 30px;
}
}
.pricing-table-special .pricing-table-body {
padding-top      : 30px;
padding-bottom   : 30px;
background-color : transparent;
}
.pricing-table-special .pricing-table-body .pricing-table-services ul {
margin  : 0;
padding : 0 10px;
}
.pricing-table-special .pricing-table-body .pricing-table-services ul li {
padding       : 10px 5px;
border-bottom : 1px solid #dae0ed;
}
.pricing-table-special .pricing-table-body .pricing-table-services ul li span {
font-size   : 12px;
font-weight : 500;
color       : #2f3542;
}
.pricing-table-special .pricing-table-body .pricing-table-services ul li:last-child {
border-bottom : 0;
}
@media (min-width : 1200px) {
.pricing-table-special .pricing-table-body .pricing-table-services ul {
padding : 0 20px;
}
.pricing-table-special .pricing-table-body .pricing-table-services ul li {
padding : 12px 10px;
}
.pricing-table-special .pricing-table-body .pricing-table-services ul li span {
font-size : 14px;
}
}
.pricing-table-special .pricing-table-body .pricing-table-apply {
padding-top    : 10px;
padding-bottom : 10px;
}
.pricing-table-special .pricing-table-body .pricing-table-apply .btn {
font-weight      : 500;
color            : #fff;
border-color     : #72c400;
background-color : #72c400;
}
.pricing-table-special.pricing-table-highlight {
background-color : #72c400;
}
.pricing-table-special.pricing-table-highlight .pricing-table-header .pricing-table-value {
background-color : transparent;
}
.pricing-table-special.pricing-table-highlight .pricing-table-header .pricing-table-value .circle-wrapper {
background-color : #fff;
}
.pricing-table-special.pricing-table-highlight .pricing-table-header .pricing-table-value .circle-wrapper .wrap-value,
.pricing-table-special.pricing-table-highlight .pricing-table-header .pricing-table-value .circle-wrapper .wrap-period {
color : #72c400;
}
.pricing-table-special.pricing-table-highlight .pricing-table-header h4,
.pricing-table-special.pricing-table-highlight .pricing-table-header p,
.pricing-table-special.pricing-table-highlight .pricing-table-body .pricing-table-services ul li span {
color : #fff;
}
.pricing-table-special.pricing-table-highlight .pricing-table-body .pricing-table-apply .btn {
color            : #72c400;
border-color     : #fff;
background-color : #fff;
} .tab {
margin : 30px 0;
}
.tab a,
.tab a * {
-webkit-transition : all 0.3s ease-in-out;
-moz-transition    : all 0.3s ease-in-out;
-o-transition      : all 0.3s ease-in-out;
-ms-transition     : all 0.3s ease-in-out;
-khtml-transition  : all 0.3s ease-in-out;
transition         : all 0.3s ease-in-out;
}
.tab .nav-tabs {
position      : relative;
margin-bottom : -1px;
padding       : 0;
z-index       : 9;
}
.tab .nav-tabs li {
margin-right : 1px;
padding      : 0;
display      : block;
width        : 100%;
}
.tab .nav-tabs li a {
background-color : #dee1e7;
border-radius    : 0;
border           : 1px solid #bac0cd;
color            : #fff;
margin-right     : 1px;
padding          : 10px 10px;
}
.tab .nav-tabs li a .tab-header-icon {
margin-right : 5px;
}
.tab .nav-tabs li a span {
color       : #2f3542;
font-weight : 600;
}
@media screen and (min-width : 1200px) {
.tab .nav-tabs li a {
padding : 10px 15px;
display : inherit;
width   : auto;
}
}
.tab .nav-tabs li.active a {
background-color    : #dee1e7;
border-radius       : 0;
border-bottom-color : #dee1e7;
}
.tab .nav-tabs li.active a .tab-header-icon {
color : #72c400;
}
.tab .nav-tabs li.active a span {
color : #2f3542;
}
@media screen and (min-width : 768px) {
.tab .nav-tabs li {
display : inherit;
width   : auto;
}
}
.tab .nav-tabs li + li {
margin-left : 0;
}
@media screen and (min-width : 768px) {
.tab .nav-tabs {
padding : 0 15px;
}
}
.tab .tab-content {
padding          : 15px;
background-color : #e9ecf2;
border           : 1px solid #bac0cd;
}
.tab .tab-content .tab-pane .tab-content-image {
padding : 15px;
}
.tab .tab-content .tab-pane .tab-content-text {
padding : 10px 15px;
}
.tab .tab-content .tab-pane .tab-content-text .tab-content-title {
font-size   : 18px;
font-weight : 700;
color       : #2f3542;
}
.tab .nav-tabs > li.active > a,
.tab .nav-tabs > li.active > a:focus,
.tab .nav-tabs > li.active > a:hover {
border-color : transparent;
}
.tab .nav-tabs {
border-bottom-width : 0;
}
.tab .panel-group .panel-default {
border-width : 0;
}
.tab .panel-group .panel-default .panel-heading {
background-color : #dee1e7;
border-radius    : 0;
border-color     : #bac0cd;
color            : #fff;
padding          : 0;
}
.tab .panel-group .panel-default .panel-heading .panel-title .accordion-toggle {
padding          : 10px 15px;
display          : block;
background-color : #dee1e7;
color            : #fff;
}
.tab .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed span {
color : #2f3542;
}
.tab .panel-group .panel-default .panel-heading + .panel-collapse > .panel-body {
background-color : #dee1e7;
}
.tab .panel-group .panel-default .tab-content-title {
font-size   : 18px;
font-weight : 700;
color       : #72c400;
}
.tab .panel-group .panel-heading + .panel-collapse > .list-group,
.tab .panel-group .panel-heading + .panel-collapse > .panel-body {
border-width : 0;
}
.tab.tab-icon-header.tab-icon-header-light .nav-tabs > li > a {
background-color : #ced4e1;
border-width     : 0;
}
.tab.tab-icon-header.tab-icon-header-light .nav-tabs > li > a .tab-header-icon {
color : #2f3542;
}
.tab.tab-icon-header.tab-icon-header-light .nav-tabs > li.active > a {
background-color : #e9ecf2;
padding-top      : 12px;
padding-bottom   : 10px;
margin-top       : -2px;
}
.tab.tab-icon-header.tab-icon-header-light .nav-tabs > li.active > a .tab-header-icon {
color : #72c400;
}
.tab.tab-icon-header.tab-icon-header-light .tab-content {
border-color : #e9ecf2;
}
.tab.tab-icon-header.tab-icon-header-light .tab-content .tab-pane .tab-content-text {
text-align : right;
}
.tab.tab-icon-header.tab-icon-header-light .tab-content .tab-pane .tab-content-text .tab-content-title {
display : block;
}
.tab.tab-icon-header.tab-icon-header-light .panel-group .panel-default .panel-heading + .panel-collapse > .panel-body {
background-color : #e9ecf2;
border           : 2px solid #c4c7cd;
border-top-color : #e9ecf2;
}
.tab.tab-icon-header.tab-icon-header-light .panel-group .panel-default .panel-heading + .panel-collapse > .panel-body .tab-content-title {
color : #2f3542;
}
.tab.tab-icon-header.tab-icon-header-light .panel-group .panel-default .panel-heading .panel-title .accordion-toggle {
background-color : #e9ecf2;
color            : #2f3542;
border           : 2px solid #c4c7cd;
}
.tab.tab-icon-header.tab-icon-header-light .panel-group .panel-default .panel-heading .panel-title .accordion-toggle i {
color        : #72c400;
margin-right : 5px;
}
.tab.tab-icon-header.tab-icon-header-light .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed {
background-color    : #ced4e1;
border-bottom-color : #c4c7cd;
}
.tab.tab-icon-header.tab-icon-header-light .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed i {
color : #2f3542;
}
.tab.tab-icon-header.tab-icon-header-light .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed i span {
color : #2f3542;
}
.tab.tab-icon-header.tab-icon-header-dark .nav-tabs {
padding : 0;
}
.tab.tab-icon-header.tab-icon-header-dark .nav-tabs li {
margin-right  : 0;
border-left   : 1px solid #d5d7d9;
border-bottom : 1px solid #d5d7d9;
}
.tab.tab-icon-header.tab-icon-header-dark .nav-tabs li a {
background-color : #e9ecf2;
border-width     : 0;
color            : #2f3542;
}
.tab.tab-icon-header.tab-icon-header-dark .nav-tabs li a .tab-header-icon {
color : #72c400;
}
.tab.tab-icon-header.tab-icon-header-dark .nav-tabs li.active a {
background-color : #72c400;
color            : #e9ecf2;
}
.tab.tab-icon-header.tab-icon-header-dark .nav-tabs li.active a .tab-header-icon {
color : #e9ecf2;
}
.tab.tab-icon-header.tab-icon-header-dark .nav-tabs li.active a span {
color : #e9ecf2;
}
.tab.tab-icon-header.tab-icon-header-dark .nav-tabs li:first-of-type {
border-left-width : 0;
}
.tab.tab-icon-header.tab-icon-header-dark .tab-content {
padding          : 30px;
background-color : #fff;
border-color     : #d5d7d9;
}
.tab.tab-icon-header.tab-icon-header-dark .tab-content .tab-content-text .tab-content-title {
color : #72c400;
}
.tab.tab-icon-header.tab-icon-header-dark .panel-group .panel-default .panel-heading + .panel-collapse > .panel-body {
background-color : #fff;
border           : 2px solid #c4c7cd;
}
.tab.tab-icon-header.tab-icon-header-dark .panel-group .panel-default .panel-heading .panel-title .accordion-toggle {
background-color : #72c400;
color            : #e9ecf2;
}
.tab.tab-icon-header.tab-icon-header-dark .panel-group .panel-default .panel-heading .panel-title .accordion-toggle i {
color        : #e9ecf2;
margin-right : 5px;
}
.tab.tab-icon-header.tab-icon-header-dark .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed {
background-color : #e9ecf2;
}
.tab.tab-icon-header.tab-icon-header-dark .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed span {
color : #2f3542;
}
.tab.tab-icon-header.tab-icon-header-dark .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed i {
margin-right : 5px;
color        : #72c400;
}
.tab.tab-text-header.tab-text-header-light .nav-tabs > li > a {
background-color : #ced4e1;
}
.tab.tab-text-header.tab-text-header-light .nav-tabs > li.active > a {
padding-top      : 12px;
padding-bottom   : 10px;
margin-top       : -2px;
background-color : #e9ecf2;
}
.tab.tab-text-header.tab-text-header-light .nav-tabs > li.active > a,
.tab.tab-text-header.tab-text-header-light .nav-tabs > li.active > a:focus,
.tab.tab-text-header.tab-text-header-light .nav-tabs > li.active > a:hover {
border-color        : #bac0cd;
border-bottom-color : transparent;
}
.tab.tab-text-header.tab-text-header-light .panel-group .panel-default .panel-heading + .panel-collapse > .panel-body {
background-color : #e9ecf2;
border           : 2px solid #c4c7cd;
border-top-color : #e9ecf2;
}
.tab.tab-text-header.tab-text-header-light .panel-group .panel-default .panel-heading + .panel-collapse > .panel-body .tab-content-title {
color : #2f3542;
}
.tab.tab-text-header.tab-text-header-light .panel-group .panel-default .panel-heading .panel-title .accordion-toggle {
background-color : #e9ecf2;
color            : #2f3542;
border           : 2px solid #c4c7cd;
}
.tab.tab-text-header.tab-text-header-light .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed {
background-color    : #ced4e1;
border-bottom-color : #c4c7cd;
}
.tab.tab-text-header.tab-text-header-light .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed span {
color : #2f3542;
}
.tab.tab-text-header.tab-text-header-dark .nav-tabs > li > a {
background-color : #e9ecf2;
border-color     : #ced4e1;
}
.tab.tab-text-header.tab-text-header-dark .nav-tabs > li > a span {
color : #8c9098;
}
.tab.tab-text-header.tab-text-header-dark .nav-tabs > li.active > a {
background-color    : #fff;
border-bottom-color : #fff;
padding-top         : 12px;
padding-bottom      : 10px;
margin-top          : -2px;
}
.tab.tab-text-header.tab-text-header-dark .nav-tabs > li.active > a span {
color : #2f3542;
}
.tab.tab-text-header.tab-text-header-dark .tab-content {
padding          : 30px;
background-color : #fff;
border-color     : #ced4e1;
}
.tab.tab-text-header.tab-text-header-dark .panel-group .panel-default .panel-heading + .panel-collapse > .panel-body {
background-color : #fff;
border           : 2px solid #ced4e1;
border-top-color : #e9ecf2;
}
.tab.tab-text-header.tab-text-header-dark .panel-group .panel-default .panel-heading + .panel-collapse > .panel-body .tab-content-title {
color : #2f3542;
}
.tab.tab-text-header.tab-text-header-dark .panel-group .panel-default .panel-heading .panel-title .accordion-toggle {
background-color : #fff;
color            : #2f3542;
border           : 2px solid #ced4e1;
}
.tab.tab-text-header.tab-text-header-dark .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed {
background-color    : #e9ecf2;
border-bottom-color : #ced4e1;
}
.tab.tab-text-header.tab-text-header-dark .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed span {
color : #8c9098;
}
.tab.tab-icon-header-lg .nav-tabs {
text-align : center;
}
.tab.tab-icon-header-lg .nav-tabs li {
float   : none;
display : inline-block;
}
.tab.tab-icon-header-lg .nav-tabs li a {
background-color : #bdc3d0;
}
.tab.tab-icon-header-lg .nav-tabs li a span {
color : #fff;
}
.tab.tab-icon-header-lg .nav-tabs li.active a {
background-color : #e9ecf2;
}
.tab.tab-icon-header-lg .nav-tabs li.active a span {
color : #2f3542;
}
.tab.tab-icon-header-lg .tab-content {
padding : 30px;
}
.tab.tab-icon-header-lg .panel-group .panel-default .panel-heading + .panel-collapse > .panel-body {
background-color : #e9ecf2;
border           : 1px solid #bac0cd;
}
.tab.tab-icon-header-lg .panel-group .panel-default .panel-heading .panel-title .accordion-toggle {
background-color : #e9ecf2;
}
.tab.tab-icon-header-lg .panel-group .panel-default .panel-heading .panel-title .accordion-toggle i {
color        : #72c400;
margin-right : 5px;
}
.tab.tab-icon-header-lg .panel-group .panel-default .panel-heading .panel-title .accordion-toggle span {
color : #2f3542;
}
.tab.tab-icon-header-lg .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed {
background-color : #bdc3d0;
}
.tab.tab-icon-header-lg .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed i,
.tab.tab-icon-header-lg .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed span {
color : #fff;
}
.tab.tab-vertical-header .nav-tabs {
float   : left;
width   : 100%;
padding : 0;
}
.tab.tab-vertical-header .nav-tabs li {
float  : none;
margin : 1px 0;
}
.tab.tab-vertical-header .nav-tabs li a {
background-color   : #bdc3d0;
border             : 1px solid #bac0cd;
border-right-color : #bdc3d0;
}
.tab.tab-vertical-header .nav-tabs li a span {
color : #fff;
}
.tab.tab-vertical-header .nav-tabs li.active a {
background-color   : #e9ecf2;
border-right-color : #e9ecf2;
}
.tab.tab-vertical-header .nav-tabs li.active a span {
color : #2f3542;
}
@media screen and (min-width : 768px) {
.tab.tab-vertical-header .nav-tabs {
width   : 25%;
padding : 10px 0;
}
}
.tab.tab-vertical-header .tab-content {
float : none;
width : 100%;
}
.tab.tab-vertical-header .tab-content .tab-pane {
margin-top : 200px;
}
@media screen and (min-width : 768px) {
.tab.tab-vertical-header .tab-content .tab-pane {
margin-top : 0;
}
}
.tab.tab-vertical-header .tab-content.active {
display : block;
}
@media screen and (min-width : 768px) {
.tab.tab-vertical-header .tab-content {
float       : left;
width       : 65%;
margin-left : -2px;
}
}
.tab.tab-vertical-header .panel-group .panel-default .panel-heading + .panel-collapse > .panel-body {
background-color : #e9ecf2;
border           : 1px solid #bac0cd;
}
.tab.tab-vertical-header .panel-group .panel-default .panel-heading + .panel-collapse > .panel-body .tab-content-title {
color : #2f3542;
}
.tab.tab-vertical-header .panel-group .panel-default .panel-heading .panel-title .accordion-toggle {
background-color : #e9ecf2;
color            : #fff;
}
.tab.tab-vertical-header .panel-group .panel-default .panel-heading .panel-title .accordion-toggle i {
color        : #72c400;
margin-right : 5px;
}
.tab.tab-vertical-header .panel-group .panel-default .panel-heading .panel-title .accordion-toggle span {
color : #2f3542;
}
.tab.tab-vertical-header .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed {
background-color : #bdc3d0;
}
.tab.tab-vertical-header .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed i,
.tab.tab-vertical-header .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed span {
color : #fff;
}
.tab.tab-vertical-header.tab-vertical-text-header .nav-tabs > li > a {
padding : 10px 30px;
}
.tab.tab-vertical-header.tab-vertical-text-header .nav-tabs > li.active > a {
border-bottom : 4px solid #72c400;
}
.tab.tab-vertical-header.tab-vertical-text-header .panel-group .panel-default .panel-heading .panel-title .accordion-toggle {
background-color : #dee1e7;
color            : #fff;
border-bottom    : 4px solid #72c400;
}
.tab.tab-vertical-header.tab-vertical-text-header .panel-group .panel-default .panel-heading .panel-title .accordion-toggle i {
color : #72c400;
}
.tab.tab-vertical-header.tab-vertical-text-header .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed {
background-color    : #d3d6dc;
border-bottom-width : 0;
}
.tab.tab-vertical-header.tab-vertical-text-header .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed i,
.tab.tab-vertical-header.tab-vertical-text-header .panel-group .panel-default .panel-heading .panel-title .accordion-toggle.collapsed span {
color : #fff;
} .table {
border-color : #d5d7d9;
}
.table.table-head-bold > thead > tr > th {
font-weight : 700;
}
.table.table-head-gray > thead > tr > th {
color            : #2f3542;
background-color : #f7f7f7;
}
.table.table-head-green {
border-top-color : #62b400;
}
.table.table-head-green > thead > tr > th {
color            : #fff;
background-color : #72c400;
border-color     : #62b400;
border-bottom    : 1px solid #62b400;
border-top       : 1px solid #62b400;
}
.table.table-head-black > thead > tr > th {
color            : #2f3542;
background-color : #fff;
}
.table.table-head-uppercase > thead > tr > th {
text-transform : uppercase;
}
.table.table-striped > tbody > tr:nth-of-type(odd) {
background-color : #fff;
}
.table.table-striped > tbody > tr:nth-of-type(even) {
background-color : #f7f7f7;
}
.table > thead > tr > th {
padding-top    : 22px;
padding-bottom : 22px;
font-size      : 16px;
font-weight    : 500;
text-align     : center;
border-bottom  : 0;
border-color   : #d5d7d9;
}
.table > tbody > tr:nth-of-type(1) {
border-top-width    : 0;
border-bottom-width : 0;
}
.table > tbody > tr > td {
padding-top    : 15px;
padding-bottom : 15px;
font-size      : 14px;
text-align     : center;
border-color   : #d5d7d9;
} .team-full-width {
padding : 0 15px;
}
.team-member-no-padding {
padding : 0;
}
.team-member-no-margin {
margin : 0;
}
.team-member {
position : relative;
margin   : 20px 0;
}
.team-member p {
margin : 0;
}
.team-member .member-figure .overlay .member-name {
color       : #fff;
font-size   : 18px;
font-weight : 800;
}
.team-member .member-figure .overlay .member-role {
color : #fff;
}
.team-member .member-figure .overlay .divider {
color         : #fff;
margin-top    : 20px;
margin-bottom : 20px;
}
.team-member .member-figure .overlay .social-links > a {
padding : 0 5px;
}
.team-member .member-figure .overlay .social-links > a i {
color     : #fff;
font-size : 18px;
}
.team-member.team-member-full-col-5 {
margin-bottom : 30px;
}
.team-member.team-member-light-overlay .member-figure {
position : relative;
}
.team-member.team-member-light-overlay .member-figure .overlay {
position           : absolute;
top                : 0;
bottom             : 0;
left               : 0;
right              : 0;
height             : 100%;
width              : 100%;
opacity            : 0;
padding-top        : 30%;
-webkit-transition : opacity 0.5s ease-in-out;
-moz-transition    : opacity 0.5s ease-in-out;
-o-transition      : opacity 0.5s ease-in-out;
-ms-transition     : opacity 0.5s ease-in-out;
-khtml-transition  : opacity 0.5s ease-in-out;
transition         : opacity 0.5s ease-in-out;
background-color   : #72c400;
}
.team-member.team-member-light-overlay .member-figure .overlay .member-name {
text-shadow : 1px 1px 1px #e9ecf2;
}
.team-member.team-member-light-overlay .member-figure .overlay .member-role {
text-shadow : 1px 1px 1px #e9ecf2;
}
.team-member.team-member-light-overlay:hover .overlay {
-webkit-opacity : 0.9;
-moz-opacity    : 0.9;
-o-opacity      : 0.9;
-ms-opacity     : 0.9;
-khtml-opacity  : 0.9;
opacity         : 0.9;
}
.team-member.team-member-light-overlay.team-member-light-overlay-full .member-figure .overlay .member-name {
font-size     : 14px;
margin-bottom : 0;
}
.team-member.team-member-light-overlay.team-member-light-overlay-full .member-figure .overlay .member-role {
font-size     : 12px;
margin-bottom : 0;
}
.team-member.team-member-light-overlay.team-member-light-overlay-full .member-figure .overlay .divider {
margin-top    : 10px;
margin-bottom : 10px;
}
.team-member.team-member-light-overlay.team-member-light-overlay-full .member-figure .overlay .social-links > a > i {
font-size : 14px;
}
@media screen and (min-width : 992px) {
.team-member.team-member-light-overlay.team-member-light-overlay-full .member-figure .overlay .member-name {
font-size : 18px;
}
.team-member.team-member-light-overlay.team-member-light-overlay-full .member-figure .overlay .member-role {
font-size : 14px;
}
.team-member.team-member-light-overlay.team-member-light-overlay-full .member-figure .overlay .divider {
margin-top    : 20px;
margin-bottom : 20px;
}
.team-member.team-member-light-overlay.team-member-light-overlay-full .member-figure .overlay .social-links > a > i {
font-size : 16px;
}
}
.team-member.team-member-light-overlay.team-member-light-overlay-sm .member-figure .overlay .member-name {
font-size     : 18px;
font-weight   : 500;
margin-bottom : 0;
}
.team-member.team-member-light-overlay.team-member-light-overlay-sm .member-figure .overlay .member-role {
font-size     : 13px;
margin-bottom : 0;
}
.team-member.team-member-light-overlay.team-member-light-overlay-sm .member-figure .overlay .divider {
margin-top    : 10px;
margin-bottom : 10px;
}
.team-member.team-member-light-overlay.team-member-light-overlay-sm .member-figure .overlay .social-links > a > i {
font-size : 16px;
}
.team-member.team-member-dark-overlay .overlay {
padding            : 30px 0;
background-color   : #dde0e6;
-webkit-transition : all 0.5s ease-in-out;
-moz-transition    : all 0.5s ease-in-out;
-o-transition      : all 0.5s ease-in-out;
-ms-transition     : all 0.5s ease-in-out;
-khtml-transition  : all 0.5s ease-in-out;
transition         : all 0.5s ease-in-out;
}
.team-member.team-member-dark-overlay .overlay .member-role {
color : #808797;
}
.team-member.team-member-dark-overlay .overlay .member-name,
.team-member.team-member-dark-overlay .overlay .social-links > a > i {
color : #2f3542;
}
.team-member.team-member-dark-overlay:hover .member-figure .overlay {
background-color : #72c400;
}
.team-member.team-member-dark-overlay:hover .member-figure .overlay .member-name,
.team-member.team-member-dark-overlay:hover .member-figure .overlay .member-role,
.team-member.team-member-dark-overlay:hover .member-figure .overlay .social-links > a > i {
color : #fff;
}
.team-member.team-member-dark-overlay:hover .member-figure .overlay .divider {
border-color : #fff;
}
.team-member.team-member-dark-overlay:hover .member-figure {
-webkit-box-shadow : 0 5px 10px rgba(0, 0, 0, 0.4);
-moz-box-shadow    : 0 5px 10px rgba(0, 0, 0, 0.4);
-o-box-shadow      : 0 5px 10px rgba(0, 0, 0, 0.4);
-ms-box-shadow     : 0 5px 10px rgba(0, 0, 0, 0.4);
-khtml-box-shadow  : 0 5px 10px rgba(0, 0, 0, 0.4);
box-shadow         : 0 5px 10px rgba(0, 0, 0, 0.4);
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-sm .member-figure .overlay .member-name {
font-size     : 18px;
font-weight   : 500;
margin-bottom : 0;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-sm .member-figure .overlay .member-role {
font-size     : 13px;
margin-bottom : 0;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-sm .member-figure .overlay .divider {
margin-top    : 10px;
margin-bottom : 10px;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-sm .member-figure .overlay .social-links > a > i {
font-size : 16px;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left {
background-color : #dde0e6;
margin           : 0;
padding          : 0;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left .member-figure {
position : relative;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left .member-figure .img-responsive {
float : left;
width : 50%;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left .member-figure .overlay {
position       : absolute;
left           : 50%;
width          : 50%;
height         : 100%;
padding-top    : 15%;
padding-bottom : 35%;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left .member-figure .overlay:after {
content            : "";
position           : absolute;
left               : -20px;
bottom             : calc(50% - 20px);
width              : 0;
height             : 0;
display            : block;
border-top         : 20px solid transparent;
border-right       : 20px solid #dde0e6;
border-bottom      : 20px solid transparent;
-webkit-transition : all 0.5s ease-in-out;
-moz-transition    : all 0.5s ease-in-out;
-o-transition      : all 0.5s ease-in-out;
-ms-transition     : all 0.5s ease-in-out;
-khtml-transition  : all 0.5s ease-in-out;
transition         : all 0.5s ease-in-out;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left .member-figure .overlay .member-name,
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left .member-figure .overlay .member-role,
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left .member-figure .overlay .divider,
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left .member-figure .overlay .social-links {
margin-left : 30px;
color       : #2f3542;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left .member-figure .overlay .social-links {
clear : both;
}
@media screen and (max-width : 480px) {
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left .member-figure .img-responsive {
float : none;
width : 100%;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left .member-figure .overlay {
position   : inherit;
left       : 0;
width      : 100%;
padding    : 30px 0;
text-align : center;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left .member-figure .overlay .member-name,
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left .member-figure .overlay .member-role,
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left .member-figure .overlay .social-links {
margin-left : 0;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left .member-figure .overlay .divider.divider-left {
float  : none;
margin : 10px auto;
}
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left:hover {
background-color : #72c400;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left:hover .member-figure .overlay:after {
border-right : 20px solid #72c400;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left:hover .member-figure .overlay .member-name,
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left:hover .member-figure .overlay .member-role,
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left:hover .member-figure .overlay .social-links {
color : #fff;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left:hover .member-figure .overlay .divider {
border-color : #fff;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-left:hover .member-figure {
-webkit-box-shadow : none;
-moz-box-shadow    : none;
-o-box-shadow      : none;
-ms-box-shadow     : none;
-khtml-box-shadow  : none;
box-shadow         : none;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right {
background-color : #dde0e6;
margin           : 0;
padding          : 0;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right .member-figure {
position : relative;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right .member-figure .img-responsive {
float : right;
width : 50%;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right .member-figure .overlay {
position       : absolute;
right          : 50%;
width          : 50%;
height         : 100%;
padding-top    : 15%;
padding-bottom : 35%;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right .member-figure .overlay:after {
content            : "";
position           : absolute;
right              : -20px;
bottom             : calc(50% - 20px);
width              : 0;
height             : 0;
display            : block;
border-top         : 20px solid transparent;
border-left        : 20px solid #dde0e6;
border-bottom      : 20px solid transparent;
-webkit-transition : all 0.5s ease-in-out;
-moz-transition    : all 0.5s ease-in-out;
-o-transition      : all 0.5s ease-in-out;
-ms-transition     : all 0.5s ease-in-out;
-khtml-transition  : all 0.5s ease-in-out;
transition         : all 0.5s ease-in-out;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right .member-figure .overlay .member-name,
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right .member-figure .overlay .member-role,
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right .member-figure .overlay .divider,
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right .member-figure .overlay .social-links {
margin-right : 30px;
color        : #2f3542;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right .member-figure .overlay .social-links {
clear : both;
}
@media screen and (max-width : 480px) {
.team-member.team-member-dark-overlay.team-member-dark-overlay-vert,
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right .member-figure .overlay:after {
content            : "";
position           : absolute;
right              : -20px;
bottom             : calc(50% - 20px);
width              : 0;
height             : 0;
display            : block;
border-top         : 20px solid transparent;
border-left        : 20px solid #dde0e6;
border-bottom      : 20px solid transparent;
-webkit-transition : all 0.5s ease-in-out;
-moz-transition    : all 0.5s ease-in-out;
-o-transition      : all 0.5s ease-in-out;
-ms-transition     : all 0.5s ease-in-out;
-khtml-transition  : all 0.5s ease-in-out;
transition         : all 0.5s ease-in-out;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right .member-figure .overlay .social-links {
margin-right : 0;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right .member-figure .overlay .divider.divider-right {
float  : none;
margin : 10px auto;
}
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right:hover {
background-color : #72c400;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right:hover .member-figure .overlay:after {
border-left : 20px solid #72c400;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right:hover .member-figure .overlay .member-name,
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right:hover .member-figure .overlay .member-role,
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right:hover .member-figure .overlay .divider,
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right:hover .member-figure .overlay .social-links {
color : #fff;
}
.team-member.team-member-dark-overlay.team-member-dark-overlay-vertical-right:hover .member-figure {
-webkit-box-shadow : none;
-moz-box-shadow    : none;
-o-box-shadow      : none;
-ms-box-shadow     : none;
-khtml-box-shadow  : none;
box-shadow         : none;
}
.team-carousel .team-member {
padding : 15px;
}
.team-carousel .owl-carousel .owl-nav .owl-next {
right : -25px;
}
.team-carousel .owl-carousel .owl-nav .owl-prev {
left : -25px;
} .double-quote {
font-family : "Playfair Display", serif;
color       : #3b414f;
text-align  : center;
}
.double-quote-left-large {
margin-top : 26px;
font-size  : 140px;
}
.double-quote-left-medium {
margin-top : 16px;
font-size  : 100px;
}
.double-quote-left-small {
font-size : 70px;
}
.star-ratings-css {
position     : relative;
width        : 75px;
height       : 23px;
margin       : 0 auto;
padding      : 0;
unicode-bidi : bidi-override;
color        : #c5c5c5;
font-size    : 25px;
line-height  : 14px;
white-space  : nowrap;
text-shadow  : 0 1px 0 #a2a2a2;
}
.star-ratings-css i {
font-size      : 14px;
letter-spacing : -4px;
}
.star-ratings-css-top {
color    : #72c400;
padding  : 0;
position : absolute;
z-index  : 1;
display  : block;
top      : 0;
left     : 0;
overflow : hidden;
}
.star-ratings-css-bottom {
padding : 0;
display : block;
z-index : 0;
}
.star-rating-block .title {
float        : left;
margin-top   : 5px;
margin-right : 5px;
}
.star-rating-block .radio {
display : inline;
}
.star-rating-block .radio label {
padding : 0;
}
.rating {
border : none;
float  : left;
}
.rating .radio input {
display : none;
}
.rating .radio label {
margin                  : 5px;
display                 : inline-block;
float                   : right;
font                    : normal normal normal 14px/1 FontAwesome;
font-size               : 24px;
text-rendering          : auto;
-webkit-font-smoothing  : antialiased;
-moz-osx-font-smoothing : grayscale;
color                   : #ffd700;
}
.rating.has-error .radio label {
color : #d06485;
}
.rating .radio label:before {
content : "\f006";
}
.rating .radio input:checked ~ label:before,
.rating .radio:not(:checked) label:hover:before,
.rating .radio:not(:checked) label:hover ~ label:before {
content : "\f005";
}
.arrow {
width  : 0;
height : 0;
}
.arrow.arrow-down {
border-top   : 10px solid #e9ecf2;
border-right : 10px solid transparent;
border-left  : 10px solid transparent;
}
.arrow.arrow-position-left {
margin-left : 15%;
}
.arrow.arrow-position-right {
margin-left : 82%;
}
.arrow.arrow-position-center {
margin-left : 50%;
transform   : translateX(-50%);
}
.slick-arrow {
position  : absolute;
font-size : 40px;
z-index   : 10;
cursor    : pointer;
}
.slick-arrow.slick-prev-arrow-middle {
top        : 50%;
left       : 25px;
opacity    : 0;
transition : opacity 0.6s;
}
.slick-arrow.slick-next-arrow-middle {
top        : 50%;
right      : 25px;
opacity    : 0;
transition : opacity 0.6s;
}
.slick-slider:hover .slick-arrow.slick-prev-arrow-middle,
.slick-slider:hover .slick-arrow.slick-next-arrow-middle {
opacity : 1;
}
.slick-arrow.slick-prev-arrow-top-left {
top  : -15px;
left : 15px;
}
.slick-arrow.slick-next-arrow-top-left {
top  : -15px;
left : 45px;
}
.slick-arrow.slick-prev-arrow-top-right {
top   : -15px;
right : 45px;
}
.slick-arrow.slick-next-arrow-top-right {
top   : -15px;
right : 15px;
}
.slick-arrow.slick-prev-arrow-bottom-left {
bottom : -15px;
left   : 15px;
}
.slick-arrow.slick-next-arrow-bottom-left {
bottom : -15px;
left   : 45px;
}
.slick-arrow.slick-prev-arrow-bottom-right {
bottom : -15px;
right  : 45px;
}
.slick-arrow.slick-next-arrow-bottom-right {
bottom : -15px;
right  : 15px;
}
.slick-initialized .slick-slide {
transition : transform 0.3s;
}
.testimonial-slide .testimonial {
margin : 30px auto;
width  : calc(100% - 30px);
}
.testimonial-notes {
font-size : 12px;
}
.testimonial.portrait-default .content-wrap {
margin  : 40px auto;
padding : 25px 10px 5px;
}
.testimonial.portrait-default .portrait-wrapper {
width          : 80px;
margin         : 0 auto;
padding-top    : 30px;
padding-bottom : 24px;
}
.testimonial.portrait-default .portrait-wrapper .portrait {
width         : 100%;
border        : 4px solid #72c400;
border-radius : 100%;
}
.testimonial.portrait-default .description {
margin-top : 14px;
text-align : center;
}
.testimonial.portrait-default .description p {
font-size : 14px;
}
.testimonial.portrait-default .portrait-owner-name,
.testimonial.portrait-default .portrait-owner-role {
text-align : center;
}
.testimonial.portrait-default .portrait-owner-role p {
font-size : 12px;
}
.testimonial.portrait-top .content-wrap {
width  : 100%;
margin : 48px auto;
}
.testimonial.portrait-top .portrait-wrapper {
width  : 80px;
margin : 0 auto -40px;
}
.testimonial.portrait-top .portrait-wrapper .portrait {
width         : 100%;
border        : 4px solid #72c400;
border-radius : 100%;
}
.testimonial.portrait-top .content-body {
padding-top      : 60px;
padding-bottom   : 20px;
background-color : #72c400;
border-radius    : 5px;
color            : #fff;
}
.testimonial.portrait-top .content-body .description {
width      : 80%;
margin     : -15px auto 0 auto;
text-align : center;
}
.testimonial.portrait-top .content-body .description p {
font-size : 14px;
}
.testimonial.portrait-top .content-body .portrait-owner-name {
margin-bottom : 20px;
text-align    : center;
}
.testimonial.portrait-top .content-body .portrait-owner-name h6 {
font-size : 14px;
color     : #fff;
}
.testimonial.portrait-top .content-body .star-ratings-css-top {
color : #fff;
}
.testimonial.portrait-bottom-left .content-wrap {
width  : 100%;
margin : 40px auto 0 auto;
}
.testimonial.portrait-bottom-left .portrait-wrapper {
width       : 60px;
margin-top  : 20px;
margin-left : calc(15% - 20px);
}
.testimonial.portrait-bottom-left .portrait-wrapper .portrait {
width         : 100%;
border-radius : 100%;
}
.testimonial.portrait-bottom-left .portrait-owner-info {
margin-top  : 30px;
margin-left : 20px;
}
.testimonial.portrait-bottom-left .portrait-owner-name h6 {
font-size : 14px;
}
.testimonial.portrait-bottom-left .portrait-owner-role p {
font-size : 12px;
}
.testimonial.portrait-bottom-left .star-ratings-css {
margin : 0;
}
.testimonial.portrait-bottom-left .content-body {
padding          : 20px 30px 10px 30px;
background-color : #e9ecf2;
border           : 1px solid #e9ecf2;
border-radius    : 5px;
color            : #fff;
}
.testimonial.portrait-bottom-left .content-body .description {
width      : 90%;
margin-top : 6px;
color      : #2f3542;
}
.testimonial.portrait-bottom-left .content-body .description p {
font-size : 14px;
}
.testimonial.portrait-bottom-right .content-wrap {
width  : 100%;
margin : 40px auto 0 auto;
}
.testimonial.portrait-bottom-right .portrait-wrapper {
width        : 60px;
margin-top   : 20px;
margin-right : calc(15% - 20px);
}
.testimonial.portrait-bottom-right .portrait-wrapper .portrait {
width         : 100%;
border-radius : 100%;
}
.testimonial.portrait-bottom-right .portrait-owner-info {
margin-top   : 30px;
margin-right : 20px;
text-align   : right;
}
.testimonial.portrait-bottom-right .portrait-owner-name h6 {
font-size : 14px;
}
.testimonial.portrait-bottom-right .portrait-owner-role p {
font-size : 12px;
}
.testimonial.portrait-bottom-right .star-ratings-css {
margin : 0;
}
.testimonial.portrait-bottom-right .star-ratings-css-top {
color : #fff;
}
.testimonial.portrait-bottom-right .content-body {
padding          : 20px 30px 10px 30px;
background-color : #72c400;
border           : 1px solid #72c400;
border-radius    : 5px;
color            : #fff;
}
.testimonial.portrait-bottom-right .content-body .description {
width      : 90%;
margin-top : 6px;
}
.testimonial.portrait-bottom-right .content-body .description p {
font-size : 14px;
}
.testimonial.portrait-bottom-right .arrow-down {
border-top-color : #72c400;
}
.testimonial.portrait-bottom-center .content-wrap {
width  : 100%;
margin : 40px auto 0 auto;
}
.testimonial.portrait-bottom-center .portrait-wrapper {
width  : 60px;
margin : 20px auto 0;
}
.testimonial.portrait-bottom-center .portrait-wrapper .portrait {
width         : 100%;
border-radius : 100%;
}
.testimonial.portrait-bottom-center .portrait-owner-info {
margin     : 20px auto 0;
text-align : center;
}
.testimonial.portrait-bottom-center .portrait-owner-name h6 {
font-size : 14px;
}
.testimonial.portrait-bottom-center .portrait-owner-role p {
font-size : 12px;
}
.testimonial.portrait-bottom-center .star-ratings-css {
margin : 0;
}
.testimonial.portrait-bottom-center .content-body {
padding          : 20px 30px 10px 30px;
background-color : #e9ecf2;
border           : 1px solid #e9ecf2;
border-radius    : 5px;
color            : #fff;
}
.testimonial.portrait-bottom-center .content-body .description {
margin-top : 6px;
color      : #2f3542;
}
.testimonial.portrait-bottom-center .content-body .description p {
font-size : 14px;
} .text-impact-normal {
font-size   : 22px;
font-weight : 600;
line-height : 1.5;
}
.text-impact-large {
font-size   : 30px;
font-weight : 800;
line-height : 1.5;
}
blockquote {
position          : relative;
padding-top       : 10px;
padding-bottom    : 10px;
padding-right     : 5px;
border-left-color : #72c400;
border-left-width : 3px;
}
blockquote.blockquote-qmark {
border-left : none;
}
blockquote.blockquote-qmark .quote {
position : relative;
z-index  : 9;
}
blockquote.blockquote-qmark:before {
position    : absolute;
left        : 0;
top         : 50px;
z-index     : 1;
font-family : "Playfair Display", serif;
font-size   : 230px;
color       : #efefef;
content     : "\201D";
}
blockquote.blockquote-qmark.quote-green:before {
top       : 30px;
color     : #72c400;
font-size : 100px;
}
blockquote .quote {
margin-bottom : 0;
padding-left  : 30px;
font-family   : "Playfair Display", sans-serif;
font-weight   : 400;
font-style    : italic;
line-height   : 1.8;
color         : #2f3542;
}
.blockquote-aside {
width : 100%;
}
.blockquote-aside blockquote {
border-color : #2f3542;
}
.blockquote-aside blockquote.blockquote-green {
border-color : #72c400;
}
.blockquote-aside blockquote.blockquote-green h4 {
color : #72c400;
}
.blockquote-aside blockquote .quote {
font-family : "Playfair Display", sans-serif;
font-size   : 18px;
font-weight : 700;
line-height : 1.5;
font-style  : italic;
color       : #8f95a2;
}
@media (min-width : 992px) {
.blockquote-aside {
width : 30%;
}
.blockquote-aside.blockquote-right {
float : right;
}
.blockquote-aside.blockquote-left {
float : left;
}
.blockquote-aside blockquote {
margin-bottom : 0;
border-left   : none;
}
.blockquote-aside blockquote.blockquote-green h4 {
color : #72c400;
}
.blockquote-aside blockquote .quote {
font-size   : 18px;
line-height : 1.5;
}
} .pagetitle {
padding   : 30px 0;
font-size : 30px;
}
@media (min-width : 768px) {
.pagetitle {
padding : 40px 0;
}
}
@media (min-width : 992px) {
.pagetitle {
padding : 50px 0;
}
}
@media (min-width : 1200px) {
.pagetitle {
padding : 60px 0;
}
}
.pagetitle.pagetitle-gap-large {
padding : 40px 0;
}
@media (min-width : 768px) {
.pagetitle.pagetitle-gap-large {
padding : 50px 0;
}
}
@media (min-width : 992px) {
.pagetitle.pagetitle-gap-large {
padding : 60px 0;
}
}
@media (min-width : 1200px) {
.pagetitle.pagetitle-gap-large {
padding : 70px 0;
}
}
.pagetitle.pagetitle-gap-extra {
padding : 60px 0;
}
@media (min-width : 768px) {
.pagetitle.pagetitle-gap-extra {
padding : 70px 0;
}
}
@media (min-width : 992px) {
.pagetitle.pagetitle-gap-extra {
padding : 80px 0;
}
}
@media (min-width : 1200px) {
.pagetitle.pagetitle-gap-extra {
padding : 90px 0;
}
}
.pagetitle.pagetitle-gap-huge {
padding : 60px 0;
}
@media (min-width : 768px) {
.pagetitle.pagetitle-gap-huge {
padding : 80px 0;
}
}
@media (min-width : 992px) {
.pagetitle.pagetitle-gap-huge {
padding : 100px 0;
}
}
@media (min-width : 1200px) {
.pagetitle.pagetitle-gap-huge {
padding : 120px 0;
}
}
.pagetitle.pagetitle-gap-small {
padding : 30px 0;
}
@media (min-width : 768px) {
.pagetitle.pagetitle-gap-small {
padding : 35px 0;
}
}
@media (min-width : 992px) {
.pagetitle.pagetitle-gap-small {
padding : 40px 0;
}
}
@media (min-width : 1200px) {
.pagetitle.pagetitle-gap-small {
padding : 45px 0;
}
}
.pagetitle.pagetitle-overmenu-gap.pagetitle-gap-small {
padding-top : 140px;
}
.pagetitle.pagetitle-overmenu-gap {
padding-top : 155px;
}
.pagetitle.pagetitle-overmenu-gap.pagetitle-gap-large {
padding-top : 165px;
}
.pagetitle.pagetitle-overmenu-gap.pagetitle-gap-extra {
padding-top : 185px;
}
.pagetitle.pagetitle-overmenu-gap.pagetitle-gap-huge {
padding-top : 215px;
}
.pagetitle a,
.pagetitle a * {
display : inline-block;
}
.pagetitle h1,
.pagetitle h2 {
max-width    : 750px;
margin-left  : auto;
margin-right : auto;
}
.pagetitle * {
color : #2f3542;
}
.pagetitle.pagetitle-color-white * {
color : #fff;
}
.pagetitle.pagetitle-color-black * {
color : #e9ecf2;
}
.pagetitle.pagetitle-color-green * {
color : #72c400;
}
.pagetitle .pagetitle-icon {
margin-bottom : 25px;
font-size     : 60px;
}
.pagetitle .pagetitle-icon.pagetitle-icon-small {
font-size : 21px;
}
.pagetitle.pagetitle-shadow-white * {
text-shadow : 0 1px 1px rgba(255, 255, 255, 0.4);
}
.pagetitle .pagetitle-large {
font-size : 42px;
}
.pagetitle .pagetitle-404 {
display   : inline-block;
font-size : 110px;
}
.pagetitle .pagetitle-404 span,
.pagetitle .pagetitle-404 i {
float : left;
}
.pagetitle .pagetitle-404 span {
line-height : 90px;
}
.pagetitle .pagesubtitle {
margin      : 15px auto 0 auto;
max-width   : 630px;
line-height : 1.6;
font-size   : 16px;
}
.pagetitle .pagesubtitle.pagesubtitle-large {
font-size : 18px;
}
.pagetitle .pagesubtitle.pagesubtitle-base {
font-size : 16px;
}
.pagetitle .pagesubtitle.pagesubtitle-small {
font-size : 14px;
}
.pagetitle .pagesubtitle.pagesubtitle-tiny {
font-size : 12px;
}
.pagetitle .pagesubtitle i {
margin-right : 5px;
}
.pagetitle .breadcrumbs {
font-size : 12px;
display   : inline-block;
}
.pagetitle .breadcrumbs ul {
margin  : 0;
padding : 0;
}
.pagetitle .breadcrumbs ul:after {
content : "";
display : block;
clear   : both;
}
.pagetitle .breadcrumbs ul li {
padding : 0 3px;
display : inline-block;
}
.pagetitle .breadcrumbs.breadcrumbs-small {
font-size : 11px;
}
.pagetitle .breadcrumbs a:hover,
.pagetitle .breadcrumbs a:hover * {
color : #72c400 !important;
}
.pagetitle.pagetitle-bg-green {
background-color : #0f1522;
}
.pagetitle.pagetitle-bg-black {
background-color : #dde0e6;
}
.pagetitle.pagetitle-bg-white {
background-color : #232936;
}
.pagetitle[class*="pagetitle-bg-cover-"] {
background-position : top center;
background-repeat   : no-repeat;
}
.pagetitle[class*="pagetitle-bg-cover-"].jarallax:before {
content : none;
}
.pagetitle[class*="pagetitle-bg-cover-"] [id^="jarallax-container-"] {
opacity : 0.6;
}
.pagetitle[class*="pagetitle-bg-cover-"].pagetitle-bg-cover-black {
position         : relative;
background-color : #000;
}
.pagetitle[class*="pagetitle-bg-cover-"].pagetitle-bg-cover-black:before {
display            : block;
content            : "";
position           : absolute;
top                : 0;
left               : 0;
width              : 100%;
height             : 100%;
background-color   : rgba(0, 0, 0, 0.6);
-webkit-opacity    : 1;
-moz-opacity       : 1;
-o-opacity         : 1;
-ms-opacity        : 1;
-khtml-opacity     : 1;
opacity            : 1;
-webkit-transition : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-moz-transition    : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition      : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-ms-transition     : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-khtml-transition  : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition         : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
z-index            : 1;
}
.pagetitle[class*="pagetitle-bg-cover-"].pagetitle-bg-cover-black > * {
position : inherit;
z-index  : 2;
}
.pagetitle[class*="pagetitle-bg-cover-"].pagetitle-bg-cover-black .pagetitle-icon i,
.pagetitle[class*="pagetitle-bg-cover-"].pagetitle-bg-cover-black .breadcrumbs a:hover,
.pagetitle[class*="pagetitle-bg-cover-"].pagetitle-bg-cover-black .breadcrumbs a:hover * {
color : #72c400;
}
.pagetitle[class*="pagetitle-bg-cover-"].pagetitle-bg-cover-black .divider {
border-color : #fff;
}
.pagetitle[class*="pagetitle-bg-cover-"].pagetitle-bg-cover-white {
position         : relative;
background-color : #fff;
}
.pagetitle[class*="pagetitle-bg-cover-"].pagetitle-bg-cover-white:before {
display            : block;
content            : "";
position           : absolute;
top                : 0;
left               : 0;
width              : 100%;
height             : 100%;
background-color   : rgba(225, 225, 225, 0.6);
-webkit-opacity    : 1;
-moz-opacity       : 1;
-o-opacity         : 1;
-ms-opacity        : 1;
-khtml-opacity     : 1;
opacity            : 1;
-webkit-transition : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-moz-transition    : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition      : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-ms-transition     : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-khtml-transition  : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition         : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
z-index            : 1;
}
.pagetitle[class*="pagetitle-bg-cover-"].pagetitle-bg-cover-white > * {
position : inherit;
z-index  : 2;
}
.pagetitle[class*="pagetitle-bg-cover-"].pagetitle-bg-cover-white .pagetitle-icon {
color : #fff;
}
.pagetitle[class*="pagetitle-bg-cover-"].pagetitle-bg-cover-green {
position         : relative;
background-color : #fff;
}
.pagetitle[class*="pagetitle-bg-cover-"].pagetitle-bg-cover-green:before {
display            : block;
content            : "";
position           : absolute;
top                : 0;
left               : 0;
width              : 100%;
height             : 100%;
background-color   : rgba(255, 255, 255, 0.8);
-webkit-opacity    : 1;
-moz-opacity       : 1;
-o-opacity         : 1;
-ms-opacity        : 1;
-khtml-opacity     : 1;
opacity            : 1;
-webkit-transition : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-moz-transition    : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition      : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-ms-transition     : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-khtml-transition  : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition         : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
z-index            : 1;
}
.pagetitle[class*="pagetitle-bg-cover-"].pagetitle-bg-cover-green > * {
position : inherit;
z-index  : 2;
}
.pagetitle .fontcolor-green,
.pagetitle .fontcolor-green * {
color : #72c400;
}
.pagetitle .fontfamily-playfair {
font-family : "Playfair Display", sans-serif;
}
.pagetitle .pagetitle-user {
display : inline-block;
}
.pagetitle .pagetitle-user img {
margin-bottom         : 10px;
width                 : 65px;
height                : 65px;
-webkit-border-radius : 50%;
-moz-border-radius    : 50%;
-o-border-radius      : 50%;
-ms-border-radius     : 50%;
-khtml-border-radius  : 50%;
border-radius         : 50%;
border                : 4px solid #fff;
}
.pagetitle .pagetitle-user.pagetitle-user-outline img {
width   : 70px;
height  : 70px;
padding : 5px;
border  : 2px solid #c1c1c1;
}
.pagetitle .pagetitle-user * {
margin  : 0 auto;
display : block;
}
.pagetitle .pagetitle-user *.pagetitle-user-name {
font-size : 14px;
}
.pagetitle .pagetitle-user *.pagetitle-user-date {
font-family : "Playfair Display", sans-serif;
font-style  : italic;
font-size   : 12px;
}
.pagetitle .pagesubtitle-prop {
font-size : 14px;
}
.pagetitle .pagesubtitle-prop > * {
margin : 0 30px 0 0;
}
.pagetitle .pagesubtitle-prop > *:last-child {
margin : 0;
}
.pagetitle .linkbtn-group a {
margin           : 6px;
width            : 50px;
height           : 50px;
line-height      : 43px;
display          : inline-block;
text-align       : center;
font-size        : 24px;
background-color : transparent;
border           : 2px solid rgba(255, 255, 255, 0.5);
}
.pagetitle .linkbtn-group a:hover {
background-color : rgba(255, 255, 255, 0.3);
}
.pagetitle .linkbtn-group a i {
color : #fff;
}
.pagetitle .linkbtn-group.linkbtn-cover-green a {
border-color     : rgba(0, 0, 0, 0.5);
background-color : transparent;
}
.pagetitle .linkbtn-group.linkbtn-cover-green a:hover {
background-color : rgba(0, 0, 0, 0.5);
}
.pagetitle .linkbtn-group.linkbtn-cover-gray a {
border-width     : 1px;
border-color     : rgba(47, 53, 66, 0.4);
background-color : transparent;
}
.pagetitle .linkbtn-group.linkbtn-cover-gray a:hover {
background-color : rgba(47, 53, 66, 0.4);
}
.pagetitle .linkbtn-group.linkbtn-cover-gray a i {
color : #2f3542;
}
.pagetitle .linkbtn-group.linkbtn-fullpos {
position : absolute;
top      : 50%;
left     : 0;
width    : 100%;
}
.pagetitle .linkbtn-group.linkbtn-fullpos a {
position          : absolute;
top               : 50%;
-webkit-transform : translate(0, -50%);
-moz-transform    : translate(0, -50%);
-o-transform      : translate(0, -50%);
-ms-transform     : translate(0, -50%);
-khtml-transform  : translate(0, -50%);
transform         : translate(0, -50%);
}
.pagetitle .linkbtn-group.linkbtn-fullpos a.prev-blog {
left : 0;
}
.pagetitle .linkbtn-group.linkbtn-fullpos a.next-blog {
right : 0;
}
.pagetitle .divider {
-webkit-opacity : 0.6;
-moz-opacity    : 0.6;
-o-opacity      : 0.6;
-ms-opacity     : 0.6;
-khtml-opacity  : 0.6;
opacity         : 0.6;
}
.pagetitle.pagetitle-1 h2,
.pagetitle.pagetitle-23 h2 {
margin-bottom : 0;
}
.pagetitle.pagetitle-1 .breadcrumbs,
.pagetitle.pagetitle-23 .breadcrumbs {
margin-top : 3px;
}
.pagetitle.pagetitle-2 h2 {
margin-bottom : 5px;
}
.pagetitle.pagetitle-2 .breadcrumbs {
margin-top : 10px;
}
@media (min-width : 992px) {
.pagetitle.pagetitle-2 .breadcrumbs {
margin-top : 20px;
}
}
.pagetitle.pagetitle-5 .pagesubtitle,
.pagetitle.pagetitle-8 .pagesubtitle,
.pagetitle.pagetitle-10 .pagesubtitle,
.pagetitle.pagetitle-13 .pagesubtitle,
.pagetitle.pagetitle-15 .pagesubtitle {
margin-bottom : 30px;
}
.pagetitle.pagetitle-16 .divider,
.pagetitle.pagetitle-17 .divider {
margin : 15px 0;
}
.pagetitle.pagetitle-16 .breadcrumbs,
.pagetitle.pagetitle-17 .breadcrumbs {
margin-top : 20px;
}
@media (min-width : 768px) {
.pagetitle.pagetitle-16 .breadcrumbs,
.pagetitle.pagetitle-17 .breadcrumbs {
margin-top : 0;
}
}
.pagetitle.pagetitle-18 .divider {
-webkit-opacity : 1;
-moz-opacity    : 1;
-o-opacity      : 1;
-ms-opacity     : 1;
-khtml-opacity  : 1;
opacity         : 1;
}
.pagetitle.pagetitle-20 h2 {
margin-top : 5px;
max-width  : 720px;
} .video {
position       : relative;
height         : auto;
padding-bottom : 56.25%;
}
.video iframe {
position : absolute;
width    : 100%;
height   : 100% !important;
left     : 0;
}
.video-section .content-wrap {
margin-top : 26px;
}
@media screen and (min-width : 992px) {
.video-section .content-wrap {
margin-top : 0;
}
}
.video-section .lightbox-video-bg-overlay {
position       : relative;
height         : 0;
padding-top    : 0;
padding-bottom : 56.25%;
}
.video-section .lightbox-video-bg-overlay:before {
opacity : 0;
}
.video-section .lightbox-video-bg-overlay .lightbox-video {
position  : absolute;
top       : 50%;
left      : 50%;
transform : translate(-50%, -50%);
}
.video-section.video-section-1 .lightbox-video-bg-overlay,
.video-section.video-section-2 .lightbox-video-bg-overlay,
.video-section.video-section-3 .lightbox-video-bg-overlay {
background-image : url(https://i.ytimg.com/vi/AekT-0mkqsQ/maxresdefault.jpg);
}
.video-section.video-section-4 .lightbox-video-bg-overlay,
.video-section.video-section-5 .lightbox-video-bg-overlay,
.video-section.video-section-6 .lightbox-video-bg-overlay {
background-image : url(https://i.vimeocdn.com/video/625452192.jpg);
}
.mejs__time-buffering,
.mejs__time-current,
.mejs__time-hovered {
background-color : #72c400;
}
.mejs__volume-current,
.mejs__volume-handle {
background-color : #72c400;
}  .mini-search-widget .search-form {
position : relative;
}
.mini-search-widget .search-form .search-query {
display          : inline-block;
height           : 42px;
color            : #2f3542;
background-color : transparent;
border-color     : #dfdfdf;
border-right     : 0;
box-shadow       : none;
}
.mini-search-widget .search-form .btn-search {
padding-left        : 10px;
padding-right       : 10px;
border-top-color    : #dfdfdf;
border-right-color  : #dfdfdf;
border-bottom-color : #dfdfdf;
}
.mini-search-widget .search-form .btn-search .fa {
color : #dfdfdf;
}
.mini-search-widget .search-form .btn-search.btn:hover {
-webkit-opacity   : 1;
-moz-opacity      : 1;
-o-opacity        : 1;
-ms-opacity       : 1;
-khtml-opacity    : 1;
opacity           : 1;
-webkit-transform : translate(0, 0);
-moz-transform    : translate(0, 0);
-o-transform      : translate(0, 0);
-ms-transform     : translate(0, 0);
-khtml-transform  : translate(0, 0);
transform         : translate(0, 0);
}
.mini-search-widget .search-form .btn-search.btn:hover .fa {
color : #dfdfdf;
} .profile-widget {
margin           : 0;
padding-bottom   : 30px;
width            : 100%;
background-color : #efefef;
}
.profile-widget:hover {
background-color : #dfdfdf;
cursor           : pointer;
}
.profile-widget .profile-background {
height : 140px;
}
.profile-widget .portrait-wrapper {
position              : relative;
margin                : -50px auto 15px auto;
width                 : 95px;
height                : 95px;
background-color      : #efefef;
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.profile-widget .portrait-wrapper:hover {
transform  : scale(1.05);
transition : .5s;
}
.profile-widget .portrait-wrapper .portrait {
margin-top            : 5px;
margin-left           : 5px;
width                 : 85px;
height                : 85px;
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.profile-widget .profile-name {
font-size   : 18px;
font-weight : 900;
text-align  : center;
}
.profile-widget .profile-position {
font-size   : 12px;
font-style  : italic;
font-weight : 400;
text-align  : center;
}
.profile-widget .profile-status {
padding-top   : 15px;
padding-right : 15px;
padding-left  : 15px;
}
.profile-widget .profile-status .status-item {
width      : calc((100% - 60px) / 3);
margin     : 0 10px;
float      : left;
text-align : center;
}
.profile-widget .profile-status .status-item .icons {
font-size : 18px;
color     : #72c400;
}
.profile-widget .profile-status .status-item .status-number {
font-size   : 22px;
font-weight : 900;
}
.profile-widget .profile-status .status-item .status-number a {
color : #2f3542;
}
.profile-widget .profile-status .status-item .status-suffix {
font-size   : 12px;
font-weight : 500;
}
.profile-widget .profile-link a {
font-weight : 700;
}
.profile-widget .profile-link a .icons {
margin-left  : -10px;
margin-right : 10px;
} .category-widget .cate-item {
padding : 7px 0;
}
.x-menu .category-widget .cate-item,
.xmenu .category-widget .cate-item {
padding : 0;
}
.category-widget .cate-item:first-child {
padding-top : 0;
}
.category-widget .cate-item a {
padding : 5px 0;
color   : #2f3542;
}
.category-widget .cate-item a:hover {
color : #72c400;
}
.category-widget .cate-item a sup {
padding-left : 3px;
}
.category-widget .cate-item .icons {
float         : left;
margin        : 7px 0 0 0;
padding-left  : 10px;
padding-right : 10px;
width         : auto;
} .mini-carousel .caption {
margin-top : 10px;
font-size  : 12px;
color      : #2f3542;
} .owl-mini-nav-1 .owl-nav {
top    : auto;
bottom : 20px;
right  : 0;
width  : 100%;
}
.owl-mini-nav-1 .owl-nav .owl-prev,
.owl-mini-nav-1 .owl-nav .owl-next {
position  : absolute;
right     : 0;
bottom    : 0;
width     : 20px;
height    : 20px;
font-size : 20px;
}
.owl-mini-nav-1 .owl-nav .owl-prev {
margin-right : 15px;
} .owl-mini-nav-2 .owl-nav {
top   : calc(40% - 20px);
width : 100%;
}
.owl-mini-nav-2 .caption {
color : #dfdfdf;
}
.owl-mini-nav-2 .owl-nav .owl-prev,
.owl-mini-nav-2 .owl-nav .owl-next {
position  : absolute;
width     : 32px;
height    : 32px;
font-size : 20px;
border    : 2px solid #818181;
}
.owl-mini-nav-2 .owl-nav .owl-prev .fa,
.owl-mini-nav-2 .owl-nav .owl-next .fa {
margin-left : 10px;
}
.owl-mini-nav-2 .owl-nav .owl-prev {
left : 10px;
}
.owl-mini-nav-2 .owl-nav .owl-next {
right : 10px;
}
.owl-mini-nav-2 p {
text-align : center;
} .owl-mini-nav-3 .owl-nav {
position : absolute;
top      : auto;
bottom   : 15px;
width    : 100%;
}
.owl-mini-nav-3 .owl-nav .owl-prev,
.owl-mini-nav-3 .owl-nav .owl-next {
position  : absolute;
top       : auto;
bottom    : 0;
width     : 32px;
height    : 32px;
font-size : 20px;
}
.owl-mini-nav-3 .owl-nav .owl-prev .fa,
.owl-mini-nav-3 .owl-nav .owl-next .fa {
margin-left : 10px;
}
.owl-mini-nav-3 .owl-nav .owl-prev {
left : 10px;
}
.owl-mini-nav-3 .owl-nav .owl-next {
right : 10px;
}
.owl-mini-nav-3 p.caption {
margin-top       : 0;
padding-top      : 10px;
padding-bottom   : 10px;
text-align       : center;
background-color : #dfdfdf;
} .video-widget .video-comment {
padding          : 10px 15px;
background-color : #72c400;
}
.video-widget .video-comment:hover {
background-color : #62b400;
cursor           : pointer;
}
.video-widget .video-comment em {
font-family : "Playfair Display", sans-serif;
font-size   : 12px;
color       : #fff;
}
.video-widget .video-comment h6 {
font-size   : 16px;
font-weight : 900;
color       : #fff;
} .recent-posts-widget {
margin-bottom : 15px;
}
.recent-posts-widget .post-wrapper {
padding-top    : 15px;
padding-bottom : 15px;
}
.recent-posts-widget .post-wrapper .post-picture {
margin-right : 20px;
width        : 60px;
float        : left;
overflow     : hidden;
}
.recent-posts-widget .post-wrapper .post-picture img:hover {
cursor     : pointer;
transform  : scale(1.2);
transition : .6s;
}
.recent-posts-widget .post-wrapper .post-content {
width : calc(100% - 80px);
float : left;
}
.recent-posts-widget .post-wrapper .post-content a {
color : #2f3542;
}
.recent-posts-widget .post-wrapper .post-content a:hover {
color : #72c400 !important;
}
.recent-posts-widget .post-wrapper .post-content .post-title {
font-size   : 14px;
font-weight : 700;
color       : #2f3542;
}
.recent-posts-widget .post-wrapper .post-content .post-date {
padding-top    : 5px;
padding-bottom : 5px;
font-size      : 12px;
font-weight    : 500;
color          : #2f3542;
}
.recent-posts-widget .post-wrapper .post-content .post-date .icons {
padding-left  : 5px;
padding-right : 5px;
}
.recent-posts-widget .post-wrapper .post-content .post-desc {
font-size   : 12px;
font-weight : 400;
color       : #2f3542;
}
.menu-thumb-product-wrapper .post-content a.product-name {
color       : #72c400;
font-weight : 400;
}
.menu-thumb-product-wrapper .post-content .product-price {
font-size : 18px;
color     : #2f3542;
}
.menu-compact-product-wrapper a.product-name {
color       : #2f3542;
font-weight : 400;
font-size   : 14px;
}
.menu-compact-product-wrapper .product-price {
font-size : 21px;
color     : #72c400;
} .tag-cloud-widget .tagcloud .tag {
margin-top    : 2px;
margin-bottom : 2px;
padding       : 7px 10px;
border-color  : transparent;
color         : #4f5562;
}
.tag-cloud-widget .tagcloud .tag:hover,
.tag-cloud-widget .tagcloud .tag:focus,
.tag-cloud-widget .tagcloud .tag:visited,
.tag-cloud-widget .tagcloud .tag.active {
color            : #2f3542;
background-color : #72c400 !important;
border-color     : #72c400;
display          : inline-block;
}
.tag-cloud-widget .tagcloud .tag.focus {
border-color     : transparent;
background-color : transparent;
} .featured-post-widget .featured-post .post-image {
overflow : hidden;
}
.featured-post-widget .featured-post .post-image:hover img {
transform  : scale(1.2);
transition : .6s;
}
.featured-post-widget .featured-post .post-content {
padding          : 30px 20px;
background-color : #dfdfdf;
}
.featured-post-widget .featured-post .post-content .post-title a {
color : #2f3542;
}
.featured-post-widget .featured-post .post-content .post-info {
padding-top    : 10px;
padding-bottom : 10px;
}
.featured-post-widget .featured-post .post-content .post-info span .icons {
padding-left  : 10px;
padding-right : 5px;
color         : #0f1522;
}
.featured-post-widget .featured-post .post-content .post-info span:first-child .icons {
padding-left : 0;
}
.featured-post-widget .featured-post .post-content .post-info * {
color     : #1f2532;
font-size : 12px;
}
.featured-post-widget .featured-post .post-content .post-short-desc {
margin-bottom : 0;
font-size     : 12px;
} .comment-wrapper {
}
.comment-wrapper .user-picture {
margin-right          : 10px;
width                 : 50px;
float                 : left;
overflow              : hidden;
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.comment-wrapper .user-picture img {
-webkit-border-radius : 100%;
-moz-border-radius    : 100%;
-o-border-radius      : 100%;
-ms-border-radius     : 100%;
-khtml-border-radius  : 100%;
border-radius         : 100%;
}
.comment-wrapper .user-picture img:hover {
cursor     : pointer;
transform  : scale(1.2);
transition : .6s;
}
.comment-wrapper .comment-content {
width : calc(100% - 60px);
float : right;
}
.comment-wrapper .comment-content .user-name a {
text-transform : capitalize;
font-size      : 14px;
font-weight    : 700;
color          : #2f3542;
}
.comment-wrapper .comment-content .comment-date {
padding-top    : 5px;
padding-bottom : 5px;
}
.comment-wrapper .comment-content .comment-date span {
font-size : 12px;
color     : #1f2532;
}
.comment-wrapper .comment-content .comment-date span .icons {
padding-right : 10px;
}
.comment-wrapper .comment-content .comment-text {
margin-bottom : 10px;
color         : #2f3542;
font-size     : 12px;
} .sa-calendar .controls {
padding-top      : 15px;
padding-bottom   : 15px;
background-color : #efefef;
text-align       : center;
}
.sa-calendar .controls h6 {
display   : inline;
font-size : 14px;
}
.sa-calendar .controls .btn {
padding : 3px;
cursor  : pointer;
}
.sa-calendar .controls .btn.push-left {
float : left;
}
.sa-calendar .controls .btn.push-left .fa {
margin-left  : 10px;
margin-right : 5px;
}
.sa-calendar .controls .btn.push-right {
float : right;
}
.sa-calendar .controls .btn.push-right .fa {
margin-left  : 5px;
margin-right : 10px;
}
.sa-calendar .controls .btn:hover {
color : #92e420;
}
.sa-calendar .day-headers,
.sa-calendar .days {
font-size : 0;
}
.sa-calendar .day-headers {
background-color : #fff;
}
.sa-calendar .day {
display    : inline-block;
position   : relative;
font-size  : 14px;
width      : 14.285714285714286%;
text-align : center;
}
.sa-calendar .day a {
display        : block;
padding-bottom : 5px;
font-size      : 14px;
font-weight    : 700;
color          : #2f3542;
border-top     : 1px solid #dfdfdf;
border-left    : 1px solid #dfdfdf;
cursor         : pointer;
}
.sa-calendar .day a:hover {
background-color : #72c400;
text-decoration  : none;
}
.sa-calendar .day.header {
padding-top    : 7px;
padding-bottom : 7px;
font-size      : 11px;
font-weight    : 700;
color          : #c5c8c8;
}
.sa-calendar .day.active a {
background-color : #1d86c8;
color            : #ffffff;
}
.sa-calendar .day.active a:hover {
background-color : #36a0e2;
}
.sa-calendar .day.active .not-current {
background-color : #8fcaef;
color            : #ffffff;
}
.sa-calendar .day.active .not-current:hover {
background-color : #bcdff5;
}
.sa-calendar .day.active .not-current a {
color : #ddd;
}
.sa-calendar .day:nth-child(35n+1) a,
.sa-calendar .day:nth-child(35n+2) a,
.sa-calendar .day:nth-child(35n+3) a,
.sa-calendar .day:nth-child(35n+4) a,
.sa-calendar .day:nth-child(35n+5) a,
.sa-calendar .day:nth-child(35n+6) a,
.sa-calendar .day:nth-child(35n+7) a {
border-bottom : 1px solid #dfdfdf;
}
.sa-calendar .day:nth-child(7n) a {
border-right : 1px solid #dfdfdf;
}
.sa-calendar .day:nth-child(1) a,
.sa-calendar .day:nth-child(2) a,
.sa-calendar .day:nth-child(3) a,
.sa-calendar .day:nth-child(4) a,
.sa-calendar .day:nth-child(5) a,
.sa-calendar .day:nth-child(6) a,
.sa-calendar .day:nth-child(7) a {
border-bottom : 0;
}
.sa-calendar .day.not-current a {
color : #dfdfdf;
}
.sa-calendar .day.active a {
color            : #fff;
background-color : #72c400;
} .ad-title {
font-size      : 11px;
color          : #a1a1a1;
text-transform : uppercase;
} .underline-list > div {
border-bottom : 1px solid #e7e7e7;
}
.underline-list > div:last-child {
border-bottom-color : transparent;
} .icon-box .icon-wrapper i {
color : #ffffff;
}
.subscribe-overlay:before {
background-color : rgba(255, 255, 255, 0.5);
}
.image-background .email {
background-color : #2f3542 !important;
color            : white !important;
}
.email::-webkit-input-placeholder,
.email:-ms-input-placeholder,
.email::-ms-input-placeholder {
color : #000;
}
.email:-moz-placeholder,
.email::-moz-placeholder {
color   : #000;
opacity : 1;
}
.background-green .email::-webkit-input-placeholder,
.image-background .email::-webkit-input-placeholder,
.background-green .email:-ms-input-placeholder,
.image-background .email:-ms-input-placeholder,
.background-green .email::-ms-input-placeholder,
.image-background .email::-ms-input-placeholder {
color : #fff;
}
.background-green .email:-moz-placeholder,
.image-background .email:-moz-placeholder,
.background-green .email::-moz-placeholder,
.image-background .email::-moz-placeholder {
color   : #fff;
opacity : 1;
} .sidebar-widget .calendar_wrap {
clear     : both;
max-width : 300px;
border    : 1px solid #dfdfdf;
}
.sidebar-widget .calendar_wrap table {
width : 100%;
}
.sidebar-widget .calendar_wrap table caption {
background-color : #efefef;
text-align       : center;
color            : #000;
}
.sidebar-widget .calendar_wrap table thead {
background-color : #fff;
}
.sidebar-widget .calendar_wrap table thead tr th {
text-align : center;
}
.sidebar-widget .calendar_wrap table tbody tr td {
text-align : center;
border     : 1px solid #dfdfdf;
}
.sidebar-widget .calendar_wrap table tbody tr td a {
display          : block;
background-color : #72c400;
color            : #000;
}
.sidebar-widget .calendar_wrap table tfoot tr td {
padding          : 0 5px;
background-color : #efefef;
text-align       : center;
}
.tagcloud a.tag.tag-cloud-link.tag-level-5 {
font-size : 30px;
}
.tagcloud a.tag.tag-cloud-link.tag-level-4 {
font-size : 26px;
}
.tagcloud a.tag.tag-cloud-link.tag-level-3 {
font-size : 22px;
}
.tagcloud a.tag.tag-cloud-link.tag-level-2 {
font-size : 18px;
}
.tagcloud a.tag.tag-cloud-link.tag-level-1 {
font-size : 14px;
} .sidebar-widget .recentcomments a {
color : #72c400;
}
.sidebar-widget .recentcomments a:hover {
color : #92e420;
}
.sidebar-widget .recentcomments .comment-author-link {
font-size   : 16px;
font-weight : 700;
}
.sidebar-widget .recentcomments .comment-author-link a {
color : #dae2e8;
}
.sidebar-widget.widget_recent_comments .recentcomments .comment-author-link a {
color : #2f3542;
} .comments-pagination > .page-numbers {
margin           : 2px 0;
padding          : 10px 18px;
display          : inline-block;
height           : 50px;
line-height      : 28px;
vertical-align   : middle;
color            : #bac0cd;
background-color : transparent;
border           : 1px solid #bac0cd;
text-transform   : uppercase;
font-size        : 14px;
font-weight      : 700;
}
.comments-pagination > .page-numbers:hover,
.comments-pagination > .page-numbers.current {
background-color : #72c400;
border-color     : #72c400;
color            : #fff;
}
.comments-pagination > .page-numbers.prev,
.comments-pagination > .page-numbers.next {
font-size : 0;
color     : transparent;
}
.comments-pagination > .page-numbers.prev:before,
.comments-pagination > .page-numbers.next:before {
content     : "\e605";
display     : inline-block;
width       : 24px;
text-align  : center;
color       : #bac0cd;
font-size   : 14px;
font-family : "simple-line-icons";
}
.comments-pagination > .page-numbers.next:before {
content : "\e606";
}
.comments-pagination > .page-numbers:hover:before {
color : #fff;
} .raiseapp-popup-wrap {
position : fixed;
top      : 0;
left     : 0;
width    : 100%;
height   : 100%;
z-index  : 999999999;
display  : none;
}
.raiseapp-popup-wrap:before {
content            : "";
display            : block;
position           : absolute;
top                : 0;
left               : 0;
width              : 100%;
height             : 100%;
background-color   : rgba(0, 0, 0, .6);
z-index            : 9999999999;
-webkit-opacity    : 0;
opacity            : 0;
-webkit-transition : opacity .3s;
transition         : opacity .3s;
}
.raiseapp-popup-wrap .raiseapp-popup-container {
position           : absolute;
top                : 0;
left               : auto;
right              : -60%;
width              : calc(100% - 30px);
height             : 100%;
max-width          : 800px;
z-index            : 99999999999;
box-shadow         : 0 0 20px rgba(0, 0, 0, .6);
-webkit-opacity    : 0;
opacity            : 0;
-webkit-transition : right .6s, opacity .3s;
transition         : right .6s, opacity .3s;
}
.raiseapp-popup-open .raiseapp-popup-wrap:before {
-webkit-opacity : 1;
opacity         : 1;
}
.raiseapp-popup-open .raiseapp-popup-wrap .raiseapp-popup-container {
right           : 0;
-webkit-opacity : 1;
opacity         : 1;
overflow-y      : auto;
}
.team-profile-container {
background-color : #fff;
}
.team-profile-container .spin-loading {
position          : absolute;
top               : 50%;
left              : 50%;
-webkit-transform : translate(-50%, -50%);
-moz-transform    : translate(-50%, -50%);
-o-transform      : translate(-50%, -50%);
transform         : translate(-50%, -50%);
}
.team-profile-header {
height           : 200px;
background-color : #72c400;
overflow         : hidden;
}
img.team-profile-header-bg-img {
width      : auto;
height     : auto;
min-width  : 100%;
min-height : 100%;
}
.team-profile-portrait-wrapper {
position         : relative;
margin           : -75px auto 15px auto;
width            : 150px;
height           : 150px;
background-color : #fff;
border-radius    : 100%;
z-index          : 9;
}
.team-profile-portrait-wrapper .team-profile-portrait {
margin-top    : 10px;
margin-left   : 10px;
width         : 130px;
height        : 130px;
border-radius : 100%;
}
.team-profile-container .team-profile-info-wrapper {
text-align : center;
}
.team-profile-container .team-profile-name {
color : #2f3542;
}
.team-profile-container .team-profile-position,
.team-profile-container .team-profile-description {
color : #2f3542;
}
.team-profile-container .team-profile-description {
padding : 20px 50px;
}
.team-profile-container .team-profile-sign-wrapper {
margin : 20px 0;
}
.team-profile-container .team-profile-contact-wrapper {
padding : 20px;
}
.team-profile-contact-wrapper .team-profile-contact-phone,
.team-profile-contact-wrapper .team-profile-contact-email,
.team-profile-contact-wrapper .team-profile-contact-skype {
line-height : 1.7;
}
.team-profile-contact-wrapper .team-profile-contact-phone i,
.team-profile-contact-wrapper .team-profile-contact-email i {
float        : left;
margin-right : 10px;
margin-top   : 3px;
font-size    : 18px;
color        : #72c400;
}
.team-profile-contact-wrapper .team-profile-contact-skype i {
float        : left;
margin-right : 10px;
font-size    : 22px;
color        : #72c400;
}
.team-profile-contact-wrapper .team-profile-social-links {
padding : 20px 0;
}
.team-profile-contact-wrapper .team-profile-social-links i {
font-size    : 24px;
margin-right : 15px;
}
.raiseapp-popup-close {
z-index  : 9;
position : absolute;
top      : 15px;
right    : 15px;
border   : 3px solid;
padding  : 0 5px;
color    : #fff;
}
.raiseapp-popup-close:hover {
color : #636977;
}
.hvr-overline-from-left:before,
.hvr-overline-from-center:before {
background : #72c400;
}
@media screen and (max-width : 992px) {
.blog-list-sm {
border-top        : 1px solid #3b414f;
border-left-width : 0;
}
}
.blog-row.blog-compact .blog-col {
padding-bottom : 0;
}
.blog-row.blog-compact .blog-col .blog-image {
margin-bottom : 0;
}
.blog-list-sm .blog-row-sm .blog-row-content-sm .blog-detail .blog-detail-text i {
margin-right : 5px;
}
.raiseapp-blog-list .blog-row.blog-standard {
padding-top : 0;
}
.project-option {
padding          : 30px 24px;
background-color : #eff2f8;
}
.project-option .title {
margin-bottom : 22px;
font-size     : 21px;
}
.project-option .excerpt {
margin-bottom : 22px;
}
.project-option table {
width : 100%;
}
.project-option table > tbody > tr > th,
.project-option table > tbody > tr > td {
padding       : 6px 8px;
border-bottom : 1px solid #d5d7d9;
}
.project-option table > tbody > tr:last-child > th,
.project-option table > tbody > tr:last-child > td {
border-bottom : 0;
}
.project-option table > tbody > tr > th {
color       : #a5acbc;
font-weight : 400;
}
.filter-wrap .filter-boxes.projects-grid .filter-box {
border             : 0;
-webkit-box-shadow : none;
-moz-box-shadow    : none;
-o-box-shadow      : none;
-ms-box-shadow     : none;
-khtml-box-shadow  : none;
box-shadow         : none;
}
.filter-wrap .filter-boxes.projects-grid .filter-box:hover img {
-webkit-transform : scale(1, 1);
-moz-transform    : scale(1, 1);
-o-transform      : scale(1, 1);
-ms-transform     : scale(1, 1);
transform         : scale(1, 1);
}
.filter-wrap .filter-boxes.projects-grid .filter-box .box-desc {
top        : auto;
bottom     : -100px;
padding    : 10px 26px;
text-align : left;
}
.filter-wrap .filter-boxes.projects-grid .filter-box:hover .box-desc {
top               : auto;
bottom            : 0;
-webkit-transform : none;
-moz-transform    : none;
-o-transform      : none;
-ms-transform     : none;
-khtml-transform  : none;
transform         : none;
}
.filter-wrap .filter-boxes.projects-grid .filter-box .box-desc span {
font-size   : 18px;
font-weight : 700;
}
.filter-wrap .filter-categories.projects-categories a {
padding : 5px 12px;
}
.filter-wrap .filter-categories.projects-categories a.selected {
background-color : inherit;
color            : #72c400;
} .topbar-variation {
position         : relative;
padding          : 0;
background-color : #e0e0e0;
display          : none;
}
.topbar-variation:after {
content           : "";
position          : absolute;
bottom            : 0;
left              : 50%;
display           : block;
width             : 100%;
height            : 0;
border-bottom     : 1px solid transparent;
-webkit-transform : translateX(-50%);
-moz-transform    : translateX(-50%);
-ms-transform     : translateX(-50%);
-o-transform      : translateX(-50%);
transform         : translateX(-50%);
}
.topbar-variation a,
.topbar-variation span {
padding            : 3px 10px;
display            : block;
line-height        : 20px;
color              : #2f3542;
-webkit-transition : all .3s;
-moz-transition    : all .3s;
-ms-transition     : all .3s;
-o-transition      : all .3s;
transition         : all .3s;
}
.topbar-variation .social-links a {
margin  : 0 5px;
padding : 6px;
}
.topbar-variation .social-links a i {
margin : 0;
}
.topbar-variation a > *:first-child,
.topbar-variation span > *:first-child {
float  : left;
margin : 3px 7px 0 0;
}
.topbar-variation .left-items {
float : left;
}
.topbar-variation .left-items > *,
.topbar-variation .right-items > * {
float    : left;
position : relative;
margin   : 0 10px 0 0;
}
.topbar-variation .left-items > *:last-child {
margin : 0;
}
.topbar-variation ul {
margin  : 0;
padding : 0;
}
.topbar-variation .left-items > ul > li,
.topbar-variation .right-items > ul > li {
float    : left;
position : relative;
padding  : 0 30px 0 0;
}
.topbar-variation .left-items > ul > li:last-child,
.topbar-variation .right-items > ul > li:last-child {
padding : 0;
}
.topbar-variation .left-items > ul > li:after,
.topbar-variation .right-items > ul > li:after {
content           : "";
position          : absolute;
margin            : 0;
width             : 1px;
height            : 12px;
display           : block;
background-color  : #dae2e8;
right             : 15px;
top               : 50%;
-webkit-transform : translateY(-50%);
-moz-transform    : translateY(-50%);
-o-transform      : translateY(-50%);
-ms-transform     : translateY(-50%);
-khtml-transform  : translateY(-50%);
transform         : translateY(-50%);
}
.topbar-variation .left-items > ul > li:last-child:after,
.topbar-variation .right-items > ul > li:last-child:after {
content : none;
}
.topbar-variation .parent-item a.parent:after {
content     : "\f107";
margin-left : 6px;
font-family : "FontAwesome";
font-size   : 12px;
line-height : 1;
}
.topbar-variation .sub-items {
position           : absolute;
top                : auto;
left               : 0;
min-width          : 140px;
max-height         : 0;
z-index            : 99999;
background-color   : #f3f3f3;
overflow           : hidden;
-webkit-opacity    : 0;
-moz-opacity       : 0;
-o-opacity         : 0;
-ms-opacity        : 0;
-khtml-opacity     : 0;
opacity            : 0;
-webkit-transition : opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
-moz-transition    : opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
-o-transition      : opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
-ms-transition     : opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
-khtml-transition  : opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
transition         : opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
-webkit-box-shadow : 0 5px 10px #757575;
-moz-box-shadow    : 0 5px 10px #757575;
-o-box-shadow      : 0 5px 10px #757575;
-ms-box-shadow     : 0 5px 10px #757575;
-khtml-box-shadow  : 0 5px 10px #757575;
box-shadow         : 0 5px 10px #757575;
}
.topbar-variation .parent-item:hover > .sub-items {
max-height      : 1000em;
-webkit-opacity : 1;
-moz-opacity    : 1;
-o-opacity      : 1;
-ms-opacity     : 1;
-khtml-opacity  : 1;
opacity         : 1;
}
.topbar-variation .parent-item:hover > .sub-items,
.topbar-variation .parent-item:hover > .sub-items a {
color : #2f3542;
}
.topbar-variation .right-items .sub-items {
left  : auto;
right : 0;
}
.topbar-variation ul.sub-items li {
padding : 0;
}
.topbar-variation ul.sub-items li a {
padding : 5px 10px;
}
.topbar-variation .social-links a {
float : left;
}
@media (min-width : 768px) {
.topbar-variation {
display : block;
}
.topbar-variation .right-items {
float : right;
}
.topbar-variation .right-items > * {
margin : 0 0 0 10px;
}
.topbar-variation .right-items > *:first-child {
margin : 0;
}
} .wpcf7 .wpcf7-response-output {
position              : relative;
margin                : 20px 0;
padding               : 15px 15px 15px 40px;
line-height           : 20px;
border-width          : 0;
text-align            : left;
color                 : #fff;
background-color      : #d06485;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
background-color : #72c400;
}
.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
background-color : #c1af7a;
}
.wpcf7 .wpcf7-response-output:before {
content  : "\f00d";
position : absolute;
top      : auto;
left     : 15px;
font     : 18px FontAwesome;
}
.wpcf7 .wpcf7-mail-sent-ok:before {
content : "\f00c";
}
.wpcf7 .wpcf7-spam-blocked:before {
content : "\f071";
}
.wpcf7-form-control-wrap {
display : block;
}
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
color : #d06485;
}
.wpcf7-form label {
display : block;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
padding               : 9px 15px;
line-height           : 20px;
color                 : #4d5360;
font-size             : 14px;
font-weight           : 400;
background-color      : transparent;
border                : 2px solid #bac0cd;
-webkit-border-radius : 6px;
-moz-border-radius    : 6px;
border-radius         : 6px;
-webkit-transition    : border-color .3s, box-shadow .3s;
-moz-transition       : border-color .3s, box-shadow .3s;
-ms-transition        : border-color .3s, box-shadow .3s;
-o-transition         : border-color .3s, box-shadow .3s;
transition            : border-color .3s, box-shadow .3s;
}
.wpcf7-form input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]),
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form .fullwidth {
width   : 100%;
display : block;
}
.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio] {
float  : left;
margin : 5px 7px 0 0;
width  : 18px;
height : 18px;
}
.wpcf7-form select[multiple] option {
color : #4d5360;
}
.wpcf7-form input:focus,
.wpcf7-form input:hover,
.wpcf7-form textarea:focus,
.wpcf7-form textarea:hover,
.wpcf7-form select:focus,
.wpcf7-form select:hover {
border-color : #72c400;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
-webkit-box-shadow : 0 0 15px rgba(114,196,0,0.3);
-moz-box-shadow    : 0 0 15px rgba(114,196,0,0.3);
-o-box-shadow      : 0 0 15px rgba(114,196,0,0.3);
-ms-box-shadow     : 0 0 15px rgba(114,196,0,0.3);
-khtml-box-shadow  : 0 0 15px rgba(114,196,0,0.3);
box-shadow         : 0 0 15px rgba(114,196,0,0.3);
}
.wpcf7-form input[type=submit]:not(.btn),
.wpcf7-form input[type=button]:not(.btn),
.wpcf7-form button:not(.btn) {
display               : inline-block;
padding               : 10px 27px;
background-color      : #72c400;
border                : 1px solid #72c400;
line-height           : 20px;
font-size             : 14px;
font-weight           : 600;
color                 : #1a1c20;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
-o-border-radius      : 4px;
-ms-border-radius     : 4px;
-khtml-border-radius  : 4px;
border-radius         : 4px;
-webkit-transition    : all .3s ease-in;
-moz-transition       : all .3s ease-in;
-o-transition         : all .3s ease-in;
-ms-transition        : all .3s ease-in;
-khtml-transition     : all .3s ease-in;
transition            : all .3s ease-in;
}
.wpcf7-form input[type=submit]:not(.btn):hover,
.wpcf7-form input[type=button]:not(.btn):hover,
.wpcf7-form button:not(.btn):hover {
background-image    : -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .05));
background-image    : -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .05));
background-image    : linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .05));
filter              : progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#1a000000", GradientType=0);
background-repeat   : repeat-x;
background-size     : 200%;
background-position : 0 100%;
} .ui-datepicker.ui-widget.ui-widget-content {
padding            : 0;
width              : 250px;
color              : rgba(255, 255, 255, .5);
border             : 1px solid #dfdfdf;
background-color   : #fff;
-webkit-box-shadow : 0 5px 20px rgba(0, 0, 0, .4);
-moz-box-shadow    : 0 5px 20px rgba(0, 0, 0, .4);
box-shadow         : 0 5px 20px rgba(0, 0, 0, .4);
}
.price_slider_wrapper .ui-widget.ui-widget-content {
width : auto;
}
.ui-datepicker.ui-widget.ui-widget-content * {
font-family : "Raleway";
}
.ui-datepicker.ui-widget.ui-widget-content,
.ui-datepicker .ui-datepicker-header {
-webkit-border-radius : 0;
-moz-border-radius    : 0;
border-radius         : 0;
}
.ui-datepicker .ui-datepicker-header {
padding          : 10px 0;
line-height      : 30px;
color            : #2f3542;
background-color : #efefef;
border-width     : 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
top              : calc(50% - 18px);
width            : 30px;
height           : 36px;
background-color : transparent;
border-width     : 0;
cursor           : pointer;
}
.ui-datepicker .ui-datepicker-prev {
left : 3px;
}
.ui-datepicker .ui-datepicker-next {
right : 3px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
top         : calc(50% - 4px);
left        : calc(50% - 5px);
margin      : 0;
display     : inline-block;
width       : 8px;
height      : 8px;
border-top  : 2px solid #72c400;
border-left : 2px solid #72c400;
background  : transparent;
}
.ui-datepicker .ui-datepicker-prev span {
margin-left       : 3px;
-webkit-transform : rotate(-45deg);
-moz-transform    : rotate(-45deg);
-ms-transform     : rotate(-45deg);
-o-transform      : rotate(-45deg);
transform         : rotate(-45deg);
}
.ui-datepicker .ui-datepicker-next span {
-webkit-transform : rotate(135deg);
-moz-transform    : rotate(135deg);
-ms-transform     : rotate(135deg);
-o-transform      : rotate(135deg);
transform         : rotate(135deg);
}
.ui-datepicker .ui-datepicker-calendar {
margin           : 0;
background-color : #fff;
border-collapse  : collapse;
}
.ui-datepicker .ui-datepicker-calendar thead {
background-color : #ffffff;
color            : #9ca2b1;
}
.ui-datepicker .ui-datepicker-calendar thead th {
height : 40px;
}
.ui-datepicker .ui-datepicker-calendar tbody td {
padding : 0;
width   : 14.28%;
border  : 1px solid #dfdfdf;
}
.ui-datepicker .ui-datepicker-calendar tbody td:first-child {
border-left-width : 0;
}
.ui-datepicker .ui-datepicker-calendar tbody td:last-child {
border-right-width : 0;
}
.ui-datepicker .ui-datepicker-calendar tbody tr:last-child td {
border-bottom-width : 0;
}
.ui-datepicker .ui-state-default {
padding          : 0;
height           : 30px;
line-height      : 30px;
color            : #2f3542;
font-weight      : 600;
text-align       : center;
border-width     : 0;
background-color : transparent;
}
.ui-datepicker .ui-state-default:hover {
color : #72c400;
}
.ui-datepicker .ui-datepicker-current-day .ui-state-default {
color            : #2f3542;
background-color : #72c400;
}
.ui-datepicker .ui-state-default.ui-priority-secondary {
opacity : .4;
}
.ui-datepicker .ui-state-default.ui-priority-secondary:hover {
opacity : 1;
} .sidebar-service > section {
margin-bottom : 42px;
}
.sidebar-service > section > h5 {
margin-bottom : 20px;
}
.sidebar-service ul,
.sidebar-service li {
margin     : 0;
padding    : 0;
list-style : none;
}
.sidebar-service a {
-webkit-transition : color .3s;
-moz-transition    : color .3s;
-ms-transition     : color .3s;
-o-transition      : color .3s;
transition         : color .3s;
}
.sidebar-service .raiseapp-service-list span,
.sidebar-service .raiseapp-service-list a {
padding       : 15px 10px;
display       : block;
color         : #2f3542;
font-size     : 14px;
line-height   : 18px;
border-bottom : 1px solid #f1f2f3;
}
.sidebar-service .raiseapp-service-list span {
color      : #fff;
background : #72c400;
}
.sidebar-service .raiseapp-brochures-list li {
margin-bottom : 20px;
}
.sidebar-service .raiseapp-brochures-list li:last-of-type {
margin-bottom : 0;
}
.sidebar-service .raiseapp-brochures-list a {
padding               : 10px 15px;
display               : block;
color                 : #fff;
font-size             : 14px;
line-height           : 22px;
background-color      : #2f3542;
-webkit-border-radius : 4px;
-moz-border-radius    : 4px;
border-radius         : 4px;
}
.sidebar-service .raiseapp-brochures-list a i {
margin-right : 10px;
font-size    : 16px;
}
.sidebar-service .raiseapp-service-list a:focus,
.sidebar-service .raiseapp-service-list a:hover,
.sidebar-service .raiseapp-brochures-list a i,
.sidebar-service .raiseapp-brochures-list a:focus,
.sidebar-service .raiseapp-brochures-list a:hover {
color : #72c400;
}
.sidebar-service .raiseapp-additional-info li {
margin-bottom : 10px;
}
.sidebar-service .raiseapp-additional-info li:last-of-type {
margin-bottom : 0;
}
.sidebar-service .raiseapp-additional-info li .info-icon,
.sidebar-service .raiseapp-additional-info li .info-text {
float : left;
}
.sidebar-service .raiseapp-additional-info li .info-icon {
margin-top : 2px;
width      : 36px;
font-size  : 18px;
color      : #72c400;
}
.sidebar-service .raiseapp-additional-info li .info-text {
width : calc(100% - 36px);
}
.sidebar-widget .accordion .panel-default .panel-heading a.panel-title {
padding: 5px;
}
.sidebar-widget .accordion.accordion-dark.accordion-dark-with-icon .panel-default .panel-heading a.panel-title span {
margin-left: 25px;
color: #72c400;
}
.sidebar-widget .accordion.accordion-dark .panel-default .panel-heading a.panel-title i.ico-collapse {
left: 0;
}
.sidebar-widget .accordion.accordion-dark .panel-default {
background: transparent;
box-shadow: none;
}
.sidebar-widget .accordion .panel-default .panel-collapse .panel-body {
padding: 0;
border: 0;
border-color: transparent;
}
.sidebar-widget .accordion .panel-default .panel-collapse {
padding: 0 30px;
}
.sidebar-widget .accordion.accordion-dark .panel-default .panel-heading a.panel-title i.ico-collapse {
top      : 8px;
width    : 22px;
height   : 22px;
border-radius: 50%;
background: #72c400;
}
.sidebar-widget .accordion.accordion-dark .panel-default .panel-heading a.panel-title i.ico-collapse:before,
.sidebar-widget .accordion.accordion-dark .panel-default .panel-heading a.panel-title i.ico-collapse:after {
position           : absolute;
top                : 9px;
left               : 6px;
content            : "";
width              : 10px;
height             : 2px;
}
.sidebar-widget .accordion.accordion-dark .panel-default .panel-heading a.panel-title i.ico-collapse:before,
.sidebar-widget .accordion.accordion-dark .panel-default .panel-heading a.panel-title i.ico-collapse:after,
.sidebar-widget .accordion.accordion-dark .panel-default .panel-heading a.panel-title.collapsed i.ico-collapse:before,
.sidebar-widget .accordion.accordion-dark .panel-default .panel-heading a.panel-title.collapsed i.ico-collapse:after {
background-color: white;
}.raiseapp-container {
margin : auto;
}
@media (min-width : 768px) {
.raiseapp-container {
max-width : 750px;
}
}
@media (min-width : 992px) {
.raiseapp-container {
max-width : 970px;
}
}
@media (min-width : 1200px) {
.raiseapp-container {
max-width : 1170px;
}
} article p {
margin-bottom : 20px;
}
article .aligncenter {
display      : block;
clear        : both;
margin-right : auto;
margin-left  : auto;
}
article .alignright {
display     : inline;
float       : right;
margin-left : 1.5em;
}
article .alignleft {
display      : inline;
float        : left;
margin-right : 1.5em;
}
article .wp-caption {
margin-bottom : 1.5em;
max-width     : 100%;
}
article .wp-caption img[class*="wp-image-"] {
display : block;
margin  : 0 auto;
}
article .wp-caption .wp-caption-text {
margin : 0.8075em 0;
}
article .wp-caption-text {
text-align : center;
}
article .gallery-caption {
font-size : 13px;
}
article .bypostauthor {
font-size : 14px;
}
@media only screen and (max-width : 480px) {
article .alignright,
article .alignleft {
float  : none;
margin : 1em 0;
}
}
article table {
margin-bottom : 20px;
}
article table th,
article table td {
padding : 5px;
border  : 1px solid #454c5a;
}
article dt {
font-weight : 700;
}
article dd {
margin  : 0;
padding : 0.3em 0 0.8em 0;
}
article ul,
article ol {
padding-left : 20px;
}
article ul li,
article ol li {
list-style : inherit;
}
article .video {
margin-bottom : 20px;
} .screen-reader-text {
clip        : rect(1px, 1px, 1px, 1px);
position    : absolute !important;
white-space : nowrap;
height      : 1px;
width       : 1px;
overflow    : hidden;
}
.screen-reader-text:focus {
background-color : #f1f1f1;
border-radius    : 3px;
box-shadow       : 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip             : auto !important;
color            : #21759b;
display          : block;
font-size        : 14px;
font-weight      : bold;
height           : auto;
left             : 5px;
line-height      : normal;
padding          : 15px 23px 14px;
text-decoration  : none;
top              : 5px;
width            : auto;
z-index          : 100000; }
img {
max-width : 100%;
height    : auto;
} .embed-responsive {
position : relative;
display  : block;
height   : 0;
padding  : 0;
overflow : hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position : absolute;
top      : 0;
left     : 0;
bottom   : 0;
height   : 100%;
width    : 100%;
border   : 0;
}
.embed-responsive.embed-responsive-16by9 {
padding-top : 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
padding-top : 75%;
}  .comment-list-wrap {
margin  : 0;
padding : 0;
}
.comment-list-wrap ul.children {
clear        : both;
padding-left : 30px;
}
.comment-list-wrap .comment-respond {
margin-bottom : 45px;
padding-left  : 60px;
}
.featured-wrap > img,
.blog-row .blog-hover .blog-image img {
margin : auto;
width  : 100%;
height : auto;
}
.single-post .featured-wrap > img {
width : auto;
}
.audioplayer .mejs__container .mejs__controls {
display : none;
}
#post-minimal .author .author-picture img {
margin : 10px auto 20px auto;
} .raiseapp-pager-wrap {
line-height : 0;
}
.raiseapp-pager-wrap .raiseapp-pager {
display     : inline-block;
line-height : 30px;
}
@media (max-width : 992px) {
.raiseapp-pager-wrap .btn-pager-control.btn-pager-prev > i,
.raiseapp-pager-wrap .btn-pager-control.btn-pager-next > i {
margin  : 0;
padding : 0 5px;
}
} .spin-loading {
margin   : 0 auto;
width    : 80px;
height   : 80px;
overflow : hidden;
}
.uil-spin-css {
background               : none;
position                 : relative;
width                    : 200px;
height                   : 200px;
-webkit-transform        : scale(0.4);
transform                : scale(0.4);
-webkit-transform-origin : top left;
transform-origin         : top left;
}
@-webkit-keyframes uil-spin-css {
0% {
opacity           : 1;
-webkit-transform : scale(1.5);
transform         : scale(1.5);
}
100% {
opacity           : 0.1;
-webkit-transform : scale(1);
transform         : scale(1);
}
}
@-moz-keyframes uil-spin-css {
0% {
opacity           : 1;
-webkit-transform : scale(1.5);
transform         : scale(1.5);
}
100% {
opacity           : 0.1;
-webkit-transform : scale(1);
transform         : scale(1);
}
}
@-webkit-keyframes uil-spin-css {
0% {
opacity           : 1;
-webkit-transform : scale(1.5);
transform         : scale(1.5);
}
100% {
opacity           : 0.1;
-webkit-transform : scale(1);
transform         : scale(1);
}
}
@-o-keyframes uil-spin-css {
0% {
opacity           : 1;
-webkit-transform : scale(1.5);
transform         : scale(1.5);
}
100% {
opacity           : 0.1;
-webkit-transform : scale(1);
transform         : scale(1);
}
}
@keyframes uil-spin-css {
0% {
opacity           : 1;
-webkit-transform : scale(1.5);
transform         : scale(1.5);
}
100% {
opacity           : 0.1;
-webkit-transform : scale(1);
transform         : scale(1);
}
}
.uil-spin-css > div {
width       : 20px;
height      : 20px;
margin-left : 6px;
margin-top  : 6px;
position    : absolute;
}
.uil-spin-css > div > div {
width         : 100%;
height        : 100%;
border-radius : 100px;
background    : #72c400;
}
.uil-spin-css > div:nth-of-type(1) > div {
-webkit-animation       : uil-spin-css 1s linear infinite;
animation               : uil-spin-css 1s linear infinite;
-webkit-animation-delay : -0.87s;
animation-delay         : -0.87s;
}
.uil-spin-css > div:nth-of-type(1) {
-webkit-transform : translate(84px, 84px) rotate(45deg) translate(70px, 0);
transform         : translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(2) > div {
-webkit-animation       : uil-spin-css 1s linear infinite;
animation               : uil-spin-css 1s linear infinite;
-webkit-animation-delay : -0.75s;
animation-delay         : -0.75s;
}
.uil-spin-css > div:nth-of-type(2) {
-webkit-transform : translate(84px, 84px) rotate(90deg) translate(70px, 0);
transform         : translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(3) > div {
-webkit-animation       : uil-spin-css 1s linear infinite;
animation               : uil-spin-css 1s linear infinite;
-webkit-animation-delay : -0.62s;
animation-delay         : -0.62s;
}
.uil-spin-css > div:nth-of-type(3) {
-webkit-transform : translate(84px, 84px) rotate(135deg) translate(70px, 0);
transform         : translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(4) > div {
-webkit-animation       : uil-spin-css 1s linear infinite;
animation               : uil-spin-css 1s linear infinite;
-webkit-animation-delay : -0.5s;
animation-delay         : -0.5s;
}
.uil-spin-css > div:nth-of-type(4) {
-webkit-transform : translate(84px, 84px) rotate(180deg) translate(70px, 0);
transform         : translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(5) > div {
-webkit-animation       : uil-spin-css 1s linear infinite;
animation               : uil-spin-css 1s linear infinite;
-webkit-animation-delay : -0.37s;
animation-delay         : -0.37s;
}
.uil-spin-css > div:nth-of-type(5) {
-webkit-transform : translate(84px, 84px) rotate(225deg) translate(70px, 0);
transform         : translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(6) > div {
-webkit-animation       : uil-spin-css 1s linear infinite;
animation               : uil-spin-css 1s linear infinite;
-webkit-animation-delay : -0.25s;
animation-delay         : -0.25s;
}
.uil-spin-css > div:nth-of-type(6) {
-webkit-transform : translate(84px, 84px) rotate(270deg) translate(70px, 0);
transform         : translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(7) > div {
-webkit-animation       : uil-spin-css 1s linear infinite;
animation               : uil-spin-css 1s linear infinite;
-webkit-animation-delay : -0.12s;
animation-delay         : -0.12s;
}
.uil-spin-css > div:nth-of-type(7) {
-webkit-transform : translate(84px, 84px) rotate(315deg) translate(70px, 0);
transform         : translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(8) > div {
-webkit-animation       : uil-spin-css 1s linear infinite;
animation               : uil-spin-css 1s linear infinite;
-webkit-animation-delay : -0s;
animation-delay         : -0s;
}
.uil-spin-css > div:nth-of-type(8) {
-webkit-transform : translate(84px, 84px) rotate(360deg) translate(70px, 0);
transform         : translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
[data-load-more][data-load-auto=true] {
margin   : 0;
padding  : 0;
width    : 0;
height   : 0;
display  : inline-block;
overflow : hidden;
} @media (max-width : 768px) {
.col-xs-3-clear:nth-of-type(4n + 1) {
clear : both;
}
.col-xs-4-clear:nth-of-type(3n + 1) {
clear : both;
}
.col-xs-6-clear:nth-of-type(2n + 1) {
clear : both;
}
}
@media (min-width : 768px) {
.col-sm-3-clear:nth-of-type(n),
.col-sm-4-clear:nth-of-type(n),
.col-sm-6-clear:nth-of-type(n) {
clear : none;
}
.col-sm-3-clear:nth-of-type(4n + 1) {
clear : both;
}
.col-sm-4-clear:nth-of-type(3n + 1) {
clear : both;
}
.col-sm-6-clear:nth-of-type(2n + 1) {
clear : both;
}
}
@media (min-width : 992px) {
.col-md-3-clear:nth-of-type(n),
.col-md-4-clear:nth-of-type(n),
.col-md-6-clear:nth-of-type(n) {
clear : none;
}
.col-md-3-clear:nth-of-type(4n + 1) {
clear : both;
}
.col-md-4-clear:nth-of-type(3n + 1) {
clear : both;
}
.col-md-6-clear:nth-of-type(2n + 1) {
clear : both;
}
}
@media (min-width : 1170px) {
.col-lg-3-clear:nth-of-type(n),
.col-lg-4-clear:nth-of-type(n),
.col-lg-6-clear:nth-of-type(n) {
clear : none;
}
.col-lg-3-clear:nth-of-type(4n + 1) {
clear : both;
}
.col-lg-4-clear:nth-of-type(3n + 1) {
clear : both;
}
.col-lg-6-clear:nth-of-type(2n + 1) {
clear : both;
}
}
.sidebar-widget .comments-widget .comment-wrapper .user-name {
display : inline-block;
}
.sidebar-widget .comments-widget .comment-wrapper .comment-content .comment-date {
margin-left : 0;
}
.sidebar-widget .comments-widget .comment-wrapper .comment-content .comment-date {
display : block;
}
.sidebar-widget .tag-cloud-widget .tag {
margin-left  : 1px;
margin-right : 1px;
}
.profile-widget .profile-status .status-item {
width : calc((100% - 40px) / 2);
}
.profile-widget:hover {
cursor : default;
}
.profile-widget .profile-no-background {
height : 80px;
}
.instgram-widget {
word-wrap : break-word;
}
.owl-carousel .owl-item img {
height : auto;
}
.raiseapp-list > li:after {
content : "";
display : block;
clear   : both;
float   : none;
}
.icon-box {
padding : 15px 10px;
}
.icon-box:after {
content : "";
display : block;
float   : none;
clear   : both;
}
.icon-box-left,
.icon-box-right {
padding-left  : 0;
padding-right : 0;
}
.icon-box h1,
.icon-box h2,
.icon-box h3,
.icon-box h4,
.icon-box h5,
.icon-box h6 {
margin-bottom : 20px;
}
.icon-wrapper {
margin-bottom : 20px;
}
.icon-wrapper i:before {
line-height : 1em;
}
.icon-wrapper-center .icon {
margin-left  : auto;
margin-right : auto;
}
.icon-wrapper-top-left:after,
.icon-wrapper-top-right:after {
content : "";
display : block;
float   : none;
clear   : both;
}
.icon-wrapper-top-left .icon {
float : left;
}
.icon-wrapper-top-right .icon {
float : right;
}
.icon-content-wrapper { }
@media (min-width : 1200px) {
.icon-box-boxed {
padding-left  : 40px;
padding-right : 40px;
}
}
@media (min-width : 768px) {
.icon-box-boxed {
padding-left  : 25px;
padding-right : 25px;
}
}
@media (max-width : 425px) {
.icon-wrapper,
.icon-content-wrapper {
float : none !important;
width : 100% !important;
}
.icon-wrapper .icon {
float        : none !important;
margin-left  : auto !important;
margin-right : auto !important;
}
.icon-content-wrapper {
text-align : center !important;
}
.icon-content-wrapper .vc_icon_element-icon {
float          : none !important;
vertical-align : text-top;
}
}
.overlay-black::before {
display : block !important;
}
.subscribe-overlay:before {
display            : block !important;
content            : "" !important;
position           : absolute;
top                : 0;
left               : 0;
width              : 100%;
height             : 100%;
-webkit-opacity    : 1;
-moz-opacity       : 1;
-o-opacity         : 1;
-ms-opacity        : 1;
-khtml-opacity     : 1;
opacity            : 1;
-webkit-transition : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-moz-transition    : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition      : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition         : opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
z-index            : 1;
}
.subscribe-overlay > * {
position : inherit;
z-index  : 2;
}
.rev_slider p {
white-space : normal;
}
.rev_slider .icon-box h5 {
font-size   : 21px !important;
font-weight : 400 !important;
}
.rev_slider .icon-box p {
font-size   : 14px !important;
line-height : 16px !important;
} .sa-gallery-3d {
width               : 30%;
height              : 140px;
position            : relative;
margin              : 0 auto 40px;
-webkit-perspective : 1100px;
-moz-perspective    : 1100px;
perspective         : 1100px;
}
.sa-3d-gallery-container {
position : relative;
overflow : hidden;
}
.sa-3d-gallery-container .btn-group {
width    : 100%;
position : absolute;
top      : 50%;
}
.sa-3d-gallery-container .btn-group .btn-ga-3d {
position         : absolute;
top              : 0;
font-size        : 36px;
color            : #818181;
background-color : transparent;
border           : 0;
}
.sa-3d-gallery-container .btn-group .btn-ga-3d:hover {
color : #a1a1a1;
}
.sa-3d-gallery-container .btn-group .btn-ga-3d.ga-3d-prev {
left : 0;
}
.sa-3d-gallery-container .btn-group .btn-ga-3d.ga-3d-next {
right : 0;
}
@media (max-width : 992px) {
.sa-gallery-3d {
width : 32%;
}
}
@media (max-width : 768px) {
.sa-gallery-3d {
width : 35%;
}
}
@media (max-width : 425px) {
.sa-gallery-3d {
width : 85%;
}
} .sm-table {
display : table;
}
.sm-table-cell {
display        : table-cell;
vertical-align : middle;
float          : none;
}
@media (max-width : 767px) {
.sm-table,
.sm-table-cell {
display : block;
}
} .page-links {
clear   : both;
padding : 24px 0;
}
.page-links .page-number {
padding : 7px 14px;
} .post-password-form {
margin-bottom : 18px;
}
.post-password-form [name="post_password"] {
padding          : 3px 8px;
background-color : transparent;
border           : 1px solid #a4a9b4;
}
.post-password-form [name="Submit"] {
padding          : 10px 27px;
background-color : #72c400;
border           : 1px solid #72c400;
line-height      : 14px;
font-weight      : 700;
color            : #1a1c20;
}
.video-player .videopress-placeholder {
margin-top : 40px;
} .video-max-width {
max-width : 100%;
}
[data-parallax-type] img.parallax-type-bubble {
position : absolute;
}
.hidden-element {
display : none;
}
.lazy {
opacity : 0;
}
.lazy-loaded {
-webkit-animation : fadeIn 1s ease-in-out;
-o-animation      : fadeIn 1s ease-in-out;
animation         : fadeIn 1s ease-in-out;
}
.raiseapp-instagram-widget li {
width   : 100%;
float   : left;
padding : 0;
}
.raiseapp-instagram-widget-col-1 li {
width : 100%;
}
.raiseapp-instagram-widget-col-2 li {
width : 50%;
}
.raiseapp-instagram-widget-col-3 li {
width : 33.33%;
}
.raiseapp-instagram-widget-col-4 li {
width : 25%;
}
.raiseapp-instagram-widget-col-5 li {
width : 20%;
}
.raiseapp-instagram-widget-col-6 li {
width : 16.66%;
}
@media all and (max-width : 640px) {
.raiseapp-instagram-widget-col-3 li,
.raiseapp-instagram-widget-col-4 li,
.raiseapp-instagram-widget-col-5 li,
.raiseapp-instagram-widget-col-6 li {
width : 50%;
}
}
@media all and (max-width : 480px) {
.raiseapp-instagram-widget li {
width : 100%;
}
}.blog-row.blog-standard.sticky:before,
.blog-list-item.sticky:before,
.blog-list-item.status-sticky:before {
content           : "\e031";
position          : absolute;
top               : -15px;
left              : 0;
z-index           : 9;
display           : block;
font-family       : "simple-line-icons";
font-weight       : 700;
font-size         : 32px;
color             : #00d5c3;
-webkit-transform : rotate(-75deg);
-moz-transform    : rotate(-75deg);
transform         : rotate(-75deg);
}
.blog-row.blog-standard.sticky,
.blog-list-item.sticky,
.blog-list-item.status-sticky {
position : relative;
} .blog-row.blog-standard.sticky {
position         : relative;
margin           : 30px 0;
padding          : 20px;
background-color : #232935;
}
.blog-row.blog-standard.sticky .blog-col {
padding : 0;
}
.blog-row.blog-standard.sticky:before {
top  : -20px;
left : 5px;
}
.blog-row.blog-standard.sticky .divider {
display : none;
}
@media (min-width : 992px) {
.blog-row.blog-standard.sticky:not(.format-image) .blog-image,
.blog-row.blog-standard.sticky .blog-foot {
margin-bottom : 0;
}
} .blog-timeline-item.blog-list-item.sticky:before,
.blog-grid-2-item.blog-list-item.sticky:before {
left              : auto;
right             : 0;
-webkit-transform : rotate(-15deg);
-moz-transform    : rotate(-15deg);
-ms-transform     : rotate(-15deg);
-o-transform      : rotate(-15deg);
transform         : rotate(-15deg);
}
.blog-compacttimeline-item.sticky .blog-content {
padding          : 10px 0;
background-color : #242935;
}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}* html>body .clearfix{display:inline-block;width:100%}* html .clearfix{height:1%}#lightboxIframe{display:none}#overlay{position:absolute;top:0;left:0;z-index:10090;width:100%;height:500px;background-color:#000;filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;display:none}#lightbox{position:absolute;left:0;width:100%;z-index:10100;line-height:0}#jqlb_spinner{height:32px;background-image:url(https://www.santedonnacona.com/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/loading.gif);background-repeat:no-repeat;background-position:center center}#jqlb_closelabel{height:22px;width:66px;background-image:url(https://www.santedonnacona.com/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/closelabel.gif);background-repeat:no-repeat;background-position:center center}#lightbox a img{border:none}#outerImageContainer{position:relative;background-color:#fff;width:300px;height:300px;margin:0 auto}#imageContainer{padding:10px;text-align:center}#lightboxImage{margin-left:auto;margin-right:auto;}#jqlb_loading{position:absolute;top:40%;left:0;height:25%;width:100%;line-height:0}#hoverNav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}#imageContainer>#hoverNav{left:0}#hoverNav a{outline:0}#nextLink,#prevLink{width:45%;height:100%;background:transparent url(https://www.santedonnacona.com/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/blank.gif) no-repeat;display:block}#prevLink{left:0;float:left}#nextLink{right:0;float:right}#prevLink:hover,#prevLink:visited:hover{background:url(https://www.santedonnacona.com/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/prev.gif) left 50% no-repeat}#nextLink:hover,#nextLink:visited:hover{background:url(https://www.santedonnacona.com/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/next.gif) right 50% no-repeat}#imageDataContainer{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;color:#000;margin:0 auto;line-height:1.4em}#imageData{padding:0 10px}.ontop #imageData{padding-top:5px}#imageData #imageDetails{float:left;text-align:left;margin-bottom:10px;width:80%;width:-moz-calc(100% - 80px);width:-webkit-calc(100% - 80px);width:-o-calc(100% - 80px);width:calc(100% - 80px)}#imageData #imageDetails #titleAndCaption #titleText{font-weight:700}#imageData #imageDetails #titleAndCaption #captionText{font-weight:400}#imageData #imageDetails #controls{margin:0;white-space:nowrap}#imageData #bottomNav #bottomNavClose{height:22px;width:66px;float:right;margin-bottom:10px}#lightbox {
position: fixed;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%);
}
#imageContainer {
position: relative;
height: 100%;
box-sizing: border-box;
}
#imageDataContainer {
position: relative;
}
#imageDataContainer.hide {
display: none;
}
#newHoverNav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
display: flex;
justify-content: space-between;
align-items: center;
}
#prevArrow,
#nextArrow {
color: black;
background: rgba(255,255,255,.7);
font-size: 40px;
position: relative;
display: none;
padding: 8px 10px 8px 6px;
cursor: pointer;
width: 46px;
height: 46px;
box-sizing: border-box;
}
#nextArrow {
padding: 8px 6px 8px 10px;
}
#prevArrow.fixed,
#nextArrow.fixed {
position: fixed;
display:block;
top: 50%;
left: 1%;
transform: translate(0, -50%);
border-radius: 2px;
}
#nextArrow.fixed {
right: 1%;
left: auto;
}
@media screen and (max-width: 800px) {
#prevArrow.fixed,
#nextArrow.fixed {
border-radius: 2px;
}
#prevArrow.fixed {
left: 0;
}
#nextArrow.fixed {
right: 0;
}
}
#imageContainer:hover #prevArrow,
#imageContainer:hover #nextArrow {
display:block;
}
#imageData {
display: flex;
justify-content: space-between;
align-items: center;
padding: 4px 10px 8px;
}
#imageData #imageDetails {
margin-bottom: 0;
}
#imageData #bottomNav #bottomNavClose {
margin-bottom: 0;
}
#jqlb_loading {
top: 45%;
} #prevArrow.touch-device,
#nextArrow.touch-device {
display: block;
}
#prevLink.touch-device,
#nextLink.touch-device {
position: absolute;
top: 50%;
transform: translateY(-50%);
height: 40px;
width: 40px;
float: none;
}
#prevLink.touch-device {
left: 0;
background: url(https://www.santedonnacona.com/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/prev.gif) center center no-repeat;
}
#nextLink.touch-device {
right: 0;
background: url(https://www.santedonnacona.com/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/next.gif) center center no-repeat;
}
#imageDataContainer {
position: relative;
z-index: 20px;
}