@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('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: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

.fa-rotate-90 {
  -ms-filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

body {
  overflow-x: hidden !important;
  background: #fff !important;
}

html {
  scroll-behavior: smooth;
}

.yarpp_pro_msg {
  border: 1px ridge #d0d0d0;
  padding: 0.4em 2em 0.8em;
  text-align: justify;
}

.yarpp_pro_msg strong {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: orange;
}

.yarpp_help {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
}

.yarpp_help_msg {
  position: absolute;
  left: 25px;
  display: none;
  border: 1px solid #d0d0d0;
  width: 250px;
  text-align: justify;
  padding: 10px 15px;
  background-color: #FFF;
  box-shadow: 0 0 0.4em -0.15em #333;
  z-index: 100;
}

.yarpp_help:hover .yarpp_help_msg {
  display: block;
}

.bx-wrapper {
  position: relative;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

.bx-wrapper .bx-prev {
  right: 20px;
  background: url(images/prev.png) no-repeat;
}

.bx-wrapper .bx-next {
  right: 0px;
  background: url(images/next.png) no-repeat;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
  opacity: 1;
}

.bx-wrapper .bx-next:hover {
  background-position: 0 0;
  opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
  border-bottom: medium none;
  height: 16px;
  margin-top: -8px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: -10px;
  width: 16px;
  z-index: 9999;
  opacity: 0.5;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.aptf-clearfix:before,
.aptf-clearfix:after {
  content: "";
  display: table;
}

.aptf-clearfix:after {
  clear: both;
}

.aptf-single-tweet-wrapper {
  clear: both;
  float: left;
  margin-bottom: 20px;
  width: 100%;
  font-size: 100%;
}

.aptf-tweet-content {
  line-height: 1.5;
  word-wrap: break-word;
}

.aptf-tweet-date {
  float: left;
}

.aptf-tweet-date p {
  margin-bottom: 0;
}

.aptf-tweet-actions-wrapper {
  float: right;
}

.aptf-tweet-content .aptf-tweet-name {
  font-weight: bold;
  border-bottom: none !important;
  text-decoration: none !important;
}

.aptf-tweet-username {
  color: #999;
}

.aptf-tweet-actions a {
  color: #999;
  border-bottom: none !important;
  text-decoration: none !important;
  margin-right: 5px;
}

.aptf-tweet-actions a .aptf-count {
  font-size: 0.85em;
  padding: 0 4px;
}

.aptf-tweet-media {
  margin: 10px 0;
}

.aptf-tweet-media img {
  max-width: 100% !important;
}

.aptf-timestamp {
  margin: 0 !important;
  font-weight: normal;
}

.aptf-timestamp a {
  font-size: 0.95em;
}

#primary .aptf-timestamp a {
  font-size: 0.75em;
}

.aptf-timestamp a {
  border-bottom: none !important;
  text-decoration: none !important;
}

.aptf-follow-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  max-width: 100%;
  font-size: 0.875em;
  padding: 0.438em 1em;
}

.aptf-follow-btn a {
  border-bottom: none !important;
  text-decoration: none !important;
}

.aptf-center-align {
  text-align: center;
}

.aptf-seperator {
  padding: 8px;
}

.aptf-tweet-media {
  margin-left: -0.3em;
  margin-right: -0.3em;
}

.aptf-tweet-media:before,
.aptf-tweet-media:after {
  content: "";
  display: table;
}

.aptf-tweet-media:after {
  clear: both;
}

.aptf-tweet-media .aptf-each-media {
  box-sizing: border-box;
  padding: 0.3em;
}

.aptf-tweet-media .aptf-each-media>a {
  position: relative;
  display: block;
}

.aptf-tweet-media .aptf-each-media>a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
}

.aptf-tweet-media .aptf-each-media>a:hover:after {
  content: "\f002";
  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;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -10px;
}

.aptf-tweet-media .aptf-each-media.aptf-media-thumb {
  margin: 0;
  padding: 0;
  width: 33.33333333%;
  display: inline-block !important;
  padding: 0.3em;
  float: left;
}

.aptf-tweet-media .aptf-each-media.aptf-media-thumb img {
  width: 100%;
  height: auto !important;
}

.aptf-tweets-slider-wrapper:before,
.aptf-tweets-slider-wrapper:after {
  content: "";
  display: table;
}

.aptf-tweets-slider-wrapper:after {
  clear: both;
}

.bx-wrapper .bx-viewport .aptf-single-tweet-wrapper {
  clear: none;
}

.aptf-template-1 .aptf-tweet-content {
  background: #EEE;
  position: relative;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 0.938em;
  font-size: 0.875em;
  line-height: 1.5;
}

.aptf-template-1 .aptf-tweet-content a {
  color: #00b0ed !important;
  border-bottom: none !important;
}

.aptf-template-1 .aptf-tweet-content a:hover {
  color: #5f88a2 !important;
}

.aptf-template-1 .aptf-tweet-content .aptf-tweet-actions a {
  margin: 0 3px;
}

.aptf-template-1 .aptf-tweet-content:after {
  content: ' ';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #EEE;
  bottom: -10px;
  height: 0;
  position: absolute;
  width: 0;
}

.aptf-template-1 .aptf-tweet-content:after,
.aptf-template-1 .aptf-tweet-content:before {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.aptf-template-1 .aptf-tweet-content:after {
  border-color: rgba(238, 238, 238, 0);
  border-top-color: #EEE;
  border-width: 6px;
  margin-left: -15px;
}

.aptf-template-1 .aptf-tweet-content:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #CCC;
  border-width: 7px;
  margin-left: -16px;
}

.aptf-template-1 .aptf-tweet-actions {
  background: none repeat scroll 0 0 #fff;
  border-radius: 20px;
  display: none;
  padding: 2px 10px;
  position: absolute;
  right: 15px;
  top: 10px;
}

.aptf-template-1 .aptf-tweet-content:hover .aptf-tweet-actions {
  display: block;
}

.aptf-template-1 .aptf-tweet-name {
  border-bottom: medium none !important;
  display: inline-block;
  font-weight: bold;
  padding-top: 16px;
  text-decoration: none;
  font-size: 0.938em;
}

.aptf-template-1 .aptf-tweet-name img {
  width: 3.125em !important;
  height: auto !important;
  display: inline-block !important;
  vertical-align: middle;
}

.aptf-template-1 .aptf-tweet-date {
  display: inline-block;
  float: none;
}

.aptf-template-1 .aptf-follow-btn {
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.aptf-template-1 .aptf-follow-btn a {
  color: #333333 !important;
}

.aptf-template-1 .aptf-follow-btn a .fa-twitter {
  color: #00acee !important;
}

.aptf-template-1 .aptf-follow-btn a:hover {
  color: #707070 !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

.aptf-template-1 .aptf-timestamp a {
  font-size: 0.750em;
}

.aptf-template-1 .aptf-tweet-box {
  color: #333;
}

.aptf-template-2 {
  line-height: 1.5;
}

.aptf-template-2 .aptf-tweet-name {
  font-size: 1em;
  text-decoration: none;
  border-bottom: none;
}

.aptf-template-2 .aptf-tweet-username {
  font-size: 0.75em;
}

.aptf-template-2 .aptf-tweet-content {
  font-size: 0.875em;
}

.aptf-template-2 .aptf-tweet-content .clear {
  margin-bottom: 8px;
}

.aptf-template-2 .aptf-tweet-date {
  margin-top: 10px;
  font-size: 0.75em;
}

.aptf-template-2 .aptf-tweet-actions-wrapper {
  margin-top: 7px;
}

.aptf-template-2 .aptf-follow-btn {
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.aptf-template-2 .aptf-follow-btn a {
  color: #333333 !important;
}

.aptf-template-2 .aptf-follow-btn a .fa-twitter {
  color: #00acee !important;
}

.aptf-template-2 .aptf-follow-btn a:hover {
  color: #707070 !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

.aptf-template-2 .aptf-tweet-actions a {
  text-decoration: none;
  border-bottom: transparent;
}

.aptf-template-3:before,
.aptf-template-3:after {
  content: "";
  display: table;
}

.aptf-template-3:after {
  clear: both;
}

.aptf-template-3 .aptf-single-tweet-wrapper {
  background: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  clear: both;
  color: #333;
  float: left;
  margin-bottom: 7.5px;
  margin-top: 7.5px;
  padding: 10px;
  width: 100%;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.06);
}

.aptf-template-3 .bx-wrapper .bx-viewport .aptf-single-tweet-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.aptf-template-3 .aptf-timestamp {
  color: #999;
  display: inline-block;
  font-size: 0.875em;
}

.aptf-template-3 .aptf-tweet-actions-wrapper {
  float: none;
  padding: 10px 0 5px;
  width: auto;
  box-sizing: border-box;
}

.aptf-template-3 .aptf-tweet-actions-wrapper a {
  margin-right: 15%;
  color: #999 !important;
}

.aptf-template-3 .aptf-tweet-actions-wrapper a:hover {
  color: #595959 !important;
}

.aptf-template-3 .clear {
  margin-bottom: 10px;
}

.aptf-template-3 .aptf-tweet-content:after {
  top: 100%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.aptf-template-3 .aptf-tweet-content a {
  color: #0074a2 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.aptf-template-3 .aptf-tweet-content a:hover {
  color: #002b3c !important;
}

.aptf-template-3 .aptf-follow-btn {
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.aptf-template-3 .aptf-follow-btn a {
  color: #333333 !important;
}

.aptf-template-3 .aptf-follow-btn a .fa-twitter {
  color: #00acee !important;
}

.aptf-template-3 .aptf-follow-btn a:hover {
  color: #707070 !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

.aptf-template-4 {
  line-height: 1.5;
}

.aptf-template-4 .aptf-timestamp {
  font-size: 0.75em;
  box-sizing: border-box;
  padding-bottom: 7px;
  vertical-align: middle;
  display: block;
}

.aptf-template-4 .aptf-display-name {
  color: #fff;
}

.aptf-template-4 .aptf-tweet-username {
  font-weight: 300;
  font-size: 0.85em;
  color: #d3dae0 !important;
}

.aptf-template-4 .aptf-single-tweet-wrapper {
  margin: 0 0 1.5em;
  position: relative;
  width: 100%;
  float: none;
  box-sizing: border-box;
}

.aptf-template-4 .aptf-single-tweet-wrapper:before,
.aptf-template-4 .aptf-single-tweet-wrapper:after {
  content: "";
  display: table;
}

.aptf-template-4 .aptf-single-tweet-wrapper:after {
  clear: both;
}

.aptf-template-4 .aptf-tweet-content {
  background: #4982ab;
  padding: 1.875em 1.438em;
  font-size: 0.875em;
  color: #d3dae0;
}

.aptf-template-4 .aptf-tweet-content:before,
.aptf-template-4 .aptf-tweet-content:after {
  content: "";
  display: table;
}

.aptf-template-4 .aptf-tweet-content:after {
  clear: both;
}

.aptf-template-4 .aptf-tweet-content .clear {
  margin-bottom: 5px;
}

.aptf-template-4 .aptf-tweet-content a {
  color: #88d8fd !important;
  border-bottom: none !important;
  text-decoration: none !important;
}

.aptf-template-4 .aptf-tweet-content a:hover {
  color: #025b84 !important;
}

.aptf-template-4 .aptf-tweet-actions {
  float: none;
  text-align: left;
  margin-top: 7px;
}

.aptf-template-4 .aptf-tweet-actions a {
  color: #d3dae0 !important;
  margin-right: 10px;
}

.aptf-template-4 .aptf-tweet-actions a:hover {
  color: #025b84 !important;
}

.aptf-template-4 .aptf-follow-btn {
  margin-top: 0px;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.aptf-template-4 .aptf-follow-btn a {
  color: #333333 !important;
}

.aptf-template-4 .aptf-follow-btn a .fa-twitter {
  color: #00acee !important;
}

.aptf-template-4 .aptf-follow-btn a:hover {
  color: #707070 !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

.aptf-template-4 .bx-wrapper .bx-controls-direction a {
  top: 12px;
}

.aptf-template-5 .aptf-tweet-content {
  border-radius: 3px;
  padding: 0.9rem;
  background: #252525;
  color: #ebebeb !important;
  position: relative;
  margin-bottom: 10px;
  font-size: 0.875em;
  line-height: 1.5;
}

.aptf-template-5 .aptf-tweet-content:after {
  content: "";
  border-top: 7px solid #252525;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  bottom: -7px;
}

.aptf-template-5 .aptf-tweet-box {
  color: #f1f1f1;
}

.aptf-template-5 .aptf-tweet-box a {
  color: #026890 !important;
}

.aptf-template-5 .aptf-tweet-box a:hover {
  text-decoration: underline;
}

.aptf-template-5 .aptf-tweet-screenName {
  font-weight: bold;
}

.aptf-template-5 .aptf-tweet-screenName .fa-twitter {
  color: #55acee !important;
}

.aptf-template-5 .aptf-tweet-box-footer {
  margin-bottom: 5px;
}

.aptf-template-5 .aptf-tweet-box-footer a {
  font-weight: 300;
}

.aptf-template-5 .aptf-timestamp {
  float: right;
  font-size: 0.813em;
  line-height: 1.5;
  position: relative;
  top: 4px;
}

.aptf-template-5 .aptf-tweet-actions {
  float: none;
  padding: 10px 0;
}

.aptf-template-5 .aptf-tweet-actions a {
  color: #f1f1f1 !important;
  margin-right: 15%;
}

.aptf-template-5 .aptf-tweet-name {
  font-size: 0.938em;
}

.aptf-template-5 .aptf-single-tweet-wrapper {
  margin-bottom: 0;
  margin-top: 20px;
}

.aptf-template-5 .aptf-single-tweet-wrapper:first-child {
  margin-top: 0;
}

.aptf-template-5 .aptf-single-tweet-wrapper {
  float: none;
}

.aptf-template-5 .aptf-follow-btn {
  margin-top: 15px;
  background: #252525;
  border-radius: 3px;
  border: none;
  display: block;
  text-shadow: none;
  line-height: 35px;
  height: auto;
  text-align: center;
}

.aptf-template-5 .aptf-follow-btn a {
  color: #fff !important;
}

.aptf-template-5 .aptf-follow-btn a:hover,
.aptf-template-5 .aptf-follow-btn a:focus,
.aptf-template-5 .aptf-follow-btn a:active {
  color: inherit;
}

.aptf-template-5 .aptf-follow-btn .label {
  padding-left: 10px;
  white-space: normal;
}

.aptf-template-5 .aptf-follow-btn:hover,
.aptf-template-5 .aptf-follow-btn:active {
  background: #6abdf7;
}

.aptf-template-5 .bx-wrapper .bx-viewport .aptf-single-tweet-wrapper {
  margin: 0;
}

.aptf-template-6 {
  line-height: 1.5;
}

.aptf-template-6:before,
.aptf-template-6:after {
  content: "";
  display: table;
}

.aptf-template-6:after {
  clear: both;
}

.aptf-template-6 .aptf-tweet-content {
  padding: 0.750rem 2rem 0;
  text-align: center;
}

.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow {
  position: relative;
  height: 29px;
  width: 100%;
  display: table;
}

.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow span {
  display: table-cell;
}

.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow .aptf-shadow-left,
.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow .aptf-shadow-right,
.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow .aptf-shadow-tleft,
.aptf-template-6 .aptf-single-tweet-wrapper .aptf-shadow .aptf-shadow-tright {
  width: 129px;
  background-repeat: no-repeat;
}

.aptf-template-6 .aptf-tweet-quote-left {
  float: left;
}

.aptf-template-6 .aptf-tweet-quote-right {
  float: right;
}

.aptf-template-6 .aptf-tweet-actions {
  float: none;
  text-align: center;
}

.aptf-template-6 .aptf-tweet-actions a {
  color: inherit;
  display: inline-block;
  margin: 10px 10px 0;
}

.aptf-template-6 .aptf-timestamp {
  text-align: center;
  font-size: 0.875em;
}

.aptf-template-6 .aptf-user-info {
  text-align: center;
  margin: 16px 0;
  font-weight: 300;
  font-size: 0.875em;
  font-weight: 300;
}

.aptf-template-6 .aptf-user-info .fa-twitter {
  color: #5ea9dd;
}

.aptf-template-6 .aptf-user-info .aptf-screenName {
  font-weight: bold;
  padding-left: 5px;
  font-size: 1.2em;
}

.aptf-template-6 .aptf-each-media {
  padding: 0.8em;
}

.aptf-template-6 .aptf-follow-btn {
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.aptf-template-6 .aptf-follow-btn a {
  color: #333333 !important;
}

.aptf-template-6 .aptf-follow-btn a .fa-twitter {
  color: #00acee !important;
}

.aptf-template-6 .aptf-follow-btn a:hover {
  color: #707070 !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

.aptf-template-6 .bx-wrapper .bx-controls-direction a {
  top: 48%;
  opacity: 0;
}

.aptf-template-6 .bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}

.aptf-template-6 .bx-wrapper .bx-prev {
  left: 15px;
}

.aptf-template-6 .bx-wrapper .bx-next {
  right: 15px;
}

.aptf-template-7 {
  line-height: 1.5;
  text-align: center;
}

.aptf-template-7 .aptf-single-tweet-wrapper {
  margin: 10px 0;
}

.aptf-template-7 .aptf-tweet-name {
  display: block;
}

.aptf-template-7 .aptf-tweet-name img {
  margin: 0 auto;
  width: auto;
  height: auto;
  background: #fff;
  padding: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.aptf-template-7 .aptf-tweet-name .aptf-screen-name {
  margin: 5px 0;
}

.aptf-template-7 .aptf-tweet-name .aptf-screen-name:before {
  content: "";
  clear: both;
  display: block;
  margin-top: 7px;
}

.aptf-template-7 .aptf-user-name {
  font-size: 0.875em;
  font-weight: 300;
}

.aptf-template-7 .aptf-timestamp {
  margin: 5px 0;
  font-size: 0.875em;
  font-weight: 300;
}

.aptf-template-7 .aptf-tweet-actions {
  float: none;
  margin-top: 5px;
  text-align: center;
}

.aptf-template-7 .aptf-tweet-actions a {
  display: inline-block;
  margin: 0 10px;
}

.aptf-template-7 .aptf-follow-btn {
  background-color: #5ea9dd;
  border-radius: 3px;
}

.aptf-template-7 .aptf-follow-btn a {
  color: #fff !important;
}

.aptf-template-7 .aptf-follow-btn a .fa-twitter {
  color: #fff !important;
}

.aptf-template-7 .aptf-follow-btn a:hover {
  color: #fff !important;
}

.aptf-template-7 .aptf-follow-btn:hover {
  background-color: #2577b0;
}

.aptf-template-7 .bx-wrapper .bx-viewport .aptf-single-tweet-wrapper {
  margin: 0;
}

.aptf-template-7 .bx-wrapper .bx-viewport .aptf-tweet-content {
  padding: 0.750rem 2rem 0;
}

.aptf-template-7 .bx-wrapper .bx-controls-direction a {
  top: 48%;
  opacity: 0;
}

.aptf-template-7 .bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}

.aptf-template-7 .bx-wrapper .bx-prev {
  left: 0;
}

.aptf-template-7 .bx-wrapper .bx-next {
  right: 0;
}

.aptf-template-8 {
  line-height: 1.5;
}

.aptf-template-8 .aptf-tweet-content {
  padding-left: 26px;
  position: relative;
}

.aptf-template-8 .aptf-tweet-content:before {
  content: "\f099";
  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;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #5ea9dd !important;
  position: absolute;
  top: 5px;
  left: 0;
}

.aptf-template-8 .aptf-tweet-header {
  margin-bottom: 10px;
}

.aptf-template-8 .aptf-tweet-username {
  font-weight: 300;
  font-size: 0.875em;
}

.aptf-template-8 .aptf-timestamp {
  font-size: 0.875em;
  float: right;
  position: relative;
  top: 3px;
}

.aptf-template-8 .aptf-tweet-actions {
  float: none;
  margin-top: 5px;
  padding-left: 26px;
  text-align: left;
}

.aptf-template-8 .aptf-tweet-actions a {
  display: inline-block;
  margin: 0 10px;
}

.aptf-template-8 .aptf-tweet-actions a:first-child {
  margin-left: 0;
}

.aptf-template-8 .aptf-follow-btn {
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.aptf-template-8 .aptf-follow-btn a {
  color: #333333 !important;
}

.aptf-template-8 .aptf-follow-btn a .fa-twitter {
  color: #00acee !important;
}

.aptf-template-8 .aptf-follow-btn a:hover {
  color: #707070 !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

.aptf-template-9 .aptf-tweet-content {
  border-radius: 3px;
  padding: 0.9rem;
  background: #fff;
  border: 1px solid #5ea9dd;
  position: relative;
  margin-bottom: 10px;
  font-size: 0.875em;
  line-height: 1.5;
  color: #363636 !important;
}

.aptf-template-9 .aptf-tweet-content:before {
  content: "";
  border-top: 7px solid #5ea9dd;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  bottom: -7px;
}

.aptf-template-9 .aptf-tweet-content:after {
  content: "";
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  margin-left: 1px;
  bottom: -6px;
}

.aptf-template-9 .aptf-tweet-content a {
  color: #025b84 !important;
  border-bottom: none !important;
  text-decoration: none !important;
}

.aptf-template-9 .aptf-tweet-screenName {
  font-weight: bold;
  color: #5c5c5c;
}

.aptf-template-9 .aptf-tweet-box-footer {
  margin-bottom: 5px;
}

.aptf-template-9 .aptf-tweet-box-footer .fa-twitter {
  color: #5ea9dd !important;
  vertical-align: middle;
  margin-top: -3px;
}

.aptf-template-9 .aptf-tweet-box-footer a {
  font-weight: 300;
}

.aptf-template-9 .aptf-timestamp {
  float: right;
  font-size: 0.85em;
  line-height: 1.5;
  position: relative;
  top: 4px;
}

.aptf-template-9 .aptf-tweet-actions {
  float: none;
  padding: 10px 0;
}

.aptf-template-9 .aptf-tweet-actions a {
  margin-right: 15%;
  color: #464646;
}

.aptf-template-9 .aptf-tweet-name {
  font-size: 0.85em;
  font-weight: 300;
  border-bottom: none !important;
  text-decoration: none !important;
}

.aptf-template-9 .aptf-single-tweet-wrapper {
  margin-bottom: 0;
  margin-top: 20px;
}

.aptf-template-9 .aptf-single-tweet-wrapper:first-child {
  margin-top: 0;
}

.aptf-template-9 .bx-wrapper .bx-viewport .aptf-single-tweet-wrapper {
  margin: 0;
}

.aptf-template-9 .aptf-single-tweet-wrapper {
  float: none;
}

.aptf-template-9 .aptf-follow-btn {
  margin-top: 15px;
  background: #5ea9dd;
  border-radius: 3px;
  border: none;
  display: block;
  text-shadow: none;
  line-height: 35px;
  height: auto;
  text-align: center;
}

.aptf-template-9 .aptf-follow-btn a {
  color: #fff !important;
}

.aptf-template-9 .aptf-follow-btn a:hover,
.aptf-template-9 .aptf-follow-btn a:focus,
.aptf-template-9 .aptf-follow-btn a:active {
  color: inherit;
}

.aptf-template-9 .aptf-follow-btn .label {
  padding-left: 10px;
  white-space: normal;
}

.aptf-template-9 .aptf-follow-btn:hover,
.aptf-template-9 .aptf-follow-btn:active {
  background: #6abdf7;
}

.aptf-template-10 {
  line-height: 1.5;
}

.aptf-template-10 .aptf-timestamp {
  font-size: 0.75em;
  box-sizing: border-box;
  padding-bottom: 7px;
  vertical-align: middle;
  display: block;
}

.aptf-template-10 .aptf-display-name {
  color: #363636;
}

.aptf-template-10 .aptf-tweet-username {
  font-weight: 300;
  font-size: 0.85em;
  color: #424242 !important;
}

.aptf-template-10 .aptf-single-tweet-wrapper {
  margin: 0 0 1.5em;
  position: relative;
  width: 100%;
  float: none;
  box-sizing: border-box;
}

.aptf-template-10 .aptf-single-tweet-wrapper:before,
.aptf-template-10 .aptf-single-tweet-wrapper:after {
  content: "";
  display: table;
}

.aptf-template-10 .aptf-single-tweet-wrapper:after {
  clear: both;
}

.aptf-template-10 .aptf-tweet-content {
  background: #ebebeb;
  padding: 1.875em 1.438em;
  font-size: 0.875em;
  color: #363636;
}

.aptf-template-10 .aptf-tweet-content:before,
.aptf-template-10 .aptf-tweet-content:after {
  content: "";
  display: table;
}

.aptf-template-10 .aptf-tweet-content:after {
  clear: both;
}

.aptf-template-10 .aptf-tweet-content .clear {
  margin-bottom: 5px;
}

.aptf-template-10 .aptf-tweet-content a {
  color: #025b84 !important;
}

.aptf-template-10 .aptf-tweet-content a:hover {
  color: #001620;
}

.aptf-template-10 .aptf-tweet-actions {
  float: none;
  text-align: left;
  margin-top: 7px;
}

.aptf-template-10 .aptf-tweet-actions a {
  color: #464646 !important;
  margin-right: 10px;
}

.aptf-template-10 .aptf-tweet-actions a:hover {
  color: #025b84 !important;
}

.aptf-template-10 .aptf-follow-btn {
  margin-top: 0px;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.aptf-template-10 .aptf-follow-btn a {
  color: #333333 !important;
}

.aptf-template-10 .aptf-follow-btn a .fa-twitter {
  color: #00acee !important;
}

.aptf-template-10 .aptf-follow-btn a:hover {
  color: #707070 !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

.aptf-template-11 {
  background: #5ea9dd;
  border-radius: 3px;
  padding: 0.9rem;
  line-height: 1.5;
}

.aptf-template-11 .aptf-tweet-content {
  font-size: 0.875em;
}

.aptf-template-11:before,
.aptf-template-11:after {
  content: "";
  display: table;
}

.aptf-template-11:after {
  clear: both;
}

.aptf-template-11 .aptf-tweet-box {
  color: #f1f1f1 !important;
}

.aptf-template-11 .aptf-tweet-box a {
  color: #026890 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.aptf-template-11 .aptf-tweet-box a:hover {
  color: black !important;
}

.aptf-template-11 a {
  color: #026890 !important;
}

.aptf-template-11 .aptf-tweet-screenName {
  font-weight: bold;
  color: #fff;
}

.aptf-template-11 .aptf-tweet-box-header {
  margin-bottom: 5px;
}

.aptf-template-11 .aptf-tweet-box-header a {
  color: #f1f1f1 !important;
  font-weight: 300;
}

.aptf-template-11 .aptf-timestamp {
  float: right;
  line-height: 1.5;
  position: relative;
  top: 4px;
  font-size: 0.813em;
}

.aptf-template-11 .aptf-tweet-actions {
  float: none;
  padding: 10px 0;
}

.aptf-template-11 .aptf-tweet-actions a {
  color: #f1f1f1 !important;
  margin-right: 15%;
}

.aptf-template-11 .aptf-single-tweet-wrapper {
  margin-bottom: 0;
  margin-top: 5px;
  padding-bottom: 20px;
}

.aptf-template-11 .aptf-single-tweet-wrapper:first-child {
  margin-top: 0;
}

.aptf-template-11 .aptf-single-tweet-wrapper:before {
  content: "";
  display: block;
  background: #599dcf;
  height: 1px;
  margin-left: -0.9rem;
  margin-right: -0.9rem;
  position: relative;
  top: -13px;
}

.aptf-template-11 .aptf-single-tweet-wrapper:first-child:before {
  display: none;
}

.aptf-template-11 .aptf-single-tweet-wrapper {
  float: none;
}

.aptf-template-11 .aptf-follow-btn {
  background: #4b84ad;
  border-radius: 0 0 3px 3px;
  border: none;
  display: block;
  text-shadow: none;
  line-height: 35px;
  height: auto;
  font-size: 1em;
  text-align: center;
}

.aptf-template-11 .aptf-follow-btn a {
  color: #fff !important;
}

.aptf-template-11 .aptf-follow-btn a:hover,
.aptf-template-11 .aptf-follow-btn a:focus,
.aptf-template-11 .aptf-follow-btn a:active {
  color: #fff !important;
}

.aptf-template-11 .aptf-follow-btn .label {
  padding-left: 10px;
  white-space: normal;
}

.aptf-template-11 .aptf-follow-btn:hover,
.aptf-template-11 .aptf-follow-btn:active {
  background: #6abdf7;
}

.aptf-template-11 .aptf-center-align {
  margin-left: -0.9rem;
  margin-right: -0.9rem;
  margin-bottom: -0.9rem;
}

.aptf-template-11 .aptf-tweet-box a:hover {
  text-decoration: underline;
}

.aptf-template-11 .aptf-tweet-actions a:hover {
  color: #fff !important;
}

.aptf-template-12 {
  line-height: 1.5;
  padding-top: 10px;
}

.aptf-template-12 .aptf-single-tweet-wrapper {
  margin: 0;
  position: relative;
  padding-left: 5em;
  width: auto !important;
  float: none;
  box-sizing: border-box;
}

.aptf-template-12 .aptf-tweet-name {
  display: block;
  margin-bottom: 5px;
}

.aptf-template-12 .aptf-timestamp {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75em;
  max-width: 68px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aptf-template-12 .aptf-tweet-content {
  padding-bottom: 1.250em;
  padding-left: 1em;
  padding-right: 0.438em;
  border-left: 1px solid rgba(100, 100, 100, 0.25);
  font-size: 0.875em;
  position: relative;
}

.aptf-template-12 .aptf-tweet-content:before {
  content: "\f099";
  background: #5ea9dd;
  display: inline-block;
  font: normal normal normal 10px/18px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #fff !important;
  position: absolute;
  border-radius: 50%;
  width: 18px;
  height: 19px;
  top: 0px;
  left: -9px;
  text-align: center;
}

.aptf-template-12 .aptf-tweet-actions {
  float: none;
  margin-top: 7px;
}

.aptf-template-12 .aptf-tweet-actions a {
  margin-right: 4px;
}

.aptf-template-12 .aptf-follow-btn {
  margin-top: 15px;
  background-color: #eee;
  background-image: -webkit-linear-gradient(#fff, #dedede);
  background-image: linear-gradient(#fff, #dedede);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.aptf-template-12 .aptf-follow-btn a {
  color: #333333 !important;
}

.aptf-template-12 .aptf-follow-btn a .fa-twitter {
  color: #00acee !important;
}

.aptf-template-12 .aptf-follow-btn a:hover {
  color: #707070 !important;
  color: rgba(51, 51, 51, 0.7) !important;
}

.aptf-slider-template-3 .aptf-single-tweet-wrapper {
  background: none;
  border: none;
  border-radius: 0;
  clear: both;
  box-shadow: none;
}

.aptf-slider-template-3 .bx-viewport {
  background: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.06);
}

.aptf-tweets-ticker-wrapper .aptf-ticker-controls {
  padding: 5px 0;
}

.aptf-tweets-ticker-wrapper .aptf-ticker-controls a {
  text-decoration: none !important;
  border-bottom: none !important;
}

.aptf-tweets-ticker-wrapper .aptf-pro-ticker-main-wrapper .aptf-single-tweet-wrapper {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin: 0 !important;
}

.aptf-tweets-ticker-wrapper.aptf-template-2 .aptf-tweet-actions-wrapper {
  margin-top: -25px;
}

.aptf-tweets-ticker-wrapper.aptf-template-3 .aptf-single-tweet-wrapper {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  box-shadow: 0px 1px 2px 0px black;
}

.aptf-tweets-ticker-wrapper.aptf-template-3 .aptf-single-tweet-wrapper~.aptf-single-tweet-wrapper {
  border-top: none;
  border-radius: 0;
}

.aptf-tweets-ticker-wrapper.aptf-template-3 .aptf-single-tweet-wrapper:last-child {
  border-bottom: 1px solid #b8b8b8;
}

.aptf-tweets-ticker-wrapper.aptf-template-6 .aptf-pro-ticker-main-wrapper .aptf-single-tweet-wrapper {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.aptf-tweets-wrapper a,
.aptf-tweets-ticker-wrapper a,
.aptf-tweets-slider-wrapper a {
  box-shadow: 0 0 0 0 !important;
}

div.wpcf7 {
  margin: 0;
  padding: 0;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
  cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.a-tabs,
.a-tabs>ul,
.a-tabs>ul>li,
.a-tabs>ul>li>a {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
  outline: 0 none;
  text-decoration: none;
  list-style: none;
  list-style-type: none;
}

body .a-tabs {
  padding: 15px 0px;
  display: block;
  margin: 0px;
}

body .a-tabs span.entypo,
body .a-tabs span.entypo-social {
  font-family: 'entypo';
  font-size: 2em;
  width: 24px;
  height: auto;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0.015em;
}

body .a-tabs span.entypo-social {
  font-family: 'entypo-social';
}

body .a-tabs,
body .a-tabs:before,
body .a-tabs:after,
body .a-tabs .a-tab-container,
body .a-tabs>ul>li>a,
body .a-tabs .a-tab-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

body .a-tabs>ul>li,
body .a-tabs>ul>li>a,
body .a-tabs .a-tab-container {
  border-color: #cecece;
  border-style: solid;
}

body .a-tabs>ul.a-tab-nav>li {
  float: left;
  list-style: none;
  list-style-type: none;
  position: relative;
}

body .a-tabs>ul.a-tab-nav>li.a-tab-first {
  -webkit-box-shadow: rgba(0, 0, 0, 0.125) -3px 1px 1px -3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.125) -3px 1px 1px -3px;
  box-shadow: rgba(0, 0, 0, 0.125) -3px 1px 1px -3px;
}

body .a-tabs>ul.a-tab-nav>li.a-tab-last {
  -webkit-box-shadow: rgba(0, 0, 0, 0.125) 3px 1px 1px -3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.125) 3px 1px 1px -3px;
  box-shadow: rgba(0, 0, 0, 0.125) 3px 1px 1px -3px;
}

body .a-tabs>ul.a-tab-nav>li>a {
  color: #111;
  text-shadow: 0 1px #fff;
  line-height: 18px;
  font-weight: inherit;
  font-size: 14px;
  padding: 13px 24px;
  cursor: pointer;
  margin-right: -1px;
  min-height: 1px;
  top: 1px;
  border-width: 1px 1px 0 1px;
  background: #f2f0f0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfcfc), color-stop(50%, #fbf9f9), color-stop(50%, #f7f5f6), color-stop(100%, #f2f0f0));
  background-image: -webkit-linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
  background-image: -moz-linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
  background-image: -o-linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
  background-image: linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
}

body .a-tabs>ul.a-tab-nav>li.a-tab-active {
  top: 2px;
  margin-top: -2px;
  padding-bottom: 2px;
  background: none;
  z-index: 1;
}

body .a-tabs>ul.a-tab-nav>li.a-tab-active a {
  background: #fff;
}

body .a-tabs a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

body .a-tabs .a-tab-container {
  padding: 0;
  margin: 0;
  border-width: 1px;
  background: #fff;
  position: relative;
  overflow: hidden;
  clear: both;
  zoom: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.125) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.125) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.125) 0px 0px 3px;
}

body .a-tabs .a-tab-container .a-tab-content {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 18px 24px;
  z-index: 8;
  display: block;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  zoom: 1;
}

body .a-tabs .a-tab-container .a-tab-content.a-tab-active {
  z-index: 10;
}

body .a-tabs .a-tabs-mobile {
  display: none;
}

body .a-tabs.a-tabs-to-mobile .a-tabs-mobile.a-tab-nav {
  position: relative;
  display: block;
}

body .a-tabs.a-tabs-to-mobile .a-tabs-mobile.a-tab-nav li a {
  border-width: 1px 1px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.125) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.125) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.125) 0px 0px 3px;
}

body .a-tabs.a-tabs-to-mobile .a-tab-container {
  margin-top: 9px;
}

body .a-tabs.a-tabs-to-mobile ul.a-tabs-desktop {
  display: none;
  position: absolute;
  top: inherit;
  margin-top: 8px;
  left: 0;
  z-index: 1000;
  width: 100%;
}

body .a-tabs.a-tabs-to-mobile ul.a-tabs-desktop li.a-tab-last {
  -webkit-box-shadow: rgba(0, 0, 0, 0.125) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.125) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.125) 0px 0px 3px;
}

body .a-tabs.a-tabs-to-mobile ul.a-tabs-desktop li.a-tab-last a {
  border-width: 1px 1px 1px 1px;
}

body .a-tabs.a-tabs-to-mobile .a-tab-nav,
body .a-tabs.a-tabs-to-mobile .a-tab-nav li {
  width: 100%;
  float: none;
  display: block;
}

body .a-tabs.a-tabs-to-mobile .a-tab-nav li {
  -webkit-box-shadow: rgba(0, 0, 0, 0.125) -3px 1px 1px -3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.125) -3px 1px 1px -3px;
  box-shadow: rgba(0, 0, 0, 0.125) -3px 1px 1px -3px;
}

body .a-tabs.a-tabs-to-mobile .a-tab-nav li a {
  border-width: 1px 1px 0 1px;
}

body .a-tabs.a-tabs-to-mobile .a-tab-nav li .a-mobile-title {
  display: block;
}

body .a-tabs.a-tabs-to-mobile .a-tab-nav li .a-tab-mobile-menu {
  position: absolute;
  right: 0.25em;
  font-size: 3em;
  display: block;
  top: 50%;
  margin-top: -9px;
  width: 30px;
  height: 16px;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/open-sans/light/opensans-light-300.woff2") format("woff2"), url("fonts/open-sans/light/opensans-light-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/open-sans/regular/opensans-regular-400.woff2") format("woff2"), url("fonts/open-sans/regular/opensans-regular-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/open-sans/semibold/opensans-semibold-600.woff2") format("woff2"), url("fonts/open-sans/semibold/opensans-semibold-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/open-sans/bold/opensans-bold-700.woff2") format("woff2"), url("fonts/open-sans/bold/opensans-bold-700.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'Open Sans' !important;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

.header-image {
  width: 100%;
  float: left;
  text-align: left;
  background-color: #132c45;
  padding: 50px 0px;
  background-size: cover;
}

.header-image h1 {
  color: #fff;
  font-size: 42px;
  width: 100%;
  margin: 0px auto;
  font-weight: 900;
  left: 18%;
  line-height: 50px;
  padding: 20px 0px;
}

.header-image ul {
  width: 100%;
  margin: 0px auto;
  text-align: left;
  margin-bottom: 20px;
  padding: 0px;
}

.header-image ul li {
  display: inline-block;
  color: #fff;
  margin-left: 15px;
  font-size: 16px;
}

.header-image ul li:first-child {
  margin-left: 0px;
}

.header-image ul li::after {
  content: '/';
  width: 10px;
  height: 10px;
  position: relative;
  left: 8px;
  color: #fff;
  font-size: 16px;
}

.header-image ul li:last-child::after {
  display: none;
}

.custom-header-post-data {
  width: 1200px;
  margin: 0px auto;
  display: block;
  padding-top: 15px;
}

.custom-header-post-data ul {
  padding: 0px;
  text-align: left;
}

.custom-header-post-data ul li i,
.custom-header-post-data ul li span {
  color: #4477aa;
  margin-right: 5px;
}

.custom-header-post-data ul li {
  margin: 0px 20px;
  text-transform: capitalize;
  font-size: 14px;
}

.custom-header-post-data ul li:first-child {
  margin-left: 0px;
}

.custom-header-post-data ul:nth-child(2n) {
  display: none;
}

.custom-header-main {
  padding-top: 0px !important;
}

.custom-header-post-divider {
  border-bottom: 1px solid #fff;
  width: 1200px;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}

.custom-header-post-divider::after {
  content: '';
  background: #132c45 url('images/header-m-icon.png') no-repeat;
  width: 50px;
  height: 32px;
  position: absolute;
  background-size: 36px;
  top: -12px;
  left: 40%;
  background-position: 50% 10%;
}

.custom-header-post-data ul li::after {
  display: none;
}

.custom-header-main ul li a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.custom-header-main ul li a:hover {
  color: #fff;
}

.custom-header-post-data ul li a {
  color: #fff;
  text-shadow: none;
}

blockquote {
  background: #f8f8f8;
  border-left: 3px solid #132c45;
  font-size: 16px;
  margin: 25px 0px;
  color: #555;
}

.learn-books-area blockquote {
  background: #fff;
}

blockquote p {
  padding: 5px 0px;
}

blockquote>p:first-child {
  margin-top: 0;
}

blockquote p a {
  color: #198689 !important;
}

.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
  background: transparent;
  color: #198689 !important;
  text-decoration: underline;
}

.site-header {
  content: "";
  display: block;
  width: 100%;
  z-index: 1;
  Background: #fff;
}

.home .site-header {
  background: transparent;
  position: inherit;
  box-shadow: 1px -3px 12px #515151;
}

.sticky-header .fixed-header {
  background: #fff;
  position: fixed;
  height: auto;
  box-shadow: 0px -6px 18px rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
}

.fixed-header .custom-logo {
  margin-top: 10px;
}

.custom-header-post-data ul li a:hover {
  color: #198689;
}

.custom_description {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  color: #333;
}

.custom_description::after {
  content: '';
  width: 200px;
  height: 5px;
  border-bottom: 5px solid #132c45;
  display: block;
  margin-top: 8px;
}

.main-breadcrumbs {
  float: left;
  width: 100%;
}

#breadcrumbs {
  padding: 0;
  float: left;
  margin: 0;
  width: 100%;
}

#breadcrumbs span {
  font-size: 13px;
  font-weight: 500;
  color: #444;
  text-align: left;
  display: inline-block;
}

#breadcrumbs a {
  color: #132c45;
  padding: 10px 15px;
  display: inline-block;
}

#breadcrumbs span.breadcrumb_last {
  color: #19878a;
  padding-left: 15px;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
  background: transparent;
}

.post-author img {
  float: none !important;
  border-radius: 100%;
  width: 130px;
  border: 5px solid #198a8e;
}

.post-author.center-align.custom-class-post-author {
  width: 100%;
  float: left;
  text-align: center;
}

.post-author h2 {
  margin: 10px 0px;
  line-height: 22px;
  font-size: 20px;
  color: #132c45;
}

.post-author p {
  text-align: left;
  line-height: 20px;
  font-size: 13px;
  color: #4e4e4e;
}

.post-author a {
  color: #132c45;
}

.post-author .social-nav {
  float: none;
  width: 130px;
  margin: 0px auto;
}

.post-author .social-nav li {
  float: left;
  list-style: none;
  background: #132c45;
  margin: 0px 5px;
  padding: 5px 8px;
  text-align: center;
  width: 30px;
  border-radius: 100px;
  height: 30px;
  line-height: 17px;
}

.post-author .social-nav li a {
  color: #fff;
  font-size: 13px;
}

.post-author .social-nav li:hover {
  background: #198689;
  cursor: pointer;
}

.mcs-recent-post-sidebar,
.custom-author-recent-post {
  text-align: left;
  float: left;
  width: 100%;
  margin-top: 5px;
}

.mcs-recent-post-sidebar li,
.custom-author-recent-post ul li {
  line-height: 17px;
  float: left;
  width: 100%;
  margin-bottom: 13px;
  list-style: initial;
  list-style: none;
  margin-left: 0px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

.mcs-recent-post-sidebar li:last-child,
.custom-author-recent-post ul li:last-child,
.user-magneto-extension:last-child,
.author-eguide ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.mcs-recent-post-sidebar li a,
.custom-author-recent-post ul li a {
  font-size: 14px;
  color: #132c45;
  font-weight: 600;
  line-height: 22px;
}

.mcs-recent-post-sidebar li a:hover,
.custom-author-recent-post ul li a:hover {
  color: #27b3b7;
}

.custom-header-post-data ul li span.custom_author_image {
  width: 30px;
  float: left;
  position: relative;
  top: -5px;
}

.custom-header-post-data ul li span.custom_author_image img {
  border-radius: 100%;
}

.custom_description_on_menu p {
  text-align: center;
  margin: 0px;
  float: left;
  width: 100%;
  padding-top: 0px;
  font-size: 14px;
  color: #333;
}

.custom_description_on_menu a {
  color: #27b3b7;
}

#secondary .widget a.wtpsw-post-title {
  color: #555;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

#popular-tab-content .archive-title,
.page-title,
.entry-title {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
}

#popular-tab-content .archive-title,
.page-title,
.entry-title:hover {
  color: #27b3b7;
}

.post-content .entry-title {
  font-size: 22px !important;
  font-weight: 600;
  line-height: 1;
  text-shadow: 0px 3px 6px #000 !important;
  z-index: 1;
  position: relative;
}

.post.status-publish {
  position: relative;
}

.featured-posts .post.status-publish:after {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.4) 45%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 120px;
  left: 0;
  position: absolute;
  width: 100%;
  cursor: pointer;
}

.need-help {}

.custom-footer-area {
  float: left;
  width: 100%;
}

.footer-thirdparty-section {
  float: left;
  width: 100%;
  background-color: #132c45;
  padding: 40px 0px;
}

.footer-thirdparty-section h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 0.876;
  padding-bottom: 30px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-thirdparty-section h3:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #eee;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 18px;
}

.thirdparty-img {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.thirdparty-img li {
  vertical-align: middle;
  display: inline-block;
  padding: 0px 20px;
}

.thirdparty-img li img {
  float: left;
}

.featured-posts .grid-post .type-post .image-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.footer-top-section {
  float: left;
  width: 100%;
  background-color: #132c45;
  padding: 20px 0px;
}

.footer-top-link {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.footer-top-link li {
  display: inline-block;
  padding: 0px 10px;
}

.footer-top-link li a {
  color: #fff;
  font-size: 18px;
}

.footer-top-link li a:hover {
  color: #27b3b7;
}

.footer-midel-section {
  float: left;
  width: 100%;
  background: #fff;
}

.footer-midel-bg {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.footer-midel-bg .container {
  background-image: url("https://www.mconnectmedia.com/blog/wp-content/uploads/2017/01/midel-bg.png");
  background-size: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.midel-box01 {
  float: left;
  width: 28%;
  text-align: left;
  padding-right: 60px;
}

.midel-box02 {
  float: left;
  width: 28%;
  text-align: left;
  padding-right: 60px;
}

.midel-box03 {
  float: left;
  width: 28%;
  text-align: left;
  padding-right: 60px;
}

.midel-box04 {
  float: left;
  width: 16%;
  text-align: left;
}

.footer-title {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  line-height: 0.876;
  margin: 0;
  padding-bottom: 60px;
  padding-top: 20px;
  text-align: left;
  text-transform: uppercase;
}

.footer-title-img {
  text-align: left;
  margin: 0;
  margin-bottom: 40px;
}

.footer-info {
  float: left;
  width: 100%;
  padding-left: 0px;
}

.footer-info li {
  color: #323232;
  float: left;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  padding-left: 40px;
  width: 100%;
  list-style: none;
  text-align: left;
}

.footer-info li:last-child {
  margin-bottom: 0px;
}

.footer-info li.fr-add {
  background: rgba(0, 0, 0, 0) url("images/fr-addess.png") no-repeat scroll 0 6px;
}

.footer-info li.fr-msg {
  background: rgba(0, 0, 0, 0) url("images/fr-message.png") no-repeat scroll 0 6px;
}

.footer-info li.fr-call {
  background: rgba(0, 0, 0, 0) url("images/fr-call.png") no-repeat scroll 0 6px;
}

.footer-statistic {
  float: left;
  width: 100%;
  padding-left: 0px;
  margin-bottom: 0px;
}

.footer-statistic li {
  color: #323232;
  float: left;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0px;
  padding-left: 70px;
  width: 100%;
  list-style: none;
  text-align: left;
  border-top: 1px solid #d1d1d1;
}

.footer-statistic li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.footer-statistic li:first-child {
  border-top: none;
  padding-top: 0px;
}

.footer-statistic li.hc {
  background: rgba(0, 0, 0, 0) url("images/hc-img.png") no-repeat scroll 0 22px;
}

.footer-statistic li.pd {
  background: rgba(0, 0, 0, 0) url("images/pd-img.png") no-repeat scroll 0 22px;
}

.footer-statistic li.me {
  background: rgba(0, 0, 0, 0) url("images/me-img.png") no-repeat scroll 0 22px;
}

.footer-statistic li h3 {
  margin: 0;
  line-height: 0.987;
  font-size: 30px;
  font-weight: 200;
  color: #323232;
}

.footer-statistic li small {
  color: #323232;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-support {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer-support li {
  line-height: 0.876;
  padding-bottom: 18px;
  list-style: none;
}

.footer-support li a {
  color: #323232;
  font-size: 14px;
}

.footer-support li a:hover {
  color: #198689;
}

.footer-midel-bottom {
  float: left;
  width: 100%;
  padding: 20px 0px;
}

.footer-midel-bottom .footer-midel-bottom-left {
  float: left;
  width: 65%;
}

.footer-midel-bottom .footer-midel-bottom-left p {
  margin: 0 !important;
  padding: 0;
  line-height: 40px;
}

.footer-midel-bottom .footer-midel-bottom-left p a {
  color: #19878a;
  font-weight: 600;
}

.footer-midel-bottom .footer-midel-bottom-left p a:hover {
  color: #323232;
}

.footer-midel-bottom .footer-midel-bottom-right {
  float: left;
  width: 35%;
}

.footer-midel-bottom .footer-midel-bottom-right a {
  width: 100%;
  background: #132c45;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 30px;
  float: left;
}

.footer-midel-bottom .footer-midel-bottom-right a:hover {
  background: #19878a;
}

.footer-coppyright-section {
  float: left;
  width: 100%;
  background-color: #151515;
  padding: 10px 0px;
}

.footer-coppyright-left {
  float: left;
  width: 50%;
  text-align: left;
  font-size: 14px;
  color: #888;
  margin: 0 !important;
  padding: 0;
  line-height: 38px;
}

.footer-socials-right {
  float: left;
  width: 50%;
}

.footer-socials {
  float: right;
  margin: 0;
  padding: 0;
}

.footer-socials li {
  list-style: none;
  float: left;
}

.footer-socials li a {
  float: left;
  width: 38px;
  height: 38px;
  background: #eee;
  position: relative;
}

.footer-socials li a:hover {
  opacity: 0.9;
}

.footer-socials li a.f-fb {
  background: #354e84;
}

.footer-socials li a.f-gp {
  background: #df4722;
}

.footer-socials li a.f-tw {
  background: #00aff0;
}

.footer-socials li a.f-pi {
  background: #bd081c;
}

.footer-socials li a.f-li {
  background: #00527d;
}

.footer-socials li a.f-yt {
  background: #e52d25;
}

.footer-socials li a i {
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.3);
  float: left;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 8px;
}

.my-header-modal .wpcf7-mail-sent-ok {
  border: none;
  color: #398f14 !important;
  padding: 0 !important;
}

.mcs_author_email .wpcf7-response-output,
.my-header-modal .wpcf7-response-output {
  margin: 0;
  float: left;
  width: 100%;
}

.mcs_author_email .cp-modal-body p,
.my-header-modal .cp-modal-body p {
  color: #414141;
  text-align: left;
  font-size: 14px;
  font-weight: 100 !important;
  margin-top: 0px !important;
  padding-top: 10px !important;
  margin-bottom: 0px !important;
}

.mcs_author_email .wpcf7-form h3,
.my-header-modal .wpcf7-form h3 {
  margin-bottom: 20px;
}

.mcs_author_email .cp-modal-body p label,
.my-header-modal .cp-modal-body p label {
  width: 100%;
}

.mcs_author_email .wpcf7-mail-sent-ok,
.mcs_author_email .wpcf7-validation-errors,
.my-header-modal.wpcf7-mail-sent-ok,
.my-header-modal .wpcf7-validation-errors {
  display: inherit;
  width: 100%;
  color: #414141;
  float: left;
  margin: 0px !important;
}

.mcs_author_email h3,
.cp-modal-body h3 {
  color: #414141;
  font-weight: 600;
  font-size: 15px;
}

@font-face {
  font-family: "Genericons";
  src: url("fonts/genericons/Genericons.eot");
  src: url("fonts/genericons/Genericons.eot?") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Genericons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
    url("fonts/genericons/Genericons.ttf") format("truetype"),
    url("fonts/genericons/Genericons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.genericon {
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

.genericon-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.genericon-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.genericon-rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.genericon-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.genericon-flip-vertical {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.genericon-404:before {
  content: "\f423";
}

.genericon-activity:before {
  content: "\f508";
}

.genericon-anchor:before {
  content: "\f509";
}

.genericon-aside:before {
  content: "\f101";
}

.genericon-attachment:before {
  content: "\f416";
}

.genericon-audio:before {
  content: "\f109";
}

.genericon-bold:before {
  content: "\f471";
}

.genericon-book:before {
  content: "\f444";
}

.genericon-bug:before {
  content: "\f50a";
}

.genericon-cart:before {
  content: "\f447";
}

.genericon-category:before {
  content: "\f301";
}

.genericon-chat:before {
  content: "\f108";
}

.genericon-checkmark:before {
  content: "\f418";
}

.genericon-close:before {
  content: "\f405";
}

.genericon-close-alt:before {
  content: "\f406";
}

.genericon-cloud:before {
  content: "\f426";
}

.genericon-cloud-download:before {
  content: "\f440";
}

.genericon-cloud-upload:before {
  content: "\f441";
}

.genericon-code:before {
  content: "\f462";
}

.genericon-codepen:before {
  content: "\f216";
}

.genericon-cog:before {
  content: "\f445";
}

.genericon-collapse:before {
  content: "\f432";
}

.genericon-comment:before {
  content: "\f300";
}

.genericon-day:before {
  content: "\f305";
}

.genericon-digg:before {
  content: "\f221";
}

.genericon-document:before {
  content: "\f443";
}

.genericon-dot:before {
  content: "\f428";
}

.genericon-downarrow:before {
  content: "\f502";
}

.genericon-download:before {
  content: "\f50b";
}

.genericon-draggable:before {
  content: "\f436";
}

.genericon-dribbble:before {
  content: "\f201";
}

.genericon-dropbox:before {
  content: "\f225";
}

.genericon-dropdown:before {
  content: "\f433";
}

.genericon-dropdown-left:before {
  content: "\f434";
}

.genericon-edit:before {
  content: "\f411";
}

.genericon-ellipsis:before {
  content: "\f476";
}

.genericon-expand:before {
  content: "\f431";
}

.genericon-external:before {
  content: "\f442";
}

.genericon-facebook:before {
  content: "\f203";
}

.genericon-facebook-alt:before {
  content: "\f204";
}

.genericon-fastforward:before {
  content: "\f458";
}

.genericon-feed:before {
  content: "\f413";
}

.genericon-flag:before {
  content: "\f468";
}

.genericon-flickr:before {
  content: "\f211";
}

.genericon-foursquare:before {
  content: "\f226";
}

.genericon-fullscreen:before {
  content: "\f474";
}

.genericon-gallery:before {
  content: "\f103";
}

.genericon-github:before {
  content: "\f200";
}

.genericon-googleplus:before {
  content: "\f206";
}

.genericon-googleplus-alt:before {
  content: "\f218";
}

.genericon-handset:before {
  content: "\f50c";
}

.genericon-heart:before {
  content: "\f461";
}

.genericon-help:before {
  content: "\f457";
}

.genericon-hide:before {
  content: "\f404";
}

.genericon-hierarchy:before {
  content: "\f505";
}

.genericon-home:before {
  content: "\f409";
}

.genericon-image:before {
  content: "\f102";
}

.genericon-info:before {
  content: "\f455";
}

.genericon-instagram:before {
  content: "\f215";
}

.genericon-italic:before {
  content: "\f472";
}

.genericon-key:before {
  content: "\f427";
}

.genericon-leftarrow:before {
  content: "\f503";
}

.genericon-link:before {
  content: "\f107";
}

.genericon-linkedin:before {
  content: "\f207";
}

.genericon-linkedin-alt:before {
  content: "\f208";
}

.genericon-location:before {
  content: "\f417";
}

.genericon-lock:before {
  content: "\f470";
}

.genericon-mail:before {
  content: "\f410";
}

.genericon-maximize:before {
  content: "\f422";
}

.genericon-menu:before {
  content: "\f419";
}

.genericon-microphone:before {
  content: "\f50d";
}

.genericon-minimize:before {
  content: "\f421";
}

.genericon-minus:before {
  content: "\f50e";
}

.genericon-month:before {
  content: "\f307";
}

.genericon-move:before {
  content: "\f50f";
}

.genericon-next:before {
  content: "\f429";
}

.genericon-notice:before {
  content: "\f456";
}

.genericon-paintbrush:before {
  content: "\f506";
}

.genericon-path:before {
  content: "\f219";
}

.genericon-pause:before {
  content: "\f448";
}

.genericon-phone:before {
  content: "\f437";
}

.genericon-picture:before {
  content: "\f473";
}

.genericon-pinned:before {
  content: "\f308";
}

.genericon-pinterest:before {
  content: "\f209";
}

.genericon-pinterest-alt:before {
  content: "\f210";
}

.genericon-play:before {
  content: "\f452";
}

.genericon-plugin:before {
  content: "\f439";
}

.genericon-plus:before {
  content: "\f510";
}

.genericon-pocket:before {
  content: "\f224";
}

.genericon-polldaddy:before {
  content: "\f217";
}

.genericon-portfolio:before {
  content: "\f460";
}

.genericon-previous:before {
  content: "\f430";
}

.genericon-print:before {
  content: "\f469";
}

.genericon-quote:before {
  content: "\f106";
}

.genericon-rating-empty:before {
  content: "\f511";
}

.genericon-rating-full:before {
  content: "\f512";
}

.genericon-rating-half:before {
  content: "\f513";
}

.genericon-reddit:before {
  content: "\f222";
}

.genericon-refresh:before {
  content: "\f420";
}

.genericon-reply:before {
  content: "\f412";
}

.genericon-reply-alt:before {
  content: "\f466";
}

.genericon-reply-single:before {
  content: "\f467";
}

.genericon-rewind:before {
  content: "\f459";
}

.genericon-rightarrow:before {
  content: "\f501";
}

.genericon-search:before {
  content: "\f400";
}

.genericon-send-to-phone:before {
  content: "\f438";
}

.genericon-send-to-tablet:before {
  content: "\f454";
}

.genericon-share:before {
  content: "\f415";
}

.genericon-show:before {
  content: "\f403";
}

.genericon-shuffle:before {
  content: "\f514";
}

.genericon-sitemap:before {
  content: "\f507";
}

.genericon-skip-ahead:before {
  content: "\f451";
}

.genericon-skip-back:before {
  content: "\f450";
}

.genericon-skype:before {
  content: "\f220";
}

.genericon-spam:before {
  content: "\f424";
}

.genericon-spotify:before {
  content: "\f515";
}

.genericon-standard:before {
  content: "\f100";
}

.genericon-star:before {
  content: "\f408";
}

.genericon-status:before {
  content: "\f105";
}

.genericon-stop:before {
  content: "\f449";
}

.genericon-stumbleupon:before {
  content: "\f223";
}

.genericon-subscribe:before {
  content: "\f463";
}

.genericon-subscribed:before {
  content: "\f465";
}

.genericon-summary:before {
  content: "\f425";
}

.genericon-tablet:before {
  content: "\f453";
}

.genericon-tag:before {
  content: "\f302";
}

.genericon-time:before {
  content: "\f303";
}

.genericon-top:before {
  content: "\f435";
}

.genericon-trash:before {
  content: "\f407";
}

.genericon-tumblr:before {
  content: "\f214";
}

.genericon-twitch:before {
  content: "\f516";
}

.genericon-twitter:before {
  content: "\f202";
}

.genericon-unapprove:before {
  content: "\f446";
}

.genericon-unsubscribe:before {
  content: "\f464";
}

.genericon-unzoom:before {
  content: "\f401";
}

.genericon-uparrow:before {
  content: "\f500";
}

.genericon-user:before {
  content: "\f304";
}

.genericon-video:before {
  content: "\f104";
}

.genericon-videocamera:before {
  content: "\f517";
}

.genericon-vimeo:before {
  content: "\f212";
}

.genericon-warning:before {
  content: "\f414";
}

.genericon-website:before {
  content: "\f475";
}

.genericon-week:before {
  content: "\f306";
}

.genericon-wordpress:before {
  content: "\f205";
}

.genericon-xpost:before {
  content: "\f504";
}

.genericon-youtube:before {
  content: "\f213";
}

.genericon-zoom:before {
  content: "\f402";
}

.cp-affilate-link,
.cp-form-submit-error .cp-form-processing-wrap,
.cp-inner-close,
.cp-modal-popup-container input[type=submit],
.cp-overlay-close,
.cp-overlay-close img,
.cp-trigger-shortcode {
  cursor: pointer;
}

.cp-modal-popup-container,
.cp-modal-popup-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-desc-container:after,
.cp-form-container:after,
.cp-form-simple:after,
.cp-form:after,
.cp-modal-body-inner:after,
.cp-modal-body:after,
.cp-modal-popup-container:after,
.cp-modal:after,
.cp-row:after,
.cp-sec-title-container:after,
.cp-text-container:after,
.cp-title-container:after {
  clear: both;
}

.cp-desc-container:after,
.cp-desc-container:before,
.cp-form-container:after,
.cp-form-container:before,
.cp-form-simple:after,
.cp-form-simple:before,
.cp-form:after,
.cp-form:before,
.cp-modal-body-inner:after,
.cp-modal-body-inner:before,
.cp-modal-body:after,
.cp-modal-body:before,
.cp-modal-popup-container:after,
.cp-modal-popup-container:before,
.cp-modal:after,
.cp-modal:before,
.cp-row:after,
.cp-row:before,
.cp-sec-title-container:after,
.cp-sec-title-container:before,
.cp-text-container:after,
.cp-text-container:before,
.cp-title-container:after,
.cp-title-container:before {
  display: table;
  content: "";
}

html.cp-exceed-vieport {
  overflow: hidden !important;
}

html.cp-exceed-vieport .cp-overlay {
  overflow: auto !important;
}

html.cp-exceed-vieport .cp-overlay.ps-container {
  overflow: hidden !important;
}

.cp-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(194, 194, 194, .1);
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  -moz-transition: opacity .4s, visibility .4s;
  -ms-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

.cp-overlay.cp-open {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transition: opacity .3s, visibility .3s;
  -moz-transition: opacity .3s, visibility .3s;
  -ms-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.cp-overlay .cp-modal {
  opacity: 0;
  visibility: hidden;
}

.cp-overlay.cp-open .cp-modal {
  opacity: 1;
  visibility: visible;
}

.cp-modal-inline.cp-hide-inline-style {
  display: none;
}

.cp-modal {
  width: 650px;
  max-width: 100%;
  z-index: 99;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.cp-modal-body,
.cp-modal-content {
  z-index: 99999;
  display: block;
  overflow: hidden;
}

.cp-modal-content {
  position: relative;
  width: 100%;
  box-shadow: none;
}

.cp-modal.cp-modal-exceed {
  top: 50px;
  padding-bottom: 70px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.cp-modal.cp-modal-window-size.cp-modal-exceed {
  width: 100vw !important;
  min-height: 100vh !important;
  position: relative !important;
  margin: 0 !important;
}

.cp-modal.cp-modal-window-size {
  width: 100vw !important;
  min-height: 100vh !important;
  display: block;
  max-width: 100% !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.cp-modal-window-size .cp-modal-body {
  top: 50%;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cp-modal-window-size.cp-modal-exceed .cp-modal-body {
  top: 0;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.cp-modal-window-size .cp-animate-container,
.cp-modal-window-size .cp-modal-content {
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.cp-modal-window-size.cp-modal-exceed .cp-modal-content {
  height: auto;
}

.cp-modal-body {
  padding: 15px;
  background: #fff;
  max-width: 100%;
  position: relative;
  font-size: 13px;
  line-height: 1.64em;
}

.cp-modal-body * {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  font-style: inherit;
}

.cp-row {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
  position: relative;
}

.cp-modal-body p {
  margin-bottom: 1em;
}

.cp-modal-body img {
  display: block;
  max-width: 100%;
  border: none;
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
}

.cp-hide-image,
.cp-image-container.cp-hide-image {
  display: none !important;
}

img.cp-image.cp_default_img {
  width: 75%;
}

.cp-image-container img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.cp-overlay iframe,
.cp-overlay object {
  opacity: 0;
  position: absolute;
  z-index: -99999;
  max-width: 100%;
}

.cp-overlay.cp-open iframe,
.cp-overlay.cp-open object {
  opacity: 1;
  position: relative;
  z-index: 9999;
  z-index: 16777271;
}

.cp-desc-container,
.cp-sec-title-container,
.cp-title-container {
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 25px;
  padding: 10px 0;
}

.cp-sec-title-container {
  margin: 0 0 5px;
}

.cp-info-container {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 0;
}

.cp-confidential,
.cp-description,
.cp-image-container,
.cp-sec-title,
.cp-title {
  margin: 0;
  padding: 0;
  display: block !important;
  word-wrap: break-word;
}

h2.cp-title {
  font-size: 24px;
  line-height: 1.34em;
}

.cp-confidential {
  font-size: 10px;
}

.cp-modal-body-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  opacity: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 0;
  border-radius: inherit;
}

.cp-modal-bottom,
.cp-modal-top {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}

.cp-modal-top {
  background-position: bottom;
}

.cp-modal-bottom {
  background-position: top;
}

.cp-overlay-close.cp-adjacent-close,
.cp-overlay-close.cp-adjacent-close.cp-adjacent-right {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
}

.cke_reset_all table,
div#cke_content_editor {
  z-index: 99999999999 !important;
}

.cp-row.cp-blank-title {
  margin-top: -15px;
  background: #FFF;
  border-bottom: 1px solid #DDD;
  margin-bottom: 15px;
}

.cp-blank-title h2.cp-title {
  margin-top: 0;
  line-height: 2em;
  margin-bottom: 5px;
}

.cp-overlay-none.cp-open {
  opacity: 1;
  visibility: visible;
}

.cp-title>h1,
.cp-title>h2,
.cp-title>h3 {
  margin: .5em auto;
}

.cp-modal-body ol,
.cp-modal-body ol li,
.cp-modal-body ul,
.cp-modal-body ul li {
  font-size: inherit;
  line-height: normal;
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.cp-modal-popup-container button,
.cp-modal-popup-container input,
.cp-modal-popup-container select,
.cp-modal-popup-container textarea {
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 3px;
  font-family: inherit;
  padding: 10px;
  outline: 0;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
}

.cp-modal-popup-container button:focus,
.cp-modal-popup-container input:focus,
.cp-modal-popup-container select:focus,
.cp-modal-popup-container textarea:focus {
  box-shadow: none;
  outline: 0;
}

.cp-modal .cp-submit.cp-btn-flat,
.cp-modal .cp-submit.cp-btn-outline {
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.cp-submit:active {
  box-shadow: none !important;
}

.cp-form button.cp-submit,
.cp-form input[name=name],
.cp-form input[name=email],
.cp-form input[type=text],
.cp-form input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.cp-form .cp-form-email input[name=email],
.cp-form .cp-form-email input[type=email],
.cp-form .cp-form-name input[name=name],
.cp-form .cp-form-name input[type=text] {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.cp-modal input.cp-email:focus,
.cp-modal input.cp-name:focus {
  box-shadow: 0 0 2px #999;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.cp-modal .cp-submit,
.cp-modal .cp-submit:active,
.cp-modal .cp-submit:focus,
.cp-modal .cp-submit:hover {
  cursor: pointer;
  background-color: #ff4c6b;
  background-image: none;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
}

.cp-overlay-close {
  position: fixed;
  right: 35px;
  top: 35px;
  border: 0;
  color: #f7f7f7;
  outline: 0;
  z-index: 999999999999;
  line-height: 1;
}

.cp-overlay-close.cp-highlight {
  position: fixed;
}

.cp-overlay .cp-overlay-close:active {
  box-shadow: none !important;
  outline: 0 !important;
}

.cp-overlay-close.cp-adjacent-close,
.cp-overlay-close.cp-inside-close {
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.cp-overlay-close.cp-adjacent-close {
  left: auto;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.cp-overlay-close.cp-adjacent-close.cp-adjacent-left {
  left: 0;
  top: 0;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-overlay-close.cp-adjacent-close.cp-adjacent-right {
  left: auto;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.cp-overlay-close.cp-adjacent-close.cp-adjacent-bottom-right {
  left: auto;
  top: auto;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.cp-overlay-close.cp-adjacent-close.cp-adjacent-bottom-left,
.cp-subscription-success {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.cp-overlay-close.cp-adjacent-close.cp-adjacent-bottom-left {
  left: 0;
  top: auto;
  right: auto;
  transform: translate(-50%, -50%);
}

.cp-modal-window-size .cp-overlay-close.cp-adjacent-close {
  -webkit-transform: translate(-5px, 5px);
  -moz-transform: translate(-5px, 5px);
  -ms-transform: translate(-5px, 5px);
  transform: translate(-5px, 5px);
}

.cp-modal-window-size .cp-overlay-close.cp-adjacent-close.cp-adjacent-right {
  -webkit-transform: translate(-10px, 10px);
  -moz-transform: translate(-10px, 10px);
  -ms-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
}

.cp-modal-window-size .cp-overlay-close.cp-adjacent-close.cp-adjacent-left {
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}

.cp-modal-window-size .cp-overlay-close.cp-adjacent-close.cp-adjacent-bottom-left {
  bottom: 10px;
  -webkit-transform: translate(5px, 5px);
  -moz-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}

.cp-modal-window-size .cp-overlay-close.cp-adjacent-close.cp-adjacent-bottom-right {
  bottom: 10px;
  -webkit-transform: translate(-5px, 5px);
  -moz-transform: translate(-5px, 5px);
  -ms-transform: translate(-5px, 5px);
  transform: translate(-5px, 5px);
}

.cp-modal-window-size .cp-overlay-close.cp-inside-close,
.cp-modal-window-size+.cp-overlay-close,
.cp-overlay-close.cp-inside-close {
  left: auto;
  top: 10px;
  right: 10px;
}

.cp-modal-window-size .cp-overlay-close.cp-inside-close.cp-adjacent-bottom-left,
.cp-modal-window-size .cp-overlay-close.cp-inside-close.cp-adjacent-left,
.cp-modal-window-size+.cp-overlay-close.cp-adjacent-bottom-left,
.cp-modal-window-size+.cp-overlay-close.cp-adjacent-left,
.cp-overlay-close.cp-inside-close.cp-adjacent-bottom-left,
.cp-overlay-close.cp-inside-close.cp-adjacent-left {
  left: 10px;
  top: 10px;
  right: auto;
}

.cp-modal-window-size .cp-overlay-close.cp-inside-close.cp-adjacent-bottom-right,
.cp-modal-window-size .cp-overlay-close.cp-inside-close.cp-adjacent-right,
.cp-modal-window-size+.cp-overlay-close.cp-adjacent-bottom-right,
.cp-modal-window-size+.cp-overlay-close.cp-adjacent-right,
.cp-overlay-close.cp-inside-close.cp-adjacent-bottom-right,
.cp-overlay-close.cp-inside-close.cp-adjacent-right {
  left: auto;
  top: 10px;
  right: 10px;
}

.cp-overlay-close.cp-outside-close.cp-adjacent-left {
  right: auto;
  left: 15px;
  top: 15px;
}

.cp-overlay-close.cp-outside-close.cp-adjacent-right {
  right: 15px;
  top: 15px;
  left: auto;
}

.cp-overlay-close.cp-text-close.cp-adjacent-left {
  right: auto;
  left: 35px;
  top: 15px;
}

.cp-overlay-close.cp-text-close.cp-adjacent-right {
  right: 35px;
  left: auto;
  top: 15px;
}

.cp-overlay-close.cp-adjacent-close .cp-default-close,
.cp-overlay-close.cp-inside-close .cp-default-close {
  padding: 5px;
  background: #292929;
  border-radius: 50%;
}

.cp-overlay-close img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
}

.cp-overlay-close span {
  font-size: 17px;
  line-height: 1.35em;
}

.cp-overlay-close.cp-adjacent-close span,
.cp-overlay-close.cp-inside-close span {
  font-size: 14px;
}

.cp-overlay-close.cp-text-close {
  width: auto;
  height: auto;
  max-width: 700px;
  max-height: none;
  padding: 8px;
  border-radius: 4px;
}

.cp-form-after-submit,
.cp-msg-on-submit {
  height: 100%;
  width: 100%;
}

.cp-overlay-close.cp-adjacent-close.cp-text-close {
  top: -15px;
  background: #000;
}

span.cp-close-tooltip,
span.cp-custom-tooltip,
span.cp-inside-tip,
span.cp-tooltip-icon {
  display: block;
  position: relative;
}

.cp-tooltip-text {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.cp-subscription-success {
  position: absolute;
  background-color: #fff;
  font-size: 15px;
  padding: 20px 40px;
  border-radius: 5px;
  line-height: normal;
  border: none;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cp-error {
  border: 1px solid red !important;
}

.cp-msg-on-submit,
.cp-msg-on-submit p {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: normal;
  color: #000;
}

.cp-form-processing-wrap {
  overflow: hidden;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, .99);
  opacity: 1;
  width: 100%;
  padding: 0;
  z-index: 99999999;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
}

.cp-form-processing {
  display: block;
  visibility: hidden;
  border: 1px solid transparent;
  -webkit-transition: visibility .2s linear;
  -moz-transition: visibility .2s linear;
  -ms-transition: visibility .2s linear;
  transition: visibility .2s linear;
}

.cp-msg-on-submit {
  font-size: 18px;
  display: inline-block;
  visibility: visible;
  position: absolute;
  z-index: 999999999999;
  border: 1px solid transparent;
  -webkit-transition: visibility .2s linear;
  -moz-transition: visibility .2s linear;
  -ms-transition: visibility .2s linear;
  transition: visibility .2s linear;
}

.cp-msg-on-submit .cp-m-error,
.cp-msg-on-submit .cp-m-success {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: absolute !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-form-submit-error .cp-form-processing,
.cp-form-submit-success .cp-form-processing {
  display: none !important;
}

.cp-form-submit-error .cp-m-error:after {
  content: "<<";
  font-family: cursive, monospace;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  color: #7dbb7d;
  font-size: 40px;
  left: calc(50% + 10px);
  top: -15px;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: left .2s linear, opacity .2s linear, visibility .2s linear;
  -moz-transition: left .2s linear, opacity .2s linear, visibility .2s linear;
  -ms-transition: left .2s linear, opacity .2s linear, visibility .2s linear;
  transition: left .2s linear, opacity .2s linear, visibility .2s linear;
  opacity: 0;
  visibility: hidden;
}

.cp-form-submit-error:hover .cp-m-error:after {
  opacity: 1;
  visibility: visible;
  left: 50%;
}

.cp-affilate-link {
  position: fixed;
  display: block;
  bottom: 20px;
  left: 15px;
  height: 20px;
  z-index: 9999999999;
  text-align: left;
  font-family: Lato, 'Open Sans', Arial, 'Trebuchet MS', Helvetica, sans-serif;
  text-decoration: none;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  padding: 0;
  margin: 0 auto;
  min-width: 200px;
}

.cp-affilate-link a {
  text-decoration: none;
  border: none;
  color: #fff;
}

.cp-modal-custom-size .cp-animate-container .cp-affilate-link.cp-afl-for-smallscreen {
  bottom: -15px;
}

.cp-animate-container .cp-affilate-link {
  display: block;
  top: auto;
  bottom: 20px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  left: 0;
  right: 0;
  margin: 0;
  height: 20px;
  z-index: 999999999999;
  text-align: center;
  color: #fff;
}

.cp-afl-for-smallscreen {
  text-align: center;
  width: 100%;
  left: 0;
}

.cp-modal-popup-container .form-main button:active,
.cp-modal-popup-container .form-main button:hover,
.cp-modal-popup-container .form-main input[type=button]:active,
.cp-modal-popup-container .form-main input[type=button]:hover,
.cp-modal-popup-container .form-main input[type=submit]:active,
.cp-modal-popup-container .form-main input[type=submit]:hover {
  background-color: inherit;
  background-image: inherit;
  border: inherit;
}

.cp-no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-border {
  border: none !important;
}

.cp-highlight:hover {
  border: 2px dashed #ddd !important;
  background-color: rgba(255, 255, 220, .1);
}

.cp-highlight {
  display: block !important;
  border: 2px solid transparent !important;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink .7s infinite;
  -moz-animation: blink .7s infinite;
  animation: blink .7s infinite;
}

i.cp-icon[class^=Defaults-] {
  font-family: Defaults !important;
}

.cp-modal ol li,
.cp-modal ul li {
  list-style-position: inside;
}

.cp-form-after-submit,
.cp-form-processing,
.smile-absolute-loader {
  border-radius: inherit;
}

.cp_font {
  line-height: normal;
}

.cp-default-cf7-style1 .cp-youtube .cp-form-container .wpcf7,
.cp-youtube .cp-form-container .wpcf7 {
  line-height: 1.64em;
}

.cp-default-cf7-style1 .cp-form-container .wpcf7 {
  text-align: left;
}

.cp-default-cf7-style1 .cp-form-container input[type=tel],
.cp-default-cf7-style1 .cp-form-container input[type=number],
.cp-default-cf7-style1 .cp-form-container input[type=password],
.cp-default-cf7-style1 .cp-form-container input[type=text],
.cp-default-cf7-style1 .cp-form-container input[type=email] {
  padding: 8px 12px;
  border: 1px solid #d4d7d8;
  line-height: 40px;
  height: 40px;
}

.cp-default-cf7-style1 .cp-form-container textarea {
  height: 100px;
}

.cp-default-cf7-style1 .cp-form-container input[type=tel],
.cp-default-cf7-style1 .cp-form-container input[type=number],
.cp-default-cf7-style1 .cp-form-container input[type=text],
.cp-default-cf7-style1 .cp-form-container input[type=email],
.cp-default-cf7-style1 .cp-form-container textarea {
  text-align: left !important;
  margin-top: 7px;
}

.cp-default-cf7-style1 .cp-form-container .wpcf7 .wpcf7-form-control-wrap,
.cp-default-cf7-style1 .cp-form-container p {
  font-size: 14px;
}

.cp-default-cf7-style1 .cp-form-container .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.cp-default-cf7-style1 .cp-form-container .wpcf7 .wpcf7-not-valid-tip {
  display: block;
  width: auto;
  position: absolute;
  right: 5px;
  top: 50%;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cp-default-cf7-style1 .cp-form-container form .wpcf7-not-valid {
  border-color: #bd0707;
}

.cp-default-cf7-style1 .cp-form-container .wpcf7 .wpcf7-not-valid-tip:before {
  content: "!";
  position: absolute;
  right: 0;
  background: #bd0707;
  border-radius: 3px;
  color: #fff;
  padding: 0 8px;
  font-weight: 700;
  font-size: 12px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  text-indent: initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cp-default-cf7-style1 .cp-form-container .wpcf7 input[type=checkbox],
.cp-default-cf7-style1 .cp-form-container .wpcf7 input[type=radio],
.cp-youtube .cp-form-container .wpcf7 input[type=checkbox],
.cp-youtube .cp-form-container .wpcf7 input[type=radio] {
  width: auto;
  display: inline-block;
}

.cp-default-cf7-style1 .cp-form-container .wpcf7 p:last-of-type,
.cp-default-cf7-style1 .cp-form-container .wpcf7 p:last-of-type input[type=submit] {
  margin-bottom: 0;
}

.cp-default-cf7-style1 .cp-form-container .wpcf7 .wpcf7-response-output {
  border-radius: 2px;
  border-width: 1px;
  font-size: 14px;
  margin: 1em .5em 0;
}

.cp-default-cf7-style1 .cp-form-container .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  color: #bd0707;
  border-color: #bd0707;
}

.cp-default-cf7-style1 .cp-form-container .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #398f14;
  color: #398f14;
}

.cp-default-cf7-style1 .cp-form-container .wpcf7 p:last-of-type .ajax-loader {
  position: absolute;
}

.cp-modal-inline .cp-modal {
  position: relative !important;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0 0 10px;
}

.cp-modal-inline .cp-title {
  margin-top: auto;
}

.cp-modal-inline .cp-affilate-link {
  position: relative !important;
  left: auto !important;
  text-align: center;
  top: 10px;
  margin-bottom: 15px;
}

.cp-modal-inline .cp-affilate-link a {
  color: #4d4d4d;
}

.cp-modal-inline .cp-modal-window-size .cp-modal-body {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cp-modal-inline .cp-modal.cp-modal-window-size {
  min-height: auto !important;
}

.cp-row-center {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.cp-row-equalized-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cp-row-center.cp-big-content {
  position: relative;
}

.cp-big-content .cp-row-equalized-center {
  position: relative;
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.cp-window-viewport {
  overflow: hidden;
}

.cp-modal-popup-container .text-left {
  text-align: left;
}

.cp-modal-popup-container .text-right {
  text-align: right;
}

.cp-modal-popup-container .text-center {
  text-align: center;
}

.cp-modal-popup-container .col-lg-1,
.cp-modal-popup-container .col-lg-10,
.cp-modal-popup-container .col-lg-11,
.cp-modal-popup-container .col-lg-12,
.cp-modal-popup-container .col-lg-2,
.cp-modal-popup-container .col-lg-3,
.cp-modal-popup-container .col-lg-4,
.cp-modal-popup-container .col-lg-5,
.cp-modal-popup-container .col-lg-6,
.cp-modal-popup-container .col-lg-7,
.cp-modal-popup-container .col-lg-8,
.cp-modal-popup-container .col-lg-9,
.cp-modal-popup-container .col-md-1,
.cp-modal-popup-container .col-md-10,
.cp-modal-popup-container .col-md-11,
.cp-modal-popup-container .col-md-12,
.cp-modal-popup-container .col-md-2,
.cp-modal-popup-container .col-md-3,
.cp-modal-popup-container .col-md-4,
.cp-modal-popup-container .col-md-5,
.cp-modal-popup-container .col-md-6,
.cp-modal-popup-container .col-md-7,
.cp-modal-popup-container .col-md-8,
.cp-modal-popup-container .col-md-9,
.cp-modal-popup-container .col-sm-1,
.cp-modal-popup-container .col-sm-10,
.cp-modal-popup-container .col-sm-11,
.cp-modal-popup-container .col-sm-12,
.cp-modal-popup-container .col-sm-2,
.cp-modal-popup-container .col-sm-3,
.cp-modal-popup-container .col-sm-4,
.cp-modal-popup-container .col-sm-5,
.cp-modal-popup-container .col-sm-6,
.cp-modal-popup-container .col-sm-7,
.cp-modal-popup-container .col-sm-8,
.cp-modal-popup-container .col-sm-9,
.cp-modal-popup-container .col-xs-1,
.cp-modal-popup-container .col-xs-10,
.cp-modal-popup-container .col-xs-11,
.cp-modal-popup-container .col-xs-12,
.cp-modal-popup-container .col-xs-2,
.cp-modal-popup-container .col-xs-3,
.cp-modal-popup-container .col-xs-4,
.cp-modal-popup-container .col-xs-5,
.cp-modal-popup-container .col-xs-6,
.cp-modal-popup-container .col-xs-7,
.cp-modal-popup-container .col-xs-8,
.cp-modal-popup-container .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.cp-modal-popup-container .col-xs-1,
.cp-modal-popup-container .col-xs-10,
.cp-modal-popup-container .col-xs-11,
.cp-modal-popup-container .col-xs-12,
.cp-modal-popup-container .col-xs-2,
.cp-modal-popup-container .col-xs-3,
.cp-modal-popup-container .col-xs-4,
.cp-modal-popup-container .col-xs-5,
.cp-modal-popup-container .col-xs-6,
.cp-modal-popup-container .col-xs-7,
.cp-modal-popup-container .col-xs-8,
.cp-modal-popup-container .col-xs-9 {
  float: left;
  box-sizing: border-box;
}

.cp-modal-popup-container .col-xs-12 {
  width: 100%;
}

.cp-modal-popup-container .col-xs-11 {
  width: 91.66666666666666%;
}

.cp-modal-popup-container .col-xs-10 {
  width: 83.33333333333334%;
}

.cp-modal-popup-container .col-xs-9 {
  width: 75%;
}

.cp-modal-popup-container .col-xs-8 {
  width: 66.66666666666666%;
}

.cp-modal-popup-container .col-xs-7 {
  width: 58.333333333333336%;
}

.cp-modal-popup-container .col-xs-6 {
  width: 50%;
}

.cp-modal-popup-container .col-xs-5 {
  width: 41.66666666666667%;
}

.cp-modal-popup-container .col-xs-4 {
  width: 33.33333333333333%;
}

.cp-modal-popup-container .col-xs-3 {
  width: 25%;
}

.cp-modal-popup-container .col-xs-2 {
  width: 16.666666666666664%;
}

.cp-modal-popup-container .col-xs-1 {
  width: 8.333333333333332%;
}

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

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

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

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

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

.smile-flash {
  -webkit-animation-name: smile-flash;
  animation-name: smile-flash;
}

.smile-pulse {
  -webkit-animation-name: smile-pulse;
  animation-name: smile-pulse;
}

.smile-rubberBand {
  -webkit-animation-name: smile-rubberBand;
  animation-name: smile-rubberBand;
}

.smile-shake {
  -webkit-animation-name: smile-shake;
  animation-name: smile-shake;
}

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

.smile-tada {
  -webkit-animation-name: smile-tada;
  animation-name: smile-tada;
}

.smile-wobble {
  -webkit-animation-name: smile-wobble;
  animation-name: smile-wobble;
}

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

.smile-bounceIn {
  -webkit-animation-name: smile-bounceIn;
  animation-name: smile-bounceIn;
}

.smile-bounceInDown {
  -webkit-animation-name: smile-bounceInDown;
  animation-name: smile-bounceInDown;
}

.smile-bounceInLeft {
  -webkit-animation-name: smile-bounceInLeft;
  animation-name: smile-bounceInLeft;
}

.smile-bounceInRight {
  -webkit-animation-name: smile-bounceInRight;
  animation-name: smile-bounceInRight;
}

.smile-bounceInUp {
  -webkit-animation-name: smile-bounceInUp;
  animation-name: smile-bounceInUp;
}

.smile-bounceOut {
  -webkit-animation-name: smile-bounceOut;
  animation-name: smile-bounceOut;
}

.smile-bounceOutDown {
  -webkit-animation-name: smile-bounceOutDown;
  animation-name: smile-bounceOutDown;
}

.smile-bounceOutLeft {
  -webkit-animation-name: smile-bounceOutLeft;
  animation-name: smile-bounceOutLeft;
}

.smile-bounceOutRight {
  -webkit-animation-name: smile-bounceOutRight;
  animation-name: smile-bounceOutRight;
}

.smile-bounceOutUp {
  -webkit-animation-name: smile-bounceOutUp;
  animation-name: smile-bounceOutUp;
}

.smile-fadeIn {
  -webkit-animation-name: smile-fadeIn;
  animation-name: smile-fadeIn;
}

.smile-fadeInDown {
  -webkit-animation-name: smile-fadeInDown;
  animation-name: smile-fadeInDown;
}

.smile-fadeInDownBig {
  -webkit-animation-name: smile-fadeInDownBig;
  animation-name: smile-fadeInDownBig;
}

.smile-fadeInLeft {
  -webkit-animation-name: smile-fadeInLeft;
  animation-name: smile-fadeInLeft;
}

.smile-fadeInLeftBig {
  -webkit-animation-name: smile-fadeInLeftBig;
  animation-name: smile-fadeInLeftBig;
}

.smile-fadeInRight {
  -webkit-animation-name: smile-fadeInRight;
  animation-name: smile-fadeInRight;
}

.smile-fadeInRightBig {
  -webkit-animation-name: smile-fadeInRightBig;
  animation-name: smile-fadeInRightBig;
}

.smile-fadeInUp {
  -webkit-animation-name: smile-fadeInUp;
  animation-name: smile-fadeInUp;
}

.smile-fadeInUpBig {
  -webkit-animation-name: smile-fadeInUpBig;
  animation-name: smile-fadeInUpBig;
}

.smile-fadeOut {
  -webkit-animation-name: smile-fadeOut;
  animation-name: smile-fadeOut;
}

.smile-fadeOutDown {
  -webkit-animation-name: smile-fadeOutDown;
  animation-name: smile-fadeOutDown;
}

.smile-fadeOutDownBig {
  -webkit-animation-name: smile-fadeOutDownBig;
  animation-name: smile-fadeOutDownBig;
}

.smile-fadeOutLeft {
  -webkit-animation-name: smile-fadeOutLeft;
  animation-name: smile-fadeOutLeft;
}

.smile-fadeOutLeftBig {
  -webkit-animation-name: smile-fadeOutLeftBig;
  animation-name: smile-fadeOutLeftBig;
}

.smile-fadeOutRight {
  -webkit-animation-name: smile-fadeOutRight;
  animation-name: smile-fadeOutRight;
}

.smile-fadeOutRightBig {
  -webkit-animation-name: smile-fadeOutRightBig;
  animation-name: smile-fadeOutRightBig;
}

.smile-fadeOutUp {
  -webkit-animation-name: smile-fadeOutUp;
  animation-name: smile-fadeOutUp;
}

.smile-fadeOutUpBig {
  -webkit-animation-name: smile-fadeOutUpBig;
  animation-name: smile-fadeOutUpBig;
}

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

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

.smile-flipInY,
.smile-flipOutX {
  -webkit-backface-visibility: visible !important;
}

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

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

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

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

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

.smile-rotateIn {
  -webkit-animation-name: smile-rotateIn;
  animation-name: smile-rotateIn;
}

.smile-rotateInDownLeft {
  -webkit-animation-name: smile-rotateInDownLeft;
  animation-name: smile-rotateInDownLeft;
}

.smile-rotateInDownRight {
  -webkit-animation-name: smile-rotateInDownRight;
  animation-name: smile-rotateInDownRight;
}

.smile-rotateInUpLeft {
  -webkit-animation-name: smile-rotateInUpLeft;
  animation-name: smile-rotateInUpLeft;
}

.smile-rotateInUpRight {
  -webkit-animation-name: smile-rotateInUpRight;
  animation-name: smile-rotateInUpRight;
}

.smile-rotateOut {
  -webkit-animation-name: smile-rotateOut;
  animation-name: smile-rotateOut;
}

.smile-rotateOutDownLeft {
  -webkit-animation-name: smile-rotateOutDownLeft;
  animation-name: smile-rotateOutDownLeft;
}

.smile-rotateOutDownRight {
  -webkit-animation-name: smile-rotateOutDownRight;
  animation-name: smile-rotateOutDownRight;
}

.smile-rotateOutUpLeft {
  -webkit-animation-name: smile-rotateOutUpLeft;
  animation-name: smile-rotateOutUpLeft;
}

.smile-rotateOutUpRight {
  -webkit-animation-name: smile-rotateOutUpRight;
  animation-name: smile-rotateOutUpRight;
}

.smile-hinge {
  -webkit-animation-name: smile-hinge;
  animation-name: smile-hinge;
}

.smile-rollIn {
  -webkit-animation-name: smile-rollIn;
  animation-name: smile-rollIn;
}

.smile-rollOut {
  -webkit-animation-name: smile-rollOut;
  animation-name: smile-rollOut;
}

.smile-zoomIn {
  -webkit-animation-name: smile-zoomIn;
  animation-name: smile-zoomIn;
}

.smile-zoomInDown {
  -webkit-animation-name: smile-zoomInDown;
  animation-name: smile-zoomInDown;
}

.smile-zoomInLeft {
  -webkit-animation-name: smile-zoomInLeft;
  animation-name: smile-zoomInLeft;
}

.smile-zoomInRight {
  -webkit-animation-name: smile-zoomInRight;
  animation-name: smile-zoomInRight;
}

.smile-zoomInUp {
  -webkit-animation-name: smile-zoomInUp;
  animation-name: smile-zoomInUp;
}

.smile-zoomOut {
  -webkit-animation-name: smile-zoomOut;
  animation-name: smile-zoomOut;
}

.smile-zoomOutDown {
  -webkit-animation-name: smile-zoomOutDown;
  animation-name: smile-zoomOutDown;
}

.smile-zoomOutLeft {
  -webkit-animation-name: smile-zoomOutLeft;
  animation-name: smile-zoomOutLeft;
}

.smile-zoomOutRight {
  -webkit-animation-name: smile-zoomOutRight;
  animation-name: smile-zoomOutRight;
}

.smile-zoomOutUp {
  -webkit-animation-name: smile-zoomOutUp;
  animation-name: smile-zoomOutUp;
}

.smile-slideInDown {
  -webkit-animation-name: smile-slideInDown;
  animation-name: smile-slideInDown;
}

.smile-slideInLeft {
  -webkit-animation-name: smile-slideInLeft;
  animation-name: smile-slideInLeft;
}

.smile-slideInRight {
  -webkit-animation-name: smile-slideInRight;
  animation-name: smile-slideInRight;
}

.smile-slideInUp {
  -webkit-animation-name: smile-slideInUp;
  animation-name: smile-slideInUp;
}

.smile-slideOutDown {
  -webkit-animation-name: smile-slideOutDown;
  animation-name: smile-slideOutDown;
}

.smile-slideOutLeft {
  -webkit-animation-name: smile-slideOutLeft;
  animation-name: smile-slideOutLeft;
}

.smile-slideOutRight {
  -webkit-animation-name: smile-slideOutRight;
  animation-name: smile-slideOutRight;
}

.smile-slideOutUp {
  -webkit-animation-name: smile-slideOutUp;
  animation-name: smile-slideOutUp;
}

.smile-newsPaper {
  -webkit-animation-name: smile-newsPaper;
  animation-name: smile-newsPaper;
}

.smile-superScaled {
  -webkit-animation-name: smile-superScaled;
  animation-name: smile-superScaled;
}

.smile-3DSlit {
  -webkit-animation-name: smile-3DSlit;
  animation-name: smile-3DSlit;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
}

.smile-3DSign {
  -webkit-animation-name: smile-3DSign;
  animation-name: smile-3DSign;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.smile-3DRotateBottom {
  -webkit-animation-name: smile-3DRotateBottom;
  animation-name: smile-3DRotateBottom;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.smile-3DRotateInLeft {
  -webkit-animation-name: smile-3DRotateInLeft;
  animation-name: smile-3DRotateInLeft;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.smile-3DFlipVertical {
  -webkit-animation-name: smile-3DFlipVertical;
  animation-name: smile-3DFlipVertical;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.smile-3DFlipHorizontal {
  -webkit-animation-name: smile-3DFlipHorizontal;
  animation-name: smile-3DFlipHorizontal;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.smile-sideFall {
  -webkit-animation-name: smile-sideFall;
  animation-name: smile-sideFall;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.smile-fall {
  -webkit-animation-name: smile-fall;
  animation-name: smile-fall;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.smile-slideInBottom {
  -webkit-animation-name: smile-slideInBottom;
  animation-name: smile-slideInBottom;
}

.smile-fadeInScale {
  -webkit-animation-name: smile-fadeInScale;
  animation-name: smile-fadeInScale;
}

.cp-slidein-inline span.cp_social_hide_sidebar.cp_social_icon,
ul.cp_social_icons_container.cp-hide-social-coantainer {
  visibility: hidden;
}

.cp-modal-body ol,
.cp-modal-body ol li,
.cp-modal-body ul,
.cp-modal-body ul li {
  margin: 2% 0 0 2%;
}

.cp_social_networks a:hover,
.cp_social_networks a:hover * {
  color: #fff;
}

.cp_social_heading,
.cp_social_mobile,
.cp_social_mobile_button,
.cp_social_networks,
.cp_social_networks a,
.cp_social_networks b,
.cp_social_networks font,
.cp_social_networks i,
.cp_social_networks img,
.cp_social_networks li,
.cp_social_networks ol,
.cp_social_networks span,
.cp_social_networks strike,
.cp_social_networks strong,
.cp_social_networks u,
.cp_social_networks ul {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  line-height: 1em;
  text-transform: none;
  font-weight: 400;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-image: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cp_social_networks li,
.cp_social_networks li a,
.cp_social_networks li:focus,
.cp_social_networks li:hover,
.cp_social_networks li:hover a .cp_social_networks.cp_social_left li {
  border: none;
  outline: 0;
}

.cp_social_count span {
  color: inherit;
}

.cp_social_circle i.cp_social_icon,
.cp_social_networks .cp_social_network_label,
.cp_social_networks .cp_social_overlay,
.cp_social_networks span,
i.cp_social_icon:after,
i.cp_social_icon:before {
  transition: all .35s linear;
  -moz-transition: all .35s linear;
  -webkit-transition: all .35s linear;
}

.cp_social_circle .cp_social_icons_container li i:before,
.cp_social_count,
.cp_social_count span,
.cp_social_networkname {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
}

.cp_social_circle .cp_social_icons_container li i:after,
.cp_social_circle .cp_social_icons_container li i:before,
.cp_social_circle .cp_social_icons_container li:hover i:after,
.cp_social_circle .cp_social_icons_container li:hover i:before {
  transition: left .3s, right .3s, margin .3s, opacity .3s !important;
  -moz-transition: left .3s, right .3s, margin .3s, opacity .3s !important;
  -webkit-transition: left .3s, right .3s, margin .3s, opacity .3s !important;
}

.cp_social_icon,
.cp_social_networks .cp_social_network_label {
  color: #FFF;
}

.cp_social_count {
  line-height: 23px;
}

.cp_social_network_label {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cp_social_networks.cp_social_circle .cp_social_count,
.cp_social_networks.cp_social_circle .cp_social_icons_container li:hover .cp_social_count,
.cp_social_networks.cp_social_circle .cp_social_icons_container li:hover .cp_social_networkname,
.cp_social_networks.cp_social_circle .cp_social_network_label,
.cp_social_networks.cp_social_circle .cp_social_networkname,
.cp_social_networks.cp_social_simple .cp_social_count,
.cp_social_networks.cp_social_simple .cp_social_icons_container li:hover .cp_social_count,
.cp_social_networks.cp_social_simple .cp_social_icons_container li:hover .cp_social_networkname,
.cp_social_networks.cp_social_simple .cp_social_network_label,
.cp_social_networks.cp_social_simple .cp_social_networkname {
  color: #444;
}

.cp_social_networks.cp_social_autowidth {
  width: auto;
  display: block;
}

.cp_social_networks.cp_social_autowidth .cp_social_icons_container {
  display: block;
  width: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.cp_social_networks.cp_social_autowidth ul.cp_social_icons_container li {
  float: none;
  display: inline-block;
}

span.cp_social_share {
  display: block;
  width: 100%;
  height: auto;
}

.cp_social_placeholder {
  width: 7px;
  height: 14px;
  display: inline-block;
}

.cp_social_icons_container {
  padding: 0;
  margin: 0;
  line-height: 1em;
  display: inline-block;
  width: 100%;
}

.cp_social_media_wrapper {
  display: block;
  width: 100%;
  float: left;
  margin: 15px 0 0;
  padding: 0;
}

.cp-live-preview .cp_social_networks a {
  pointer-events: none;
}

.cp_social_networks.cp-square i {
  border-radius: 0 !important;
}

.cp_social_networks.cp-circle i {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 100% !important;
}

.cp_social_networks.cp-border_radius i {
  background-color: rgba(0, 0, 0, .1);
}

.cp_social_networkname {
  word-break: break-all;
}

.cp_social_icon,
.cp_social_sidebar_networks .cp_social_count {
  position: relative;
  z-index: 100;
}

.cp_social_networks .cp_social_overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .1);
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}

.cp_social_flip.cp_social_left.cp-icon-style-right .cp_social_overlay,
.cp_social_left.cp-icon-style-right .cp_social_overlay {
  background-color: rgba(0, 0, 0, .1);
  margin: 0 0 0 -40px;
}

.cp_social_inline_top {
  margin-bottom: 40px;
}

.cp_social_inline_bottom {
  margin-top: 40px;
}

.cp_social_networks.cp_social_left .cp_social_count,
.cp_social_networks.cp_social_left .cp_social_networkname {
  line-height: 1em;
  display: inline-block;
}

.cp_social_networks.cp-icon-style-right .cp_social_icon {
  float: right;
}

.cp_social_networks.cp-icon-style-right .cp_social_network_label {
  margin-left: 0;
  margin-right: 50px;
}

.cp_social_networks.cp-icon-style-rounded li {
  border-radius: 5px;
}

.cp_social_networks.cp-icon-style-rectangle li {
  border-radius: 0;
}

.cp_social_networks.cp-icon-style-circle li {
  border-radius: 100px;
}

.cp_social_networks.cp-icon-style-circle .cp_social_icon {
  display: block;
  width: 100%;
}

.cp_social_networks.cp-icon-style-circle .cp_social_count,
.cp_social_networks.cp-icon-style-circle .cp_social_network_label {
  margin-left: 0;
  display: block;
  width: 100%;
  text-align: center;
}

.cp_social_networks.cp-icon-style-circle .cp_social_icon:after,
.cp_social_networks.cp-icon-style-circle .cp_social_icon:before {
  display: block;
  width: auto;
}

.cp_social_networks {
  text-shadow: none !important;
  width: 100%;
  display: inline-block;
}

.cp_social_networks .cp_social_icons_container {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1em !important;
  display: inline-block;
  width: inherit;
}

.cp_social_networks li,
.widgcp_monarchwidget .cp_social_networks li,
.widgcp_text .cp_social_networks li,
.widget .cp_social_networks li {
  float: left;
  position: relative;
  margin: 2% 0 0 2%;
  overflow: hidden;
  min-height: 40px;
  line-height: 0;
}

.textwidget .cp_social_networks li {
  margin-bottom: 0;
}

.cp_social_networks.cp_social_nospace li,
.cp_social_open_all .cp_social_overlay {
  margin: 0 !important;
}

.cp_social_networks li a {
  text-decoration: none;
  line-height: 0;
}

.cp_social_icon,
.cp_social_networks li,
.cp_social_networks li a {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_social_networks div.cp_social_network_label {
  font-size: 14px;
  line-height: 1.5em;
}

.cp_social_networks div.cp_social_count .cp_social_count_label {
  font-size: 12px;
  font-weight: 400;
}

.cp_social_networks div,
.cp_social_networks li i,
.cp_social_networks span {
  position: relative;
  z-index: 2;
}

.cp_social_networks .cp_social_icon,
.cp_social_networks .cp_social_icon:after,
.cp_social_networks .cp_social_icon:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.cp_social_networks .cp_social_count span,
.cp_social_networks .cp_social_networkname {
  font-weight: 700;
}

.cp_social_count,
.cp_social_networkname {
  display: none;
}

.cp_social_sidebar_withcounts .cp_social_count,
.cp_social_withcounts .cp_social_count,
.cp_social_withnetworknames .cp_social_networkname {
  display: inherit;
}

.cp_social_networks.cp_social_left i.cp_social_icon.cp_social_icon_all_button {
  float: none !important;
}

.cp_social_networks .cp_social_all_button i.cp_social_icon.cp_social_icon_all_button:after,
.cp_social_networks .cp_social_all_button i.cp_social_icon.cp_social_icon_all_button:before {
  width: 100%;
}

.cp_social_slide.cp_social_left .cp_social_all_button i.cp_social_icon.cp_social_icon_all_button:after {
  left: -100%;
}

.cp_social_slide.cp_social_left li.cp_social_all_button:hover i.cp_social_icon.cp_social_icon_all_button:after {
  left: 0;
}

.cp_social_slide.cp_social_left li:hover i.cp_social_icon.cp_social_icon_all_button:before {
  margin-left: 100% !important;
}

.cp_social_flip.cp_social_left li.cp_social_all_button:hover i.cp_social_icon.cp_social_icon_all_button:before {
  width: 110% !important;
}

li.cp_social _all_button {
  padding: 0;
  text-align: center;
}

.cp_social_circle li.cp_social_all_button {
  padding: 0;
  text-align: left;
}

.cp_social_top.cp_social_rectangle.cp_social_withcounts li.cp_social_all_button a.cp_social_open_all,
.cp_social_top.cp_social_rounded.cp_social_withcounts li.cp_social_all_button a.cp_social_open_all {
  padding: 22px 0 !important;
}

.cp_social_top.cp_social_rectangle.cp_social_withnetworknames li.cp_social_all_button a.cp_social_open_all,
.cp_social_top.cp_social_rounded.cp_social_withnetworknames li.cp_social_all_button a.cp_social_open_all {
  padding: 21px 0 !important;
}

.cp_social_top.cp_social_rectangle.cp_social_withnetworknames.cp_social_withcounts li.cp_social_all_button a.cp_social_open_all,
.cp_social_top.cp_social_rounded.cp_social_withnetworknames.cp_social_withcounts li.cp_social_all_button a.cp_social_open_all {
  padding: 33px 0 !important;
}

.cp_social_slide .cp_social_icon:after {
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
}

.cp_social_icon:after,
.cp_social_networks.cp_social_simple .cp_social_overlay,
.cp_social_popup {
  display: none;
}

.cp_social_slide li:hover .cp_social_icon:before {
  opacity: 0;
  margin-top: 40px;
}

.cp_social_slide li:hover .cp_social_icon:after {
  top: 0;
}

.cp_social_slide li:hover .cp_social_overlay {
  margin: 0 0 0 100px;
}

.cp_social_slide.cp_social_left .cp_social_icon {
  overflow: hidden;
}

.cp_social_slide.cp_social_left li .cp_social_icon:after {
  left: -40px;
  top: 0;
}

.cp_social_slide.cp_social_left li:hover .cp_social_icon:after {
  left: 0;
}

.cp_social_slide.cp_social_left li:hover .cp_social_icon:before {
  margin-left: 40px;
  margin-top: 0;
  opacity: 0;
}

.cp_social_networks.cp-no-spacing li {
  margin: 0 !important;
}

.cp_social_flip li {
  min-width: 40px;
}

.cp_social_flip li .cp_social_share,
.cp_social_flip li a {
  border-left: 0 solid rgba(0, 0, 0, .2);
}

.cp_social_flip.cp_social_top.cp_social_autowidth li a {
  border-left: 8px solid transparent;
  padding: 10px 18px 10px 10px;
}

.cp_social_flip.cp_social_top.cp_social_autowidth li.cp_social_all_button a.cp_social_open_all {
  padding-right: 8px !important;
}

.cp_social_flip.cp_social_top li:hover a,
.cp_social_media_wrapper .cp_social_flip.cp_social_top li:hover .cp_social_share {
  border-left: 8px solid rgba(0, 0, 0, .1);
}

.cp_social_flip.cp_social_left li:hover .cp_social_network_label,
.cp_social_flip.cp_social_left li:hover .cp_social_overlay {
  margin: 0 0 0 50px;
}

.cp_social_flip.cp_social_left.cp-icon-style-right li:hover .cp_social_overlay {
  margin: 0 0 0 -55px;
}

.cp_social_flip.cp_social_left.cp-icon-style-right li:hover .cp_social_network_label {
  margin: 0 0 0 -10px;
}

.cp_social_flip.cp_social_left li:hover .cp_social_icon:before {
  width: 50px;
}

.cp_social_networks.cp_social_flip.cp_social_left.cp-icon-style-right .cp_social_icon,
.cp_social_networks.cp_social_flip.cp_social_left.cp-icon-style-right .cp_social_icon:after,
.cp_social_networks.cp_social_flip.cp_social_left.cp-icon-style-right .cp_social_icon:before {
  float: right;
}

.cp_social_flip.cp_social_left.cp_social_circle li:hover .cp_social_icon:before {
  width: inherit;
}

.cp_social_flip.cp_social_left.cp_social_autowidth li:hover .cp_social_network_label,
.cp_social_flip.cp_social_left.cp_social_autowidth li:hover .cp_social_overlay {
  margin: 0 0 0 45px;
}

.cp_social_flip.cp_social_left.cp_social_autowidth li:hover .cp_social_icon:before {
  width: 45px;
}

.cp_social_flip.cp_social_left.cp_social_autowidth li:hover .cp_social_network_label {
  padding-right: 5px;
}

.cp_social_flip.cp_social_left.cp_social_autowidth.cp-icon-style-right li:hover .cp_social_network_label {
  margin-left: -5px !important;
  margin-right: 65px !important;
}

.cp_social_flip.cp_social_circle li .cp_social_icon,
.cp_social_media_wrapper .cp_social_flip.cp_social_circle li:hover .cp_social_share {
  border-left: 0 solid rgba(0, 0, 0, .1);
  left: 0;
}

.cp_social_flip.cp_social_circle li:hover .cp_social_icon {
  border-left: 6px solid rgba(0, 0, 0, .1);
  width: 32px;
}

.cp_social_flip.cp_social_circle.cp_social_left li:hover .cp_social_icon {
  left: 1px;
}

.cp_social_flip.cp_social_circle.cp_social_top li:hover a {
  border: none;
}

.cp_social_flip.cp_social_top.cp_social_circle.cp_social_autowidth li a {
  border-left: none;
  padding: 10px;
}

.cp_social_networks.cp-icon-style-rectangle.cp_gradient i.cp_social_icon {
  margin: 5px auto 10px;
}

.cp_social_networks.cp_gradient.cp-no-count-no-share .cp_social_overlay {
  margin: 0;
}

.cp_social_col_1 li {
  width: 100%;
}

.cp_social_col_2 li {
  width: 49%;
}

.cp_social_col_3 li {
  width: 32%;
}

.cp_social_col_4 li {
  width: 23.5%;
}

.cp_social_col_5 li {
  width: 18.4%;
}

.cp_social_col_6 li {
  width: 15%;
}

.cp_social_autowidth li {
  width: auto;
  margin: 0 2% 2% 0 !important;
}

.cp_social_col_2.cp-no-spacing li {
  width: 50%;
}

.cp_social_col_3.cp-no-spacing li {
  width: 33.33%;
}

.cp_social_col_4.cp-no-spacing li {
  width: 25%;
}

.cp_social_col_5.cp-no-spacing li {
  width: 20%;
}

.cp_social_col_6.cp-no-spacing li {
  width: 16.66%;
}

.cp_social_autowidth.cp-no-spacing li {
  width: auto;
  margin: 0 !important;
}

.cp_social_col_1 li:first-child,
.cp_social_col_2 li:nth-child(-n+2),
.cp_social_col_3 li:nth-child(-n+3),
.cp_social_col_4 li:nth-child(-n+4),
.cp_social_col_5 li:nth-child(-n+5),
.cp_social_col_6 li:nth-child(-n+6) {
  margin-top: 0;
}

.cp_social_autowidth li:first-child,
.cp_social_col_1 li,
.cp_social_col_2 li:nth-child(2n+1),
.cp_social_col_3 li:nth-child(3n+1),
.cp_social_col_4 li:nth-child(4n+1),
.cp_social_col_5 li:nth-child(5n+1),
.cp_social_col_6 li:nth-child(6n+1) {
  margin-left: 0;
  clear: both;
}

.cp_social_autowidth li:first-child {
  margin-left: 2% !important;
}

.cp_social_col_2.cp_social_nospace li {
  width: 50%;
}

.cp_social_col_3.cp_social_nospace li {
  width: 33.33%;
}

.cp_social_col_4.cp_social_nospace li {
  width: 25%;
}

.cp_social_col_5.cp_social_nospace li {
  width: 20%;
}

.cp_social_col_6.cp_social_nospace li {
  width: 16.66%;
}

.cp_social_popup.cp_social_visible {
  display: block;
}

.cp_social_visible {
  z-index: 999999;
}

.cp_social_networks p {
  margin: 0;
  line-height: 0;
}

.cp_social_networks.cp_social_circle li,
.cp_social_networks.cp_social_circle li .cp_social_overlay,
.cp_social_networks.cp_social_simple li,
.cp_social_networks.cp_social_simple li .cp_social_overlay {
  background: 0 0 !important;
}

.cp_social_networks.cp_social_circle .cp_social_icon,
.cp_social_networks.cp_social_circle .cp_social_icon:after,
.cp_social_networks.cp_social_circle .cp_social_icon:before,
.cp_social_networks.cp_social_circle.cp_social_simple .cp_social_icon,
.cp_social_networks.cp_social_circle.cp_social_simple .cp_social_icon:after,
.cp_social_networks.cp_social_circle.cp_social_simple .cp_social_icon:before {
  border-radius: 100%;
}

.cp_social_facebook,
.cp_social_networks.cp_social_circle .cp_social_facebook i,
.cp_social_networks.cp_social_simple .cp_social_facebook i {
  background-color: #3a579a;
}

.cp_3D .cp_social_facebook,
.cp_social_networks.cp_social_circlecp_3D .cp_social_facebook i,
.cp_social_networks.cp_social_simple.cp_3D .cp_social_facebook i {
  position: relative;
  box-shadow: 0 4px #314a83;
}

.cp_social_networks.cp_social_simple.cp_3D li,
.cp_social_networks.cp_social_simple.cp_3D li:hover {
  position: relative;
  box-shadow: none !important;
}

.cp_social_networks.cp_social_circle li.cp_social_facebook:hover i,
.cp_social_networks.cp_social_simple li.cp_social_facebook:hover i,
li.cp_social_facebook:hover {
  background-color: #314a83;
}

.cp-icon-style-simple.cp-normal .cp_social_facebook,
.cp-icon-style-top.cp-normal .cp_social_facebook,
.cp-icon-style-top.cp-normal .cp_social_facebook i,
.cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_facebook i {
  color: #314a83;
}

.cp-icon-style-simple.cp-normal .cp_social_icon,
.cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_icon i {
  background-color: transparent !important;
  border-radius: 0;
}

.cp_social_networks.cp_social_circle .cp_social_twitter i,
.cp_social_networks.cp_social_simple .cp_social_twitter i,
.cp_social_twitter {
  background-color: #00abf0;
}

.cp_social_networks.cp_social_circle li.cp_social_twitter:hover i,
.cp_social_networks.cp_social_simple li.cp_social_twitter:hover i,
li.cp_social_twitter:hover {
  background-color: #0092cc;
}

.cp_3D .cp_social_twitter,
.cp_social_networks.cp_social_circle.cp_3D .cp_social_twitter i,
.cp_social_networks.cp_social_simple.cp_3D .cp_social_twitter i {
  box-shadow: 0 4px #0092cc;
}

.cp-icon-style-simple.cp-normal .cp_social_twitter,
.cp-icon-style-top.cp-normal .cp_social_twitter,
.cp-icon-style-top.cp-normal .cp_social_twitter i,
.cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_twitter i {
  color: #0092cc;
}

.cp_social_networks.cp_social_circle .cp_social_pinterest i,
.cp_social_networks.cp_social_simple .cp_social_pinterest i,
.cp_social_pinterest {
  background-color: #cd1c1f;
}

.cp_social_networks.cp_social_circle li.cp_social_pinterest:hover i,
.cp_social_networks.cp_social_simple li.cp_social_pinterest:hover i,
li.cp_social_pinterest:hover {
  background-color: #ae181a;
}

.cp_3D .cp_social_pinterest,
.cp_social_networks.cp_social_circle.cp_3D .cp_social_pinterest i,
.cp_social_networks.cp_social_simple.cp_3D .cp_social_pinterest i {
  box-shadow: 0 4px #ae181a;
}

.cp-icon-style-simple.cp-normal .cp_social_pinterest,
.cp-icon-style-top.cp-normal .cp_social_pinterest,
.cp-icon-style-top.cp-normal .cp_social_pinterest i,
.cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_pinterest i {
  color: #ae181a;
}

.cp_social_networks.cp_social_circle .cp_social_tumblr i,
.cp_social_networks.cp_social_simple .cp_social_tumblr i,
.cp_social_tumblr {
  background-color: #32506d;
}

.cp_social_networks.cp_social_circle li.cp_social_tumblr:hover i,
.cp_social_networks.cp_social_simple li.cp_social_tumblr:hover i,
li.cp_social_tumblr:hover {
  background-color: #2b445d;
}

.cp_3D .cp_social_tumblr,
.cp_social_networks.cp_social_circle.cp_3D .cp_social_tumblr i,
.cp_social_networks.cp_social_simple.cp_3D .cp_social_tumblr i {
  box-shadow: 0 4px #2b445d;
}

.cp-icon-style-simple.cp-normal .cp_social_tumblr,
.cp-icon-style-top.cp-normal .cp_social_tumblr,
.cp-icon-style-top.cp-normal .cp_social_tumblr i,
.cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_tumblr i {
  color: #32506d;
}

.cp_social_networks.cp_social_circle .cp_social_stumbleupon i,
.cp_social_networks.cp_social_simple .cp_social_stumbleupon i,
.cp_social_stumbleupon {
  background-color: #ea4b24;
}

.cp_social_networks.cp_social_circle li.cp_social_stumbleupon:hover i,
.cp_social_networks.cp_social_simple li.cp_social_stumbleupon:hover i,
li.cp_social_stumbleupon:hover {
  background-color: #c7401f;
}

.cp_3D .cp_social_stumbleupon,
.cp_social_networks.cp_social_circle.cp_3D .cp_social_stumbleupon i,
.cp_social_networks.cp_social_simple.cp_3D .cp_social_stumbleupon i {
  box-shadow: 0 4px #c7401f;
}

.cp-icon-style-simple.cp-normal .cp_social_stumbleupon,
.cp-icon-style-top.cp-normal .cp_social_stumbleupon,
.cp-icon-style-top.cp-normal .cp_social_stumbleupon i,
.cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_stumbleupon i {
  color: #ea4b24;
}

.cp_social_blogger,
.cp_social_networks.cp_social_circle .cp_social_blogger i,
.cp_social_networks.cp_social_simple .cp_social_blogger i {
  background-color: #f59038;
}

.cp_social_networks.cp_social_circle li.cp_social_blogger:hover i,
.cp_social_networks.cp_social_simple li.cp_social_blogger:hover i,
li.cp_social_blogger:hover {
  background-color: #d07b30;
}

.cp_3D .cp_social_blogger,
.cp_social_networks.cp_social_circle.cp_3D .cp_social_blogger i,
.cp_social_networks.cp_social_simple.cp_3D .cp_social_blogger i {
  box-shadow: 0 4px #d07b30;
}

.cp-icon-style-simple.cp-normal .cp_social_blogger,
.cp-icon-style-top.cp-normal .cp_social_blogger,
.cp-icon-style-top.cp-normal .cp_social_blogger i,
.cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_blogger i {
  color: #f59038;
}

.cp_social_myspace,
.cp_social_networks.cp_social_circle .cp_social_myspace i,
.cp_social_networks.cp_social_simple .cp_social_myspace i {
  background-color: #3a5998;
}

.cp_social_networks.cp_social_circle li.cp_social_myspace:hover i,
.cp_social_networks.cp_social_simple li.cp_social_myspace:hover i,
li.cp_social_myspace:hover {
  background-color: #314c81;
}

.cp_3D .cp_social_myspace,
.cp_social_networks.cp_social_circle.cp_3D .cp_social_myspace i,
.cp_social_networks.cp_social_simple.cp_3D .cp_social_myspace i {
  box-shadow: 0 4px #314c81;
}

.cp-icon-style-simple.cp-normal .cp_social_myspace,
.cp-icon-style-top.cp-normal .cp_social_myspace,
.cp-icon-style-top.cp-normal .cp_social_myspace i,
.cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_myspace i {
  color: #3a5998;
}

.cp_social_linkedin,
.cp_social_networks.cp_social_circle .cp_social_linkedin i,
.cp_social_networks.cp_social_simple .cp_social_linkedin i {
  background-color: #127bb6;
}

.cp_social_networks.cp_social_circle li.cp_social_linkedin:hover i,
.cp_social_networks.cp_social_simple li.cp_social_linkedin:hover i,
li.cp_social_linkedin:hover {
  background-color: #0f699b;
}

.cp_3D .cp_social_linkedin,
.cp_social_networks.cp_social_circle.cp_3D .cp_social_linkedin i,
.cp_social_networks.cp_social_simple.cp_3D .cp_social_linkedin i {
  box-shadow: 0 4px #0f699b;
}

.cp-icon-style-simple.cp-normal .cp_social_linkedin,
.cp-icon-style-top.cp-normal .cp_social_linkedin,
.cp-icon-style-top.cp-normal .cp_social_linkedin i,
.cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_linkedin i {
  color: #127bb6;
}

.cp_social_google,
.cp_social_networks.cp_social_circle .cp_social_google i,
.cp_social_networks.cp_social_simple .cp_social_google i {
  background-color: #df4a32;
}

.cp_social_networks.cp_social_circle li.cp_social_google:hover i,
.cp_social_networks.cp_social_simple li.cp_social_google:hover i,
li.cp_social_google:hover {
  background-color: #be3f2b;
}

.cp_3D .cp_social_google,
.cp_social_networks.cp_social_circle.cp_3D .cp_social_google i,
.cp_social_networks.cp_social_simple.cp_3D .cp_social_google i {
  box-shadow: 0 4px #be3f2b;
}

.cp-icon-style-simple.cp-normal .cp_social_google,
.cp-icon-style-top.cp-normal .cp_social_google,
.cp-icon-style-top.cp-normal .cp_social_google i,
.cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_google i {
  color: #be3f2b;
}

.cp_social_networks.cp_social_circle .cp_social_reddit i,
.cp_social_networks.cp_social_simple .cp_social_reddit i,
.cp_social_reddit {
  background-color: #fc461e;
}

.cp_social_networks.cp_social_circle li.cp_social_reddit:hover i,
.cp_social_networks.cp_social_simple li.cp_social_reddit:hover i,
li.cp_social_reddit:hover {
  background-color: #d63c1a;
}

.cp_3D .cp_social_reddit,
.cp_social_networks.cp_social_circle.cp_3D .cp_social_reddit i,
.cp_social_networks.cp_social_simple.cp_3D .cp_social_reddit i {
  box-shadow: 0 4px #d63c1a;
}

.cp-icon-style-simple.cp-normal .cp_social_reddit,
.cp-icon-style-top.cp-normal .cp_social_reddit,
.cp-icon-style-top.cp-normal .cp_social_reddit i,
.cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_reddit i {
  color: #d63c1a;
}

.cp_social_digg,
.cp_social_networks.cp_social_circle .cp_social_digg i,
.cp_social_networks.cp_social_simple .cp_social_digg i {
  background-color: #546b9f;
}

.cp_social_networks.cp_social_circle li.cp_social_digg:hover i,
.cp_social_networks.cp_social_simplecp_social_simple li.cp_social_digg:hover i,
li.cp_social_digg:hover {
  background-color: #475b87;
}

.cp_3D .cp_social_digg,
.cp_social_networks.cp_social_circle.cp_3D .cp_social_digg i,
.cp_social_networks.cp_social_simple.cp_3D .cp_social_digg i {
  box-shadow: 0 4px #475b87;
}

.cp-icon-style-simple.cp-normal .cp_social_digg,
.cp-icon-style-top.cp-normal .cp_social_digg,
.cp-icon-style-top.cp-normal .cp_social_digg i,
.cp_social_networks.cp_social_simple.cp-icon-style-simple.cp-normal .cp_social_digg i {
  color: #475b87;
}

.cp_social_left {
  text-align: left;
}

.cp_social_left .cp_social_network_label {
  margin-left: 40px;
  padding: 7px 14px 10px 10px;
}

.cp_social_left.cp-icon-style-right .cp_social_network_label {
  padding: 7px 14px 10px 10px;
}

.cp_social_left.cp_3D .cp_social_network_label {
  padding: 7px 14px 8px 10px;
}

.cp_social_left .cp_social_network_label div {
  margin: 6px 4px 0;
}

.cp_social_left .cp_social_count span {
  display: inline-block;
}

.cp_social_left .cp_social_overlay {
  background-color: rgba(0, 0, 0, .1);
  margin: 0 0 0 40px;
}

.cp_social_left.cp_social_circle .cp_social_network_label,
.cp_social_left.cp_social_circle li:hover .cp_social_network_label {
  margin-left: 46px !important;
  padding: 6px 0 0;
  padding-right: 0 !important;
}

.cp-border_radius .cp_social_share,
.cp-circle .cp_social_share {
  padding: 5px;
}

.cp_social_left .cp_social_icon {
  float: left;
}

.cp_social_left.cp-circle .cp_social_overlay {
  background-color: rgba(0, 0, 0, .1);
  margin: 0 0 0 50px;
}

.cp_social_flip.cp_social_left.cp-circle li:hover .cp_social_network_label,
.cp_social_flip.cp_social_left.cp-circle li:hover .cp_social_overlay {
  margin: 0 0 0 50px;
}

.cp_social_left.cp-border_radius .cp_social_overlay {
  background-color: rgba(0, 0, 0, .1);
  margin: 0 0 0 50px;
}

.cp_social_flip.cp_social_left.cp-border_radius li:hover .cp_social_network_label,
.cp_social_flip.cp_social_left.cp-border_radius li:hover .cp_social_overlay,
.cp_social_left.cp-border_radius li:hover .cp_social_overlay {
  margin: 0 0 0 50px;
}

.cp_social_flip.cp_social_left.cp-icon-style-right.cp-border_radius .cp_social_overlay,
.cp_social_flip.cp_social_left.cp-icon-style-right.cp-circle .cp_social_overlay,
.cp_social_left.cp-icon-style-right.cp-border_radius .cp_social_overlay,
.cp_social_left.cp-icon-style-right.cp-circle .cp_social_overlay {
  background-color: rgba(0, 0, 0, .1);
  margin: 0 0 0 -50px;
}

.cp_social_flip.cp_social_left.cp-icon-style-right.cp-border_radius li:hover .cp_social_network_label,
.cp_social_flip.cp_social_left.cp-icon-style-right.cp-border_radius li:hover .cp_social_overlay,
.cp_social_flip.cp_social_left.cp-icon-style-right.cp-circle li:hover .cp_social_network_label,
.cp_social_flip.cp_social_left.cp-icon-style-right.cp-circle li:hover .cp_social_overlay,
.cp_social_left.cp-icon-style-right.cp-border_radius li:hover .cp_social_overlay,
.cp_social_left.cp-icon-style-right.cp-circle li:hover .cp_social_overlay {
  margin: 0 0 0 -55px;
}

.cp_social_flip.cp_social_left.cp-icon-style-right.cp-border_radius li:hover .cp_social_network_label,
.cp_social_flip.cp_social_left.cp-icon-style-right.cp-circle li:hover .cp_social_network_label {
  margin: 0 10px 0 -10px;
}

.cp_social_networks.cp_social_col_1 li {
  margin: 2% 0 0 !important;
}

.cp_social_left.cp-square .cp_social_overlay {
  margin: 0 0 0 50px;
}

.cp_social_flip.cp_social_left.cp-icon-style-right.cp-square .cp_social_overlay,
.cp_social_left.cp-icon-style-right.cp-square .cp_social_overlay {
  margin: 0 0 0 -50px;
}

.cp_social_left.cp-icon-style-left.cp-square.cp_gradient li:hover .cp_social_network_label,
.cp_social_left.cp-icon-style-left.cp-square.cp_gradient li:hover .cp_social_overlay,
.cp_social_left.cp-icon-style-left.cp_gradient li:hover .cp_social_network_label,
.cp_social_left.cp-icon-style-left.cp_gradient li:hover .cp_social_overlay {
  margin: 0 0 0 55px;
}

.cp_social_left.cp-icon-style-left.cp-square.cp_gradient li:hover .cp_social_network_label,
.cp_social_left.cp-icon-style-left.cp_gradient li:hover .cp_social_network_label {
  margin: 0 0 0 50px;
}

.cp_social_left.cp-icon-style-rectangle.cp-border_radius li:hover .cp_social_network_label,
.cp_social_left.cp-icon-style-rectangle.cp-circle li:hover .cp_social_network_label,
.cp_social_left.cp-icon-style-rectangle.cp-square li:hover .cp_social_network_label {
  padding: 5px 0 0;
}

.cp-slidein ul.cp_social_icons_container li {
  margin: 2% 0 0 1% !important;
}

.cp-slidein .cp_social_media_wrapper {
  margin: 0;
}

.cp-slidein .cp_social_networks.cp_social_autowidth .cp_social_icons_container {
  display: block;
  width: auto;
}

.cp-slidein .cp-icon-style-top.cp-no-spacing ul.cp_social_icons_container li {
  margin: 0 0 -1px !important;
}

.cp-slidein .cp-icon-style-top.cp-no-spacing ul.cp_social_icons_container {
  margin-top: 15px;
}

.cp-slidein .cp-no-spacing ul.cp_social_icons_container li {
  margin: 0 !important;
}

.cp-slidein .cp_social_left.cp-icon-style-top {
  text-align: center;
}

.cp-slidein .cp_social_networks.cp-icon-style-top .cp_social_icons_container {
  max-width: 100px;
}

.cp-slidein .cp-icon-style-top .cp_social_icon {
  float: none;
}

.cp-slidein .cp-icon-style-top ul.cp_social_icons_container li {
  border-left: 0 solid rgba(0, 0, 0, 1);
  width: 50px;
  max-width: 50px;
  min-height: 50px;
  margin: 4% 0 4% 2% !important;
  -webkit-box-shadow: 1px 0 1px rgba(79, 78, 79, .19);
  -moz-box-shadow: 1px 0 1px rgba(79, 78, 79, .19);
  box-shadow: 1px 0 1px rgba(79, 78, 79, .19);
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.cp-slidein .cp-icon-style-top.cp-circle ul.cp_social_icons_container li {
  margin: 6% 0 6% 2% !important;
}

.cp-slidein .cp-icon-style-top.cp-circle.cp-no-spacing ul.cp_social_icons_container li {
  margin: 0 !important;
}

.cp-slidein.slidein-center-right .cp-icon-style-top ul.cp_social_icons_container li {
  float: right;
}

.cp-slidein .cp-icon-style-top.cp_3D ul.cp_social_icons_container li {
  margin: 5% 0 0 1% !important;
}

.cp-slidein .cp-icon-style-top .cp_social_network_label {
  font-size: 10px;
  line-height: 1em;
  margin: 0 auto;
  text-align: center;
  padding: 0 5px 5px;
}

.cp-slidein .cp-icon-style-top .cp_social_network_label div {
  margin: 0;
}

.cp-slidein .cp-icon-style-top .cp_social_overlay {
  margin: 0 0 0 -90px;
}

.cp-slidein .cp-icon-style-top .cp_social_icon,
.cp-slidein .cp-icon-style-top .cp_social_icon:after,
.cp-slidein .cp-icon-style-top .cp_social_icon:before {
  width: auto;
  height: auto;
  line-height: 1.15em;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.cp-slidein .cp-icon-style-top .cp_social_icon:before {
  content: "";
}

.cp-slidein .cp-icon-style-top .cp_social_icon {
  margin: 10px 0 2px;
}

.cp-slidein .cp-icon-style-top.cp-border_radius .cp_social_share,
.cp-slidein .cp-icon-style-top.cp-circle .cp_social_share,
.cp-slidein .cp-icon-style-top.cp-icon-style-left.cp-square .cp_social_share,
.cp-slidein .cp-icon-style-top.cp-icon-style-rectangle.cp-square .cp_social_share,
.cp-slidein .cp-icon-style-top.cp-icon-style-rounded.cp-square .cp_social_share,
.cp-slidein .cp-icon-style-top.cp-square .cp_social_share {
  padding: 0;
}

.cp-slidein .cp-icon-style-top.cp-border_radius i,
.cp-slidein .cp-icon-style-top.cp-circle i {
  background-color: transparent;
  border-radius: 0 !important;
}

.cp-slidein .cp-icon-style-top.cp-circle li {
  border-radius: 100% !important;
  min-height: 50px;
}

.cp-slidein .cp-icon-style-top.cp-border_radius li {
  border-radius: 5px;
}

.cp-slidein .cp-icon-style-top.cp-hover-border.cp-circle li {
  border: 2px solid transparent;
  max-height: 50px;
}

.cp-icon-style-top.cp-normal li {
  background: 0 0 !important;
}

.cp-icon-style-top.cp-normal .cp_social_network_label {
  color: #333;
}

.cp-slidein .cp-icon-style-top li:hover i {
  opacity: .8;
}

.cp-slidein.slidein-center-left .cp-icon-style-top.cp-hover-border ul.cp_social_icons_container li:hover {
  border-left: 6px solid rgba(0, 0, 0, .3);
}

.cp-slidein.slidein-center-right .cp-icon-style-top.cp-hover-border ul.cp_social_icons_container li:hover {
  border-right: 6px solid rgba(0, 0, 0, .3);
}

.cp-slidein .cp-icon-style-top.cp-hover-border.cp-circle ul.cp_social_icons_container li:hover {
  border: 2px solid rgba(0, 0, 0, .25);
}

.cp-slidein.slidein-center-right .cp-icon-style-top.cp-hover-flip ul.cp_social_icons_container li:hover {
  width: 46px;
  border-right: 6px solid rgba(0, 0, 0, .3);
}

.cp-slidein-inline .cp-icon-style-top.cp-hover-flip ul.cp_social_icons_container li:hover,
.cp-slidein.slidein-center-left .cp-icon-style-top.cp-hover-flip ul.cp_social_icons_container li:hover {
  width: 46px;
  border-left: 6px solid rgba(0, 0, 0, .3);
}

.cp-slidein .cp-icon-style-top.cp-hover-grow .cp_social_icons_container li:hover {
  width: 55px;
  max-width: 60px;
}

.cp-slidein-inline .cp-icon-style-top.cp-hover-grow.cp-circle ul.cp_social_icons_container li:hover,
.cp-slidein.slidein-center-left .cp-icon-style-top.cp-hover-grow.cp-circle ul.cp_social_icons_container li:hover {
  width: 50px;
  max-width: 60px;
  margin-left: 8px !important;
}

.cp-slidein.slidein-center-right .cp-icon-style-top.cp-hover-grow.cp-circle ul.cp_social_icons_container li:hover {
  width: 50px;
  max-width: 60px;
  margin-right: 8px !important;
}

.cp-slidein.slidein-center-left .cp-icon-style-top.cp-square .cp_social_icons_container li:first-child {
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

.cp-slidein.slidein-center-left .cp-icon-style-top.cp-square .cp_social_icons_container li:last-child {
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.cp-slidein.slidein-center-right .cp-icon-style-top.cp-square .cp_social_icons_container li:first-child {
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}

.cp-slidein.slidein-center-right .cp-icon-style-top.cp-square .cp_social_icons_container li:last-child {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.cp-slidein span.cp_social_hide_sidebar.cp_social_icon {
  -webkit-border-radius: 1px 6px 6px 1px;
  -moz-border-radius: 1px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  border-radius: 100%;
  margin-left: 13px !important;
  float: none;
  width: 24px;
  height: 24px;
  display: block;
}

.cp-slidein .cp_social_hide_sidebar.cp_social_hidden_sidebar {
  opacity: 1;
}

.cp-slidein span.cp_social_hide_sidebar {
  background: rgba(0, 0, 0, .9);
  height: 24px;
  width: 24px;
  display: block;
  cursor: pointer;
  margin: 8px 0 0 8px !important;
  border-radius: 12px;
  opacity: 0;
}

.cp-slidein span.cp_social_hide_sidebar.cp_social_hidden_sidebar,
span.cp_social_hide_sidebar.cp_hidden_sidebar {
  opacity: 1;
}

.cp-slidein .cp_social_hide_sidebar.cp_social_icon:before {
  content: "\e649";
  transform: rotate(-90deg);
  font-size: 20px !important;
  line-height: 24px !important;
  left: -1px;
}

.cp-slidein:hover span.cp_social_hide_sidebar.cp_social_icon {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  opacity: 1;
}

.cp-slidein span.cp_social_hide_sidebar.cp_hidden_sidebar {
  border-radius: 0 6px 6px 0;
  margin-left: 0 !important;
}

.cp-slidein.slidein-center-right span.cp_social_hide_sidebar.cp_hidden_sidebar {
  border-radius: 6px 0 0 6px;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.cp-slidein .cp_social_hide_sidebar.cp_hidden_sidebar:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cp-slidein.slidein-center-right .cp_social_hide_sidebar.cp_hidden_sidebar {
  border-radius: 6px 0 0 6px;
  margin-right: 0 !important;
}

.cp-slidein.slidein-center-right .cp_social_hide_sidebar.cp_hidden_sidebar:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.cp-slidein .cp-network-without-count a.cp_social_share {
  min-height: 50px;
  vertical-align: middle;
  position: relative;
}

.cp-slidein .cp-icon-style-top.cp-network-without-count .cp_social_icon {
  float: none;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slidein-center-left .cp_social_left.cp-icon-style-top.cp_none {
  text-align: left;
}

.slidein-center-right .cp_social_left.cp-icon-style-top.cp_none {
  text-align: right;
}

.slidein-center-right span.cp_social_hide_sidebar.cp_social_icon {
  float: right;
  margin-right: 13px !important;
}

.cp-slidein .cp_social_networks.cp-icon-style-top .cp_social_icons_container {
  display: inline-block;
  min-width: 45px;
  width: auto;
  float: none;
  margin: 0 auto !important;
  text-align: center;
}

.cp-slidein .cp_social_networks.cp-icon-style-top.cp-border_radius .cp_social_icons_container,
.cp-slidein .cp_social_networks.cp-icon-style-top.cp-circle .cp_social_icons_container {
  margin: 0 5px !important;
}

.cp-slidein .cp_social_flip.cp_social_left.cp-icon-style-right li:hover .cp_social_overlay {
  margin: 0 0 0 -55px;
}

.cp-slidein .cp_social_flip.cp_social_left.cp-icon-style-right li:hover .cp_social_network_label {
  margin: 0 0 0 -10px;
}

.cp-info-bar .cp_social_media_wrapper {
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 5px;
  padding: 0;
  min-width: 350px;
}

.cp-info-bar .cp-no-spacing.cp-normal {
  margin-bottom: 10px;
}

.cp-info-bar .cp_social_flip.cp_social_left.cp-icon-style-right li:hover .cp_social_network_label {
  margin: 0 70px 0 -10px;
}

.cp-info-bar .cp_social_flip.cp_social_left.cp-icon-style-right li:hover .cp_social_overlay {
  margin: 0 0 0 -50px;
}

.cp-info-bar .cp-icon-style-left.cp_gradient li:hover .cp_social_network_label,
.cp-info-bar .cp-icon-style-left.cp_gradient li:hover .cp_social_overlay {
  margin: 0 0 0 40px;
}

.cp-info-bar .cp-icon-style-left.cp_social_flip.cp_gradient li:hover .cp_social_network_label,
.cp-info-bar .cp-icon-style-left.cp_social_flip.cp_gradient li:hover .cp_social_overlay {
  margin: 0 0 0 50px;
}

.cp_social_networks.cp_social_left.cp-icon-style-simple.cp-square li {
  border-radius: 0 !important;
}

.cp-modal-inline .cp_social_networks ul.cp_social_icons_container {
  color: #fff;
}

.cp_social_networks li a:hover span,
.cp_social_networks li a:hover span *,
.cp_social_networks li a:visited span,
.cp_social_networks li a:visited span * {
  color: inherit;
}

.cp_social_icon,
.cp_social_icon:after,
.cp_social_icon:before {
  speak: none;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: block;
}

.cp_social_icon_networks:before {
  content: "\e605";
}

.cp_social_icon_cancel:after {
  content: "\e60c";
}

.cp_social_icon_behance:after,
.cp_social_icon_behance:before {
  content: "\e643";
}

.cp_social_icon_like:after,
.cp_social_icon_like:before {
  content: "\e60e";
}

.cp_social_icon_aweber:after,
.cp_social_icon_aweber:before {
  content: "\e612";
}

.cp_social_icon_blinklist:after,
.cp_social_icon_blinklist:before {
  content: "\e613";
}

.cp_social_icon_buffer:after,
.cp_social_icon_buffer:before {
  content: "\e614";
}

.cp_social_icon_email:after,
.cp_social_icon_email:before {
  content: "\e615";
}

.cp_social_icon_github:after,
.cp_social_icon_github:before {
  content: "\e616";
}

.cp_social_icon_mailchimp:after,
.cp_social_icon_mailchimp:before {
  content: "\e617";
}

.cp_social_icon_outlook:after,
.cp_social_icon_outlook:before {
  content: "\e618";
}

.cp_social_icon_print:after,
.cp_social_icon_print:before {
  content: "\e619";
}

.cp_social_icon_soundcloud:after,
.cp_social_icon_soundcloud:before {
  content: "\e61a";
}

.cp_social_icon_baidu:after,
.cp_social_icon_baidu:before {
  content: "\e61b";
}

.cp_social_icon_box:after,
.cp_social_icon_box:before {
  content: "\e61c";
}

.cp_social_icon_digg:after,
.cp_social_icon_digg:before {
  content: "\e61d";
}

.cp_social_icon_evernote:after,
.cp_social_icon_evernote:before {
  content: "\e61e";
}

.cp_social_icon_friendfeed:after,
.cp_social_icon_friendfeed:before {
  content: "\e61f";
}

.cp_social_icon_hackernews:after,
.cp_social_icon_hackernews:before {
  content: "\e620";
}

.cp_social_icon_livejournal:after,
.cp_social_icon_livejournal:before {
  content: "\e621";
}

.cp_social_icon_netvibes:after,
.cp_social_icon_netvibes:before {
  content: "\e622";
}

.cp_social_icon_newsvine:after,
.cp_social_icon_newsvine:before {
  content: "\e623";
}

.cp_social_icon_aol:after,
.cp_social_icon_aol:before {
  content: "\e624";
}

.cp_social_icon_gmail:after,
.cp_social_icon_gmail:before {
  content: "\e625";
}

.cp_social_icon_google:after,
.cp_social_icon_google:before {
  content: "\e626";
}

.cp_social_icon_printfriendly:after,
.cp_social_icon_printfriendly:before {
  content: "\e627";
}

.cp_social_icon_reddit:after,
.cp_social_icon_reddit:before {
  content: "\e628";
}

.cp_social_icon_vkontakte:after,
.cp_social_icon_vkontakte:before {
  content: "\e629";
}

.cp_social_icon_yahoobookmarks:after,
.cp_social_icon_yahoobookmarks:before {
  content: "\e62a";
}

.cp_social_icon_yahoomail:after,
.cp_social_icon_yahoomail:before {
  content: "\e62b";
}

.cp_social_icon_youtube:after,
.cp_social_icon_youtube:before {
  content: "\e62c";
}

.cp_social_icon_amazon:after,
.cp_social_icon_amazon:before {
  content: "\e62d";
}

.cp_social_icon_delicious:after,
.cp_social_icon_delicious:before {
  content: "\e62e";
}

.cp_social_icon_googleplus:after,
.cp_social_icon_googleplus:before {
  content: "\e62f";
}

.cp_social_icon_instagram:after,
.cp_social_icon_instagram:before {
  content: "\e630";
}

.cp_social_icon_linkedin:after,
.cp_social_icon_linkedin:before {
  content: "\e631";
}

.cp_social_icon_myspace:after,
.cp_social_icon_myspace:before {
  content: "\e632";
}

.cp_social_icon_picassa:after,
.cp_social_icon_picassa:before {
  content: "\e633";
}

.cp_social_icon_spotify:after,
.cp_social_icon_spotify:before {
  content: "\e634";
}

.cp_social_icon_yahoo:after,
.cp_social_icon_yahoo:before {
  content: "\e635";
}

.cp_social_icon_blogger:after,
.cp_social_icon_blogger:before {
  content: "\e636";
}

.cp_social_icon_deviantart:after,
.cp_social_icon_deviantart:before {
  content: "\e637";
}

.cp_social_icon_dribbble:after,
.cp_social_icon_dribbble:before {
  content: "\e638";
}

.cp_social_icon_flickr:after,
.cp_social_icon_flickr:before {
  content: "\e639";
}

.cp_social_icon_pinterest:after,
.cp_social_icon_pinterest:before {
  content: "\e63a";
}

.cp_social_icon_rss:after,
.cp_social_icon_rss:before {
  content: "\e63b";
}

.cp_social_icon_skype:after,
.cp_social_icon_skype:before {
  content: "\e63c";
}

.cp_social_icon_stumbleupon:after,
.cp_social_icon_stumbleupon:before {
  content: "\e63d";
}

.cp_social_icon_tumblr:after,
.cp_social_icon_tumblr:before {
  content: "\e63e";
}

.cp_social_icon_facebook:after,
.cp_social_icon_facebook:before {
  content: "\e63f";
}

.cp_social_icon_twitter:after,
.cp_social_icon_twitter:before {
  content: "\e640";
}

.cp_social_icon_vimeo:after,
.cp_social_icon_vimeo:before {
  content: "\e641";
}

.cp_social_icon_wordpress:after,
.cp_social_icon_wordpress:before {
  content: "\e642";
}

.cp_social_icon_all_button:after,
.cp_social_icon_all_button:before {
  content: "\e64c";
}

.cp_social_networks.cp_social_simple.cp-no-spacing .cp_social_share {
  padding: 0 0 5px;
}

.cp_social_networks.cp_social_simple.cp-no-spacing .cp_social_network_label {
  margin-left: 40px;
  padding: 7px 0 10px;
}

.cp_social_networks.cp-icon-style-rectangle i.cp_social_icon {
  display: block;
  float: none;
  margin: 0 auto;
}

.cp_social_networks.cp-icon-style-rectangle .cp_social_network_label {
  margin: 0 auto;
  padding: 5px 0 0;
  text-align: center;
}

.cp_social_networks.cp-icon-style-rectangle.cp-normal .cp_social_network_label {
  padding: 0 0 10px;
}

.cp_social_networks.cp-icon-style-rectangle .cp_social_overlay {
  background-color: rgba(0, 0, 0, .1);
  margin: 0 0 35px;
}

.cp_social_networks.cp-icon-style-rectangle.cp-normal .cp_social_overlay {
  background-color: rgba(0, 0, 0, .1);
  margin: 0 0 40px;
}

.cp-icon-style-rectangle.cp_gradient li:hover .cp_social_overlay {
  margin: 0 0 -90px;
}

.cp_social_networks.cp-icon-style-left.cp-square i.cp_social_icon,
.cp_social_networks.cp-icon-style-rectangle.cp-square i.cp_social_icon,
.cp_social_networks.cp-icon-style-right.cp-square i.cp_social_icon,
.cp_social_networks.cp-icon-style-rounded.cp-square i.cp_social_icon {
  background-color: rgba(0, 0, 0, .1);
}

.cp_social_networks.cp-icon-style-left.cp-square .cp_social_share,
.cp_social_networks.cp-icon-style-rectangle.cp-square .cp_social_share,
.cp_social_networks.cp-icon-style-rounded.cp-square .cp_social_share,
.cp_social_networks.cp-square .cp_social_share {
  padding: 5px;
}

.cp-form-container .cp-form-field button,
.cp-form-container .cp-form-field button:active,
.cp-form-container .cp-form-field button:focus,
.cp-form-container .cp-form-field button:hover,
.cp-form-container .cp-form-field input,
.cp-form-container .cp-form-field input:active,
.cp-form-container .cp-form-field input:focus,
.cp-form-container .cp-form-field input:hover,
.cp-form-container .cp-form-field select,
.cp-form-container .cp-form-field select:active,
.cp-form-container .cp-form-field select:focus,
.cp-form-container .cp-form-field select:hover,
.cp-form-container .cp-form-field textarea,
.cp-form-container .cp-form-field textarea:active,
.cp-form-container .cp-form-field textarea:focus,
.cp-form-container .cp-form-field textarea:hover,
.cp-modal-popup-container .cp-form-field button:focus,
.cp-modal-popup-container .cp-form-field input:focus,
.cp-modal-popup-container .cp-form-field select:focus,
.cp-modal-popup-container .cp-form-field textarea:focus {
  box-shadow: none;
  outline: 0;
}

.cp-tooltip-icon.has-tip,
.cp-trigger-shortcode,
.cp_edit_link {
  cursor: pointer;
}

.cp-clear:after {
  clear: both;
}

.cp-clear:after,
.cp-clear:before {
  display: table;
  content: "";
}

.cp-empty,
.cp-empty * {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1px !important;
}

[data-template=demo] .cp-empty,
[data-template=demo] .cp-empty * {
  line-height: 3px !important;
}

.smile-absolute-loader,
.smile-fixed-loader {
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 99999;
  visibility: hidden;
  -webkit-transition: visibility .6s linear, background-color .6s linear;
  -moz-transition: visibility .6s linear, background-color .6s linear;
  transition: visibility .6s linear, background-color .6s linear;
}

.smile-absolute-loader {
  position: absolute;
}

.smile-fixed-loader {
  position: fixed;
}

.smile-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.smile-loading-bar {
  display: inline-block;
  width: 6px;
  height: 29px;
  border-radius: 4px;
  -webkit-animation: loading 1s ease-in-out infinite;
  -moz-animation: loading 1s ease-in-out infinite;
  animation: loading 1s ease-in-out infinite;
  margin-right: 1px;
}

.cp-form-container input[type=number],
.cp-form-field select.cp-dropdown {
  height: auto;
}

.smile-loading-bar:nth-child(1) {
  background-color: #3498db;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  animation-delay: 0;
}

.smile-loading-bar:nth-child(2) {
  background-color: #e74c3c;
  -webkit-animation-delay: 90ms;
  -moz-animation-delay: 90ms;
  animation-delay: 90ms;
}

.smile-loading-bar:nth-child(3) {
  background-color: #f1c40f;
  -webkit-animation-delay: .18s;
  -moz-animation-delay: .18s;
  animation-delay: .18s;
}

.smile-loading-bar:nth-child(4) {
  background-color: #2ecc71;
  -webkit-animation-delay: .27s;
  -moz-animation-delay: .27s;
  animation-delay: .27s;
}

.smile-top-fix-loader .smile-loader {
  top: 150px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.cp-highlight {
  position: relative;
}

.blinking-cursor,
.cp-only-admin-msg,
.cp_edit_link {
  position: absolute;
  bottom: 0;
}

.blinking-cursor {
  font-weight: 100 !important;
  display: inline-block !important;
  line-height: inherit !important;
  width: 1px;
  background-color: transparent;
  font-size: inherit !important;
  color: transparent !important;
  overflow: hidden;
  top: auto;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

.cp-m-error h5,
.cp_edit_link {
  font-weight: 400;
}

.cp-no-responsive {
  font-size: initial !important;
  line-height: initial !important;
}

.cp-hidden {
  display: none;
}

.cp-form-container {
  clear: both;
  float: none;
  margin: auto auto 10px;
}

.cp-info-bar .cp-form-container,
.cp-slidein .cp-form-container {
  margin: 5px 0;
}

.cp-info-bar .cp-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cp-form-container .cp-form-layout-3,
.cp-form-container .cp-form-layout-4 {
  margin-left: 15px;
  margin-right: 15px;
}

.cp-form-container ::-webkit-input-placeholder {
  font-family: inherit;
  line-height: normal;
  color: inherit;
}

.cp-form-container :-moz-placeholder {
  font-family: inherit;
  line-height: normal;
  color: inherit;
}

.cp-form-container ::-moz-placeholder {
  font-family: inherit;
  line-height: normal;
  color: inherit;
}

.cp-form-container :-ms-input-placeholder {
  font-family: inherit;
  line-height: normal;
  color: inherit;
}

.cp-form-container :placeholder-shown {
  font-family: inherit;
  line-height: normal;
  color: inherit;
}

.cp-form-container .cp-submit,
.cp-form-container .cp-submit:active,
.cp-form-container .cp-submit:focus,
.cp-form-container .cp-submit:hover {
  cursor: pointer;
  background-color: #ff4c6b;
  background-image: none;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
}

.cp-form-container .cp-submit.cp-btn-flat,
.cp-form-container .cp-submit.cp-btn-outline {
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.cp-form-container label {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
  text-align: left;
  display: block;
}

.cp-form-container .cp-form-field button,
.cp-form-container .cp-form-field input,
.cp-form-container .cp-form-field select,
.cp-form-container .cp-form-field textarea {
  font-size: 16px;
  line-height: normal;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 3px;
  font-family: inherit;
  padding: 10px;
  outline: 0;
  display: block;
  margin: 0 0 10px;
  width: 100%;
  max-width: 100%;
}

.cp-modal-popup-container .cp-form-field button,
.cp-modal-popup-container .cp-form-field input,
.cp-modal-popup-container .cp-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.cp-modal-popup-container .cp-form-field button,
.cp-modal-popup-container .cp-form-field input,
.cp-modal-popup-container .cp-form-field select,
.cp-modal-popup-container .cp-form-field textarea {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.cp-form-container .cp-submit {
  width: auto;
  display: inline-block;
}

.cp-info-bar .cp-form-container .cp-submit {
  font-size: 14px;
}

.cp-form-container .cp-form-layout-3 .cp-submit {
  display: block;
}

.cp-form-container .cp-submit-wrap-full .cp-submit {
  width: 100%;
}

.cp-form-container .cp-submit-wrap-center {
  text-align: center;
}

.cp-form-container .cp-submit-wrap-left {
  text-align: left;
}

.cp-form-container .cp-submit-wrap-right {
  text-align: right;
}

.cp-form-container .cp-form-layout-3 label {
  display: none !important;
}

.cp-form-container .cp-form-layout-3 .cp-all-inputs-wrap {
  padding: 0;
}

.cp-info-bar .cp-form-container .cp-form-layout-1,
.cp-info-bar .cp-form-container .cp-form-layout-2 {
  margin: 0 auto;
}

.cp-info-bar .cp-form-container .cp-form-layout-1,
.cp-info-bar .cp-form-container .cp-form-layout-2,
.cp-info-bar .cp-form-container .cp-form-layout-4 {
  max-width: 550px;
}

.cp-form-container.cp-vertical-form-container .cp-form-layout-3,
.cp-form-container.cp-vertical-form-container .cp-form-layout-4 {
  margin: 0;
}

.cp-form-container.cp-vertical-form-container .cp-form-layout-1 .cp-form-field,
.cp-form-container.cp-vertical-form-container .cp-form-layout-1 .cp-submit-wrap,
.cp-form-container.cp-vertical-form-container .cp-form-layout-2 .cp-form-field:nth-child(odd),
.cp-form-container.cp-vertical-form-container .cp-form-layout-2 .cp-submit-wrap {
  padding-left: 0;
  padding-right: 0;
}

.cp-form-container.cp-vertical-form-container .cp-form-layout-1 .cp-form-field,
.cp-form-container.cp-vertical-form-container .cp-form-layout-2 .cp-form-field:nth-child(even) {
  padding-right: 0;
}

.cp-form-container .cp-all-inputs-wrap,
.cp-form-container .cp-form-layout-1 .cp-all-inputs-wrap,
.cp-form-container .cp-form-layout-2 .cp-all-inputs-wrap,
.cp-form-container .cp-form-layout-4 .cp-submit-wrap {
  padding: 0;
}

.cp-info-bar .cp-form-container .cp-form-layout-3,
.cp-info-bar .cp-form-container .cp-form-layout-3 .cp-all-inputs-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

html body div#ui-datepicker-div[style] {
  z-index: 99999999999 !important;
}

.cp-detailed-message {
  color: red;
  margin-top: 15px;
  font-size: 15px;
}

.cp-admin-error-notice {
  font-size: 15px;
  margin-top: 13px;
  margin-bottom: 10px;
  color: #101010;
}

.cp-error-msg {
  margin-bottom: 15px;
}

.cp-only-admin-msg {
  width: 100%;
  text-align: center;
  background: rgba(128, 128, 128, .46);
  padding: 10px;
}

.cp-form-container input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.cp_edit_link {
  background: #fff;
  color: #888;
  font-size: 9px;
  font-family: Tahoma;
  letter-spacing: .5px;
  line-height: 1em;
  margin: 0;
  padding: 4px;
  right: 0;
  z-index: 99999999999999999;
}

.cp_edit_link a {
  color: #888;
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

#content .wpb_text_column:last-child>.cp-modal-inline .cp_social_networks {
  margin-bottom: 10px !important;
}

.cp-overlay-close.cp-hide-close,
.ib-close.cp-hide-close,
.slidein-overlay-close.cp-hide-close {
  display: none;
}

.cp-form-field.cp-enable-box-shadow>div {
  box-shadow: 1px 1px 2px 0 rgba(66, 66, 66, .45) !important;
}

.cp-form-container input:focus:not([type=radio]):not([type=checkbox]):not([type=range]),
.cp-form-container textarea:focus {
  border-color: #eee;
  box-shadow: 0 0 5px 0 #eee;
}

.tip[class*=close-tip-content] {
  font-family: "open sans", sans-serif;
}

.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
  display: block;
}

.ps-container.ps-in-scrolling {
  pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999;
}

.ps-container>.ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  height: 8px;
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  height: 8px;
}

.ps-container>.ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  width: 8px;
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  width: 8px;
}

.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999;
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
  opacity: 0.6;
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
  background-color: #999;
}

.epyt-gallery-clear,
.epyt-gallery-rowbreak,
.epyt-pagination {
  clear: both;
}

.epyt-debug {
  cursor: pointer;
  text-align: left;
  background-color: #ddd;
  color: #000;
}

.epyt-gallery {
  text-align: center;
}

.epyt-gallery iframe {
  margin-bottom: 0;
}

.epyt-gallery.epyt-lb iframe {
  display: none;
  height: 0 !important;
}

.epyt-gallery-list {
  margin: 0 -8px;
  position: relative;
  transition: opacity ease-out .3s;
  display: block;
}

.epyt-gallery-list.epyt-loading {
  opacity: .5;
  transition: opacity ease-out .3s;
}

.epyt-gallery-thumb {
  box-sizing: border-box;
  overflow-y: hidden;
  display: block !important;
  cursor: pointer;
  opacity: .8;
  float: left;
  padding: 0 8px 10px;
}

.epyt-gallery-thumb.hover {
  position: relative;
  opacity: 1;
  transition: opacity ease-out .3s;
}

.epyt-gallery-img-box {
  width: 100%;
}

.epyt-gallery-img {
  height: 0;
  width: 100%;
  padding-top: 56.25% !important;
  position: relative;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center !important;
}

.epyt-gallery-playhover {
  opacity: 0;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  transition: opacity ease-out .3s;
}

.epyt-gallery-thumb.epyt-current-video .epyt-gallery-playhover,
.epyt-gallery-thumb.hover .epyt-gallery-playhover {
  opacity: 1;
  top: 0;
  transition: all ease-out .3s;
}

.epyt-gallery-thumb .epyt-gallery-playcrutch {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.epyt-gallery-playhover .epyt-play-img {
  height: auto !important;
  max-width: 15% !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 30px !important;
  vertical-align: middle !important;
  display: inline-block !important;
  width: auto;
  border: none;
  box-sizing: border-box;
}

.epyt-gallery-notitle span,
.epyt-gallery-thumb.epyt-listview+.epyt-gallery-rowbreak {
  display: none;
}

.epyt-gallery-title {
  font-size: 80%;
  line-height: 120%;
  padding: 10px;
}

.epyt-gallery-notitle {
  padding: 4px;
}

.epyt-gallery-rowtitle {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  z-index: 10;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.epyt-gallery-rowtitle.hover {
  opacity: 1;
  transition: opacity linear .2s;
}

.epyt-gallery-list.epyt-gallery-style-listview {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 25px;
}

.epyt-gallery-thumb.epyt-listview {
  width: 100% !important;
  padding: 0;
  margin: 8px 0;
}

.epyt-gallery-thumb.epyt-listview .epyt-gallery-img-box {
  float: left;
  width: 150px;
  max-width: 25%;
  margin-right: 20px;
  margin-bottom: 6px;
}

.epyt-gallery-thumb.epyt-listview .epyt-gallery-title {
  padding: 10px;
  text-align: left;
}

.epyt-gallery-thumb.epyt-listview .epyt-gallery-dsc {
  font-size: 75%;
  line-height: 120%;
  padding: 5px 10px 12px;
  text-align: left;
}

.epyt-gallery-thumb.epyt-listview.hover {
  position: relative;
  background-color: #ddd;
  color: #000;
  transition: background-color ease-out .3s, color ease-out .3s;
}

.epyt-pagination {
  text-align: center;
  padding: 10px 8px;
}

.epyt-pagenumbers>div,
.epyt-pagination>div {
  display: inline-block;
  padding: 0 2px;
  vertical-align: middle;
}

.epyt-pagination .epyt-pagebutton {
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
}

.epyt-pagebutton>div {
  display: inline;
}

.epyt-pagination .epyt-loader {
  display: none;
}

.epyt-gallery-list.epyt-loading .epyt-pagination .epyt-loader {
  display: inline-block;
}

body .lity-container {
  width: 100%;
  max-width: 964px;
}

.epyt-curtain .lity-opened iframe {
  opacity: 0;
  transition: opacity .3s linear .5s;
}

.epyt-gallery-allthumbs.epyt-cols-1 .epyt-gallery-thumb {
  width: 100%;
}

.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb {
  width: 50%;
}

.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb {
  width: 33.333%;
}

.epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb {
  width: 25%;
}

.epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb {
  width: 20%;
}

.epyt-gallery-allthumbs.epyt-cols-6 .epyt-gallery-thumb {
  width: 16.666%;
}

.epyt-gallery-allthumbs.epyt-cols-7 .epyt-gallery-thumb {
  width: 14.285%;
}

.epyt-gallery-allthumbs.epyt-cols-8 .epyt-gallery-thumb {
  width: 12.5%;
}

.epyt-gallery-allthumbs.epyt-cols-9 .epyt-gallery-thumb {
  width: 11.111%;
}

.epyt-gallery-allthumbs.epyt-cols-10 .epyt-gallery-thumb {
  width: 10%;
}

.epyt-gallery-allthumbs.epyt-cols-11 .epyt-gallery-thumb {
  width: 9.090%;
}

.epyt-gallery-allthumbs.epyt-cols-12 .epyt-gallery-thumb {
  width: 8.333%;
}

.epyt-gallery-allthumbs.epyt-cols-13 .epyt-gallery-thumb {
  width: 7.692%;
}

.epyt-gallery-allthumbs.epyt-cols-14 .epyt-gallery-thumb {
  width: 7.142%;
}

.epyt-gallery-allthumbs.epyt-cols-15 .epyt-gallery-thumb {
  width: 6.666%;
}

.epyt-gallery-allthumbs.epyt-cols-16 .epyt-gallery-thumb {
  width: 6.25%;
}

.epyt-gallery-allthumbs.epyt-cols-17 .epyt-gallery-thumb {
  width: 5.882%;
}

.epyt-gallery-allthumbs.epyt-cols-18 .epyt-gallery-thumb {
  width: 5.555%;
}

.epyt-gallery-allthumbs.epyt-cols-19 .epyt-gallery-thumb {
  width: 5.263%;
}

.epyt-gallery-allthumbs.epyt-cols-20 .epyt-gallery-thumb {
  width: 5%;
}

.epyt-gallery-allthumbs.epyt-thumb-portal .epyt-gallery-thumb .epyt-gallery-img {
  border-radius: 50%;
  padding-top: 100% !important;
}

.epyt-gallery-list.epyt-gallery-style-carousel {
  margin: 0 0 50px;
}

.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagination {
  display: none;
}

.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagination:first-child {
  position: absolute;
  width: 100%;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  padding: 0;
  height: 30px;
}

.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagenumbers.hide {
  opacity: 0;
}

.epyt-gallery-list.epyt-gallery-style-carousel .epyt-gallery-allthumbs {
  margin: 15px 35px;
}

.epyt-gallery-list.epyt-gallery-style-carousel .epyt-gallery-thumb {
  padding-bottom: 0;
  float: none;
  display: inline-block !important;
}

.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagebutton>div {
  display: none;
}

.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagebutton>div.arrow {
  background-size: contain;
  width: 20px;
  height: 100%;
  display: block;
  text-indent: -99999px;
  opacity: .7;
}

.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagebutton>div.arrow:hover {
  opacity: 1;
}

.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagebutton {
  padding: 0;
  margin-top: -2px;
}

.epyt-gallery-list.epyt-gallery-style-carousel .epyt-next {
  float: right;
}

.epyt-gallery-list.epyt-gallery-style-carousel .epyt-prev {
  float: left;
}

.epyt-gallery-list.epyt-gallery-style-carousel .epyt-pagenumbers {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.epyt-pagebutton.hide,
.epyt-pagenumbers.hide {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.epyt-gallery-subscribe {
  text-align: center;
  padding: 15px 0 10px;
  clear: both;
}

.epyt-gallery-subscribe a.epyt-gallery-subbutton,
.epyt-gallery-subscribe a.epyt-gallery-subbutton:hover {
  display: inline-block;
  padding: 5px 10px;
  background-color: #e62117 !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 3px;
}

.epyt-gallery-subscribe a.epyt-gallery-subbutton img {
  width: 20px !important;
  height: auto !important;
  vertical-align: middle !important;
  padding: 0 6px 3px 0;
  display: inline-block;
  background: 0 0;
}

#wpadminbar #wp-admin-bar-ytprefs-bar-cache>.ab-item:before {
  content: "\f311";
  top: 2px;
}

.cp-modal-popup-container input {
  margin-bottom: 0px;
  margin-top: 2px;
  padding: 5px;
  border-radius: 0px;
}

.main-navigation-menu li a {
  font-size: 16px;
  line-height: 50px;
}

.post-wrapper .type-post .entry-content {
  font-size: 16px;
}

.post-wrapper .type-post .entry-meta,
.more-link {
  font-size: 14px;
}

.post-layout-three-columns .post-wrapper .type-post .entry-title {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 20px;
  float: left;
}

.entry-meta a:link,
.entry-meta a:visited {
  letter-spacing: 1px;
  line-height: 20px;
}

.post-wrapper .type-post .entry-excerpt p {
  letter-spacing: 0.5px;
  line-height: 22px;
  font-size: 15px;
}

.more-link:link,
.more-link:visited {
  font-weight: 600;
  letter-spacing: 1px;
}

.wpautbox-author-meta {
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

.a-tabs #wpautbox_about h4.wpautbox-name {
  font-size: 18px;
}

blockquote p {
  font-weight: 400 !important;
}

.entry-content h2,
.entry-content h2 strong {
  margin: 40px 0 30px 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  word-break: normal;
  text-align: left;
}

.entry-content h3,
.entry-content h3 strong {
  margin: 40px 0 30px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  word-break: normal;
  text-align: left;
}

.entry-content h4,
.entry-content h4 strong {
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0px 20px 0;
  line-height: 34px;
  word-break: normal;
  text-align: left;
}

.entry-content h5,
.entry-content h5 strong {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0px 10px 0;
  line-height: 28px;
  word-break: normal;
  text-align: left;
}

.entry-content ul,
.entry-content ol {
  padding-left: 40px;
  margin: 20px 0;
}

.entry-content ul li,
.entry-content ol li {
  list-style-image: url(images/list-icon.png);
  font-size: 16px;
  line-height: 28px;
  padding-left: 5px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.entry-content ul li:last-child,
.entry-content ol li:last-child {
  margin-bottom: 0px;
}

.postid-6737 ol li h3,
.postid-6737 ol li h3 strong {
  font-size: 20px !important;
  font-weight: 400;
}

body.category {
  background: #fff;
}

body.single-post .site-content {
  padding-top: 50px;
}

.mcs-postbox {
  background: #fff;
  text-align: center;
  padding: 30px 0px;
  height: 100%;
  border: 1px solid #eee;
}

.mcs-postbox p {
  text-align: inherit;
  word-break: inherit;
}

.mcs-postbox .entry-header {
  padding: 0px 20px 30px;
  text-align: center;
}

.mcs-postbox h2.entry-title {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
}

.mcs-postbox h2.entry-title a {
  color: #222;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mcs-postbox h2.entry-title a:hover {
  color: #198689;
}

.mcs-postbox .entry-meta {
  margin-top: 20px;
  height: 36px;
  overflow: hidden;
}

.mcs-postbox .entry-meta span.meta-category a {
  font-size: 10px;
  color: #b9a5b0;
  text-transform: uppercase;
  line-height: 15px;
}

.mcs-postbox .entry-meta span.meta-category a:hover {
  color: #222;
}

.mcs-postbox .entry-content {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
  padding-top: 20px;
  padding-inline: 20px;
  color: #555;
  text-align: center;
  word-break: normal;
}

.mcs-postbox .entry-content p {
  color: #555;
  font-size: 16px;
  padding: 5px 20px;
}

.mcs-postbox .more-link:link,
.mcs-postbox .more-link:visited {
  color: #132c45;
  border: 2px solid #132c45;
  display: inline-block;
  padding: 6px 24px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
}

.mcs-postbox .more-link:hover {
  background-color: #132c45;
  color: #fff;
  text-decoration: none;
}

.main-mcs-postbox {
  margin-bottom: 36px;
  float: left;
}

.nav-links {
  border: 1px solid #ddd;
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  float: left;
}

.nav-links span.page-numbers.current {
  background: #eee;
  color: #19878a;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 10px 16px 9px 16px;
  display: initial;
  float: left;
}

.nav-links a.page-numbers {
  background: #fff;
  border-left: 1px solid #ddd;
  margin: 0 !important;
  color: #222;
  float: left;
  padding: 10px 16px 11px 16px;
  display: initial;
  font-weight: 500;
  font-size: 14px;
}

.nav-links a.page-numbers:hover {
  background: #eee;
  text-decoration: none;
}

.nav-links span.page-numbers.dots {
  padding: 10px 16px 11px 16px;
  float: left;
  border-left: 1px solid #ddd;
  display: initial;
  font-size: 14px;
}

.nav-links a.next.page-numbers {
  color: #19878a;
  font-size: 16px;
  padding: 9px 16px;
}

.nav-links a.prev.page-numbers {
  border-left: none !important;
}

.header-blog {
  float: left;
  width: 100%;
  background: #19898b;
}

.sticky-header-left {
  float: left;
  width: 100%;
}

.sticky-header-left .sticky-title {
  margin: 0px;
  line-height: 41px;
  width: 130px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-position: 9px 9px;
  float: left;
  background: #19898b;
  font-size: 14px;
}

.next-sticky-title {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  float: left;
  width: 45px;
  height: 40px;
  text-align: center;
}

.sticky-title-text {
  margin: 0px;
  color: #c6efef;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1px;
}

.sticky-header-right ul {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}

.sticky-header-right ul li {
  display: inline-block;
  font-size: 14px;
  padding: 10px 8px 8px;
}

.sticky-header-right ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.sticky-title-text a {
  color: #fff;
}

.header-note a:hover,
.sticky-title-text a:hover {
  color: #fff;
  text-decoration: underline;
}

.fixed-header .main-navigation-menu {
  top: 0;
  border-bottom: 1px solid #ececec;
}

.custom_description_on_menu.my-header-modal {
  float: left;
  width: 100%;
  text-align: center;
}

.main-navigation-menu li a:hover {
  background-color: #132c45;
  color: #fff;
}

.primary-navigation {
  margin: 0px;
}

.fixed-header .main-navigation-menu li a:hover {
  background: transparent;
  color: #132c45 !important;
  text-decoration: underline;
}

.fixed-header .custom_description_on_menu a {
  color: #27b3b7 !important;
}

.fixed-header .main-navigation-menu a {
  line-height: inherit;
  padding-top: 0;
}

.current-menu-item {
  color: #132c45;
  font-weight: 600;
  text-decoration: none;
}

.mks_author_widget .widget-header {
  border: none;
  text-align: center;
}

.mks_author_widget .widget-header .widget-title {
  padding-left: 0px;
}

.mks_author_widget img.avatar {
  border-radius: 100%;
  border: 1px solid #ddd;
  width: 200px;
  height: 200px;
  margin: 0px auto;
  float: none;
  text-align: center;
  display: block;
  padding: 10px;
}

.mks_author_widget h3 {
  text-align: center;
  margin-bottom: 0px;
}

.mks_author_widget h3 a {
  color: #132c45;
  font-size: 22px;
  font-weight: 700;
}

.mks_author_widget h4 {
  text-align: center;
  margin-top: 10px;
  color: #777;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.mks_author_widget h4:after {
  right: 0;
  margin: 0 auto;
  content: "";
  width: 60px;
  left: 0;
  bottom: -15px;
  position: absolute;
  border-bottom: 3px #b1b1b1 dashed;
}

.custom_author_name span {
  text-align: center;
  margin-top: 10px;
  color: #777;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: block;
}

.custom_author_name span:after {
  right: 0;
  margin: 0 auto;
  content: "";
  width: 60px;
  left: 0;
  bottom: -15px;
  position: absolute;
  border-bottom: 3px #b1b1b1 dashed;
}

#social-menu {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 5px;
}

#social-menu li {
  display: inline-block;
  padding: 5px 10px;
}

#social-menu li a {
  color: #000;
  font-size: 16px;
}

.sidebar .widget {
  width: 100%;
  float: left;
  clear: both;
  padding: 15px 10px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  margin-top: 0;
}

.mcs-recent-post-sidebar li img,
.custom-author-recent-post ul li img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 15px;
  min-width: auto;
  border-radius: 100%;
  margin-bottom: 0;
  border: 1px solid #ddd;
  padding: 4px;
  background: transparent;
}

.mcs-recent-post-sidebar li:nth-child(1) img,
.custom-author-recent-post ul li:nth-child(1) img {
  width: 100%;
  min-height: 180px;
  float: left;
  margin-right: 0px;
  border-radius: initial;
  padding: 0;
  border: none;
}

.mcs-recent-post-sidebar li:nth-child(1) a,
.custom-author-recent-post ul li:nth-child(1) a {
  font-size: 18px;
  text-align: center !important;
  width: 100%;
  display: inline-block;
  margin: 15px 0;
  font-weight: 600;
  color: #222;
  line-height: 26px;
}

.widget-header {
  border-left: none;
  text-align: center;
  margin-top: 10px;
}

.author-eguide img {
  display: block;
  margin-left: 55px;
}

.author-eguide .need-help {
  background: transparent;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}

.recent-posts h2.widgettitle {
  display: none;
}

.author-eguide ul li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
  line-height: 20px;
}

.author-eguide ul li a {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.author-eguide ul li a:hover {
  color: #19898b;
}

.recent-posts {
  width: 100%;
  float: left;
  padding: 0px;
  border: 2px solid #000;
}

.dark-title,
.recent-posts .widget-header {
  background: #000;
  padding: 10px 0px;
  color: #fff;
  margin-top: 0px;
}

.dark-title h3,
.recent-posts .widget-header h3 {
  color: #fff;
  padding-left: 0;
}

.widget ul .children {
  display: none;
}

.user-magneto-extension {
  width: 100%;
  float: left;
  padding: 15px 0px;
  border-bottom: 1px solid #ddd;
}

.author-eguide .user-magneto-extension:last-child {
  padding-bottom: 0;
}

.user-magneto-extension img {
  width: 65px;
  float: left;
  height: 65px;
  margin-left: 0;
  border-radius: 100%;
  padding: 4px;
  border: 1px solid #ddd;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.widget_recent_entries ul li:hover img,
.user-magneto-extension:hover img {
  border-color: #198c8e;
}

.user-magneto-extension-text {
  float: right;
  width: 76%;
}

.user-magneto-extension-text h2 {
  margin: 8px 0 0 0;
  font-size: 14px;
  color: #132c45;
  font-weight: 600;
  line-height: 22px;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.user-magneto-extension h2:hover {
  color: #27b3b7;
  text-decoration: underline;
}

.user-magneto-extension-text p {
  font-size: 16px;
  color: #000;
  font-weight: 100;
  margin-top: 5px;
  margin-bottom: 5px;
}

.recent-posts img {
  margin-left: 55px;
  padding: 20px 0px;
}

.custom_author p {
  font-size: 14px;
  text-align: center;
  color: #222;
  line-height: 26px;
}

.yarpp-related {
  margin: 1em 0;
}

.yarpp-related .yarpp-thumbnail-title {
  text-align: left;
  font-weight: bold;
  font-size: 96%;
  text-decoration: none;
}

.yarpp-related h3 {
  font-weight: bold;
  padding: 0 0 5px 0;
  font-size: 125%;
  text-transform: capitalize;
  margin: 0;
}

.yarpp-related .yarpp-promote {
  clear: both;
  float: right;
  text-indent: -1000px;
  cursor: pointer;
  color: #666;
  font-size: 11px;
  height: 17px;
  width: 78px;
}

#post-nav {
  float: left;
  width: 100%;
}

.post-previous {
  float: left;
  width: 48%;
}

.post-next {
  float: right;
  width: 48%;
}

.yarpp-related {
  float: left;
  width: 100%;
  border-top: 1px solid #e4e4e4;
  padding-top: 30px;
  margin-top: 30px;
}

.previous_thumb {
  width: 90px;
  float: left;
  margin-right: 15px;
}

.previous_title {
  float: right;
  width: 71%;
}

.previous_title h4,
.next_thumb h4 {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 0;
}

.previous_title h4 a,
.next_thumb h4 a {
  color: #000;
}

.next_thumb {
  float: right;
  width: 90px;
  margin-left: 15px;
}

.next_thumb:nth-child(2) {
  float: left;
  width: 71%;
  margin-left: 0px;
  text-align: right;
}

.cuatom_category_on_blog {
  width: 31.4%;
  margin-right: 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.cuatom_category_on_blog:last-child {
  margin-right: 0px;
}

.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: 100%;
  height: 100%;
  border: none;
}

.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  width: 100%;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  overflow: inherit;
}

.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail-title:hover {
  color: #19878a;
}

.yarpp-related a {
  letter-spacing: 1px;
  font-size: 16px;
}

.yarpp-related p.custom_date {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0px;
  color: #555;
  font-style: italic;
  margin: 0;
}

.yarpp-related .yarpp-thumbnails-horizontal .tag_releted_cat {
  line-height: 15px;
  margin-bottom: 10px;
  width: 100%;
  color: #90a0a0;
}

.yarpp-related .yarpp-thumbnails-horizontal .tag_releted_cat a {
  font-size: 11px;
  text-transform: uppercase;
  color: #b9a5b0;
  font-weight: 400;
}

.book_left_content {
  width: 40%;
  float: left;
}

.book1_contect_form {
  width: 40%;
  float: right;
}

.single-post-feature-post-area {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.feature-post-section {
  width: 100%;
  float: left;
}

.f-post-title {
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  line-height: 30px;
}

.f-post-title span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 12px;
  color: #b5b5b5;
}

.feature-post-section .grid-post.clearfix {
  display: inline-block;
  width: 23.7654%;
  vertical-align: top;
  margin-right: 15px;
}

.feature-post-section .grid-post.clearfix a:hover {
  color: #19878a;
}

.feature-post-section-area .feature-post-section .post {
  margin-bottom: 30px;
}

.feature-post-section .grid-post.clearfix:nth-child(4n+4) {
  margin-right: 0;
}

.feature-post-section .entry-title {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  min-height: 72px;
  overflow: hidden;
}

.feature-post-section .entry-title a {
  width: 100%;
  color: #000;
  margin: 0;
  text-shadow: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.feature-post-section .entry-header .tag_feature {
  line-height: 15px;
  margin-bottom: 10px;
  width: 100%;
  color: #90a0a0;
}

.feature-post-section .entry-header .tag_feature em,
.yarpp-related .yarpp-thumbnails-horizontal .tag_releted_cat em {
  font-size: 11px;
}

.feature-post-section .entry-header .tag_feature .custom_tag_blog_feature {
  font-size: 11px;
  text-transform: uppercase;
  color: #b9a5b0;
  font-weight: 400;
}

.feature-post-section .entry-header .date_feature {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0px;
  color: #555;
  font-style: italic;
  margin: 0;
}

.subscribe-form-area {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
}

.post-page-share {
  padding: 40px 40px 30px 40px;
  text-align: center;
  background: #f3f3f3;
  margin-bottom: 15px;
}

.post-page-share .title-text {
  margin: 0px 0px 20px 0px;
  font-size: 14px;
  font-weight: 300;
  color: #666;
  text-align: center;
}

.post-page-share .title-text span {
  font-weight: 600;
}

.subscribe-form-area #addthis-widget-2 {
  margin: 0;
}

.subscribe-form-area #addthis-widget-2 .addthis_toolbox {
  margin: 0 auto;
  display: inline-block;
}

.subscribe-form-area #wp_subscribe-4 {
  margin-bottom: 0px;
}

.cat-subscribe-form,
.subscribe-form-area .wp-subscribe-wrap {
  background: #314d5b;
  text-align: left;
  padding: 40px;
  float: left;
  width: 100%;
}

.cat-subscribe-form .your-name,
.cat-subscribe-form .your-name input,
.cat-subscribe-form .your-email,
.cat-subscribe-form .your-email input,
.cat-subscribe-form .wpcf7-submit {
  min-height: 40px;
  width: auto;
  vertical-align: middle;
  font-size: 13px;
  float: left;
  max-width: 240px;
}

.cat-subscribe-form .your-email,
.cat-subscribe-form .your-name {
  margin-right: 10px;
}

.cat-subscribe-form input[type="submit"] {
  background: #e0564b;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px;
}

.cat-subscribe-form input[type="submit"]:hover {
  background: #fff;
  color: #e0564b;
}

.cat-subscribe-form h4.title,
.subscribe-form-area .wp-subscribe-wrap h4.title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

.cat-subscribe-form p.text,
.subscribe-form-area .wp-subscribe-wrap p.text {
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
  color: #fff;
}

.subscribe-form-area .wp-subscribe-wrap input {
  display: inline-block !important;
  width: auto !important;
  vertical-align: middle !important;
  margin: 0 3px 0 0 !important;
  background: #fff !important;
  color: #777 !important;
  min-width: 220px !important;
  text-align: left !important;
}

.subscribe-form-area .wp-subscribe-wrap input[type="submit"] {
  min-width: auto !important;
  background: #e0564b !important;
  font-size: 15px !important;
  padding-left: 15px !important;
  padding-right: 25px !important;
  text-align: center !important;
  color: #fff !important;
}

.subscribe-form-area .wp-subscribe-wrap input[type="submit"]:hover {
  background: #c3443a;
}

.entry-content,
p {
  font-size: 16px;
  line-height: 30px;
  color: #222;
  word-break: normal;
  text-align: left;
}

.entry-content {
  letter-spacing: 1px;
}

a:focus {
  outline: none;
  outline-offset: 0;
  text-decoration: none !important;
}

.blog-slider-area {
  padding: 90px 0px;
  float: left;
  width: 100%;
  background-image: url(images/new-home/banner-2.jpg);
  min-height: 520px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-slider-area p {
  margin-bottom: 0;
}

.blog-t1 {
  font-size: 50px;
  width: 64%;
  color: #fff;
  font-weight: 900;
  margin: 0;
  display: block;
  line-height: 62px;
}

.blog-t2 {
  font-size: 20px;
  width: 56%;
  color: #fff;
  font-weight: 400;
  margin: 40px 0;
  text-transform: uppercase;
  display: block;
  line-height: 24px;
}

.blog-btn {
  color: #132c45 !important;
  display: inline-block;
  padding: 8px 40px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #fff;
}

.blog-btn:hover {
  color: #fff !important;
  background: transparent;
  text-decoration: none;
}

.blog-btn2 {
  color: #132c45 !important;
  border: 2px solid #132c45;
  display: inline-block;
  padding: 6px 24px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-btn2:hover {
  background-color: #132c45;
  color: #fff !important;
  text-decoration: none;
}

.blog-btn3 {
  color: #fff !important;
  border: 2px solid #fff;
  display: inline-block;
  padding: 6px 24px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-btn3:hover {
  background-color: #fff;
  color: #132c45 !important;
  text-decoration: none;
}

.blog-btn4 {
  color: #fff;
  background: #19878a !important;
  border: none;
  display: inline-block;
  padding: 8px 24px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-btn4 {
  background: #132c45 !important;
}

.blog-about-area {
  float: left;
  width: 100%;
  padding: 80px 0;
  text-align: center;
  background: #fff;
}

.blog-title {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
  float: left;
  width: 100%;
}

.blog-title:before {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 154px;
  height: 8px;
  background-image: url(images/new-home/title-icon.png);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.blog-title small {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}

.blog-title h2,
.blog-title h1 {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #222;
}

.blog-about-area p {
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 40px;
  font-weight: 100;
  margin: 0 0 60px 0;
  color: #222;
}

.recent-new-blog-area {
  float: left;
  width: 100%;
  background: #f6f6f6;
  text-align: center;
  padding: 80px 0px;
}

.recent-blog-content {
  height: 430px;
  float: left;
  width: 100%;
}

.recent-blog-tab {
  width: 100%;
  border: none !important;
  margin: 0 0 50px 0;
  float: left;
  display: inline-table;
  border-bottom: none !important;
  text-align: center;
  padding: 0;
}

.recent-blog-tab li {
  width: 15.210%;
  margin-right: 18px;
  background: #1e8a8d;
  position: relative;
  float: left;
  margin-bottom: 0px;
}

.recent-blog-tab li:last-child {
  margin-right: 0px !important;
}

.recent-blog-tab li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0px !important;
  border: none !important;
  margin: 0 !important;
}

.recent-blog-tab li a:before {
  left: 0;
  right: 0;
  transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
}

.recent-blog-tab li a span {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 40%;
  z-index: 3;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.recent-blog-tab li a img {
  position: relative;
  width: 100%;
  min-height: 100px;
  z-index: 1;
}

.recent-blog-tab>li.active>a,
.recent-blog-tab>li.active>a:hover,
.recent-blog-tab>li.active>a:focus {
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
}

.recent-blog-tab li.active:before {
  content: "";
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 10px solid #f6f6f6;
  bottom: 0;
  z-index: 9;
  left: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
}

.recent-blog-tab li.active a:before,
.recent-blog-tab li a:hover:before {
  background: rgba(25, 135, 138, 0.7);
}

.rbc-img {
  border: 1px solid #dddddd;
}

.related-post-home {
  float: left;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.related-post-home:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.related-post-home .rp-left {
  float: left;
  width: 29%;
}

.related-post-home .rp-left img {
  border: 1px solid #ddd;
  margin-bottom: 0px;
}

.related-post-home .rp-right {
  float: left;
  width: 71%;
  padding-left: 30px;
}

.rcb-category {
  line-height: 1 !important;
  max-height: 35px;
  float: left;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}

.rcb-category a {
  font-size: 11px;
  text-transform: uppercase;
  color: #b9a5b0;
}

.rcb-cat-name {
  margin: 10px 0 0 0;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 24px;
  max-height: 50px;
  overflow: hidden;
}

.rcb-cat-name a {
  color: #222;
}

.rcb-cat-name a:hover {
  color: #19878a;
  text-decoration: none;
}

.more-btn-area {
  margin-top: 60px;
  float: left;
  width: 100%;
}

.download-book-area {
  float: left;
  width: 100%;
  background-image: url(images/new-home/db-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.download-book-content {
  text-align: left;
  padding: 80px 0 90px 0;
  position: relative;
}

.download-book-content h2 {
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 45px;
  margin: 0 0 40px 0;
  width: 50%;
  letter-spacing: 1px;
}

.download-book-content .book-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.latest-blog-post-area {
  float: left;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 80px 0px;
}

.latest-blog-post-area .pagination {
  margin-bottom: 0;
}

.subcribe-section-area {
  float: left;
  width: 100%;
  background-image: url(images/new-home/sub-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 100px 0px;
}

.subcribe-content img {
  margin-bottom: 40px;
}

.subcribe-content {
  position: relative;
}

.subcribe-content h2 {
  margin: 0 0 10px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 1px;
}

.subcribe-content p {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  text-align: center;
  line-height: 20px;
}

.subcribe-content #wp_subscribe-3 {
  margin: 40px 0 0 0;
  padding: 0;
}

.subcribe-content .wp-subscribe-wrap {
  background: transparent;
  padding: 0;
  max-width: 550px;
  margin: 0 auto;
}

.subcribe-content .wp-subscribe-wrap h4.title,
.subcribe-content .wp-subscribe-wrap p.text {
  display: none;
}

.subcribe-content .wp-subscribe-wrap .regular-text {
  background: transparent;
  border: 2px solid #fff;
  width: 70%;
  float: left;
  margin: 0 !important;
  text-align: left;
}

.subcribe-content .wp-subscribe-wrap input.submit {
  color: #132c45;
  width: 30%;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #fff;
}

.subcribe-content .wp-subscribe-wrap input.submit:hover {
  color: #19878a;
}

.wp-subscribe-loader svg#loader-1 {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 4px;
}

.mcs-subscribe {
  padding: 0;
  max-width: 550px;
  margin: 20px auto 0;
}

.cat-subcribe-section-area .wpcf7-validation-errors,
.subcribe-section-area .wpcf7-validation-errors,
.mcs-subscribe .ajax-loader,
.mcs-subscribe br {
  display: none;
}

.wpcf7-form-control-wrap.your-email {
  position: relative;
  width: 70%;
  float: left;
}

.mcs-subscribe .your-email .wpcf7-email {
  background: transparent;
  border: 2px solid #fff;
  float: right;
  margin: 0 !important;
  text-align: left;
  color: #fff;
  border-radius: 0;
  padding: 0.4em 0.6em;
}

.mcs-subscribe .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  bottom: -24px;
  font-size: 13px;
  color: #fff;
  text-align: left;
  width: 100%;
}

.cat-subcribe-section-area .mcs-subscribe .wpcf7-not-valid-tip {
  color: red;
}

.mcs-subscribe .wpcf7-submit {
  color: #132c45;
  width: 30%;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 0;
}

.mcs-subscribe input[type="submit"]:focus,
.mcs-subscribe input[type="submit"]:active {
  background-color: #fff;
}

.mcs-subscribe .wpcf7-submit:hover {
  background-color: #fff;
  color: #19878a;
}

.cat-subcribe-section-area .mcs-subscribe .wpcf7-email {
  border: 2px solid #222;
  color: #222;
}

.cat-subcribe-section-area .mcs-subscribe .wpcf7-submit {
  border: 2px solid #222;
  background: #222;
  color: #fff;
}

.cat-subcribe-section-area .wpcf7-form {
  position: relative;
}

.recent-product-area {
  float: left;
  width: 100%;
  padding: 80px 0px;
  background: #fff;
}

.recent-product-list {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

.recent-product-list li {
  display: inline-block;
  margin: 16px 0;
  width: 33%;
  padding: 0 15px;
  text-align: left;
}

.recent-product-list li .product-icon {
  float: left;
  margin-right: 20px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 100%;
}

.recent-product-list li a {
  font-size: 18px;
  line-height: 28px;
  color: #222;
  letter-spacing: 1px;
}

.recent-product-list li a:hover {
  text-decoration: none;
  color: #19898b;
}

.our-services-area {
  float: left;
  width: 100%;
  padding: 80px 0px 100px 0px;
  background: #f6f6f6;
}

.our-services {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.our-services li {
  display: inline-block;
  padding: 0px 10px;
  width: 33%;
  vertical-align: top;
  position: relative;
}

.our-services li .os-content {
  bottom: -40px;
  background: #fff;
  margin: 0 auto;
  width: 86%;
  border-radius: 70px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
}

.our-services li .os-content h2 {
  margin: 20px 20px 8px 20px;
  font-size: 15px;
  color: #222;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.our-services li .os-content a {
  font-size: 11px;
  text-transform: uppercase;
  color: #19878a;
  padding-bottom: 15px;
  display: inline-block;
}

.our-services li .os-content a:hover {
  color: #222;
}

.book-banner {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 100px;
}

.book-banner .site-content {
  padding-top: 0;
  padding-bottom: 0;
}

.book-banner .book-banner-left {
  float: left;
  width: 64%;
  padding-top: 20px;
}

.book-banner .book-banner-left h2 {
  font-size: 45px;
  margin: 0px 0px 20px 0px;
  color: #fff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0;
}

.book-banner .book-banner-left h2 span {
  font-weight: 100;
}

.book-banner .book-banner-left h2 sup {
  font-weight: 100;
}

.book-banner .book-banner-left h4 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 400;
  line-height: 28px;
}

.book-banner .book-banner-left p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  line-height: 26px;
}

.book-banner .book-banner-right {
  float: left;
  width: 36%;
}

.book-banner .book-banner-right img {
  float: right;
  max-height: 384px;
  max-width: 282px;
  min-width: 282px;
}

.download-form-area {
  float: left;
  width: 100%;
  background: #f6f6f6;
}

.download-form {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 40px 30px;
  margin-top: -80px;
  position: relative;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.04);
}

.download-form form {
  float: left;
  width: 100%;
}

.download-form form p {
  float: left;
  width: 25%;
  padding: 0px 20px;
  margin-bottom: 0 !important;
  position: relative;
}

.download-form form p label {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
}

.download-form form input[type="text"],
.download-form form input[type="search"],
.download-form form input[type="url"],
.download-form form input[type="email"],
.download-form form select {
  width: 100%;
  height: 38px;
  font-size: 15px;
  border: 1px solid #ddd;
}

.download-form form input[type="submit"] {
  width: 100%;
  margin: 5px 0 0 0;
  background: #19878a;
  font-size: 15px;
  border-radius: 30px;
}

.download-form form input[type="submit"]:hover {
  background: #132c45;
}

.download-form form p span.ajax-loader {
  display: none;
}

.download-form .wpcf7-validation-errors {
  margin: 0 !important;
  position: absolute;
  top: 12px;
  left: 50px;
  text-align: left;
  border: none !important;
  color: #fe6450;
  font-style: italic;
  font-size: 14px;
  font-weight: 600;
  padding: 0 !important;
}

.download-form span.wpcf7-not-valid-tip {
  color: #fe6550;
  font-size: 12px;
  position: absolute;
  line-height: initial;
  left: 20px;
  bottom: -22px;
}

.download-form .wpcf7-mail-sent-ok {
  margin: 0 !important;
  position: absolute;
  top: 12px;
  left: 50px;
  text-align: left;
  border: none !important;
  color: #398f14;
  font-style: italic;
  font-size: 14px;
  font-weight: 600;
  padding: 0 !important;
}

.learn-books-area {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding: 80px 0;
}

.learn-books-area .learn-books-left {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.learn-books-left .aligncenter {
  border: none !important;
  padding: 0;
}

.learn-books-area .learn-books-right {
  float: left;
  width: 50%;
  padding-left: 20px;
}

.learn-books-area .learn-books-right p {
  letter-spacing: 1px;
}

.books-right-listing {
  padding-left: 20px;
}

.books-right-listing li {
  list-style-image: url(images/new-home/list-icon.png);
  font-size: 15px;
  letter-spacing: 1px;
  color: #222;
  padding-left: 5px;
  margin-bottom: 15px;
}

.books-right-listing li:last-child {
  margin-bottom: 0;
}

.about-author-area {
  float: left;
  width: 100%;
  background: #fff;
  padding: 80px 0;
}

.about-author-area .site-content {
  padding-top: 0;
  padding-bottom: 0;
}

.about-author-area .about-author-left {
  float: left;
  width: 30%;
}

.about-author-area .about-author-left .author-img-area {
  float: left;
}

.about-author-area .about-author-left .author-img-area .author-img,
.about-author-area .about-author-left .author-img-area img {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 100%;
  margin-bottom: 20px;
  display: block;
}

.about-author-area .about-author-right {
  float: left;
  width: 70%;
}

.about-author-area .about-author-right p {
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.author-socials {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.author-socials li {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.author-socials li:hover {
  opacity: 0.8;
}

.author-socials li a {
  display: block;
  width: 32px;
  height: 32px;
}

.author-socials li.fb {
  background: url('images/new-home/author-socials.png') no-repeat 0 0;
}

.author-socials li.gp {
  background: url('images/new-home/author-socials.png') no-repeat -42px 0;
}

.author-socials li.tw {
  background: url('images/new-home/author-socials.png') no-repeat -84px 0;
}

.blog-title2 {
  text-align: left;
  margin-bottom: 30px;
  position: relative;
}

.blog-title2:before {
  content: "";
  width: 90px;
  left: 0;
  bottom: -15px;
  position: absolute;
  border-bottom: 2px #b1b1b1 dashed;
}

.blog-title2 small {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}

.blog-title2 h2 {
  margin: 0px;
  font-size: 25px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.blog-title2 h3 {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #222;
}

main#main {
  text-align: center;
}

.custom-author-recent-post h4 {
  color: #132c45;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0px;
  text-align: center;
}

h4,
h4 strong {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 30px 0px 20px 0px;
}

.widget_recent_entries ul li {
  padding-left: 0;
  padding-right: 0;
}

.all-action,
.download-books {
  padding: 0 !important;
  border: none !important;
}

.page-header {
  margin: 0;
  padding: 0;
  border: none;
}

.aligncenter {
  padding: 15px;
  border: 11px double rgba(0, 0, 0, 0.04) !important;
  margin: 25px auto;
}

.post-nav .wp-post-image {
  border: 1px solid #ddd;
  padding: 3px;
}

.content-single {
  word-break: break-all;
}

section {
  width: 100%;
  float: left;
}

.category-inner-banner {
  float: left;
  width: 100%;
  background-color: #e7e8ea;
  padding: 130px 0 50px 0;
}

.category-inner-banner .site-content.container {
  padding-top: 0px;
}

.category-inner-left {
  float: left;
  width: 35%;
}

.category-inner-left img {
  position: relative;
  bottom: -50px;
  float: left;
  clear: both;
}

.category-inner-right {
  float: left;
  width: 65%;
  padding-top: 40px;
}

p.cat-date {
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  letter-spacing: 1px;
  line-height: inherit;
  overflow: hidden;
}

p.cat-date span {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  margin-left: 14px;
  top: 11px;
}

p.cat-date span:before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  top: -9px;
  left: -2px;
  position: absolute;
}

h2.cat-title {
  margin: 25px 0px 15px 0px;
  padding: 0;
  font-size: 30px;
  font-weight: 600;
  color: #222;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 40px;
}

p.cat-dis {
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 28px;
}

.cat-btn {
  color: #fff !important;
  display: inline-block;
  padding: 8px 40px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #132c45;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #132c45;
}

.cat-btn:hover {
  color: #132c45 !important;
  background: transparent;
  text-decoration: none;
}

.feature-post-section-area {
  float: left;
  width: 100%;
  padding: 80px 0;
}

.feature-post-section-area .feature-post-section {
  margin: 0;
  padding: 0;
  border: none;
}

.feature-post-section-area .feature-post-section .wp-post-image {
  margin-bottom: 15px;
}

.feature-post-section-area .feature-post-section .tag_feature .custom_tag_blog_feature {
  font-size: 10px;
  color: #b9a5b0;
  text-transform: uppercase;
  line-height: 15px;
}

.feature-post-section-area .feature-post-section .entry-title a {
  text-transform: uppercase;
}

.feature-post-section-area .feature-post-section .grid-post:nth-child(6) .post,
.feature-post-section-area .feature-post-section .grid-post:nth-child(7) .post,
.feature-post-section-area .feature-post-section .grid-post:nth-child(8) .post,
.feature-post-section-area .feature-post-section .grid-post:nth-child(9) .post {
  margin-bottom: 0px;
}

.single-post-header-area {
  background-color: #132c45;
  width: 100%;
  float: left;
  text-align: left;
  padding: 130px 0px 50px 0px;
}

.single-post-header-area .site-content {
  padding-top: 0px !important;
}

.single-post-header-area h1 {
  color: #fff;
  font-size: 42px;
  width: 100%;
  margin: 0px auto;
  font-weight: 900;
  line-height: 50px;
  padding: 20px 0px;
}

.single-post-header-area ul {
  width: 100%;
  margin: 0px auto;
  text-align: left;
  margin-bottom: 20px;
  padding: 0px;
}

.single-post-header-area ul li {
  display: inline-block;
  color: #fff;
  margin-left: 15px;
  font-size: 16px;
}

.single-post-header-area ul li:first-child {
  margin-left: 0px;
}

.single-post-header-area ul li::after {
  content: '/';
  width: 10px;
  height: 10px;
  position: relative;
  left: 8px;
  color: #fff;
  font-size: 16px;
}

.single-post-header-area ul li:last-child::after {
  display: none;
}

.single-post-header-area ul li a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.single-post-header-area ul li a:hover {
  color: #fff;
}

.category .recent-blog-tab li {
  width: 18.543210%;
}

.category .recent-blog-tab li.active:before {
  display: none;
}

.category .recent-blog-tab {
  margin-bottom: 0;
}

.getsrid-code-section-area {
  float: left;
  width: 100%;
  background-image: url(images/new-home/getsrid-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 80px 0px;
}

.getsrid-code-left {
  float: left;
  width: 72%;
  text-align: left;
}

.getsrid-code-left h2 {
  color: #fff;
  font-size: 44px;
  line-height: 58px;
  font-weight: 700;
  margin: 0 0 40px 0;
}

.getsrid-code-right {
  float: left;
  width: 28%;
  text-align: right;
}

.cat-subcribe-section-area {
  margin-bottom: 60px;
  border: 1px solid #eee;
  text-align: center;
  padding: 40px;
}

.cat-subcribe-section-area .subcribe-content h2,
.cat-subcribe-section-area .subcribe-content p {
  color: #222;
  text-align: center;
}

.cat-subcribe-section-area .subcribe-content .wp-subscribe-wrap .regular-text {
  border: 2px solid #222;
}

.cat-subcribe-section-area .subcribe-content .wp-subscribe-wrap input.submit {
  color: #fff;
  border: 2px solid #212121;
  background: #222;
}

.cat-subcribe-section-area .subcribe-content .wp-subscribe-wrap input.email-field {
  color: #222;
}

.header-main {
  float: left;
  width: 100%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
}

.content-single-area {
  float: left;
  width: 100%;
  padding: 80px 0 0px 0;
}

.cat-subcribe-section-area .footer-text {
  display: none;
}

.author-top-text a,
.author-top-text a:focus {
  color: #fff;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

.author-top-img {
  width: 100%;
  background: #132c45;
  background-size: cover;
  padding: 140px 0px 40px 0px;
}

.author-top-text {
  float: left;
  width: 100%;
}

.author-top-text .autor-right {
  float: right;
}

.author-container {
  width: 100%;
  float: left;
}

.author-img {
  float: right;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  width: 320px;
  height: 320px;
  margin-top: 35px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.author-img .avatar {
  width: 100%;
  border-radius: 100%;
  height: 100%;
  border: 3px solid rgba(255, 255, 255, 0.3);
}

p.autor-name span {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 76px;
  display: block;
}

h1.author-class {
  color: #19898b;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  text-align: left;
}

.author-top-text p {
  color: #fff;
  letter-spacing: 1px;
  line-height: 26px;
  text-align: left;
}

p.autor-name {
  font-weight: 700;
  font-size: 50px;
  line-height: 48px;
  margin-bottom: 40px;
}

p.welcome-msg {
  color: #19898b;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 0;
}

ul.social-icons {
  list-style: none;
  clear: both;
  margin: 0px auto;
  width: 100%;
  padding: 0px 0px 20px 0px;
  float: left;
}

ul.social-icons li {
  background: #fff;
  display: inline-block;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  border-radius: 100%;
  margin-right: 5px;
  transition: all 0.9s ease 0s;
}

ul.social-icons li:hover {
  background: #19878a;
}

ul.social-icons li:hover a {
  color: #fff;
}

ul.social-icons li a {
  color: #132c45;
}

.sldier-email-btn {
  background: #19878a;
  color: #fff;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 5px;
  transition: all 0.9s ease 0s;
  padding: 10px 30px;
  letter-spacing: 1px;
  border-radius: 30px;
}

.sldier-email-btn:hover {
  background: #ffffff;
  color: #132c45;
  text-decoration: none;
}

.author-contain {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.author-contain p {
  letter-spacing: 1px;
}

.author-title {
  float: left;
  padding-bottom: 10px;
}

.author-title h2 {
  padding-bottom: 20px;
  font-size: 30px;
  color: #132c45;
  font-weight: 600;
  letter-spacing: 1px;
}

.author-title h2:after {
  border-bottom: 5px solid #27b3b7;
  content: '';
  display: block;
  width: 130px;
  padding-top: 16px;
}

.author-title p {
  color: #222;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
}

.author-tile-boxs {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.author-tile-box h3 {
  background-color: #111133;
  color: #fff;
  font-size: 20px;
  padding: 13px 20px;
  font-family: 'Open Sans', sans-serif;
}

.author-tile-box p {
  color: #222;
  font-size: 16px;
  float: left;
  width: 100%;
  margin-top: 15px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
}

.author-dark-bar {
  background-color: #222;
  width: 100%;
  float: left;
  min-height: 250px;
}

.author-dark-bar-title {
  background: #fe644f;
  padding: 30px 20px;
}

.author-dark-bar-title h2 {
  color: #fff;
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 42px;
  margin: 0px 0px 20px 0px;
  text-align: center;
  float: left;
  width: 100%;
}

.author-dark-bar-title h5 {
  color: #222222;
  font-size: 16px;
  margin: 0px;
  font-style: italic;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.main-author-books {
  float: left;
  width: 100%;
  padding: 60px 0px;
  text-align: center;
}

.author-sub-title {
  float: left;
  width: 100%;
  padding-bottom: 60px;
  text-align: center;
}

.author-sub-title:after {
  display: block;
  width: 130px;
  padding-bottom: 10px;
  content: '';
  border-bottom: 5px solid #27b3b7;
  margin: 0px auto;
}

.author-sub-title h3 {
  color: #333;
  font-size: 38px;
  font-family: 'Open Sans', sans-serif;
}

.author-sub-title p,
.author-book p {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  color: #333;
  font-size: 16px;
  padding: 5px 20px;
  line-height: 30px;
  text-align: center;
}

.author-book h3 {
  margin: 20px 0;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
}

.author-book h3:after {
  display: block;
  width: 60px;
  padding-top: 10px;
  padding-bottom: 5px;
  content: '';
  border-bottom: 4px solid #27b3b7;
  margin: 0px auto;
}

.author-buy-btn {
  margin-top: 30px;
}

.author-buy-btn a {
  padding: 10px 25px;
  color: #132c45;
  border: 2px solid #132c45;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.author-buy-btn a:hover {
  background-color: #132c45;
  color: #fff;
  text-decoration: none;
}

.newsletter {
  background: #113;
  text-align: left;
  padding: 40px;
  position: relative;
}

.newsletter:before {
  content: '';
  width: 90%;
  height: 92%;
  border: 3px solid rgba(255, 255, 255, 0.37);
  position: absolute;
  top: 19px;
  left: 20px;
}

.newsletter h1 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.newsletter h1:after {
  display: block;
  width: 100px;
  padding-top: 10px;
  padding-bottom: 5px;
  content: '';
  border-bottom: 5px solid #27b3b7;
}

.newsletter p {
  color: #c2c2c2;
  line-height: 26px;
  position: relative;
  z-index: 1;
}

.newsletter-form {
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.37);
  margin-top: 28px;
  margin-bottom: 26px;
}

.newsletter-form .author-submit-input {
  background: transparent;
  height: 40px;
  padding: 10px;
  border: none;
  color: #fff;
}

.newsletter-form .author-submit-btn {
  float: right;
  height: 40px;
  border: none;
  width: 100px;
  background: #27b3b7;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-author-inquire {
  background: url(images/author-inquire-bg.png) no-repeat top left;
  background-size: cover;
  float: left;
  width: 100%;
  text-align: center;
  padding: 90px 0px;
}

.main-author-inquire h1 {
  color: #fff;
  font-size: 39px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 0;
}

.main-author-inquire p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: 640px;
  margin: 0px auto;
  padding-top: 5px;
  text-align: center;
}

.main-author-inquire h1::after {
  display: block;
  width: 130px;
  padding-bottom: 20px;
  padding-top: 5px;
  content: '';
  border-bottom: 5px solid #27b3b7;
  margin: 0px auto;
}

.author-inquire-btn {
  float: left;
  width: 100%;
  margin-top: 60px;
}

.author-inquire-btn span {
  color: #27b3b7;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0px 20px;
  font-weight: 600;
}

.author-inquire-btn a {
  background: #fff;
  border-radius: 30px;
  padding: 10px 24px;
  color: #132c45;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}

.author-inquire-btn a:hover {
  color: #27b3b7;
  text-decoration: none;
}

.author-inquire-btn a i {
  color: #27b3b7;
}

.previous_title a,
.next_thumb a {
  font-size: 14px;
}

.date-hidden,
.author-hidden {
  padding-top: 0px !important;
}

.at-above-post.addthis_tool {
  margin: 20px 0px;
}

.mcsblog-thankyou-area {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.mcsblog-thankyou-content {
  max-width: 750px;
  border: 1px solid #eee;
  padding: 30px;
  margin: 30px auto 0;
  border-radius: 4px;
  background-color: #f9f9f9;
  position: relative;
  text-align: center;
}

.thnank-you-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -45px;
}

.mcsblog-thankyou-content h2 {
  margin: 40px 0px;
  font-size: 30px;
  font-weight: 400;
  color: #555;
}

.mcsblog-thankyou-content p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
  color: #555;
  font-weight: 400;
  text-align: left;
}

.page-header .blog-description,
.page-header .archive-description {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
}

.comments-area {}

.comments-header,
.comment-reply-title {
  border-left: none;
}

.comments-area #reply-title {
  cursor: pointer;
  text-align: center;
}

.comments-area #reply-title span {
  color: #fff;
  background-color: #132c45;
  font-size: 16px;
  padding: 1.5rem 5rem;
  text-transform: uppercase;
  border-radius: 30px;
}

.comments-area #reply-title span:hover {
  background-color: #0985f8;
}

.widget-title,
.comments-header .comments-title,
.comment-reply-title span {
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  padding: 0 0 0 0;
}

.comments-area p.comment-notes {
  font-size: 15px;
  letter-spacing: 1px;
}

.comment-form label {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 15px;
  color: #222;
}

p.form-submit,
p.comment-form-author {
  margin-bottom: 0px;
}

.comment-form-author input,
.comment-form-email input {
  width: 100%;
}

p.form-submit input#submit {
  color: #fff;
  border: 2px solid #132c45;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 24px;
  background-color: #132c45;
}

p.form-submit input#submit:hover {
  color: #132c45;
  background-color: transparent;
}

.malinky-load-more a {
  padding: 8px 30px;
  background-color: #19878a;
  border-radius: 30px;
  border: 2px solid #19878a;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
}

.malinky-load-more a:hover {
  background: transparent;
  color: #19878a;
}

.finaly {
  border: 1px solid #132c45;
  padding: 20px !important;
  background-color: #ffffff;
}

.finaly p {
  font-size: 15px;
}

.finaly p:last-child {
  margin-bottom: 0;
}

th,
td {
  background-color: #fff;
  padding: 0.6em;
  border: 1px solid #eee;
}

.header-note {
  position: relative;
}

.holiday-animation-area {
  float: right;
}

.holiday-animation {
  transform: translate(-51%, -50%);
  font-weight: 700;
  line-height: initial;
  letter-spacing: -1px;
}

.holiday-animation span {
  list-style: none;
  font-size: 18px;
  color: #fced92;
  animation: ani 1.2s linear infinite;
}

.holiday-animationmation span:nth-child(1) {
  animation-delay: .2s;
}

.holiday-animation span:nth-child(2) {
  animation-delay: .6s;
}

.holiday-animation span:nth-child(3) {
  animation-delay: .8s;
}

.holiday-animation span:nth-child(4) {
  animation-delay: 1.0s;
}

.holiday-animation span:nth-child(5) {
  margin-right: 10px !important;
  animation-delay: 1.4s;
}

.holiday-animation span:nth-child(6) {
  animation-delay: 1.8s;
}

.holiday-animation span:nth-child(7) {
  animation-delay: 1.12s;
}

.holiday-animation span:nth-child(8) {
  animation-delay: 1.60s;
}

.holiday-animation span:nth-child(9) {
  animation-delay: 1.80s;
}

.holiday-animation span:nth-child(10) {
  animation-delay: 2.0s;
}

.holiday-animation span:nth-child(11) {
  animation-delay: 2.02s;
}

.holiday-animation span:nth-child(12) {
  animation-delay: 2.40s;
}

.fixed-header .header-note span.holiday-animation-area {
  position: absolute;
  right: 0;
  bottom: -44px;
  background-color: #232323;
  padding: 4px 25px 2px 25px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}

.bottum-btn {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.bottum-btn a {
  margin-top: 10px;
}

.malinky-load-more {
  margin-bottom: 30px;
}

.entry-content iframe {
  text-align: center;
  display: inherit;
  padding: 5px;
  border: 11px double rgba(0, 0, 0, 0.04) !important;
  margin: 0 auto;
  min-height: 430px;
  width: 505px;
}

.lightPlayer.presentation_player.fluidImage.fluidLayout .wide_img .slide_image,
.lightPlayer.presentation_player.fluidImage.fullscreen .wide_img .slide_image {
  float: left;
}

#commentform {
  display: none;
}

.emailPopup .epLeft {
  background-image: url(images/epLeft.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-color: #090806;
}

span.customAuthor {
  padding-left: 12px;
}

span.customDateFormat,
span.customAuthor {
  color: #fff;
}

span.customDateFormat:after {
  content: '/';
  width: 10px;
  height: 10px;
  position: relative;
  left: 8px;
  color: #fff;
  font-size: 16px;
}

@media only screen and (min-device-width : 1367px) and (max-device-width : 1500px) {}

@media only screen and (min-width : 1025px) {}

@media only screen and (min-device-width : 992px) and (max-device-width : 1024px) {}

@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {}

.migrationExpert {
  padding: 1rem 0;
  background-color: #fe4c23;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.mxContent {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.mxContent ul {
  margin: 0;
}

.migrationExpert .btnClose {
  position: absolute;
  top: -15px;
  right: 2%;
  width: 30px;
  height: 30px;
  background-color: #333333;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  text-shadow: none;
}

.mxContent span {
  margin-right: 8px;
  font-weight: 700;
  position: relative;
}

.mxContent span img {
  position: absolute;
  max-width: 100px;
  top: -70px;
  left: -100px;
}

.mxContent a {
  margin-left: 4rem;
  border-radius: 30px;
  border: 2px solid #fff;
  padding: .4rem 3rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.mxContent a {
  background-color: #fff;
  color: #333;
}

.needMagentoExpert {
  padding: 2.5rem 3.25rem;
  margin: 5rem 0 0 0;
  max-width: 100%;
  position: relative;
}

.needMagentoExpert:before {
  content: "";
  border: 2px solid #2076c9;
  width: 80%;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.nmeLeft {
  max-width: 58%;
}

.nmeLeft h3 {
  font-size: 28px;
  font-weight: 700;
  color: #09222e;
  margin: 0 0 15px 0;
}

.nmeLeft p {
  font-size: 14px;
  line-height: 20px;
  color: #09222e;
  margin: 0 0 25px 0;
}

.nmeLeftForm {
  max-width: 90%;
}

.nmeLeftForm .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.nmeLeftForm .wpcf7-form-control-wrap input {
  width: 100%;
  padding: 0.41em 0.6em;
  margin-bottom: 10px;
  height: 42px;
}

.nmeLeftForm .wpcf7-form-control-wrap textarea {
  margin-bottom: 10px;
}

.nmeLeftForm .wpcf7-form-control-wrap textarea,
.nmeLeftForm .wpcf7-form-control-wrap input {
  border-color: #c2c2c2;
}

.nmeLeftForm .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px !important;
  color: red;
  font-weight: 600;
  position: absolute;
  display: block;
  left: 0;
  bottom: -6px;
  letter-spacing: 0;
}

.nmeLeftForm .wpcf7-form-control-wrap .g-recaptcha.wpcf7-recaptcha {
  margin-bottom: 15px;
}

.nmeLeftForm .wpcf7-form-control-wrap iframe {
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
  min-height: auto !important;
}

.nmeRightList h4,
.nmeRightList p a,
.nmeRightList p,
.nmeRightList h3 {
  color: #fff;
}

.nmeRightList h4,
.nmeRightList p a,
.nmeRightList p,
.nmeRightList h3,
.nmeLeftForm .wpcf7-submit,
.nmeLeftForm .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.nmeRight .nmeRightList h3 span {
  letter-spacing: 0;
}

.nmeRightList p a,
.nmeRightList p {
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}

.nmeRight {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 42%;
  padding: 7rem 2.75rem;
  background-image: linear-gradient(45deg, #0d60ae, #1e76c8);
  background-image: -webkit-linear-gradient(45deg, #0d60ae, #1e76c8);
}

.nmeRight .nmeRightList {
  margin-bottom: 25px;
}

.nmeRight .nmeRightList:last-child {
  margin-bottom: 0px;
}

.nmeRightList h3 {
  margin: 0 0 10px 0;
  line-height: inherit;
}

.nmeRightList p span {
  display: block;
}

.nmeRight .nmeRightList h3 span {
  position: relative;
}

.nmeRight .nmeRightList h3 span small {
  position: absolute;
  right: 0;
  top: -14px;
  font-style: italic;
  font-size: 17px;
  font-weight: 600;
  color: #fad749;
}

.nmeRight .nmeRightList h4 {
  margin: 0;
  font-size: 20px;
}

.nmeLeftForm .wpcf7-submit {
  background-color: #e0564b;
  font-size: 15px;
  text-transform: none;
  font-family: 'Open Sans' !important;
  font-weight: 600;
  padding: .75rem 2.25rem;
}

.nmeLeftForm .wpcf7-submit:focus,
.nmeLeftForm .wpcf7-submit:active,
.nmeLeftForm .wpcf7-submit:hover {
  background-color: #132c45;
  border: none;
  outline: none;
}

.nmeLeftForm .wpcf7-form-control-wrap textarea::-webkit-input-placeholder,
.nmeLeftForm .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #808080;
  font-size: 14px;
}

.nmeLeftForm .wpcf7-form-control-wrap textarea::-moz-placeholder,
.nmeLeftForm .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #808080;
  font-size: 14px;
}

.nmeLeftForm .wpcf7-form-control-wrap textarea:-ms-input-placeholder,
.nmeLeftForm .wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #808080;
  font-size: 14px;
}

.nmeLeftForm .wpcf7-form-control-wrap textarea:-moz-placeholder,
.nmeLeftForm .wpcf7-form-control-wrap input:-moz-placeholder {
  color: #808080;
  font-size: 14px;
}

.comment-list .comment .comment-meta .comment-metadata {
  display: none;
}

.main-navigation-toggle {
  display: none;
}

.main-navigation-menu {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
}

.main-navigation-menu li {
  float: left;
}

.main-navigation-menu a {
  display: block;
  padding: 0.75em 1.25em;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}

.main-navigation-menu>.menu-item-has-children>a:after {
  display: inline-block;
  margin: 0.4em 0 0 0.2em;
  color: #fff;
  content: '\f431';
  vertical-align: top;
  text-decoration: inherit;
  font-size: 16px;
  font-family: 'Genericons';
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-navigation-menu a:link,
.main-navigation-menu a:visited {
  color: #333;
  text-decoration: none;
}

.main-navigation-menu li a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.main-navigation-menu ul {
  position: absolute;
  z-index: 99;
  display: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #132c45;
  list-style-position: outside;
  list-style-type: none;
}

.main-navigation-menu ul li {
  position: relative;
  float: none;
}

.main-navigation-menu ul a {
  padding: 1em;
  min-width: 250px;
  min-width: 16rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: none;
  transition: none;
}

.main-navigation-menu ul li:last-child a {
  border-bottom: none;
}

.main-navigation-menu ul .menu-item-has-children>a:after {
  display: inline-block;
  margin: 0.2em 0 0 0.2em;
  color: #fff;
  content: '\f431';
  vertical-align: top;
  text-decoration: inherit;
  font-size: 14px;
  font-family: 'Genericons';
  line-height: 1;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-navigation-menu ul .menu-item-has-children>a:hover:after {
  text-decoration: none;
}

.main-navigation-menu li ul ul {
  top: 0;
  left: 100%;
  margin-top: -1px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.main-navigation-menu li.menu-item-has-children:hover>ul,
.main-navigation-menu li.page_item_has_children:hover>ul,
.main-navigation-menu li.menu-item-has-children[aria-expanded="true"]>ul {
  display: block;
}

.main-navigation-menu li.current-menu-item>a {
  text-decoration: underline;
}

.main-navigation-menu ul li.current-menu-item>a:after {
  text-decoration: none;
}

.mega-menu-content .mega-menu-widget ul li {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mega-menu-content .mega-menu-widget ul li a {
  display: block;
  padding: 0.5em 0.75em;
}

.sticky-header .fixed-header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

.sticky-header .fixed-header .site-description {
  display: none;
}

.sticky-header.admin-bar .fixed-header {
  top: 32px;
}

.sticky-header .fixed-header .site-branding,
.sticky-header .fixed-header .primary-navigation,
.sticky-header .fixed-header .main-navigation-toggle {
  margin: 0.5em 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

nav#main-navigation {
  display: inline-block;
}

fieldset.hidden-fields-container {
  display: none;
}

@-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);
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url("fonts/genericons/Genericons.svg") format("svg");
  }
}

@media(max-width:768px) {
  .cp-modal {
    width: 80% !important;
    max-width: 100%;
    height: auto !important;
  }

  .cp-modal-body {
    padding: 5px 15px;
  }
}

@media(max-width:768px) {

  .cp-desc-container,
  .cp-sec-title-container,
  .cp-title-container {
    margin: 0 0 15px;
  }

  .cp-image-container img {
    left: auto !important;
    top: auto !important;
    width: 75%;
  }
}

@media(max-width:667px) {
  .cp-image-container img {
    width: 60%;
  }
}

@media(min-width:769px) {
  .cp-columns-equalized .cp-column-equalized-center {
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    -webkit-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -ms-transition: all .75s ease;
    transition: all .75s ease;
  }

  .cp-modal-exceed .cp-columns-equalized .cp-column-equalized-center {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    vertical-align: middle;
  }

  .cp-live-preview .cp-columns-equalized .cp-column-equalized-center {
    top: 50%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media(max-width:768px) {

  .cp-modal-popup-container button,
  .cp-modal-popup-container input,
  .cp-modal-popup-container select,
  .cp-modal-popup-container textarea {
    padding: 7px 10px !important;
  }

  .cp-form .cp-submit,
  .cp-form input[name=name],
  .cp-form input[name=email],
  .cp-form input[type=text],
  .cp-form input[type=email] {
    margin: 0 0 10px !important;
  }

  .cp-modal-popup-container input:-moz-placeholder,
  .cp-modal-popup-container input:-ms-input-placeholder,
  .cp-modal-popup-container input::-moz-placeholder,
  .cp-modal-popup-container input::-webkit-input-placeholder {
    line-height: normal;
  }
}

@media(max-width:768px) {
  .cp-overlay-close {
    right: 10px;
    top: 10px;
    max-width: 32px;
  }

  .cp-overlay-close span {
    font-size: 14px;
  }
}

@media(max-width:768px) {

  .cp-affilate-link,
  .cp-affilate-link a {
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    text-align: center;
  }
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@-webkit-keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@-moz-keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@media all and (min-width:768px) {

  .cp-default-cf7-style1 .cp-form-container .wpcf7 .wpcf7-form-control-wrap,
  .cp-default-cf7-style1 .cp-form-container p {
    font-size: 16px;
  }

  .cp-default-cf7-style1 .cp-form-container form {
    padding: 15px 30px;
  }
}

@media (min-width:768px) {
  .cp-modal-popup-container .container {
    width: 750px;
  }

  .cp-modal-popup-container .col-sm-1,
  .cp-modal-popup-container .col-sm-10,
  .cp-modal-popup-container .col-sm-11,
  .cp-modal-popup-container .col-sm-12,
  .cp-modal-popup-container .col-sm-2,
  .cp-modal-popup-container .col-sm-3,
  .cp-modal-popup-container .col-sm-4,
  .cp-modal-popup-container .col-sm-5,
  .cp-modal-popup-container .col-sm-6,
  .cp-modal-popup-container .col-sm-7,
  .cp-modal-popup-container .col-sm-8,
  .cp-modal-popup-container .col-sm-9 {
    float: left;
  }

  .cp-modal-popup-container .col-sm-12 {
    width: 100%;
  }

  .cp-modal-popup-container .col-sm-11 {
    width: 91.66666666666666%;
  }

  .cp-modal-popup-container .col-sm-10 {
    width: 83.33333333333334%;
  }

  .cp-modal-popup-container .col-sm-9 {
    width: 75%;
  }

  .cp-modal-popup-container .col-sm-8 {
    width: 66.66666666666666%;
  }

  .cp-modal-popup-container .col-sm-7 {
    width: 58.333333333333336%;
  }

  .cp-modal-popup-container .col-sm-6 {
    width: 50%;
  }

  .cp-modal-popup-container .col-sm-5 {
    width: 41.66666666666667%;
  }

  .cp-modal-popup-container .col-sm-4 {
    width: 33.33333333333333%;
  }

  .cp-modal-popup-container .col-sm-3 {
    width: 25%;
  }

  .cp-modal-popup-container .col-sm-2 {
    width: 16.666666666666664%;
  }

  .cp-modal-popup-container .col-sm-1 {
    width: 8.333333333333332%;
  }
}

@media (min-width:992px) {
  .cp-modal-popup-container .container {
    width: 970px;
  }

  .cp-modal-popup-container .col-md-1,
  .cp-modal-popup-container .col-md-10,
  .cp-modal-popup-container .col-md-11,
  .cp-modal-popup-container .col-md-12,
  .cp-modal-popup-container .col-md-2,
  .cp-modal-popup-container .col-md-3,
  .cp-modal-popup-container .col-md-4,
  .cp-modal-popup-container .col-md-5,
  .cp-modal-popup-container .col-md-6,
  .cp-modal-popup-container .col-md-7,
  .cp-modal-popup-container .col-md-8,
  .cp-modal-popup-container .col-md-9 {
    float: left;
  }

  .cp-modal-popup-container .col-md-12 {
    width: 100%;
  }

  .cp-modal-popup-container .col-md-11 {
    width: 91.66666666666666%;
  }

  .cp-modal-popup-container .col-md-10 {
    width: 83.33333333333334%;
  }

  .cp-modal-popup-container .col-md-9 {
    width: 75%;
  }

  .cp-modal-popup-container .col-md-8 {
    width: 66.66666666666666%;
  }

  .cp-modal-popup-container .col-md-7 {
    width: 58.333333333333336%;
  }

  .cp-modal-popup-container .col-md-6 {
    width: 50%;
  }

  .cp-modal-popup-container .col-md-5 {
    width: 41.66666666666667%;
  }

  .cp-modal-popup-container .col-md-4 {
    width: 33.33333333333333%;
  }

  .cp-modal-popup-container .col-md-3 {
    width: 25%;
  }

  .cp-modal-popup-container .col-md-2 {
    width: 16.666666666666664%;
  }

  .cp-modal-popup-container .col-md-1 {
    width: 8.333333333333332%;
  }
}

@media (min-width:1200px) {
  .cp-modal-popup-container .container {
    width: 1170px;
  }

  .cp-modal-popup-container .col-lg-1,
  .cp-modal-popup-container .col-lg-10,
  .cp-modal-popup-container .col-lg-11,
  .cp-modal-popup-container .col-lg-12,
  .cp-modal-popup-container .col-lg-2,
  .cp-modal-popup-container .col-lg-3,
  .cp-modal-popup-container .col-lg-4,
  .cp-modal-popup-container .col-lg-5,
  .cp-modal-popup-container .col-lg-6,
  .cp-modal-popup-container .col-lg-7,
  .cp-modal-popup-container .col-lg-8,
  .cp-modal-popup-container .col-lg-9 {
    float: left;
  }

  .cp-modal-popup-container .col-lg-12 {
    width: 100%;
  }

  .cp-modal-popup-container .col-lg-11 {
    width: 91.66666666666666%;
  }

  .cp-modal-popup-container .col-lg-10 {
    width: 83.33333333333334%;
  }

  .cp-modal-popup-container .col-lg-9 {
    width: 75%;
  }

  .cp-modal-popup-container .col-lg-8 {
    width: 66.66666666666666%;
  }

  .cp-modal-popup-container .col-lg-7 {
    width: 58.333333333333336%;
  }

  .cp-modal-popup-container .col-lg-6 {
    width: 50%;
  }

  .cp-modal-popup-container .col-lg-5 {
    width: 41.66666666666667%;
  }

  .cp-modal-popup-container .col-lg-4 {
    width: 33.33333333333333%;
  }

  .cp-modal-popup-container .col-lg-3 {
    width: 25%;
  }

  .cp-modal-popup-container .col-lg-2 {
    width: 16.666666666666664%;
  }

  .cp-modal-popup-container .col-lg-1 {
    width: 8.333333333333332%;
  }
}

@-webkit-keyframes smile-bounce {

  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

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

@keyframes smile-bounce {

  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

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

@-webkit-keyframes smile-flash {

  50%,
  from,
  to {
    opacity: 1;
  }

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

@keyframes smile-flash {

  50%,
  from,
  to {
    opacity: 1;
  }

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

@-webkit-keyframes smile-pulse {

  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes smile-pulse {

  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@-webkit-keyframes smile-rubberBand {

  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
  }

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

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

@keyframes smile-rubberBand {

  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
  }

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

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

@-webkit-keyframes smile-shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@keyframes smile-shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes smile-tada {

  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

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

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

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

@keyframes smile-tada {

  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

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

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

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

@-webkit-keyframes smile-wobble {

  from,
  to {
    -webkit-transform: none;
    transform: none;
  }

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

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

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

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

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

@keyframes smile-wobble {

  from,
  to {
    -webkit-transform: none;
    transform: none;
  }

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

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

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

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

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

@-webkit-keyframes smile-jello {

  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none;
  }

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

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

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

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

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}

@keyframes smile-jello {

  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none;
  }

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

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

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

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

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}

@-webkit-keyframes smile-bounceIn {

  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

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

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

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

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

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

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

@keyframes smile-bounceIn {

  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

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

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

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

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

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

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

@-webkit-keyframes smile-bounceInDown {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes smile-bounceInDown {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes smile-bounceInLeft {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes smile-bounceInLeft {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes smile-bounceInRight {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes smile-bounceInRight {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes smile-bounceInUp {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

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

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

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

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

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

@keyframes smile-bounceInUp {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes smile-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes smile-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes smile-fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes smile-fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes smile-fadeOutDown {
  from {
    opacity: 1;
  }

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

@keyframes smile-fadeOutDown {
  from {
    opacity: 1;
  }

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

@-webkit-keyframes smile-fadeOutDownBig {
  from {
    opacity: 1;
  }

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

@keyframes smile-fadeOutDownBig {
  from {
    opacity: 1;
  }

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

@-webkit-keyframes smile-fadeOutLeft {
  from {
    opacity: 1;
  }

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

@keyframes smile-fadeOutLeft {
  from {
    opacity: 1;
  }

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

@-webkit-keyframes smile-fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

@keyframes smile-fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

@-webkit-keyframes smile-fadeOutRight {
  from {
    opacity: 1;
  }

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

@keyframes smile-fadeOutRight {
  from {
    opacity: 1;
  }

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

@-webkit-keyframes smile-fadeOutRightBig {
  from {
    opacity: 1;
  }

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

@keyframes smile-fadeOutRightBig {
  from {
    opacity: 1;
  }

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

@-webkit-keyframes smile-fadeOutUp {
  from {
    opacity: 1;
  }

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

@keyframes smile-fadeOutUp {
  from {
    opacity: 1;
  }

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

@-webkit-keyframes smile-fadeOutUpBig {
  from {
    opacity: 1;
  }

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

@keyframes smile-fadeOutUpBig {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes smile-lightSpeedOut {
  from {
    opacity: 1;
  }

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

@keyframes smile-lightSpeedOut {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes smile-rollOut {
  from {
    opacity: 1;
  }

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

@keyframes smile-rollOut {
  from {
    opacity: 1;
  }

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes smile-zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes smile-zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@-webkit-keyframes smile-zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes smile-zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@-webkit-keyframes smile-zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes smile-zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@-webkit-keyframes smile-zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes smile-zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@-webkit-keyframes smile-zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

@keyframes smile-zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

@-webkit-keyframes smile-zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes smile-zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes smile-zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

@keyframes smile-zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes smile-newsPaper {
  from {
    -webkit-transform: scale(0) rotate(720deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(1) rotate(0);
    opacity: 1;
  }
}

@keyframes smile-newsPaper {
  from {
    transform: scale(0) rotate(720deg);
    opacity: 0;
  }

  60% {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes smile-superScaled {
  from {
    -webkit-transform: scale(2);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes smile-superScaled {
  from {
    transform: scale(2);
    opacity: 0;
  }

  60% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes smile-3DSlit {
  from {
    opacity: 0;
  }

  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
}

@keyframes smile-3DSlit {
  from {
    opacity: 0;
  }

  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateZ(0) rotateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes smile-3DSign {
  from {
    -webkit-transform: rotateX(-60deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes smile-3DSign {
  from {
    transform: rotateX(-60deg);
    opacity: 0;
  }

  60% {
    transform: rotateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes smile-3DRotateBottom {
  from {
    -webkit-transform: translateY(100%) rotateX(90deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}

@keyframes smile-3DRotateBottom {
  from {
    transform: translateY(100%) rotateX(90deg);
    opacity: 0;
  }

  50% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes smile-3DRotateInLeft {
  from {
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateZ(0) translateX(0) rotateY(0);
    opacity: 1;
  }
}

@keyframes smile-3DRotateInLeft {
  from {
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    opacity: 0;
  }

  60% {
    transform: translateZ(0) translateX(0) rotateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes smile-3DFlipVertical {
  from {
    -webkit-transform: rotateX(-70deg);
    opacity: 0;
  }

  70% {
    -webkit-transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes smile-3DFlipVertical {
  from {
    transform: rotateX(-70deg);
    opacity: 0;
  }

  70% {
    transform: rotateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes smile-3DFlipHorizontal {
  from {
    -webkit-transform: rotateY(-70deg);
    opacity: 0;
  }

  70% {
    -webkit-transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes smile-3DFlipHorizontal {
  from {
    transform: rotateY(-70deg);
    opacity: 0;
  }

  70% {
    transform: rotateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes smile-sideFall {
  from {
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translate(0) translateZ(0) rotate(0);
    opacity: 1;
  }
}

@keyframes smile-sideFall {
  from {
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
  }

  60% {
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes smile-fall {
  from {
    -webkit-transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateZ(0) rotateX(0);
    opacity: 1;
  }
}

@keyframes smile-fall {
  from {
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
  }

  60% {
    transform: translateZ(0) rotateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes smile-slideInBottom {
  from {
    -webkit-transform: translateY(20%);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes smile-slideInBottom {
  from {
    transform: translateY(20%);
    opacity: 0;
  }

  60% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes smile-fadeInScale {
  from {
    -webkit-transform: scale(.7);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes smile-fadeInScale {
  from {
    transform: scale(.7);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

@media only screen and (min-width:768px) {
  .cp_social_autowidth.cp_social_nospace.cp_social_rounded .cp_social_icons_container {
    width: auto;
    float: left;
  }
}

@media only screen and (max-width:767px) {
  .cp_social_networks li {
    margin: 2% 0 0 2% !important;
    width: 49% !important;
    clear: none !important;
  }

  .cp_social_networks li:nth-child(2n+1) {
    margin-left: 0 !important;
    clear: both !important;
  }

  .cp_social_networks li:nth-child(-n+2) {
    margin-top: 0 !important;
  }

  .cp_social_networks.cp_social_nospace li {
    width: 50% !important;
  }

  .cp_social_media .cp_social_networks li {
    width: auto !important;
    clear: none !important;
    margin: 0 2% 2% 0 !important;
    overflow: hidden;
  }

  .cp_social_media .cp_social_networks.cp_social_nospace li {
    margin: 0 !important;
  }

  .cp_social_media .cp_social_nospace.cp_social_rounded .cp_social_icons_container {
    width: auto;
    float: left;
  }

  .cp_social_media .cp_social_networks li .cp_social_network_label {
    display: none;
  }

  .cp_social_pinterest_window {
    height: 80%;
    width: 80%;
    top: 10px;
    margin-left: 0;
    z-index: 99999999;
    left: 6%;
  }

  .cp_social_pin_images {
    max-height: 90%;
  }

  .cp_social_autowidth.cp_social_networks li:nth-child(n) {
    width: auto !important;
    margin: 0 2% 2% 0 !important;
    clear: none !important;
  }

  .cp_social_autowidth.cp_social_nospace li:nth-child(n) {
    margin: 0 !important;
  }

  .cp_social_autowidth.cp_social_nospace.cp_social_rounded .cp_social_icons_container {
    width: auto;
    float: left;
  }

  .cp_social_networks.cp_social_autowidth .cp_social_icons_container {
    text-align: center !important;
  }
}

@media only screen and (max-width:768px) {
  .cp_social_networks li {
    width: 100% !important;
    margin-left: 0 !important;
    clear: both !important;
  }

  .cp_social_networks li:first-child {
    margin-top: 0 !important;
  }

  .cp_social_networks li:nth-child(n+2) {
    margin: 2% 0 0 !important;
  }

  .cp_social_networks.cp_social_nospace li {
    margin: 0 !important;
    width: 100% !important;
  }

  .cp_social_media .cp_social_networks li {
    width: auto !important;
    clear: none !important;
    margin: 0 2% 2% 0 !important;
  }

  .cp_social_media .cp_social_networks.cp_social_nospace li {
    margin: 0 !important;
  }

  .cp_social_media .cp_social_networks li .cp_social_network_label {
    display: none;
  }

  .cp_social_autowidth.cp_social_networks li:nth-child(n) {
    width: auto !important;
    margin: 0 2% 2% 0 !important;
    clear: none !important;
  }

  .cp_social_autowidth.cp_social_nospace li:nth-child(n) {
    margin: 0 !important;
  }

  .cp_social_autowidth.cp_social_nospace.cp_social_rounded .cp_social_icons_container {
    width: auto;
    float: left;
  }

  .cp_social_networks.cp_social_autowidth .cp_social_icons_container {
    display: block;
    width: auto;
  }

  .cp_social_networks div.cp_social_network_label {
    display: none;
  }
}

@media (max-width:768px) {
  .cp-info-bar .cp-icon-style-rectangle.cp-normal.cp_gradient {
    max-width: 150px;
  }

  .cp-ifb-sc-media {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@-webkit-keyframes loading {

  0%,
  40% {
    -webkit-transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1, 2.2);
  }
}

@-moz-keyframes loading {

  0%,
  40% {
    -moz-transform: scale(1);
  }

  20% {
    -moz-transform: scale(1, 2.2);
  }
}

@keyframes loading {

  0%,
  40% {
    transform: scale(1);
  }

  20% {
    transform: scale(1, 2.2);
  }
}

@-moz-keyframes blink {

  from,
  to {
    background-color: transparent;
  }

  50% {
    background-color: #000;
  }
}

@-webkit-keyframes blink {

  from,
  to {
    background-color: transparent;
  }

  50% {
    background-color: #000;
  }
}

@-ms-keyframes blink {

  from,
  to {
    background-color: transparent;
  }

  50% {
    background-color: #000;
  }
}

@keyframes blink {

  from,
  to {
    background-color: transparent;
  }

  50% {
    background-color: #000;
  }
}

@media(max-width:768px) {

  .cp-form-container .cp-form-field input:-moz-placeholder,
  .cp-form-container .cp-form-field input:-ms-input-placeholder,
  .cp-form-container .cp-form-field input::-moz-placeholder,
  .cp-form-container .cp-form-field input::-webkit-input-placeholder {
    line-height: normal;
    font-size: .85em !important;
  }
}

@media (min-width:768px) {
  .cp-form-layout-2 .cp-form-field:nth-child(odd):not(.odd-field-fallback) {
    padding-right: 5px;
    clear: both;
  }

  .cp-form-layout-2 .cp-form-field:nth-child(even) {
    padding-left: 5px;
  }

  .cp-form-container .cp-form-layout-3 .cp-form-field {
    padding-right: 5px;
    padding-left: 5px;
  }

  .cp-form-container .cp-form-layout-3 .cp-submit-wrap {
    padding-left: 5px;
    padding-right: 0;
  }

  .cp-form-container .cp-form-layout-3 .cp-form-field:first-child {
    padding-left: 0;
  }

  .cp-form-container .cp-form-layout-3 .cp-form-field button,
  .cp-form-container .cp-form-layout-3 .cp-form-field input,
  .cp-form-container .cp-form-layout-3 .cp-form-field select,
  .cp-form-container .cp-form-layout-3 .cp-form-field textarea {
    margin-bottom: 0;
  }

  .cp-form-layout-3 .cp-form-field.enable-field-attached {
    padding-right: 0 !important;
  }

  .cp-form-layout-3 .cp-form-field.enable-field-attached .cp-input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
  }

  .cp-form-layout-3 .cp-submit-wrap.enable-field-attached {
    padding-left: 0 !important;
    margin-left: 0;
  }

  .cp-info-bar .cp-form-layout-3 .cp-submit-wrap.enable-field-attached {
    margin-left: 0;
  }

  .cp-info-bar .cp-form-layout-3 .cp-form-field.enable-field-attached .cp-input,
  .cp-slidein .cp-form-layout-3 .cp-form-field.enable-field-attached .cp-input {
    border-right-width: 0 !important;
  }

  .cp-form-layout-3 .cp-submit-wrap.enable-field-attached .cp-submit {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .cp-form-field.enable-field-attached.cp-enable-box-shadow>div {
    border-bottom-right-radius: 0 !important;
  }
}

@media (max-width:768px) {

  .cp-form-container.cp-vertical-form-container .cp-form-layout-1 .cp-form-field,
  .cp-form-container.cp-vertical-form-container .cp-form-layout-2 .cp-form-field:nth-child(even) {
    padding-left: 0;
  }

  .cp-form-container .cp-submit-wrap-center,
  .cp-form-container .cp-submit-wrap-left,
  .cp-form-container .cp-submit-wrap-right {
    text-align: center;
  }
}

@keyframes ani {
  0% {
    color: #448488;
    text-shadow: none;
  }

  90% {
    color: #448488;
    text-shadow: none;
  }

  100% {
    color: #ff6486;
    text-shadow: 0 0 7px #ffb2b2, 0 0 70px #f8ff88;
  }
}

@media only screen and (min-width:1201px) and (max-width: 1399px) {
  .footer-top-link li {
    padding: 0px 12px;
  }

  .footer-top-link li a {
    font-size: 17px;
  }

  .header-image .custom-header-main {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width : 1200px) and (max-device-width : 1366px) {
  .related-post-home .rp-right {
    width: 69%;
    padding-left: 10px;
  }

  .main-navigation-menu a {
    padding-left: 0.85em;
    padding-right: 0.85em;
  }

  .fixed-header .primary-navigation {
    width: 70%;
  }

  .fixed-header .primary-navigation .main-navigation-menu {
    float: right;
  }

  .fixed-header .primary-navigation .custom_description_on_menu p {
    text-align: right;
    font-size: 13px;
  }

  .book-banner .book-banner-left {
    width: 70%;
    padding-top: 20px;
  }

  .book-banner .book-banner-right {
    width: 30%;
  }

  .book-banner .book-banner-right img {
    max-height: inherit;
    max-width: 220px;
    min-width: 220px;
  }

  .feature-post-section .grid-post.clearfix {
    width: 30%;
  }

  .feature-post-section .grid-post.clearfix:nth-child(4n+4) {
    margin-right: 15px;
  }

  .feature-post-section .grid-post.clearfix:nth-child(3n+3) {
    margin-right: 0;
  }

  .getsrid-code-left h2 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-navigation-menu {
    float: right;
  }

  .main-navigation-menu a {
    padding-left: 0.4em;
    padding-right: 0.4em;
    line-height: 34px !important;
  }

  .author-dark-bar h3 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-device-width : 1025px) and (max-device-width : 1199px) {
  .primary-navigation {
    float: none;
  }

  .main-navigation-menu {
    float: right;
  }

  .main-navigation-menu a {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }

  .custom_description_on_menu {
    width: 80%;
    float: right;
  }

  .custom_description_on_menu p {
    text-align: right;
  }

  .main-navigation-menu {
    float: right;
    width: 100%;
  }

  .main-navigation-menu li {
    float: right;
  }

  .main-navigation-menu a {
    padding-left: 0.4em;
    padding-right: 0.4em;
  }

  .custom-header-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-branding {
    width: 25%;
  }

  .main-navigation-menu a,
  .post-wrapper .type-post .entry-content {
    font-size: 15px;
  }

  #main-navigation {
    width: 75%;
    float: right;
  }

  .site-branding .custom-logo {
    width: 220px;
  }

  .header-blog {
    text-align: center;
  }

  .sticky-title-text {
    font-size: 13px;
    line-height: 28px;
  }

  .main-author-inquire,
  .content-single-area,
  .getsrid-code-section-area,
  .feature-post-section-area,
  .about-author-area,
  .learn-books-area,
  .our-services-area,
  .recent-product-area,
  .subcribe-section-area,
  .latest-blog-post-area,
  .recent-new-blog-area,
  .blog-slider-area,
  .blog-about-area {
    padding: 40px 0px;
  }

  .download-book-content {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .blog-t1,
  .blog-t2 {
    width: 100%;
  }

  .recent-blog-content {
    height: auto;
  }

  .our-services li {
    width: 32%;
  }

  .our-services li .os-content {
    position: inherit;
    border-radius: 0;
    width: 100%;
    top: 0;
    padding: 15px 10px 0px 10px;
  }

  .our-services li .os-content h2 {
    margin: 0;
  }

  .our-services li .os-content a {
    padding-top: 15px;
  }

  .recent-blog-tab {
    margin-bottom: 30px;
  }

  .related-post-home .rp-left {
    display: none;
  }

  .recent-blog-tab li {
    margin-right: 16px;
  }

  .related-post-home .rp-right {
    width: 100%;
    padding-left: 0;
  }

  .rcb-category {
    min-height: auto;
  }

  .rcb-cat-name {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
  }

  .recent-product-list li {
    width: 49%;
    float: left;
  }

  .main-navigation-menu a {
    padding-left: 0.4em;
    padding-right: 0.4em;
    line-height: 42px !important;
  }

  .book-banner .book-banner-left {
    padding-top: 0px;
  }

  .book-banner .book-banner-right img {
    max-height: inherit;
    max-width: 210px;
    min-width: 210px;
  }

  h2.cat-title {
    font-size: 40px;
    line-height: 50px;
  }

  .feature-post-section .grid-post.clearfix {
    width: 30%;
  }

  .feature-post-section .grid-post.clearfix:nth-child(4n+4) {
    margin-right: 15px;
  }

  .feature-post-section .grid-post.clearfix:nth-child(3n+3) {
    margin-right: 0;
  }

  .getsrid-code-left h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .our-services li .os-content {
    min-height: 122px;
  }

  .holiday-animation-area {
    width: 100%;
    text-align: center;
  }

  .fixed-header .header-note span.holiday-animation-area {
    width: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .custom-header-main {
    top: 50%;
    width: 100%;
    left: 0;
    padding: 0 10px;
  }

  .header-image ul {
    width: 100%;
    text-align: center;
  }

  .header-image h1 {
    font-size: 35px;
    padding: 0 0 20px;
    width: 100%;
  }

  .custom-header-post-data {
    width: 100%;
    padding-top: 0px;
  }

  .custom-header-post-divider {
    display: none;
  }

  .custom-header-post-data ul li {
    display: inline !important;
    margin: 0 10px;
  }

  .header-image h1 {
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
  }

  .fixed-header .site-branding {
    margin-bottom: 0 !important;
  }

  .fixed-header .main-navigation-toggle {
    padding-top: 15px !important;
  }

  .main-navigation-toggle.active+#main-navigation>.custom_description_on_menu>p {}

  .main-navigation-toggle.active+#main-navigation>.main-navigation-menu {
    margin-bottom: 0 !important;
  }

  .textwidget iframe {
    width: 100%;
  }

  .custom-header-main {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .midel-box01,
  .midel-box03 {
    padding-right: 20px;
    width: 60%;
  }

  .footer-midel-bg .container {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .footer-thirdparty-section .container,
  .footer-midel-bg .container,
  .footer-midel-bottom .container,
  .footer-midel-bottom .container,
  .footer-coppyright-section .container {
    max-width: 700px;
  }

  .footer-midel-bottom .footer-midel-bottom-left p {
    line-height: 24px;
  }

  .footer-info li {
    font-size: 15px;
  }

  .midel-box02,
  .midel-box04 {
    padding-right: 0;
    width: 40%;
  }

  .footer-title {
    font-size: 18px;
  }

  .footer-title {
    padding-bottom: 55px;
    padding-top: 30px;
  }

  .footer-midel-bottom .footer-midel-bottom-left p a:first-child {
    display: inline-table;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .author-dark-bar h3 {
    margin-bottom: 30px;
  }

  .main-navigation-toggle::after {
    color: #333;
  }

  .main-navigation-toggle:hover::after {
    color: #19898b;
  }

  .sticky-title-text {
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    padding: 6px 0px;
  }

  .custom-logo {
    width: 260px;
  }

  .main-author-inquire,
  .content-single-area,
  .getsrid-code-section-area,
  .feature-post-section-area,
  .about-author-area,
  .learn-books-area,
  .our-services-area,
  .recent-product-area,
  .subcribe-section-area,
  .latest-blog-post-area,
  .recent-new-blog-area,
  .blog-slider-area,
  .blog-about-area {
    padding: 30px 0px;
  }

  .blog-t1 {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .blog-t2 {
    width: 100%;
    margin: 20px 0;
  }

  .recent-blog-content {
    height: auto;
  }

  .blog-title {
    margin-bottom: 50px;
  }

  .blog-about-area p {
    margin-bottom: 40px;
  }

  .recent-blog-tab li {
    margin-right: 10px;
  }

  .recent-product-list li a {
    font-size: 16px;
    line-height: 26px;
  }

  .download-book-content {
    padding: 30px 0;
  }

  .download-book-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .download-book-content .book-img {
    width: 240px;
  }

  .subcribe-content img {
    margin-bottom: 20px;
  }

  .subcribe-content h2 {
    font-size: 25px;
  }

  .subcribe-content #wp_subscribe-3 {
    margin-top: 20px;
  }

  .recent-product-list li {
    width: 49%;
    float: left;
  }

  .recent-product-list li:last-child {
    margin-block-end: 0;
  }

  .more-btn-area {
    margin-top: 30px;
  }

  .our-services li {
    width: 32%;
  }

  .our-services li .os-content {
    position: inherit;
    border-radius: 0;
    width: 100%;
    top: 0;
    padding: 15px 10px 0px 10px;
  }

  .our-services li .os-content h2 {
    margin: 0;
  }

  .our-services li .os-content a {
    padding-top: 15px;
  }

  .recent-blog-tab {
    margin-bottom: 30px;
  }

  .related-post-home .rp-left {
    display: none;
  }

  .related-post-home .rp-right {
    width: 100%;
    padding-left: 0;
  }

  .rcb-category {
    min-height: auto;
  }

  .rcb-cat-name {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
  }

  .book-banner .book-banner-left {
    padding-top: 0;
  }

  .book-banner .book-banner-right img {
    max-height: inherit;
    max-width: 190px;
    min-width: 190px;
  }

  .about-author-area .about-author-left {
    padding-right: 30px;
  }

  h2.cat-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 32px;
  }

  .feature-post-section .grid-post.clearfix {
    width: 30%;
  }

  .feature-post-section .grid-post.clearfix:nth-child(4n+4) {
    margin-right: 15px;
  }

  .feature-post-section .grid-post.clearfix:nth-child(3n+3) {
    margin-right: 0;
  }

  .getsrid-code-left h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .mcs-postbox .entry-header {
    padding: 0px 10px 20px;
  }

  .mcs-postbox .entry-content p {
    padding: 5px 0px;
  }

  .single-post-header-area {
    padding: 30px 0px;
  }

  .single-post-header-area ul {
    margin-bottom: 10px;
  }

  .single-post-header-area h1 {
    font-size: 30px;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .subscribe-form-area .wp-subscribe-wrap {
    padding: 20px 10px;
  }

  .previous_thumb {
    width: 72px;
    margin-right: 10px;
  }

  .next_thumb {
    width: 72px;
    margin-left: 10px;
  }

  .single .feature-post-section .grid-post.clearfix:nth-child(3n+3) {
    margin-right: 15px;
  }

  p.autor-name {
    font-size: 30px !important;
    line-height: inherit;
  }

  h1.author-class {
    font-size: 18px;
  }

  .author-top-text p {
    font-size: 15px;
    line-height: 24px;
  }

  .our-services li .os-content {
    min-height: 120px;
  }

  .holiday-animation-area {
    width: 100%;
  }

  .fixed-header .header-note span.holiday-animation-area {
    border-radius: 0px;
    text-align: center;
  }
}

@media only screen and (min-width:961px) and (max-width: 1024px) {
  .main-navigation-toggle {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .fixed-header .main-navigation-toggle {
    padding: 14px 0 0 0 !important;
  }

  .custom_description_on_menu {
    width: 100%;
  }

  .site-title,
  .site-description {
    display: none;
  }

  .site-branding {
    width: 100%;
    text-align: center;
  }

  .primary-navigation {
    width: 100%;
  }

  .main-navigation-menu {
    width: 100%;
    text-align: center;
  }

  .main-navigation-menu li {
    display: inline-block;
    float: none;
  }
}

@media only screen and (max-width: 960px) {
  .main-navigation-menu {
    background: #fff;
  }

  .container>#main-navigation {
    margin-left: -5px;
    margin-right: -5px;
  }

  .main-navigation-toggle.active+#main-navigation .main-navigation-menu {}

  .main-navigation-menu li a {
    line-height: 20px !important;
    border-top: 1px solid #eee;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .main-navigation-toggle.active+#main-navigation .main-navigation-menu li a:hover {
    background-color: #eee;
    color: #222;
  }

  .fixed-header .main-navigation-toggle.active+#main-navigation .main-navigation-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fixed-header .main-navigation-toggle.active+#main-navigation .main-navigation-menu li a:hover {
    text-decoration: none;
  }

  .fixed-header .custom-logo {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .fixed-header #main-navigation-toggle {
    margin: 0 !important;
    padding-top: 14px !important;
  }
}

@media only screen and (min-width:768px) and (max-width: 992px) {
  .primary-navigation {
    line-height: 20px !important;
  }

  .sticky-header .fixed-header {
    background: #fff;
  }

  .fixed-header .custom_description_on_menu p {
    font-size: 12px;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .header-image h1 {
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
  }

  .thirdparty-img li {
    min-height: 62px;
    padding: 10px;
  }

  .midel-box01,
  .midel-box03 {
    padding-right: 20px;
    width: 60%;
  }

  .footer-info li {
    font-size: 15px;
  }

  .midel-box02,
  .midel-box04 {
    padding-right: 0;
    width: 40%;
  }

  .footer-midel-bg .container {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .footer-title {
    font-size: 18px;
  }

  .footer-title {
    padding-bottom: 55px;
    padding-top: 30px;
  }

  .footer-midel-bottom .footer-midel-bottom-left p {
    line-height: 30px;
    padding-bottom: 20px;
    text-align: center;
  }

  .footer-coppyright-left {
    line-height: 25px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
  }

  .footer-socials-right {
    text-align: center;
    width: 100%;
  }

  .footer-socials {
    display: inline-table;
    float: none;
  }

  h4.author-class {
    font-size: 20px !important;
  }

  .sldier-email-btn {
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media only screen and (min-device-width : 481px) and (max-device-width : 767px) {
  .book-banner .book-banner-left {
    width: 70%;
    padding-top: 0;
  }

  .book-banner .book-banner-left h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: inherit;
  }

  .book-banner .book-banner-left h4 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 22px;
  }

  .book-banner .book-banner-left p {
    font-size: 15px;
    line-height: 20px;
  }

  .book-banner .book-banner-right {
    width: 30%;
  }

  .book-banner .book-banner-right img {
    max-height: inherit;
    max-width: 150px;
    min-width: 150px;
  }

  .feature-post-section .grid-post.clearfix {
    width: 46%;
  }

  .feature-post-section .grid-post.clearfix:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media only screen and (min-device-width : 601px) and (max-device-width : 767px) {
  .download-book-content {
    padding: 30px 0;
  }

  .download-book-content .book-img {
    width: 165px;
  }

  .recent-product-list li {
    width: 49%;
    float: left;
    min-height: 77px;
    margin: 6px 0;
    padding: 0 6px;
  }

  .recent-product-list li a {
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .our-services li {
    width: 32%;
    padding-left: 2px;
    padding-right: 2px;
  }

  .download-book-content h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .our-services li .os-content {
    min-height: 145px;
  }

  .about-author-area .about-author-left {
    padding-right: 10px;
  }

  .previous_thumb {
    width: 68px;
    margin-right: 10px;
  }

  .next_thumb {
    width: 68px;
    margin-left: 10px;
  }

  .subscribe-form-area .wp-subscribe-wrap {
    padding: 20px;
  }

  .subscribe-form-area .wp-subscribe-wrap input {
    width: auto !important;
    min-width: auto !important;
  }

  .subscribe-form-area .wp-subscribe-wrap input[type="submit"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .sidebar {
    text-align: center;
  }

  .sidebar .widget {
    width: 400px !important;
    float: none !important;
    margin: 0 auto 20px !important;
    display: inline-block;
  }

  p.autor-name {
    font-size: 30px !important;
    line-height: inherit;
  }

  h1.author-class {
    font-size: 18px;
  }

  .author-top-text p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media only screen and (min-device-width : 481px) and (max-device-width : 600px) {
  .recent-blog-tab li {
    width: 31%;
    margin-bottom: 10px;
  }

  .download-book-content h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    width: 55%;
  }

  .download-book-content .book-img {
    width: 150px;
  }

  .recent-product-list li {
    width: 450px;
  }

  .our-services li {
    width: 450px;
    margin-bottom: 15px;
  }

  .our-services img {
    width: 100%;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
  .fixed-header .site-branding {
    margin-bottom: 0 !important;
  }

  .sticky-header-left .sticky-title-text {
    font-size: 10px !important;
    line-height: 16px !important;
    letter-spacing: 0 !important;
    text-align: center;
    height: 50px !important;
    padding-left: 0 !important;
  }

  .entry-content,
  p {
    font-size: 17px;
    line-height: 25px;
    word-break: unset;
  }

  #main-navigation-toggle {
    margin-top: 10px;
  }

  .main-navigation-toggle::after {
    color: #333;
    font-size: 24px;
  }

  .main-navigation-toggle:hover::after {
    color: #19898b;
  }

  .sticky-header .fixed-header {
    background: #fff;
  }

  .custom_description_on_menu p {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .site-branding .custom-logo {
    width: 220px;
  }

  .main-author-inquire,
  .author-top-img,
  .single-post-header-area,
  .content-single-area,
  .getsrid-code-section-area,
  .feature-post-section-area,
  .about-author-area,
  .learn-books-area,
  .our-services-area,
  .recent-product-area,
  .subcribe-section-area,
  .latest-blog-post-area,
  .recent-new-blog-area,
  .blog-slider-area,
  .blog-about-area {
    padding: 30px 0px;
  }

  .blog-title h2,
  .blog-title h1 {
    font-size: 20px;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
    width: 100% !important;
  }

  .sticky-title-text {
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    padding: 6px 0px;
  }

  .blog-slider-area {
    padding: 20px 0px;
  }

  .blog-t1 {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .blog-t2 {
    width: 100%;
    margin: 20px 0;
  }

  .blog-title {
    margin-bottom: 40px;
  }

  .blog-about-area p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 30px;
  }

  .recent-blog-tab li {
    margin-right: 10px;
  }

  .subcribe-content img {
    margin-bottom: 20px;
  }

  .subcribe-content h2 {
    font-size: 25px;
  }

  .subcribe-content #wp_subscribe-3 {
    margin-top: 20px;
  }

  .recent-product-list li:last-child {
    margin-block-end: 0;
  }

  .more-btn-area {
    margin-top: 30px;
  }

  .our-services li .os-content {
    position: inherit;
    border-radius: 0;
    width: 100%;
    top: 0;
    padding: 15px 10px 0px 10px;
  }

  .our-services li .os-content h2 {
    margin: 0;
  }

  .our-services li .os-content a {
    padding-top: 15px;
  }

  .recent-blog-tab {
    margin-bottom: 30px;
  }

  .recent-blog-content {
    height: auto;
  }

  .rbc-img {
    margin-bottom: 10px;
  }

  .related-post-home .rp-left {
    display: none;
  }

  .related-post-home .rp-right {
    width: 100%;
    padding-left: 0;
  }

  .rcb-category {
    min-height: auto;
    width: 100%;
  }

  .rcb-cat-name {
    font-size: 15px;
    max-height: auto;
  }

  .download-form {
    padding: 10px;
  }

  .download-form form p {
    width: 100%;
  }

  .category-inner-banner {
    padding: 30px 0px;
  }

  .category-inner-left {
    display: none;
  }

  .category-inner-right {
    width: 100%;
    padding-top: 0;
  }

  h2.cat-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .getsrid-code-left h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .mcs-postbox .entry-header {
    padding: 0px 10px 20px;
  }

  .mcs-postbox .entry-content p {
    padding: 5px 0px;
  }

  .single-post-header-area ul {
    margin-bottom: 10px;
  }

  .single-post-header-area h1 {
    font-size: 25px;
    line-height: 35px;
    padding: 10px 0px 0px 0px;
  }

  #breadcrumbs span {
    display: initial;
  }

  .author-top-text .autor-right {
    text-align: center;
    width: 100%;
  }

  .author-img {
    float: none;
    width: 160px;
    height: 160px;
    margin: 0 auto 10px;
    padding: 15px;
  }

  .autor-left {
    text-align: center;
  }

  p.autor-name {
    font-size: 30px !important;
    line-height: inherit;
  }

  h1.author-class {
    font-size: 18px;
  }

  .author-top-text p {
    font-size: 15px;
    line-height: 24px;
  }

  .main-author-inquire h1 {
    font-size: 30px;
    padding: 0 10px;
  }

  .main-author-inquire p {
    font-size: 15px;
    width: 100%;
    padding: 0px 10px;
  }

  .author-inquire-btn {
    margin-top: 30px;
  }

  .author-inquire-btn a {
    display: inline-block;
    margin-bottom: 10px;
  }

  .holiday-animation-area {
    width: 100%;
  }

  .migrationExpert {
    display: none;
  }

  .fixed-header .header-note span.holiday-animation-area {
    bottom: -32px;
    border-radius: 0px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
  .feature-post-section .entry-title {
    min-height: auto;
  }

  .learn-books-area .learn-books-left {
    width: 100%;
    padding-right: 0px;
  }

  .learn-books-area .learn-books-right {
    width: 100%;
    padding-left: 0px;
  }

  .book-banner .book-banner-left {
    width: 100%;
    padding-top: 0;
  }

  .book-banner .book-banner-left h2 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: inherit;
  }

  .book-banner .book-banner-left h2 span {
    font-weight: 900;
  }

  .book-banner .book-banner-left h4 {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: inherit;
  }

  .book-banner .book-banner-left p {
    font-size: 15px;
    line-height: inherit;
  }

  .book-banner .book-banner-right {
    display: none;
  }

  .category .recent-blog-tab li {
    width: 33%;
    display: inline-block;
    float: none;
  }

  .sidebar {
    text-align: center;
  }

  .sidebar .widget {
    width: 300px !important;
    float: none !important;
    margin: 0 auto 20px !important;
    display: inline-block;
  }

  .subscribe-form-area .wp-subscribe-wrap {
    padding: 12px;
  }

  .subscribe-form-area .wp-subscribe-wrap input {
    margin-bottom: 5px !important;
    min-width: 100% !important;
  }

  .entry-content iframe {
    height: 272px;
    min-height: 272px;
    width: 100%;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .recent-blog-tab li {
    width: 46%;
    margin-bottom: 10px;
  }

  .download-book-content h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    width: 100%;
  }

  .download-book-content .book-img {
    display: none;
  }

  .our-services li {
    width: 300px;
    margin-bottom: 15px;
  }

  .our-services img {
    width: 100%;
  }

  .blog-btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .subcribe-content .wp-subscribe-wrap .regular-text {
    width: 58%;
  }

  .subcribe-content .wp-subscribe-wrap input.submit {
    width: 42%;
  }

  .recent-product-list li {
    width: 100%;
  }

  .recent-product-list li a {
    font-size: 16px;
    line-height: 22px;
  }

  .header-image {
    min-height: auto !important;
    padding-top: 30px;
  }

  .download-form form p {
    padding: 0px;
  }

  .about-author-area .about-author-left {
    width: 100%;
  }

  .about-author-area .about-author-left .author-img-area {
    text-align: center;
    width: 100%;
  }

  .about-author-area .about-author-left .author-img-area img {
    display: inline-block;
    width: 160px;
  }

  .about-author-area .about-author-right {
    width: 100%;
    text-align: center;
  }

  .blog-title2 {
    text-align: center;
  }

  .about-author-right .blog-title2::before {
    display: none;
  }

  .blog-title2::before {
    display: none;
  }

  .feature-post-section .grid-post.clearfix {
    width: 100%;
    margin-right: 0;
  }

  .mcs-postbox .entry-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-mcs-postbox {
    margin-bottom: 20px;
  }

  .cat-subcribe-section-area {
    padding: 15px 10px;
  }

  .category .recent-blog-tab li {
    width: 44%;
  }

  .getsrid-code-left {
    width: 100%;
  }

  .getsrid-code-right {
    display: none;
  }

  .previous_title {
    float: left;
  }

  .next_thumb:nth-child(2) {
    float: right;
  }
}

@media only screen and (max-width: 479px) {
  .featured-posts {
    display: inline-block;
  }

  .featured-posts .grid-post,
  .featured-posts .grid-post:nth-child(2) {
    width: 100%;
  }

  .featured-posts .grid-post:nth-child(n+2) .type-post .post-content {
    display: block;
  }

  .post-content .entry-title {
    font-size: 15px !important;
  }

  .header-image h1 {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    width: 100%;
  }

  .header-image {
    min-height: 580px;
  }

  .thirdparty-img li {
    float: left;
    min-height: 72px;
    padding: 10px;
    width: 50%;
  }

  .midel-box01,
  .midel-box02,
  .midel-box03,
  .midel-box04 {
    padding-right: 0;
    width: 100%;
  }

  .footer-midel-bottom .footer-midel-bottom-left,
  .footer-midel-bottom .footer-midel-bottom-right {
    width: 100%;
  }

  .footer-title {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .footer-title-img {
    margin-bottom: 30px;
  }

  .footer-title {
    padding-bottom: 55px;
    padding-top: 30px;
  }

  .footer-midel-bottom .footer-midel-bottom-left p {
    line-height: 30px;
    padding-bottom: 20px;
    text-align: center;
  }

  .footer-coppyright-left {
    line-height: 25px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
  }

  .footer-socials-right {
    text-align: center;
    width: 100%;
  }

  .footer-socials {
    display: inline-table;
    float: none;
  }
}

@media only screen and (min-width: 1366px) {
  .fixed-header .primary-navigation {
    width: 70%;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1280px;
  }
}

@media only screen and (min-width: 60.001em) {
  .main-navigation-menu {
    display: block !important;
  }
}

.subcribe-content p input.wpcf7-form-control {
  font-size: 15px;
  min-height: 42px;
}

.page-id-7228 .content-single {
  width: 100%;
  padding-top: 100px;
}

.codetag {
  font-size: 16px;
}

.entry-content iframe {
  width: 100%;
}

pre {
  font-size: 15px !important;
}