@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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;
}

/* corner values for bubble up and down */
/***Transitions***/
@font-face {
  font-family: "Tondo-bold";
  src: url(../fonts/tondo/tondo-bold-webfont.eot);
  src: url(../fonts/tondo/tondo-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/tondo/tondo-bold-webfont.woff2) format("woff2"), url(../fonts/tondo/tondo-bold-webfont.woff) format("woff"), url(../fonts/tondo/tondo-bold-webfont.ttf) format("truetype"), url(../fonts/tondo/tondo-bold-webfont.svg#tondobold) format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Tondo-reg";
  src: url(../fonts/tondo/tondo-regular-webfont.eot);
  src: url(../fonts/tondo/tondo-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/tondo/tondo-regular-webfont.woff2) format("woff2"), url(../fonts/tondo/tondo-regular-webfont.woff) format("woff"), url(../fonts/tondo/tondo-regular-webfont.ttf) format("truetype"), url(../fonts/tondo/tondo-regular-webfont.svg#tondoregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Tondo-light";
  src: url(../fonts/tondo/tondo-light-webfont.eot);
  src: url(../fonts/tondo/tondo-light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/tondo/tondo-light-webfont.woff2) format("woff2"), url(../fonts/tondo/tondo-light-webfont.woff) format("woff"), url(../fonts/tondo/tondo-light-webfont.ttf) format("truetype"), url(../fonts/tondo/tondo-light-webfont.svg#tondolight) format("svg");
  font-weight: 100;
  font-style: normal;
}
body,
html {
  height: 100%;
}

body {
  font-family: "Tondo-light";
  color: #333333;
  font-size: 16px;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  overflow-x: hidden;
  letter-spacing: 0.1px;
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  line-height: 1.3;
}

p {
  margin: 0;
  font-family: "Tondo-light";
}

a,
button,
input[type=submit] {
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  color: #333333;
}
a:hover, a:focus,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  text-decoration: none;
  outline: none;
}

input:focus,
button:focus,
select:focus {
  outline: none;
}

ul,
ol {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

.m-0 {
  margin: 0 !important;
}

.w-100 {
  width: 100% !important;
}

.font20 {
  font-size: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.m-auto {
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}
@media (max-width: 480px) {
  .pb-5 {
    padding-bottom: 30px !important;
  }
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}
@media (max-width: 480px) {
  .pt-5 {
    padding-top: 30px !important;
  }
}

.pt-0 {
  padding-top: 0px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}
@media (max-width: 480px) {
  .mt-5 {
    margin-top: 30px !important;
  }
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}
@media (max-width: 480px) {
  .mb-5 {
    margin-bottom: 30px !important;
  }
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ms-0 {
  margin-left: 0px !important;
}

.me-0 {
  margin-right: 0px !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media screen and (max-width: 1024px) {
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    width: 100%;
  }
}
.common-btn {
  height: 48px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 254px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  background-color: #15a98c;
  -moz-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -moz-transition: color ease 0.5s;
  -o-transition: color ease 0.5s;
  -webkit-transition: color ease 0.5s;
  transition: color ease 0.5s;
  padding: 0 30px;
  border: 0;
}
@media (max-width: 1199px) {
  .common-btn {
    min-width: 220px;
  }
}
@media (max-width: 991px) {
  .common-btn {
    min-width: 200px;
  }
}
@media (max-width: 640px) {
  .common-btn {
    height: 40px;
    min-width: inherit;
    padding: 0 25px;
    font-size: 14px;
  }
}
.common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #27819f;
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-transition: transform ease-out 0.5s;
  -o-transition: transform ease-out 0.5s;
  -webkit-transition: transform ease-out 0.5s;
  transition: transform ease-out 0.5s;
}
.common-btn:hover, .common-btn:focus {
  color: #fff;
}
.common-btn:hover:before, .common-btn:focus:before {
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.common-btn.white-btn {
  background-color: #fff;
  color: #333333;
  border: 0;
}
.common-btn.white-btn:before {
  background: #24b2b0;
}
.common-btn.white-btn:hover, .common-btn.white-btn:focus {
  color: #fff;
}
.common-btn.white-btn.white-btn2:before {
  background: #2a8a9f;
}
.common-btn.dark-btn {
  background-color: #27819f;
  color: #fff;
}
.common-btn.dark-btn:before {
  background: #15a98c;
}
.common-btn.dark-btn:hover, .common-btn.dark-btn:focus {
  color: #fff;
}
.common-btn.secondary-btn {
  background-color: #333333;
  color: #fff;
}
.common-btn.secondary-btn:before {
  background: #9e9e9e;
}
.common-btn.secondary-btn:hover, .common-btn.secondary-btn:focus {
  color: #fff;
}
.common-btn.gradient-btn, .common-btn.gradient-btn2 {
  background-color: #27819f;
  background-image: -moz-linear-gradient(right, #2aadad 0%, #2cb08c 50%, #2aadad 100%);
  background-image: -webkit-linear-gradient(right, #2aadad 0%, #2cb08c 50%, #2aadad 100%);
  background-image: linear-gradient(right, #2aadad 0%, #2cb08c 50%, #2aadad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#27819f", endColorstr="#3fc4a2",GradientType=1 );
  color: #fff;
  background-size: 200% auto;
}
.common-btn.gradient-btn:hover, .common-btn.gradient-btn:focus, .common-btn.gradient-btn2:hover, .common-btn.gradient-btn2:focus {
  background-position: right center;
}
.common-btn.gradient-btn2 {
  background: #2caeaa;
  background: -moz-linear-gradient(left, #2caeaa 0%, #24aabd 100%);
  background: -webkit-linear-gradient(left, #2caeaa 0%, #24aabd 100%);
  background: linear-gradient(to right, #2caeaa 0%, #24aabd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2caeaa", endColorstr="#24aabd",GradientType=1 );
}
.common-btn.full-btn {
  width: 100%;
}
.common-btn.small-btn {
  min-width: inherit;
  height: 40px;
}
@media (max-width: 480px) {
  .common-btn.small-btn {
    height: 34px;
    font-size: 12px;
    padding: 0 20px;
  }
}

.border-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.border-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  overflow: hidden;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 10px;
  opacity: 1;
  height: 1000%;
  top: 50%;
  left: 50%;
  background: #fff;
  -moz-transform: translateX(270%) translateY(-52.7%) rotate(84deg);
  -o-transform: translateX(270%) translateY(-52.7%) rotate(84deg);
  -ms-transform: translateX(270%) translateY(-52.7%) rotate(84deg);
  -webkit-transform: translateX(270%) translateY(-52.7%) rotate(84deg);
  transform: translateX(270%) translateY(-52.7%) rotate(84deg);
}
.border-button:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: inset 0 0 0 1px;
}
@media (max-width: 767px) {
  .border-button:after {
    display: none;
  }
}
.border-button:hover, .border-button:focus {
  color: #333333 !important;
}
.border-button:hover:before, .border-button:focus:before {
  animation: buttonEffect 1.5s ease;
  width: 0;
  -moz-transform: translateX(300%) translateY(-40%) rotate(-90deg);
  -o-transform: translateX(300%) translateY(-40%) rotate(-90deg);
  -ms-transform: translateX(300%) translateY(-40%) rotate(-90deg);
  -webkit-transform: translateX(300%) translateY(-40%) rotate(-90deg);
  transform: translateX(300%) translateY(-40%) rotate(-90deg);
}

@-webkit-keyframes color {
  0% {
    border-radius: 50% 50% 50% 50%;
  }
  10% {
    border-radius: 50% 50% 50% 50%;
  }
  20% {
    border-radius: 50% 50% 50% 50%;
  }
  30% {
    border-radius: 50% 50% 50% 50%;
  }
  40% {
    border-radius: 50% 50% 50% 50%;
  }
  50% {
    border-radius: 50% 50% 50% 50%;
  }
}
@-moz-keyframes color {
  0% {
    border-radius: 50% 50% 50% 50%;
  }
  10% {
    border-radius: 50% 50% 50% 50%;
  }
  20% {
    border-radius: 50% 50% 50% 50%;
  }
  30% {
    border-radius: 50% 50% 50% 50%;
  }
  40% {
    border-radius: 50% 50% 50% 50%;
  }
  50% {
    border-radius: 50% 50% 50% 50%;
  }
}
@-o-keyframes color {
  0% {
    border-radius: 50% 50% 50% 50%;
  }
  10% {
    border-radius: 50% 50% 50% 50%;
  }
  20% {
    border-radius: 50% 50% 50% 50%;
  }
  30% {
    border-radius: 50% 50% 50% 50%;
  }
  40% {
    border-radius: 50% 50% 50% 50%;
  }
  50% {
    border-radius: 50% 50% 50% 50%;
  }
}
@keyframes color {
  0% {
    border-radius: 50% 50% 50% 50%;
  }
  10% {
    border-radius: 50% 50% 50% 50%;
  }
  20% {
    border-radius: 50% 50% 50% 50%;
  }
  30% {
    border-radius: 50% 50% 50% 50%;
  }
  40% {
    border-radius: 50% 50% 50% 50%;
  }
  50% {
    border-radius: 50% 50% 50% 50%;
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes scale {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes scale {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes shadowPulse {
  0% {
    box-shadow: rgba(255, 255, 255, 0.15) 0 0 0 0px;
    opacity: 1;
  }
  80% {
    box-shadow: rgba(255, 255, 255, 0.15) 0 0 0 20px;
    opacity: 0.1;
  }
  100% {
    box-shadow: rgba(255, 255, 255, 0.15) 0 0 0 30px;
    opacity: 0;
  }
}
@-moz-keyframes shadowPulse {
  0% {
    box-shadow: rgba(255, 255, 255, 0.15) 0 0 0 0px;
    opacity: 1;
  }
  80% {
    box-shadow: rgba(255, 255, 255, 0.15) 0 0 0 20px;
    opacity: 0.1;
  }
  100% {
    box-shadow: rgba(255, 255, 255, 0.15) 0 0 0 30px;
    opacity: 0;
  }
}
@-o-keyframes shadowPulse {
  0% {
    box-shadow: rgba(255, 255, 255, 0.15) 0 0 0 0px;
    opacity: 1;
  }
  80% {
    box-shadow: rgba(255, 255, 255, 0.15) 0 0 0 20px;
    opacity: 0.1;
  }
  100% {
    box-shadow: rgba(255, 255, 255, 0.15) 0 0 0 30px;
    opacity: 0;
  }
}
@keyframes shadowPulse {
  0% {
    box-shadow: rgba(255, 255, 255, 0.15) 0 0 0 0px;
    opacity: 1;
  }
  80% {
    box-shadow: rgba(255, 255, 255, 0.15) 0 0 0 20px;
    opacity: 0.1;
  }
  100% {
    box-shadow: rgba(255, 255, 255, 0.15) 0 0 0 30px;
    opacity: 0;
  }
}
@-webkit-keyframes test {
  0% {
    -moz-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
  20% {
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  40% {
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  60% {
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  80% {
    -moz-transform: scale(1.2) translateY(-158px);
    -o-transform: scale(1.2) translateY(-158px);
    -ms-transform: scale(1.2) translateY(-158px);
    -webkit-transform: scale(1.2) translateY(-158px);
    transform: scale(1.2) translateY(-158px);
    opacity: 0.9;
  }
  90% {
    -moz-transform: scale(1.3) translateY(-159px);
    -o-transform: scale(1.3) translateY(-159px);
    -ms-transform: scale(1.3) translateY(-159px);
    -webkit-transform: scale(1.3) translateY(-159px);
    transform: scale(1.3) translateY(-159px);
    opacity: 0.6;
    -moz-transition: ease 0;
    -o-transition: ease 0;
    -webkit-transition: ease 0;
    transition: ease 0;
  }
  100% {
    -moz-transform: scale(1.4) translateY(-161px);
    -o-transform: scale(1.4) translateY(-161px);
    -ms-transform: scale(1.4) translateY(-161px);
    -webkit-transform: scale(1.4) translateY(-161px);
    transform: scale(1.4) translateY(-161px);
    opacity: 0;
    -moz-transition: ease 0;
    -o-transition: ease 0;
    -webkit-transition: ease 0;
    transition: ease 0;
  }
}
@-moz-keyframes test {
  0% {
    -moz-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
  20% {
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  40% {
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  60% {
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  80% {
    -moz-transform: scale(1.2) translateY(-158px);
    -o-transform: scale(1.2) translateY(-158px);
    -ms-transform: scale(1.2) translateY(-158px);
    -webkit-transform: scale(1.2) translateY(-158px);
    transform: scale(1.2) translateY(-158px);
    opacity: 0.9;
  }
  90% {
    -moz-transform: scale(1.3) translateY(-159px);
    -o-transform: scale(1.3) translateY(-159px);
    -ms-transform: scale(1.3) translateY(-159px);
    -webkit-transform: scale(1.3) translateY(-159px);
    transform: scale(1.3) translateY(-159px);
    opacity: 0.6;
    -moz-transition: ease 0;
    -o-transition: ease 0;
    -webkit-transition: ease 0;
    transition: ease 0;
  }
  100% {
    -moz-transform: scale(1.4) translateY(-161px);
    -o-transform: scale(1.4) translateY(-161px);
    -ms-transform: scale(1.4) translateY(-161px);
    -webkit-transform: scale(1.4) translateY(-161px);
    transform: scale(1.4) translateY(-161px);
    opacity: 0;
    -moz-transition: ease 0;
    -o-transition: ease 0;
    -webkit-transition: ease 0;
    transition: ease 0;
  }
}
@-o-keyframes test {
  0% {
    -moz-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
  20% {
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  40% {
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  60% {
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  80% {
    -moz-transform: scale(1.2) translateY(-158px);
    -o-transform: scale(1.2) translateY(-158px);
    -ms-transform: scale(1.2) translateY(-158px);
    -webkit-transform: scale(1.2) translateY(-158px);
    transform: scale(1.2) translateY(-158px);
    opacity: 0.9;
  }
  90% {
    -moz-transform: scale(1.3) translateY(-159px);
    -o-transform: scale(1.3) translateY(-159px);
    -ms-transform: scale(1.3) translateY(-159px);
    -webkit-transform: scale(1.3) translateY(-159px);
    transform: scale(1.3) translateY(-159px);
    opacity: 0.6;
    -moz-transition: ease 0;
    -o-transition: ease 0;
    -webkit-transition: ease 0;
    transition: ease 0;
  }
  100% {
    -moz-transform: scale(1.4) translateY(-161px);
    -o-transform: scale(1.4) translateY(-161px);
    -ms-transform: scale(1.4) translateY(-161px);
    -webkit-transform: scale(1.4) translateY(-161px);
    transform: scale(1.4) translateY(-161px);
    opacity: 0;
    -moz-transition: ease 0;
    -o-transition: ease 0;
    -webkit-transition: ease 0;
    transition: ease 0;
  }
}
@keyframes test {
  0% {
    -moz-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
  20% {
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  40% {
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  60% {
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  80% {
    -moz-transform: scale(1.2) translateY(-158px);
    -o-transform: scale(1.2) translateY(-158px);
    -ms-transform: scale(1.2) translateY(-158px);
    -webkit-transform: scale(1.2) translateY(-158px);
    transform: scale(1.2) translateY(-158px);
    opacity: 0.9;
  }
  90% {
    -moz-transform: scale(1.3) translateY(-159px);
    -o-transform: scale(1.3) translateY(-159px);
    -ms-transform: scale(1.3) translateY(-159px);
    -webkit-transform: scale(1.3) translateY(-159px);
    transform: scale(1.3) translateY(-159px);
    opacity: 0.6;
    -moz-transition: ease 0;
    -o-transition: ease 0;
    -webkit-transition: ease 0;
    transition: ease 0;
  }
  100% {
    -moz-transform: scale(1.4) translateY(-161px);
    -o-transform: scale(1.4) translateY(-161px);
    -ms-transform: scale(1.4) translateY(-161px);
    -webkit-transform: scale(1.4) translateY(-161px);
    transform: scale(1.4) translateY(-161px);
    opacity: 0;
    -moz-transition: ease 0;
    -o-transition: ease 0;
    -webkit-transition: ease 0;
    transition: ease 0;
  }
}
@-webkit-keyframes test2 {
  0% {
    -moz-transform: scale(0.9) translateY(0px);
    -o-transform: scale(0.9) translateY(0px);
    -ms-transform: scale(0.9) translateY(0px);
    -webkit-transform: scale(0.9) translateY(0px);
    transform: scale(0.9) translateY(0px);
  }
  20% {
    -moz-transform: scale(0.9) translateY(0);
    -o-transform: scale(0.9) translateY(0);
    -ms-transform: scale(0.9) translateY(0);
    -webkit-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
  }
  40% {
    -moz-transform: scale(0.9) translateY(0);
    -o-transform: scale(0.9) translateY(0);
    -ms-transform: scale(0.9) translateY(0);
    -webkit-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
  }
  60% {
    -moz-transform: scale(0.9) translateY(0);
    -o-transform: scale(0.9) translateY(0);
    -ms-transform: scale(0.9) translateY(0);
    -webkit-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
  }
  80% {
    -moz-transform: scale(1) translateY(-116px);
    -o-transform: scale(1) translateY(-116px);
    -ms-transform: scale(1) translateY(-116px);
    -webkit-transform: scale(1) translateY(-116px);
    transform: scale(1) translateY(-116px);
    top: -20px;
  }
  90% {
    -moz-transform: scale(1) translateY(-118px);
    -o-transform: scale(1) translateY(-118px);
    -ms-transform: scale(1) translateY(-118px);
    -webkit-transform: scale(1) translateY(-118px);
    transform: scale(1) translateY(-118px);
    top: -21px;
  }
  100% {
    -moz-transform: scale(1) translateY(-122px);
    -o-transform: scale(1) translateY(-122px);
    -ms-transform: scale(1) translateY(-122px);
    -webkit-transform: scale(1) translateY(-122px);
    transform: scale(1) translateY(-122px);
    top: -25px;
  }
}
@-moz-keyframes test2 {
  0% {
    -moz-transform: scale(0.9) translateY(0px);
    -o-transform: scale(0.9) translateY(0px);
    -ms-transform: scale(0.9) translateY(0px);
    -webkit-transform: scale(0.9) translateY(0px);
    transform: scale(0.9) translateY(0px);
  }
  20% {
    -moz-transform: scale(0.9) translateY(0);
    -o-transform: scale(0.9) translateY(0);
    -ms-transform: scale(0.9) translateY(0);
    -webkit-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
  }
  40% {
    -moz-transform: scale(0.9) translateY(0);
    -o-transform: scale(0.9) translateY(0);
    -ms-transform: scale(0.9) translateY(0);
    -webkit-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
  }
  60% {
    -moz-transform: scale(0.9) translateY(0);
    -o-transform: scale(0.9) translateY(0);
    -ms-transform: scale(0.9) translateY(0);
    -webkit-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
  }
  80% {
    -moz-transform: scale(1) translateY(-116px);
    -o-transform: scale(1) translateY(-116px);
    -ms-transform: scale(1) translateY(-116px);
    -webkit-transform: scale(1) translateY(-116px);
    transform: scale(1) translateY(-116px);
    top: -20px;
  }
  90% {
    -moz-transform: scale(1) translateY(-118px);
    -o-transform: scale(1) translateY(-118px);
    -ms-transform: scale(1) translateY(-118px);
    -webkit-transform: scale(1) translateY(-118px);
    transform: scale(1) translateY(-118px);
    top: -21px;
  }
  100% {
    -moz-transform: scale(1) translateY(-122px);
    -o-transform: scale(1) translateY(-122px);
    -ms-transform: scale(1) translateY(-122px);
    -webkit-transform: scale(1) translateY(-122px);
    transform: scale(1) translateY(-122px);
    top: -25px;
  }
}
@-o-keyframes test2 {
  0% {
    -moz-transform: scale(0.9) translateY(0px);
    -o-transform: scale(0.9) translateY(0px);
    -ms-transform: scale(0.9) translateY(0px);
    -webkit-transform: scale(0.9) translateY(0px);
    transform: scale(0.9) translateY(0px);
  }
  20% {
    -moz-transform: scale(0.9) translateY(0);
    -o-transform: scale(0.9) translateY(0);
    -ms-transform: scale(0.9) translateY(0);
    -webkit-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
  }
  40% {
    -moz-transform: scale(0.9) translateY(0);
    -o-transform: scale(0.9) translateY(0);
    -ms-transform: scale(0.9) translateY(0);
    -webkit-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
  }
  60% {
    -moz-transform: scale(0.9) translateY(0);
    -o-transform: scale(0.9) translateY(0);
    -ms-transform: scale(0.9) translateY(0);
    -webkit-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
  }
  80% {
    -moz-transform: scale(1) translateY(-116px);
    -o-transform: scale(1) translateY(-116px);
    -ms-transform: scale(1) translateY(-116px);
    -webkit-transform: scale(1) translateY(-116px);
    transform: scale(1) translateY(-116px);
    top: -20px;
  }
  90% {
    -moz-transform: scale(1) translateY(-118px);
    -o-transform: scale(1) translateY(-118px);
    -ms-transform: scale(1) translateY(-118px);
    -webkit-transform: scale(1) translateY(-118px);
    transform: scale(1) translateY(-118px);
    top: -21px;
  }
  100% {
    -moz-transform: scale(1) translateY(-122px);
    -o-transform: scale(1) translateY(-122px);
    -ms-transform: scale(1) translateY(-122px);
    -webkit-transform: scale(1) translateY(-122px);
    transform: scale(1) translateY(-122px);
    top: -25px;
  }
}
@keyframes test2 {
  0% {
    -moz-transform: scale(0.9) translateY(0px);
    -o-transform: scale(0.9) translateY(0px);
    -ms-transform: scale(0.9) translateY(0px);
    -webkit-transform: scale(0.9) translateY(0px);
    transform: scale(0.9) translateY(0px);
  }
  20% {
    -moz-transform: scale(0.9) translateY(0);
    -o-transform: scale(0.9) translateY(0);
    -ms-transform: scale(0.9) translateY(0);
    -webkit-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
  }
  40% {
    -moz-transform: scale(0.9) translateY(0);
    -o-transform: scale(0.9) translateY(0);
    -ms-transform: scale(0.9) translateY(0);
    -webkit-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
  }
  60% {
    -moz-transform: scale(0.9) translateY(0);
    -o-transform: scale(0.9) translateY(0);
    -ms-transform: scale(0.9) translateY(0);
    -webkit-transform: scale(0.9) translateY(0);
    transform: scale(0.9) translateY(0);
  }
  80% {
    -moz-transform: scale(1) translateY(-116px);
    -o-transform: scale(1) translateY(-116px);
    -ms-transform: scale(1) translateY(-116px);
    -webkit-transform: scale(1) translateY(-116px);
    transform: scale(1) translateY(-116px);
    top: -20px;
  }
  90% {
    -moz-transform: scale(1) translateY(-118px);
    -o-transform: scale(1) translateY(-118px);
    -ms-transform: scale(1) translateY(-118px);
    -webkit-transform: scale(1) translateY(-118px);
    transform: scale(1) translateY(-118px);
    top: -21px;
  }
  100% {
    -moz-transform: scale(1) translateY(-122px);
    -o-transform: scale(1) translateY(-122px);
    -ms-transform: scale(1) translateY(-122px);
    -webkit-transform: scale(1) translateY(-122px);
    transform: scale(1) translateY(-122px);
    top: -25px;
  }
}
@-webkit-keyframes test3 {
  0% {
    -moz-transform: scale(0.8) translateY(0px);
    -o-transform: scale(0.8) translateY(0px);
    -ms-transform: scale(0.8) translateY(0px);
    -webkit-transform: scale(0.8) translateY(0px);
    transform: scale(0.8) translateY(0px);
  }
  20% {
    -moz-transform: scale(0.8) translateY(0);
    -o-transform: scale(0.8) translateY(0);
    -ms-transform: scale(0.8) translateY(0);
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
  }
  40% {
    -moz-transform: scale(0.8) translateY(0);
    -o-transform: scale(0.8) translateY(0);
    -ms-transform: scale(0.8) translateY(0);
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
  }
  60% {
    -moz-transform: scale(0.8) translateY(0);
    -o-transform: scale(0.8) translateY(0);
    -ms-transform: scale(0.8) translateY(0);
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
  }
  80% {
    -moz-transform: scale(0.9) translateY(-126px);
    -o-transform: scale(0.9) translateY(-126px);
    -ms-transform: scale(0.9) translateY(-126px);
    -webkit-transform: scale(0.9) translateY(-126px);
    transform: scale(0.9) translateY(-126px);
    top: -42px;
  }
  90% {
    -moz-transform: scale(0.9) translateY(-127px);
    -o-transform: scale(0.9) translateY(-127px);
    -ms-transform: scale(0.9) translateY(-127px);
    -webkit-transform: scale(0.9) translateY(-127px);
    transform: scale(0.9) translateY(-127px);
    top: -43px;
  }
  100% {
    -moz-transform: scale(0.9) translateY(-128px);
    -o-transform: scale(0.9) translateY(-128px);
    -ms-transform: scale(0.9) translateY(-128px);
    -webkit-transform: scale(0.9) translateY(-128px);
    transform: scale(0.9) translateY(-128px);
    top: -44px;
  }
}
@-moz-keyframes test3 {
  0% {
    -moz-transform: scale(0.8) translateY(0px);
    -o-transform: scale(0.8) translateY(0px);
    -ms-transform: scale(0.8) translateY(0px);
    -webkit-transform: scale(0.8) translateY(0px);
    transform: scale(0.8) translateY(0px);
  }
  20% {
    -moz-transform: scale(0.8) translateY(0);
    -o-transform: scale(0.8) translateY(0);
    -ms-transform: scale(0.8) translateY(0);
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
  }
  40% {
    -moz-transform: scale(0.8) translateY(0);
    -o-transform: scale(0.8) translateY(0);
    -ms-transform: scale(0.8) translateY(0);
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
  }
  60% {
    -moz-transform: scale(0.8) translateY(0);
    -o-transform: scale(0.8) translateY(0);
    -ms-transform: scale(0.8) translateY(0);
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
  }
  80% {
    -moz-transform: scale(0.9) translateY(-126px);
    -o-transform: scale(0.9) translateY(-126px);
    -ms-transform: scale(0.9) translateY(-126px);
    -webkit-transform: scale(0.9) translateY(-126px);
    transform: scale(0.9) translateY(-126px);
    top: -42px;
  }
  90% {
    -moz-transform: scale(0.9) translateY(-127px);
    -o-transform: scale(0.9) translateY(-127px);
    -ms-transform: scale(0.9) translateY(-127px);
    -webkit-transform: scale(0.9) translateY(-127px);
    transform: scale(0.9) translateY(-127px);
    top: -43px;
  }
  100% {
    -moz-transform: scale(0.9) translateY(-128px);
    -o-transform: scale(0.9) translateY(-128px);
    -ms-transform: scale(0.9) translateY(-128px);
    -webkit-transform: scale(0.9) translateY(-128px);
    transform: scale(0.9) translateY(-128px);
    top: -44px;
  }
}
@-o-keyframes test3 {
  0% {
    -moz-transform: scale(0.8) translateY(0px);
    -o-transform: scale(0.8) translateY(0px);
    -ms-transform: scale(0.8) translateY(0px);
    -webkit-transform: scale(0.8) translateY(0px);
    transform: scale(0.8) translateY(0px);
  }
  20% {
    -moz-transform: scale(0.8) translateY(0);
    -o-transform: scale(0.8) translateY(0);
    -ms-transform: scale(0.8) translateY(0);
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
  }
  40% {
    -moz-transform: scale(0.8) translateY(0);
    -o-transform: scale(0.8) translateY(0);
    -ms-transform: scale(0.8) translateY(0);
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
  }
  60% {
    -moz-transform: scale(0.8) translateY(0);
    -o-transform: scale(0.8) translateY(0);
    -ms-transform: scale(0.8) translateY(0);
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
  }
  80% {
    -moz-transform: scale(0.9) translateY(-126px);
    -o-transform: scale(0.9) translateY(-126px);
    -ms-transform: scale(0.9) translateY(-126px);
    -webkit-transform: scale(0.9) translateY(-126px);
    transform: scale(0.9) translateY(-126px);
    top: -42px;
  }
  90% {
    -moz-transform: scale(0.9) translateY(-127px);
    -o-transform: scale(0.9) translateY(-127px);
    -ms-transform: scale(0.9) translateY(-127px);
    -webkit-transform: scale(0.9) translateY(-127px);
    transform: scale(0.9) translateY(-127px);
    top: -43px;
  }
  100% {
    -moz-transform: scale(0.9) translateY(-128px);
    -o-transform: scale(0.9) translateY(-128px);
    -ms-transform: scale(0.9) translateY(-128px);
    -webkit-transform: scale(0.9) translateY(-128px);
    transform: scale(0.9) translateY(-128px);
    top: -44px;
  }
}
@keyframes test3 {
  0% {
    -moz-transform: scale(0.8) translateY(0px);
    -o-transform: scale(0.8) translateY(0px);
    -ms-transform: scale(0.8) translateY(0px);
    -webkit-transform: scale(0.8) translateY(0px);
    transform: scale(0.8) translateY(0px);
  }
  20% {
    -moz-transform: scale(0.8) translateY(0);
    -o-transform: scale(0.8) translateY(0);
    -ms-transform: scale(0.8) translateY(0);
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
  }
  40% {
    -moz-transform: scale(0.8) translateY(0);
    -o-transform: scale(0.8) translateY(0);
    -ms-transform: scale(0.8) translateY(0);
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
  }
  60% {
    -moz-transform: scale(0.8) translateY(0);
    -o-transform: scale(0.8) translateY(0);
    -ms-transform: scale(0.8) translateY(0);
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
  }
  80% {
    -moz-transform: scale(0.9) translateY(-126px);
    -o-transform: scale(0.9) translateY(-126px);
    -ms-transform: scale(0.9) translateY(-126px);
    -webkit-transform: scale(0.9) translateY(-126px);
    transform: scale(0.9) translateY(-126px);
    top: -42px;
  }
  90% {
    -moz-transform: scale(0.9) translateY(-127px);
    -o-transform: scale(0.9) translateY(-127px);
    -ms-transform: scale(0.9) translateY(-127px);
    -webkit-transform: scale(0.9) translateY(-127px);
    transform: scale(0.9) translateY(-127px);
    top: -43px;
  }
  100% {
    -moz-transform: scale(0.9) translateY(-128px);
    -o-transform: scale(0.9) translateY(-128px);
    -ms-transform: scale(0.9) translateY(-128px);
    -webkit-transform: scale(0.9) translateY(-128px);
    transform: scale(0.9) translateY(-128px);
    top: -44px;
  }
}
@-webkit-keyframes test4 {
  0% {
    -moz-transform: scale(0.7) translateY(0px);
    -o-transform: scale(0.7) translateY(0px);
    -ms-transform: scale(0.7) translateY(0px);
    -webkit-transform: scale(0.7) translateY(0px);
    transform: scale(0.7) translateY(0px);
  }
  20% {
    -moz-transform: scale(0.7) translateY(0);
    -o-transform: scale(0.7) translateY(0);
    -ms-transform: scale(0.7) translateY(0);
    -webkit-transform: scale(0.7) translateY(0);
    transform: scale(0.7) translateY(0);
  }
  40% {
    -moz-transform: scale(0.7) translateY(0);
    -o-transform: scale(0.7) translateY(0);
    -ms-transform: scale(0.7) translateY(0);
    -webkit-transform: scale(0.7) translateY(0);
    transform: scale(0.7) translateY(0);
  }
  60% {
    -moz-transform: scale(0.7) translateY(0);
    -o-transform: scale(0.7) translateY(0);
    -ms-transform: scale(0.7) translateY(0);
    -webkit-transform: scale(0.7) translateY(0);
    transform: scale(0.7) translateY(0);
  }
  80% {
    -moz-transform: scale(0.8) translateY(-130px);
    -o-transform: scale(0.8) translateY(-130px);
    -ms-transform: scale(0.8) translateY(-130px);
    -webkit-transform: scale(0.8) translateY(-130px);
    transform: scale(0.8) translateY(-130px);
    top: -75px;
  }
  90% {
    -moz-transform: scale(0.8) translateY(-131px);
    -o-transform: scale(0.8) translateY(-131px);
    -ms-transform: scale(0.8) translateY(-131px);
    -webkit-transform: scale(0.8) translateY(-131px);
    transform: scale(0.8) translateY(-131px);
    top: -76px;
  }
  100% {
    -moz-transform: scale(0.8) translateY(-132px);
    -o-transform: scale(0.8) translateY(-132px);
    -ms-transform: scale(0.8) translateY(-132px);
    -webkit-transform: scale(0.8) translateY(-132px);
    transform: scale(0.8) translateY(-132px);
    top: -77px;
  }
}
@-moz-keyframes test4 {
  0% {
    -moz-transform: scale(0.7) translateY(0px);
    -o-transform: scale(0.7) translateY(0px);
    -ms-transform: scale(0.7) translateY(0px);
    -webkit-transform: scale(0.7) translateY(0px);
    transform: scale(0.7) translateY(0px);
  }
  20% {
    -moz-transform: scale(0.7) translateY(0);
    -o-transform: scale(0.7) translateY(0);
    -ms-transform: scale(0.7) translateY(0);
    -webkit-transform: scale(0.7) translateY(0);
    transform: scale(0.7) translateY(0);
  }
  40% {
    -moz-transform: scale(0.7) translateY(0);
    -o-transform: scale(0.7) translateY(0);
    -ms-transform: scale(0.7) translateY(0);
    -webkit-transform: scale(0.7) translateY(0);
    transform: scale(0.7) translateY(0);
  }
  60% {
    -moz-transform: scale(0.7) translateY(0);
    -o-transform: scale(0.7) translateY(0);
    -ms-transform: scale(0.7) translateY(0);
    -webkit-transform: scale(0.7) translateY(0);
    transform: scale(0.7) translateY(0);
  }
  80% {
    -moz-transform: scale(0.8) translateY(-130px);
    -o-transform: scale(0.8) translateY(-130px);
    -ms-transform: scale(0.8) translateY(-130px);
    -webkit-transform: scale(0.8) translateY(-130px);
    transform: scale(0.8) translateY(-130px);
    top: -75px;
  }
  90% {
    -moz-transform: scale(0.8) translateY(-131px);
    -o-transform: scale(0.8) translateY(-131px);
    -ms-transform: scale(0.8) translateY(-131px);
    -webkit-transform: scale(0.8) translateY(-131px);
    transform: scale(0.8) translateY(-131px);
    top: -76px;
  }
  100% {
    -moz-transform: scale(0.8) translateY(-132px);
    -o-transform: scale(0.8) translateY(-132px);
    -ms-transform: scale(0.8) translateY(-132px);
    -webkit-transform: scale(0.8) translateY(-132px);
    transform: scale(0.8) translateY(-132px);
    top: -77px;
  }
}
@-o-keyframes test4 {
  0% {
    -moz-transform: scale(0.7) translateY(0px);
    -o-transform: scale(0.7) translateY(0px);
    -ms-transform: scale(0.7) translateY(0px);
    -webkit-transform: scale(0.7) translateY(0px);
    transform: scale(0.7) translateY(0px);
  }
  20% {
    -moz-transform: scale(0.7) translateY(0);
    -o-transform: scale(0.7) translateY(0);
    -ms-transform: scale(0.7) translateY(0);
    -webkit-transform: scale(0.7) translateY(0);
    transform: scale(0.7) translateY(0);
  }
  40% {
    -moz-transform: scale(0.7) translateY(0);
    -o-transform: scale(0.7) translateY(0);
    -ms-transform: scale(0.7) translateY(0);
    -webkit-transform: scale(0.7) translateY(0);
    transform: scale(0.7) translateY(0);
  }
  60% {
    -moz-transform: scale(0.7) translateY(0);
    -o-transform: scale(0.7) translateY(0);
    -ms-transform: scale(0.7) translateY(0);
    -webkit-transform: scale(0.7) translateY(0);
    transform: scale(0.7) translateY(0);
  }
  80% {
    -moz-transform: scale(0.8) translateY(-130px);
    -o-transform: scale(0.8) translateY(-130px);
    -ms-transform: scale(0.8) translateY(-130px);
    -webkit-transform: scale(0.8) translateY(-130px);
    transform: scale(0.8) translateY(-130px);
    top: -75px;
  }
  90% {
    -moz-transform: scale(0.8) translateY(-131px);
    -o-transform: scale(0.8) translateY(-131px);
    -ms-transform: scale(0.8) translateY(-131px);
    -webkit-transform: scale(0.8) translateY(-131px);
    transform: scale(0.8) translateY(-131px);
    top: -76px;
  }
  100% {
    -moz-transform: scale(0.8) translateY(-132px);
    -o-transform: scale(0.8) translateY(-132px);
    -ms-transform: scale(0.8) translateY(-132px);
    -webkit-transform: scale(0.8) translateY(-132px);
    transform: scale(0.8) translateY(-132px);
    top: -77px;
  }
}
@keyframes test4 {
  0% {
    -moz-transform: scale(0.7) translateY(0px);
    -o-transform: scale(0.7) translateY(0px);
    -ms-transform: scale(0.7) translateY(0px);
    -webkit-transform: scale(0.7) translateY(0px);
    transform: scale(0.7) translateY(0px);
  }
  20% {
    -moz-transform: scale(0.7) translateY(0);
    -o-transform: scale(0.7) translateY(0);
    -ms-transform: scale(0.7) translateY(0);
    -webkit-transform: scale(0.7) translateY(0);
    transform: scale(0.7) translateY(0);
  }
  40% {
    -moz-transform: scale(0.7) translateY(0);
    -o-transform: scale(0.7) translateY(0);
    -ms-transform: scale(0.7) translateY(0);
    -webkit-transform: scale(0.7) translateY(0);
    transform: scale(0.7) translateY(0);
  }
  60% {
    -moz-transform: scale(0.7) translateY(0);
    -o-transform: scale(0.7) translateY(0);
    -ms-transform: scale(0.7) translateY(0);
    -webkit-transform: scale(0.7) translateY(0);
    transform: scale(0.7) translateY(0);
  }
  80% {
    -moz-transform: scale(0.8) translateY(-130px);
    -o-transform: scale(0.8) translateY(-130px);
    -ms-transform: scale(0.8) translateY(-130px);
    -webkit-transform: scale(0.8) translateY(-130px);
    transform: scale(0.8) translateY(-130px);
    top: -75px;
  }
  90% {
    -moz-transform: scale(0.8) translateY(-131px);
    -o-transform: scale(0.8) translateY(-131px);
    -ms-transform: scale(0.8) translateY(-131px);
    -webkit-transform: scale(0.8) translateY(-131px);
    transform: scale(0.8) translateY(-131px);
    top: -76px;
  }
  100% {
    -moz-transform: scale(0.8) translateY(-132px);
    -o-transform: scale(0.8) translateY(-132px);
    -ms-transform: scale(0.8) translateY(-132px);
    -webkit-transform: scale(0.8) translateY(-132px);
    transform: scale(0.8) translateY(-132px);
    top: -77px;
  }
}
@-webkit-keyframes test5 {
  0% {
    -moz-transform: scale(0.6) translateY(0px);
    -o-transform: scale(0.6) translateY(0px);
    -ms-transform: scale(0.6) translateY(0px);
    -webkit-transform: scale(0.6) translateY(0px);
    transform: scale(0.6) translateY(0px);
  }
  20% {
    -moz-transform: scale(0.6) translateY(0);
    -o-transform: scale(0.6) translateY(0);
    -ms-transform: scale(0.6) translateY(0);
    -webkit-transform: scale(0.6) translateY(0);
    transform: scale(0.6) translateY(0);
  }
  40% {
    -moz-transform: scale(0.6) translateY(0);
    -o-transform: scale(0.6) translateY(0);
    -ms-transform: scale(0.6) translateY(0);
    -webkit-transform: scale(0.6) translateY(0);
    transform: scale(0.6) translateY(0);
  }
  60% {
    -moz-transform: scale(0.6) translateY(0);
    -o-transform: scale(0.6) translateY(0);
    -ms-transform: scale(0.6) translateY(0);
    -webkit-transform: scale(0.6) translateY(0);
    transform: scale(0.6) translateY(0);
  }
  80% {
    -moz-transform: scale(0.6) translateY(-110px);
    -o-transform: scale(0.6) translateY(-110px);
    -ms-transform: scale(0.6) translateY(-110px);
    -webkit-transform: scale(0.6) translateY(-110px);
    transform: scale(0.6) translateY(-110px);
  }
  90% {
    -moz-transform: scale(0.65) translateY(-112px);
    -o-transform: scale(0.65) translateY(-112px);
    -ms-transform: scale(0.65) translateY(-112px);
    -webkit-transform: scale(0.65) translateY(-112px);
    transform: scale(0.65) translateY(-112px);
  }
  100% {
    -moz-transform: scale(0.7) translateY(-115px);
    -o-transform: scale(0.7) translateY(-115px);
    -ms-transform: scale(0.7) translateY(-115px);
    -webkit-transform: scale(0.7) translateY(-115px);
    transform: scale(0.7) translateY(-115px);
  }
}
@-moz-keyframes test5 {
  0% {
    -moz-transform: scale(0.6) translateY(0px);
    -o-transform: scale(0.6) translateY(0px);
    -ms-transform: scale(0.6) translateY(0px);
    -webkit-transform: scale(0.6) translateY(0px);
    transform: scale(0.6) translateY(0px);
  }
  20% {
    -moz-transform: scale(0.6) translateY(0);
    -o-transform: scale(0.6) translateY(0);
    -ms-transform: scale(0.6) translateY(0);
    -webkit-transform: scale(0.6) translateY(0);
    transform: scale(0.6) translateY(0);
  }
  40% {
    -moz-transform: scale(0.6) translateY(0);
    -o-transform: scale(0.6) translateY(0);
    -ms-transform: scale(0.6) translateY(0);
    -webkit-transform: scale(0.6) translateY(0);
    transform: scale(0.6) translateY(0);
  }
  60% {
    -moz-transform: scale(0.6) translateY(0);
    -o-transform: scale(0.6) translateY(0);
    -ms-transform: scale(0.6) translateY(0);
    -webkit-transform: scale(0.6) translateY(0);
    transform: scale(0.6) translateY(0);
  }
  80% {
    -moz-transform: scale(0.6) translateY(-110px);
    -o-transform: scale(0.6) translateY(-110px);
    -ms-transform: scale(0.6) translateY(-110px);
    -webkit-transform: scale(0.6) translateY(-110px);
    transform: scale(0.6) translateY(-110px);
  }
  90% {
    -moz-transform: scale(0.65) translateY(-112px);
    -o-transform: scale(0.65) translateY(-112px);
    -ms-transform: scale(0.65) translateY(-112px);
    -webkit-transform: scale(0.65) translateY(-112px);
    transform: scale(0.65) translateY(-112px);
  }
  100% {
    -moz-transform: scale(0.7) translateY(-115px);
    -o-transform: scale(0.7) translateY(-115px);
    -ms-transform: scale(0.7) translateY(-115px);
    -webkit-transform: scale(0.7) translateY(-115px);
    transform: scale(0.7) translateY(-115px);
  }
}
@-o-keyframes test5 {
  0% {
    -moz-transform: scale(0.6) translateY(0px);
    -o-transform: scale(0.6) translateY(0px);
    -ms-transform: scale(0.6) translateY(0px);
    -webkit-transform: scale(0.6) translateY(0px);
    transform: scale(0.6) translateY(0px);
  }
  20% {
    -moz-transform: scale(0.6) translateY(0);
    -o-transform: scale(0.6) translateY(0);
    -ms-transform: scale(0.6) translateY(0);
    -webkit-transform: scale(0.6) translateY(0);
    transform: scale(0.6) translateY(0);
  }
  40% {
    -moz-transform: scale(0.6) translateY(0);
    -o-transform: scale(0.6) translateY(0);
    -ms-transform: scale(0.6) translateY(0);
    -webkit-transform: scale(0.6) translateY(0);
    transform: scale(0.6) translateY(0);
  }
  60% {
    -moz-transform: scale(0.6) translateY(0);
    -o-transform: scale(0.6) translateY(0);
    -ms-transform: scale(0.6) translateY(0);
    -webkit-transform: scale(0.6) translateY(0);
    transform: scale(0.6) translateY(0);
  }
  80% {
    -moz-transform: scale(0.6) translateY(-110px);
    -o-transform: scale(0.6) translateY(-110px);
    -ms-transform: scale(0.6) translateY(-110px);
    -webkit-transform: scale(0.6) translateY(-110px);
    transform: scale(0.6) translateY(-110px);
  }
  90% {
    -moz-transform: scale(0.65) translateY(-112px);
    -o-transform: scale(0.65) translateY(-112px);
    -ms-transform: scale(0.65) translateY(-112px);
    -webkit-transform: scale(0.65) translateY(-112px);
    transform: scale(0.65) translateY(-112px);
  }
  100% {
    -moz-transform: scale(0.7) translateY(-115px);
    -o-transform: scale(0.7) translateY(-115px);
    -ms-transform: scale(0.7) translateY(-115px);
    -webkit-transform: scale(0.7) translateY(-115px);
    transform: scale(0.7) translateY(-115px);
  }
}
@keyframes test5 {
  0% {
    -moz-transform: scale(0.6) translateY(0px);
    -o-transform: scale(0.6) translateY(0px);
    -ms-transform: scale(0.6) translateY(0px);
    -webkit-transform: scale(0.6) translateY(0px);
    transform: scale(0.6) translateY(0px);
  }
  20% {
    -moz-transform: scale(0.6) translateY(0);
    -o-transform: scale(0.6) translateY(0);
    -ms-transform: scale(0.6) translateY(0);
    -webkit-transform: scale(0.6) translateY(0);
    transform: scale(0.6) translateY(0);
  }
  40% {
    -moz-transform: scale(0.6) translateY(0);
    -o-transform: scale(0.6) translateY(0);
    -ms-transform: scale(0.6) translateY(0);
    -webkit-transform: scale(0.6) translateY(0);
    transform: scale(0.6) translateY(0);
  }
  60% {
    -moz-transform: scale(0.6) translateY(0);
    -o-transform: scale(0.6) translateY(0);
    -ms-transform: scale(0.6) translateY(0);
    -webkit-transform: scale(0.6) translateY(0);
    transform: scale(0.6) translateY(0);
  }
  80% {
    -moz-transform: scale(0.6) translateY(-110px);
    -o-transform: scale(0.6) translateY(-110px);
    -ms-transform: scale(0.6) translateY(-110px);
    -webkit-transform: scale(0.6) translateY(-110px);
    transform: scale(0.6) translateY(-110px);
  }
  90% {
    -moz-transform: scale(0.65) translateY(-112px);
    -o-transform: scale(0.65) translateY(-112px);
    -ms-transform: scale(0.65) translateY(-112px);
    -webkit-transform: scale(0.65) translateY(-112px);
    transform: scale(0.65) translateY(-112px);
  }
  100% {
    -moz-transform: scale(0.7) translateY(-115px);
    -o-transform: scale(0.7) translateY(-115px);
    -ms-transform: scale(0.7) translateY(-115px);
    -webkit-transform: scale(0.7) translateY(-115px);
    transform: scale(0.7) translateY(-115px);
  }
}
/***Floating text***/
@-webkit-keyframes element-anim {
  0% {
    margin-left: 70%;
    margin-top: 300px;
    opacity: 0;
  }
  100% {
    margin-left: 10%;
    margin-top: 420px;
    opacity: 0.3;
  }
}
@-moz-keyframes element-anim {
  0% {
    margin-left: 70%;
    margin-top: 300px;
    opacity: 0;
  }
  100% {
    margin-left: 10%;
    margin-top: 420px;
    opacity: 0.3;
  }
}
@-o-keyframes element-anim {
  0% {
    margin-left: 70%;
    margin-top: 300px;
    opacity: 0;
  }
  100% {
    margin-left: 10%;
    margin-top: 420px;
    opacity: 0.3;
  }
}
@keyframes element-anim {
  0% {
    margin-left: 70%;
    margin-top: 300px;
    opacity: 0;
  }
  100% {
    margin-left: 10%;
    margin-top: 420px;
    opacity: 0.3;
  }
}
@-webkit-keyframes element-anim2 {
  0% {
    margin-left: 25%;
    margin-top: 0;
    opacity: 0;
  }
  100% {
    margin-left: 75%;
    margin-top: 30px;
    opacity: 0.3;
  }
}
@-moz-keyframes element-anim2 {
  0% {
    margin-left: 25%;
    margin-top: 0;
    opacity: 0;
  }
  100% {
    margin-left: 75%;
    margin-top: 30px;
    opacity: 0.3;
  }
}
@-o-keyframes element-anim2 {
  0% {
    margin-left: 25%;
    margin-top: 0;
    opacity: 0;
  }
  100% {
    margin-left: 75%;
    margin-top: 30px;
    opacity: 0.3;
  }
}
@keyframes element-anim2 {
  0% {
    margin-left: 25%;
    margin-top: 0;
    opacity: 0;
  }
  100% {
    margin-left: 75%;
    margin-top: 30px;
    opacity: 0.3;
  }
}
@-webkit-keyframes element-anim3 {
  0% {
    margin-left: 100%;
    margin-top: 0px;
    opacity: 0;
  }
  100% {
    margin-left: 30%;
    margin-top: 20px;
    opacity: 0.3;
  }
}
@-moz-keyframes element-anim3 {
  0% {
    margin-left: 100%;
    margin-top: 0px;
    opacity: 0;
  }
  100% {
    margin-left: 30%;
    margin-top: 20px;
    opacity: 0.3;
  }
}
@-o-keyframes element-anim3 {
  0% {
    margin-left: 100%;
    margin-top: 0px;
    opacity: 0;
  }
  100% {
    margin-left: 30%;
    margin-top: 20px;
    opacity: 0.3;
  }
}
@keyframes element-anim3 {
  0% {
    margin-left: 100%;
    margin-top: 0px;
    opacity: 0;
  }
  100% {
    margin-left: 30%;
    margin-top: 20px;
    opacity: 0.3;
  }
}
@-webkit-keyframes element-anim4 {
  0% {
    margin-left: 100%;
    margin-top: 0px;
    opacity: 0;
  }
  100% {
    margin-left: 80%;
    margin-top: 400px;
    opacity: 0.3;
  }
}
@-moz-keyframes element-anim4 {
  0% {
    margin-left: 100%;
    margin-top: 0px;
    opacity: 0;
  }
  100% {
    margin-left: 80%;
    margin-top: 400px;
    opacity: 0.3;
  }
}
@-o-keyframes element-anim4 {
  0% {
    margin-left: 100%;
    margin-top: 0px;
    opacity: 0;
  }
  100% {
    margin-left: 80%;
    margin-top: 400px;
    opacity: 0.3;
  }
}
@keyframes element-anim4 {
  0% {
    margin-left: 100%;
    margin-top: 0px;
    opacity: 0;
  }
  100% {
    margin-left: 80%;
    margin-top: 400px;
    opacity: 0.3;
  }
}
@-webkit-keyframes element-anim5 {
  0% {
    margin-left: 0%;
    margin-top: 400px;
    opacity: 0;
  }
  100% {
    margin-left: 8%;
    margin-top: 50px;
    opacity: 0.3;
  }
}
@-moz-keyframes element-anim5 {
  0% {
    margin-left: 0%;
    margin-top: 400px;
    opacity: 0;
  }
  100% {
    margin-left: 8%;
    margin-top: 50px;
    opacity: 0.3;
  }
}
@-o-keyframes element-anim5 {
  0% {
    margin-left: 0%;
    margin-top: 400px;
    opacity: 0;
  }
  100% {
    margin-left: 8%;
    margin-top: 50px;
    opacity: 0.3;
  }
}
@keyframes element-anim5 {
  0% {
    margin-left: 0%;
    margin-top: 400px;
    opacity: 0;
  }
  100% {
    margin-left: 8%;
    margin-top: 50px;
    opacity: 0.3;
  }
}
@-webkit-keyframes element-anim6 {
  0% {
    margin-left: 100%;
    margin-top: 500px;
    opacity: 0;
  }
  100% {
    margin-left: 60%;
    margin-top: 350px;
    opacity: 0.3;
  }
}
@-moz-keyframes element-anim6 {
  0% {
    margin-left: 100%;
    margin-top: 500px;
    opacity: 0;
  }
  100% {
    margin-left: 60%;
    margin-top: 350px;
    opacity: 0.3;
  }
}
@-o-keyframes element-anim6 {
  0% {
    margin-left: 100%;
    margin-top: 500px;
    opacity: 0;
  }
  100% {
    margin-left: 60%;
    margin-top: 350px;
    opacity: 0.3;
  }
}
@keyframes element-anim6 {
  0% {
    margin-left: 100%;
    margin-top: 500px;
    opacity: 0;
  }
  100% {
    margin-left: 60%;
    margin-top: 350px;
    opacity: 0.3;
  }
}
@-webkit-keyframes element-anim7 {
  0% {
    margin-left: 90%;
    margin-top: 450px;
    opacity: 0;
  }
  100% {
    margin-left: 35%;
    margin-top: 430px;
    opacity: 0.3;
  }
}
@-moz-keyframes element-anim7 {
  0% {
    margin-left: 90%;
    margin-top: 450px;
    opacity: 0;
  }
  100% {
    margin-left: 35%;
    margin-top: 430px;
    opacity: 0.3;
  }
}
@-o-keyframes element-anim7 {
  0% {
    margin-left: 90%;
    margin-top: 450px;
    opacity: 0;
  }
  100% {
    margin-left: 35%;
    margin-top: 430px;
    opacity: 0.3;
  }
}
@keyframes element-anim7 {
  0% {
    margin-left: 90%;
    margin-top: 450px;
    opacity: 0;
  }
  100% {
    margin-left: 35%;
    margin-top: 430px;
    opacity: 0.3;
  }
}
@-webkit-keyframes element-anim8 {
  0% {
    margin-left: 100%;
    margin-top: 450px;
    opacity: 0;
  }
  100% {
    margin-left: 92%;
    margin-top: 150px;
    opacity: 0.3;
  }
}
@-moz-keyframes element-anim8 {
  0% {
    margin-left: 100%;
    margin-top: 450px;
    opacity: 0;
  }
  100% {
    margin-left: 92%;
    margin-top: 150px;
    opacity: 0.3;
  }
}
@-o-keyframes element-anim8 {
  0% {
    margin-left: 100%;
    margin-top: 450px;
    opacity: 0;
  }
  100% {
    margin-left: 92%;
    margin-top: 150px;
    opacity: 0.3;
  }
}
@keyframes element-anim8 {
  0% {
    margin-left: 100%;
    margin-top: 450px;
    opacity: 0;
  }
  100% {
    margin-left: 92%;
    margin-top: 150px;
    opacity: 0.3;
  }
}
@-webkit-keyframes element-anim9 {
  0% {
    margin-left: 55%;
    margin-top: 500px;
    opacity: 0;
  }
  100% {
    margin-left: 75%;
    margin-top: 230px;
    opacity: 0.3;
  }
}
@-moz-keyframes element-anim9 {
  0% {
    margin-left: 55%;
    margin-top: 500px;
    opacity: 0;
  }
  100% {
    margin-left: 75%;
    margin-top: 230px;
    opacity: 0.3;
  }
}
@-o-keyframes element-anim9 {
  0% {
    margin-left: 55%;
    margin-top: 500px;
    opacity: 0;
  }
  100% {
    margin-left: 75%;
    margin-top: 230px;
    opacity: 0.3;
  }
}
@keyframes element-anim9 {
  0% {
    margin-left: 55%;
    margin-top: 500px;
    opacity: 0;
  }
  100% {
    margin-left: 75%;
    margin-top: 230px;
    opacity: 0.3;
  }
}
@-webkit-keyframes element-anim10 {
  0% {
    margin-left: 60%;
    margin-top: 600px;
    opacity: 0;
  }
  100% {
    margin-left: 35%;
    margin-top: 300px;
    opacity: 0.3;
  }
}
@-moz-keyframes element-anim10 {
  0% {
    margin-left: 60%;
    margin-top: 600px;
    opacity: 0;
  }
  100% {
    margin-left: 35%;
    margin-top: 300px;
    opacity: 0.3;
  }
}
@-o-keyframes element-anim10 {
  0% {
    margin-left: 60%;
    margin-top: 600px;
    opacity: 0;
  }
  100% {
    margin-left: 35%;
    margin-top: 300px;
    opacity: 0.3;
  }
}
@keyframes element-anim10 {
  0% {
    margin-left: 60%;
    margin-top: 600px;
    opacity: 0;
  }
  100% {
    margin-left: 35%;
    margin-top: 300px;
    opacity: 0.3;
  }
}
@-webkit-keyframes fadeText {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeText {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeText {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeText {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
/**CMS Text**/
/***Floating text***/
@-webkit-keyframes cmsdot1 {
  0% {
    margin-left: 370px;
    margin-top: 35px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 370px;
    margin-top: 35px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 370px;
    margin-top: 35px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-moz-keyframes cmsdot1 {
  0% {
    margin-left: 370px;
    margin-top: 35px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 370px;
    margin-top: 35px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 370px;
    margin-top: 35px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-o-keyframes cmsdot1 {
  0% {
    margin-left: 370px;
    margin-top: 35px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 370px;
    margin-top: 35px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 370px;
    margin-top: 35px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@keyframes cmsdot1 {
  0% {
    margin-left: 370px;
    margin-top: 35px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 370px;
    margin-top: 35px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 370px;
    margin-top: 35px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-webkit-keyframes cmsdot2 {
  0% {
    margin-left: 530px;
    margin-top: 110px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 530px;
    margin-top: 110px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 530px;
    margin-top: 110px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-moz-keyframes cmsdot2 {
  0% {
    margin-left: 530px;
    margin-top: 110px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 530px;
    margin-top: 110px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 530px;
    margin-top: 110px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-o-keyframes cmsdot2 {
  0% {
    margin-left: 530px;
    margin-top: 110px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 530px;
    margin-top: 110px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 530px;
    margin-top: 110px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@keyframes cmsdot2 {
  0% {
    margin-left: 530px;
    margin-top: 110px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 530px;
    margin-top: 110px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 530px;
    margin-top: 110px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-webkit-keyframes cmsdot3 {
  0% {
    margin-left: 500px;
    margin-top: 300px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 500px;
    margin-top: 300px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 500px;
    margin-top: 300px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-moz-keyframes cmsdot3 {
  0% {
    margin-left: 500px;
    margin-top: 300px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 500px;
    margin-top: 300px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 500px;
    margin-top: 300px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-o-keyframes cmsdot3 {
  0% {
    margin-left: 500px;
    margin-top: 300px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 500px;
    margin-top: 300px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 500px;
    margin-top: 300px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@keyframes cmsdot3 {
  0% {
    margin-left: 500px;
    margin-top: 300px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 500px;
    margin-top: 300px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 500px;
    margin-top: 300px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-webkit-keyframes cmsdot4 {
  0% {
    margin-left: 370px;
    margin-top: 440px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 370px;
    margin-top: 440px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 370px;
    margin-top: 440px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-moz-keyframes cmsdot4 {
  0% {
    margin-left: 370px;
    margin-top: 440px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 370px;
    margin-top: 440px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 370px;
    margin-top: 440px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-o-keyframes cmsdot4 {
  0% {
    margin-left: 370px;
    margin-top: 440px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 370px;
    margin-top: 440px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 370px;
    margin-top: 440px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@keyframes cmsdot4 {
  0% {
    margin-left: 370px;
    margin-top: 440px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 370px;
    margin-top: 440px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 370px;
    margin-top: 440px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-webkit-keyframes cmsdot5 {
  0% {
    margin-left: 120px;
    margin-top: 420px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 120px;
    margin-top: 420px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 120px;
    margin-top: 420px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-moz-keyframes cmsdot5 {
  0% {
    margin-left: 120px;
    margin-top: 420px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 120px;
    margin-top: 420px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 120px;
    margin-top: 420px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-o-keyframes cmsdot5 {
  0% {
    margin-left: 120px;
    margin-top: 420px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 120px;
    margin-top: 420px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 120px;
    margin-top: 420px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@keyframes cmsdot5 {
  0% {
    margin-left: 120px;
    margin-top: 420px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 120px;
    margin-top: 420px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 120px;
    margin-top: 420px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-webkit-keyframes cmsdot6 {
  0% {
    margin-left: 5px;
    margin-top: 240px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 5px;
    margin-top: 240px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 5px;
    margin-top: 240px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-moz-keyframes cmsdot6 {
  0% {
    margin-left: 5px;
    margin-top: 240px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 5px;
    margin-top: 240px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 5px;
    margin-top: 240px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-o-keyframes cmsdot6 {
  0% {
    margin-left: 5px;
    margin-top: 240px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 5px;
    margin-top: 240px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 5px;
    margin-top: 240px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@keyframes cmsdot6 {
  0% {
    margin-left: 5px;
    margin-top: 240px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 5px;
    margin-top: 240px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 5px;
    margin-top: 240px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-webkit-keyframes cmsdot7 {
  0% {
    margin-left: 120px;
    margin-top: 55px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 120px;
    margin-top: 55px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 120px;
    margin-top: 55px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-moz-keyframes cmsdot7 {
  0% {
    margin-left: 120px;
    margin-top: 55px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 120px;
    margin-top: 55px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 120px;
    margin-top: 55px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@-o-keyframes cmsdot7 {
  0% {
    margin-left: 120px;
    margin-top: 55px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 120px;
    margin-top: 55px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 120px;
    margin-top: 55px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
@keyframes cmsdot7 {
  0% {
    margin-left: 120px;
    margin-top: 55px;
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
  }
  50% {
    margin-left: 120px;
    margin-top: 55px;
    opacity: 0.3;
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    visibility: visible;
  }
  100% {
    margin-left: 120px;
    margin-top: 55px;
    opacity: 0.3;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
}
/***Sparkle***/
@-webkit-keyframes large {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(1.5);
    -o-transform: rotate(360deg) scale(1.5);
    -ms-transform: rotate(360deg) scale(1.5);
    -webkit-transform: rotate(360deg) scale(1.5);
    transform: rotate(360deg) scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes large {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(1.5);
    -o-transform: rotate(360deg) scale(1.5);
    -ms-transform: rotate(360deg) scale(1.5);
    -webkit-transform: rotate(360deg) scale(1.5);
    transform: rotate(360deg) scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes large {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(1.5);
    -o-transform: rotate(360deg) scale(1.5);
    -ms-transform: rotate(360deg) scale(1.5);
    -webkit-transform: rotate(360deg) scale(1.5);
    transform: rotate(360deg) scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@keyframes large {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(1.5);
    -o-transform: rotate(360deg) scale(1.5);
    -ms-transform: rotate(360deg) scale(1.5);
    -webkit-transform: rotate(360deg) scale(1.5);
    transform: rotate(360deg) scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes large-2 {
  0% {
    opacity: 0;
    -moz-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -moz-transform: rotate(405deg) scale(1.1);
    -o-transform: rotate(405deg) scale(1.1);
    -ms-transform: rotate(405deg) scale(1.1);
    -webkit-transform: rotate(405deg) scale(1.1);
    transform: rotate(405deg) scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes large-2 {
  0% {
    opacity: 0;
    -moz-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -moz-transform: rotate(405deg) scale(1.1);
    -o-transform: rotate(405deg) scale(1.1);
    -ms-transform: rotate(405deg) scale(1.1);
    -webkit-transform: rotate(405deg) scale(1.1);
    transform: rotate(405deg) scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes large-2 {
  0% {
    opacity: 0;
    -moz-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -moz-transform: rotate(405deg) scale(1.1);
    -o-transform: rotate(405deg) scale(1.1);
    -ms-transform: rotate(405deg) scale(1.1);
    -webkit-transform: rotate(405deg) scale(1.1);
    transform: rotate(405deg) scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes large-2 {
  0% {
    opacity: 0;
    -moz-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -moz-transform: rotate(405deg) scale(1.1);
    -o-transform: rotate(405deg) scale(1.1);
    -ms-transform: rotate(405deg) scale(1.1);
    -webkit-transform: rotate(405deg) scale(1.1);
    transform: rotate(405deg) scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes small {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(1.5);
    -o-transform: rotate(-360deg) scale(1.5);
    -ms-transform: rotate(-360deg) scale(1.5);
    -webkit-transform: rotate(-360deg) scale(1.5);
    transform: rotate(-360deg) scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes small {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(1.5);
    -o-transform: rotate(-360deg) scale(1.5);
    -ms-transform: rotate(-360deg) scale(1.5);
    -webkit-transform: rotate(-360deg) scale(1.5);
    transform: rotate(-360deg) scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes small {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(1.5);
    -o-transform: rotate(-360deg) scale(1.5);
    -ms-transform: rotate(-360deg) scale(1.5);
    -webkit-transform: rotate(-360deg) scale(1.5);
    transform: rotate(-360deg) scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@keyframes small {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(1.5);
    -o-transform: rotate(-360deg) scale(1.5);
    -ms-transform: rotate(-360deg) scale(1.5);
    -webkit-transform: rotate(-360deg) scale(1.5);
    transform: rotate(-360deg) scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
/***Sparkle 2***/
@-webkit-keyframes sparkle {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(1.5);
    -o-transform: rotate(360deg) scale(1.5);
    -ms-transform: rotate(360deg) scale(1.5);
    -webkit-transform: rotate(360deg) scale(1.5);
    transform: rotate(360deg) scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes sparkle {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(1.5);
    -o-transform: rotate(360deg) scale(1.5);
    -ms-transform: rotate(360deg) scale(1.5);
    -webkit-transform: rotate(360deg) scale(1.5);
    transform: rotate(360deg) scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes sparkle {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(1.5);
    -o-transform: rotate(360deg) scale(1.5);
    -ms-transform: rotate(360deg) scale(1.5);
    -webkit-transform: rotate(360deg) scale(1.5);
    transform: rotate(360deg) scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@keyframes sparkle {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -moz-transform: rotate(360deg) scale(1.5);
    -o-transform: rotate(360deg) scale(1.5);
    -ms-transform: rotate(360deg) scale(1.5);
    -webkit-transform: rotate(360deg) scale(1.5);
    transform: rotate(360deg) scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes sparkle-2 {
  0% {
    opacity: 0;
    -moz-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -moz-transform: rotate(405deg) scale(1.1);
    -o-transform: rotate(405deg) scale(1.1);
    -ms-transform: rotate(405deg) scale(1.1);
    -webkit-transform: rotate(405deg) scale(1.1);
    transform: rotate(405deg) scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes sparkle-2 {
  0% {
    opacity: 0;
    -moz-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -moz-transform: rotate(405deg) scale(1.1);
    -o-transform: rotate(405deg) scale(1.1);
    -ms-transform: rotate(405deg) scale(1.1);
    -webkit-transform: rotate(405deg) scale(1.1);
    transform: rotate(405deg) scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes sparkle-2 {
  0% {
    opacity: 0;
    -moz-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -moz-transform: rotate(405deg) scale(1.1);
    -o-transform: rotate(405deg) scale(1.1);
    -ms-transform: rotate(405deg) scale(1.1);
    -webkit-transform: rotate(405deg) scale(1.1);
    transform: rotate(405deg) scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes sparkle-2 {
  0% {
    opacity: 0;
    -moz-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -moz-transform: rotate(405deg) scale(1.1);
    -o-transform: rotate(405deg) scale(1.1);
    -ms-transform: rotate(405deg) scale(1.1);
    -webkit-transform: rotate(405deg) scale(1.1);
    transform: rotate(405deg) scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes sparkleSmall {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(1.5);
    -o-transform: rotate(-360deg) scale(1.5);
    -ms-transform: rotate(-360deg) scale(1.5);
    -webkit-transform: rotate(-360deg) scale(1.5);
    transform: rotate(-360deg) scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes sparkleSmall {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(1.5);
    -o-transform: rotate(-360deg) scale(1.5);
    -ms-transform: rotate(-360deg) scale(1.5);
    -webkit-transform: rotate(-360deg) scale(1.5);
    transform: rotate(-360deg) scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes sparkleSmall {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(1.5);
    -o-transform: rotate(-360deg) scale(1.5);
    -ms-transform: rotate(-360deg) scale(1.5);
    -webkit-transform: rotate(-360deg) scale(1.5);
    transform: rotate(-360deg) scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
@keyframes sparkleSmall {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -moz-transform: rotate(-360deg) scale(1.5);
    -o-transform: rotate(-360deg) scale(1.5);
    -ms-transform: rotate(-360deg) scale(1.5);
    -webkit-transform: rotate(-360deg) scale(1.5);
    transform: rotate(-360deg) scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
/*** Move Up***/
@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotate(25deg) translateY(-500px);
    -o-transform: rotate(25deg) translateY(-500px);
    -ms-transform: rotate(25deg) translateY(-500px);
    -webkit-transform: rotate(25deg) translateY(-500px);
    transform: rotate(25deg) translateY(-500px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotate(25deg) translateY(0);
    -o-transform: rotate(25deg) translateY(0);
    -ms-transform: rotate(25deg) translateY(0);
    -webkit-transform: rotate(25deg) translateY(0);
    transform: rotate(25deg) translateY(0);
  }
}
@-moz-keyframes moveUp {
  0% {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotate(25deg) translateY(-500px);
    -o-transform: rotate(25deg) translateY(-500px);
    -ms-transform: rotate(25deg) translateY(-500px);
    -webkit-transform: rotate(25deg) translateY(-500px);
    transform: rotate(25deg) translateY(-500px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotate(25deg) translateY(0);
    -o-transform: rotate(25deg) translateY(0);
    -ms-transform: rotate(25deg) translateY(0);
    -webkit-transform: rotate(25deg) translateY(0);
    transform: rotate(25deg) translateY(0);
  }
}
@-o-keyframes moveUp {
  0% {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotate(25deg) translateY(-500px);
    -o-transform: rotate(25deg) translateY(-500px);
    -ms-transform: rotate(25deg) translateY(-500px);
    -webkit-transform: rotate(25deg) translateY(-500px);
    transform: rotate(25deg) translateY(-500px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotate(25deg) translateY(0);
    -o-transform: rotate(25deg) translateY(0);
    -ms-transform: rotate(25deg) translateY(0);
    -webkit-transform: rotate(25deg) translateY(0);
    transform: rotate(25deg) translateY(0);
  }
}
@keyframes moveUp {
  0% {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotate(25deg) translateY(-500px);
    -o-transform: rotate(25deg) translateY(-500px);
    -ms-transform: rotate(25deg) translateY(-500px);
    -webkit-transform: rotate(25deg) translateY(-500px);
    transform: rotate(25deg) translateY(-500px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotate(25deg) translateY(0);
    -o-transform: rotate(25deg) translateY(0);
    -ms-transform: rotate(25deg) translateY(0);
    -webkit-transform: rotate(25deg) translateY(0);
    transform: rotate(25deg) translateY(0);
  }
}
/*** Move Down***/
@-webkit-keyframes moveDown {
  0% {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotate(25deg) translateY(500px);
    -o-transform: rotate(25deg) translateY(500px);
    -ms-transform: rotate(25deg) translateY(500px);
    -webkit-transform: rotate(25deg) translateY(500px);
    transform: rotate(25deg) translateY(500px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotate(25deg) translateY(0);
    -o-transform: rotate(25deg) translateY(0);
    -ms-transform: rotate(25deg) translateY(0);
    -webkit-transform: rotate(25deg) translateY(0);
    transform: rotate(25deg) translateY(0);
  }
}
@-moz-keyframes moveDown {
  0% {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotate(25deg) translateY(500px);
    -o-transform: rotate(25deg) translateY(500px);
    -ms-transform: rotate(25deg) translateY(500px);
    -webkit-transform: rotate(25deg) translateY(500px);
    transform: rotate(25deg) translateY(500px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotate(25deg) translateY(0);
    -o-transform: rotate(25deg) translateY(0);
    -ms-transform: rotate(25deg) translateY(0);
    -webkit-transform: rotate(25deg) translateY(0);
    transform: rotate(25deg) translateY(0);
  }
}
@-o-keyframes moveDown {
  0% {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotate(25deg) translateY(500px);
    -o-transform: rotate(25deg) translateY(500px);
    -ms-transform: rotate(25deg) translateY(500px);
    -webkit-transform: rotate(25deg) translateY(500px);
    transform: rotate(25deg) translateY(500px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotate(25deg) translateY(0);
    -o-transform: rotate(25deg) translateY(0);
    -ms-transform: rotate(25deg) translateY(0);
    -webkit-transform: rotate(25deg) translateY(0);
    transform: rotate(25deg) translateY(0);
  }
}
@keyframes moveDown {
  0% {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotate(25deg) translateY(500px);
    -o-transform: rotate(25deg) translateY(500px);
    -ms-transform: rotate(25deg) translateY(500px);
    -webkit-transform: rotate(25deg) translateY(500px);
    transform: rotate(25deg) translateY(500px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotate(25deg) translateY(0);
    -o-transform: rotate(25deg) translateY(0);
    -ms-transform: rotate(25deg) translateY(0);
    -webkit-transform: rotate(25deg) translateY(0);
    transform: rotate(25deg) translateY(0);
  }
}
/*** Move Up delay***/
@-webkit-keyframes moveUp2 {
  0% {
    opacity: 0;
    -moz-transform: rotate(25deg) translateY(-500px);
    -o-transform: rotate(25deg) translateY(-500px);
    -ms-transform: rotate(25deg) translateY(-500px);
    -webkit-transform: rotate(25deg) translateY(-500px);
    transform: rotate(25deg) translateY(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(25deg) translateY(0);
    -o-transform: rotate(25deg) translateY(0);
    -ms-transform: rotate(25deg) translateY(0);
    -webkit-transform: rotate(25deg) translateY(0);
    transform: rotate(25deg) translateY(0);
  }
}
@-moz-keyframes moveUp2 {
  0% {
    opacity: 0;
    -moz-transform: rotate(25deg) translateY(-500px);
    -o-transform: rotate(25deg) translateY(-500px);
    -ms-transform: rotate(25deg) translateY(-500px);
    -webkit-transform: rotate(25deg) translateY(-500px);
    transform: rotate(25deg) translateY(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(25deg) translateY(0);
    -o-transform: rotate(25deg) translateY(0);
    -ms-transform: rotate(25deg) translateY(0);
    -webkit-transform: rotate(25deg) translateY(0);
    transform: rotate(25deg) translateY(0);
  }
}
@-o-keyframes moveUp2 {
  0% {
    opacity: 0;
    -moz-transform: rotate(25deg) translateY(-500px);
    -o-transform: rotate(25deg) translateY(-500px);
    -ms-transform: rotate(25deg) translateY(-500px);
    -webkit-transform: rotate(25deg) translateY(-500px);
    transform: rotate(25deg) translateY(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(25deg) translateY(0);
    -o-transform: rotate(25deg) translateY(0);
    -ms-transform: rotate(25deg) translateY(0);
    -webkit-transform: rotate(25deg) translateY(0);
    transform: rotate(25deg) translateY(0);
  }
}
@keyframes moveUp2 {
  0% {
    opacity: 0;
    -moz-transform: rotate(25deg) translateY(-500px);
    -o-transform: rotate(25deg) translateY(-500px);
    -ms-transform: rotate(25deg) translateY(-500px);
    -webkit-transform: rotate(25deg) translateY(-500px);
    transform: rotate(25deg) translateY(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(25deg) translateY(0);
    -o-transform: rotate(25deg) translateY(0);
    -ms-transform: rotate(25deg) translateY(0);
    -webkit-transform: rotate(25deg) translateY(0);
    transform: rotate(25deg) translateY(0);
  }
}
/*** Move Down***/
@-webkit-keyframes moveDown2 {
  0% {
    opacity: 0;
    -moz-transform: rotate(25deg) translateY(500px);
    -o-transform: rotate(25deg) translateY(500px);
    -ms-transform: rotate(25deg) translateY(500px);
    -webkit-transform: rotate(25deg) translateY(500px);
    transform: rotate(25deg) translateY(500px);
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(25deg) translateY(0);
    -o-transform: rotate(25deg) translateY(0);
    -ms-transform: rotate(25deg) translateY(0);
    -webkit-transform: rotate(25deg) translateY(0);
    transform: rotate(25deg) translateY(0);
  }
}
@-moz-keyframes moveDown2 {
  0% {
    opacity: 0;
    -moz-transform: rotate(25deg) translateY(500px);
    -o-transform: rotate(25deg) translateY(500px);
    -ms-transform: rotate(25deg) translateY(500px);
    -webkit-transform: rotate(25deg) translateY(500px);
    transform: rotate(25deg) translateY(500px);
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(25deg) translateY(0);
    -o-transform: rotate(25deg) translateY(0);
    -ms-transform: rotate(25deg) translateY(0);
    -webkit-transform: rotate(25deg) translateY(0);
    transform: rotate(25deg) translateY(0);
  }
}
@-o-keyframes moveDown2 {
  0% {
    opacity: 0;
    -moz-transform: rotate(25deg) translateY(500px);
    -o-transform: rotate(25deg) translateY(500px);
    -ms-transform: rotate(25deg) translateY(500px);
    -webkit-transform: rotate(25deg) translateY(500px);
    transform: rotate(25deg) translateY(500px);
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(25deg) translateY(0);
    -o-transform: rotate(25deg) translateY(0);
    -ms-transform: rotate(25deg) translateY(0);
    -webkit-transform: rotate(25deg) translateY(0);
    transform: rotate(25deg) translateY(0);
  }
}
@keyframes moveDown2 {
  0% {
    opacity: 0;
    -moz-transform: rotate(25deg) translateY(500px);
    -o-transform: rotate(25deg) translateY(500px);
    -ms-transform: rotate(25deg) translateY(500px);
    -webkit-transform: rotate(25deg) translateY(500px);
    transform: rotate(25deg) translateY(500px);
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(25deg) translateY(0);
    -o-transform: rotate(25deg) translateY(0);
    -ms-transform: rotate(25deg) translateY(0);
    -webkit-transform: rotate(25deg) translateY(0);
    transform: rotate(25deg) translateY(0);
  }
}
/*** CMS animation ***/
@-webkit-keyframes moveTop {
  0% {
    top: 50%;
    left: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    left: 50%;
  }
}
@-moz-keyframes moveTop {
  0% {
    top: 50%;
    left: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    left: 50%;
  }
}
@-o-keyframes moveTop {
  0% {
    top: 50%;
    left: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    left: 50%;
  }
}
@keyframes moveTop {
  0% {
    top: 50%;
    left: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    left: 50%;
  }
}
@-webkit-keyframes moveTopright {
  0% {
    top: 50%;
    left: auto;
    right: 50%;
    opacity: 0;
  }
  100% {
    top: 18%;
    left: auto;
    right: 18%;
  }
}
@-moz-keyframes moveTopright {
  0% {
    top: 50%;
    left: auto;
    right: 50%;
    opacity: 0;
  }
  100% {
    top: 18%;
    left: auto;
    right: 18%;
  }
}
@-o-keyframes moveTopright {
  0% {
    top: 50%;
    left: auto;
    right: 50%;
    opacity: 0;
  }
  100% {
    top: 18%;
    left: auto;
    right: 18%;
  }
}
@keyframes moveTopright {
  0% {
    top: 50%;
    left: auto;
    right: 50%;
    opacity: 0;
  }
  100% {
    top: 18%;
    left: auto;
    right: 18%;
  }
}
@-webkit-keyframes moveCenterRight {
  0% {
    top: 50%;
    left: auto;
    right: 50%;
    opacity: 0;
  }
  100% {
    top: 50%;
    left: auto;
    right: 11%;
  }
}
@-moz-keyframes moveCenterRight {
  0% {
    top: 50%;
    left: auto;
    right: 50%;
    opacity: 0;
  }
  100% {
    top: 50%;
    left: auto;
    right: 11%;
  }
}
@-o-keyframes moveCenterRight {
  0% {
    top: 50%;
    left: auto;
    right: 50%;
    opacity: 0;
  }
  100% {
    top: 50%;
    left: auto;
    right: 11%;
  }
}
@keyframes moveCenterRight {
  0% {
    top: 50%;
    left: auto;
    right: 50%;
    opacity: 0;
  }
  100% {
    top: 50%;
    left: auto;
    right: 11%;
  }
}
@-webkit-keyframes moveBottomRight {
  0% {
    top: auto;
    bottom: 50%;
    left: auto;
    right: 50%;
    opacity: 0;
  }
  100% {
    top: auto;
    bottom: -18px;
    left: auto;
    right: 26%;
  }
}
@-moz-keyframes moveBottomRight {
  0% {
    top: auto;
    bottom: 50%;
    left: auto;
    right: 50%;
    opacity: 0;
  }
  100% {
    top: auto;
    bottom: -18px;
    left: auto;
    right: 26%;
  }
}
@-o-keyframes moveBottomRight {
  0% {
    top: auto;
    bottom: 50%;
    left: auto;
    right: 50%;
    opacity: 0;
  }
  100% {
    top: auto;
    bottom: -18px;
    left: auto;
    right: 26%;
  }
}
@keyframes moveBottomRight {
  0% {
    top: auto;
    bottom: 50%;
    left: auto;
    right: 50%;
    opacity: 0;
  }
  100% {
    top: auto;
    bottom: -18px;
    left: auto;
    right: 26%;
  }
}
@-webkit-keyframes moveBottomleft {
  0% {
    top: auto;
    bottom: 50%;
    left: 50%;
    right: auto;
    opacity: 0;
  }
  100% {
    top: auto;
    bottom: 0%;
    left: 22%;
    right: auto;
  }
}
@-moz-keyframes moveBottomleft {
  0% {
    top: auto;
    bottom: 50%;
    left: 50%;
    right: auto;
    opacity: 0;
  }
  100% {
    top: auto;
    bottom: 0%;
    left: 22%;
    right: auto;
  }
}
@-o-keyframes moveBottomleft {
  0% {
    top: auto;
    bottom: 50%;
    left: 50%;
    right: auto;
    opacity: 0;
  }
  100% {
    top: auto;
    bottom: 0%;
    left: 22%;
    right: auto;
  }
}
@keyframes moveBottomleft {
  0% {
    top: auto;
    bottom: 50%;
    left: 50%;
    right: auto;
    opacity: 0;
  }
  100% {
    top: auto;
    bottom: 0%;
    left: 22%;
    right: auto;
  }
}
@-webkit-keyframes moveCenterLeft {
  0% {
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    opacity: 0;
  }
  100% {
    top: 50%;
    bottom: auto;
    left: 10%;
    right: auto;
  }
}
@-moz-keyframes moveCenterLeft {
  0% {
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    opacity: 0;
  }
  100% {
    top: 50%;
    bottom: auto;
    left: 10%;
    right: auto;
  }
}
@-o-keyframes moveCenterLeft {
  0% {
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    opacity: 0;
  }
  100% {
    top: 50%;
    bottom: auto;
    left: 10%;
    right: auto;
  }
}
@keyframes moveCenterLeft {
  0% {
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    opacity: 0;
  }
  100% {
    top: 50%;
    bottom: auto;
    left: 10%;
    right: auto;
  }
}
@-webkit-keyframes moveTopleft {
  0% {
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    opacity: 0;
  }
  100% {
    top: 20%;
    bottom: auto;
    left: 18%;
    right: auto;
  }
}
@-moz-keyframes moveTopleft {
  0% {
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    opacity: 0;
  }
  100% {
    top: 20%;
    bottom: auto;
    left: 18%;
    right: auto;
  }
}
@-o-keyframes moveTopleft {
  0% {
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    opacity: 0;
  }
  100% {
    top: 20%;
    bottom: auto;
    left: 18%;
    right: auto;
  }
}
@keyframes moveTopleft {
  0% {
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    opacity: 0;
  }
  100% {
    top: 20%;
    bottom: auto;
    left: 18%;
    right: auto;
  }
}
@-webkit-keyframes circleRotate1 {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circleRotate1 {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circleRotate1 {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circleRotate1 {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes circleRotate {
  0% {
    -moz-transform: rotate(0deg) translate(0);
    -o-transform: rotate(0deg) translate(0);
    -ms-transform: rotate(0deg) translate(0);
    -webkit-transform: rotate(0deg) translate(0);
    transform: rotate(0deg) translate(0);
    position: static;
  }
  100% {
    -moz-transform: rotate(60deg) translate(0);
    -o-transform: rotate(60deg) translate(0);
    -ms-transform: rotate(60deg) translate(0);
    -webkit-transform: rotate(60deg) translate(0);
    transform: rotate(60deg) translate(0);
    position: static;
  }
}
@-moz-keyframes circleRotate {
  0% {
    -moz-transform: rotate(0deg) translate(0);
    -o-transform: rotate(0deg) translate(0);
    -ms-transform: rotate(0deg) translate(0);
    -webkit-transform: rotate(0deg) translate(0);
    transform: rotate(0deg) translate(0);
    position: static;
  }
  100% {
    -moz-transform: rotate(60deg) translate(0);
    -o-transform: rotate(60deg) translate(0);
    -ms-transform: rotate(60deg) translate(0);
    -webkit-transform: rotate(60deg) translate(0);
    transform: rotate(60deg) translate(0);
    position: static;
  }
}
@-o-keyframes circleRotate {
  0% {
    -moz-transform: rotate(0deg) translate(0);
    -o-transform: rotate(0deg) translate(0);
    -ms-transform: rotate(0deg) translate(0);
    -webkit-transform: rotate(0deg) translate(0);
    transform: rotate(0deg) translate(0);
    position: static;
  }
  100% {
    -moz-transform: rotate(60deg) translate(0);
    -o-transform: rotate(60deg) translate(0);
    -ms-transform: rotate(60deg) translate(0);
    -webkit-transform: rotate(60deg) translate(0);
    transform: rotate(60deg) translate(0);
    position: static;
  }
}
@keyframes circleRotate {
  0% {
    -moz-transform: rotate(0deg) translate(0);
    -o-transform: rotate(0deg) translate(0);
    -ms-transform: rotate(0deg) translate(0);
    -webkit-transform: rotate(0deg) translate(0);
    transform: rotate(0deg) translate(0);
    position: static;
  }
  100% {
    -moz-transform: rotate(60deg) translate(0);
    -o-transform: rotate(60deg) translate(0);
    -ms-transform: rotate(60deg) translate(0);
    -webkit-transform: rotate(60deg) translate(0);
    transform: rotate(60deg) translate(0);
    position: static;
  }
}
@-webkit-keyframes iconshadow {
  0% {
    opacity: 1;
    visibility: visible;
    height: 70px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
}
@-moz-keyframes iconshadow {
  0% {
    opacity: 1;
    visibility: visible;
    height: 70px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
}
@-o-keyframes iconshadow {
  0% {
    opacity: 1;
    visibility: visible;
    height: 70px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
}
@keyframes iconshadow {
  0% {
    opacity: 1;
    visibility: visible;
    height: 70px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
}
@-webkit-keyframes iconshadow3 {
  0% {
    opacity: 1;
    visibility: visible;
    height: 74px;
    width: 105px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 74px;
    width: 0;
  }
}
@-moz-keyframes iconshadow3 {
  0% {
    opacity: 1;
    visibility: visible;
    height: 74px;
    width: 105px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 74px;
    width: 0;
  }
}
@-o-keyframes iconshadow3 {
  0% {
    opacity: 1;
    visibility: visible;
    height: 74px;
    width: 105px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 74px;
    width: 0;
  }
}
@keyframes iconshadow3 {
  0% {
    opacity: 1;
    visibility: visible;
    height: 74px;
    width: 105px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 74px;
    width: 0;
  }
}
@-webkit-keyframes iconshadow4 {
  0% {
    opacity: 1;
    visibility: visible;
    height: 56px;
    width: 73px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 73px;
  }
}
@-moz-keyframes iconshadow4 {
  0% {
    opacity: 1;
    visibility: visible;
    height: 56px;
    width: 73px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 73px;
  }
}
@-o-keyframes iconshadow4 {
  0% {
    opacity: 1;
    visibility: visible;
    height: 56px;
    width: 73px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 73px;
  }
}
@keyframes iconshadow4 {
  0% {
    opacity: 1;
    visibility: visible;
    height: 56px;
    width: 73px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 73px;
  }
}
@-webkit-keyframes iconshadow5 {
  0% {
    opacity: 1;
    visibility: visible;
    height: 94px;
    width: 102px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 94px;
    width: 0;
  }
}
@-moz-keyframes iconshadow5 {
  0% {
    opacity: 1;
    visibility: visible;
    height: 94px;
    width: 102px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 94px;
    width: 0;
  }
}
@-o-keyframes iconshadow5 {
  0% {
    opacity: 1;
    visibility: visible;
    height: 94px;
    width: 102px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 94px;
    width: 0;
  }
}
@keyframes iconshadow5 {
  0% {
    opacity: 1;
    visibility: visible;
    height: 94px;
    width: 102px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 94px;
    width: 0;
  }
}
@-webkit-keyframes iconshadow6 {
  0% {
    opacity: 1;
    visibility: visible;
    height: 84px;
    width: 80px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 84px;
    width: 0;
  }
}
@-moz-keyframes iconshadow6 {
  0% {
    opacity: 1;
    visibility: visible;
    height: 84px;
    width: 80px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 84px;
    width: 0;
  }
}
@-o-keyframes iconshadow6 {
  0% {
    opacity: 1;
    visibility: visible;
    height: 84px;
    width: 80px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 84px;
    width: 0;
  }
}
@keyframes iconshadow6 {
  0% {
    opacity: 1;
    visibility: visible;
    height: 84px;
    width: 80px;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 84px;
    width: 0;
  }
}
/**shadow Anim**/
@-webkit-keyframes shadowAnim {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  30% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes shadowAnim {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  30% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-o-keyframes shadowAnim {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  30% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes shadowAnim {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  30% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}
@-moz-keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}
@-o-keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}
@keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}
@-webkit-keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-moz-keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-o-keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-webkit-keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@-moz-keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@-o-keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@-webkit-keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@-moz-keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@-o-keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@-webkit-keyframes buttonEffect {
  0% {
    width: 20px;
    transform: translateX(100%) translateY(-52.7%) rotate(83deg);
  }
  50% {
    width: 20px;
  }
  100% {
    width: 0;
    height: 200%;
    transform: translateX(200%) translateY(-50%) rotate(-90deg);
  }
}
@-moz-keyframes buttonEffect {
  0% {
    width: 20px;
    transform: translateX(100%) translateY(-52.7%) rotate(83deg);
  }
  50% {
    width: 20px;
  }
  100% {
    width: 0;
    height: 200%;
    transform: translateX(200%) translateY(-50%) rotate(-90deg);
  }
}
@-o-keyframes buttonEffect {
  0% {
    width: 20px;
    transform: translateX(100%) translateY(-52.7%) rotate(83deg);
  }
  50% {
    width: 20px;
  }
  100% {
    width: 0;
    height: 200%;
    transform: translateX(200%) translateY(-50%) rotate(-90deg);
  }
}
@keyframes buttonEffect {
  0% {
    width: 20px;
    transform: translateX(100%) translateY(-52.7%) rotate(83deg);
  }
  50% {
    width: 20px;
  }
  100% {
    width: 0;
    height: 200%;
    transform: translateX(200%) translateY(-50%) rotate(-90deg);
  }
}
/***shadow animation***/
@-webkit-keyframes shadow1 {
  100% {
    height: 200px;
    opacity: 0;
  }
  20% {
    height: 200px;
    opacity: 0.2;
  }
  50% {
    height: 200px;
    opacity: 0.2;
  }
  100% {
    height: 200px;
    opacity: 0;
  }
}
@-moz-keyframes shadow1 {
  100% {
    height: 200px;
    opacity: 0;
  }
  20% {
    height: 200px;
    opacity: 0.2;
  }
  50% {
    height: 200px;
    opacity: 0.2;
  }
  100% {
    height: 200px;
    opacity: 0;
  }
}
@-o-keyframes shadow1 {
  100% {
    height: 200px;
    opacity: 0;
  }
  20% {
    height: 200px;
    opacity: 0.2;
  }
  50% {
    height: 200px;
    opacity: 0.2;
  }
  100% {
    height: 200px;
    opacity: 0;
  }
}
@keyframes shadow1 {
  100% {
    height: 200px;
    opacity: 0;
  }
  20% {
    height: 200px;
    opacity: 0.2;
  }
  50% {
    height: 200px;
    opacity: 0.2;
  }
  100% {
    height: 200px;
    opacity: 0;
  }
}
@-webkit-keyframes shadow2 {
  0% {
    width: 0;
    top: -20px;
    opacity: 0;
    right: 30px;
  }
  20% {
    width: 200px;
    top: 60px;
    right: 0;
    opacity: 0.2;
  }
  50% {
    width: 200px;
    top: 60px;
    right: 0;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    top: 60px;
    opacity: 0;
    right: 0;
  }
}
@-moz-keyframes shadow2 {
  0% {
    width: 0;
    top: -20px;
    opacity: 0;
    right: 30px;
  }
  20% {
    width: 200px;
    top: 60px;
    right: 0;
    opacity: 0.2;
  }
  50% {
    width: 200px;
    top: 60px;
    right: 0;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    top: 60px;
    opacity: 0;
    right: 0;
  }
}
@-o-keyframes shadow2 {
  0% {
    width: 0;
    top: -20px;
    opacity: 0;
    right: 30px;
  }
  20% {
    width: 200px;
    top: 60px;
    right: 0;
    opacity: 0.2;
  }
  50% {
    width: 200px;
    top: 60px;
    right: 0;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    top: 60px;
    opacity: 0;
    right: 0;
  }
}
@keyframes shadow2 {
  0% {
    width: 0;
    top: -20px;
    opacity: 0;
    right: 30px;
  }
  20% {
    width: 200px;
    top: 60px;
    right: 0;
    opacity: 0.2;
  }
  50% {
    width: 200px;
    top: 60px;
    right: 0;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    top: 60px;
    opacity: 0;
    right: 0;
  }
}
@-webkit-keyframes shadow3 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 200px;
    opacity: 0.2;
  }
  50% {
    width: 200px;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    opacity: 0;
  }
}
@-moz-keyframes shadow3 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 200px;
    opacity: 0.2;
  }
  50% {
    width: 200px;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    opacity: 0;
  }
}
@-o-keyframes shadow3 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 200px;
    opacity: 0.2;
  }
  50% {
    width: 200px;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    opacity: 0;
  }
}
@keyframes shadow3 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 200px;
    opacity: 0.2;
  }
  50% {
    width: 200px;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    opacity: 0;
  }
}
@-webkit-keyframes shadow4 {
  0% {
    width: 0;
    bottom: -20px;
    opacity: 0;
    right: 30px;
  }
  20% {
    width: 200px;
    bottom: 60px;
    right: 0;
    opacity: 0.2;
  }
  50% {
    width: 200px;
    bottom: 60px;
    right: 0;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    bottom: 60px;
    opacity: 0;
    right: 0;
  }
}
@-moz-keyframes shadow4 {
  0% {
    width: 0;
    bottom: -20px;
    opacity: 0;
    right: 30px;
  }
  20% {
    width: 200px;
    bottom: 60px;
    right: 0;
    opacity: 0.2;
  }
  50% {
    width: 200px;
    bottom: 60px;
    right: 0;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    bottom: 60px;
    opacity: 0;
    right: 0;
  }
}
@-o-keyframes shadow4 {
  0% {
    width: 0;
    bottom: -20px;
    opacity: 0;
    right: 30px;
  }
  20% {
    width: 200px;
    bottom: 60px;
    right: 0;
    opacity: 0.2;
  }
  50% {
    width: 200px;
    bottom: 60px;
    right: 0;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    bottom: 60px;
    opacity: 0;
    right: 0;
  }
}
@keyframes shadow4 {
  0% {
    width: 0;
    bottom: -20px;
    opacity: 0;
    right: 30px;
  }
  20% {
    width: 200px;
    bottom: 60px;
    right: 0;
    opacity: 0.2;
  }
  50% {
    width: 200px;
    bottom: 60px;
    right: 0;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    bottom: 60px;
    opacity: 0;
    right: 0;
  }
}
@-webkit-keyframes shadow5 {
  0% {
    height: 0;
    opacity: 0;
    left: -20px;
  }
  20% {
    height: 200px;
    left: 70px;
    opacity: 0.2;
  }
  50% {
    height: 200px;
    left: 70px;
    opacity: 0.2;
  }
  100% {
    height: 200px;
    opacity: 0;
    left: 70px;
  }
}
@-moz-keyframes shadow5 {
  0% {
    height: 0;
    opacity: 0;
    left: -20px;
  }
  20% {
    height: 200px;
    left: 70px;
    opacity: 0.2;
  }
  50% {
    height: 200px;
    left: 70px;
    opacity: 0.2;
  }
  100% {
    height: 200px;
    opacity: 0;
    left: 70px;
  }
}
@-o-keyframes shadow5 {
  0% {
    height: 0;
    opacity: 0;
    left: -20px;
  }
  20% {
    height: 200px;
    left: 70px;
    opacity: 0.2;
  }
  50% {
    height: 200px;
    left: 70px;
    opacity: 0.2;
  }
  100% {
    height: 200px;
    opacity: 0;
    left: 70px;
  }
}
@keyframes shadow5 {
  0% {
    height: 0;
    opacity: 0;
    left: -20px;
  }
  20% {
    height: 200px;
    left: 70px;
    opacity: 0.2;
  }
  50% {
    height: 200px;
    left: 70px;
    opacity: 0.2;
  }
  100% {
    height: 200px;
    opacity: 0;
    left: 70px;
  }
}
@-webkit-keyframes shadow6 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 200px;
    opacity: 0.2;
  }
  50% {
    width: 200px;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    opacity: 0;
  }
}
@-moz-keyframes shadow6 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 200px;
    opacity: 0.2;
  }
  50% {
    width: 200px;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    opacity: 0;
  }
}
@-o-keyframes shadow6 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 200px;
    opacity: 0.2;
  }
  50% {
    width: 200px;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    opacity: 0;
  }
}
@keyframes shadow6 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 200px;
    opacity: 0.2;
  }
  50% {
    width: 200px;
    opacity: 0.2;
  }
  100% {
    width: 200px;
    opacity: 0;
  }
}
@-webkit-keyframes shadow7 {
  0% {
    width: 0;
    opacity: 0;
    top: 0;
  }
  20% {
    width: 200px;
    opacity: 0.2;
    top: 60px;
  }
  50% {
    width: 200px;
    opacity: 0.2;
    top: 60px;
  }
  100% {
    width: 200px;
    opacity: 0;
    top: 60px;
  }
}
@-moz-keyframes shadow7 {
  0% {
    width: 0;
    opacity: 0;
    top: 0;
  }
  20% {
    width: 200px;
    opacity: 0.2;
    top: 60px;
  }
  50% {
    width: 200px;
    opacity: 0.2;
    top: 60px;
  }
  100% {
    width: 200px;
    opacity: 0;
    top: 60px;
  }
}
@-o-keyframes shadow7 {
  0% {
    width: 0;
    opacity: 0;
    top: 0;
  }
  20% {
    width: 200px;
    opacity: 0.2;
    top: 60px;
  }
  50% {
    width: 200px;
    opacity: 0.2;
    top: 60px;
  }
  100% {
    width: 200px;
    opacity: 0;
    top: 60px;
  }
}
@keyframes shadow7 {
  0% {
    width: 0;
    opacity: 0;
    top: 0;
  }
  20% {
    width: 200px;
    opacity: 0.2;
    top: 60px;
  }
  50% {
    width: 200px;
    opacity: 0.2;
    top: 60px;
  }
  100% {
    width: 200px;
    opacity: 0;
    top: 60px;
  }
}
@-webkit-keyframes spin-wheel {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin-wheel {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin-wheel {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin-wheel {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/***Floating bubble***/
@-webkit-keyframes bubble1 {
  0% {
    margin-left: 70%;
    margin-top: 30px;
    opacity: 0.5;
  }
  50% {
    opacity: 1;
    margin-left: 30%;
    margin-top: 420px;
  }
  100% {
    margin-left: 0%;
    margin-top: 0px;
    opacity: 0;
  }
}
@-moz-keyframes bubble1 {
  0% {
    margin-left: 70%;
    margin-top: 30px;
    opacity: 0.5;
  }
  50% {
    opacity: 1;
    margin-left: 30%;
    margin-top: 420px;
  }
  100% {
    margin-left: 0%;
    margin-top: 0px;
    opacity: 0;
  }
}
@-o-keyframes bubble1 {
  0% {
    margin-left: 70%;
    margin-top: 30px;
    opacity: 0.5;
  }
  50% {
    opacity: 1;
    margin-left: 30%;
    margin-top: 420px;
  }
  100% {
    margin-left: 0%;
    margin-top: 0px;
    opacity: 0;
  }
}
@keyframes bubble1 {
  0% {
    margin-left: 70%;
    margin-top: 30px;
    opacity: 0.5;
  }
  50% {
    opacity: 1;
    margin-left: 30%;
    margin-top: 420px;
  }
  100% {
    margin-left: 0%;
    margin-top: 0px;
    opacity: 0;
  }
}
@-webkit-keyframes bubble2 {
  0% {
    margin-left: 25%;
    margin-top: 0;
    opacity: 0.5;
  }
  50% {
    margin-left: 10%;
    margin-top: 300px;
    opacity: 1;
  }
  100% {
    margin-left: 30%;
    margin-top: 0;
    opacity: 0;
  }
}
@-moz-keyframes bubble2 {
  0% {
    margin-left: 25%;
    margin-top: 0;
    opacity: 0.5;
  }
  50% {
    margin-left: 10%;
    margin-top: 300px;
    opacity: 1;
  }
  100% {
    margin-left: 30%;
    margin-top: 0;
    opacity: 0;
  }
}
@-o-keyframes bubble2 {
  0% {
    margin-left: 25%;
    margin-top: 0;
    opacity: 0.5;
  }
  50% {
    margin-left: 10%;
    margin-top: 300px;
    opacity: 1;
  }
  100% {
    margin-left: 30%;
    margin-top: 0;
    opacity: 0;
  }
}
@keyframes bubble2 {
  0% {
    margin-left: 25%;
    margin-top: 0;
    opacity: 0.5;
  }
  50% {
    margin-left: 10%;
    margin-top: 300px;
    opacity: 1;
  }
  100% {
    margin-left: 30%;
    margin-top: 0;
    opacity: 0;
  }
}
@-webkit-keyframes bubble3 {
  0% {
    margin-left: 100%;
    margin-top: 0px;
    opacity: 0.5;
  }
  50% {
    margin-left: 10%;
    margin-top: 300px;
    opacity: 1;
  }
  100% {
    margin-left: 100%;
    margin-top: 0px;
    opacity: 0;
  }
}
@-moz-keyframes bubble3 {
  0% {
    margin-left: 100%;
    margin-top: 0px;
    opacity: 0.5;
  }
  50% {
    margin-left: 10%;
    margin-top: 300px;
    opacity: 1;
  }
  100% {
    margin-left: 100%;
    margin-top: 0px;
    opacity: 0;
  }
}
@-o-keyframes bubble3 {
  0% {
    margin-left: 100%;
    margin-top: 0px;
    opacity: 0.5;
  }
  50% {
    margin-left: 10%;
    margin-top: 300px;
    opacity: 1;
  }
  100% {
    margin-left: 100%;
    margin-top: 0px;
    opacity: 0;
  }
}
@keyframes bubble3 {
  0% {
    margin-left: 100%;
    margin-top: 0px;
    opacity: 0.5;
  }
  50% {
    margin-left: 10%;
    margin-top: 300px;
    opacity: 1;
  }
  100% {
    margin-left: 100%;
    margin-top: 0px;
    opacity: 0;
  }
}
@-webkit-keyframes bubble4 {
  0% {
    margin-left: 50%;
    margin-top: 300px;
    opacity: 0.5;
  }
  50% {
    opacity: 0.5;
    margin-left: 0%;
    margin-top: 50px;
  }
  100% {
    margin-left: 50%;
    margin-top: 300px;
    opacity: 0;
  }
}
@-moz-keyframes bubble4 {
  0% {
    margin-left: 50%;
    margin-top: 300px;
    opacity: 0.5;
  }
  50% {
    opacity: 0.5;
    margin-left: 0%;
    margin-top: 50px;
  }
  100% {
    margin-left: 50%;
    margin-top: 300px;
    opacity: 0;
  }
}
@-o-keyframes bubble4 {
  0% {
    margin-left: 50%;
    margin-top: 300px;
    opacity: 0.5;
  }
  50% {
    opacity: 0.5;
    margin-left: 0%;
    margin-top: 50px;
  }
  100% {
    margin-left: 50%;
    margin-top: 300px;
    opacity: 0;
  }
}
@keyframes bubble4 {
  0% {
    margin-left: 50%;
    margin-top: 300px;
    opacity: 0.5;
  }
  50% {
    opacity: 0.5;
    margin-left: 0%;
    margin-top: 50px;
  }
  100% {
    margin-left: 50%;
    margin-top: 300px;
    opacity: 0;
  }
}
@-webkit-keyframes bubble5 {
  0% {
    margin-left: 100%;
    margin-top: 300px;
    opacity: 0.7;
  }
  50% {
    margin-left: 25%;
    margin-top: 250px;
    opacity: 1;
  }
  100% {
    margin-left: 100%;
    margin-top: 300px;
    opacity: 0;
  }
}
@-moz-keyframes bubble5 {
  0% {
    margin-left: 100%;
    margin-top: 300px;
    opacity: 0.7;
  }
  50% {
    margin-left: 25%;
    margin-top: 250px;
    opacity: 1;
  }
  100% {
    margin-left: 100%;
    margin-top: 300px;
    opacity: 0;
  }
}
@-o-keyframes bubble5 {
  0% {
    margin-left: 100%;
    margin-top: 300px;
    opacity: 0.7;
  }
  50% {
    margin-left: 25%;
    margin-top: 250px;
    opacity: 1;
  }
  100% {
    margin-left: 100%;
    margin-top: 300px;
    opacity: 0;
  }
}
@keyframes bubble5 {
  0% {
    margin-left: 100%;
    margin-top: 300px;
    opacity: 0.7;
  }
  50% {
    margin-left: 25%;
    margin-top: 250px;
    opacity: 1;
  }
  100% {
    margin-left: 100%;
    margin-top: 300px;
    opacity: 0;
  }
}
@-webkit-keyframes bubble6 {
  0% {
    margin-left: 20%;
    margin-top: 300px;
    opacity: 0;
  }
  50% {
    margin-left: 75%;
    margin-top: 10px;
    opacity: 1;
  }
  100% {
    margin-left: 20%;
    margin-top: 300px;
    opacity: 0;
  }
}
@-moz-keyframes bubble6 {
  0% {
    margin-left: 20%;
    margin-top: 300px;
    opacity: 0;
  }
  50% {
    margin-left: 75%;
    margin-top: 10px;
    opacity: 1;
  }
  100% {
    margin-left: 20%;
    margin-top: 300px;
    opacity: 0;
  }
}
@-o-keyframes bubble6 {
  0% {
    margin-left: 20%;
    margin-top: 300px;
    opacity: 0;
  }
  50% {
    margin-left: 75%;
    margin-top: 10px;
    opacity: 1;
  }
  100% {
    margin-left: 20%;
    margin-top: 300px;
    opacity: 0;
  }
}
@keyframes bubble6 {
  0% {
    margin-left: 20%;
    margin-top: 300px;
    opacity: 0;
  }
  50% {
    margin-left: 75%;
    margin-top: 10px;
    opacity: 1;
  }
  100% {
    margin-left: 20%;
    margin-top: 300px;
    opacity: 0;
  }
}
@-webkit-keyframes bubble7 {
  0% {
    margin-left: 90%;
    margin-top: 50px;
    opacity: 0;
  }
  50% {
    margin-left: 55%;
    margin-top: 300px;
    opacity: 1;
  }
  100% {
    margin-left: 90%;
    margin-top: 50px;
    opacity: 0;
  }
}
@-moz-keyframes bubble7 {
  0% {
    margin-left: 90%;
    margin-top: 50px;
    opacity: 0;
  }
  50% {
    margin-left: 55%;
    margin-top: 300px;
    opacity: 1;
  }
  100% {
    margin-left: 90%;
    margin-top: 50px;
    opacity: 0;
  }
}
@-o-keyframes bubble7 {
  0% {
    margin-left: 90%;
    margin-top: 50px;
    opacity: 0;
  }
  50% {
    margin-left: 55%;
    margin-top: 300px;
    opacity: 1;
  }
  100% {
    margin-left: 90%;
    margin-top: 50px;
    opacity: 0;
  }
}
@keyframes bubble7 {
  0% {
    margin-left: 90%;
    margin-top: 50px;
    opacity: 0;
  }
  50% {
    margin-left: 55%;
    margin-top: 300px;
    opacity: 1;
  }
  100% {
    margin-left: 90%;
    margin-top: 50px;
    opacity: 0;
  }
}
@-webkit-keyframes bubble8 {
  0% {
    margin-left: 0%;
    margin-top: 450px;
    opacity: 0;
  }
  50% {
    margin-left: 75%;
    margin-top: 30px;
    opacity: 1;
  }
  100% {
    margin-left: 0%;
    margin-top: 450px;
    opacity: 0;
  }
}
@-moz-keyframes bubble8 {
  0% {
    margin-left: 0%;
    margin-top: 450px;
    opacity: 0;
  }
  50% {
    margin-left: 75%;
    margin-top: 30px;
    opacity: 1;
  }
  100% {
    margin-left: 0%;
    margin-top: 450px;
    opacity: 0;
  }
}
@-o-keyframes bubble8 {
  0% {
    margin-left: 0%;
    margin-top: 450px;
    opacity: 0;
  }
  50% {
    margin-left: 75%;
    margin-top: 30px;
    opacity: 1;
  }
  100% {
    margin-left: 0%;
    margin-top: 450px;
    opacity: 0;
  }
}
@keyframes bubble8 {
  0% {
    margin-left: 0%;
    margin-top: 450px;
    opacity: 0;
  }
  50% {
    margin-left: 75%;
    margin-top: 30px;
    opacity: 1;
  }
  100% {
    margin-left: 0%;
    margin-top: 450px;
    opacity: 0;
  }
}
@-webkit-keyframes bubble9 {
  0% {
    margin-left: 55%;
    margin-top: 500px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    margin-left: 55%;
    margin-top: 500px;
    opacity: 0;
  }
}
@-moz-keyframes bubble9 {
  0% {
    margin-left: 55%;
    margin-top: 500px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    margin-left: 55%;
    margin-top: 500px;
    opacity: 0;
  }
}
@-o-keyframes bubble9 {
  0% {
    margin-left: 55%;
    margin-top: 500px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    margin-left: 55%;
    margin-top: 500px;
    opacity: 0;
  }
}
@keyframes bubble9 {
  0% {
    margin-left: 55%;
    margin-top: 500px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    margin-left: 55%;
    margin-top: 500px;
    opacity: 0;
  }
}
@-webkit-keyframes bubble10 {
  0% {
    margin-left: 60%;
    margin-top: 600px;
    opacity: 0;
  }
  100% {
    margin-left: 35%;
    margin-top: 300px;
    opacity: 0;
  }
}
@-moz-keyframes bubble10 {
  0% {
    margin-left: 60%;
    margin-top: 600px;
    opacity: 0;
  }
  100% {
    margin-left: 35%;
    margin-top: 300px;
    opacity: 0;
  }
}
@-o-keyframes bubble10 {
  0% {
    margin-left: 60%;
    margin-top: 600px;
    opacity: 0;
  }
  100% {
    margin-left: 35%;
    margin-top: 300px;
    opacity: 0;
  }
}
@keyframes bubble10 {
  0% {
    margin-left: 60%;
    margin-top: 600px;
    opacity: 0;
  }
  100% {
    margin-left: 35%;
    margin-top: 300px;
    opacity: 0;
  }
}
@-webkit-keyframes text-1 {
  0% {
    top: 70%;
    left: 30%;
    opacity: 0;
  }
  50% {
    top: 10%;
    left: 10%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    top: 10%;
    left: 10%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes text-1 {
  0% {
    top: 70%;
    left: 30%;
    opacity: 0;
  }
  50% {
    top: 10%;
    left: 10%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    top: 10%;
    left: 10%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes text-1 {
  0% {
    top: 70%;
    left: 30%;
    opacity: 0;
  }
  50% {
    top: 10%;
    left: 10%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    top: 10%;
    left: 10%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes text-1 {
  0% {
    top: 70%;
    left: 30%;
    opacity: 0;
  }
  50% {
    top: 10%;
    left: 10%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    top: 10%;
    left: 10%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes text-2 {
  0% {
    top: 70%;
    left: 30%;
    opacity: 0;
  }
  50% {
    top: 15%;
    left: 35%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    top: 15%;
    left: 35%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes text-2 {
  0% {
    top: 70%;
    left: 30%;
    opacity: 0;
  }
  50% {
    top: 15%;
    left: 35%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    top: 15%;
    left: 35%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes text-2 {
  0% {
    top: 70%;
    left: 30%;
    opacity: 0;
  }
  50% {
    top: 15%;
    left: 35%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    top: 15%;
    left: 35%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes text-2 {
  0% {
    top: 70%;
    left: 30%;
    opacity: 0;
  }
  50% {
    top: 15%;
    left: 35%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    top: 15%;
    left: 35%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes text-3 {
  0% {
    top: 70%;
    left: 30%;
    opacity: 0;
  }
  50% {
    right: 30%;
    left: auto;
    top: 15%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    right: 30%;
    left: auto;
    top: 15%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes text-3 {
  0% {
    top: 70%;
    left: 30%;
    opacity: 0;
  }
  50% {
    right: 30%;
    left: auto;
    top: 15%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    right: 30%;
    left: auto;
    top: 15%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes text-3 {
  0% {
    top: 70%;
    left: 30%;
    opacity: 0;
  }
  50% {
    right: 30%;
    left: auto;
    top: 15%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    right: 30%;
    left: auto;
    top: 15%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes text-3 {
  0% {
    top: 70%;
    left: 30%;
    opacity: 0;
  }
  50% {
    right: 30%;
    left: auto;
    top: 15%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    right: 30%;
    left: auto;
    top: 15%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes text-4 {
  0% {
    top: 70%;
    right: 80%;
    opacity: 0;
  }
  50% {
    right: 20%;
    left: auto;
    top: 40%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    right: 20%;
    left: auto;
    top: 40%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes text-4 {
  0% {
    top: 70%;
    right: 80%;
    opacity: 0;
  }
  50% {
    right: 20%;
    left: auto;
    top: 40%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    right: 20%;
    left: auto;
    top: 40%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes text-4 {
  0% {
    top: 70%;
    right: 80%;
    opacity: 0;
  }
  50% {
    right: 20%;
    left: auto;
    top: 40%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    right: 20%;
    left: auto;
    top: 40%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes text-4 {
  0% {
    top: 70%;
    right: 80%;
    opacity: 0;
  }
  50% {
    right: 20%;
    left: auto;
    top: 40%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    right: 20%;
    left: auto;
    top: 40%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes text-5 {
  0% {
    top: 70%;
    right: 80%;
    opacity: 0;
  }
  50% {
    right: 10%;
    left: auto;
    top: 25%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    right: 10%;
    left: auto;
    top: 25%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes text-5 {
  0% {
    top: 70%;
    right: 80%;
    opacity: 0;
  }
  50% {
    right: 10%;
    left: auto;
    top: 25%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    right: 10%;
    left: auto;
    top: 25%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes text-5 {
  0% {
    top: 70%;
    right: 80%;
    opacity: 0;
  }
  50% {
    right: 10%;
    left: auto;
    top: 25%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    right: 10%;
    left: auto;
    top: 25%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes text-5 {
  0% {
    top: 70%;
    right: 80%;
    opacity: 0;
  }
  50% {
    right: 10%;
    left: auto;
    top: 25%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    right: 10%;
    left: auto;
    top: 25%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes text-6 {
  0% {
    top: 70%;
    left: 30%;
    opacity: 0;
  }
  50% {
    left: 0%;
    top: 25%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    left: 0%;
    top: 25%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes text-6 {
  0% {
    top: 70%;
    left: 30%;
    opacity: 0;
  }
  50% {
    left: 0%;
    top: 25%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    left: 0%;
    top: 25%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes text-6 {
  0% {
    top: 70%;
    left: 30%;
    opacity: 0;
  }
  50% {
    left: 0%;
    top: 25%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    left: 0%;
    top: 25%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes text-6 {
  0% {
    top: 70%;
    left: 30%;
    opacity: 0;
  }
  50% {
    left: 0%;
    top: 25%;
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
  }
  100% {
    left: 0%;
    top: 25%;
    opacity: 0.5;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes lines-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -500px;
  }
}
@-moz-keyframes lines-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -500px;
  }
}
@-o-keyframes lines-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -500px;
  }
}
@keyframes lines-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -500px;
  }
}
@-webkit-keyframes bg-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1500px;
  }
}
@-moz-keyframes bg-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1500px;
  }
}
@-o-keyframes bg-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1500px;
  }
}
@keyframes bg-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1500px;
  }
}
@-webkit-keyframes psd-scroll {
  0% {
    background-position: 0 -10px;
  }
  10% {
    background-position: 0 -10px;
  }
  18% {
    background-position: 0 -10px;
  }
  20% {
    background-position: 0 -20px;
  }
  28% {
    background-position: 0 -20px;
  }
  30% {
    background-position: 0 -50px;
  }
  48% {
    background-position: 0 -50px;
  }
  50% {
    background-position: 0 -80px;
  }
  68% {
    background-position: 0 -80px;
  }
  70% {
    background-position: 0 -110px;
  }
  88% {
    background-position: 0 -110px;
  }
  90% {
    background-position: 0 -140px;
  }
  100% {
    background-position: 0 -140px;
  }
}
@-moz-keyframes psd-scroll {
  0% {
    background-position: 0 -10px;
  }
  10% {
    background-position: 0 -10px;
  }
  18% {
    background-position: 0 -10px;
  }
  20% {
    background-position: 0 -20px;
  }
  28% {
    background-position: 0 -20px;
  }
  30% {
    background-position: 0 -50px;
  }
  48% {
    background-position: 0 -50px;
  }
  50% {
    background-position: 0 -80px;
  }
  68% {
    background-position: 0 -80px;
  }
  70% {
    background-position: 0 -110px;
  }
  88% {
    background-position: 0 -110px;
  }
  90% {
    background-position: 0 -140px;
  }
  100% {
    background-position: 0 -140px;
  }
}
@-o-keyframes psd-scroll {
  0% {
    background-position: 0 -10px;
  }
  10% {
    background-position: 0 -10px;
  }
  18% {
    background-position: 0 -10px;
  }
  20% {
    background-position: 0 -20px;
  }
  28% {
    background-position: 0 -20px;
  }
  30% {
    background-position: 0 -50px;
  }
  48% {
    background-position: 0 -50px;
  }
  50% {
    background-position: 0 -80px;
  }
  68% {
    background-position: 0 -80px;
  }
  70% {
    background-position: 0 -110px;
  }
  88% {
    background-position: 0 -110px;
  }
  90% {
    background-position: 0 -140px;
  }
  100% {
    background-position: 0 -140px;
  }
}
@keyframes psd-scroll {
  0% {
    background-position: 0 -10px;
  }
  10% {
    background-position: 0 -10px;
  }
  18% {
    background-position: 0 -10px;
  }
  20% {
    background-position: 0 -20px;
  }
  28% {
    background-position: 0 -20px;
  }
  30% {
    background-position: 0 -50px;
  }
  48% {
    background-position: 0 -50px;
  }
  50% {
    background-position: 0 -80px;
  }
  68% {
    background-position: 0 -80px;
  }
  70% {
    background-position: 0 -110px;
  }
  88% {
    background-position: 0 -110px;
  }
  90% {
    background-position: 0 -140px;
  }
  100% {
    background-position: 0 -140px;
  }
}
@-webkit-keyframes border-dance {
  0% {
    background-position: 0px 0px, 300px 128px, 0px 150px, 128px 0px;
  }
  100% {
    background-position: 300px 0px, 0px 128px, 0px 0px, 128px 150px;
  }
}
@-moz-keyframes border-dance {
  0% {
    background-position: 0px 0px, 300px 128px, 0px 150px, 128px 0px;
  }
  100% {
    background-position: 300px 0px, 0px 128px, 0px 0px, 128px 150px;
  }
}
@-o-keyframes border-dance {
  0% {
    background-position: 0px 0px, 300px 128px, 0px 150px, 128px 0px;
  }
  100% {
    background-position: 300px 0px, 0px 128px, 0px 0px, 128px 150px;
  }
}
@keyframes border-dance {
  0% {
    background-position: 0px 0px, 300px 128px, 0px 150px, 128px 0px;
  }
  100% {
    background-position: 300px 0px, 0px 128px, 0px 0px, 128px 150px;
  }
}
@-webkit-keyframes border-circle {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
@-moz-keyframes border-circle {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
@-o-keyframes border-circle {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes border-circle {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
@-webkit-keyframes img-cover {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@-moz-keyframes img-cover {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@-o-keyframes img-cover {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes img-cover {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@-webkit-keyframes typing {
  from {
    width: 0;
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes typing {
  from {
    width: 0;
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes typing {
  from {
    width: 0;
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes typing {
  from {
    width: 0;
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}
@-moz-keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}
@-o-keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}
@keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes hscroll {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: -600px 50%;
  }
}
@-moz-keyframes hscroll {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: -600px 50%;
  }
}
@-o-keyframes hscroll {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: -600px 50%;
  }
}
@keyframes hscroll {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: -600px 50%;
  }
}
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes handshake {
  0% {
    top: -3px;
  }
  20% {
    top: 3px;
  }
  30% {
    top: -3px;
  }
  40% {
    top: 3px;
  }
  100% {
    top: 0px;
  }
}
@-moz-keyframes handshake {
  0% {
    top: -3px;
  }
  20% {
    top: 3px;
  }
  30% {
    top: -3px;
  }
  40% {
    top: 3px;
  }
  100% {
    top: 0px;
  }
}
@-o-keyframes handshake {
  0% {
    top: -3px;
  }
  20% {
    top: 3px;
  }
  30% {
    top: -3px;
  }
  40% {
    top: 3px;
  }
  100% {
    top: 0px;
  }
}
@keyframes handshake {
  0% {
    top: -3px;
  }
  20% {
    top: 3px;
  }
  30% {
    top: -3px;
  }
  40% {
    top: 3px;
  }
  100% {
    top: 0px;
  }
}
section.process-outer {
  background: #032967;
  padding: 0 0 60px;
}
@media (max-width: 640px) {
  section.process-outer {
    padding-bottom: 30px;
  }
}
section.process-outer .process-top {
  background: #032f77;
  padding-top: 60px;
  max-height: 237px;
}
@media (max-width: 1199px) {
  section.process-outer .process-top {
    padding-top: 50px;
    max-height: 200px;
  }
}
@media (max-width: 991px) {
  section.process-outer .process-top {
    max-height: 195px;
  }
}
@media (max-width: 767px) {
  section.process-outer .process-top {
    max-height: 182px;
  }
}
@media (max-width: 640px) {
  section.process-outer .process-top {
    max-height: 170px;
  }
}
@media (max-width: 640px) {
  section.process-outer .process-top {
    max-height: inherit;
    background: none;
  }
}
section.process-outer .process-inner {
  max-width: 55%;
  margin: auto;
}
@media (max-width: 1199px) {
  section.process-outer .process-inner {
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  section.process-outer .process-inner {
    max-width: 90%;
  }
}
@media (max-width: 640px) {
  section.process-outer .process-inner {
    max-width: 100%;
    padding-inline: 15px;
  }
}
section.process-outer #flow-boxes {
  margin-top: 130px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /*> div {
    width: 830px;
    height: 180px;
    margin: 0 auto;
    position: absolute;
    top: 114px;
    left: 50%;
    margin-left: -415px;
    z-index: 4;
    pointer-events: none;
    &.active {
      z-index: 5;
      pointer-events: auto;
    }
  }*/
}
@media (max-width: 1199px) {
  section.process-outer #flow-boxes {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  section.process-outer #flow-boxes {
    margin: 60px auto 0;
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  section.process-outer #flow-boxes {
    margin-top: 10px;
  }
}
section.process-outer #flow-boxes:after, section.process-outer #flow-boxes:before {
  content: "";
  display: table;
}
section.process-outer #flow-boxes:after {
  clear: both;
}
section.process-outer #flow-boxes .codebox {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  opacity: 0;
  text-align: center;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-filter: alpha(opacity=0);
  -moz-filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -o-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  will-change: opacity;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.7s;
  transition: opacity 0.4s, transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0, 0.23, 1);
  transition-timing-function: cubic-bezier(0.35, 0, 0.23, 1);
  pointer-events: none;
}
@media (max-width: 991px) {
  section.process-outer #flow-boxes .codebox img {
    max-width: 150px;
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  section.process-outer #flow-boxes .codebox img {
    max-width: 150px;
    max-height: 80px;
  }
}
section.process-outer #flow-boxes .codebox-container, section.process-outer #flow-boxes .text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-filter: alpha(opacity=0);
  -moz-filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -o-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  will-change: opacity;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.7s;
  transition: opacity 0.4s, transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.35, 0, 0.23, 1);
  transition-timing-function: cubic-bezier(0.35, 0, 0.23, 1);
  pointer-events: none;
}
section.process-outer #flow-boxes .codebox-container.hiddenLeft, section.process-outer #flow-boxes .codebox.hiddenLeft, section.process-outer #flow-boxes .text.hiddenLeft {
  -webkit-transform: scale(0.85) translateX(-200px);
  transform: scale(0.85) translateX(-200px);
}
section.process-outer #flow-boxes .codebox-container.hiddenRight, section.process-outer #flow-boxes .codebox.hiddenRight, section.process-outer #flow-boxes .text.hiddenRight {
  -webkit-transform: scale(1.1) translate(150px);
  transform: scale(1.1) translate(150px);
}
section.process-outer #flow-boxes .codebox-container.active, section.process-outer #flow-boxes .codebox.active {
  opacity: 1;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  pointer-events: auto;
}
section.process-outer #flow-boxes .text.active {
  opacity: 1;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  pointer-events: auto;
  z-index: 5;
}
section.process-outer #flow-boxes .codebox-container {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, transform 0.4s;
  width: 340px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  text-shadow: none;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  height: 200px;
  z-index: 10;
}
section.process-outer #flow-boxes .codebox-container.hiddenLeft {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
@media (max-width: 767px) {
  section.process-outer #flow-boxes .codebox-container {
    width: 220px;
    height: 150px;
  }
}
@media (max-width: 640px) {
  section.process-outer #flow-boxes .codebox-container {
    display: none;
  }
}
section.process-outer #flow-boxes .codebox-container:after {
  content: "";
  position: absolute;
  left: 400px;
  top: 0;
  bottom: 0;
  width: 40px;
  background: -webkit-linear-gradient(left, rgba(245, 247, 249, 0), #f5f7f9);
  background: linear-gradient(90deg, rgba(245, 247, 249, 0), #f5f7f9);
  border-radius: 0 6px 6px 0;
  pointer-events: none;
  z-index: 11;
}
section.process-outer #flow-boxes .text {
  position: absolute;
  width: 100%;
  max-width: 354px;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%) translateZ(0);
  -o-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  color: #fff;
  /*&:last-child{
      display: block;
      width: 100%;
      top: 0;
      @include transform(none);
  }*/
}
@media (max-width: 640px) {
  section.process-outer #flow-boxes .text {
    width: 100%;
    top: 50px;
    left: 0;
  }
}
section.process-outer #flow-boxes .text h4 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
section.process-outer #flow-boxes #qa-delivered:after {
  content: none;
}
section.process-outer #flow-boxes #qa-delivered .text {
  width: 400px;
  right: auto;
  left: 50%;
  margin-left: 0;
  top: 30%;
}
@media (max-width: 640px) {
  section.process-outer #flow-boxes #qa-delivered .text {
    top: 50%;
    width: 100%;
    margin-left: 0;
    left: 0;
    padding-left: 70px;
  }
}
section.process-outer #flow-boxes #qa-delivered .text:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  left: -160px;
  background: url(../../img/process-4.svg) no-repeat;
  background-size: 80%;
}
@media (max-width: 767px) {
  section.process-outer #flow-boxes #qa-delivered .text:before {
    background-size: 80%;
    top: 0;
    left: -130px;
  }
}
@media (max-width: 640px) {
  section.process-outer #flow-boxes #qa-delivered .text:before {
    left: 0;
    background-size: 60px;
  }
}
section.process-outer #flow-boxes #qa-delivered .text h3:before {
  content: none;
}
section.process-outer .columns {
  margin-top: 55px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
section.process-outer .columns > li:first-child {
  width: 537px;
}
section.process-outer .columns .webhooks:before {
  background-image: url(/img/subscriptions/process-outer/webhooks.png);
}
section.process-outer #flow-switcher {
  position: relative;
  z-index: 2;
  height: 128px;
  max-width: 700px;
  width: 100%;
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  section.process-outer #flow-switcher {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  section.process-outer #flow-switcher {
    margin-top: 20px;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    height: auto;
  }
}
@media (max-width: 640px) {
  section.process-outer #flow-switcher {
    max-width: 100%;
    padding-inline: 0;
  }
}
section.process-outer #flow-switcher > li {
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
  margin-right: 70px;
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 16px;
  border: 4px solid transparent;
  color: #fff;
  cursor: pointer;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  position: relative;
  background: #7587f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  section.process-outer #flow-switcher > li {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  section.process-outer #flow-switcher > li {
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  section.process-outer #flow-switcher > li {
    text-align: center;
    margin: 0 1px 20px !important;
    width: 100%;
    height: auto;
    padding: 6px 0 10px;
    border-radius: 0;
    font-size: 16px;
    flex: 1;
  }
}
section.process-outer #flow-switcher > li:last-child {
  margin-right: 0;
}
section.process-outer #flow-switcher > li.active {
  background-color: #e16189;
}
section.process-outer #flow-switcher > li.done {
  border-color: #e16189;
}
section.process-outer #flow-switcher > li span {
  display: inline-block;
  vertical-align: middle;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 640px) {
  section.process-outer #flow-switcher > li span br {
    display: none;
  }
}
section.process-outer #flow-switcher > li + li:after {
  content: "";
  border-top: #e16189 3px dotted;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: -80px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 640px) {
  section.process-outer #flow-switcher > li + li:after {
    display: none;
  }
}

@media (max-width: 640px) {
  .text-container {
    height: 100px;
    position: relative;
    max-width: 100%;
    margin: auto;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-ms-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes jello {
  11.1% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-ms-keyframes jello {
  11.1% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes jello {
  11.1% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    -ms-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -ms-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rubberBand {
  0% {
    -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);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    -o-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    -o-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    -o-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    -o-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    -o-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -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);
  }
}
@-moz-keyframes rubberBand {
  0% {
    -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);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    -o-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    -o-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    -o-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    -o-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    -o-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -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);
  }
}
@-ms-keyframes rubberBand {
  0% {
    -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);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    -o-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    -o-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    -o-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    -o-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    -o-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -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);
  }
}
@-o-keyframes rubberBand {
  0% {
    -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);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    -o-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    -o-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    -o-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    -o-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    -o-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -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);
  }
}
@keyframes rubberBand {
  0% {
    -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);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    -o-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    -o-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    -o-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    -o-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    -o-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -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);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-ms-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-ms-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -moz-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    -o-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -moz-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    -o-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-ms-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -moz-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    -o-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -moz-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    -o-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -moz-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    -o-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -moz-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    -o-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -moz-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    -o-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@-ms-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-ms-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-ms-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-ms-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-ms-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-ms-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -moz-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -moz-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
@-ms-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -moz-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -moz-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -moz-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -moz-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-ms-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -moz-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -moz-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}
@-moz-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}
@-ms-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}
@-o-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -moz-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -moz-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}
@-webkit-keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@-moz-keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@-ms-keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@-o-keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@-webkit-keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@-moz-keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@-ms-keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@-o-keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}
@-webkit-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}
@-ms-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}
@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    -moz-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    -o-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    -moz-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    -o-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}
@-ms-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    -moz-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    -o-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    -moz-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    -o-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}
@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@-moz-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@-ms-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    -moz-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    -o-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-ms-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-ms-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-ms-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-ms-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@-moz-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@-ms-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@-o-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    -moz-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    -o-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-ms-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-ms-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-ms-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-ms-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-moz-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-ms-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-o-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-moz-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-ms-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-ms-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-o-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-ms-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  20%, 60% {
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  40% {
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
  }
}
@-moz-keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  20%, 60% {
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  40% {
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
  }
}
@-ms-keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  20%, 60% {
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  40% {
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
  }
}
@-o-keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  20%, 60% {
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  40% {
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
  }
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  20%, 60% {
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  40% {
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    -moz-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    -o-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@-ms-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -moz-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    -o-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -moz-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    -o-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -moz-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    -o-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@-ms-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -moz-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    -o-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -moz-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    -o-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -moz-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    -o-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@-moz-keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@-ms-keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@-o-keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@-webkit-keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@-moz-keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@-ms-keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@-o-keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@-moz-keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@-ms-keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@-o-keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@-webkit-keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@-moz-keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@-ms-keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@-o-keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-moz-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-ms-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-o-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@-ms-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@-ms-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@-webkit-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-moz-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-ms-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-o-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
header {
  overflow: hidden;
}
@media (max-width: 767px) {
  header {
    overflow: visible;
  }
}

.container-fluid {
  max-width: 1400px;
}

img.img-fluid {
  max-width: 100%;
}

.navigation-outer {
  position: fixed;
  box-shadow: rgba(73, 73, 73, 0.1) 0 2px 5px;
  width: 100%;
  background: #fff;
  z-index: 99999;
}
.navigation-outer .navigation {
  padding: 15px 0 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99999;
  margin: auto;
}
@media (max-width: 991px) {
  .navigation-outer .navigation {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .navigation-outer .navigation {
    padding: 10px 0;
  }
}
.navigation-outer .navigation .navbar-header {
  margin-top: -3px;
}
@media (max-width: 767px) {
  .navigation-outer .navigation .navbar-header {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .navigation-outer .navigation.active {
    position: fixed;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .navigation-outer .navigation.active .navbar-collapse.in {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.navigation-outer .navigation .logo-side-text {
  display: inline-block;
  vertical-align: middle;
  font-family: "Tondo-light";
  color: #6a6a6a;
  font-size: 12px;
}
@media (max-width: 1299px) {
  .navigation-outer .navigation .logo-side-text {
    display: none;
  }
}
.navigation-outer .navigation .navbar-brand {
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 0 20px 0 15px;
  border-right: #bbbbbb 1px solid;
  margin-right: 20px;
  height: auto;
}
@media (max-width: 991px) {
  .navigation-outer .navigation .navbar-brand {
    border: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .navigation-outer .navigation .navbar-brand img {
    max-height: 40px;
  }
}
@media (max-width: 767px) {
  .navigation-outer .navigation .navbar-nav {
    margin-bottom: 0;
  }
}
.navigation-outer .navigation .navbar-nav li {
  padding-bottom: 22px;
  border: 1px solid transparent;
}
@media (max-width: 1199px) {
  .navigation-outer .navigation .navbar-nav li {
    padding-bottom: 21px;
  }
}
@media (max-width: 991px) {
  .navigation-outer .navigation .navbar-nav li {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .navigation-outer .navigation .navbar-nav li {
    padding-bottom: 0;
  }
}
.navigation-outer .navigation .navbar-nav li a {
  font-family: "Tondo-light";
  text-transform: uppercase;
  color: #333333;
  padding: 7px 8px 3px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .navigation-outer .navigation .navbar-nav li a {
    font-size: 14px;
    padding: 7px 15px 3px;
  }
}
.navigation-outer .navigation .navbar-nav li a:hover, .navigation-outer .navigation .navbar-nav li a:focus {
  background: none;
  color: #15a98c;
}
@media (max-width: 1024px) {
  .navigation-outer .navigation .navbar-nav li a.desktop-show {
    display: none !important;
  }
}
.navigation-outer .navigation .navbar-nav li a.resp-show {
  display: none;
}
@media (max-width: 1024px) {
  .navigation-outer .navigation .navbar-nav li a.resp-show {
    display: block;
  }
}
.navigation-outer .navigation .navbar-nav li.client-area {
  margin-left: 10px;
  padding-bottom: 0;
}
.navigation-outer .navigation .navbar-nav li.client-area a {
  padding: 7px 20px;
  text-transform: uppercase;
  text-decoration: none;
  height: 36px;
  font-size: 13px !important;
  /*&:hover{
      background: $p2hgreen;
      border-color: $p2hgreen;
      color: $white;
  }*/
}
@media (max-width: 991px) {
  .navigation-outer .navigation .navbar-nav li.client-area a {
    padding: 7px 15px;
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .navigation-outer .navigation .navbar-nav li.client-area a {
    font-size: 14px !important;
    padding: 7px 5px;
  }
}
.navigation-outer .navigation .navbar-nav li.drop-down {
  position: static;
}
@media (max-width: 1024px) {
  .navigation-outer .navigation .navbar-nav li.drop-down:hover .dropdwn-outer {
    opacity: 0;
    visibility: hidden;
  }
}
.navigation-outer .navigation .navbar-nav li.drop-down.active {
  background: #fff;
  border: #15a98c solid;
  border-width: 1px 1px 0 1px;
}
@media (max-width: 767px) {
  .navigation-outer .navigation .navbar-nav li.drop-down.active {
    border: 0;
  }
}
.navigation-outer .navigation .navbar-nav li.drop-down.active .dropdwn-outer {
  opacity: 1;
  visibility: visible;
  -moz-transition: ease 0.1s;
  -o-transition: ease 0.1s;
  -webkit-transition: ease 0.1s;
  transition: ease 0.1s;
}
.navigation-outer .navigation .navbar-nav li.drop-down.active a span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
  left: 1px;
}
.navigation-outer .navigation .navbar-nav li.drop-down.active a span:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
  left: 0;
}
.navigation-outer .navigation .navbar-nav li.drop-down.active a span:after {
  opacity: 0;
  visibility: hidden;
}
.navigation-outer .navigation .navbar-nav li.drop-down a span {
  pointer-events: none;
  width: 10px;
  height: 1px;
  background: #333333;
  display: inline-block;
  vertical-align: super;
  position: relative;
  top: -3px;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.navigation-outer .navigation .navbar-nav li.drop-down a span:before, .navigation-outer .navigation .navbar-nav li.drop-down a span:after {
  content: "";
  background: #333333;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 3px;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.navigation-outer .navigation .navbar-nav li.drop-down a span:after {
  top: 6px;
}
.navigation-outer .navigation .navbar-nav li.drop-down a:hover {
  color: #333333;
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer {
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  border: #15a98c solid;
  border-width: 1px 0;
  margin-top: 21px;
  box-shadow: 0 0 30px rgba(52, 58, 67, 0.1);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 30px 0 0;
}
@media (max-width: 1199px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    margin-top: 19px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer {
    top: 0;
    left: 0;
    z-index: 9999;
    margin-top: 0;
    border: 0;
    height: 100vh;
  }
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .navbar-brand {
  margin: auto;
  display: block;
  padding: 0;
  margin-bottom: 20px;
  display: none;
}
@media (max-width: 767px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .navbar-brand {
    display: block;
  }
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .navbar-brand img {
  display: inline-block;
  max-height: inherit;
}
@media (max-width: 480px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .navbar-brand img {
    max-height: 45px;
  }
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer #navdd-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 24px;
  cursor: pointer;
  z-index: 9999;
  width: 25px;
  height: 25px;
  display: none;
}
@media (max-width: 1024px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer #navdd-close {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer #navdd-close {
    right: 20px;
    width: 30px;
    height: 35px;
    text-align: center;
  }
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .container {
  position: relative;
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer {
  width: 24.5%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1199px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer {
    width: 49.5%;
    margin: 10px 0;
  }
}
@media (max-width: 640px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer {
    width: 100%;
    margin: 10px 0;
  }
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer h4, .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Tondo-reg";
}
@media (max-width: 1199px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer h4, .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .h4 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer h4, .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .h4 {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .dd-submenu {
    margin-bottom: 20px;
  }
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .dd-submenu li {
  padding-bottom: 0;
  position: relative;
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .dd-submenu li:before {
  content: "-";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 640px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .dd-submenu li:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .dd-submenu li a {
  padding: 0;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  font-family: "Tondo-reg";
}
@media (max-width: 1199px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .dd-submenu li a {
    margin-bottom: 5px;
  }
}
@media (max-width: 640px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .dd-submenu li a {
    display: block;
    padding: 6px 15px;
    margin-bottom: 0;
  }
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .dd-submenu li a:before, .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .dd-submenu li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 0;
  -moz-transition: width 0s ease, background 0.3s ease;
  -o-transition: width 0s ease, background 0.3s ease;
  -webkit-transition: width 0s ease, background 0.3s ease;
  transition: width 0s ease, background 0.3s ease;
}
@media (max-width: 640px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .dd-submenu li a:before, .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .dd-submenu li a:after {
    width: 100%;
  }
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .dd-submenu li a:after {
  left: auto;
  right: 0;
  background: #2a8a9f;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .dd-submenu li a:hover {
  color: #2a8a9f;
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .dd-submenu li a:hover:before {
  width: 100%;
  background: #2a8a9f;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .submenu-outer .dd-submenu li a:hover:after {
  width: 100%;
  background: transparent;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .service-category {
  width: 100%;
  overflow: hidden;
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .service-category ul.category-main {
  background: #f1f1f1;
  height: 100%;
  position: absolute;
  left: 0;
  width: 300px;
  border-right: #bbbbbb 1px solid;
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .service-category ul.category-main li {
  margin: 0;
  padding: 0;
  border: 0;
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .service-category ul.category-main li a {
  padding: 15px 20px 15px 40px;
  display: block;
  font-size: 18px;
  font-family: "Tondo-light";
  text-transform: none;
  position: relative;
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .service-category ul.category-main li a:after {
  display: none;
  content: "";
  background: #95d8bf;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 22px;
  top: 18px;
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .service-category ul.category-main li a:hover {
  color: #fff;
  background: #3bb887;
  background: -moz-linear-gradient(left, #3bb887 0%, #33b397 100%);
  background: -webkit-linear-gradient(left, #3bb887 0%, #33b397 100%);
  background: linear-gradient(to right, #3bb887 0%, #33b397 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3bb887", endColorstr="#33b397",GradientType=1 );
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .service-category ul.category-main li a:hover:after {
  display: block;
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .service-category ul.category-main li.active a {
  color: #fff;
  background: #3bb887;
  background: -moz-linear-gradient(left, #3bb887 0%, #33b397 100%);
  background: -webkit-linear-gradient(left, #3bb887 0%, #33b397 100%);
  background: linear-gradient(to right, #3bb887 0%, #33b397 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3bb887", endColorstr="#33b397",GradientType=1 );
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .service-category ul.category-main li.active a:after {
  display: block;
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .nav-footer {
  padding: 20px 0;
  background: #f1f1f1;
  margin-top: 20px;
  border-top: #d7d7d7 1px solid;
}
@media (max-width: 991px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .nav-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .nav-footer {
    display: none;
  }
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .nav-footer ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .nav-footer ul li {
  display: block;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  margin: 0 15px;
  padding: 0;
  opacity: 0.2;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (max-width: 991px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .nav-footer ul li {
    margin: 0 8px;
  }
}
@media (max-width: 991px) {
  .navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .nav-footer ul li img {
    max-height: 26px;
  }
}
.navigation-outer .navigation .navbar-nav li.drop-down .dropdwn-outer .nav-footer ul li:hover {
  opacity: 0.5;
}
.navigation-outer .navigation .navbar-nav li.drop-down.dropdown-small {
  position: relative;
}
.navigation-outer .navigation .navbar-nav li.drop-down.dropdown-small::after, .navigation-outer .navigation .navbar-nav li.drop-down.dropdown-small::before {
  content: "";
  background: #333;
  width: 1px;
  height: 8px;
  position: absolute;
  top: 14px;
  right: 7px;
  transform: rotate(45deg);
  transition: all 0.2s ease;
  display: none;
}
@media (max-width: 767px) {
  .navigation-outer .navigation .navbar-nav li.drop-down.dropdown-small::after, .navigation-outer .navigation .navbar-nav li.drop-down.dropdown-small::before {
    display: none;
  }
}
.navigation-outer .navigation .navbar-nav li.drop-down.dropdown-small:after {
  transform: rotate(-45deg);
  right: 12px;
}
.navigation-outer .navigation .navbar-nav li.drop-down.dropdown-small.active:after {
  right: 7px;
}
.navigation-outer .navigation .navbar-nav li.drop-down.dropdown-small .dropdwn-outer {
  width: auto;
  white-space: nowrap;
  border-width: 1px;
  left: -1px;
  padding: 10px 10px 0;
  min-width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .navigation-outer .navigation .navbar-nav li.drop-down.dropdown-small .dropdwn-outer {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    display: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .navigation-outer .navigation .navbar-nav li.drop-down.dropdown-small .dropdwn-outer .submenu-outer {
    margin: 0;
    padding: 5px 15px 0;
  }
}
@media (max-width: 767px) {
  .navigation-outer .navigation .navbar-nav li.drop-down.dropdown-small .dropdwn-outer .dd-submenu {
    padding-left: 5px;
  }
}
.navigation-outer .navigation .navbar-nav li.drop-down.dropdown-small .dropdwn-outer .dd-submenu li {
  padding-bottom: 0;
}
.navigation-outer .navigation .navbar-nav li.drop-down.dropdown-small .dropdwn-outer .dd-submenu li a {
  font-family: "Tondo-light";
}
@media (max-width: 767px) {
  .navigation-outer .navigation .navbar-nav li.drop-down.dropdown-small .dropdwn-outer .dd-submenu li a {
    font-size: 13px;
    width: auto;
    display: inline-flex;
  }
}
.navigation-outer .navigation .call-btn {
  display: inline-flex;
  align-items: center;
  height: 36px;
  color: #fff;
  background: #15a98c;
  margin-left: 30px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  float: right;
  display: none;
}
@media (max-width: 1199px) {
  .navigation-outer .navigation .call-btn {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .navigation-outer .navigation .call-btn {
    font-size: 18px;
    padding: 0 15px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .navigation-outer .navigation .call-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navigation-outer .navigation .call-btn span {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navigation-outer .navigation .call-btn:after {
    content: "\f003";
    display: block;
    font-family: "fontawesome";
  }
}

.slide-elem2 {
  margin-top: 70px;
}

.figma_logo {
  width: 200px;
  height: 300px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
@media (max-width: 1299px) {
  .figma_logo {
    width: 180px;
    height: 270px;
  }
}
@media (max-width: 1199px) {
  .figma_logo {
    width: 150px;
    height: 230px;
  }
}
.figma_logo span {
  width: 50%;
  height: 33.333%;
  background: #1abcfe;
  border-radius: 50%;
  animation: color 2s infinite linear;
  animation-direction: alternate;
  transition: ease 0.3s;
}
.figma_logo span:nth-child(1) {
  animation-delay: 0s;
}
.figma_logo span:nth-child(2) {
  animation-delay: -5s;
}
.figma_logo span:nth-child(3) {
  animation-delay: -10s;
}
.figma_logo span:nth-child(4) {
  animation-delay: -15s;
}
.figma_logo span:nth-child(5) {
  animation-delay: -20s;
}
.figma_logo span:nth-child(1) {
  border-radius: 50% 0 0 50%;
  background: #f24e1e;
}
.figma_logo span:nth-child(2) {
  border-radius: 0 50% 50% 0;
  background: #ff7262;
}
.figma_logo span:nth-child(3) {
  border-radius: 50% 0 0 50%;
  background: #a259ff;
}
.figma_logo span:nth-child(5) {
  border-radius: 50% 0 50% 50%;
  background: #0acf83;
}

.main-slider .carousel-inner {
  min-height: 500px;
  position: relative;
}
@media (max-width: 1199px) {
  .main-slider .carousel-inner {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .main-slider .carousel-inner {
    min-height: 350px;
    padding-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .main-slider .carousel-inner {
    min-height: 330px;
  }
}
.main-slider .carousel-inner .item {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main-slider .carousel-inner .item:nth-child(1) {
  background: #000148;
  background: -moz-linear-gradient(left, #000148 0%, #1cb5e0 100%);
  background: -webkit-linear-gradient(left, #000148 0%, #1cb5e0 100%);
  background: linear-gradient(to right, #000148 0%, #1cb5e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000148", endColorstr="#1cb5e0",GradientType=1 );
}
.main-slider .carousel-inner .item:nth-child(2) {
  background: #6b1ea0;
  background: -moz-linear-gradient(left, #6b1ea0 0%, #ff6a00 100%);
  background: -webkit-linear-gradient(left, #6b1ea0 0%, #ff6a00 100%);
  background: linear-gradient(to right, #6b1ea0 0%, #ff6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6b1ea0", endColorstr="#ff6a00",GradientType=1 );
}
.main-slider .carousel-inner .item:nth-child(3) {
  background: #032967;
  background: -moz-linear-gradient(45deg, #032967 0%, #652555 100%);
  background: -webkit-linear-gradient(45deg, #032967 0%, #652555 100%);
  background: linear-gradient(45deg, #032967 0%, #652555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#032967", endColorstr="#652555",GradientType=1 );
}
.main-slider .carousel-inner .item:nth-child(4) {
  background: #ef473a;
  background: -moz-linear-gradient(left, #ef473a 0%, #cb2d3e 100%);
  background: -webkit-linear-gradient(left, #ef473a 0%, #cb2d3e 100%);
  background: linear-gradient(to right, #ef473a 0%, #cb2d3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ef473a", endColorstr="#cb2d3e",GradientType=1 );
}
.main-slider .carousel-inner .item:nth-child(5) {
  background: #283c86;
  background: -moz-linear-gradient(left, #283c86 0%, #9733ee 100%);
  background: -webkit-linear-gradient(left, #283c86 0%, #9733ee 100%);
  background: linear-gradient(to right, #283c86 0%, #9733ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#283c86", endColorstr="#9733ee",GradientType=1 );
}
@media (max-width: 1299px) {
  .main-slider .carousel-inner .item .shopify_slide_content .slider-text {
    padding-top: 0 !important;
  }
}
.main-slider .carousel-inner .item .shopify_slide {
  position: relative;
  width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1299px) {
  .main-slider .carousel-inner .item .shopify_slide {
    width: 440px;
    height: 440px;
  }
}
.main-slider .carousel-inner .item .shopify_slide .center_img {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline-offset: 5px;
  outline: #fff 1px solid;
  position: relative;
  -webkit-animation: scale 0.3s linear;
  -moz-animation: scale 0.3s linear;
  -o-animation: scale 0.3s linear;
  animation: scale 0.3s linear;
  animation-delay: 0.3s;
  animation-fill-mode: backwards;
}
@media (max-width: 1299px) {
  .main-slider .carousel-inner .item .shopify_slide .center_img {
    width: 130px;
    height: 130px;
  }
}
.main-slider .carousel-inner .item .shopify_slide .center_img:before, .main-slider .carousel-inner .item .shopify_slide .center_img:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 300px;
  height: 300px;
  background-image: url(../../img/shopify/circle1.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-animation: circleRotate1 10s infinite linear;
  -moz-animation: circleRotate1 10s infinite linear;
  -o-animation: circleRotate1 10s infinite linear;
  animation: circleRotate1 10s infinite linear;
}
@media (max-width: 1299px) {
  .main-slider .carousel-inner .item .shopify_slide .center_img:before, .main-slider .carousel-inner .item .shopify_slide .center_img:after {
    width: 260px;
    height: 260px;
  }
}
.main-slider .carousel-inner .item .shopify_slide .center_img:after {
  animation-direction: reverse;
  animation-duration: 20s;
  background-image: url(../../img/shopify/circle2.svg);
  width: 330px;
  height: 330px;
  top: calc(-50% - 15px);
  left: calc(-50% - 15px);
}
@media (max-width: 1299px) {
  .main-slider .carousel-inner .item .shopify_slide .center_img:after {
    width: 290px;
    height: 290px;
  }
}
.main-slider .carousel-inner .item .shopify_slide .center_img img {
  width: 110px;
  -webkit-animation: scale 0.3s linear;
  -moz-animation: scale 0.3s linear;
  -o-animation: scale 0.3s linear;
  animation: scale 0.3s linear;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
}
@media (max-width: 1299px) {
  .main-slider .carousel-inner .item .shopify_slide .center_img img {
    width: 90px;
  }
}
.main-slider .carousel-inner .item .shopify_slide .side_imgs {
  width: 390px;
  height: 390px;
  position: absolute;
}
@media (max-width: 1299px) {
  .main-slider .carousel-inner .item .shopify_slide .side_imgs {
    width: 330px;
    height: 330px;
  }
}
.main-slider .carousel-inner .item .shopify_slide .side_imgs span {
  position: absolute;
  -webkit-animation: scale 0.3s linear;
  -moz-animation: scale 0.3s linear;
  -o-animation: scale 0.3s linear;
  animation: scale 0.3s linear;
  animation-fill-mode: backwards;
}
.main-slider .carousel-inner .item .shopify_slide .side_imgs span:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  -webkit-animation: shadowPulse 2s infinite;
  -moz-animation: shadowPulse 2s infinite;
  -o-animation: shadowPulse 2s infinite;
  animation: shadowPulse 2s infinite;
  animation-delay: 2.3s;
}
.main-slider .carousel-inner .item .shopify_slide .side_imgs span:nth-child(1) {
  left: 40%;
  top: 0;
  animation-delay: 1.2s;
}
.main-slider .carousel-inner .item .shopify_slide .side_imgs span:nth-child(1) p {
  top: -35px;
}
.main-slider .carousel-inner .item .shopify_slide .side_imgs span:nth-child(2) {
  left: 0;
  top: 33%;
  animation-delay: 1.4s;
}
.main-slider .carousel-inner .item .shopify_slide .side_imgs span:nth-child(2) p {
  left: 0;
}
.main-slider .carousel-inner .item .shopify_slide .side_imgs span:nth-child(3) {
  bottom: 10%;
  left: 12%;
  animation-delay: 1.6s;
}
.main-slider .carousel-inner .item .shopify_slide .side_imgs span:nth-child(4) {
  bottom: 10%;
  right: 12%;
  animation-delay: 1.8s;
}
.main-slider .carousel-inner .item .shopify_slide .side_imgs span:nth-child(5) {
  top: 33%;
  right: 0;
  animation-delay: 2s;
}
.main-slider .carousel-inner .item .shopify_slide .side_imgs span:nth-child(5) p {
  top: -35px;
  left: 100%;
}
.main-slider .carousel-inner .item .shopify_slide .side_imgs span img {
  width: 80px;
}
@media (max-width: 1299px) {
  .main-slider .carousel-inner .item .shopify_slide .side_imgs span img {
    width: 60px;
  }
}
.main-slider .carousel-inner .item .shopify_slide .side_imgs span p {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  color: #fff;
  margin: 0;
  font-size: 12px;
  width: 120px;
  text-align: center;
}
.main-slider .carousel-inner .item .slider-content {
  padding: 80px 0 40px;
}
@media (max-width: 767px) {
  .main-slider .carousel-inner .item .slider-content {
    padding: 50px 0 !important;
  }
}
@media (max-width: 640px) {
  .main-slider .carousel-inner .item .slider-content {
    padding: 20px 0 !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.main-slider .carousel-inner .item .slider-content .slide-element {
  display: block;
  text-align: center;
  position: relative;
  /*&.slide-elem-3{
      &:after{
          background: url('../../img/slide-divider2.png') no-repeat top left;
          width: 66px;
          top: 50%;
          right: 0;
          @include transform(translateY(-30%));
      }
  }*/
}
.main-slider .carousel-inner .item .slider-content .slide-element svg {
  position: absolute;
  top: 0;
  display: none;
}
.main-slider .carousel-inner .item .slider-content .slide-element svg.sparkle-left {
  -webkit-transform: translate(42%, -4px);
  -moz-transform: translate(42%, -4px);
  -ms-transform: translate(42%, -4px);
  -o-transform: translate(42%, -4px);
  transform: translate(42%, -4px);
  z-index: 99;
}
@media (max-width: 1199px) {
  .main-slider .carousel-inner .item .slider-content .slide-element svg.sparkle-left {
    display: none !important;
  }
}
.main-slider .carousel-inner .item .slider-content .slide-element svg.sparkle-right {
  -webkit-transform: translate(20px, 67%);
  -moz-transform: translate(20px, 67%);
  -ms-transform: translate(20px, 67%);
  -o-transform: translate(20px, 67%);
  transform: translate(20px, 67%);
  z-index: 99;
  right: 0;
}
@media (max-width: 1199px) {
  .main-slider .carousel-inner .item .slider-content .slide-element svg.sparkle-right {
    display: none !important;
  }
}
.main-slider .carousel-inner .item .slider-content .slide-element .group {
  -webkit-transform: translate(42.5px, 42.5px);
  -moz-transform: translate(42.5px, 42.5px);
  -ms-transform: translate(42.5px, 42.5px);
  -o-transform: translate(42.5px, 42.5px);
  transform: translate(42.5px, 42.5px);
}
.main-slider .carousel-inner .item .slider-content .slide-element path {
  -webkit-transform: translate(-42.5px, -42.5px);
  -moz-transform: translate(-42.5px, -42.5px);
  -ms-transform: translate(-42.5px, -42.5px);
  -o-transform: translate(-42.5px, -42.5px);
  transform: translate(-42.5px, -42.5px);
}
.main-slider .carousel-inner .item .slider-content .slide-element .large {
  -webkit-animation: large 6s infinite ease-in-out;
  -moz-animation: large 6s infinite ease-in-out;
  -o-animation: large 6s infinite ease-in-out;
  animation: large 6s infinite ease-in-out;
  animation-fill-mode: forwards;
}
@media (max-width: 1199px) {
  .main-slider .carousel-inner .item .slider-content .slide-element .large {
    animation: none !important;
  }
}
.main-slider .carousel-inner .item .slider-content .slide-element .large-2 {
  -webkit-animation: large-2 6s infinite ease-in-out;
  -moz-animation: large-2 6s infinite ease-in-out;
  -o-animation: large-2 6s infinite ease-in-out;
  animation: large-2 6s infinite ease-in-out;
  animation-fill-mode: forwards;
  display: none;
}
@media (max-width: 1199px) {
  .main-slider .carousel-inner .item .slider-content .slide-element .large-2 {
    animation: none !important;
  }
}
.main-slider .carousel-inner .item .slider-content .slide-element .small {
  -webkit-animation: small 6s infinite ease-in-out;
  -moz-animation: small 6s infinite ease-in-out;
  -o-animation: small 6s infinite ease-in-out;
  animation: small 6s infinite ease-in-out;
  animation-fill-mode: forwards;
}
@media (max-width: 1199px) {
  .main-slider .carousel-inner .item .slider-content .slide-element .small {
    animation: none !important;
  }
}
.main-slider .carousel-inner .item .slider-content .slide-element .sparkle {
  -webkit-animation: sparkle 7s infinite ease-in-out;
  -moz-animation: sparkle 7s infinite ease-in-out;
  -o-animation: sparkle 7s infinite ease-in-out;
  animation: sparkle 7s infinite ease-in-out;
  animation-fill-mode: forwards;
}
@media (max-width: 1199px) {
  .main-slider .carousel-inner .item .slider-content .slide-element .sparkle {
    animation: none !important;
  }
}
.main-slider .carousel-inner .item .slider-content .slide-element .sparkle-2 {
  -webkit-animation: sparkle-2 7s infinite ease-in-out;
  -moz-animation: sparkle-2 7s infinite ease-in-out;
  -o-animation: sparkle-2 7s infinite ease-in-out;
  animation: sparkle-2 7s infinite ease-in-out;
  animation-fill-mode: forwards;
  display: none;
}
@media (max-width: 1199px) {
  .main-slider .carousel-inner .item .slider-content .slide-element .sparkle-2 {
    animation: none !important;
  }
}
.main-slider .carousel-inner .item .slider-content .slide-element .sparkleSmall {
  -webkit-animation: sparkleSmall 7s infinite ease-in-out;
  -moz-animation: sparkleSmall 7s infinite ease-in-out;
  -o-animation: sparkleSmall 7s infinite ease-in-out;
  animation: sparkleSmall 7s infinite ease-in-out;
  animation-fill-mode: forwards;
}
@media (max-width: 1199px) {
  .main-slider .carousel-inner .item .slider-content .slide-element .sparkleSmall {
    animation: none !important;
  }
}
.main-slider .carousel-inner .item .slider-content .slide-element.divider-elem {
  position: relative;
  /*&:after{
      content: "";
      background: url('../../img/slide-divider.png') no-repeat top left;
      position: absolute;
      top: 0;
      right: -60px;
      width: 100px;
      height: 100%;
  }*/
}
.main-slider .carousel-inner .item .slider-content .slide-element.divider-elem:before, .main-slider .carousel-inner .item .slider-content .slide-element.divider-elem:after {
  content: "";
  width: 2px;
  height: 182px;
  background: rgba(255, 255, 255, 0.34);
  position: absolute;
  right: -30px;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  opacity: 0;
  visibility: hidden;
  /*@include moveUp;*/
  -webkit-animation: moveUp 1s;
  -moz-animation: moveUp 1s;
  -o-animation: moveUp 1s;
  animation: moveUp 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  display: none;
}
@media (max-width: 1199px) {
  .main-slider .carousel-inner .item .slider-content .slide-element.divider-elem:before, .main-slider .carousel-inner .item .slider-content .slide-element.divider-elem:after {
    animation: none !important;
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.main-slider .carousel-inner .item .slider-content .slide-element.divider-elem:after {
  right: -7px;
  top: 72px;
  /*@include moveDown;*/
  -webkit-animation: moveDown 1s;
  -moz-animation: moveDown 1s;
  -o-animation: moveDown 1s;
  animation: moveDown 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@media (max-width: 1199px) {
  .main-slider .carousel-inner .item .slider-content .slide-element.divider-elem #elemnt-1 {
    max-width: 250px;
  }
}
.main-slider .carousel-inner .item .slider-content .slide-element.slide-elem-3:before, .main-slider .carousel-inner .item .slider-content .slide-element.slide-elem-3:after {
  margin-top: 60px;
}
.main-slider .carousel-inner .item .slider-content .slider-text {
  position: relative;
  display: inline-block;
  padding: 30px 0 0 70px;
  z-index: 999;
}
@media (max-width: 1199px) {
  .main-slider .carousel-inner .item .slider-content .slider-text {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .main-slider .carousel-inner .item .slider-content .slider-text {
    text-align: center;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .main-slider .carousel-inner .item .slider-content .slider-text {
    padding: 0 15px;
  }
}
.main-slider .carousel-inner .item .slider-content .slider-text h2, .main-slider .carousel-inner .item .slider-content .slider-text .h2 {
  font-size: 36px;
}
@media (max-width: 767px) {
  .main-slider .carousel-inner .item .slider-content .slider-text h2, .main-slider .carousel-inner .item .slider-content .slider-text .h2 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .main-slider .carousel-inner .item .slider-content .slider-text h2, .main-slider .carousel-inner .item .slider-content .slider-text .h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .main-slider .carousel-inner .item .slider-content .slider-text h2, .main-slider .carousel-inner .item .slider-content .slider-text .h2 {
    font-size: 20px;
  }
}
.main-slider .carousel-inner .item .slider-content .slider-text h1, .main-slider .carousel-inner .item .slider-content .slider-text .h1 {
  display: block;
  text-transform: uppercase;
  font-size: 64px;
  font-family: "Tondo-light";
}
@media (max-width: 1299px) {
  .main-slider .carousel-inner .item .slider-content .slider-text h1, .main-slider .carousel-inner .item .slider-content .slider-text .h1 {
    font-size: 54px;
  }
}
@media (max-width: 1199px) {
  .main-slider .carousel-inner .item .slider-content .slider-text h1, .main-slider .carousel-inner .item .slider-content .slider-text .h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .main-slider .carousel-inner .item .slider-content .slider-text h1, .main-slider .carousel-inner .item .slider-content .slider-text .h1 {
    font-size: 44px;
  }
}
@media (max-width: 640px) {
  .main-slider .carousel-inner .item .slider-content .slider-text h1, .main-slider .carousel-inner .item .slider-content .slider-text .h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .main-slider .carousel-inner .item .slider-content .slider-text h1, .main-slider .carousel-inner .item .slider-content .slider-text .h1 {
    font-size: 32px;
    margin-block: 5px;
  }
}
.main-slider .carousel-inner .item .slider-content .slider-text h1 strong, .main-slider .carousel-inner .item .slider-content .slider-text .h1 strong {
  font-family: "Tondo-bold";
  font-weight: normal;
}
.main-slider .carousel-inner .item .slider-content .slider-text p {
  font-size: 18px;
  font-family: "Tondo-light";
  color: #fff;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 4s steps(100, end), blink-caret 0.5s step-end infinite alternate;
}
@media (max-width: 991px) {
  .main-slider .carousel-inner .item .slider-content .slider-text p {
    animation: none !important;
  }
}
@media (max-width: 640px) {
  .main-slider .carousel-inner .item .slider-content .slider-text p {
    white-space: inherit;
  }
}
@media (max-width: 480px) {
  .main-slider .carousel-inner .item .slider-content .slider-text p {
    font-size: 16px;
  }
}
.main-slider .carousel-inner .item .slider-content .slider-text p + p {
  animation: typing 4s steps(100, end) 3.5s, blink-caret 0.5s step-end infinite alternate;
  animation-fill-mode: backwards;
}
.main-slider .carousel-inner .item .slider-content .slider-text:after {
  background: #fff;
  width: 100px;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  /*@include filter(blur(50px));*/
  z-index: 0;
  /*@include shadowAnim;*/
}
.main-slider .carousel-inner .item .slider-content.slide-3 {
  padding: 20px 0 0;
}
@media (max-width: 991px) {
  .main-slider .carousel-inner .item .slider-content.slide-3 {
    padding: 80px 0 0px;
  }
}
.main-slider .carousel-inner .item .slider-content .common-btn {
  margin-top: 20px;
}
.main-slider .carousel-indicators {
  bottom: 20px;
}
.main-slider .carousel-indicators li {
  border-width: 2px;
}

.slider-inn {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../../img/slider-main-bg.png") no-repeat center top/cover;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .slider-inn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 40px;
  }
}
.slider-inn.slider-inn2 {
  background: url("../../img/shopify/figma-banner.svg") no-repeat right top/contain, url("../../img/slider-main-bg.png") no-repeat center top/cover;
}
@media (max-width: 991px) {
  .slider-inn.slider-inn2 {
    background: url("../../img/slider-main-bg.png") no-repeat center top/cover;
  }
}

.slider-outer {
  max-width: 1300px;
  margin: auto;
}

.inline-block {
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
}
@media (max-width: 767px) {
  .inline-block {
    width: 100%;
  }
}

.no-pading {
  padding: 0 !important;
}

.white-text {
  color: #fff;
}

.col-2 {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .col-2 {
    width: 100%;
    padding: 40px 0;
  }
}

.gradient-block {
  background-color: #27819f;
  background-image: -moz-linear-gradient(45deg, #27819f 0%, #3fc4a2 100%);
  background-image: -webkit-linear-gradient(45deg, #27819f 0%, #3fc4a2 100%);
  background-image: linear-gradient(45deg, #27819f 0%, #3fc4a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#27819f", endColorstr="#3fc4a2",GradientType=1 );
}

.table-outer {
  display: table;
  height: 100%;
  width: 100%;
}

.table-inner {
  display: table-cell;
  vertical-align: middle;
}

.work-info {
  width: 530px;
  margin: auto;
}
@media (max-width: 1199px) {
  .work-info {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .work-info {
    padding: 0 15px;
  }
}
.work-info h1, .work-info .h1 {
  font-size: 48px;
  font-style: italic;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .work-info h1, .work-info .h1 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .work-info h1, .work-info .h1 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .work-info h1, .work-info .h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .work-info h1 br, .work-info .h1 br {
    display: none;
  }
}
.work-info p {
  font-size: 18px;
}
@media (max-width: 640px) {
  .work-info p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .work-info p {
    font-size: 14px;
  }
}
.work-info p span {
  display: block;
}
.why_work {
  background: #43464d;
  padding: 40px 30px;
  color: #b8b8b8;
}
@media (max-width: 1199px) {
  .why_work {
    padding: 40px 20px;
  }
}
.why_work h1, .why_work .h1 {
  text-transform: uppercase;
  max-width: 750px;
}
@media (max-width: 991px) {
  .why_work h1, .why_work .h1 {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .why_work h1, .why_work .h1 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .why_work h1, .why_work .h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .why_work h1, .why_work .h1 {
    font-size: 24px;
  }
}
.why_work .work-inner {
  padding: 0 20px;
  max-width: 750px;
}
@media (max-width: 991px) {
  .why_work .work-inner {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .why_work .work-inner {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .why_work .work-inner .col-xs-6 {
    width: 100%;
  }
}
.why_work .work-inner .work-box {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .why_work .work-inner .work-box {
    max-width: 600px;
    margin: 30px auto 0;
    width: 100%;
  }
}
.why_work .work-inner .work-box h5, .why_work .work-inner .work-box .h5 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0;
}
.why_work .work-inner .work-box p {
  font-size: 16px;
  letter-spacing: -0.2px;
}
@media (max-width: 1199px) {
  .why_work .work-inner .work-box p {
    font-size: 15px;
  }
}

.pricing-block {
  padding: 45px 0;
}
@media (max-width: 640px) {
  .pricing-block {
    padding: 40px 0;
  }
}
.pricing-block .pricing-heading {
  display: inline-block;
  width: 34%;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .pricing-block .pricing-heading {
    width: 100%;
    text-align: center;
  }
}
.pricing-block .pricing-heading h1, .pricing-block .pricing-heading .h1 {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .pricing-block .pricing-heading h1, .pricing-block .pricing-heading .h1 {
    font-size: 42px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .pricing-block .pricing-heading h1, .pricing-block .pricing-heading .h1 {
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .pricing-block .pricing-heading h1, .pricing-block .pricing-heading .h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .pricing-block .pricing-heading h1, .pricing-block .pricing-heading .h1 {
    font-size: 26px;
    margin-bottom: 3px;
  }
}
@media (max-width: 991px) {
  .pricing-block .pricing-heading h1 br, .pricing-block .pricing-heading .h1 br {
    display: none;
  }
}
.pricing-block .pricing-heading p {
  font-size: 18px;
  font-family: "Tondo-light";
}
.pricing-block .pricing-main {
  width: 65%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .pricing-block .pricing-main {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .pricing-block .pricing-main {
    width: 100%;
  }
}
.pricing-block .pricing-main li {
  width: 32%;
  padding: 0 9px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .pricing-block .pricing-main li {
    width: 100%;
    float: left;
  }
}
@media (max-width: 640px) {
  .pricing-block .pricing-main li:first-child {
    float: right;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .pricing-block .pricing-main li:first-child {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .pricing-block .pricing-main li:first-child a {
    float: none;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .pricing-block .pricing-main li:first-child a {
    margin-bottom: 25px;
  }
}
.pricing-block .pricing-main li:last-child {
  margin-top: 60px;
}
@media (max-width: 640px) {
  .pricing-block .pricing-main li:last-child {
    margin-top: 25px;
  }
}
.pricing-block .pricing-main li .price-box {
  border: #c9c9c9 1px solid;
  background: #fff;
  padding: 20px;
  display: block;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .pricing-block .pricing-main li .price-box {
    padding: 20px 15px;
  }
}
@media (max-width: 640px) {
  .pricing-block .pricing-main li .price-box {
    width: 47%;
    float: left;
  }
}
@media (max-width: 480px) {
  .pricing-block .pricing-main li .price-box {
    width: 100%;
  }
}
.pricing-block .pricing-main li .price-box.price-box ~ .price-box {
  margin-top: 25px;
}
@media (max-width: 640px) {
  .pricing-block .pricing-main li .price-box.price-box ~ .price-box {
    margin-top: 0;
    float: right;
  }
}
@media (max-width: 480px) {
  .pricing-block .pricing-main li .price-box.price-box ~ .price-box {
    margin-top: 25px;
  }
}
.pricing-block .pricing-main li .price-box:hover, .pricing-block .pricing-main li .price-box:focus {
  box-shadow: rgba(45, 45, 45, 0.2) 0 0 27px;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  color: inherit;
}
.pricing-block .pricing-main li .price-box .pricing-logo {
  width: 85px;
  height: 85px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.pricing-block .pricing-main li .price-box .pricing-logo.html5-logo {
  background: #e05a09;
}
.pricing-block .pricing-main li .price-box .pricing-logo.wordpress-logo {
  background: #2177ae;
}
.pricing-block .pricing-main li .price-box .pricing-logo.joomla-logo {
  background: #e94d28;
}
.pricing-block .pricing-main li .price-box .pricing-logo.squarespace-logo {
  background: #1A1918;
}
.pricing-block .pricing-main li .price-box .pricing-logo.shopify-logo {
  background: #529120;
}
.pricing-block .pricing-main li .price-box .pricing-logo.magento-logo {
  background: #db8223;
}
.pricing-block .pricing-main li .price-box h4, .pricing-block .pricing-main li .price-box .h4 {
  margin: 20px 0 15px;
  font-size: 20px;
}
.pricing-block .pricing-main li .price-box p {
  background: #15a98c;
  color: #fff;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-family: "Tondo-light";
  font-size: 14px;
  text-transform: uppercase;
  height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 0 15px;
  min-width: inherit;
}
@media (max-width: 480px) {
  .pricing-block .pricing-main li .price-box p {
    padding: 0 20px;
    height: 34px;
    font-size: 15px;
  }
}
.pricing-block .pricing-main li .price-box p:before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.footer-nav {
  position: relative;
}
.footer-nav .fa {
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.footer-nav .fa:before, .footer-nav .fa:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #333333;
  position: absolute;
  right: 0;
  top: 10px;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.footer-nav .fa:after {
  width: 1px;
  height: 10px;
  right: 4px;
  top: 6px;
}
.footer-nav .fa.fa-minus {
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.footer-nav .fa.fa-minus:before, .footer-nav .fa.fa-minus:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.footer-nav .fa.fa-minus:after {
  right: 4.5px;
  top: 5.5px;
}

@media (max-width: 1299px) {
  .slide2-img {
    max-width: 410px;
  }
}

.main-head h1, .main-head .h1 {
  font-size: 48px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .main-head h1, .main-head .h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .main-head h1, .main-head .h1 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .main-head h1, .main-head .h1 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .main-head h1, .main-head .h1 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .main-head h1 br, .main-head .h1 br {
    display: none;
  }
}
@media (max-width: 640px) {
  .main-head h2, .main-head .h2 {
    font-size: 22px;
  }
}
.main-head p {
  font-size: 18px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .main-head p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .main-head p {
    font-size: 14px;
  }
}
.main-head.white-head {
  color: #fff;
}
.main-head + p {
  margin-top: 10px;
}

.portfolio-outer {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .portfolio-outer {
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .portfolio-outer {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .portfolio-outer .col-xs-6 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .portfolio-outer .col-xs-6 ~ .col-xs-6 {
    margin-top: 30px;
  }
}
.portfolio-outer .work-block {
  margin: 0 15px;
  padding: 14px 14px 60px;
}
@media (max-width: 767px) {
  .portfolio-outer .work-block {
    margin: 0 5px;
  }
}
.portfolio-outer .work-block .work-portfolio {
  position: relative;
}
.portfolio-outer .work-block .work-portfolio img {
  max-width: 100%;
}
.portfolio-outer .work-block .work-portfolio .portfolio-info {
  background: #43464d;
  color: #fff;
  width: 90%;
  position: absolute;
  left: 0;
  bottom: -45px;
  padding: 10px 15px 15px;
}
@media (max-width: 991px) {
  .portfolio-outer .work-block .work-portfolio .portfolio-info {
    width: 100%;
    padding: 10px;
  }
}
.portfolio-outer .work-block .work-portfolio .portfolio-info h2, .portfolio-outer .work-block .work-portfolio .portfolio-info .h2 {
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .portfolio-outer .work-block .work-portfolio .portfolio-info h2, .portfolio-outer .work-block .work-portfolio .portfolio-info .h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .portfolio-outer .work-block .work-portfolio .portfolio-info h2, .portfolio-outer .work-block .work-portfolio .portfolio-info .h2 {
    font-size: 20px;
  }
}
.portfolio-outer .work-block .work-portfolio .portfolio-info p {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Tondo-light";
}
@media (max-width: 991px) {
  .portfolio-outer .work-block .work-portfolio .portfolio-info p {
    font-size: 16px;
  }
}

.portfolio-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .portfolio-btn {
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .portfolio-btn {
    margin-top: 30px;
  }
}
.portfolio-btn a {
  color: #fff;
}
@media (max-width: 767px) {
  .portfolio-btn a {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.portfolio-btn h4, .portfolio-btn .h4 {
  margin-top: 15px;
}

.border-box {
  border: #9e9e9e solid;
  border-width: 0 1px 1px 0;
  position: relative;
  margin-top: 15px;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  /*&:hover{
      border-width: 1px 0 0 1px;
      &:before{
          height: 1px;
          width: calc(100% - 35px);
          left: 0;
      }
      &:after{
          width: 1px;
          height: calc(100% - 35px);
          left: auto;
          right: 0;
      }
  }*/
}
.border-box:before, .border-box:after {
  content: "";
  background: #9e9e9e;
  width: 1px;
  height: calc(100% - 35px);
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (max-width: 767px) {
  .border-box:before, .border-box:after {
    height: calc(100% - 25px);
  }
}
.border-box:after {
  bottom: auto;
  top: 0;
  left: auto;
  right: 0;
  width: calc(100% - 35px);
  height: 1px;
}
@media (max-width: 767px) {
  .border-box:after {
    width: calc(100% - 25px);
  }
}
.border-box .border-plus:before, .border-box .border-plus:after {
  content: "";
  background: #9e9e9e;
  width: 1px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 0;
}
@media (max-width: 767px) {
  .border-box .border-plus:before, .border-box .border-plus:after {
    height: 30px;
    top: -15px;
  }
}
.border-box .border-plus:after {
  width: 50px;
  height: 1px;
  top: 0;
  left: -25px;
}
@media (max-width: 767px) {
  .border-box .border-plus:after {
    width: 30px;
    left: -15px;
  }
}
.border-box.white-border {
  border-color: #fff;
}
.border-box.white-border:before, .border-box.white-border:after {
  border-color: #fff;
}
.border-box.white-border .border-plus:before, .border-box.white-border .border-plus:after {
  border-color: #fff;
}

.company-stats {
  margin: 40px auto 40px;
  max-width: 90%;
}
@media (max-width: 1199px) {
  .company-stats {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .company-stats {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .company-stats {
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .company-stats {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .company-stats {
    margin-top: 0px;
  }
}
.company-stats .stats-box {
  width: 25%;
  float: left;
}
@media (max-width: 767px) {
  .company-stats .stats-box {
    width: 50%;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .company-stats .stats-box {
    width: 100%;
  }
}
.company-stats .stats-box span {
  min-height: 60px;
  display: inline-block;
  position: relative;
  top: 0;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.company-stats .stats-box h2, .company-stats .stats-box .h2 {
  font-family: "Tondo-bold";
  margin: 5px 0;
}
@media (max-width: 991px) {
  .company-stats .stats-box h2, .company-stats .stats-box .h2 {
    font-size: 24px;
  }
}
.company-stats .stats-box p {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .company-stats .stats-box p {
    font-size: 14px;
  }
}
.company-stats .stats-box:hover span {
  top: -4px;
}
.company-stats .stats-box ~ .stats-box {
  border-left: #9e9e9e 1px solid;
}
@media (max-width: 480px) {
  .company-stats .stats-box ~ .stats-box {
    border-left: 0;
    border-top: #9e9e9e 1px solid;
  }
}
@media (max-width: 767px) {
  .company-stats .stats-box:nth-child(2) ~ .stats-box {
    border-top: #9e9e9e 1px solid;
  }
}
@media (max-width: 767px) {
  .company-stats .stats-box:nth-child(odd) {
    border-left: 0;
  }
}
.company-stats .stats-list {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .company-stats .stats-list {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .company-stats .stats-head {
    display: none;
  }
}

@media (max-width: 767px) {
  .p2h-cbcart-stats {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .p2h-cbcart-stats .company-stats {
    margin-top: 0;
  }
}

h1.stats-head,
.h1.stats-head {
  font-size: 48px;
  opacity: 0.4;
  text-transform: uppercase;
  text-align: left;
  font-family: "Tondo-light";
  margin-top: 20px;
}
@media (max-width: 1199px) {
  h1.stats-head,
  .h1.stats-head {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  h1.stats-head,
  .h1.stats-head {
    font-size: 38px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  h1.stats-head,
  .h1.stats-head {
    font-size: 34px;
    margin-top: 10px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  h1.stats-head,
  .h1.stats-head {
    font-size: 30px;
  }
}

.testimonial-sec {
  background: url("../../img/testimonial-bg.jpg") no-repeat center top/cover;
  position: relative;
}
@media (max-width: 767px) {
  .testimonial-sec {
    padding: 60px 0;
  }
}
.testimonial-sec:before, .testimonial-sec:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .testimonial-sec:before, .testimonial-sec:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .testimonial-sec:before {
    top: -3px;
  }
}
.testimonial-sec:after {
  top: auto;
  bottom: 0;
}
@media (max-width: 1199px) {
  .testimonial-sec:after {
    bottom: -2px;
  }
}
.testimonial-sec .testim-inner {
  position: relative;
  z-index: 99;
}
.testimonial-sec .testim-inner .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.testimonial-sec .testim-inner .testimonial-head {
  color: #fff;
  width: 59%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .testimonial-sec .testim-inner .testimonial-head {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .testimonial-sec .testim-inner .testimonial-head {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .testim-inner .testimonial-head {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.testimonial-sec .testim-inner .testimonial-head h1, .testimonial-sec .testim-inner .testimonial-head .h1 {
  font-size: 140px;
  letter-spacing: -5px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .testimonial-sec .testim-inner .testimonial-head h1, .testimonial-sec .testim-inner .testimonial-head .h1 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .testim-inner .testimonial-head h1, .testimonial-sec .testim-inner .testimonial-head .h1 {
    font-size: 90px;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .testimonial-sec .testim-inner .testimonial-head h1, .testimonial-sec .testim-inner .testimonial-head .h1 {
    font-size: 70px;
  }
}
.testimonial-sec .testim-inner .testimonial-head h1 strong, .testimonial-sec .testim-inner .testimonial-head .h1 strong {
  margin-left: -10px;
  line-height: 1;
  font-family: "Tondo-light";
}
@media (max-width: 767px) {
  .testimonial-sec .testim-inner .testimonial-head h1 strong, .testimonial-sec .testim-inner .testimonial-head .h1 strong {
    display: block;
    margin-left: 0;
  }
}
.testimonial-sec .testim-inner .testimonial-head h1 span, .testimonial-sec .testim-inner .testimonial-head .h1 span {
  font-size: 48px;
  display: inline-block;
  border: #fff solid;
  border-width: 1px 0;
  letter-spacing: 2px;
  font-family: "Tondo-light";
}
@media (max-width: 991px) {
  .testimonial-sec .testim-inner .testimonial-head h1 span, .testimonial-sec .testim-inner .testimonial-head .h1 span {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .testimonial-sec .testim-inner .testimonial-head h1 span, .testimonial-sec .testim-inner .testimonial-head .h1 span {
    font-size: 24px;
  }
}
.testimonial-sec .testim-inner .testimonial-head p {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3.9px;
}
@media (max-width: 991px) {
  .testimonial-sec .testim-inner .testimonial-head p {
    font-size: 24px;
    letter-spacing: 1px;
  }
}
@media (max-width: 480px) {
  .testimonial-sec .testim-inner .testimonial-head p {
    font-size: 18px;
  }
}
.testimonial-sec .testim-inner .testimonial-block {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  box-shadow: rgba(23, 32, 32, 0.24) 0 0 30px;
}
@media (max-width: 1199px) {
  .testimonial-sec .testim-inner .testimonial-block {
    width: 44%;
  }
}
@media (max-width: 991px) {
  .testimonial-sec .testim-inner .testimonial-block {
    width: 53%;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .testim-inner .testimonial-block {
    width: 100%;
  }
}
.testimonial-sec .testim-inner .testimonial-block .testimonial-box {
  padding: 40px 40px 210px;
  color: #fff;
  display: block;
}
@media (max-width: 991px) {
  .testimonial-sec .testim-inner .testimonial-block .testimonial-box {
    padding: 30px 35px 100px;
  }
}
@media (max-width: 480px) {
  .testimonial-sec .testim-inner .testimonial-block .testimonial-box {
    padding: 20px 20px 80px;
  }
}
.testimonial-sec .testim-inner .testimonial-block .testimonial-box h2, .testimonial-sec .testim-inner .testimonial-block .testimonial-box .h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .testimonial-sec .testim-inner .testimonial-block .testimonial-box h2, .testimonial-sec .testim-inner .testimonial-block .testimonial-box .h2 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .testimonial-sec .testim-inner .testimonial-block .testimonial-box h2, .testimonial-sec .testim-inner .testimonial-block .testimonial-box .h2 {
    font-size: 20px;
  }
}
.testimonial-sec .testim-inner .testimonial-block .testimonial-box p {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .testimonial-sec .testim-inner .testimonial-block .testimonial-box p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .testim-inner .testimonial-block .testimonial-box p {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .testimonial-sec .testim-inner .testimonial-block .testimonial-box p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .testimonial-sec .testim-inner .testimonial-block .testimonial-box p {
    font-size: 15px;
  }
}
.testimonial-sec .testim-inner .testimonial-block .testimonial-box .quote-icon {
  margin: 30px 20px 20px;
  position: absolute;
}
@media (max-width: 1199px) {
  .testimonial-sec .testim-inner .testimonial-block .testimonial-box .quote-icon {
    max-width: 50px;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .testimonial-sec .testim-inner .testimonial-block .testimonial-box .quote-icon {
    margin: 20px 0;
    max-width: 40px;
  }
}
.testimonial-sec .testim-inner .testimonial-block .testimonial-box .client-name {
  text-transform: uppercase;
  position: absolute;
  right: 25px;
  bottom: 120px;
}
@media (max-width: 767px) {
  .testimonial-sec .testim-inner .testimonial-block .testimonial-box .client-name {
    bottom: 80px;
  }
}
@media (max-width: 480px) {
  .testimonial-sec .testim-inner .testimonial-block .testimonial-box .client-name {
    bottom: 65px;
    font-size: 16px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.testimonial-sec .testim-inner .testimonial-block:before, .testimonial-sec .testim-inner .testimonial-block:after {
  content: "";
}
.testimonial-sec .overlay {
  background: rgba(28, 28, 28, 0.96);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonial-sec .border-box-white {
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 50%;
  height: 60%;
}
@media (max-width: 991px) {
  .testimonial-sec .border-box-white {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .testimonial-sec .border-box-white {
    display: none;
  }
}
.testimonial-sec .border-box-white .bottom-line {
  border-bottom: #f1f1f1 1px solid;
  position: absolute;
  bottom: 0;
  z-index: 9999;
  width: 100%;
}
.testimonial-sec .border-box-white:before, .testimonial-sec .border-box-white:after {
  content: "";
  background: #f1f1f1;
  width: 1px;
  height: calc(100% - 35px);
  position: absolute;
  bottom: 0;
  left: 0;
}
.testimonial-sec .border-box-white:after {
  bottom: auto;
  top: 0;
  left: auto;
  right: 0;
  width: calc(100% - 35px);
  height: 1px;
}
.testimonial-sec .border-box-white .border-plus:before, .testimonial-sec .border-box-white .border-plus:after {
  content: "";
  background: #f1f1f1;
  width: 1px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 0;
}
.testimonial-sec .border-box-white .border-plus:after {
  width: 50px;
  height: 1px;
  top: 0;
  left: -25px;
}
.testimonial-sec .carousel-indicators {
  bottom: 30px;
}

.trustpilot-link {
  margin-top: -20px;
  padding-bottom: 0;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .trustpilot-link img {
    max-width: 300px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .trustpilot-link {
    padding-top: 20px;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .trustpilot-link {
    text-align: center;
  }
}

.discus-project {
  background: #2a8a9f;
  padding: 30px 0;
  text-align: center;
}
.discus-project h1, .discus-project .h1, .discus-project a {
  display: inline-block;
  vertical-align: middle;
  font-family: "Tondo-light";
}
.discus-project a {
  padding: 0 15px;
  font-size: 14px;
  height: 40px;
  min-width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.discus-project h1, .discus-project .h1 {
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .discus-project h1, .discus-project .h1 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .discus-project h1, .discus-project .h1 {
    font-size: 28px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .discus-project h1, .discus-project .h1 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .discus-project h1, .discus-project .h1 {
    margin: 0 0 15px;
  }
}
@media (max-width: 480px) {
  .discus-project h1, .discus-project .h1 {
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  .col-xs-4 {
    width: 100%;
  }
}

.footer {
  padding: 45px 0 0;
}
@media (max-width: 991px) {
  .footer .footer-nav {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .footer .footer-nav {
    margin-bottom: 20px;
    border-bottom: #15a98c 1px solid;
  }
}
@media (max-width: 640px) {
  .footer .footer-nav.clearfix {
    border: 0;
  }
}
@media (max-width: 640px) {
  .footer .footer-nav ul {
    display: none;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .footer .footer-nav ul li {
    margin-bottom: 5px;
  }
}
.footer .footer-nav h4, .footer .footer-nav .h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .footer .footer-nav h4, .footer .footer-nav .h4 {
    cursor: pointer;
  }
}
@media (max-width: 480px) {
  .footer .footer-nav h4, .footer .footer-nav .h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.footer .footer-nav h4 span, .footer .footer-nav .h4 span {
  display: none;
}
@media (max-width: 640px) {
  .footer .footer-nav h4 span, .footer .footer-nav .h4 span {
    display: block;
  }
}
.footer .footer-nav li a {
  font-family: "Tondo-light";
  font-size: 14px;
  position: relative;
}
@media (max-width: 767px) {
  .footer .footer-nav li a {
    font-size: 13px;
  }
}
.footer .footer-nav li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: #15a98c;
}
.footer .footer-nav li a:hover {
  color: #15a98c;
}
.footer .footer-nav li a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 991px) {
  .footer .footer-nav .footer-address {
    width: 50%;
    float: left;
  }
}
@media (max-width: 480px) {
  .footer .footer-nav .footer-address {
    width: 100%;
  }
}
.footer .footer-nav .footer-address h5, .footer .footer-nav .footer-address .h5 {
  text-transform: uppercase;
  display: inline-block;
  border-bottom: #333333 1px solid;
  font-size: 14px;
  margin-bottom: 8px;
}
.footer .footer-nav .footer-address p {
  font-size: 14px;
  font-family: "Tondo-light";
}
.footer .footer-nav .footer-address p a {
  position: relative;
}
.footer .footer-nav .footer-address p a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: #15a98c;
}
.footer .footer-nav .footer-address p a:hover {
  color: #15a98c;
}
.footer .footer-nav .footer-address p a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.footer .footer-nav .footer-address ~ .footer-address {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .footer .footer-nav .footer-address ~ .footer-address {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .footer .footer-nav .footer-address ~ .footer-address {
    margin-top: 15px;
  }
}
.footer .footer-bottom {
  padding: 45px 0 40px;
}
@media (max-width: 1199px) {
  .footer .footer-bottom {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .footer .footer-bottom {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom {
    padding: 0 0 30px;
  }
}
@media (max-width: 480px) {
  .footer .footer-bottom {
    padding-top: 10px;
  }
}
.footer .footer-bottom .copyright {
  opacity: 0.66;
}
.footer .footer-bottom p {
  font-size: 12px;
  margin-top: 8px;
  opacity: 0.75;
}
@media (max-width: 480px) {
  .footer .footer-bottom p {
    font-size: 11px;
  }
}
.footer .footer-bottom p a:hover {
  color: #2a8a9f;
}
.footer .footer-bottom p a ~ a {
  border-left: #333333 1px solid;
  margin-left: 5px;
  padding-left: 5px;
  display: inline-block !important;
}
.footer .footer-bottom p br {
  display: none;
}
@media (max-width: 640px) {
  .footer .footer-bottom p br {
    display: block;
  }
}

#requests-maplet .row {
  margin: 0;
}

@media (max-width: 991px) {
  .col-md-3.col-sm-12:last-child .footer-nav {
    margin-bottom: 0;
  }
}

.light-head {
  /*opacity: 0.3;*/
  text-transform: uppercase;
  text-align: center;
  font-size: 48px;
  margin-bottom: 25px;
  display: block;
  background: -webkit-linear-gradient(0, #27819f 0%, #3fc4a2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px) {
  .light-head {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .light-head {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .light-head {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .light-head {
    font-size: 26px;
  }
}

#nt-example1-container {
  /*background: $offwhite2;*/
  padding: 40px 0;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  #nt-example1-container {
    margin-top: 0;
  }
}
#nt-example1-container:before {
  content: "";
  background: -webkit-linear-gradient(0, #27819f 0%, #3fc4a2 100%);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#nt-example1-container #nt-example1 {
  width: 50%;
  float: right;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  height: 370px !important;
}
@media (max-width: 991px) {
  #nt-example1-container #nt-example1 {
    width: 600px;
    margin: auto;
    float: none;
  }
}
@media (max-width: 640px) {
  #nt-example1-container #nt-example1 {
    width: 100%;
  }
}
#nt-example1-container #nt-example1 li {
  width: 90%;
  margin: auto;
}
@media (max-width: 640px) {
  #nt-example1-container #nt-example1 li {
    width: 100%;
  }
}
#nt-example1-container #nt-example1 li div {
  overflow: hidden;
  background: #fff;
  border: #dbdbdb 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(52, 58, 67, 0.05);
  padding: 20px 30px 30px;
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 90%;
  margin: auto;
  position: relative;
  height: 135px;
}
@media (max-width: 1199px) {
  #nt-example1-container #nt-example1 li div {
    padding: 20px 25px 20px;
  }
}
@media (max-width: 480px) {
  #nt-example1-container #nt-example1 li div {
    padding: 20px;
  }
}
#nt-example1-container #nt-example1 li div h4, #nt-example1-container #nt-example1 li div .h4 {
  font-family: "Tondo-light";
  font-size: 24px;
}
@media (max-width: 1199px) {
  #nt-example1-container #nt-example1 li div h4, #nt-example1-container #nt-example1 li div .h4 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #nt-example1-container #nt-example1 li div h4, #nt-example1-container #nt-example1 li div .h4 {
    font-size: 18px;
  }
}
#nt-example1-container #nt-example1 li div h4 .city, #nt-example1-container #nt-example1 li div .h4 .city {
  color: #15a98c;
  font-family: "Tondo-reg";
}
#nt-example1-container #nt-example1 li:nth-child(1) div {
  border: #bbbbbb 1px solid;
  z-index: 9;
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-animation: test 7.5s infinite;
  -moz-animation: test 7.5s infinite;
  -o-animation: test 7.5s infinite;
  animation: test 7.5s infinite;
}
#nt-example1-container #nt-example1 li:nth-child(2) div {
  -webkit-transform: scale(0.9) translateY(0);
  -moz-transform: scale(0.9) translateY(0);
  -ms-transform: scale(0.9) translateY(0);
  -o-transform: scale(0.9) translateY(0);
  transform: scale(0.9) translateY(0);
  z-index: 7;
  -webkit-animation: test2 7.5s infinite;
  -moz-animation: test2 7.5s infinite;
  -o-animation: test2 7.5s infinite;
  animation: test2 7.5s infinite;
  top: -20px;
}
#nt-example1-container #nt-example1 li:nth-child(3) div {
  -webkit-transform: scale(0.8) translateY(0);
  -moz-transform: scale(0.8) translateY(0);
  -ms-transform: scale(0.8) translateY(0);
  -o-transform: scale(0.8) translateY(0);
  transform: scale(0.8) translateY(0);
  z-index: 6;
  -webkit-animation: test3 7.5s infinite;
  -moz-animation: test3 7.5s infinite;
  -o-animation: test3 7.5s infinite;
  animation: test3 7.5s infinite;
  top: -43px;
}
#nt-example1-container #nt-example1 li:nth-child(4) div {
  -webkit-transform: scale(0.75) translateY(0);
  -moz-transform: scale(0.75) translateY(0);
  -ms-transform: scale(0.75) translateY(0);
  -o-transform: scale(0.75) translateY(0);
  transform: scale(0.75) translateY(0);
  z-index: 5;
  top: -60px;
  -webkit-animation: test4 7.5s infinite;
  -moz-animation: test4 7.5s infinite;
  -o-animation: test4 7.5s infinite;
  animation: test4 7.5s infinite;
}
#nt-example1-container #nt-example1 li:nth-child(5) div {
  -webkit-transform: scale(0.5) translateY(0);
  -moz-transform: scale(0.5) translateY(0);
  -ms-transform: scale(0.5) translateY(0);
  -o-transform: scale(0.5) translateY(0);
  transform: scale(0.5) translateY(0);
  z-index: 4;
  top: -150px;
  -webkit-animation: test5 7.5s infinite;
  -moz-animation: test5 7.5s infinite;
  -o-animation: test5 7.5s infinite;
  animation: test5 7.5s infinite;
}
#nt-example1-container #nt-example1 li:nth-child(6) div {
  -webkit-transform: scale(0.3) translateY(0);
  -moz-transform: scale(0.3) translateY(0);
  -ms-transform: scale(0.3) translateY(0);
  -o-transform: scale(0.3) translateY(0);
  transform: scale(0.3) translateY(0);
  z-index: 4;
}

.p2h-map {
  width: 50%;
  float: left;
  padding: 70px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .p2h-map {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .p2h-map {
    display: none;
  }
}

@media (max-width: 1199px) {
  .footer-address {
    padding: 0 15px 0 0;
  }
}

#requests-maplet {
  width: 50%;
  display: inline-block;
}

.gAmJJf {
  height: auto !important;
}

/*** About ***/
.bg-video {
  height: 500px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .bg-video {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .bg-video {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .bg-video {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .bg-video {
    height: 260px;
  }
}
@media (max-width: 480px) {
  .bg-video {
    height: 180px;
  }
}
.bg-video:after {
  content: "";
  background: rgba(0, 0, 0, 0.65) url("../../img/plus-grid.png");
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.bg-video video {
  width: 100%;
}

#video-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
  min-width: 70%;
  color: #fff;
}
@media (max-width: 991px) {
  #video-controls {
    width: 90%;
  }
}
@media (max-width: 640px) {
  #video-controls {
    width: 100%;
    padding: 0 15px;
  }
}
#video-controls h3, #video-controls .h3 {
  font-size: 22px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  #video-controls h3, #video-controls .h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #video-controls h3, #video-controls .h3 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #video-controls h3, #video-controls .h3 {
    display: none;
  }
}
#video-controls #play-pause {
  background: url("../../img/play-icon.png") no-repeat;
  width: 125px;
  height: 125px;
  border: 0;
  opacity: 0.48;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #video-controls #play-pause {
    background-size: 100px;
    background-position: center top;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #video-controls #play-pause {
    background-size: 80px;
    height: 100px;
  }
}
@media (max-width: 640px) {
  #video-controls #play-pause {
    background-size: 60px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  #video-controls #play-pause {
    background-size: 40px;
    height: 50px;
  }
}
#video-controls #play-pause:hover {
  opacity: 1;
}
#video-controls h1.innerBanner-head, #video-controls .h1.innerBanner-head {
  color: #fff;
  font-size: 72px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  #video-controls h1.innerBanner-head, #video-controls .h1.innerBanner-head {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  #video-controls h1.innerBanner-head, #video-controls .h1.innerBanner-head {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #video-controls h1.innerBanner-head, #video-controls .h1.innerBanner-head {
    font-size: 44px;
  }
}
@media (max-width: 640px) {
  #video-controls h1.innerBanner-head, #video-controls .h1.innerBanner-head {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #video-controls h1.innerBanner-head, #video-controls .h1.innerBanner-head {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .employees {
    margin-bottom: 50px !important;
  }
}

.about-content {
  text-align: center;
  padding: 50px 0 40px;
  margin: auto;
  max-width: 80%;
}
@media (max-width: 1199px) {
  .about-content {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .about-content {
    max-width: 100%;
  }
}
.about-content .stars {
  color: #15a98c;
  font-size: 22px;
}
.about-content .stars span i {
  margin: 0 2px;
  display: inline-block;
}
.about-content p {
  font-size: 18px;
  font-family: "Tondo-light";
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .about-content p {
    font-size: 14px;
  }
}
.about-content .about-info h3, .about-content .about-info .h3 {
  font-family: "Tondo-light";
}
@media (max-width: 1199px) {
  .about-content .about-info h3, .about-content .about-info .h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .about-content .about-info h3, .about-content .about-info .h3 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .about-content .about-info h3, .about-content .about-info .h3 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .about-content .about-info h3 br, .about-content .about-info .h3 br {
    display: none;
  }
}

.col-6 {
  width: 50%;
  float: left;
}

.why_choose {
  background: #24b2b0;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .why_choose {
    padding: 50px 0;
  }
}
.why_choose:before {
  content: "";
  background: #15a980;
  background: -moz-linear-gradient(left, #15a980 0%, #15a997 100%);
  background: -webkit-linear-gradient(left, #15a980 0%, #15a997 100%);
  background: linear-gradient(to right, #15a980 0%, #15a997 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#15a980", endColorstr="#15a997",GradientType=1 );
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .why_choose:before {
    display: none;
  }
}
.why_choose .col-6 {
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .why_choose .col-6 {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .why_choose .col-6 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .why_choose .col-6 {
    width: 100%;
    padding: 0;
  }
}
.why_choose .why-choose-info {
  color: #fff;
  margin: auto;
  max-width: 75%;
}
@media (max-width: 1199px) {
  .why_choose .why-choose-info {
    max-width: 90%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .why_choose .why-choose-info {
    padding-right: 0;
    max-width: 100%;
  }
}
.why_choose .why-choose-info h1, .why_choose .why-choose-info .h1 {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .why_choose .why-choose-info h1, .why_choose .why-choose-info .h1 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .why_choose .why-choose-info h1, .why_choose .why-choose-info .h1 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .why_choose .why-choose-info h1, .why_choose .why-choose-info .h1 {
    font-size: 26px;
  }
}
.why_choose .why-choose-info h2, .why_choose .why-choose-info .h2 {
  font-size: 36px;
}
@media (max-width: 1199px) {
  .why_choose .why-choose-info h2, .why_choose .why-choose-info .h2 {
    font-size: 32px;
  }
}
.why_choose .why-choose-info p {
  font-size: 18px;
  color: #f8f8f8;
}
@media (max-width: 991px) {
  .why_choose .why-choose-info p {
    font-size: 15px;
  }
}
.why_choose .why-choose-info ul {
  margin-top: 25px;
}
@media (max-width: 480px) {
  .why_choose .why-choose-info ul {
    margin-top: 20px;
  }
}
.why_choose .why-choose-info ul li {
  background: url("../../img/tick-icon.svg") no-repeat left 5px/19px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .why_choose .why-choose-info ul li {
    background-size: 15px;
    margin-bottom: 3px;
  }
}
@media (max-width: 480px) {
  .why_choose .why-choose-info ul li {
    margin-bottom: 5px;
  }
}
.why_choose .why-choose-info ul li p {
  padding-left: 30px;
}
.why_choose .why-choose-list {
  margin: auto;
  max-width: 75%;
  width: 100%;
}
@media (max-width: 1199px) {
  .why_choose .why-choose-list {
    max-width: 90%;
    float: right;
  }
}
@media (max-width: 767px) {
  .why_choose .why-choose-list {
    padding-left: 0;
    float: left;
    max-width: 500px;
    margin-top: 20px;
  }
}
.why_choose .why-choose-list li {
  padding: 15px 30px 15px 15px;
  border: #f8f8f8 1px solid;
  color: #fff;
  cursor: pointer;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.why_choose .why-choose-list li ~ li {
  margin-top: 6px;
}
.why_choose .why-choose-list li span {
  min-height: 54px;
  display: inline-block;
  max-width: 80px;
  width: 100%;
  text-align: center;
}
.why_choose .why-choose-list li h5, .why_choose .why-choose-list li .h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
}
.why_choose .why-choose-list li h5 small, .why_choose .why-choose-list li .h5 small {
  color: #fff;
  display: block;
  font-family: "Tondo-light";
  font-size: 14px;
  margin-bottom: 5px;
  color: #f8f8f8;
}
.why_choose .why-choose-list li:hover {
  background: #17a7a5;
}
.why_choose.why_choose_wl {
  background: #24b2b0;
}
@media (max-width: 991px) {
  .why_choose.why_choose_wl .p2h-promise {
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  .why_choose.why_choose_wl .p2h-promise {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .why_choose.why_choose_wl .p2h-promise h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .why_choose.why_choose_wl .why-choose-info {
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .why_choose.why_choose_wl .why-choose-info {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .why_choose.why_choose_wl .why-choose-info h2 {
    font-size: 24px;
  }
}

.p2h5-address {
  padding: 50px 0;
}
.p2h5-address .addres-inner {
  border: #d7d7d7 1px solid;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .p2h5-address .addres-inner {
    width: 48%;
    float: left;
  }
}
@media (max-width: 767px) {
  .p2h5-address .addres-inner {
    padding: 20px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .p2h5-address .addres-inner {
    width: 100%;
  }
}
.p2h5-address .addres-inner ~ .addres-inner {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .p2h5-address .addres-inner ~ .addres-inner {
    float: right;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .p2h5-address .addres-inner ~ .addres-inner {
    margin-top: 20px;
  }
}
.p2h5-address .addres-inner span {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 767px) {
  .p2h5-address .addres-inner span {
    display: block;
    margin: 0 auto 20px;
  }
}
.p2h5-address .addres-inner .address-info {
  display: inline-block;
  width: 70%;
}
@media (max-width: 767px) {
  .p2h5-address .addres-inner .address-info {
    width: 100%;
  }
}
.p2h5-address .addres-inner .address-info p {
  font-size: 14px;
}
.p2h5-address .addres-inner .address-info p a:hover {
  color: #15a98c;
}
@media (max-width: 767px) {
  .p2h5-address .addres-inner .address-info p br {
    display: none;
  }
}
.p2h5-address .addres-inner .address-info h5, .p2h5-address .addres-inner .address-info .h5 {
  font-size: 14px;
  color: #24b2b0;
  font-family: "Tondo-bold";
  margin-bottom: 5px;
}

.team-sec {
  overflow: hidden;
}

.text-anim {
  -webkit-animation: fadeText 3s infinite;
  -moz-animation: fadeText 3s infinite;
  -o-animation: fadeText 3s infinite;
  animation: fadeText 3s infinite;
  animation-delay: 21s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (max-width: 1199px) {
  .text-anim {
    animation: none;
    display: none;
  }
}
.text-anim > div {
  -moz-transition: ease 10s;
  -o-transition: ease 10s;
  -webkit-transition: ease 10s;
  transition: ease 10s;
  position: absolute;
  color: #fff;
  font-size: 28px;
  font-family: "Tondo-light";
  display: none;
}
@media (max-width: 1199px) {
  .text-anim > div {
    animation: none;
  }
}

.text-anim2 {
  -webkit-animation: fadeText 3s infinite;
  -moz-animation: fadeText 3s infinite;
  -o-animation: fadeText 3s infinite;
  animation: fadeText 3s infinite;
  animation-delay: 3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (max-width: 1299px) {
  .text-anim2 {
    position: absolute;
    left: -100px;
    top: -20px;
  }
}
.text-anim2 > div {
  font-size: 24px;
}
@media (max-width: 1299px) {
  .text-anim2 > div {
    font-size: 18px;
  }
}

.slider-text span#typed {
  display: block;
  width: 100%;
  font-size: 18px;
  font-family: "Tondo-light";
  margin-bottom: 20px;
  min-height: 27px;
}

.typed-cursor {
  display: none;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
  cursor: move;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.slide-elem-3 {
  position: relative;
}

.slide-2-img {
  display: none;
}
@media (max-width: 1199px) {
  .slide-2-img {
    display: block;
  }
}

.cms-anim {
  height: 400px;
}
@media (max-width: 1199px) {
  .cms-anim {
    display: none;
  }
}
.cms-anim .center-img {
  position: absolute;
  top: 58%;
  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%);
  z-index: 99;
}
@media (max-width: 1299px) {
  .cms-anim .center-img {
    top: 50%;
    left: 46%;
  }
}
.cms-anim .center-img img {
  width: 190px;
  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%);
}
@media (max-width: 1299px) {
  .cms-anim .center-img img {
    width: 160px;
  }
}
.cms-anim .center-img .circle-img {
  width: 279px;
  -webkit-animation: circleRotate 2.5s infinite linear;
  -moz-animation: circleRotate 2.5s infinite linear;
  -o-animation: circleRotate 2.5s infinite linear;
  animation: circleRotate 2.5s infinite linear;
}
@media (max-width: 1299px) {
  .cms-anim .center-img .circle-img {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .cms-anim .center-img .circle-img {
    animation: none !important;
  }
}
.cms-anim .cms-side-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1299px) {
  .cms-anim .cms-side-img {
    width: 92%;
    height: 90%;
  }
}
.cms-anim .cms-side-img span {
  position: absolute;
}
@media (max-width: 1199px) {
  .cms-anim .cms-side-img span {
    animation: none !important;
  }
}
@media (max-width: 1199px) {
  .cms-anim .cms-side-img span img {
    max-width: 55px;
  }
}
.cms-anim .cms-side-img span:before {
  content: "";
  /*background: -webkit-linear-gradient(0,rgba(255,255,255,1) 0%,(255,255,255,0.1) 100%);*/
  background: -webkit-linear-gradient(90deg, #1B7AC0 0%, #3fc4a2 100%);
  width: 72px;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
  border-radius: 0 0 20px 20px;
}
.cms-anim .cms-side-img span:nth-child(1) {
  -webkit-animation: moveTop 1s;
  -moz-animation: moveTop 1s;
  -o-animation: moveTop 1s;
  animation: moveTop 1s;
  animation-delay: 0s;
  animation-fill-mode: backwards;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /*&:after{
      background: url('../../img/shadow1.png') no-repeat;
      width: 70px;
      height: 70px;
      top: 42px;
      left: 0;
  }*/
}
.cms-anim .cms-side-img span:nth-child(1):before {
  top: 30px;
  left: 0;
  border-radius: 20px 20px 0 0;
  -webkit-animation: shadow1 4s infinite;
  -moz-animation: shadow1 4s infinite;
  -o-animation: shadow1 4s infinite;
  animation: shadow1 4s infinite;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}
.cms-anim .cms-side-img span:nth-child(2) {
  top: 18%;
  left: auto;
  right: 18%;
  -webkit-animation: moveTopright 1s;
  -moz-animation: moveTopright 1s;
  -o-animation: moveTopright 1s;
  animation: moveTopright 1s;
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
  /*&:after{
      background: url('../../img/shadow2.png') no-repeat;
      width: 97px;
      height: 90px;
      top: 18px;
      right: 15px;
  }*/
}
.cms-anim .cms-side-img span:nth-child(2):before {
  width: 200px;
  height: 68px;
  right: 0;
  left: auto;
  -webkit-transform: rotate(-42deg);
  -moz-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  -o-transform: rotate(-42deg);
  transform: rotate(-42deg);
  top: 60px;
  -webkit-animation: shadow2 4s infinite;
  -moz-animation: shadow2 4s infinite;
  -o-animation: shadow2 4s infinite;
  animation: shadow2 4s infinite;
  animation-fill-mode: forwards;
  animation-delay: 7s;
  border-radius: 0 20px 20px 0;
}
.cms-anim .cms-side-img span:nth-child(3) {
  top: 50%;
  left: auto;
  right: 11%;
  -webkit-animation: moveCenterRight 1s;
  -moz-animation: moveCenterRight 1s;
  -o-animation: moveCenterRight 1s;
  animation: moveCenterRight 1s;
  animation-delay: 0.4s;
  animation-fill-mode: backwards;
  /*&:after{
      background: url('../../img/shadow3.png') no-repeat;
      width: 105px;
      height: 74px;
      top: 0;
      right: 23px;
      @include animation('iconshadow3 0.8s');
      animation-delay: 2.2s;
      animation-fill-mode: forwards;
  }*/
}
.cms-anim .cms-side-img span:nth-child(3):before {
  width: 150px;
  height: 68px;
  right: 30px;
  left: auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  top: 3px;
  -webkit-animation: shadow3 4s infinite;
  -moz-animation: shadow3 4s infinite;
  -o-animation: shadow3 4s infinite;
  animation: shadow3 4s infinite;
  animation-fill-mode: forwards;
  animation-delay: 5s;
  border-radius: 0 20px 20px 0;
}
.cms-anim .cms-side-img span:nth-child(4) {
  top: auto;
  bottom: -18px;
  left: auto;
  right: 26%;
  -webkit-animation: moveBottomRight 1s;
  -moz-animation: moveBottomRight 1s;
  -o-animation: moveBottomRight 1s;
  animation: moveBottomRight 1s;
  animation-delay: 0.6s;
  animation-fill-mode: backwards;
  /*&:after{
      background: url('../../img/shadow4.png') no-repeat;
      width: 73px;
      height: 56px;
      bottom: 33px;
      right: 10px;
      @include animation('iconshadow4 0.8s');
      animation-delay: 2.2s;
      animation-fill-mode: forwards;
  }*/
}
.cms-anim .cms-side-img span:nth-child(4):before {
  width: 200px;
  height: 68px;
  right: 0;
  left: auto;
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  transform: rotate(42deg);
  bottom: 56px;
  top: auto;
  -webkit-animation: shadow4 4s infinite;
  -moz-animation: shadow4 4s infinite;
  -o-animation: shadow4 4s infinite;
  animation: shadow4 4s infinite;
  animation-fill-mode: forwards;
  animation-delay: 9s;
  border-radius: 0 20px 20px 0;
}
.cms-anim .cms-side-img span:nth-child(5) {
  top: auto;
  bottom: 0%;
  left: 22%;
  right: auto;
  -webkit-animation: moveBottomleft 1s;
  -moz-animation: moveBottomleft 1s;
  -o-animation: moveBottomleft 1s;
  animation: moveBottomleft 1s;
  animation-delay: 0.8s;
  animation-fill-mode: backwards;
  /*&:after{
      background: url('../../img/shadow5.png') no-repeat;
      width: 102px;
      height: 94px;
      bottom: 8px;
      left: 8px;
      @include animation('iconshadow5 0.8s');
      animation-delay: 2.2s;
      animation-fill-mode: forwards;
  }*/
}
.cms-anim .cms-side-img span:nth-child(5):before {
  width: 68px;
  height: 200px;
  right: auto;
  left: 62px;
  -webkit-transform: rotate(47deg);
  -moz-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  -o-transform: rotate(47deg);
  transform: rotate(47deg);
  top: auto;
  bottom: 0;
  -webkit-animation: shadow5 4s infinite;
  -moz-animation: shadow5 4s infinite;
  -o-animation: shadow5 4s infinite;
  animation: shadow5 4s infinite;
  animation-fill-mode: forwards;
  animation-delay: 4s;
}
.cms-anim .cms-side-img span:nth-child(6) {
  top: 50%;
  bottom: auto;
  left: 10%;
  right: auto;
  -webkit-animation: moveCenterLeft 1s;
  -moz-animation: moveCenterLeft 1s;
  -o-animation: moveCenterLeft 1s;
  animation: moveCenterLeft 1s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
  /*&:after{
      background: url('../../img/shadow6.png') no-repeat;
      width: 80px;
      height: 84px;
      top: -1px;
      left: 33px;
      @include animation('iconshadow6 0.8s');
      animation-delay: 2.2s;
      animation-fill-mode: forwards;
  }*/
}
.cms-anim .cms-side-img span:nth-child(6):before {
  width: 200px;
  height: 68px;
  left: 25px;
  right: auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  top: 0;
  border-radius: 20px 0 0 20px;
  -webkit-animation: shadow6 4s infinite;
  -moz-animation: shadow6 4s infinite;
  -o-animation: shadow6 4s infinite;
  animation: shadow6 4s infinite;
  animation-fill-mode: forwards;
  animation-delay: 6s;
}
.cms-anim .cms-side-img span:nth-child(7) {
  top: 20%;
  bottom: auto;
  left: 18%;
  right: auto;
  -webkit-animation: moveTopleft 1s;
  -moz-animation: moveTopleft 1s;
  -o-animation: moveTopleft 1s;
  animation: moveTopleft 1s;
  animation-delay: 1.2s;
  animation-fill-mode: backwards;
  /*&:after{
      background: url('../../img/shadow7.png') no-repeat;
      width: 79px;
      height: 85px;
      top: 17px;
      left: 20px;
  }*/
}
.cms-anim .cms-side-img span:nth-child(7):before {
  width: 200px;
  height: 68px;
  left: 0;
  right: auto;
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -o-transform: rotate(42deg);
  transform: rotate(42deg);
  top: 60px;
  -webkit-animation: shadow7 4s infinite;
  -moz-animation: shadow7 4s infinite;
  -o-animation: shadow7 4s infinite;
  animation: shadow7 4s infinite;
  animation-fill-mode: forwards;
  animation-delay: 8s;
}

/*.bg-shadow{
    background: $white;
    width: 70%;
    height: 70%;
    position: absolute;
    top: 10%;
    left: 15%;
    @include border-radius(50%);
    @include filter(blur(50px));
    z-index: -1;
    @include animation('shadowAnim 5s infinite');
}*/
.dot {
  margin-top: 420px;
  margin-left: 10%;
  opacity: 0.3;
  -webkit-animation: element-anim 12s;
  -moz-animation: element-anim 12s;
  -o-animation: element-anim 12s;
  animation: element-anim 12s;
}

.dot2 {
  margin-left: 75%;
  margin-top: 30px;
  opacity: 0.3;
  -webkit-animation: element-anim2 12s;
  -moz-animation: element-anim2 12s;
  -o-animation: element-anim2 12s;
  animation: element-anim2 12s;
}

.dot3 {
  margin-left: 30%;
  margin-top: 20px;
  opacity: 0.3;
  -webkit-animation: element-anim3 12s;
  -moz-animation: element-anim3 12s;
  -o-animation: element-anim3 12s;
  animation: element-anim3 12s;
}

.dot4 {
  margin-left: 80%;
  margin-top: 400px;
  opacity: 0.3;
  -webkit-animation: element-anim4 12s;
  -moz-animation: element-anim4 12s;
  -o-animation: element-anim4 12s;
  animation: element-anim4 12s;
}

.dot5 {
  margin-left: 8%;
  margin-top: 50px;
  opacity: 0.3;
  -webkit-animation: element-anim5 12s;
  -moz-animation: element-anim5 12s;
  -o-animation: element-anim5 12s;
  animation: element-anim5 12s;
}

.dot6 {
  margin-left: 60%;
  margin-top: 350px;
  opacity: 0.3;
  -webkit-animation: element-anim6 12s;
  -moz-animation: element-anim6 12s;
  -o-animation: element-anim6 12s;
  animation: element-anim6 12s;
}

.dot7 {
  margin-left: 35%;
  margin-top: 430px;
  opacity: 0.3;
  -webkit-animation: element-anim7 12s;
  -moz-animation: element-anim7 12s;
  -o-animation: element-anim7 12s;
  animation: element-anim7 12s;
}

.dot8 {
  margin-left: 92%;
  margin-top: 150px;
  opacity: 0.3;
  -webkit-animation: element-anim8 12s;
  -moz-animation: element-anim8 12s;
  -o-animation: element-anim8 12s;
  animation: element-anim8 12s;
}

.dot9 {
  margin-left: 75%;
  margin-top: 230px;
  opacity: 0.3;
  -webkit-animation: element-anim9 12s;
  -moz-animation: element-anim9 12s;
  -o-animation: element-anim9 12s;
  animation: element-anim9 12s;
}

.dot10 {
  margin-left: 35%;
  margin-top: 300px;
  opacity: 0.3;
  -webkit-animation: element-anim10 12s;
  -moz-animation: element-anim10 12s;
  -o-animation: element-anim10 12s;
  animation: element-anim10 12s;
}

/***cms bg text***/
.cmsdot1 {
  margin-left: 370px;
  margin-top: 35px;
  opacity: 1;
  -webkit-animation: cmsdot1 0.5s;
  -moz-animation: cmsdot1 0.5s;
  -o-animation: cmsdot1 0.5s;
  animation: cmsdot1 0.5s;
  animation-delay: 1.4s;
  visibility: hidden;
  animation-fill-mode: forwards;
}

.cmsdot2 {
  margin-left: 530px;
  margin-top: 110px;
  opacity: 1;
  -webkit-animation: cmsdot2 0.5s;
  -moz-animation: cmsdot2 0.5s;
  -o-animation: cmsdot2 0.5s;
  animation: cmsdot2 0.5s;
  animation-delay: 1.6s;
  visibility: hidden;
  animation-fill-mode: forwards;
}

.cmsdot3 {
  margin-left: 500px;
  margin-top: 300px;
  opacity: 1;
  -webkit-animation: cmsdot3 0.5s;
  -moz-animation: cmsdot3 0.5s;
  -o-animation: cmsdot3 0.5s;
  animation: cmsdot3 0.5s;
  animation-delay: 1.8s;
  visibility: hidden;
  animation-fill-mode: forwards;
}

.cmsdot4 {
  margin-left: 370px;
  margin-top: 440px;
  opacity: 1;
  -webkit-animation: cmsdot4 0.5s;
  -moz-animation: cmsdot4 0.5s;
  -o-animation: cmsdot4 0.5s;
  animation: cmsdot4 0.5s;
  animation-delay: 2s;
  visibility: hidden;
  animation-fill-mode: forwards;
}

.cmsdot5 {
  margin-left: 120px;
  margin-top: 420px;
  opacity: 1;
  -webkit-animation: cmsdot5 0.5s;
  -moz-animation: cmsdot5 0.5s;
  -o-animation: cmsdot5 0.5s;
  animation: cmsdot5 0.5s;
  animation-delay: 2.2s;
  visibility: hidden;
  animation-fill-mode: forwards;
}

.cmsdot6 {
  margin-left: 5px;
  margin-top: 240px;
  opacity: 1;
  -webkit-animation: cmsdot6 0.5s;
  -moz-animation: cmsdot6 0.5s;
  -o-animation: cmsdot6 0.5s;
  animation: cmsdot6 0.5s;
  animation-delay: 2.4s;
  visibility: hidden;
  animation-fill-mode: forwards;
}

.cmsdot7 {
  margin-left: 120px;
  margin-top: 55px;
  opacity: 1;
  -webkit-animation: cmsdot7 0.5s;
  -moz-animation: cmsdot7 0.5s;
  -o-animation: cmsdot7 0.5s;
  animation: cmsdot7 0.5s;
  animation-delay: 2.6s;
  visibility: hidden;
  animation-fill-mode: forwards;
}

#testimCarousel .carousel-inner .item {
  min-height: 620px;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (max-width: 991px) {
  #testimCarousel .carousel-inner .item {
    min-height: 570px;
  }
}
@media (max-width: 767px) {
  #testimCarousel .carousel-inner .item {
    min-height: 390px;
  }
}
@media (max-width: 640px) {
  #testimCarousel .carousel-inner .item {
    min-height: 460px;
  }
}
@media (max-width: 480px) {
  #testimCarousel .carousel-inner .item {
    min-height: 500px;
  }
}

.amcharts-chart-div a {
  display: none !important;
}

#google-logo {
  position: absolute;
  bottom: 0;
  left: 15%;
}
@media (max-width: 991px) {
  #google-logo {
    display: none;
  }
}

#mapdiv {
  -webkit-transform: scale(1.38);
  -moz-transform: scale(1.38);
  -ms-transform: scale(1.38);
  -o-transform: scale(1.38);
  transform: scale(1.38);
}
@media (max-width: 1199px) {
  #mapdiv {
    transform: scale(1);
    width: 580px !important;
  }
}
@media (max-width: 991px) {
  #mapdiv {
    display: none;
  }
}

/**work list style**/
/*.work-box{
    text-align: left;
    span{
        display: inline-block;
        width: 50px;
        vertical-align: top;
    }
    .work-detail{
        display: inline-block;
        width: 90%;
        h5, .h5{
            margin-top: 0!important;
        }
    }
}*/
/*** Get started Popup ***/
.modal {
  z-index: 999999;
}

.modal-backdrop {
  z-index: 99999;
  background: rgba(43, 142, 159, 0.88);
}
.modal-backdrop.in {
  opacity: 1;
}

#get-started .modal-dialog, #test-test .modal-dialog {
  margin: 40px auto;
  width: 800px;
}
@media (max-width: 991px) {
  #get-started .modal-dialog, #test-test .modal-dialog {
    width: 700px;
  }
}
@media (max-width: 767px) {
  #get-started .modal-dialog, #test-test .modal-dialog {
    width: 600px;
  }
}
@media (max-width: 640px) {
  #get-started .modal-dialog, #test-test .modal-dialog {
    width: 100%;
    padding: 0 25px;
  }
}
@media (max-width: 480px) {
  #get-started .modal-dialog, #test-test .modal-dialog {
    padding: 0 15px;
  }
}
#get-started .modal-dialog .close, #test-test .modal-dialog .close {
  position: absolute;
  right: -25px;
  top: -20px;
  color: #fff;
  opacity: 1;
  font-size: 28px;
  font-weight: normal;
}
@media (max-width: 767px) {
  #get-started .modal-dialog .close, #test-test .modal-dialog .close {
    right: 0;
    top: -30px;
  }
}
@media (max-width: 640px) {
  #get-started .modal-dialog .close, #test-test .modal-dialog .close {
    right: -15px;
  }
}
#get-started .modal-dialog .modal-content, #test-test .modal-dialog .modal-content {
  border-radius: 0;
}
#get-started .modal-dialog .modal-content .modal-header, #test-test .modal-dialog .modal-content .modal-header {
  background-color: #27819f;
  background-image: -moz-linear-gradient(45deg, #27819f 0%, #3fc4a2 100%);
  background-image: -webkit-linear-gradient(45deg, #27819f 0%, #3fc4a2 100%);
  background-image: linear-gradient(45deg, #27819f 0%, #3fc4a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#27819f", endColorstr="#3fc4a2",GradientType=1 );
  color: #fff;
  padding: 20px;
}
@media (max-width: 640px) {
  #get-started .modal-dialog .modal-content .modal-header, #test-test .modal-dialog .modal-content .modal-header {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  #get-started .modal-dialog .modal-content .modal-header, #test-test .modal-dialog .modal-content .modal-header {
    padding: 15px 10px;
  }
}
#get-started .modal-dialog .modal-content .modal-header h4, #get-started .modal-dialog .modal-content .modal-header .h4, #test-test .modal-dialog .modal-content .modal-header h4, #test-test .modal-dialog .modal-content .modal-header .h4 {
  font-size: 30px;
  font-family: "Tondo-light";
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #get-started .modal-dialog .modal-content .modal-header h4, #get-started .modal-dialog .modal-content .modal-header .h4, #test-test .modal-dialog .modal-content .modal-header h4, #test-test .modal-dialog .modal-content .modal-header .h4 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  #get-started .modal-dialog .modal-content .modal-header h4, #get-started .modal-dialog .modal-content .modal-header .h4, #test-test .modal-dialog .modal-content .modal-header h4, #test-test .modal-dialog .modal-content .modal-header .h4 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  #get-started .modal-dialog .modal-content .modal-header h4, #get-started .modal-dialog .modal-content .modal-header .h4, #test-test .modal-dialog .modal-content .modal-header h4, #test-test .modal-dialog .modal-content .modal-header .h4 {
    font-size: 20px;
  }
}
#get-started .modal-dialog .modal-content .modal-body, #test-test .modal-dialog .modal-content .modal-body {
  padding: 25px;
}
@media (max-width: 480px) {
  #get-started .modal-dialog .modal-content .modal-body, #test-test .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
}

.input-field {
  margin-top: 15px;
}
.input-field .input-text {
  border: #000 2px solid;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  color: #333333;
  font-size: 16px;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Tondo-reg";
}
@media (max-width: 480px) {
  .input-field .input-text {
    height: 38px;
  }
}
.input-field.sm-field .input-text {
  width: 48.5%;
}
.input-field.sm-field .input-text:nth-child(2n) {
  float: right;
}
@media (max-width: 640px) {
  .input-field.sm-field .input-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.input-field .text-area {
  resize: none;
  height: 100px;
  padding: 10px;
}
.input-field .select-box {
  cursor: pointer;
  background: url("../../img/down-arrow.svg") no-repeat calc(100% - 20px) 50%/18px;
  padding-left: 10px;
}
@media (max-width: 640px) {
  .input-field .select-box {
    margin-bottom: 0 !important;
  }
}
.input-field .select-box option {
  padding: 5px 10px;
  /*@include p2h_gradient_reverse;*/
  background: #15a98c;
  color: #fff;
  border-bottom: #fff 1px solid;
}

.submit-btn {
  border: 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
  background: #2d939f;
}
.submit-btn:hover {
  background: #15a98c;
}
@media (max-width: 480px) {
  .submit-btn {
    font-size: 16px;
  }
}

.fileContainer {
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
  padding: 15px 20px;
  border: #000 2px dashed;
  cursor: pointer;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (max-width: 480px) {
  .fileContainer {
    padding: 10px 15px;
  }
}
.fileContainer [type=file] {
  cursor: inherit;
  display: block;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.fileContainer h4, .fileContainer .h4 {
  color: #333333;
}
@media (max-width: 480px) {
  .fileContainer h4, .fileContainer .h4 {
    font-size: 14px;
  }
}
.fileContainer h6, .fileContainer .h6 {
  color: #333333;
  font-size: 12px;
  font-family: "Tondo-light";
}
.fileContainer:after {
  content: "\f0c6";
  font-size: 24px;
  font-family: "fontawesome";
  position: absolute;
  right: 20px;
  top: 18px;
}
@media (max-width: 480px) {
  .fileContainer:after {
    right: 5px;
  }
}

.radio-box {
  display: inline-block;
}
@media (max-width: 767px) {
  .radio-box {
    float: none !important;
    display: block;
  }
}
.radio-box input[type=radio], .radio-box input[type=checkbox] {
  display: none;
}
.radio-box label {
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .radio-box label {
    margin: 0 10px 0 0 !important;
  }
}
.radio-box label ~ label {
  margin-left: 10px;
}
.radio-box h5, .radio-box .h5 {
  font-size: 14px;
  margin-bottom: 5px;
}

.radio-box input[type=radio] + span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -3px 2px 0 0px;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: #000 2px solid;
}

.radio-box input[type=radio]:checked + span {
  background-color: #000;
}

.radio-box input[type=checkbox] + span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 2px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: #000 2px solid;
}
.radio-box input[type=checkbox] + span:before {
  content: "\f00c";
  color: #000;
  display: none;
  font-size: 14px;
  font-family: "fontawesome";
}

.radio-box input[type=checkbox]:checked + span:before {
  display: block;
}

body.preload * {
  animation-duration: 0s !important;
  -webkit-animation-duration: 0s !important;
  transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
}

.loaded .divider-elem:before, .loaded .divider-elem:after {
  display: block !important;
}
.loaded .text-anim > div {
  display: block !important;
}
.loaded .slide-element svg {
  display: block !important;
}

.hiden-nav {
  height: 68px;
}
@media (max-width: 1199px) {
  .hiden-nav {
    height: 68px;
  }
}
@media (max-width: 991px) {
  .hiden-nav {
    height: 62px;
  }
}
@media (max-width: 767px) {
  .hiden-nav {
    height: 60px;
  }
}
.hiden-nav.fix-nav {
  display: block;
}

@media (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .navbar-toggle {
    margin-top: 2px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .navbar-toggle .icon-bar {
    background: #15a98c;
    width: 25px;
    height: 3px;
    position: relative;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
  }
}
@media (max-width: 767px) {
  .navbar-toggle.active .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .navbar-toggle.active .icon-bar:nth-child(2) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .navbar-toggle.active .icon-bar:nth-child(3) {
    opacity: 0;
    visibility: hidden;
  }
}

/**PSD to Bootstrap**/
.inner-banner {
  min-height: 400px;
  position: relative;
}
@media (max-width: 1299px) {
  .inner-banner {
    min-height: 350px;
  }
}
@media (max-width: 1199px) {
  .inner-banner {
    min-height: 320px;
  }
}
@media (max-width: 991px) {
  .inner-banner {
    min-height: 250px;
  }
}
@media (max-width: 640px) {
  .inner-banner {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .inner-banner {
    min-height: inherit;
    padding: 40px 0;
  }
}
.inner-banner.bootstrap-banner {
  background: #371749;
  background: -moz-linear-gradient(left, #371749 0%, #652555 100%);
  background: -webkit-linear-gradient(left, #371749 0%, #652555 100%);
  background: linear-gradient(to right, #371749 0%, #652555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#371749", endColorstr="#652555",GradientType=1 );
}
.inner-banner.bootstrap-banner .container {
  position: relative;
}
.inner-banner.bootstrap-banner .banner-content {
  max-width: 40%;
}
@media (max-width: 991px) {
  .inner-banner.bootstrap-banner .banner-content {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .inner-banner.bootstrap-banner .banner-content {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .inner-banner.bootstrap-banner .banner-img img {
    width: 500px;
  }
}
.inner-banner:after {
  content: "";
  opacity: 0.5;
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../../img/slider-main-bg.png") no-repeat center top/cover;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .inner-banner:after {
    opacity: 0.7;
  }
}
.inner-banner .banner-img {
  position: absolute;
  bottom: 0;
}
.inner-banner .banner-img.pull-right {
  right: 0;
}
@media (max-width: 991px) {
  .inner-banner .banner-img {
    display: none;
  }
}
@media (max-width: 1299px) {
  .inner-banner .banner-img img {
    max-width: 100%;
  }
}
.inner-banner .banner-inner {
  height: 100%;
  margin: auto;
  max-width: 1500px;
  min-height: 400px;
  position: relative;
  z-index: 999;
}
@media (max-width: 1299px) {
  .inner-banner .banner-inner {
    min-height: 350px;
  }
}
@media (max-width: 1199px) {
  .inner-banner .banner-inner {
    min-height: 320px;
  }
}
@media (max-width: 991px) {
  .inner-banner .banner-inner {
    min-height: 250px;
  }
}
@media (max-width: 480px) {
  .inner-banner .banner-inner {
    min-height: inherit;
  }
}
.inner-banner .banner-inner .container {
  height: 400px;
}
@media (max-width: 1299px) {
  .inner-banner .banner-inner .container {
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .inner-banner .banner-inner .container {
    height: 320px;
  }
}
@media (max-width: 991px) {
  .inner-banner .banner-inner .container {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .inner-banner .banner-inner .container {
    height: auto;
  }
}

.p2h-about-bootstrap .p2h-bootstrap-img {
  position: relative;
}
@media (max-width: 991px) {
  .p2h-about-bootstrap .p2h-bootstrap-img {
    text-align: center;
  }
  .p2h-about-bootstrap .p2h-bootstrap-img img {
    display: inline-block;
  }
}

.banner-content {
  color: #fff;
  max-width: 34%;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
@media (max-width: 1199px) {
  .banner-content {
    max-width: 45%;
  }
}
@media (max-width: 991px) {
  .banner-content {
    max-width: 80%;
    margin: auto;
    text-align: center;
    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%);
  }
}
@media (max-width: 480px) {
  .banner-content {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 100%;
  }
}
.banner-content h1, .banner-content .h1 {
  font-size: 48px;
  font-family: "Tondo-light";
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .banner-content h1, .banner-content .h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .banner-content h1, .banner-content .h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .banner-content h1, .banner-content .h1 {
    font-size: 28px;
  }
}
.banner-content p {
  font-size: 18px;
  letter-spacing: 0.6px;
}
@media (max-width: 1199px) {
  .banner-content p {
    letter-spacing: 0.2px;
  }
}
@media (max-width: 991px) {
  .banner-content p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .banner-content p {
    letter-spacing: 0;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .banner-content p br {
    display: none;
  }
}
.banner-content a {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .banner-content a {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.banner-content.full-banner-content {
  max-width: 100%;
  left: 0;
}
@media (max-width: 991px) {
  .banner-content.full-banner-content {
    left: 50%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.breadcrumb {
  background: none;
  padding: 0;
  margin: 40px 0 50px;
}
@media (max-width: 1199px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .breadcrumb {
    margin: 25px 0;
  }
}
@media (max-width: 480px) {
  .breadcrumb {
    margin: 25px 0 30px;
  }
}
@media (max-width: 480px) {
  .breadcrumb li {
    font-size: 13px;
  }
}
.breadcrumb li ~ li:before {
  padding: 0;
  color: #010101;
}
.breadcrumb li a {
  font-family: "Tondo-light";
  color: #010101;
}
.breadcrumb li.active {
  color: #17aec5;
}

.p2h-bootstrap-info {
  font-family: "Tondo-light";
  padding: 0 40px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .p2h-bootstrap-info {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .p2h-bootstrap-info {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .p2h-bootstrap-info {
    text-align: center;
  }
}
.p2h-bootstrap-info h1, .p2h-bootstrap-info .h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .p2h-bootstrap-info h1, .p2h-bootstrap-info .h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .p2h-bootstrap-info h1, .p2h-bootstrap-info .h1 {
    text-align: center;
  }
}
.p2h-bootstrap-info h2, .p2h-bootstrap-info .h2 {
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .p2h-bootstrap-info h2, .p2h-bootstrap-info .h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .p2h-bootstrap-info h2, .p2h-bootstrap-info .h2 {
    font-size: 22px;
  }
}
.p2h-bootstrap-info p {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .p2h-bootstrap-info p {
    font-size: 16px;
  }
}
.p2h-bootstrap-info .bootstrap-logos {
  margin-top: 30px;
}
.p2h-bootstrap-info .bootstrap-logos img ~ img {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .p2h-bootstrap-info .bootstrap-logos img ~ img {
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  .p2h-bootstrap-info .bootstrap-logos img ~ img {
    margin-left: 5px;
  }
}
@media (max-width: 640px) {
  .p2h-bootstrap-info .bootstrap-logos img {
    width: auto;
    max-height: 40px;
  }
}
@media (max-width: 480px) {
  .p2h-bootstrap-info .bootstrap-logos img {
    max-height: 25px;
  }
}

.p2h-bootstrap-price {
  background: #f5f7f9;
  border: #e8e8e8 solid;
  border-width: 1px 0;
  padding: 50px 15px;
}
@media (max-width: 640px) {
  .p2h-bootstrap-price {
    padding: 40px 15px;
  }
}
.p2h-bootstrap-price h3, .p2h-bootstrap-price .h3 {
  font-family: "Tondo-light";
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .p2h-bootstrap-price h3, .p2h-bootstrap-price .h3 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .p2h-bootstrap-price h3, .p2h-bootstrap-price .h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .p2h-bootstrap-price h3, .p2h-bootstrap-price .h3 {
    font-size: 18px;
  }
}
.p2h-bootstrap-price h3 br, .p2h-bootstrap-price .h3 br {
  display: none;
}
@media (max-width: 480px) {
  .p2h-bootstrap-price h3 br, .p2h-bootstrap-price .h3 br {
    display: block;
  }
}
@media (max-width: 480px) {
  .p2h-bootstrap-price p {
    font-size: 15px;
  }
}
.p2h-bootstrap-price a {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .p2h-bootstrap-price a {
    margin-top: 20px;
  }
}

.p2h-joomla-price-outer {
  padding: 40px 0;
}

span.cross-price {
  position: relative;
}
span.cross-price:before, span.cross-price:after {
  content: "";
  background: #df5a09;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
span.cross-price:after {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.p2h-bootstrap-features {
  padding: 65px 0 50px;
}
@media (max-width: 1199px) {
  .p2h-bootstrap-features {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .p2h-bootstrap-features {
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .p2h-bootstrap-features {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .p2h-bootstrap-features {
    padding: 40px 0;
  }
}
.p2h-bootstrap-features .col-4 {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .p2h-bootstrap-features .col-4 {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .p2h-bootstrap-features .col-4 {
    width: 49%;
  }
}
@media (max-width: 640px) {
  .p2h-bootstrap-features .col-4 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .p2h-bootstrap-features .col-4:last-child .p2h-bootstrap-features-inner {
    margin-bottom: 0;
  }
}
.p2h-bootstrap-features .col-4 .p2h-bootstrap-features-inner {
  margin: 20px 0 60px;
}
@media (max-width: 991px) {
  .p2h-bootstrap-features .col-4 .p2h-bootstrap-features-inner {
    text-align: center;
  }
}
.p2h-bootstrap-features .col-4 .p2h-bootstrap-features-inner span {
  min-height: 58px;
  display: inline-block;
  margin-bottom: 5px;
}
.p2h-bootstrap-features .col-4 .p2h-bootstrap-features-inner h4, .p2h-bootstrap-features .col-4 .p2h-bootstrap-features-inner .h4 {
  font-family: "Tondo-light";
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}
.p2h-bootstrap-features .col-4 .p2h-bootstrap-features-inner p a {
  text-decoration: underline;
  color: inherit;
}

.shopify_portfolios .p2h-bootstrap-features-inner span img {
  width: 100%;
  max-height: 40px;
}

.no-top {
  top: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.p2h-recent-work {
  padding: 65px 0;
}
@media (max-width: 1199px) {
  .p2h-recent-work {
    padding: 50px 0;
  }
}
.p2h-recent-work .p2h-recent-portfolio {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .p2h-recent-work .p2h-recent-portfolio {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .p2h-recent-work .p2h-recent-portfolio {
    padding: 0 15px;
  }
}
.p2h-recent-work .p2h-recent-portfolio ul {
  margin: 0 -5px;
}
.p2h-recent-work .p2h-recent-portfolio ul li {
  width: 33.3333%;
  float: left;
  border: #fff 5px solid;
  position: relative;
}
@media (max-width: 767px) {
  .p2h-recent-work .p2h-recent-portfolio ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .p2h-recent-work .p2h-recent-portfolio ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p2h-recent-work .p2h-recent-portfolio ul li:last-child {
    display: none;
  }
}
.p2h-recent-work .p2h-recent-portfolio ul li .portfolio-img img {
  width: 100%;
}
.p2h-recent-work .p2h-recent-portfolio ul li .p2h-portfolio-info {
  padding: 0 45px 15px;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-family: "Tondo-light";
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .p2h-recent-work .p2h-recent-portfolio ul li .p2h-portfolio-info {
    padding: 0 20px 15px;
  }
}
.p2h-recent-work .p2h-recent-portfolio ul li .p2h-portfolio-info:after {
  content: "";
  box-shadow: inset rgb(0, 0, 0) 0 -60px 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
}
.p2h-recent-work .p2h-recent-portfolio ul li .p2h-portfolio-info .portfolio-text-inner {
  position: absolute;
  z-index: 99;
  bottom: 15px;
}
@media (max-width: 991px) {
  .p2h-recent-work .p2h-recent-portfolio ul li .p2h-portfolio-info .portfolio-text-inner h3, .p2h-recent-work .p2h-recent-portfolio ul li .p2h-portfolio-info .portfolio-text-inner .h3 {
    font-size: 20px;
  }
}
.p2h-recent-work .p2h-recent-portfolio ul li .p2h-portfolio-info h6, .p2h-recent-work .p2h-recent-portfolio ul li .p2h-portfolio-info .h6 {
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 5px;
  height: 20px;
  color: #fff;
}
.p2h-recent-work .p2h-recent-portfolio ul li .p2h-portfolio-info h3, .p2h-recent-work .p2h-recent-portfolio ul li .p2h-portfolio-info .h3 {
  text-transform: uppercase;
  margin: 10px 0 8px;
}
.p2h-recent-work .p2h-recent-portfolio ul li .p2h-portfolio-info p {
  font-size: 12px;
}

.green-bg {
  background: #15a98c;
}

.blue-bg {
  background: #704ba1;
}

.purple-bg {
  background: #471c50;
}

.red-bg {
  background: #e2522b;
}

.p2h-faq {
  padding: 40px 0 0;
}
@media (max-width: 991px) {
  .p2h-faq.p2h-faq-shopify {
    padding-top: 40px;
  }
}
.p2h-faq .p2h-faq-main {
  padding: 50px 0;
  max-width: 95%;
  margin: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .p2h-faq .p2h-faq-main {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .p2h-faq .p2h-faq-main {
    padding-top: 30px;
  }
}
.p2h-faq .p2h-faq-main > ul > li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-right: 60px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .p2h-faq .p2h-faq-main > ul > li {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .p2h-faq .p2h-faq-main > ul > li {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .p2h-faq .p2h-faq-main > ul > li:last-child {
    margin-bottom: 0;
  }
}
.p2h-faq .p2h-faq-main > ul > li span {
  width: 35px;
  height: 35px;
  background: #17a7a5;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.p2h-faq .p2h-faq-main > ul > li p ~ p {
  margin-top: 10px;
}
.p2h-faq .p2h-faq-main > ul > li a {
  color: #2a8a9f;
}
.p2h-faq .p2h-faq-main > ul > li ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}

#screen-anim {
  position: absolute;
  top: 15px;
  left: 50%;
  width: calc(100% - 117px);
  height: calc(100% - 130px);
  background: #171a18;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 10px;
  padding-left: 5px;
}
@media (max-width: 991px) {
  #screen-anim {
    display: none;
  }
}
#screen-anim .technology-typebox {
  position: absolute;
  padding-left: 20px;
}
#screen-anim .technology-typebox span {
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
  display: block;
}
#screen-anim small {
  font-size: 10px;
  display: block;
  color: #989898;
}

.p2h-cleints {
  padding-bottom: 50px;
}
.p2h-cleints h1, .p2h-cleints .h1 {
  margin-top: 0;
}
.p2h-cleints .p2h-client-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
@media (max-width: 480px) {
  .p2h-cleints .p2h-client-logo {
    display: inline-block;
  }
}
.p2h-cleints .p2h-client-logo li {
  -webkit-flex: 1.1;
  -moz-flex: 1.1;
  -ms-flex: 1.1;
  flex: 1.1;
  display: block;
  text-align: center;
  height: 160px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .p2h-cleints .p2h-client-logo li {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .p2h-cleints .p2h-client-logo li {
    height: 130px;
  }
}
@media (max-width: 640px) {
  .p2h-cleints .p2h-client-logo li {
    margin: 0;
    height: 110px;
  }
}
@media (max-width: 480px) {
  .p2h-cleints .p2h-client-logo li {
    height: auto;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .p2h-cleints .p2h-client-logo li img {
    max-width: 90px;
  }
}
@media (max-width: 640px) {
  .p2h-cleints .p2h-client-logo li img {
    max-width: 70px;
  }
}
@media (max-width: 480px) {
  .p2h-cleints .p2h-client-logo li img {
    max-width: inherit;
  }
}

.text-right {
  text-align: right !important;
}

/**Sketch to HTML**/
.sketch-banner.inner-banner {
  background: #6b1ea0;
  background: -moz-linear-gradient(left, #6b1ea0 0%, #ff6a00 100%);
  background: -webkit-linear-gradient(left, #6b1ea0 0%, #ff6a00 100%);
  background: linear-gradient(to right, #6b1ea0 0%, #ff6a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6b1ea0", endColorstr="#ff6a00",GradientType=1 );
  height: 450px;
  min-height: inherit;
  position: relative;
}
@media (max-width: 480px) {
  .sketch-banner.inner-banner {
    height: 350px;
  }
}
.sketch-banner.inner-banner:after {
  opacity: 1;
}
.sketch-banner.inner-banner .banner-content {
  max-width: 100%;
  text-align: center;
  top: 45%;
}
@media (max-width: 991px) {
  .sketch-banner.inner-banner .banner-content {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .sketch-banner.inner-banner .banner-content {
    padding: 0 15px;
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .sketch-banner.inner-banner .banner-content {
    max-width: 100%;
  }
}
.sketch-banner.inner-banner .banner-content h1, .sketch-banner.inner-banner .banner-content .h1 {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  animation: typing 4s steps(100, end), blink-caret 0.5s step-end infinite alternate;
}
@media (max-width: 991px) {
  .sketch-banner.inner-banner .banner-content h1, .sketch-banner.inner-banner .banner-content .h1 {
    animation: none !important;
  }
}
.sketch-banner.inner-banner .banner-content p span {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  animation: typing 4s steps(100, end), blink-caret 0.5s step-end infinite alternate;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media (max-width: 991px) {
  .sketch-banner.inner-banner .banner-content p span {
    animation: none !important;
    opacity: 1;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .sketch-banner.inner-banner .banner-content p span {
    font-size: 16px;
  }
}
.sketch-banner.inner-banner .banner-content p + p span {
  animation: typing 4s steps(100, end), blink-caret 0.5s step-end infinite alternate;
  animation-delay: 3.5s;
  animation-fill-mode: forwards;
}
.sketch-banner.inner-banner .banner-bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #704ba1;
  font-family: "Tondo-light";
  color: #fff;
  padding: 15px;
  z-index: 9;
}
.sketch-banner.inner-banner .banner-bottom-text .cross-price {
  color: #df5a09;
}
.sketch-banner.inner-banner .banner-bottom-text h3, .sketch-banner.inner-banner .banner-bottom-text .h3 {
  font-size: 22px;
}
@media (max-width: 1199px) {
  .sketch-banner.inner-banner .banner-bottom-text h3, .sketch-banner.inner-banner .banner-bottom-text .h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .sketch-banner.inner-banner .banner-bottom-text h3, .sketch-banner.inner-banner .banner-bottom-text .h3 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .sketch-banner.inner-banner .banner-bottom-text h3, .sketch-banner.inner-banner .banner-bottom-text .h3 {
    font-size: 16px;
  }
}

.p2h-sketch-outer {
  position: relative;
}
.p2h-sketch-outer .breadcrumb {
  margin-bottom: 0;
}
.p2h-sketch-outer:after {
  content: "";
  background: #e5eaf0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-height: 420px;
  z-index: -1;
}
@media (max-width: 991px) {
  .p2h-sketch-outer:after {
    max-height: 330px;
  }
}
@media (max-width: 767px) {
  .p2h-sketch-outer:after {
    display: none;
  }
}

.p2h-sketch-main .p2h-technology-outer {
  margin-top: 60px;
}
@media (max-width: 640px) {
  .p2h-sketch-main .p2h-technology-outer {
    margin-top: 20px;
  }
}
.p2h-sketch-main .technology-typebox div {
  letter-spacing: 0.5px;
}
.p2h-inner {
  background: #fff;
  position: relative;
  z-index: 999;
}

.p2h-sketch-feature {
  background: #2b8a8b;
  position: relative;
  padding: 60px 0 40px;
  z-index: 0;
}
@media (max-width: 480px) {
  .p2h-sketch-feature {
    padding: 40px 0;
  }
}
.p2h-sketch-feature:after {
  content: "";
  background: #329fa0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .p2h-sketch-feature:after {
    display: none;
  }
}
.p2h-sketch-feature .sketch-feature {
  width: 49%;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .p2h-sketch-feature .sketch-feature {
    width: 100%;
  }
}
.p2h-sketch-feature .sketch-feature .sketch-feature-content {
  max-width: 80%;
}
@media (max-width: 1199px) {
  .p2h-sketch-feature .sketch-feature .sketch-feature-content {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .p2h-sketch-feature .sketch-feature .sketch-feature-content {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .p2h-sketch-feature .sketch-feature .sketch-feature-content {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .p2h-sketch-feature .sketch-feature .sketch-feature-content h4, .p2h-sketch-feature .sketch-feature .sketch-feature-content li {
    text-align: left;
  }
}
.p2h-sketch-feature .sketch-feature .sketch-feature-content ul {
  margin-top: 25px;
}
.p2h-sketch-feature .sketch-feature .sketch-feature-content ul li {
  background: url("../../img/tick-icon.svg") no-repeat left 5px/19px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .p2h-sketch-feature .sketch-feature .sketch-feature-content ul li {
    background-size: 15px;
    margin-bottom: 3px;
  }
}
.p2h-sketch-feature .sketch-feature .sketch-feature-content ul li p {
  padding-left: 30px;
  font-size: 18px;
}
@media (max-width: 480px) {
  .p2h-sketch-feature .sketch-feature .sketch-feature-content ul li p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .p2h-sketch-feature .sketch-feature .sketch-feature-content h4, .p2h-sketch-feature .sketch-feature .sketch-feature-content .h4 {
    font-size: 16px;
  }
}
.p2h-sketch-feature .sketch-feature.text-center {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .p2h-sketch-feature .sketch-feature.text-center {
    margin-top: 40px;
    padding-left: 0;
  }
}
.p2h-sketch-feature .sketch-feature h1, .p2h-sketch-feature .sketch-feature .h1 {
  font-family: "Tondo-light";
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .p2h-sketch-feature .sketch-feature h1, .p2h-sketch-feature .sketch-feature .h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .p2h-sketch-feature .sketch-feature h1, .p2h-sketch-feature .sketch-feature .h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.p2h-sketch-feature .sketch-feature p ~ p {
  margin-top: 20px;
}
.p2h-sketch-feature .sketch-feature a {
  margin-top: 30px;
}
.p2h-sketch-feature .sketch-feature .p2h-process-block {
  margin-top: 50px;
  padding-bottom: 40px;
  border-bottom: #64b5b6 1px solid;
}
@media (max-width: 1199px) {
  .p2h-sketch-feature .sketch-feature .p2h-process-block {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .p2h-sketch-feature .sketch-feature .p2h-process-block {
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .p2h-sketch-feature .sketch-feature .p2h-process-block .col-xs-3 {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .p2h-sketch-feature .sketch-feature .p2h-process-block .p2h-process-step {
    margin-top: 30px;
  }
}
.p2h-sketch-feature .sketch-feature .p2h-process-block .p2h-process-step .process-icon {
  width: 90px;
  height: 90px;
  border: #fff 1px dashed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.p2h-sketch-feature .sketch-feature .p2h-process-block .p2h-process-step .process-icon span {
  position: absolute;
  bottom: 10px;
  right: -5px;
  width: 22px;
  height: 22px;
  background: #575960;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #bbbbbb;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p2h-sketch-feature .sketch-feature .p2h-process-block .p2h-process-step p {
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: 1px;
}

.p2h-testimonial-info {
  font-family: "Tondo-light";
  padding: 40px 0 0;
}
@media (max-width: 1199px) {
  .p2h-testimonial-info {
    padding-top: 30px;
  }
}
.p2h-testimonial-info span {
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 1199px) {
  .p2h-testimonial-info span {
    margin-bottom: 10px;
  }
}
.p2h-testimonial-info span i {
  margin: 0 2px;
  display: inline-block;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 480px) {
  .p2h-testimonial-info h4, .p2h-testimonial-info .h4 {
    font-size: 16px;
  }
}
.p2h-testimonial-info a {
  color: #fff;
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .p2h-testimonial-info a {
    margin-top: 20px !important;
  }
}
.p2h-testimonial-info a:hover {
  text-decoration: underline !important;
}

.sketch-work {
  padding: 40px 0 10px;
}
@media (max-width: 991px) {
  .sketch-work {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sketch-work {
    margin-bottom: 40px;
  }
}

.bluegradient-bg {
  background: #202671;
  background: -moz-linear-gradient(45deg, #202671 0%, #652d6b 100%);
  background: -webkit-linear-gradient(45deg, #202671 0%, #652d6b 100%);
  background: linear-gradient(45deg, #202671 0%, #652d6b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#202671", endColorstr="#652d6b",GradientType=1 );
  background-position: 400%;
}

/**Frontend Developer**/
.frontend-banner {
  background: url("../../img/frontend/frontend-banner.jpg") no-repeat center top/cover;
  height: 410px;
  position: relative;
}
@media (max-width: 991px) {
  .frontend-banner {
    height: auto;
    padding: 60px 0;
  }
}
.frontend-banner:after {
  content: "";
  background: rgba(0, 0, 0, 0.66);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.frontend-banner .banner-content h1, .frontend-banner .banner-content .h1 {
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .frontend-banner .banner-content h1, .frontend-banner .banner-content .h1 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .frontend-banner .banner-content h1, .frontend-banner .banner-content .h1 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .frontend-banner .banner-content h1 br, .frontend-banner .banner-content .h1 br {
    display: none;
  }
}
.frontend-banner .p2h-perhour {
  display: inline-block;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .frontend-banner .p2h-perhour {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .frontend-banner .p2h-perhour {
    margin-top: 10px;
    display: block;
  }
}
@media (max-width: 480px) {
  .frontend-banner .p2h-perhour {
    margin: 10px auto 0;
    max-width: 290px;
  }
}
.frontend-banner .p2h-perhour a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-width: 200px;
  float: left;
}
@media (max-width: 991px) {
  .frontend-banner .p2h-perhour a {
    min-width: inherit;
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .frontend-banner .p2h-perhour a {
    float: none;
    vertical-align: top;
  }
}
@media (max-width: 480px) {
  .frontend-banner .p2h-perhour a {
    width: 100%;
  }
}
.frontend-banner .p2h-perhour ul {
  display: inline-block;
}
@media (max-width: 480px) {
  .frontend-banner .p2h-perhour ul {
    width: 100%;
    margin-top: 10px;
  }
}
.frontend-banner .p2h-perhour ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 30px;
  font-family: "Tondo-light";
  text-align: center;
  padding: 0 20px;
  height: 48px;
  float: left;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .frontend-banner .p2h-perhour ul li {
    font-size: 20px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  .frontend-banner .p2h-perhour ul li {
    padding: 0 14px;
  }
}
@media (max-width: 480px) {
  .frontend-banner .p2h-perhour ul li {
    margin-left: 0;
    float: left;
  }
}
.frontend-banner .p2h-perhour ul li ~ li {
  float: right;
}
.frontend-banner .p2h-perhour ul li span {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .frontend-banner .p2h-perhour ul li span {
    font-size: 13px;
  }
}
.frontend-banner .p2h-perhour ul li.border-btn {
  background: none;
  border: #fff 2px solid;
}
.white-box {
  background: #fff;
  color: #333333;
}

.p2h-frontend-dev {
  max-width: 75%;
  margin: auto;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .p2h-frontend-dev {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .p2h-frontend-dev {
    max-width: 100%;
  }
}
.p2h-frontend-dev h1, .p2h-frontend-dev .h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Tondo-light";
}
@media (max-width: 1199px) {
  .p2h-frontend-dev h1, .p2h-frontend-dev .h1 {
    margin-bottom: 15px;
  }
}
.p2h-frontend-dev p {
  font-size: 18px;
}
@media (max-width: 640px) {
  .p2h-frontend-dev p {
    font-size: 16px;
  }
}
.p2h-frontend-dev a {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .p2h-frontend-dev a {
    height: 40px;
  }
}

.p2h-frontend-choose {
  background: #df5a09;
}
@media (max-width: 991px) {
  .p2h-frontend-choose {
    padding: 50px 0;
  }
}
.p2h-frontend-choose .col-6 {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .p2h-frontend-choose .col-6 {
    padding: 0;
  }
}
.p2h-frontend-choose .why-choose-info {
  margin: 0;
}
@media (max-width: 767px) {
  .p2h-frontend-choose .why-choose-info {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p2h-frontend-choose .why-choose-info ul {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .p2h-frontend-choose .why-choose-info h2, .p2h-frontend-choose .why-choose-info .h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .p2h-frontend-choose .why-choose-info h2, .p2h-frontend-choose .why-choose-info .h2 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .p2h-frontend-choose .why-choose-info h2, .p2h-frontend-choose .why-choose-info .h2 {
    font-size: 24px;
  }
}
.p2h-frontend-choose .why-choose-info h3, .p2h-frontend-choose .why-choose-info .h3 {
  font-size: 32px;
  font-family: "Tondo-bold";
}
@media (max-width: 991px) {
  .p2h-frontend-choose .why-choose-info h3, .p2h-frontend-choose .why-choose-info .h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .p2h-frontend-choose .why-choose-info h3, .p2h-frontend-choose .why-choose-info .h3 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .p2h-frontend-choose .why-choose-info h3, .p2h-frontend-choose .why-choose-info .h3 {
    font-size: 24px;
  }
}
.p2h-frontend-choose .p2h-promise {
  float: right;
  width: 100%;
  max-width: 90%;
  color: #fff;
}
@media (max-width: 767px) {
  .p2h-frontend-choose .p2h-promise {
    max-width: 100%;
    margin-top: 40px;
  }
}
.p2h-frontend-choose .p2h-promise h1, .p2h-frontend-choose .p2h-promise .h1 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .p2h-frontend-choose .p2h-promise h1, .p2h-frontend-choose .p2h-promise .h1 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .p2h-frontend-choose .p2h-promise h1, .p2h-frontend-choose .p2h-promise .h1 {
    font-size: 24px;
  }
}
.p2h-frontend-choose .p2h-promise p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .p2h-frontend-choose .p2h-promise p {
    font-size: 15px;
  }
}
.p2h-frontend-choose .p2h-promise li {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
  padding: 0 12px;
}
@media (max-width: 1199px) {
  .p2h-frontend-choose .p2h-promise li {
    padding: 0;
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .p2h-frontend-choose .p2h-promise li {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .p2h-frontend-choose .p2h-promise li {
    width: 49%;
  }
}
.p2h-frontend-choose .p2h-promise li span {
  min-height: 58px;
  display: block;
}
@media (max-width: 991px) {
  .p2h-frontend-choose .p2h-promise li span {
    min-height: 50px;
  }
}
@media (max-width: 991px) {
  .p2h-frontend-choose .p2h-promise li span img {
    max-height: 40px;
    width: auto;
  }
}
.p2h-frontend-choose .p2h-promise li h5, .p2h-frontend-choose .p2h-promise li .h5 {
  font-size: 16px;
}
@media (max-width: 991px) {
  .p2h-frontend-choose .p2h-promise li h5, .p2h-frontend-choose .p2h-promise li .h5 {
    font-size: 14px;
  }
}

.p2h-html-coding {
  position: relative;
}
@media (max-width: 1199px) {
  .p2h-html-coding {
    margin-top: -50px;
  }
}
@media (max-width: 640px) {
  .p2h-html-coding {
    margin: 0 0 30px;
    display: none;
  }
}
.p2h-html-coding:after {
  background: #15a98c;
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  height: 100%;
  max-height: 310px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .p2h-html-coding:after {
    max-height: 250px;
  }
}
@media (max-width: 991px) {
  .p2h-html-coding:after {
    max-height: 200px;
    top: 60px;
  }
}
@media (max-width: 767px) {
  .p2h-html-coding:after {
    max-height: 170px;
    top: 50px;
  }
}
@media (max-width: 640px) {
  .p2h-html-coding:after {
    display: none;
  }
}

.p2h-technology-used {
  padding-bottom: 60px;
}
@media (max-width: 640px) {
  .p2h-technology-used {
    padding-bottom: 20px;
  }
}
.p2h-technology-used h4, .p2h-technology-used .h4 {
  text-transform: uppercase;
}
.p2h-technology-used .technology-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .p2h-technology-used .technology-logo {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .p2h-technology-used .technology-logo {
    margin-top: 20px;
  }
}
.p2h-technology-used .technology-logo li {
  display: block;
  -webkit-flex: 1.1;
  -moz-flex: 1.1;
  -ms-flex: 1.1;
  flex: 1.1;
  text-align: center;
  margin: 0 15px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .p2h-technology-used .technology-logo li {
    margin: 0;
  }
}
.p2h-technology-used .technology-logo li.active a img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.p2h-technology-used .technology-logo li img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (max-width: 1199px) {
  .p2h-technology-used .technology-logo li img {
    max-height: 55px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .p2h-technology-used .technology-logo li img {
    max-height: 45px;
  }
}
@media (max-width: 767px) {
  .p2h-technology-used .technology-logo li img {
    max-height: 40px;
  }
}
@media (max-width: 640px) {
  .p2h-technology-used .technology-logo li img {
    max-height: 33px;
  }
}
@media (max-width: 480px) {
  .p2h-technology-used .technology-logo li img {
    max-height: 20px;
  }
}

@media (max-width: 1199px) {
  #discount-offer img {
    max-width: 100%;
  }
}

.p2h-contact-block:before {
  content: "";
  background: #10a0b7;
}
.p2h-contact-block h2, .p2h-contact-block .h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .p2h-contact-block h2, .p2h-contact-block .h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .p2h-contact-block h2, .p2h-contact-block .h2 {
    font-size: 28px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .p2h-contact-block h2, .p2h-contact-block .h2 {
    font-size: 28px;
  }
}
.p2h-contact-block p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .p2h-contact-block p {
    font-size: 16px;
    text-align: center;
  }
}
.p2h-contact-block .why-choose-info {
  max-width: 85%;
}
@media (max-width: 991px) {
  .p2h-contact-block .why-choose-info {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .p2h-contact-block .why-choose-info {
    max-width: 600px;
    margin: auto;
  }
}

.p2h-contact-form {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .p2h-contact-form {
    margin-top: 20px;
  }
}

.input-inner {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  position: relative;
}

.mui-form-floating-label {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 24px;
  color: #fff;
  font-family: "Tondo-light";
  font-weight: normal;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .mui-form-floating-label {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .mui-form-floating-label {
    font-size: 18px;
  }
}

.int-inner {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  font-size: 22px;
  color: #fff;
  border-radius: 0 !important;
  padding: 10px 0 3px;
  outline: 0;
  resize: none;
}

.mui-form-group > .mui-form-control:focus + label.mui-form-floating-label,
.mui-form-group > label.mui-form-floating-label-active {
  top: -8px;
  font-size: 16px;
}

.update-inner .input-inner {
  width: 48%;
}

.contact-form.input-inner {
  width: 100%;
}

.p2h-contact-address {
  color: #fff;
  float: right;
  max-width: 85%;
  width: 100%;
}
@media (max-width: 767px) {
  .p2h-contact-address {
    max-width: 600px;
    margin: 40px auto 0;
  }
}
.p2h-contact-address .p2h-contact-tel {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p2h-contact-address .p2h-contact-tel {
    margin-bottom: 30px;
  }
}
.p2h-contact-address .p2h-contact-tel h4, .p2h-contact-address .p2h-contact-tel .h4 {
  margin-bottom: 10px;
}
.p2h-contact-address .p2h-contact-tel p {
  font-size: 30px;
  letter-spacing: 2px;
}
@media (max-width: 1199px) {
  .p2h-contact-address .p2h-contact-tel p {
    font-size: 26px;
    letter-spacing: 1px;
  }
}
@media (max-width: 991px) {
  .p2h-contact-address .p2h-contact-tel p {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .p2h-contact-address .p2h-contact-tel p {
    font-size: 18px;
  }
}
.p2h-contact-address .p2h-contact-tel a {
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

.p2h-stats {
  padding-bottom: 30px;
}
.p2h-stats .company-stats {
  margin-top: 0;
}

.p2h-hire-us {
  background: #f5f7f9;
  padding: 60px 0;
}
.p2h-hire-us .p2h-hire-blocks {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .p2h-hire-us .p2h-hire-blocks {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .p2h-hire-us .p2h-hire-blocks {
    margin: 0 auto;
    max-width: 550px;
  }
}
.p2h-hire-us .p2h-hire-blocks .hire-box {
  background: #fff;
  min-height: 290px;
  padding: 35px 50px 50px;
  position: relative;
  box-shadow: rgba(32, 32, 32, 0.05) 0 0 20px;
}
@media (max-width: 1199px) {
  .p2h-hire-us .p2h-hire-blocks .hire-box {
    padding: 30px 20px 50px;
  }
}
@media (max-width: 991px) {
  .p2h-hire-us .p2h-hire-blocks .hire-box {
    padding-bottom: 70px;
    min-height: 270px;
  }
}
@media (max-width: 767px) {
  .p2h-hire-us .p2h-hire-blocks .hire-box {
    min-height: inherit;
    margin-top: 30px;
  }
}
.p2h-hire-us .p2h-hire-blocks .hire-box .hire-icon {
  min-height: 85px;
  display: block;
}
@media (max-width: 991px) {
  .p2h-hire-us .p2h-hire-blocks .hire-box .hire-icon {
    min-height: 70px;
  }
}
@media (max-width: 767px) {
  .p2h-hire-us .p2h-hire-blocks .hire-box .hire-icon {
    min-height: 60px;
  }
}
@media (max-width: 991px) {
  .p2h-hire-us .p2h-hire-blocks .hire-box .hire-icon img {
    max-height: 50px;
    width: auto;
  }
}
.p2h-hire-us .p2h-hire-blocks .hire-box h4, .p2h-hire-us .p2h-hire-blocks .hire-box .h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .p2h-hire-us .p2h-hire-blocks .hire-box h4, .p2h-hire-us .p2h-hire-blocks .hire-box .h4 {
    font-size: 16px;
  }
}
.p2h-hire-us .p2h-hire-blocks .hire-box p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .p2h-hire-us .p2h-hire-blocks .hire-box p {
    font-size: 14px;
  }
}
.p2h-hire-us .p2h-hire-blocks .hire-box span {
  font-size: 24px;
  opacity: 0.17;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
}

.p2hfeatures {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.offwhite-sec:before {
  background: #f5f7f9;
}

.p2h-cleints2 {
  background: #f5f7f9;
  padding-bottom: 0;
}
@media (max-width: 640px) {
  .p2h-cleints2 {
    display: none;
  }
}
@media (max-width: 991px) {
  .p2h-cleints2 .p2h-client-logo li {
    margin: 0;
    height: 120px;
  }
}
@media (max-width: 991px) {
  .p2h-cleints2 .p2h-client-logo li img {
    width: auto;
    max-height: 33px;
  }
}

/**P2Responsive**/
.p2h-responsive-info {
  margin-bottom: 0;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .p2h-responsive-info {
    padding: 0 0 50px;
  }
}
@media (max-width: 991px) {
  .p2h-responsive-info {
    margin-top: 30px;
  }
}

img#responsive-banner {
  height: 100%;
}

.p2h-responsive-banner {
  background: #ef473a;
  background: -moz-linear-gradient(left, #ef473a 0%, #cb2d3e 100%);
  background: -webkit-linear-gradient(left, #ef473a 0%, #cb2d3e 100%);
  background: linear-gradient(to right, #ef473a 0%, #cb2d3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ef473a", endColorstr="#cb2d3e",GradientType=1 );
}
.p2h-responsive-banner .container {
  position: relative;
}
.p2h-responsive-banner .container .banner-img {
  top: 50%;
  bottom: auto;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .p2h-responsive-banner .container .banner-img img {
    max-width: 300px;
  }
}
.p2h-responsive-banner .container .banner-content {
  max-width: 40%;
}
@media (max-width: 1199px) {
  .p2h-responsive-banner .container .banner-content {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .p2h-responsive-banner .container .banner-content {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .p2h-responsive-banner .container .banner-content {
    max-width: 600px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .p2h-responsive-banner .container .banner-content {
    max-width: 100%;
    padding: 0;
  }
}

.p2h-conversion-method {
  background: #23aabe;
  padding: 45px 0;
}
@media (max-width: 767px) {
  .p2h-conversion-method {
    padding-bottom: 20px;
  }
}
.p2h-conversion-method h1, .p2h-conversion-method .h1 {
  color: #fff;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.p2h-conversion-method .p2h-method-box {
  background: #fff;
  padding: 25px 40px;
}
@media (max-width: 991px) {
  .p2h-conversion-method .p2h-method-box {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .p2h-conversion-method .p2h-method-box {
    margin-bottom: 30px;
  }
}
.p2h-conversion-method .p2h-method-box span {
  background: #23aabe;
  width: 90px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: #fbfbfb 6px solid;
  margin-bottom: 20px;
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 2;
  -moz-animation-iteration-count: 2;
  -ms-animation-iteration-count: 2;
  -o-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p2h-conversion-method .p2h-method-box h4, .p2h-conversion-method .p2h-method-box .h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.p2h-conversion-method .p2h-method-box p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .p2h-conversion-method .p2h-method-box p {
    font-size: 15px;
  }
}

.p2h-resp-viewport {
  padding: 45px 0;
}
@media (max-width: 991px) {
  .p2h-resp-viewport {
    padding-top: 25px;
  }
}
.p2h-resp-viewport ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .p2h-resp-viewport ul {
    display: inline-block;
  }
}
.p2h-resp-viewport ul li {
  -webkit-flex: 1.1;
  -moz-flex: 1.1;
  -ms-flex: 1.1;
  flex: 1.1;
}
@media (max-width: 991px) {
  .p2h-resp-viewport ul li {
    display: inline-block;
    width: 24%;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .p2h-resp-viewport ul li {
    width: 32%;
  }
}
@media (max-width: 480px) {
  .p2h-resp-viewport ul li {
    width: 49%;
  }
}
.p2h-resp-viewport ul li span {
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 15px;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -ms-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 1199px) {
  .p2h-resp-viewport ul li p {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .p2h-resp-viewport ul li h4, .p2h-resp-viewport ul li .h4 {
    font-size: 16px;
  }
}

.p2h-responsive-portfolio {
  padding: 40px 0 20px;
}
@media (max-width: 991px) {
  .p2h-responsive-portfolio {
    padding-bottom: 40px;
  }
}

/**PSD2WORDPRESS DEVELOPER**/
.wpdev-banner {
  background: url("../../img/wp-dev/banner.jpg") no-repeat center top/cover;
}
.wpdev-banner:after {
  display: none;
}
.wpdev-banner .banner-content {
  max-width: 50%;
}
@media (max-width: 991px) {
  .wpdev-banner .banner-content {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (max-width: 640px) {
  .wpdev-banner .banner-content {
    max-width: 100%;
  }
}

.p2h-wp-perhour {
  background: #e2e2e2;
}
@media (max-width: 480px) {
  .p2h-wp-perhour {
    display: none;
  }
}
.p2h-wp-perhour .perhour-inner {
  max-width: 1500px;
  margin: auto;
}
.p2h-wp-perhour .perhour-inner .hire-price {
  width: 33.3333%;
  float: left;
  cursor: pointer;
  position: relative;
  padding: 30px 35px 25px;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (max-width: 1199px) {
  .p2h-wp-perhour .perhour-inner .hire-price {
    padding: 25px 25px 20px;
  }
}
@media (max-width: 991px) {
  .p2h-wp-perhour .perhour-inner .hire-price {
    padding: 15px 20px 10px;
  }
}
.p2h-wp-perhour .perhour-inner .hire-price ~ .hire-price {
  border-left: #bfbfbf 1px solid;
}
.p2h-wp-perhour .perhour-inner .hire-price h1, .p2h-wp-perhour .perhour-inner .hire-price .h1 {
  font-size: 48px;
}
@media (max-width: 1199px) {
  .p2h-wp-perhour .perhour-inner .hire-price h1, .p2h-wp-perhour .perhour-inner .hire-price .h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .p2h-wp-perhour .perhour-inner .hire-price h1, .p2h-wp-perhour .perhour-inner .hire-price .h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .p2h-wp-perhour .perhour-inner .hire-price h1, .p2h-wp-perhour .perhour-inner .hire-price .h1 {
    font-size: 30px;
  }
}
.p2h-wp-perhour .perhour-inner .hire-price h1 span, .p2h-wp-perhour .perhour-inner .hire-price .h1 span {
  font-size: 14px;
  display: block;
}
.p2h-wp-perhour .perhour-inner .hire-price ul {
  margin-top: 25px;
  list-style: disc;
}
@media (max-width: 991px) {
  .p2h-wp-perhour .perhour-inner .hire-price ul {
    margin-top: 10px;
  }
}
.p2h-wp-perhour .perhour-inner .hire-price ul li {
  font-size: 14px;
}
@media (max-width: 991px) {
  .p2h-wp-perhour .perhour-inner .hire-price ul li {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .p2h-wp-perhour .perhour-inner .hire-price ul li {
    font-size: 12px;
  }
}
.p2h-wp-perhour .perhour-inner .hire-price .hover-block {
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  visibility: hidden;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  width: 100%;
  padding: 35px;
  z-index: 99;
}
@media (max-width: 991px) {
  .p2h-wp-perhour .perhour-inner .hire-price .hover-block {
    padding: 25px;
  }
}
.p2h-wp-perhour .perhour-inner .hire-price:hover {
  background: #10a0b7;
}
.p2h-wp-perhour .perhour-inner .hire-price:hover .hover-block {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  color: #fff;
  background: #10a0b7;
}

.p2h-wpdev-outer {
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .p2h-wpdev-outer {
    padding-bottom: 50px;
  }
}
.p2h-wpdev-outer .p2h-wp-dev h2, .p2h-wpdev-outer .p2h-wp-dev .h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .p2h-wpdev-outer .p2h-wp-dev h2, .p2h-wpdev-outer .p2h-wp-dev .h2 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .p2h-wpdev-outer .p2h-wp-dev h2, .p2h-wpdev-outer .p2h-wp-dev .h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .p2h-wpdev-outer .p2h-wp-dev h2, .p2h-wpdev-outer .p2h-wp-dev .h2 {
    font-size: 24px;
  }
}
.p2h-wpdev-outer .p2h-save20 {
  border: #d9d9d9 2px dashed;
  padding: 40px 45px 15px;
  position: relative;
}
@media (max-width: 1199px) {
  .p2h-wpdev-outer .p2h-save20 {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .p2h-wpdev-outer .p2h-save20 {
    display: none;
  }
}
.p2h-wpdev-outer .p2h-save20:after {
  content: "";
  background: url("../../img/wp-dev/cut-icon.png") no-repeat;
  position: absolute;
  top: -33px;
  right: 20px;
  width: 90px;
  height: 100%;
}
.p2h-wpdev-outer .p2h-save20 h1, .p2h-wpdev-outer .p2h-save20 .h1 {
  font-size: 56px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .p2h-wpdev-outer .p2h-save20 h1, .p2h-wpdev-outer .p2h-save20 .h1 {
    font-size: 46px;
  }
}
.p2h-wpdev-outer .p2h-save20 h1 span, .p2h-wpdev-outer .p2h-save20 .h1 span {
  color: #10a0b7;
}
.p2h-wpdev-outer .p2h-save20 p {
  font-size: 18px;
  margin-bottom: 20px;
}
.p2h-wpdev-outer .p2h-save20 a {
  height: 45px;
}
.p2h-wpdev-outer .p2h-save20 h6, .p2h-wpdev-outer .p2h-save20 .h6 {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}

.p2h-wp-choose {
  background: #10a0b7;
}
@media (max-width: 991px) {
  .p2h-wp-choose {
    padding: 50px 0;
  }
}
.p2h-wp-choose:before {
  background: #444e61;
}

.p2h-wpcontact-block {
  background: #0f7ab2;
}
@media (max-width: 991px) {
  .p2h-wpcontact-block {
    padding: 50px 0;
  }
}
.p2h-wpcontact-block:before {
  background: #1a86be;
}
@media (max-width: 991px) {
  .p2h-wpcontact-block:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .p2h-wpcontact-block .col-6 {
    width: 100%;
  }
}

.p2h-wpdev-timetable {
  max-width: 92%;
  margin-top: 80px;
  float: right;
  width: 100%;
}
@media (max-width: 991px) {
  .p2h-wpdev-timetable {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .p2h-wpdev-timetable {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .p2h-wpdev-timetable .wp-timetable-inner {
    overflow-x: auto;
  }
}
.p2h-wpdev-timetable table {
  box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
}
@media (max-width: 991px) {
  .p2h-wpdev-timetable table {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .p2h-wpdev-timetable table {
    width: 600px;
  }
}
.p2h-wpdev-timetable table tr th {
  background: #fff;
  font-weight: normal;
  padding: 15px 20px;
  text-align: center;
}
@media (max-width: 1199px) {
  .p2h-wpdev-timetable table tr th {
    font-size: 14px;
    padding: 10px;
  }
}
.p2h-wpdev-timetable table tr td {
  text-align: center;
  padding: 15px;
  font-size: 14px;
}
.p2h-wpdev-timetable table tr td:first-child {
  text-align: left;
  text-transform: uppercase;
}
.p2h-wpdev-timetable table tr td:last-child {
  border: 0;
}
.p2h-wpdev-timetable table tr td ~ td {
  border-right: #c5c5c5 1px solid;
}
.p2h-wpdev-timetable p {
  color: #fff;
  margin-top: 25px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .p2h-wpdev-timetable p {
    font-size: 14px;
  }
}
.p2h-wpdev-timetable p a {
  color: #fff;
  text-decoration: underline !important;
}
.p2h-wpdev-timetable p a:hover {
  text-decoration: none !important;
}

.p2h-process-blocks {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p2h-process-blocks {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }
}
.p2h-process-blocks .hire-box {
  background: #fff;
  height: 250px;
  padding: 60px 52px 20px;
  border: #d4d4d4 1px solid;
}
@media (max-width: 1199px) {
  .p2h-process-blocks .hire-box {
    padding: 40px 30px 20px;
    height: 220px;
  }
}
@media (max-width: 991px) {
  .p2h-process-blocks .hire-box {
    padding: 25px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .p2h-process-blocks .hire-box {
    margin-top: 30px;
    height: auto;
  }
}
.p2h-process-blocks .hire-box .hire-icon {
  min-height: 70px;
  display: block;
}
@media (max-width: 1199px) {
  .p2h-process-blocks .hire-box .hire-icon {
    min-height: 80px;
  }
}
@media (max-width: 991px) {
  .p2h-process-blocks .hire-box .hire-icon {
    min-height: 70px;
  }
}
@media (max-width: 1199px) {
  .p2h-process-blocks .hire-box .hire-icon img {
    max-height: 70px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .p2h-process-blocks .hire-box .hire-icon img {
    max-height: 60px;
  }
}
.p2h-process-blocks .hire-box p {
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .p2h-process-blocks .hire-box p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .p2h-process-blocks .hire-box p {
    font-size: 14px;
  }
}

.p2h-wp-banner {
  background: #0a54af;
  background: -moz-linear-gradient(left, #0a54af 0%, #1cb5e0 100%);
  background: -webkit-linear-gradient(left, #0a54af 0%, #1cb5e0 100%);
  background: linear-gradient(to right, #0a54af 0%, #1cb5e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0a54af", endColorstr="#1cb5e0",GradientType=1 );
}
.p2h-wp-banner .container {
  position: static;
}
.p2h-wp-banner .container .banner-img {
  width: 870px;
}
@media (max-width: 1199px) {
  .p2h-wp-banner .container .banner-img {
    width: 680px;
  }
}
@media (max-width: 1199px) {
  .p2h-wp-banner .container .banner-img img {
    max-width: 420px;
  }
}
.p2h-wp-banner .container .banner-img .wp-slider-list {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  max-width: 250px;
}
.p2h-wp-banner .container .banner-img .wp-slider-list li {
  font-size: 18px;
  min-height: 80px;
  letter-spacing: 1px;
  padding-top: 10px;
  margin-bottom: 8px;
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 1199px) {
  .p2h-wp-banner .container .banner-img .wp-slider-list li {
    font-size: 14px;
    min-height: 40px;
  }
}
.p2h-wp-banner .container .banner-img .wp-slider-list li:nth-child(2) {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3.1s;
  -moz-animation-delay: 3.1s;
  -ms-animation-delay: 3.1s;
  -o-animation-delay: 3.1s;
  animation-delay: 3.1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p2h-wp-banner .container .banner-img .wp-slider-list li:nth-child(3) {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3.2s;
  -moz-animation-delay: 3.2s;
  -ms-animation-delay: 3.2s;
  -o-animation-delay: 3.2s;
  animation-delay: 3.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p2h-wp-banner .container .banner-img .wp-slider-list li:nth-child(4) {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-iteration-count: 1s;
  -moz-animation-iteration-count: 1s;
  -ms-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3.3s;
  -moz-animation-delay: 3.3s;
  -ms-animation-delay: 3.3s;
  -o-animation-delay: 3.3s;
  animation-delay: 3.3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p2h-magento-banner {
  background: #0a54af;
  background: -moz-linear-gradient(left, #0a54af 0%, #1cb5e0 100%);
  background: -webkit-linear-gradient(left, #0a54af 0%, #1cb5e0 100%);
  background: linear-gradient(to right, #0a54af 0%, #1cb5e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0a54af", endColorstr="#1cb5e0",GradientType=1 );
}
@media (max-width: 1199px) {
  .p2h-magento-banner .container .banner-img img {
    max-width: 400px;
  }
}

.p2h-wordpress-outer {
  overflow: hidden;
  position: relative;
}
.p2h-wordpress-outer:after {
  content: "";
  background: #e5eaf0;
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 120%;
  height: 90%;
  z-index: -1;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
@media (max-width: 640px) {
  .p2h-wordpress-outer:after {
    display: none;
  }
}
.p2h-wordpress-outer .breadcrumb {
  margin-bottom: 0;
}
.p2h-wordpress-outer .p2h-about-wordpress {
  max-width: 95%;
  margin: 50px auto 50px;
}
@media (max-width: 1199px) {
  .p2h-wordpress-outer .p2h-about-wordpress {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .p2h-wordpress-outer .p2h-about-wordpress {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .p2h-wordpress-outer .p2h-about-wordpress {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .p2h-wordpress-outer .p2h-about-wordpress .col-md-4 .p2h-responsive-info {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .p2h-wordpress-outer .p2h-about-wordpress .p2h-responsive-info {
    margin-top: 10px;
  }
}

.p2h-love-working {
  padding-top: 70px;
}

.p2h-optinal-feature {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 80px;
  margin-top: -50px;
  z-index: 999;
}
@media (max-width: 1199px) {
  .p2h-optinal-feature {
    padding-top: 140px;
    margin-top: -70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .p2h-optinal-feature {
    padding-top: 100px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .p2h-optinal-feature {
    margin-top: 40px;
    padding: 50px 0;
  }
}
.p2h-optinal-feature:after {
  content: "";
  background: #0a54af;
  background: -moz-linear-gradient(-90deg, #0a54af 0%, #1cb5e0 100%);
  background: -webkit-linear-gradient(-90deg, #0a54af 0%, #1cb5e0 100%);
  background: linear-gradient(-180deg, #0a54af 0%, #1cb5e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0a54af", endColorstr="#1cb5e0",GradientType=1 );
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  clip-path: polygon(0 250px, 100% 0, 100% 750px, 0% 100%);
}
@media (max-width: 991px) {
  .p2h-optinal-feature:after {
    bottom: 0;
    clip-path: polygon(0 90px, 100% 0, 100% 750px, 0% 100%);
  }
}
@media (max-width: 767px) {
  .p2h-optinal-feature:after {
    bottom: auto;
    top: 0;
    height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    clip-path: none;
  }
}
.p2h-optinal-feature h1, .p2h-optinal-feature .h1 {
  color: #fff;
}
.p2h-optinal-feature .optinal-feature {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .p2h-optinal-feature .optinal-feature {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .p2h-optinal-feature .optinal-feature {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .p2h-optinal-feature .optinal-feature {
    margin: 20px auto 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .p2h-optinal-feature .optinal-feature {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .p2h-optinal-feature .optinal-feature .col-sm-4 {
    width: 50%;
  }
}
.p2h-optinal-feature .optinal-feature .optinal-feature-box {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 26px;
  padding: 40px 30px;
}
@media (max-width: 1199px) {
  .p2h-optinal-feature .optinal-feature .optinal-feature-box {
    padding: 40px 25px;
  }
}
@media (max-width: 991px) {
  .p2h-optinal-feature .optinal-feature .optinal-feature-box {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .p2h-optinal-feature .optinal-feature .optinal-feature-box {
    margin-top: 10px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .p2h-optinal-feature .optinal-feature .optinal-feature-box {
    margin-top: 20px;
  }
}
.p2h-optinal-feature .optinal-feature .optinal-feature-box span {
  min-height: 120px;
  display: block;
}
@media (max-width: 991px) {
  .p2h-optinal-feature .optinal-feature .optinal-feature-box span {
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .p2h-optinal-feature .optinal-feature .optinal-feature-box span {
    min-height: 65px;
  }
}
@media (max-width: 991px) {
  .p2h-optinal-feature .optinal-feature .optinal-feature-box span img {
    max-height: 60px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .p2h-optinal-feature .optinal-feature .optinal-feature-box span img {
    max-height: 52px;
  }
}
.p2h-optinal-feature .optinal-feature .optinal-feature-box h2, .p2h-optinal-feature .optinal-feature .optinal-feature-box .h2 {
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 991px) {
  .p2h-optinal-feature .optinal-feature .optinal-feature-box h2, .p2h-optinal-feature .optinal-feature .optinal-feature-box .h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .p2h-optinal-feature .optinal-feature .optinal-feature-box h2, .p2h-optinal-feature .optinal-feature .optinal-feature-box .h2 {
    font-size: 20px;
  }
}
.p2h-optinal-feature .optinal-feature .optinal-feature-box p {
  font-size: 16px;
}
@media (max-width: 991px) {
  .p2h-optinal-feature .optinal-feature .optinal-feature-box p {
    letter-spacing: -0.2px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p2h-optinal-feature .optinal-feature .optinal-feature-box p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .p2h-optinal-feature .optinal-feature .optinal-feature-box p {
    font-size: 14px;
  }
}

.p2h-wp-stats {
  margin-top: -50px;
}
@media (max-width: 767px) {
  .p2h-wp-stats {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .p2h-wp-stats {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .p2h-love-working {
    padding-top: 40px;
  }
}
.p2h-love-working h1, .p2h-love-working .h1 {
  text-transform: uppercase;
}
.p2h-love-working .work-text {
  margin: 50px 0 60px;
  max-width: 50%;
}
@media (max-width: 1199px) {
  .p2h-love-working .work-text {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .p2h-love-working .work-text {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .p2h-love-working .work-text {
    margin-top: 20px;
  }
}
.p2h-love-working .work-text p {
  font-size: 16px;
}
.p2h-love-working .work-text a {
  margin-top: 30px;
}
.p2h-love-working .work-text ul {
  margin-top: 20px;
}
.p2h-love-working .girl-img {
  position: absolute;
  right: 0;
  bottom: -60px;
}
@media (max-width: 991px) {
  .p2h-love-working .girl-img {
    display: none;
  }
}
.p2h-love-working .work-content-outer {
  max-width: 75%;
  margin: auto;
  position: relative;
}
@media (max-width: 1199px) {
  .p2h-love-working .work-content-outer {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .p2h-love-working .work-content-outer {
    max-width: 100%;
  }
}

ul.dark-list li {
  padding-left: 20px;
  background: url("../../img/darktick-icon.svg") no-repeat left 7px/12px;
  font-size: 16px;
  margin-bottom: 5px;
}

/**PSD 2 Magento**/
.p2h-magento-banner {
  background: #f85032;
  background: -moz-linear-gradient(left, #f85032 0%, #e73827 100%);
  background: -webkit-linear-gradient(left, #f85032 0%, #e73827 100%);
  background: linear-gradient(to right, #f85032 0%, #e73827 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f85032", endColorstr="#e73827",GradientType=1 );
}

.p2h-about-magento {
  padding: 75px 0 55px;
}
@media (max-width: 1199px) {
  .p2h-about-magento {
    padding: 60px 0 0;
  }
}
@media (max-width: 991px) {
  .p2h-about-magento {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .p2h-about-magento p {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .p2h-magento-outer {
    background: #f6f7f9;
  }
}
.p2h-magento-outer:after {
  background: #f6f7f9;
  -webkit-transform: skewY(-17deg);
  -moz-transform: skewY(-17deg);
  -ms-transform: skewY(-17deg);
  -o-transform: skewY(-17deg);
  transform: skewY(-17deg);
  width: 115%;
  height: 120%;
  top: 32%;
}
@media (min-width: 1600px) {
  .p2h-magento-outer:after {
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    transform: skewY(-10deg);
  }
}
@media (max-width: 991px) {
  .p2h-magento-outer:after {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.p2h-magento-outer:before {
  content: "";
  background: url("../../img/p2m/bg-1.png") no-repeat left bottom;
  width: 271px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .p2h-magento-outer:before {
    display: none;
  }
}

.p2h-magento-stats {
  padding-bottom: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .p2h-magento-stats {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .p2h-magento-stats .company-stats {
    margin-bottom: 0;
  }
}

.p2h-magento-img {
  position: relative;
  z-index: 999;
  max-width: 1500px;
  margin: auto;
}
@media (max-width: 1199px) {
  .p2h-magento-img {
    text-align: center;
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .p2h-magento-img {
    display: none;
  }
}
.p2h-magento-img img {
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: 99;
}
@media (max-width: 1199px) {
  .p2h-magento-img img {
    position: static;
  }
}

.p2h-why-work {
  padding: 75px 0;
  background: #f5f7f9 url("../../img/p2m/bg-2.png") no-repeat right bottom;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 0;
}
@media (max-width: 1199px) {
  .p2h-why-work {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .p2h-why-work {
    background-image: none;
    padding: 0 0 40px;
  }
}
.p2h-why-work:before {
  content: "";
  background: #15a97f;
  width: 150%;
  height: 100%;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: -1;
}
@media (max-width: 640px) {
  .p2h-why-work:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: none;
  }
}
.p2h-why-work .p2h-work-block {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .p2h-why-work .p2h-work-block {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .p2h-why-work .p2h-work-block {
    background: #15a97f;
    padding: 40px 15px;
  }
}
.p2h-why-work .p2h-work-block h1, .p2h-why-work .p2h-work-block .h1 {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .p2h-why-work .p2h-work-block h1, .p2h-why-work .p2h-work-block .h1 {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .p2h-why-work .p2h-work-block p {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .p2h-why-work .p2h-work-block.p2h-magento-graphic {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .p2h-why-work .p2h-work-block.p2h-magento-graphic {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .p2h-why-work .p2h-work-block.p2h-magento-graphic img {
    max-width: 100%;
  }
}
.p2h-why-work .p2h-why_work_list li {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .p2h-why-work .p2h-why_work_list li {
    text-align: center;
  }
}
.p2h-why-work .p2h-why_work_list li span {
  width: 72px;
  height: 72px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #73cbb2;
}
@media (max-width: 480px) {
  .p2h-why-work .p2h-why_work_list li span {
    margin-bottom: 20px;
  }
}
.p2h-why-work .p2h-why_work_list li .work-info {
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: top;
  padding-left: 20px;
}
@media (max-width: 480px) {
  .p2h-why-work .p2h-why_work_list li .work-info {
    width: 100%;
    display: block;
    padding: 0;
  }
}
.p2h-why-work .p2h-why_work_list li .work-info p {
  font-size: 16px;
}
.p2h-why-work .p2h-why_work_list li .work-info h4, .p2h-why-work .p2h-why_work_list li .work-info .h4 {
  margin-bottom: 10px;
}

.p2h-optional-feature {
  padding-top: 170px;
}
@media (max-width: 991px) {
  .p2h-optional-feature {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .p2h-optional-feature {
    padding-top: 50px;
  }
}
.p2h-optional-feature h1, .p2h-optional-feature .h1 {
  color: #333333;
}
.p2h-optional-feature .p2h-opt-feature-inner {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .p2h-optional-feature .p2h-opt-feature-inner {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .p2h-optional-feature .p2h-opt-feature-inner {
    margin-top: 40px;
  }
}
.p2h-optional-feature .p2h-opt-feature-inner .opt-feature {
  width: 40%;
  float: left;
}
@media (max-width: 991px) {
  .p2h-optional-feature .p2h-opt-feature-inner .opt-feature {
    display: none;
  }
}

.opt-feature-list {
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 29px;
  width: 50%;
  float: right;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .opt-feature-list {
    width: 57%;
  }
}
@media (max-width: 991px) {
  .opt-feature-list {
    width: 100%;
    max-width: 600px;
    float: none;
    margin: auto;
  }
}
@media (max-width: 640px) {
  .opt-feature-list {
    box-shadow: none;
  }
}
.opt-feature-list li {
  background: #fff;
  padding: 25px;
  position: relative;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (max-width: 1199px) {
  .opt-feature-list li {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .opt-feature-list li {
    margin-bottom: 20px;
  }
}
.opt-feature-list li ~ li {
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
}
.opt-feature-list li:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 29px;
  z-index: 999;
}
.opt-feature-list li span {
  display: inline-block;
  width: 130px;
  vertical-align: top;
}
@media (max-width: 640px) {
  .opt-feature-list li span {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.opt-feature-list li .feature-info {
  display: inline-block;
  width: calc(100% - 150px);
  color: #333333;
  padding-left: 10px;
}
@media (max-width: 640px) {
  .opt-feature-list li .feature-info {
    width: 100%;
    text-align: center;
  }
}
.opt-feature-list li .feature-info h4, .opt-feature-list li .feature-info .h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 640px) {
  .opt-feature-list li .feature-info h4, .opt-feature-list li .feature-info .h4 {
    margin-bottom: 10px;
  }
}
.opt-feature-list li .feature-info p {
  font-size: 16px;
}

.p2h-magento-process {
  background: url("../../img/p2m/process-bg.jpg") no-repeat center top/cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
  padding: 75px 0;
}
@media (max-width: 1199px) {
  .p2h-magento-process {
    padding: 50px 0;
  }
}
.p2h-magento-process:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(21, 169, 127, 0.95);
  z-index: -1;
}
.p2h-magento-process .p2h-process-inner {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .p2h-magento-process .p2h-process-inner {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .p2h-magento-process .p2h-process-inner {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .p2h-magento-process .p2h-process-inner {
    margin-top: 20px;
  }
}
.p2h-magento-process .p2h-process-inner .row {
  margin: 0 -5px;
}
.p2h-magento-process .p2h-process-inner .col-md-3 {
  padding: 0 5px;
}
@media (max-width: 640px) {
  .p2h-magento-process .p2h-process-inner .col-md-3 {
    width: 100%;
  }
}
.p2h-magento-process .p2h-process-inner .magento-process-box {
  color: #fff;
  min-height: 300px;
  position: relative;
  background: rgba(0, 0, 0, 0.09);
  padding: 25px 25px 50px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .p2h-magento-process .p2h-process-inner .magento-process-box {
    padding: 20px 15px 50px;
  }
}
@media (max-width: 991px) {
  .p2h-magento-process .p2h-process-inner .magento-process-box {
    margin-top: 10px;
    padding: 30px 30px 40px;
    min-height: 270px;
  }
}
@media (max-width: 767px) {
  .p2h-magento-process .p2h-process-inner .magento-process-box {
    min-height: 280px;
    padding: 30px 20px 40px;
  }
}
@media (max-width: 640px) {
  .p2h-magento-process .p2h-process-inner .magento-process-box {
    min-height: inherit;
    padding-bottom: 60px;
  }
}
.p2h-magento-process .p2h-process-inner .magento-process-box:hover {
  background: rgba(0, 0, 0, 0.25);
}
.p2h-magento-process .p2h-process-inner .magento-process-box span {
  min-height: 70px;
  display: block;
}
.p2h-magento-process .p2h-process-inner .magento-process-box h4, .p2h-magento-process .p2h-process-inner .magento-process-box .h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .p2h-magento-process .p2h-process-inner .magento-process-box h4, .p2h-magento-process .p2h-process-inner .magento-process-box .h4 {
    margin-bottom: 10px;
  }
}
.p2h-magento-process .p2h-process-inner .magento-process-box h6, .p2h-magento-process .p2h-process-inner .magento-process-box .h6 {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .p2h-magento-process .p2h-process-inner .magento-process-box p {
    font-size: 15px;
  }
}

.p2h-magento-service {
  background: #17a7a5;
  padding: 20px 0;
  color: #fff;
}
.p2h-magento-service h4, .p2h-magento-service .h4 {
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .p2h-magento-service h4, .p2h-magento-service .h4 {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 767px) {
  .p2h-magento-service h4, .p2h-magento-service .h4 {
    display: block;
    margin-top: 15px;
  }
}
.p2h-magento-service span {
  background: #fff;
  padding: 10px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .p2h-magento-service span {
    margin-right: 15px;
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .p2h-magento-service span {
    margin-bottom: 10px;
  }
}
.p2h-magento-service span i {
  font-size: 24px;
  margin: 0 1px;
}
@media (max-width: 991px) {
  .p2h-magento-service span i {
    font-size: 18px;
  }
}
.p2h-magento-service span i:first-child {
  color: #35ab7b;
}
.p2h-magento-service span i:nth-child(2) {
  color: #3eb980;
}
.p2h-magento-service span i:nth-child(3) {
  color: #40ba7f;
}
.p2h-magento-service span i:nth-child(4) {
  color: #40ba7d;
}
.p2h-magento-service span i:nth-child(5) {
  color: #3eba7c;
}

.still-ques {
  padding-top: 60px;
}

.p2h-technology-outer .technology-frame {
  position: relative;
  background: #353b46;
  -webkit-border-radius: 8px 8px 3px 3px;
  -moz-border-radius: 8px 8px 3px 3px;
  -ms-border-radius: 8px 8px 3px 3px;
  border-radius: 8px 8px 3px 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 -10px 50px;
  margin: 0 auto 30px;
  max-width: 90%;
}
@media (max-width: 991px) {
  .p2h-technology-outer .technology-frame {
    max-width: 95%;
  }
}
.p2h-technology-outer .technology-frame .frame-header {
  background: #eef1f5;
  height: 50px;
  padding: 0 30px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border: rgba(0, 0, 0, 0.05) solid;
  border-width: 1px 1px 0 1px;
  display: flex;
  align-items: center;
}
.p2h-technology-outer .technology-frame .frame-header span {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background: #edc04a;
  margin-left: 25px;
  position: relative;
}
.p2h-technology-outer .technology-frame .frame-header span:before, .p2h-technology-outer .technology-frame .frame-header span:after {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background: #ef534a;
  position: absolute;
  left: -25px;
  top: 0;
}
.p2h-technology-outer .technology-frame .frame-header span:after {
  left: 25px;
  background: #97d272;
}
.p2h-technology-outer .technology-frame .frame-inner {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.p2h-technology-outer .technology-frame .frame-inner .technology-left-sidebar {
  width: 25%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #444e61;
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  -ms-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
.p2h-technology-outer .technology-frame .frame-inner .technology-left-sidebar h4, .p2h-technology-outer .technology-frame .frame-inner .technology-left-sidebar .h4 {
  color: #fff;
  padding: 15px 35px;
  background: #505e77;
  font-size: 16px;
  font-family: "Tondo-reg";
}
@media (max-width: 767px) {
  .p2h-technology-outer .technology-frame .frame-inner .technology-left-sidebar h4, .p2h-technology-outer .technology-frame .frame-inner .technology-left-sidebar .h4 {
    font-size: 13px;
    padding: 15px;
  }
}
.p2h-technology-outer .technology-frame .frame-inner .technology-left-sidebar h4 span, .p2h-technology-outer .technology-frame .frame-inner .technology-left-sidebar .h4 span {
  margin-right: 10px;
}
.p2h-technology-outer .technology-frame .frame-inner .technology-right-sidebar {
  width: 75%;
  float: right;
  padding: 20px 30px;
  position: relative;
  font-family: "Tondo-reg";
}
@media (max-width: 767px) {
  .p2h-technology-outer .technology-frame .frame-inner .technology-right-sidebar {
    padding: 15px;
  }
}
.p2h-technology-outer .technology-frame .frame-inner .technology-right-sidebar .technology-content {
  color: #fff;
}
.p2h-technology-outer .technology-frame .frame-inner .technology-right-sidebar .technology-content .left-num {
  width: 20px;
  text-align: right;
  float: left;
  color: #767779;
  font-weight: 400;
  margin-right: 20px;
  font-size: 14px;
}
.p2h-technology-outer .technology-frame .frame-inner .technology-right-sidebar .technology-content .left-num p {
  font-family: "Tondo-reg";
}

.technology-typebox div {
  display: none;
  font-size: 14px;
}
.technology-typebox div.active {
  display: block;
}

#wheel-anim {
  position: absolute;
  top: -2%;
  right: 70%;
  -webkit-animation: spin-wheel 2s infinite ease-in-out;
  -moz-animation: spin-wheel 2s infinite ease-in-out;
  -o-animation: spin-wheel 2s infinite ease-in-out;
  animation: spin-wheel 2s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: 10;
  width: auto;
}

.buble-anim {
  overflow: hidden;
}
.buble-anim span {
  background: rgba(255, 255, 255, 0.08);
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bubble1 60s infinite ease-in-out;
  -moz-animation: bubble1 60s infinite ease-in-out;
  -o-animation: bubble1 60s infinite ease-in-out;
  animation: bubble1 60s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.buble-anim span:nth-child(2) {
  width: 50px;
  height: 50px;
  -webkit-animation: bubble2 40s infinite ease-in-out;
  -moz-animation: bubble2 40s infinite ease-in-out;
  -o-animation: bubble2 40s infinite ease-in-out;
  animation: bubble2 40s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.buble-anim span:nth-child(3) {
  width: 20px;
  height: 20px;
  -webkit-animation: bubble3 60s infinite ease-in-out;
  -moz-animation: bubble3 60s infinite ease-in-out;
  -o-animation: bubble3 60s infinite ease-in-out;
  animation: bubble3 60s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.buble-anim span:nth-child(4) {
  width: 80px;
  height: 80px;
  -webkit-animation: bubble4 50s infinite ease-in-out;
  -moz-animation: bubble4 50s infinite ease-in-out;
  -o-animation: bubble4 50s infinite ease-in-out;
  animation: bubble4 50s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.buble-anim span:nth-child(5) {
  width: 60px;
  height: 60px;
  -webkit-animation: bubble5 75s infinite ease-in-out;
  -moz-animation: bubble5 75s infinite ease-in-out;
  -o-animation: bubble5 75s infinite ease-in-out;
  animation: bubble5 75s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.buble-anim span:nth-child(6) {
  width: 35px;
  height: 35px;
  -webkit-animation: bubble6 45s infinite ease-in-out;
  -moz-animation: bubble6 45s infinite ease-in-out;
  -o-animation: bubble6 45s infinite ease-in-out;
  animation: bubble6 45s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.buble-anim span:nth-child(7) {
  width: 15px;
  height: 15px;
  -webkit-animation: bubble7 50s infinite ease-in-out;
  -moz-animation: bubble7 50s infinite ease-in-out;
  -o-animation: bubble7 50s infinite ease-in-out;
  animation: bubble7 50s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.bootstrap-fileformat {
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  -webkit-animation: fadeText 3s infinite;
  -moz-animation: fadeText 3s infinite;
  -o-animation: fadeText 3s infinite;
  animation: fadeText 3s infinite;
  animation-delay: 1.5s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (max-width: 991px) {
  .bootstrap-fileformat {
    display: none;
  }
}
.bootstrap-fileformat p {
  font-size: 20px;
  position: absolute;
  top: 10%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-animation: text-1 1s ease-in-out;
  -moz-animation: text-1 1s ease-in-out;
  -o-animation: text-1 1s ease-in-out;
  animation: text-1 1s ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  opacity: 0;
}
.bootstrap-fileformat p:nth-child(2) {
  -webkit-animation: text-2 1s ease-in-out;
  -moz-animation: text-2 1s ease-in-out;
  -o-animation: text-2 1s ease-in-out;
  animation: text-2 1s ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  left: 35%;
  top: 15%;
}
.bootstrap-fileformat p:nth-child(3) {
  -webkit-animation: text-3 1s ease-in-out;
  -moz-animation: text-3 1s ease-in-out;
  -o-animation: text-3 1s ease-in-out;
  animation: text-3 1s ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  right: 30%;
  left: auto;
  top: 15%;
}
.bootstrap-fileformat p:nth-child(4) {
  -webkit-animation: text-4 1s ease-in-out;
  -moz-animation: text-4 1s ease-in-out;
  -o-animation: text-4 1s ease-in-out;
  animation: text-4 1s ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  right: 20%;
  left: auto;
  top: 40%;
}
.bootstrap-fileformat p:nth-child(5) {
  -webkit-animation: text-5 1s ease-in-out;
  -moz-animation: text-5 1s ease-in-out;
  -o-animation: text-5 1s ease-in-out;
  animation: text-5 1s ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  right: 10%;
  left: auto;
  top: 25%;
}
.bootstrap-fileformat p:nth-child(6) {
  -webkit-animation: text-6 1s ease-in-out;
  -moz-animation: text-6 1s ease-in-out;
  -o-animation: text-6 1s ease-in-out;
  animation: text-6 1s ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  left: 0%;
  top: 25%;
}

#bootstrap-logo {
  position: absolute;
  top: 20%;
  left: 32%;
  max-width: 120px;
}

#slide-lines {
  position: absolute;
  left: 32%;
  top: 15px;
  height: 80px;
  width: 200px;
  overflow: hidden;
  perspective: 150px;
  background: url("../../img/lines.svg");
  -webkit-animation: lines-scroll 15s infinite ease-in-out;
  -moz-animation: lines-scroll 15s infinite ease-in-out;
  -o-animation: lines-scroll 15s infinite ease-in-out;
  animation: lines-scroll 15s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@media (max-width: 1299px) {
  #slide-lines {
    width: 190px;
    height: 60px;
  }
}

#lines2 {
  position: absolute;
  overflow: hidden;
  left: 57.8%;
  top: 34%;
  height: 35px;
  width: 55px;
  perspective: 150px;
  background: url("../../img/p2html/lines2.svg") repeat-y -5px top/100%;
  -webkit-transform: skewX(-16deg);
  -moz-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
  -o-transform: skewX(-16deg);
  transform: skewX(-16deg);
  -webkit-animation: lines-scroll 50s infinite ease-in-out;
  -moz-animation: lines-scroll 50s infinite ease-in-out;
  -o-animation: lines-scroll 50s infinite ease-in-out;
  animation: lines-scroll 50s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

#psd-frame {
  position: absolute;
  overflow: hidden;
  left: 154px;
  top: 22.3%;
  height: 187px;
  width: 150px;
  perspective: 150px;
  background: url("../../img/p2j/psd-frame.svg") repeat-y -5px top/100%;
  -webkit-animation: psd-scroll 10s infinite ease-in-out;
  -moz-animation: psd-scroll 10s infinite ease-in-out;
  -o-animation: psd-scroll 10s infinite ease-in-out;
  animation: psd-scroll 10s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

#code-frame {
  position: absolute;
  overflow: hidden;
  left: 315px;
  top: 22.3%;
  height: 187px;
  width: 150px;
  perspective: 150px;
  background: url("../../img/p2j/lines.svg") repeat-y -5px top/100%;
  -webkit-animation: lines-scroll 10s infinite ease-in-out;
  -moz-animation: lines-scroll 10s infinite ease-in-out;
  -o-animation: lines-scroll 10s infinite ease-in-out;
  animation: lines-scroll 10s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.border-white {
  height: 130px;
  width: 130px;
  position: absolute;
  top: -11px;
  left: 31.5%;
  background: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
  background-position: 0px 0px, 130px 130px, 0px 130px, 130px 0px;
  padding: 10px;
  -webkit-animation: border-dance 6s infinite ease-in-out;
  -moz-animation: border-dance 6s infinite ease-in-out;
  -o-animation: border-dance 6s infinite ease-in-out;
  animation: border-dance 6s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@media (max-width: 1199px) {
  .border-white {
    display: none;
  }
}

.border-blue {
  width: 200px;
  height: 200px;
  background: #fff;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  bottom: -5.7%;
  right: 6.3%;
  border: #0451a8 2px dashed;
  -webkit-animation: border-circle 6s infinite ease-in-out;
  -moz-animation: border-circle 6s infinite ease-in-out;
  -o-animation: border-circle 6s infinite ease-in-out;
  animation: border-circle 6s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@media (max-width: 1199px) {
  .border-blue {
    display: none;
  }
}

.md-show {
  display: none;
}
@media (max-width: 1199px) {
  .md-show {
    display: block;
  }
}

@media (max-width: 1199px) {
  .md-hide {
    display: none;
  }
}

#scissor {
  left: 40%;
  position: absolute;
  top: 37%;
}

#anim1 {
  display: block;
  height: 320px;
  width: 316px;
}
@media (max-width: 1199px) {
  #anim1 {
    height: 290px;
  }
}
@media (max-width: 1199px) {
  #anim1 svg {
    height: 100%;
  }
}

#anim2 {
  display: block;
  height: 300px;
  width: 350px;
}

.responsive-design-img {
  background: url("../../img/responsive-design.svg") no-repeat center/90px;
  display: none;
}

#design-box, #codetyping {
  position: absolute;
  left: 0;
  top: 50px;
  height: 80px;
  width: 108px;
  overflow: hidden;
  perspective: 150px;
  z-index: 9;
}
#design-box:before, #codetyping:before {
  content: "";
  width: 95px;
  height: 61px;
  position: absolute;
  top: 12px;
  left: 5px;
  background: url("../../img/p2b/design-img.svg");
  -webkit-animation: lines-scroll 40s infinite ease-in-out;
  -moz-animation: lines-scroll 40s infinite ease-in-out;
  -o-animation: lines-scroll 40s infinite ease-in-out;
  animation: lines-scroll 40s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  z-index: 9;
}
#design-box:after, #codetyping:after {
  content: "";
  background: url("../../img/p2b/design-bg.svg") no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

#codetyping {
  top: 10px;
  left: 40px;
  z-index: 8;
}
#codetyping:before {
  background: url("../../img/p2b/code-img.svg");
  -webkit-animation: lines-scroll 15s infinite ease-in-out;
  -moz-animation: lines-scroll 15s infinite ease-in-out;
  -o-animation: lines-scroll 15s infinite ease-in-out;
  animation: lines-scroll 15s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  left: 10px;
}
#codetyping:after {
  background: url("../../img/p2b/code-bg.svg") no-repeat;
}

/**PSD 2 Joomla**/
@media (max-width: 1199px) {
  .p2h-joomla-banner .container .banner-img img {
    max-width: 550px;
  }
}

@media (max-width: 640px) {
  .p2h-about-joomla {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .p2h-about-joomla .p2h-responsive-info {
    margin-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .p2h-about-joomla .p2h-responsive-info h1, .p2h-about-joomla .p2h-responsive-info .h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

.p2h-joomla-aboutimage {
  width: 34%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .p2h-joomla-aboutimage {
    display: none;
  }
}

.p2h-joomla-about {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .p2h-joomla-about {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .p2h-joomla-about {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .p2h-joomla-about .p2h-bootstrap-info {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .p2h-joomla-about .p2h-bootstrap-info p {
    text-align: center;
  }
}

.p2h-joomla-price {
  width: 100%;
  max-width: 60%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .p2h-joomla-price {
    max-width: 100%;
    text-align: center;
  }
}
.p2h-joomla-price span {
  display: inline-block;
  width: 40px;
  vertical-align: top;
}
@media (max-width: 640px) {
  .p2h-joomla-price span {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
.p2h-joomla-price .p2h-joomla-price-text {
  width: calc(100% - 50px);
  display: inline-block;
  padding-left: 15px;
}
@media (max-width: 640px) {
  .p2h-joomla-price .p2h-joomla-price-text {
    width: 100%;
    padding-left: 0;
  }
}
.p2h-joomla-price .p2h-joomla-price-text h3, .p2h-joomla-price .p2h-joomla-price-text .h3 {
  font-size: 20px;
}

.joomla-price-plan {
  max-width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
@media (max-width: 991px) {
  .joomla-price-plan {
    max-width: 37%;
  }
}
@media (max-width: 640px) {
  .joomla-price-plan {
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0;
    text-align: center;
    display: block;
  }
}
.joomla-price-plan li {
  padding: 15px 30px;
  display: inline-block;
  box-shadow: rgba(101, 101, 101, 0.4) 0 0 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.6;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .joomla-price-plan li {
    padding: 15px 20px;
  }
}
.joomla-price-plan li ~ li {
  background: #fff;
  box-shadow: rgba(101, 101, 101, 0.6) 0 0 5px;
  margin: -10px -20px 0 0;
  opacity: 1;
  z-index: 1;
}
.joomla-price-plan li h2, .joomla-price-plan li .h2 {
  font-size: 14px;
  color: #696969;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}
.joomla-price-plan li h2 span, .joomla-price-plan li .h2 span {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .joomla-price-plan li h2 span, .joomla-price-plan li .h2 span {
    font-size: 26px;
  }
}

.p2h-get-feature {
  background-color: #27819f;
  background-image: -moz-linear-gradient(right, #27819f 0%, #3fc4a2 100%);
  background-image: -webkit-linear-gradient(right, #27819f 0%, #3fc4a2 100%);
  background-image: linear-gradient(right, #27819f 0%, #3fc4a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#27819f", endColorstr="#3fc4a2",GradientType=1 );
  padding: 60px 0;
}
@media (max-width: 767px) {
  .p2h-get-feature {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .p2h-get-feature h1, .p2h-get-feature .h1 {
    font-size: 23px;
  }
}
.p2h-get-feature .p2h-get-feature--list {
  padding-top: 90px;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 1199px) {
  .p2h-get-feature .p2h-get-feature--list {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .p2h-get-feature .p2h-get-feature--list {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .p2h-get-feature .p2h-get-feature--list {
    margin: 20px auto 0;
    padding-top: 20px;
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .p2h-get-feature .p2h-get-feature--list .joomla-feature {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p2h-get-feature .p2h-get-feature--list .joomla-feature {
    margin-top: 40px;
  }
}
.p2h-get-feature .p2h-get-feature--list .joomla-feature span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: #fff 1px solid;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .p2h-get-feature .p2h-get-feature--list .joomla-feature span {
    margin: 0 auto 20px;
  }
}
.p2h-get-feature .p2h-get-feature--list .joomla-feature .feature-info {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: top;
  padding-left: 15px;
  color: #fff;
}
@media (max-width: 1199px) {
  .p2h-get-feature .p2h-get-feature--list .joomla-feature .feature-info {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .p2h-get-feature .p2h-get-feature--list .joomla-feature .feature-info {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .p2h-get-feature .p2h-get-feature--list .joomla-feature .feature-info {
    padding: 0 50px;
  }
}
@media (max-width: 640px) {
  .p2h-get-feature .p2h-get-feature--list .joomla-feature .feature-info {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .p2h-get-feature .p2h-get-feature--list .joomla-feature .feature-info {
    padding: 0;
  }
}
.p2h-get-feature .p2h-get-feature--list .joomla-feature .feature-info h4, .p2h-get-feature .p2h-get-feature--list .joomla-feature .feature-info .h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .p2h-get-feature .p2h-get-feature--list .joomla-feature .feature-info h4, .p2h-get-feature .p2h-get-feature--list .joomla-feature .feature-info .h4 {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .p2h-get-feature .p2h-get-feature--list .joomla-feature .feature-info h4, .p2h-get-feature .p2h-get-feature--list .joomla-feature .feature-info .h4 {
    padding: 0 10px;
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.arrow-border {
  position: relative;
}
.arrow-border:before, .arrow-border:after {
  content: "";
  background: rgba(255, 255, 255, 0.25);
  width: calc(50% - 18px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.arrow-border:after {
  left: auto;
  right: 0;
}
.arrow-border .border-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: auto;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}
.arrow-border .border-arrow:before, .arrow-border .border-arrow:after {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  width: 86%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-border .border-arrow:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: auto;
  right: -7px;
}
.arrow-border.dark-border:before, .arrow-border.dark-border:after {
  background: #dbdbdb;
  width: calc(50% - 18px);
}
@media (max-width: 480px) {
  .arrow-border.dark-border:before, .arrow-border.dark-border:after {
    width: 100%;
  }
}
.arrow-border.dark-border .border-arrow:before, .arrow-border.dark-border .border-arrow:after {
  background: #dbdbdb;
}
@media (max-width: 480px) {
  .arrow-border.dark-border .border-arrow {
    display: none;
  }
}

.p2h-joomla-install {
  padding: 65px 0;
  position: relative;
  background: #fff;
  z-index: 0;
  border: #e0e0e0 solid;
  border-width: 1px 0;
}
@media (max-width: 1199px) {
  .p2h-joomla-install {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .p2h-joomla-install {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .p2h-joomla-install {
    padding: 50px 0 20px;
  }
}
.p2h-joomla-install:after {
  content: "";
  background: #f5f7f9;
  width: 50%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  border-left: #e0e0e0 1px solid;
}
@media (max-width: 767px) {
  .p2h-joomla-install:after {
    width: 100%;
    border: 0;
    background: #fff;
  }
}
.p2h-joomla-install .joomla-installlation {
  padding: 0 90px;
}
@media (max-width: 1199px) {
  .p2h-joomla-install .joomla-installlation {
    padding: 0 30px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .p2h-joomla-install .joomla-installlation {
    padding: 0 50px;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .p2h-joomla-install .joomla-installlation {
    padding: 0;
  }
}
.p2h-joomla-install .joomla-installlation span {
  display: block;
  min-height: 70px;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p2h-joomla-install .joomla-installlation h4, .p2h-joomla-install .joomla-installlation .h4 {
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .p2h-joomla-install .joomla-installlation h4, .p2h-joomla-install .joomla-installlation .h4 {
    max-width: 100%;
  }
}
.p2h-joomla-install .joomla-installlation h3, .p2h-joomla-install .joomla-installlation .h3 {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .p2h-joomla-install .joomla-installlation.mb-0 {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .p2h-joomla-install .joomla-installlation.mb-0 {
    margin-bottom: 40px !important;
  }
}

.why-choose--joomla {
  padding: 60px 0 0;
  background: #f5f7f9;
}
@media (max-width: 640px) {
  .why-choose--joomla {
    padding-bottom: 30px;
  }
}
.why-choose--joomla .choose-list {
  max-width: 80%;
  margin: 40px auto 0;
}
@media (max-width: 1199px) {
  .why-choose--joomla .choose-list {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .why-choose--joomla .choose-list {
    margin-top: 30px;
  }
}
.why-choose--joomla .choose-list ul {
  margin-top: 15px;
}
.why-choose--joomla .choose-list ul li {
  padding: 15px 20px;
  /*@include transition(ease 0.3s);*/
  margin-bottom: 10px;
  max-width: 90%;
}
@media (max-width: 1199px) {
  .why-choose--joomla .choose-list ul li {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .why-choose--joomla .choose-list ul li {
    max-width: 100%;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .why-choose--joomla .choose-list ul li {
    padding: 0;
    margin-bottom: 35px;
  }
}
@media (max-width: 640px) {
  .why-choose--joomla .choose-list ul li {
    width: 100%;
  }
}
.why-choose--joomla .choose-list ul li:hover {
  background: #fff;
  box-shadow: rgba(35, 35, 35, 0.03) 0 0 20px;
}
@media (max-width: 767px) {
  .why-choose--joomla .choose-list ul li:hover {
    background: none;
    box-shadow: none;
  }
}
.why-choose--joomla .choose-list ul li span {
  width: 50px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .why-choose--joomla .choose-list ul li span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.why-choose--joomla .choose-list ul li .choose-info {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .why-choose--joomla .choose-list ul li .choose-info {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.why-choose--joomla .choose-list ul li .choose-info h4, .why-choose--joomla .choose-list ul li .choose-info .h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.why-choose--joomla .choose-list .joomla-dev {
  text-align: right;
}
@media (max-width: 1199px) {
  .why-choose--joomla .choose-list .joomla-dev {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .why-choose--joomla .choose-list .joomla-dev img {
    max-width: 85%;
  }
}

.p2h-joomla-stats {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .p2h-joomla-stats {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .p2h-joomla-stats {
    padding-top: 0;
  }
}
.p2h-joomla-stats .company-stats {
  max-width: 100%;
}
@media (max-width: 767px) {
  .p2h-joomla-stats .company-stats {
    margin-top: 40px;
    padding: 0 10px;
  }
}

/**PSD to Materialize**/
.materialize-banner-img {
  top: 50%;
  bottom: auto !important;
  padding-right: 30px;
  width: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .materialize-banner-img {
    text-align: center;
  }
}
.materialize-banner-img img {
  /*@include laptop{
      max-width: 450px;
      width: 100%;
  } */
}

.p2h-materialize-banner-img {
  width: 55%;
}
.p2h-materialize-banner-img .banner-right-list li {
  width: 230px;
  float: right;
}
.p2h-materialize-banner-img .banner-right-list li:first-child {
  width: 300px;
}

.p2h-about-materialize {
  max-width: 80%;
  margin: auto;
}
@media (max-width: 1199px) {
  .p2h-about-materialize {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .p2h-about-materialize p br {
    display: none;
  }
}
@media (max-width: 640px) {
  .p2h-about-materialize h1, .p2h-about-materialize .h1 {
    margin-bottom: 15px;
  }
}
.p2h-about-materialize .p2h-materialize-block {
  padding-bottom: 70px;
  border-bottom: #dbdbdb 1px solid;
  position: relative;
}
@media (max-width: 991px) {
  .p2h-about-materialize .p2h-materialize-block {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p2h-about-materialize .p2h-materialize-block {
    border: 0;
    padding-bottom: 0;
  }
}
.p2h-about-materialize .p2h-materialize-block > span {
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px;
}
.p2h-about-materialize .p2h-materialize-block > span img {
  max-width: 65px;
}
.p2h-about-materialize .p2h-materialize-block h1, .p2h-about-materialize .p2h-materialize-block .h1 {
  text-transform: uppercase;
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .p2h-about-materialize .p2h-materialize-block h1, .p2h-about-materialize .p2h-materialize-block .h1 {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .p2h-about-materialize .p2h-materialize-block h1, .p2h-about-materialize .p2h-materialize-block .h1 {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .p2h-about-materialize .p2h-materialize-block h1, .p2h-about-materialize .p2h-materialize-block .h1 {
    font-size: 24px;
  }
}
.p2h-about-materialize .p2h-materialize-block h1 + p, .p2h-about-materialize .p2h-materialize-block .h1 + p {
  margin-bottom: 20px;
}
.p2h-about-materialize .p2h-materialize-block p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .p2h-about-materialize .p2h-materialize-block p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .p2h-about-materialize .p2h-materialize-block p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p2h-about-materialize .p2h-materialize-block p br {
    display: none;
  }
}
.p2h-about-materialize .p2h-materialize-block a {
  margin-top: 30px;
}

.p2h-materialize-about_feature {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .p2h-materialize-about_feature {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .p2h-materialize-about_feature {
    padding: 20px 0 60px;
  }
}
@media (max-width: 640px) {
  .p2h-materialize-about_feature .col-xs-6 {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .p2h-materialize-about_feature .materilize-feature-list {
    text-align: center;
  }
}
.p2h-materialize-about_feature .materilize-feature-list span {
  min-height: 70px;
  display: inline-block;
  /*@include zoomIn(
      $duration: 1s,
      $count: 1,
      $delay: .5s,
      $function: ease, 
      $fill: both
  );*/
}
.p2h-materialize-about_feature .materilize-feature-list h4, .p2h-materialize-about_feature .materilize-feature-list .h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .p2h-materialize-about_feature .materilize-feature-list h4 br, .p2h-materialize-about_feature .materilize-feature-list .h4 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .p2h-materialize-about_feature .materilize-feature-price {
    max-width: 280px;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .p2h-materialize-about_feature .materilize-feature-price {
    max-width: 330px;
  }
}
.p2h-materialize-about_feature .materilize-feature-price li {
  width: 50%;
  background: #fff;
  float: left;
  box-shadow: rgba(32, 32, 32, 0.25) 0 0 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  position: relative;
}
.p2h-materialize-about_feature .materilize-feature-price li span {
  padding-block: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p2h-materialize-about_feature .materilize-feature-price li h4, .p2h-materialize-about_feature .materilize-feature-price li .h4 {
  padding: 10px 30px;
  background: #e16189;
  color: #fff;
  text-transform: uppercase;
  font-family: "Tondo-bold";
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .p2h-materialize-about_feature .materilize-feature-price li h4, .p2h-materialize-about_feature .materilize-feature-price li .h4 {
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  .p2h-materialize-about_feature .materilize-feature-price li h4, .p2h-materialize-about_feature .materilize-feature-price li .h4 {
    padding: 10px 15px;
  }
}
@media (max-width: 480px) {
  .p2h-materialize-about_feature .materilize-feature-price li h4, .p2h-materialize-about_feature .materilize-feature-price li .h4 {
    font-size: 13px;
    padding: 12px 10px;
  }
}
.p2h-materialize-about_feature .materilize-feature-price li h3, .p2h-materialize-about_feature .materilize-feature-price li .h3 {
  border-top: #e0e0e0 2px solid;
  font-family: "Tondo-bold";
  color: #e16189;
  padding: 10px 0 12px;
}
.p2h-materialize-about_feature .materilize-feature-price li h3 small, .p2h-materialize-about_feature .materilize-feature-price li .h3 small {
  font-family: "Tondo-light";
  font-size: 12px;
  display: block;
  margin-left: 10px;
}
.p2h-materialize-about_feature .materilize-feature-price li:nth-child(2) {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
  margin: 8px 0 0 -13px;
  z-index: -1;
}
.p2h-materialize-about_feature .materilize-feature-price li:nth-child(2) h3, .p2h-materialize-about_feature .materilize-feature-price li:nth-child(2) .h3 {
  color: #15a97b;
}
.p2h-materialize-about_feature .materilize-feature-price li:nth-child(2) h4, .p2h-materialize-about_feature .materilize-feature-price li:nth-child(2) .h4 {
  background: #15a97b;
}
.p2h-materialize-about_feature .materilize-feature-price.wc-color li h4, .p2h-materialize-about_feature .materilize-feature-price.wc-color li .h4 {
  background: #9b5c8f;
}
.p2h-materialize-about_feature .materilize-feature-price.wc-color li h3, .p2h-materialize-about_feature .materilize-feature-price.wc-color li .h3 {
  color: #333333;
}
.p2h-materialize-about_feature .materilize-feature-price.wc-color li:last-child h4, .p2h-materialize-about_feature .materilize-feature-price.wc-color li:last-child .h4 {
  background: #51c1e7;
}
.p2h-materialize-about_feature .materilize-feature-price.wc-color li:last-child h3, .p2h-materialize-about_feature .materilize-feature-price.wc-color li:last-child .h3 {
  color: #51c1e7;
}

@media (max-width: 991px) {
  .materialize-why-work {
    background: #f9f9f9;
  }
}
@media (max-width: 767px) {
  .materialize-why-work {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .materialize-why-work {
    padding-bottom: 50px;
  }
}
.materialize-why-work:after {
  background: #f9f9f9;
  width: 55%;
}
@media (max-width: 991px) {
  .materialize-why-work:after {
    display: none;
  }
}
.materialize-why-work .col-md-7 {
  width: 53%;
}
@media (max-width: 991px) {
  .materialize-why-work .col-md-7 {
    width: 100%;
  }
}
.materialize-why-work .col-md-5 {
  width: 45%;
}
@media (max-width: 991px) {
  .materialize-why-work .col-md-5 {
    width: 100%;
  }
}
.materialize-why-work .materialize-why-work h3, .materialize-why-work .materialize-why-work .h3 {
  margin-bottom: 10px;
}
.materialize-why-work .materialize-why-work p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .materialize-why-work .materialize-why-work p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .materialize-why-work .materialize-why-work p {
    font-size: 14px;
  }
}

.joomla-installlation.materialize-why-work {
  padding: 0 60px 0 80px;
}
@media (max-width: 1199px) {
  .joomla-installlation.materialize-why-work {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .joomla-installlation.materialize-why-work {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .joomla-installlation.materialize-why-work {
    padding: 0;
  }
}

.joomla-installlation-list {
  padding: 0 0 0 40px;
}
@media (max-width: 991px) {
  .joomla-installlation-list {
    padding: 0;
    text-align: center;
  }
}
.joomla-installlation-list li {
  background: url("../../img/p2materialize/check-list.svg") no-repeat left 0/22px;
  padding-left: 35px;
}
@media (max-width: 991px) {
  .joomla-installlation-list li {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .joomla-installlation-list li {
    padding-left: 0;
    background: none;
    text-align: center;
  }
}
.joomla-installlation-list li ~ li {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .joomla-installlation-list li ~ li {
    margin-top: 30px;
  }
}
.joomla-installlation-list li h4, .joomla-installlation-list li .h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .joomla-installlation-list li h4, .joomla-installlation-list li .h4 {
    font-size: 16px;
    font-family: "Tondo-reg";
  }
}
.joomla-installlation-list li p {
  font-size: 16px;
}
@media (max-width: 480px) {
  .joomla-installlation-list li p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .joomla-installlation-list .install-btn {
    text-align: center;
  }
}

.p2h-what_u_get {
  background: #f5f7f9;
  padding: 30px 0 60px;
}
.p2h-what_u_get .p2h-what_u_get-list {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .p2h-what_u_get .p2h-what_u_get-list {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .p2h-what_u_get .p2h-what_u_get-list {
    padding-top: 0;
  }
}
.p2h-what_u_get .p2h-what_u_get-list .col-5 {
  width: 39%;
}
@media (max-width: 991px) {
  .p2h-what_u_get .p2h-what_u_get-list .col-5 {
    width: 100%;
    text-align: center;
  }
}
.p2h-what_u_get .p2h-what_u_get-list .p2h-get-list {
  text-align: left;
}
@media (max-width: 991px) {
  .p2h-what_u_get .p2h-what_u_get-list .p2h-get-list {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p2h-what_u_get .p2h-what_u_get-list .p2h-get-list {
    width: 49%;
    margin-top: 30px !important;
  }
}
@media (max-width: 640px) {
  .p2h-what_u_get .p2h-what_u_get-list .p2h-get-list {
    width: 100%;
  }
}
.p2h-what_u_get .p2h-what_u_get-list .p2h-get-list ~ .p2h-get-list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .p2h-what_u_get .p2h-what_u_get-list .p2h-get-list ~ .p2h-get-list {
    margin-top: 0;
  }
}
.p2h-what_u_get .p2h-what_u_get-list .p2h-get-list span {
  width: 60px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .p2h-what_u_get .p2h-what_u_get-list .p2h-get-list span {
    display: block;
    width: 100%;
    min-height: 60px;
  }
}
.p2h-what_u_get .p2h-what_u_get-list .p2h-get-list .get-content {
  width: calc(100% - 70px);
  display: inline-block;
}
@media (max-width: 991px) {
  .p2h-what_u_get .p2h-what_u_get-list .p2h-get-list .get-content {
    width: 100%;
  }
}
.p2h-what_u_get .p2h-what_u_get-list .p2h-get-list .get-content p {
  font-size: 16px;
}
@media (max-width: 480px) {
  .p2h-what_u_get .p2h-what_u_get-list .p2h-get-list .get-content p {
    font-size: 14px;
  }
}
.p2h-what_u_get .p2h-what_u_get-list .p2h-get-list .get-content h4, .p2h-what_u_get .p2h-what_u_get-list .p2h-get-list .get-content .h4 {
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .p2h-what_u_get .p2h-what_u_get-list .p2h-get-list .get-content h4, .p2h-what_u_get .p2h-what_u_get-list .p2h-get-list .get-content .h4 {
    font-size: 16px;
    font-family: "Tondo-reg";
  }
}
.p2h-what_u_get .p2h-what_u_get-list .col-6 {
  width: 49%;
}
.p2h-what_u_get .p2h-what_u_get-list .col-6 .p2h-get-list {
  width: 100%;
}
.p2h-what_u_get .p2h-what_u_get-list .col-6 .p2h-get-list ~ .p2h-get-list {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p2h-what_u_get .p2h-what_u_get-list .col-6 {
    width: 100%;
    max-width: 500px;
  }
}
.p2h-what_u_get .p2h-what_u_get-list .col-7 {
  width: 60%;
}
@media (max-width: 991px) {
  .p2h-what_u_get .p2h-what_u_get-list .col-7 {
    width: 100%;
    display: none !important;
  }
}

.p2h-material-design {
  padding: 70px 0 130px;
  background: url("../../img/p2m/bg-2.png") no-repeat 110% center;
}
@media (max-width: 1199px) {
  .p2h-material-design {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .p2h-material-design {
    background: none;
  }
}
@media (max-width: 640px) {
  .p2h-material-design {
    background-image: none;
  }
}
.p2h-material-design .material-design-img {
  position: absolute;
  right: 0;
  padding: 60px 40px;
}
@media (max-width: 991px) {
  .p2h-material-design .material-design-img {
    position: static;
  }
}
@media (max-width: 1199px) {
  .p2h-material-design .material-design-img img {
    max-width: 100%;
  }
}
.p2h-material-design .opt-feature-list {
  margin-top: 60px;
  width: 100%;
}
@media (max-width: 991px) {
  .p2h-material-design .opt-feature-list {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .p2h-material-design .opt-feature-list li {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .p2h-material-design .opt-feature-list li {
    padding: 20px 0;
    background: none;
  }
}
@media (max-width: 480px) {
  .p2h-material-design .opt-feature-list li:hover {
    box-shadow: none;
  }
}
.p2h-material-design .opt-feature-list li span {
  width: 90px;
}
@media (max-width: 1199px) {
  .p2h-material-design .opt-feature-list li span {
    width: 70px;
    vertical-align: middle;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .p2h-material-design .opt-feature-list li span {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .p2h-material-design .opt-feature-list li span {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .p2h-material-design .opt-feature-list li span img {
    max-width: 50px;
  }
}
.p2h-material-design .opt-feature-list .feature-info {
  border-left: #bebebe 1px solid;
  padding-left: 25px;
  width: calc(100% - 100px);
}
@media (max-width: 1199px) {
  .p2h-material-design .opt-feature-list .feature-info {
    width: calc(100% - 80px);
    padding-left: 15px;
    vertical-align: middle;
  }
}
@media (max-width: 640px) {
  .p2h-material-design .opt-feature-list .feature-info {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .p2h-material-design .opt-feature-list .feature-info {
    text-align: center;
    padding-left: 0;
    width: 100%;
    border: 0;
  }
}

@media (max-width: 1199px) {
  .p2h-material-banner.p2h-responsive-banner .container .banner-content {
    max-width: 40%;
  }
}
@media (max-width: 991px) {
  .p2h-material-banner.p2h-responsive-banner .container .banner-content {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .p2h-material-banner.p2h-responsive-banner .container .banner-content {
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .p2h-material-banner.p2h-responsive-banner .container .banner-content {
    max-width: 100%;
  }
}

/**PSD2Email**/
.p2h-email-banner {
  background: #4a89ed;
  background: -moz-linear-gradient(left, #4a89ed 0%, #4cc7d6 100%);
  background: -webkit-linear-gradient(left, #4a89ed 0%, #4cc7d6 100%);
  background: linear-gradient(to right, #4a89ed 0%, #4cc7d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4a89ed", endColorstr="#4cc7d6",GradientType=1 );
}

.p2h-email-template {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .p2h-email-template {
    padding-bottom: 40px;
  }
}
.p2h-email-template:before {
  background: #f5f7f9;
  -webkit-transform: skewY(-8deg);
  -moz-transform: skewY(-8deg);
  -ms-transform: skewY(-8deg);
  -o-transform: skewY(-8deg);
  transform: skewY(-8deg);
  bottom: -42%;
  content: "";
  height: 120%;
  position: absolute;
  right: -12%;
  width: 125%;
  z-index: -1;
}

.email-temp-outer {
  position: relative;
}
.email-temp-outer:after {
  content: "";
  background: url("../../img/p2m/bg-2.png") no-repeat top right;
  width: 18%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 1199px) {
  .email-temp-outer:after {
    display: none;
  }
}

.p2h-email-platform {
  padding-top: 50px;
}
@media (max-width: 480px) {
  .p2h-email-platform {
    padding-top: 40px;
  }
}
.p2h-email-platform h3, .p2h-email-platform .h3 {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .p2h-email-platform h3, .p2h-email-platform .h3 {
    font-size: 20px;
  }
}
.p2h-email-platform .p2h-email-platform-inner {
  top: 80px;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .p2h-email-platform .p2h-email-platform-inner {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .p2h-email-platform .p2h-email-platform-inner {
    margin: auto;
    max-width: 100%;
    width: 100%;
    padding: 60px 0 30px;
    position: relative;
    top: 0;
    z-index: 99;
  }
}
@media (max-width: 480px) {
  .p2h-email-platform .p2h-email-platform-inner {
    padding-bottom: 40px;
    margin-top: 20px;
  }
}
.p2h-email-platform .p2h-email-platform-inner .row {
  margin: 0 -8px;
}
.p2h-email-platform .p2h-email-platform-inner .col-sm-4, .p2h-email-platform .p2h-email-platform-inner .col-sm-6, .p2h-email-platform .p2h-email-platform-inner .col-xs-6 {
  padding: 0 8px;
}
@media (max-width: 991px) {
  .p2h-email-platform .p2h-email-platform-inner .col-sm-4, .p2h-email-platform .p2h-email-platform-inner .col-sm-6, .p2h-email-platform .p2h-email-platform-inner .col-xs-6 {
    width: 50%;
  }
}
.p2h-email-platform .p2h-email-platform-inner .col-sm-4 .p2h-email-box, .p2h-email-platform .p2h-email-platform-inner .col-sm-6 .p2h-email-box, .p2h-email-platform .p2h-email-platform-inner .col-xs-6 .p2h-email-box {
  background: #fff;
  box-shadow: rgba(107, 107, 107, 0.2) 0 0 12px;
  display: inline-block;
  width: 100%;
  padding: 0 20px 30px;
  min-height: 200px;
}
@media (max-width: 991px) {
  .p2h-email-platform .p2h-email-platform-inner .col-sm-4 .p2h-email-box, .p2h-email-platform .p2h-email-platform-inner .col-sm-6 .p2h-email-box, .p2h-email-platform .p2h-email-platform-inner .col-xs-6 .p2h-email-box {
    padding: 0 15px 20px;
    min-height: auto;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .p2h-email-platform .p2h-email-platform-inner .col-sm-4 .p2h-email-box, .p2h-email-platform .p2h-email-platform-inner .col-sm-6 .p2h-email-box, .p2h-email-platform .p2h-email-platform-inner .col-xs-6 .p2h-email-box {
    padding: 0 15px 30px;
    min-height: inherit;
  }
}
.p2h-email-platform .p2h-email-platform-inner .col-sm-4 .p2h-email-box span, .p2h-email-platform .p2h-email-platform-inner .col-sm-6 .p2h-email-box span, .p2h-email-platform .p2h-email-platform-inner .col-xs-6 .p2h-email-box span {
  margin: -54px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f14436;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 5px;
  /*@include flipInX(
      $duration: 1s,
      $count: 1,
      $delay: .5s,
      $function: ease, 
      $fill: both
  );*/
}
@media (max-width: 991px) {
  .p2h-email-platform .p2h-email-platform-inner .col-sm-4 .p2h-email-box span, .p2h-email-platform .p2h-email-platform-inner .col-sm-6 .p2h-email-box span, .p2h-email-platform .p2h-email-platform-inner .col-xs-6 .p2h-email-box span {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 991px) {
  .p2h-email-platform .p2h-email-platform-inner .col-sm-4 .p2h-email-box span img, .p2h-email-platform .p2h-email-platform-inner .col-sm-6 .p2h-email-box span img, .p2h-email-platform .p2h-email-platform-inner .col-xs-6 .p2h-email-box span img {
    max-width: 36px;
    height: auto;
  }
}
.p2h-email-platform .p2h-email-platform-inner .col-sm-4 .p2h-email-box h4, .p2h-email-platform .p2h-email-platform-inner .col-sm-4 .p2h-email-box .h4, .p2h-email-platform .p2h-email-platform-inner .col-sm-6 .p2h-email-box h4, .p2h-email-platform .p2h-email-platform-inner .col-sm-6 .p2h-email-box .h4, .p2h-email-platform .p2h-email-platform-inner .col-xs-6 .p2h-email-box h4, .p2h-email-platform .p2h-email-platform-inner .col-xs-6 .p2h-email-box .h4 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .p2h-email-platform .p2h-email-platform-inner .col-sm-4 .p2h-email-box h4, .p2h-email-platform .p2h-email-platform-inner .col-sm-4 .p2h-email-box .h4, .p2h-email-platform .p2h-email-platform-inner .col-sm-6 .p2h-email-box h4, .p2h-email-platform .p2h-email-platform-inner .col-sm-6 .p2h-email-box .h4, .p2h-email-platform .p2h-email-platform-inner .col-xs-6 .p2h-email-box h4, .p2h-email-platform .p2h-email-platform-inner .col-xs-6 .p2h-email-box .h4 {
    font-size: 20px;
  }
}
.p2h-email-platform .p2h-email-platform-inner .col-sm-4:last-child .p2h-email-box, .p2h-email-platform .p2h-email-platform-inner .col-sm-6:last-child .p2h-email-box, .p2h-email-platform .p2h-email-platform-inner .col-xs-6:last-child .p2h-email-box {
  margin-bottom: 0;
}
.p2h-email-platform .p2h-email-platform-inner .col-sm-4 .p2h-email-box {
  min-height: inherit;
}

.p2h-email-bottom {
  padding-top: 160px;
  margin-top: -60px;
}
@media (max-width: 991px) {
  .p2h-email-bottom {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .p2h-email-bottom {
    padding-top: 0px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .p2h-email-bottom .p2h-materialize-about_feature {
    padding-top: 30px;
  }
}

.p2h-email-platform-outer {
  background: #f5f7f9;
}
@media (max-width: 991px) {
  .p2h-email-platform-outer {
    padding-bottom: 30px;
  }
}

.p2h-materialize-about_feature .materilize-feature-price.email-feature-price li {
  width: 40%;
  float: right;
  position: relative;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  margin: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .p2h-materialize-about_feature .materilize-feature-price.email-feature-price li {
    width: 50%;
  }
}
.p2h-materialize-about_feature .materilize-feature-price.email-feature-price li h4, .p2h-materialize-about_feature .materilize-feature-price.email-feature-price li .h4 {
  background: #468be6;
}
.p2h-materialize-about_feature .materilize-feature-price.email-feature-price li span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 10px;
}
.p2h-materialize-about_feature .materilize-feature-price.email-feature-price li h3, .p2h-materialize-about_feature .materilize-feature-price.email-feature-price li .h3 {
  color: #468be6;
}
.p2h-materialize-about_feature .materilize-feature-price.email-feature-price li:nth-child(2) {
  opacity: 0.2;
  z-index: -1;
}
.p2h-materialize-about_feature .materilize-feature-price.oc-feature-price li {
  margin: 0 !important;
}

.p2h-emailtemp-price {
  background: #fff;
  padding-top: 0;
  border-top: 0;
}

/**Contact Us**/
.inner-banner.contact-banner {
  display: table;
  width: 100%;
  height: 300px;
  background: #6b1ea0;
  background: -moz-linear-gradient(left, #6b1ea0 0%, #0e947d 100%);
  background: -webkit-linear-gradient(left, #6b1ea0 0%, #0e947d 100%);
  background: linear-gradient(to right, #6b1ea0 0%, #0e947d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6b1ea0", endColorstr="#0e947d",GradientType=1 );
}
@media (max-width: 1199px) {
  .inner-banner.contact-banner {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .inner-banner.contact-banner {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .inner-banner.contact-banner {
    height: 150px;
  }
}
.inner-banner.contact-banner .contact-banner-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 99;
  color: #fff;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .inner-banner.contact-banner .contact-banner-content {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .inner-banner.contact-banner .contact-banner-content {
    padding-bottom: 0;
  }
}
.inner-banner.contact-banner .contact-banner-content h1, .inner-banner.contact-banner .contact-banner-content .h1 {
  font-size: 72px;
  text-transform: uppercase;
  font-family: "Tondo-reg";
}
@media (max-width: 1199px) {
  .inner-banner.contact-banner .contact-banner-content h1, .inner-banner.contact-banner .contact-banner-content .h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .inner-banner.contact-banner .contact-banner-content h1, .inner-banner.contact-banner .contact-banner-content .h1 {
    font-size: 44px;
  }
}
@media (max-width: 640px) {
  .inner-banner.contact-banner .contact-banner-content h1, .inner-banner.contact-banner .contact-banner-content .h1 {
    font-size: 36px;
  }
}
.inner-banner.contact-banner .contact-banner-content a {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .inner-banner.contact-banner .contact-banner-content a {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .inner-banner.contact-banner .contact-banner-content a {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .inner-banner.contact-banner .contact-banner-content a {
    font-size: 18px;
  }
}
.inner-banner.contact-banner:after {
  background: url("../../img/contact-banner.png") no-repeat center top/cover;
}
.inner-banner .opencart-banner-img.pull-right > img {
  margin-left: 30px;
}

.p2h-contact-sec {
  text-align: center;
  position: relative;
}
.p2h-contact-sec .contact-sm-block {
  width: 25%;
  float: left;
  padding: 40px;
}
@media (max-width: 1199px) {
  .p2h-contact-sec .contact-sm-block {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .p2h-contact-sec .contact-sm-block {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .p2h-contact-sec .contact-sm-block {
    width: 100%;
  }
}
.p2h-contact-sec .contact-sm-block.dark-block {
  background: #32373e;
  color: #fff;
}
.p2h-contact-sec .contact-sm-block.dark-block a {
  color: #fff;
}
.p2h-contact-sec .contact-sm-block a {
  display: block;
}
.p2h-contact-sec .contact-sm-block .contact-inner span {
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 1199px) {
  .p2h-contact-sec .contact-sm-block .contact-inner span {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .p2h-contact-sec .contact-sm-block .contact-inner span img {
    max-width: 100px;
  }
}
.p2h-contact-sec .contact-sm-block .contact-inner h3, .p2h-contact-sec .contact-sm-block .contact-inner .h3 {
  text-transform: uppercase;
  font-family: "Tondo-reg";
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p2h-contact-sec .contact-sm-block .contact-inner h3, .p2h-contact-sec .contact-sm-block .contact-inner .h3 {
    font-size: 20px;
  }
}
.p2h-contact-sec .contact-sm-block .contact-inner .address-contact {
  margin-top: 30px;
}
.p2h-contact-sec .contact-lg-block {
  width: 51%;
  float: left;
  padding: 40px;
  background: #237677;
  background: -moz-linear-gradient(left, #237677 0%, #3F715E 100%);
  background: -webkit-linear-gradient(left, #237677 0%, #3F715E 100%);
  background: linear-gradient(to right, #237677 0%, #3F715E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ef473a", endColorstr="#3F715E",GradientType=1 );
  color: #fff;
  box-shadow: rgba(65, 65, 65, 0.32) 0 0 30px;
  position: absolute;
  bottom: 0;
  left: 25%;
}
@media (max-width: 1199px) {
  .p2h-contact-sec .contact-lg-block {
    padding: 30px;
    width: 46%;
  }
}
@media (max-width: 991px) {
  .p2h-contact-sec .contact-lg-block {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .p2h-contact-sec .contact-lg-block {
    padding: 40px 25px;
  }
}
@media (max-width: 480px) {
  .p2h-contact-sec .contact-lg-block {
    padding: 40px 15px;
  }
}
.p2h-contact-sec .contact-lg-block h2, .p2h-contact-sec .contact-lg-block .h2 {
  text-transform: uppercase;
}
.p2h-contact-sec .contact-lg-block .p2h-contactform-main {
  color: #fff;
  max-width: 90%;
  margin: 50px auto 0;
}
@media (max-width: 1199px) {
  .p2h-contact-sec .contact-lg-block .p2h-contactform-main {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .p2h-contact-sec .contact-lg-block .p2h-contactform-main {
    max-width: 75%;
  }
}
@media (max-width: 640px) {
  .p2h-contact-sec .contact-lg-block .p2h-contactform-main {
    max-width: 100%;
  }
}
.p2h-contact-sec .contact-lg-block .p2h-contactform-main .input-inner {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .p2h-contact-sec .contact-lg-block .p2h-contactform-main .input-inner {
    margin-bottom: 15px;
  }
}
.p2h-contact-sec .contact-lg-block .p2h-contactform-main .mui-form-floating-label {
  font-size: 14px;
  top: 10px;
  text-transform: uppercase;
}
.p2h-contact-sec .contact-lg-block .p2h-contactform-main .mui-form-group > .mui-form-control:focus + label.mui-form-floating-label,
.p2h-contact-sec .contact-lg-block .p2h-contactform-main .mui-form-group > label.mui-form-floating-label-active {
  top: -8px;
  font-size: 11px;
}
.p2h-contact-sec .contact-lg-block .p2h-contactform-main .int-inner {
  font-size: 16px;
}
.p2h-contact-sec .contact-lg-block .p2h-contactform-main .common-btn {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .p2h-contact-sec .contact-lg-block .p2h-contactform-main .common-btn {
    margin-top: 20px;
  }
}
.p2h-contact-sec .contact-lg-block .p2h-contactform-main input[type=file] {
  display: none;
}
.p2h-contact-sec .contact-lg-block .p2h-contactform-main .custom-file-upload {
  display: inline-block;
  cursor: pointer;
  font-family: "Tondo-light";
  font-weight: normal;
  font-size: 14px;
  padding: 20px 0 0;
  float: right;
}
.p2h-contact-sec .contact-lg-block .p2h-contactform-main .reqst-box .input-inner {
  width: 60%;
}

.p2h-careers {
  background: url("../../img/psd-bg.png") no-repeat center top/cover;
  padding: 160px 0 70px;
}
@media (max-width: 1199px) {
  .p2h-careers {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .p2h-careers {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .p2h-careers {
    padding: 40px 0;
  }
}
.p2h-careers .p2h-career-inner {
  margin: auto;
  max-width: 60%;
}
@media (max-width: 991px) {
  .p2h-careers .p2h-career-inner {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .p2h-careers .p2h-career-inner {
    max-width: 100%;
  }
}
.p2h-careers .p2h-career-inner h1, .p2h-careers .p2h-career-inner .h1 {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .p2h-careers .p2h-career-inner h1, .p2h-careers .p2h-career-inner .h1 {
    margin-bottom: 15px;
  }
}
.p2h-careers .p2h-career-inner p {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .p2h-careers .p2h-career-inner p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .p2h-careers .p2h-career-inner p {
    font-size: 16px;
  }
}
.p2h-careers .p2h-career-inner h6, .p2h-careers .p2h-career-inner .h6 {
  margin: 20px 0;
}
@media (max-width: 991px) {
  .p2h-careers .p2h-career-inner h6, .p2h-careers .p2h-career-inner .h6 {
    margin: 15px 0 10px;
  }
}
.p2h-careers .p2h-career-inner .career-mail {
  font-size: 18px;
}
.p2h-careers .p2h-career-inner .career-mail:hover {
  color: #15a98c;
}

.p2h-offers {
  background: #f6f6f6;
  padding-top: 45px;
}
.p2h-offers h1, .p2h-offers .h1 {
  margin-bottom: 10px;
}
.p2h-offers .p2h-offer-main {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .p2h-offers .p2h-offer-main {
    margin-top: 30px;
  }
}
.p2h-offers .p2h-offer-main li {
  width: 33.3333%;
  float: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 640px) {
  .p2h-offers .p2h-offer-main li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .p2h-offers .p2h-offer-main li {
    width: 100%;
  }
}
.p2h-offers .p2h-offer-main li:after {
  content: "";
  background: rgba(38, 38, 38, 0.5);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.p2h-offers .p2h-offer-main li:hover:after {
  opacity: 0;
  visibility: hidden;
}
.p2h-offers .p2h-offer-main li img {
  display: block;
  max-width: 100%;
}
.p2h-offers .p2h-offer-main li .offer-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.p2h-offers .p2h-offer-main li .offer-hover h4, .p2h-offers .p2h-offer-main li .offer-hover .h4 {
  color: #fff;
  font-family: "Tondo-reg";
  position: relative;
  padding: 25px;
  z-index: 1;
}
@media (max-width: 991px) {
  .p2h-offers .p2h-offer-main li .offer-hover h4, .p2h-offers .p2h-offer-main li .offer-hover .h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p2h-offers .p2h-offer-main li .offer-hover h4, .p2h-offers .p2h-offer-main li .offer-hover .h4 {
    padding: 25px 10px;
  }
}
.p2h-offers .p2h-offer-main li .offer-hover h4:after, .p2h-offers .p2h-offer-main li .offer-hover .h4:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#b3000000",GradientType=0 );
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

/**PSD to Foundation**/
.p2h-foundation-banner {
  background: #00af6e;
}

.p2h-foundation-about {
  background: #f5f7f9;
}
@media (max-width: 480px) {
  .p2h-foundation-about {
    background: #fff;
  }
}
.p2h-foundation-about .foundation-about-outer {
  max-width: 80%;
  margin: auto;
  background: #fff url("../../img/p2f/foundation-banner.svg") no-repeat 120% 110%/450px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 25px;
  padding: 60px;
}
@media (max-width: 1199px) {
  .p2h-foundation-about .foundation-about-outer {
    padding: 30px;
    background-size: 400px;
  }
}
@media (max-width: 991px) {
  .p2h-foundation-about .foundation-about-outer {
    max-width: 100%;
    background-size: 380px;
  }
}
@media (max-width: 767px) {
  .p2h-foundation-about .foundation-about-outer {
    background-size: 300px;
  }
}
@media (max-width: 640px) {
  .p2h-foundation-about .foundation-about-outer {
    background-image: none;
    padding: 25px 25px 30px;
  }
}
@media (max-width: 480px) {
  .p2h-foundation-about .foundation-about-outer {
    padding: 0 0 40px;
    background: none;
    box-shadow: none;
  }
}
.p2h-foundation-about .foundation-about-outer .foundation-about-inner {
  max-width: 80%;
}
@media (max-width: 640px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner {
    max-width: 100%;
  }
}
.p2h-foundation-about .foundation-about-outer .foundation-about-inner h1, .p2h-foundation-about .foundation-about-outer .foundation-about-inner .h1 {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner h1, .p2h-foundation-about .foundation-about-outer .foundation-about-inner .h1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner h1, .p2h-foundation-about .foundation-about-outer .foundation-about-inner .h1 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner h1, .p2h-foundation-about .foundation-about-outer .foundation-about-inner .h1 {
    font-size: 20px;
  }
}
.p2h-foundation-about .foundation-about-outer .foundation-about-inner p ~ p {
  margin-top: 15px;
}
.p2h-foundation-about .foundation-about-outer .foundation-about-inner ul {
  margin-top: 25px;
}
@media (max-width: 640px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner ul ~ ul {
    margin-top: 0px;
  }
}
.p2h-foundation-about .foundation-about-outer .foundation-about-inner ul li {
  background: url("../../img/p2f/tick-blue.svg") no-repeat 0 5px/15px;
  padding-left: 25px;
}
@media (max-width: 640px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner ul li {
    margin-bottom: 5px;
  }
}
.p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box {
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px;
  min-width: 240px;
  display: inline-block;
  padding: 10px;
}
@media (max-width: 1199px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box {
    min-width: 210px;
  }
}
@media (max-width: 767px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box {
    min-width: inherit;
  }
}
.p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box ~ .foundation-price-box {
  margin-left: 15px;
}
@media (max-width: 480px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box ~ .foundation-price-box {
    margin-left: 10px;
  }
}
.p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box span {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #a9a9a9;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-family: "Tondo-reg";
  margin-left: -20px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box span {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-left: -17px;
  }
}
.p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box .p2f-price {
  display: inline-block;
  padding-left: 25px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box .p2f-price {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box .p2f-price {
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box .p2f-price {
    padding-left: 5px;
  }
}
.p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box .p2f-price p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box .p2f-price p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box .p2f-price p {
    font-size: 12px;
  }
}
.p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box .p2f-price h1, .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box .p2f-price .h1 {
  display: block;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box .p2f-price h1, .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box .p2f-price .h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box .p2f-price h1, .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box .p2f-price .h1 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box .p2f-price h1, .p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box .p2f-price .h1 {
    font-size: 18px;
  }
}
.p2h-foundation-about .foundation-about-outer .foundation-about-inner .foundation-price .foundation-price-box:last-child span {
  background: #a1d4e9;
}

@media (max-width: 480px) {
  .col-xs-6 {
    width: 100%;
  }
}

.foundation-banner-img {
  width: 50%;
}
@media (max-width: 1199px) {
  .foundation-banner-img img {
    max-width: inherit;
  }
}

.p2h-foundation-feature:after {
  background-position: 0 -70px;
}
.p2h-foundation-feature .p2h-email-template {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .p2h-foundation-feature .p2h-email-template {
    padding-top: 20px;
  }
}
.p2h-foundation-feature .p2h-email-template:before {
  bottom: -55%;
}
.p2h-foundation-feature .p2f-feature-outer {
  background: #f5f7f9;
  padding-bottom: 40px;
}
.p2h-foundation-feature .p2f-feature-outer .p2f-feature-info {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  z-index: 999;
  top: 0;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (max-width: 1199px) {
  .p2h-foundation-feature .p2f-feature-outer .p2f-feature-info {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .p2h-foundation-feature .p2f-feature-outer .p2f-feature-info {
    text-align: center;
  }
}
.p2h-foundation-feature .p2f-feature-outer .p2f-feature-info:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 40px;
  top: -2px;
}
.p2h-foundation-feature .p2f-feature-outer .p2f-feature-info span {
  min-height: 55px;
  display: inline-block;
  text-align: left;
}
@media (max-width: 480px) {
  .p2h-foundation-feature .p2f-feature-outer .p2f-feature-info span {
    text-align: center;
  }
}
.p2h-foundation-feature .p2f-feature-outer .p2f-feature-info h4, .p2h-foundation-feature .p2f-feature-outer .p2f-feature-info .h4 {
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .p2h-foundation-feature .p2f-feature-outer .p2f-feature-info h4, .p2h-foundation-feature .p2f-feature-outer .p2f-feature-info .h4 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .p2f-feature-outer.p2h-bootstrap-features {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .p2f-feature-outer.p2h-bootstrap-features .p2f-feature-info {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .p2f-feature-outer.p2h-bootstrap-features .p2f-feature-info span {
    text-align: center;
  }
}

.p2h-foundation-process:after {
  background: rgba(56, 67, 80, 0.96);
}

/**Silver stripe**/
.inner-banner.p2h-ss-banner {
  background: #6b1ea0;
  background: -moz-linear-gradient(left, #6b1ea0 0%, #0e947d 100%);
  background: -webkit-linear-gradient(left, #6b1ea0 0%, #0e947d 100%);
  background: linear-gradient(to right, #6b1ea0 0%, #0e947d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6b1ea0", endColorstr="#0e947d",GradientType=1 );
}
.inner-banner.p2h-ss-banner .container .banner-content {
  max-width: 37%;
}
@media (max-width: 1199px) {
  .inner-banner.p2h-ss-banner .container .banner-content {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .inner-banner.p2h-ss-banner .container .banner-content {
    max-width: 90%;
  }
}
.inner-banner.p2h-ss-banner .banner-img {
  height: 100%;
}

.banner-right-list {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .banner-right-list {
    display: none;
  }
}
.banner-right-list li ~ li {
  margin-top: 30px;
}
.banner-right-list li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #ececec;
  text-align: center;
  vertical-align: middle;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -ms-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.banner-right-list li p {
  width: calc(100% - 75px);
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  padding-left: 10px;
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ss-banner-img {
  position: relative;
  text-align: center;
  max-width: 1500px;
  margin: auto;
}
@media (max-width: 991px) {
  .ss-banner-img {
    display: none;
  }
}
.ss-banner-img img {
  position: absolute;
  bottom: -80px;
  right: 23%;
  z-index: 9999;
}
@media (max-width: 1199px) {
  .ss-banner-img img {
    right: 8%;
    max-width: 400px;
  }
}

.p2h-ss-about {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: #bbbbbb 1px solid;
}
.p2h-ss-about h1, .p2h-ss-about .h1 {
  margin-bottom: 25px;
}
.p2h-ss-about p {
  font-size: 18px;
}

.p2h-materialize-about_feature .ss-feature-price li h4, .p2h-materialize-about_feature .ss-feature-price li .h4 {
  background: #161c28;
}
.p2h-materialize-about_feature .ss-feature-price li h3, .p2h-materialize-about_feature .ss-feature-price li .h3 {
  color: #161c28;
}
.p2h-materialize-about_feature .ss-feature-price li:nth-child(2) h4, .p2h-materialize-about_feature .ss-feature-price li:nth-child(2) .h4 {
  background: #51c1e7;
}
.p2h-materialize-about_feature .ss-feature-price li:nth-child(2) h3, .p2h-materialize-about_feature .ss-feature-price li:nth-child(2) .h3 {
  color: #51c1e7;
}

.p2h-ss-features-inner {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .p2h-ss-features-inner {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .p2h-ss-features-inner {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .p2h-ss-features-inner {
    margin-top: 0;
  }
}

.why-work-p2h {
  padding: 60px 0;
}

.p2h-ss-process:after {
  background: rgba(27, 53, 76, 0.96);
}

.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.joomla-banner-img > img {
  margin-left: -70px;
}
@media (max-width: 1199px) {
  .joomla-banner-img > img {
    margin-left: 70px;
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

/***Privacy Policy***/
.p2h-privacy-policy {
  padding: 0px 0 50px;
  border-bottom: #d7d7d7 1px solid;
}
.p2h-privacy-policy h2, .p2h-privacy-policy .h2 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.p2h-privacy-policy h4, .p2h-privacy-policy .h4 {
  margin-bottom: 15px;
  font-family: "Tondo-reg";
}
.p2h-privacy-policy p {
  margin-bottom: 25px;
}
.p2h-privacy-policy p.mar-red {
  font-family: "Tondo-reg";
  margin-bottom: 5px;
}

.pp-ul {
  margin-bottom: 25px;
}
.pp-ul li {
  text-align: left;
  position: relative;
  padding-left: 15px;
}
.pp-ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #333333;
}

/**P2wooCommerce**/
.p2h-bootstrap-features h1, .p2h-bootstrap-features .h1 {
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .p2h-bootstrap-features h1, .p2h-bootstrap-features .h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .p2h-bootstrap-features h1, .p2h-bootstrap-features .h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .p2h-optional-wc {
    padding-bottom: 30px;
    margin-top: 0;
    padding-top: 40px;
  }
}
.p2h-optional-wc:after {
  background: #56164b;
  background: -moz-linear-gradient(left, #56164b 0%, #bf464b 100%);
  background: -webkit-linear-gradient(left, #56164b 0%, #bf464b 100%);
  background: linear-gradient(to right, #56164b 0%, #bf464b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#56164b", endColorstr="#bf464b",GradientType=1 );
  height: 100%;
  bottom: auto;
  top: 0;
}
@media (max-width: 991px) {
  .p2h-optional-wc:after {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
    height: 100%;
  }
}
.p2h-optional-wc .optinal-feature .col-sm-4:last-child .optinal-feature-box {
  margin-bottom: 0;
}
.p2h-optional-wc .optinal-feature .optinal-feature-box {
  margin-bottom: 30px;
}
.p2h-optional-wc .optinal-feature .optinal-feature-box span {
  min-height: 100px;
}
@media (max-width: 991px) {
  .p2h-optional-wc .optinal-feature .optinal-feature-box span {
    min-height: 70px;
  }
}
@media (max-width: 767px) {
  .p2h-optional-wc .optinal-feature .optinal-feature-box span {
    min-height: 60px;
  }
}
.p2h-optional-wc .optinal-feature .optinal-feature-box h3, .p2h-optional-wc .optinal-feature .optinal-feature-box .h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 10px 0;
}
@media (max-width: 991px) {
  .p2h-optional-wc .optinal-feature .optinal-feature-box h3, .p2h-optional-wc .optinal-feature .optinal-feature-box .h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p2h-optional-wc .optinal-feature .optinal-feature-box h3 br, .p2h-optional-wc .optinal-feature .optinal-feature-box .h3 br {
    display: none;
  }
}

/**P2wooCommerce**/
.p2h-magento-img img {
  bottom: 0;
}

@media (max-width: 991px) {
  .p2h-drupal-info {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .p2h-drupal-info .main-head h1, .p2h-drupal-info .main-head .h1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .p2h-optional-drupal {
    margin-top: 0;
    padding-bottom: 30px;
    padding-top: 50px;
  }
}
@media (max-width: 640px) {
  .p2h-optional-drupal {
    background: #16abc5;
    background: -moz-linear-gradient(left, #16abc5 0%, #0b98d4 100%);
    background: -webkit-linear-gradient(left, #16abc5 0%, #0b98d4 100%);
    background: linear-gradient(to right, #16abc5 0%, #0b98d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#16abc5", endColorstr="#0b98d4",GradientType=1 );
  }
}
@media (max-width: 480px) {
  .p2h-optional-drupal {
    padding-bottom: 50px;
  }
}
.p2h-optional-drupal:after {
  background: #16abc5;
  background: -moz-linear-gradient(left, #16abc5 0%, #0b98d4 100%);
  background: -webkit-linear-gradient(left, #16abc5 0%, #0b98d4 100%);
  background: linear-gradient(to right, #16abc5 0%, #0b98d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#16abc5", endColorstr="#0b98d4",GradientType=1 );
}
@media (max-width: 991px) {
  .p2h-optional-drupal:after {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    top: 0;
    height: 100%;
  }
}
@media (max-width: 640px) {
  .p2h-optional-drupal:after {
    display: none;
  }
}

.p2h-drupal-work .joomla-installlation-list ul {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .p2h-drupal-work .joomla-installlation-list ul {
    margin-bottom: 30px;
  }
}
.p2h-drupal-work .joomla-installlation-list ul li {
  margin-top: 0 !important;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .p2h-drupal-work .joomla-installlation-list ul li {
    margin-bottom: 15px;
  }
}

.why-work-wc {
  padding: 60px 0;
  background: #f5f7f9;
  border-top: #d7d7d7 1px solid;
}
@media (max-width: 991px) {
  .why-work-wc {
    padding: 40px 0;
  }
}
.why-work-wc .work-wc-features {
  position: relative;
  margin: 60px 0;
}
@media (max-width: 1199px) {
  .why-work-wc .work-wc-features {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .why-work-wc .work-wc-features {
    margin-top: 40px;
  }
}
.why-work-wc .work-wc-features ul {
  width: 40%;
  display: inline-block;
}
@media (max-width: 991px) {
  .why-work-wc .work-wc-features ul {
    width: 100%;
  }
}
.why-work-wc .work-wc-features ul li ~ li {
  margin-top: 30px;
}
.why-work-wc .work-wc-features ul li span {
  width: 65px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 480px) {
  .why-work-wc .work-wc-features ul li span {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .why-work-wc .work-wc-features ul li span img {
    max-width: 40px;
  }
}
.why-work-wc .work-wc-features ul li .wc-feature-info {
  width: calc(100% - 70px);
  display: inline-block;
}
.why-work-wc .work-wc-features ul li .wc-feature-info h4, .why-work-wc .work-wc-features ul li .wc-feature-info .h4 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.why-work-wc .work-wc-features .container .right-side-img {
  position: static;
  width: 50%;
  float: right;
}
.why-work-wc .work-wc-features .right-side-img {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .why-work-wc .work-wc-features .right-side-img {
    max-width: 580px;
  }
}
@media (max-width: 991px) {
  .why-work-wc .work-wc-features .right-side-img {
    display: none;
  }
}
.why-work-wc .work-wc-features .right-side-img img {
  max-width: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.right-bottom-img {
  bottom: 0;
  right: 0;
  position: absolute;
}
@media (max-width: 1199px) {
  .right-bottom-img {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .right-bottom-img {
    display: none;
  }
}
@media (max-width: 1199px) {
  .right-bottom-img img {
    max-width: 100%;
  }
}

section.process-outer {
  overflow: hidden;
}
section.process-outer.wc-process {
  background: #032967;
  background: -moz-linear-gradient(45deg, #032967 0%, #652555 100%);
  background: -webkit-linear-gradient(45deg, #032967 0%, #652555 100%);
  background: linear-gradient(45deg, #032967 0%, #652555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#032967", endColorstr="#652555",GradientType=1 );
}
section.process-outer .process-top {
  padding-inline: 15px;
}
section.process-outer .process-top.wc-process {
  background: #371749;
  background: -moz-linear-gradient(45deg, #371749 50%, #652555 100%);
  background: -webkit-linear-gradient(45deg, #371749 50%, #652555 100%);
  background: linear-gradient(45deg, #371749 50%, #652555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#371749", endColorstr="#652555",GradientType=1 );
}
@media (max-width: 480px) {
  section.process-outer .process-top.wc-process {
    background: none !important;
  }
}

.p2h-drupal-work {
  padding-top: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .p2h-drupal-work {
    padding-top: 50px;
  }
}
.p2h-drupal-work:after {
  content: "";
  width: 110%;
  height: 80%;
  position: absolute;
  bottom: -25%;
  left: -5%;
  background: #f5f7f9;
  z-index: -1;
  -webkit-transform: skewY(-8deg);
  -moz-transform: skewY(-8deg);
  -ms-transform: skewY(-8deg);
  -o-transform: skewY(-8deg);
  transform: skewY(-8deg);
}
@media (max-width: 1199px) {
  .p2h-drupal-work:after {
    display: none;
  }
}
.p2h-drupal-work .p2h-drupal-work-inner {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .p2h-drupal-work .drupal-work-img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.p2h-drupal-work .drupal-work-img img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .p2h-drupal-work .drupal-work-img img {
    max-width: 500px;
  }
}
@media (max-width: 640px) {
  .p2h-drupal-work .drupal-work-img img {
    max-width: 100%;
  }
}

.p2h-drupal-banner {
  background: #480048;
  background: -moz-linear-gradient(left, #480048 0%, #c04848 100%);
  background: -webkit-linear-gradient(left, #480048 0%, #c04848 100%);
  background: linear-gradient(to right, #480048 0%, #c04848 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#480048", endColorstr="#c04848",GradientType=1 );
}
.p2h-drupal-banner .container .banner-content {
  max-width: 34%;
}
.p2h-drupal-banner .container .banner-img {
  width: 820px;
}

@media (max-width: 1199px) {
  .p2h-about-drupal {
    padding-top: 0;
  }
}

.p2h-drupal-img {
  padding-top: 20px;
}

/**P2CsCart**/
.p2h-cscart-banner {
  background: #c33764;
  background: -moz-linear-gradient(left, #c33764 0%, #1d2671 100%);
  background: -webkit-linear-gradient(left, #c33764 0%, #1d2671 100%);
  background: linear-gradient(to right, #c33764 0%, #1d2671 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c33764", endColorstr="#1d2671",GradientType=1 );
}
.p2h-cscart-banner .p2h-cscart-banner-img {
  bottom: -30px !important;
}

.p2h-optional-cscart:after {
  background: #000148;
  background: -moz-linear-gradient(left, #000148 0%, #1cb5e0 100%);
  background: -webkit-linear-gradient(left, #000148 0%, #1cb5e0 100%);
  background: linear-gradient(to right, #000148 0%, #1cb5e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000148", endColorstr="#1cb5e0",GradientType=1 );
}

/**P2Cubecart**/
.cubecart-banner-img > img {
  margin-left: -30px;
}

.p2h-opencart-banner {
  background: #000148;
  background: -moz-linear-gradient(left, #000148 0%, #1cb5e0 100%);
  background: -webkit-linear-gradient(left, #000148 0%, #1cb5e0 100%);
  background: linear-gradient(to right, #000148 0%, #1cb5e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000148", endColorstr="#1cb5e0",GradientType=1 );
}

.p2h-oc-about_feature {
  padding: 0;
  background: none;
}
@media (max-width: 767px) {
  .p2h-oc-about_feature {
    padding-top: 50px;
  }
}
.p2h-oc-about_feature .p2h-get-feature--list {
  padding-top: 60px;
}
@media (max-width: 640px) {
  .p2h-oc-about_feature .p2h-get-feature--list {
    padding-top: 30px;
  }
}

.skew-bg {
  position: relative;
  background: none;
  overflow: hidden;
  padding-top: 50px;
}
.skew-bg:after {
  background: #f6f7f9;
  -webkit-transform: skewY(-12deg);
  -moz-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  -o-transform: skewY(-12deg);
  transform: skewY(-12deg);
  width: 115%;
  height: 120%;
  top: 15%;
  position: absolute;
  content: "";
  z-index: -1;
}
@media (max-width: 1199px) {
  .skew-bg:after {
    top: 8%;
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    transform: skewY(-10deg);
  }
}
@media (max-width: 991px) {
  .skew-bg:after {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.p2h-what_u_get.skew-bg {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .p2h-what_u_get.skew-bg {
    margin-top: 50px;
  }
}

.p2h-about-materialize .p2h-oc-feature-get {
  border: 0;
  /*.p2h-email-platform-inner{
      .row{
          display: inline-flex;
          align-items: flex-start;
          flex-wrap: wrap;
      }
  }*/
}
.p2h-about-materialize .p2h-oc-feature-get .p2h-email-platform {
  padding: 0;
}
@media (max-width: 767px) {
  .p2h-about-materialize .p2h-oc-feature-get .p2h-email-platform-inner {
    margin-top: 0;
  }
}
.p2h-about-materialize .p2h-oc-feature-get .p2h-email-box {
  margin: 20px 0 90px;
  padding: 0 20px 35px !important;
}
@media (max-width: 991px) {
  .p2h-about-materialize .p2h-oc-feature-get .p2h-email-box {
    padding: 0px 20px 20px !important;
  }
}
@media (max-width: 767px) {
  .p2h-about-materialize .p2h-oc-feature-get .p2h-email-box {
    padding-top: 0px !important;
  }
}
.p2h-about-materialize .p2h-oc-feature-get .p2h-email-box span {
  width: 100px;
  height: 100px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #00bdff;
  margin: auto;
}
@media (max-width: 480px) {
  .p2h-about-materialize .p2h-oc-feature-get .p2h-email-box span {
    width: 80px;
    height: 80px;
  }
}
.p2h-about-materialize .p2h-oc-feature-get .p2h-email-box p {
  font-size: 16px;
}
@media (max-width: 480px) {
  .p2h-about-materialize .p2h-oc-feature-get .p2h-email-box p {
    font-size: 14px;
  }
}
.p2h-about-materialize .p2h-oc-feature-get .p2h-email-box h4, .p2h-about-materialize .p2h-oc-feature-get .p2h-email-box .h4 {
  min-height: 30px;
}

.p2h-optional-opencart {
  padding-top: 60px;
  margin: 0;
}
@media (max-width: 1199px) {
  .p2h-optional-opencart {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .p2h-optional-opencart {
    padding: 50px 0 30px;
  }
}
@media (max-width: 480px) {
  .p2h-optional-opencart {
    padding-bottom: 50px;
  }
}
.p2h-optional-opencart:after {
  bottom: auto;
  top: 0;
  height: 600px;
  background: #000148;
  background: -moz-linear-gradient(left, #000148 0%, #1cb5e0 100%);
  background: -webkit-linear-gradient(left, #000148 0%, #1cb5e0 100%);
  background: linear-gradient(to right, #000148 0%, #1cb5e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000148", endColorstr="#1cb5e0",GradientType=1 );
  clip-path: polygon(0px 0, 100% 0, 100% 300px, 0% 100%);
}
@media (max-width: 991px) {
  .p2h-optional-opencart:after {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .p2h-optional-bigcomm {
    padding-bottom: 60px;
  }
}
.p2h-optional-bigcomm:after {
  -webkit-transform: rotate(180deg) skew(0);
  -moz-transform: rotate(180deg) skew(0);
  -ms-transform: rotate(180deg) skew(0);
  -o-transform: rotate(180deg) skew(0);
  transform: rotate(180deg) skew(0);
  max-height: 320px;
}
@media (max-width: 991px) {
  .p2h-optional-bigcomm:after {
    max-height: inherit;
    height: 100%;
  }
}
.p2h-optional-bigcomm .optinal-feature .optinal-feature-box {
  margin-bottom: 0 !important;
}
.p2h-optional-bigcomm .optinal-feature .optinal-feature-box span {
  width: 80px;
  height: 80px;
  text-align: center;
  background: #34313f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  min-height: inherit !important;
}
.p2h-optional-bigcomm .optinal-feature .optinal-feature-box h2, .p2h-optional-bigcomm .optinal-feature .optinal-feature-box .h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 10px 0;
}
@media (max-width: 1199px) {
  .p2h-optional-bigcomm .optinal-feature .optinal-feature-box h2, .p2h-optional-bigcomm .optinal-feature .optinal-feature-box .h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p2h-optional-bigcomm .optinal-feature .optinal-feature-box h2 br, .p2h-optional-bigcomm .optinal-feature .optinal-feature-box .h2 br {
    display: none;
  }
}

.p2h-bigcomm-banner {
  background: #273a89;
  background: -moz-linear-gradient(right, #273a89 0%, #1cb5e0 100%);
  background: -webkit-linear-gradient(right, #273a89 0%, #1cb5e0 100%);
  background: linear-gradient(to left, #273a89 0%, #1cb5e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#273a89", endColorstr="#1cb5e0",GradientType=1 );
}
.p2h-bigcomm-banner .banner-img.pull-right {
  padding-left: 50px;
}

.bigcomm-about p {
  font-size: 14px;
  text-align: left;
}
@media (max-width: 767px) {
  .bigcomm-about p {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .bigcomm-feature {
    margin-top: 0 !important;
  }
}
@media (max-width: 991px) {
  .bigcomm-feature.skew-bg:after {
    display: none;
  }
}

.bigcomm-about-img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .bigcomm-about-img img {
    margin: 20px 0;
  }
}

.why_choose_us {
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 991px) {
  .why_choose_us {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .why_choose_us {
    padding-bottom: 50px;
  }
}
.why_choose_us .joomla-installlation-list {
  padding: 0;
  margin-top: 40px;
}
.why_choose_us .joomla-installlation-list li ~ li {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .why_choose_us .main-head {
    text-align: center;
  }
}

.bigcomm-testimonial {
  background: #c6426e;
  background: -moz-linear-gradient(left, #c6426e 0%, #642b73 100%);
  background: -webkit-linear-gradient(left, #c6426e 0%, #642b73 100%);
  background: linear-gradient(to right, #c6426e 0%, #642b73 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c6426e", endColorstr="#642b73",GradientType=1 );
}

/**HTML to Wordpress**/
.h2wp-banner {
  background: #273a89;
  background: -moz-linear-gradient(right, #273a89 0%, #1cb5e0 100%);
  background: -webkit-linear-gradient(right, #273a89 0%, #1cb5e0 100%);
  background: linear-gradient(to left, #273a89 0%, #1cb5e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#273a89", endColorstr="#1cb5e0",GradientType=1 );
}

.html2wp-about {
  overflow: hidden;
}
.html2wp-about .foundation-about-outer {
  background: #fff;
  text-align: center;
  position: relative;
}
.html2wp-about .foundation-about-outer:before, .html2wp-about .foundation-about-outer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -275px;
  width: 275px;
  height: 230px;
  background: url("../../img/html2wp/about-bg-left.svg") no-repeat;
}
@media (max-width: 640px) {
  .html2wp-about .foundation-about-outer:before, .html2wp-about .foundation-about-outer:after {
    display: none;
  }
}
.html2wp-about .foundation-about-outer:after {
  background: url("../../img/html2wp/about-bg-right.svg") no-repeat -20px 20px;
  left: auto;
  right: -280px;
  width: 280px;
  height: 212px;
}
.html2wp-about .foundation-about-outer .foundation-about-inner {
  max-width: 100%;
}
.html2wp-about .foundation-about-outer .foundation-about-inner ul {
  width: 50%;
  float: left;
  text-align: left;
}
@media (max-width: 640px) {
  .html2wp-about .foundation-about-outer .foundation-about-inner ul {
    width: 100%;
  }
}
.html2wp-about .foundation-price-box {
  text-align: left;
}

.html2wp-feature {
  overflow: hidden;
}
.html2wp-feature:after {
  right: -70px;
}
.html2wp-feature .p2h-email-template:before {
  display: none;
}
.html2wp-feature .p2f-feature-outer {
  background: none;
}
.html2wp-feature .p2f-feature-outer .col-md-4 {
  float: none;
  display: inline-block;
  width: 32.8%;
  vertical-align: top;
}
@media (max-width: 991px) {
  .html2wp-feature .p2f-feature-outer .col-md-4 {
    width: 49.5%;
  }
}
@media (max-width: 640px) {
  .html2wp-feature .p2f-feature-outer .col-md-4 {
    width: 100%;
  }
}
.html2wp-feature .p2f-feature-outer .p2f-feature-info {
  background: none;
}
.html2wp-feature .p2f-feature-outer .p2f-feature-info:hover {
  background: none;
  box-shadow: none;
  top: 0;
}

.h2wp-optional {
  overflow: visible;
  overflow-x: hidden;
}
@media (max-width: 1199px) {
  .h2wp-optional {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .h2wp-optional {
    padding-bottom: 30px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .h2wp-optional {
    padding-bottom: 50px;
  }
}
.h2wp-optional:after {
  background-color: #27819f;
  background-image: -moz-linear-gradient(right, #27819f 0%, #3fc4a2 100%);
  background-image: -webkit-linear-gradient(right, #27819f 0%, #3fc4a2 100%);
  background-image: linear-gradient(right, #27819f 0%, #3fc4a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#27819f", endColorstr="#3fc4a2",GradientType=1 );
  top: 40%;
  height: 400px;
}
@media (max-width: 991px) {
  .h2wp-optional:after {
    height: 100%;
    top: 0;
  }
}
.h2wp-optional .optinal-feature-box span {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .h2wp-optional .optinal-feature-box span {
    margin-bottom: 10px;
  }
}

.client-serv {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .client-serv {
    display: none;
  }
}
.client-serv span {
  color: #3ebc7d;
  font-size: 20px;
  margin-right: 10px;
}
.client-serv span i {
  margin: 0 1px;
}
.client-serv h4, .client-serv .h4 {
  display: inline-block;
}

/***Magento Developer***/
.magentoDev-banner {
  background-image: url("../../img/magento-dev/magento-banner-bg.jpg");
}
.magentoDev-banner:after {
  display: none;
}
.magentoDev-banner .container {
  position: relative;
  height: 100%;
}
.magentoDev-banner a {
  min-width: 100px;
}

.p2h-magento-choose {
  background: #15a98c;
}
@media (max-width: 991px) {
  .p2h-magento-choose {
    padding: 50px 0;
  }
}
.p2h-magento-choose:before {
  background: #df5a09;
}
.p2h-magento-choose .why-choose-info ul li {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .p2h-magento-choose .why-choose-info ul li {
    margin-bottom: 10px;
  }
}
.p2h-magento-choose .why-choose-info h2 {
  text-transform: uppercase;
}

.p2h-shopify-choose .why-choose-info, .p2h-shopify-choose .p2h-promise {
  max-width: 90%;
}
@media (max-width: 1199px) {
  .p2h-shopify-choose .why-choose-info, .p2h-shopify-choose .p2h-promise {
    max-width: 100%;
  }
}
.p2h-shopify-choose .why-choose-info ul, .p2h-shopify-choose .p2h-promise ul {
  margin-bottom: 30px;
}
.p2h-shopify-choose .why-choose-info h2, .p2h-shopify-choose .p2h-promise h2 {
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .p2h-shopify-choose .why-choose-info h2, .p2h-shopify-choose .p2h-promise h2 {
    font-size: 30px;
  }
}

.magento-dev {
  display: inline-block;
  text-align: center;
  width: 32%;
}
@media (max-width: 991px) {
  .magento-dev {
    display: none;
  }
}

.magento-features {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .magento-features {
    padding-bottom: 40px;
  }
}
.magento-features .magento-dev-outer {
  margin-top: 60px;
}
@media (max-width: 480px) {
  .magento-features .magento-dev-outer {
    margin-top: 40px;
  }
}
.magento-features .magento-dev-outer .col-sm-6 {
  float: none;
  display: inline-block;
  width: 49.7%;
  vertical-align: top;
}
@media (max-width: 767px) {
  .magento-features .magento-dev-outer .col-sm-6 {
    width: 49.5%;
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .magento-features .magento-dev-outer .col-sm-6 {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
}
.magento-features .magento-dev-outer .magento-feature-inner {
  background: #fff;
  padding: 20px;
  box-shadow: rgba(116, 116, 116, 0.19) 0 0 50px;
  min-height: 210px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .magento-features .magento-dev-outer .magento-feature-inner {
    min-height: inherit;
    padding: 30px;
  }
}
.magento-features .magento-dev-outer .magento-feature-inner span {
  min-height: 60px;
  margin-bottom: 10px;
  display: block;
}
.magento-features .magento-dev-outer .magento-feature-inner h4, .magento-features .magento-dev-outer .magento-feature-inner .h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .magento-features .magento-dev-outer .magento-feature-inner p {
    font-size: 14px;
  }
}

.p2h-quick-glimpse {
  padding-left: 80px;
  color: #fff;
}
@media (max-width: 1199px) {
  .p2h-quick-glimpse {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .p2h-quick-glimpse {
    padding-left: 0;
    padding-top: 50px;
  }
}
.p2h-quick-glimpse .glimpse-option {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .p2h-quick-glimpse .glimpse-option li {
    text-align: center;
  }
}
.p2h-quick-glimpse .glimpse-option li ~ li {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .p2h-quick-glimpse .glimpse-option li ~ li {
    margin-top: 30px;
  }
}
.p2h-quick-glimpse .glimpse-option li span {
  font-size: 56px;
  opacity: 0.6;
  width: 80px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}
@media (max-width: 1199px) {
  .p2h-quick-glimpse .glimpse-option li span {
    font-size: 44px;
    width: 65px;
  }
}
@media (max-width: 991px) {
  .p2h-quick-glimpse .glimpse-option li span {
    width: 60px;
    font-size: 38px;
  }
}
.p2h-quick-glimpse .glimpse-option li span:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  display: none;
}
.p2h-quick-glimpse .glimpse-option li p {
  display: inline-block;
  width: calc(100% - 95px);
  padding-left: 10px;
  margin-left: 0px;
  border-left: rgba(255, 255, 255, 0.16) 1px solid;
}
@media (max-width: 1199px) {
  .p2h-quick-glimpse .glimpse-option li p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .p2h-quick-glimpse .glimpse-option li p {
    text-align: left;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .p2h-quick-glimpse .glimpse-option li p {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border: 0;
    text-align: center;
  }
}

.save-20 {
  border: dashed 1px #fff;
  padding: 20px 40px;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .save-20 {
    max-width: 400px;
    margin: 60px auto 0;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .save-20 {
    display: none;
  }
}
.save-20:after {
  content: "";
  position: absolute;
  top: -33px;
  right: 40px;
  background: url("../../img/magento-dev/cut-icon.png") no-repeat;
  width: 88px;
  height: 64px;
}
.save-20 h1, .save-20 .h1 {
  text-transform: uppercase;
  font-size: 54px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .save-20 h1, .save-20 .h1 {
    font-size: 40px;
  }
}
.save-20 .save-bottm p {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .save-20 .save-bottm p {
    width: 30%;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .save-20 .save-bottm p {
    width: 40%;
  }
}
.save-20 .save-bottm p span {
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
}

/**PSD 2 Prestashop**/
.p2h-prestashop-banner {
  background: #c6426e;
  background: -moz-linear-gradient(left, #c6426e 0%, #642b73 100%);
  background: -webkit-linear-gradient(left, #c6426e 0%, #642b73 100%);
  background: linear-gradient(to right, #c6426e 0%, #642b73 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c6426e", endColorstr="#642b73",GradientType=1 );
}
.p2h-prestashop-banner .materialize-banner-img {
  width: 52%;
}

@media (max-width: 991px) {
  .p2h-prestashop-features.skew-bg {
    margin-top: 0;
  }
}
.p2h-prestashop-features.skew-bg:after {
  top: 28%;
}
@media (max-width: 991px) {
  .p2h-prestashop-features.skew-bg:after {
    display: none;
  }
}

.p2h-prestashop-process:after {
  background: #c6426e;
  background: -moz-linear-gradient(left, rgba(198, 66, 110, 0.9) 0%, rgba(100, 43, 115, 0.98) 100%);
  background: -webkit-linear-gradient(left, rgba(198, 66, 110, 0.9) 0%, rgba(100, 43, 115, 0.98) 100%);
  background: linear-gradient(to right, rgba(198, 66, 110, 0.9) 0%, rgba(100, 43, 115, 0.98) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c6426e", endColorstr="#642b73",GradientType=1 );
}

/**PSD 2 Typo3**/
.p2h-typo3-banner {
  background: #fc4a1a;
  background: -moz-linear-gradient(left, #fc4a1a 0%, #f7b733 100%);
  background: -webkit-linear-gradient(left, #fc4a1a 0%, #f7b733 100%);
  background: linear-gradient(to right, #fc4a1a 0%, #f7b733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fc4a1a", endColorstr="#f7b733",GradientType=1 );
}

@media (max-width: 991px) {
  .p2h-typo-feature-get .main-head h1, .p2h-typo-feature-get .main-head .h1 {
    margin-top: 0;
  }
}
.p2h-typo-feature-get span {
  background: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0 5px 5px;
}
.p2h-typo-feature-get .p2h-email-box {
  min-height: 225px;
}

.typo-why-choose {
  padding: 60px 0;
}
@media (max-width: 480px) {
  .typo-why-choose {
    padding: 50px 0;
  }
}

.p2h-about-typo {
  max-width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .p2h-about-typo {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .p2h-about-typo .main-head {
    text-align: center;
  }
}

/**PSD 2 Shopify**/
@media (max-width: 767px) {
  .p2h-about-shopify {
    margin-top: 40px;
  }
}
.p2h-about-shopify li {
  width: 33.333%;
  float: left;
  position: relative;
}
@media (max-width: 640px) {
  .p2h-about-shopify li {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .p2h-about-shopify li {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .p2h-about-shopify li ~ li {
    margin-top: 30px;
  }
}
.p2h-about-shopify li ~ li:before {
  content: "";
  background: #d7d7d7;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
@media (max-width: 480px) {
  .p2h-about-shopify li ~ li:before {
    display: none;
  }
}
@media (max-width: 640px) {
  .p2h-about-shopify li h3, .p2h-about-shopify li .h3 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .p2h-about-shopify li p {
    font-size: 14px;
  }
}
.p2h-about-shopify li span {
  margin-bottom: 10px;
  display: block;
  min-height: 75px;
}

.p2h-shopify-price {
  padding: 40px 0;
  background: #f5f7f9;
}
.p2h-shopify-price .shopify-price-left {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .p2h-shopify-price .shopify-price-left {
    width: 100%;
  }
}
.p2h-shopify-price .shopify-price-left span {
  display: inline-block;
}
.p2h-shopify-price .shopify-price-left .price-right {
  display: inline-block;
  width: calc(100% - 50px);
  vertical-align: top;
  padding-left: 10px;
}
.p2h-shopify-price .shopify-price-left .price-right h3, .p2h-shopify-price .shopify-price-left .price-right .h3 {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .p2h-shopify-price .shopify-price-left .price-right p br {
    display: none;
  }
}
.p2h-shopify-price .shopify-price-right {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .p2h-shopify-price .shopify-price-right {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}
.p2h-shopify-price .shopify-price-right li {
  background: #d15908;
  padding: 10px;
  display: inline-block;
  width: 230px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  box-shadow: rgba(101, 101, 101, 0.4) 0 0 5px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .p2h-shopify-price .shopify-price-right li {
    width: auto;
    min-width: 200px;
  }
}
@media (max-width: 991px) {
  .p2h-shopify-price .shopify-price-right li h2, .p2h-shopify-price .shopify-price-right li .h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .p2h-shopify-price .shopify-price-right li p {
    font-size: 14px;
  }
}
.p2h-shopify-price .shopify-price-right li ~ li {
  margin: -8px 0 0 20px;
  background: #fff;
  color: inherit;
}
.p2h-shopify-price .shopify-price-right li h2, .p2h-shopify-price .shopify-price-right li p {
  display: inline-block;
  vertical-align: middle;
}

.shopify-outer {
  padding-bottom: 70px;
}
@media (max-width: 480px) {
  .shopify-outer {
    padding-bottom: 40px;
  }
}

.p2h-shopify-feature {
  background: #7dad2f;
  background: -moz-linear-gradient(left, #7dad2f 0%, #437c0c 100%);
  background: -webkit-linear-gradient(left, #7dad2f 0%, #437c0c 100%);
  background: linear-gradient(to right, #7dad2f 0%, #437c0c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7dad2f", endColorstr="#437c0c",GradientType=1 );
  padding: 60px 0 250px;
}
@media (max-width: 1199px) {
  .p2h-shopify-feature {
    padding-bottom: 50px;
  }
}
.p2h-shopify-feature.p2h-wl-wordpress-feature {
  background: #0A54AF;
  background: -moz-linear-gradient(bottom, #0A54AF 0%, #1CB5E0 100%);
  background: -webkit-linear-gradient(bottom, #0A54AF 0%, #1CB5E0 100%);
  background: linear-gradient(to top, #0A54AF 0%, #1CB5E0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0A54AF", endColorstr="#1CB5E0 ",GradientType=1 );
}

.shopify-feature-inner {
  margin-top: 50px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .shopify-feature-inner {
    margin-top: 30px;
    padding-top: 10px;
  }
}
.shopify-feature-inner .shopify-feature-box {
  margin-top: 60px;
  color: #fff;
  display: flex;
}
@media (max-width: 1199px) {
  .shopify-feature-inner .shopify-feature-box {
    margin-top: 40px;
    display: block;
  }
}
.shopify-feature-inner .shopify-feature-box span {
  width: 80px;
  height: 80px;
  border: #fff 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 1199px) {
  .shopify-feature-inner .shopify-feature-box span {
    margin: 0 auto 20px;
  }
}
.shopify-feature-inner .shopify-feature-box .shopify-feature-text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 110px);
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .shopify-feature-inner .shopify-feature-box .shopify-feature-text {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.shopify-feature-inner .shopify-feature-box .shopify-feature-text h4, .shopify-feature-inner .shopify-feature-box .shopify-feature-text .h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .shopify-feature-inner .shopify-feature-box .shopify-feature-text h4, .shopify-feature-inner .shopify-feature-box .shopify-feature-text .h4 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .shopify-feature-inner .shopify-feature-box .shopify-feature-text p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .shopify-feature-inner .col-xs-6 {
    float: none;
    display: inline-block;
    width: 49.5%;
  }
}
@media (max-width: 640px) {
  .shopify-feature-inner .col-xs-6 {
    width: 100%;
  }
}

.shopify-choose {
  background: #f5f7f9;
  position: relative;
  z-index: 9;
}
.shopify-choose:before {
  content: "";
  background: #f5f7f9;
  position: absolute;
  top: -150px;
  left: -10%;
  height: 300px;
  width: 120%;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
@media (max-width: 1199px) {
  .shopify-choose:before {
    top: 0;
    height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.shopify-choose .shopify-choose-inner {
  position: relative;
  margin-top: 70px;
  z-index: 99;
}
@media (max-width: 1199px) {
  .shopify-choose .shopify-choose-inner {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .shopify-choose .shopify-choose-inner {
    margin-top: 20px;
  }
}
.shopify-choose .shopify-choose-inner .row {
  justify-content: flex-end;
}
.shopify-choose .shopify-choose-inner .shopify-choose-list {
  max-width: 90%;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .shopify-choose .shopify-choose-inner .shopify-choose-list {
    max-width: 100%;
  }
}
.shopify-choose .shopify-choose-inner .shopify-choose-list li {
  background: url(../../img/p2shopify/green-tick.svg) no-repeat left 0/25px;
  padding-left: 35px;
  margin-bottom: 20px;
}
.shopify-choose .shopify-choose-inner .shopify-choose-img {
  top: 0;
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  .shopify-choose .shopify-choose-inner .shopify-choose-img {
    display: none;
  }
}
@media (max-width: 1199px) {
  .shopify-choose .shopify-choose-inner .shopify-choose-img img {
    max-width: 420px;
  }
}
.shopify-choose .shopify-choose-points {
  margin: 100px auto 60px;
  max-width: 80%;
}
@media (max-width: 1199px) {
  .shopify-choose .shopify-choose-points {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .shopify-choose .shopify-choose-points {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .shopify-choose .shopify-choose-points {
    margin-top: 0;
  }
}
.shopify-choose .shopify-choose-points .shopify-experince {
  background: #fff;
  box-shadow: rgba(67, 67, 67, 0.1) 0 0 8px;
  padding: 25px 30px;
}
@media (max-width: 480px) {
  .shopify-choose .shopify-choose-points .shopify-experince {
    text-align: center;
    margin-top: 30px;
  }
}
.shopify-choose .shopify-choose-points .shopify-experince span {
  display: inline-block;
  width: 65px;
}
.shopify-choose .shopify-choose-points .shopify-experince .experince-text {
  display: inline-block;
  width: calc(100% - 70px);
  vertical-align: top;
}
@media (max-width: 480px) {
  .shopify-choose .shopify-choose-points .shopify-experince .experince-text {
    width: 100%;
    margin-top: 15px;
  }
}
.shopify-choose .shopify-choose-points .shopify-experince .experince-text h4, .shopify-choose .shopify-choose-points .shopify-experince .experince-text .h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.shopify-choose-outer {
  position: relative;
  z-index: 999;
}
@media (max-width: 1199px) {
  .shopify-choose-outer {
    padding-top: 50px;
  }
}

.shopify-feature-outer {
  overflow: hidden;
}

/**FAQ**/
.faq-inner {
  padding-top: 40px;
}

.faq-main-content {
  padding-top: 80px;
}
.faq-main-content h3, .faq-main-content .h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Tondo-reg";
  border-left: #15a98c 4px solid;
  padding-left: 10px;
}
.faq-main-content h4, .faq-main-content .h4 {
  font-family: "Tondo-reg";
  margin-bottom: 10px;
}
.faq-main-content p {
  margin-bottom: 25px;
}

.faq-sidebar {
  background: #f5f7f9;
  width: 100%;
  position: fixed;
  z-index: 99;
}
.faq-sidebar ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.faq-sidebar ul li {
  display: block;
  -webkit-flex: 1.1;
  -moz-flex: 1.1;
  -ms-flex: 1.1;
  flex: 1.1;
  text-align: center;
  padding: 20px 0;
}
.faq-sidebar ul li a {
  display: inline-block;
  border-bottom: transparent 3px solid;
}
.faq-sidebar ul li.active a {
  border-color: #15a98c;
}

/**Blog**/
.blog-banner {
  position: relative;
  padding: 100px 0;
  z-index: 0;
}
@media (max-width: 480px) {
  .blog-banner {
    padding: 50px 0;
  }
}
.blog-banner .contact-banner-content {
  color: #fff;
  max-width: 80%;
  margin: auto;
}
.blog-banner .contact-banner-content h1, .blog-banner .contact-banner-content .h1 {
  font-size: 40px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blog-banner .contact-banner-content h1, .blog-banner .contact-banner-content .h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .blog-banner .contact-banner-content h1, .blog-banner .contact-banner-content .h1 {
    font-size: 24px;
  }
}

.p2h-blog-main {
  padding: 50px 0;
}
@media (max-width: 480px) {
  .p2h-blog-main {
    padding: 30px 0;
  }
}
.p2h-blog-main .breadcrumb {
  margin: 0 0 20px;
}
.p2h-blog-main .blog-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .p2h-blog-main .blog-filters {
    padding: 0;
  }
}
.p2h-blog-main .blog-filters .filter_slider {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  width: 100%;
}
.p2h-blog-main .blog-filters .filter_slider:-webkit-scrollbar {
  display: none;
}
.p2h-blog-main .blog-filters .filter_slider .item {
  min-width: 180px;
  padding: 15px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .p2h-blog-main .blog-filters .filter_slider .item {
    min-width: 150px;
    padding: 10px;
    font-size: 11px;
  }
}
.p2h-blog-main .blog-filters .filter_slider .item:hover, .p2h-blog-main .blog-filters .filter_slider .item.active {
  background-color: #f7f7f7;
}
.p2h-blog-main .blog-filters .nav {
  border: none;
  background: #fff;
  cursor: pointer;
  font-size: 20px;
  padding: 5px 20px 5px 10px;
  box-shadow: #fff 3px 3px 10px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9;
}
@media (max-width: 480px) {
  .p2h-blog-main .blog-filters .nav {
    padding-right: 10px;
  }
}
.p2h-blog-main .blog-filters .nav.right {
  right: 0;
  left: auto;
  padding: 5px 10px 5px 20px;
  box-shadow: #fff -3px 3px 10px;
}
@media (max-width: 480px) {
  .p2h-blog-main .blog-filters .nav.right {
    padding-left: 10px;
  }
}
.p2h-blog-main .blog-filters .nav:disabled {
  opacity: 0;
  cursor: not-allowed;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .p2h-blog-main .col-xs-6 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .p2h-blog-main .col-xs-6 {
    width: 100%;
  }
}
.p2h-blog-main .blog-advert {
  overflow: hidden;
}
@media (max-width: 480px) {
  .p2h-blog-main .blog-advert {
    margin: 0 -15px;
  }
}
.p2h-blog-main .blog-advert:hover img {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
.p2h-blog-main .blog-advert img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform ease 0.3s;
  -o-transition: transform ease 0.3s;
  -webkit-transition: transform ease 0.3s;
  transition: transform ease 0.3s;
}
.p2h-blog-main .p2h-blog-post {
  border: #d7d7d7 1px solid;
  padding: 20px;
}
@media (max-width: 480px) {
  .p2h-blog-main .p2h-blog-post {
    padding: 15px;
  }
}
.p2h-blog-main .p2h-blog-post .blog-image {
  max-height: 170px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .p2h-blog-main .p2h-blog-post .blog-image {
    max-height: 220px;
  }
}
@media (max-width: 640px) {
  .p2h-blog-main .p2h-blog-post .blog-image {
    max-height: none;
  }
}
.p2h-blog-main .p2h-blog-post .blog-image a {
  display: block;
}
.p2h-blog-main .p2h-blog-post .blog-image img {
  width: 100%;
}
.p2h-blog-main .p2h-blog-post {
  margin-bottom: 0;
  height: 100%;
}
.p2h-blog-main .p2h-blog-post .blog-image {
  position: relative;
}
.p2h-blog-main .p2h-blog-post .blog-image img {
  max-width: 100%;
}
.p2h-blog-main .p2h-blog-post .blog-image .blog-admin-img {
  position: absolute;
  bottom: 10px;
  left: 25px;
  width: 50px;
  height: 50px;
  border: #fff 3px solid;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .p2h-blog-main .p2h-blog-post .blog-image .blog-admin-img {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
}
.p2h-blog-main .p2h-blog-post .blog-image .blog-admin-img:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p2h-blog-main .p2h-blog-post .blog-image .blog-admin-img img {
  max-width: 100px;
}
.p2h-blog-main .p2h-blog-post .blog-post-content {
  background: #fff;
  padding-top: 10px;
}
.p2h-blog-main .p2h-blog-post .blog-post-content h3, .p2h-blog-main .p2h-blog-post .blog-post-content .h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Tondo-bold";
}
@media (max-width: 767px) {
  .p2h-blog-main .p2h-blog-post .blog-post-content h3, .p2h-blog-main .p2h-blog-post .blog-post-content .h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .p2h-blog-main .p2h-blog-post .blog-post-content h3, .p2h-blog-main .p2h-blog-post .blog-post-content .h3 {
    font-size: 17px;
  }
}
.p2h-blog-main .p2h-blog-post .blog-post-content h3 a, .p2h-blog-main .p2h-blog-post .blog-post-content .h3 a {
  color: #000;
  display: block;
}
.p2h-blog-main .p2h-blog-post .blog-post-content h3 a:hover, .p2h-blog-main .p2h-blog-post .blog-post-content .h3 a:hover {
  color: #15a98c;
}
.p2h-blog-main .p2h-blog-post .blog-post-content h4, .p2h-blog-main .p2h-blog-post .blog-post-content .h4 {
  color: #17a7a5;
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: 600;
}
.p2h-blog-main .p2h-blog-post .blog-post-content p {
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p2h-blog-main .p2h-blog-post .blog-post-content p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .p2h-blog-main .p2h-blog-post .blog-post-content p {
    margin-bottom: 10px;
  }
}
.p2h-blog-main .p2h-blog-post .blog-post-content p.jumbotron {
  padding: 20px;
}
.p2h-blog-main .p2h-blog-post .blog-post-content p a {
  color: #12adc5;
}
.p2h-blog-main .p2h-blog-post .blog-post-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.p2h-blog-main .p2h-blog-post .blog-post-content ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.p2h-blog-main .p2h-blog-post .blog-post-content .blog-read-more {
  margin-top: 0;
  display: inline-block;
  color: #000;
  text-decoration: underline !important;
  font-family: "Tondo-bold";
  text-transform: uppercase;
  font-size: 14px;
}
.p2h-blog-main .p2h-blog-post .blog-post-content .blog-read-more:hover {
  color: #15a98c;
  text-decoration: none !important;
}
.p2h-blog-main .post-info {
  font-size: 12px;
  margin-bottom: 0;
  display: block;
}
.p2h-blog-main .post-info:before {
  content: "";
  background-image: url(../../img/blog/calendar.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  width: 15px;
  height: 10px;
  display: inline-block;
}
.p2h-blog-main .blog-post-content-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.p2h-blog-main .blog-post-content-footer .blog-category-badge {
  border: #d7d7d7 1px solid;
  border-radius: 50px;
  background-color: #f7f7f7;
  font-size: 11px;
  padding: 5px 15px;
  text-transform: uppercase;
}
.p2h-blog-main .blog-detail-header .h1, .p2h-blog-main .blog-detail-header h1 {
  font-family: "Tondo-bold";
  color: #000;
  text-transform: uppercase;
  font-size: 40px;
}
@media (max-width: 767px) {
  .p2h-blog-main .blog-detail-header .h1, .p2h-blog-main .blog-detail-header h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .p2h-blog-main .blog-detail-header .h1, .p2h-blog-main .blog-detail-header h1 {
    font-size: 24px;
  }
}
.p2h-blog-main .blog-detail-header .blog-post-content-footer {
  margin-block: 20px;
}
.p2h-blog-main .blog-detail-main-image img {
  width: 100%;
}
.p2h-blog-main .blog-detail-content {
  padding-block: 30px;
  color: #000;
}
.p2h-blog-main .blog-detail-content h2, .p2h-blog-main .blog-detail-content .h2, .p2h-blog-main .blog-detail-content h3, .p2h-blog-main .blog-detail-content .h3, .p2h-blog-main .blog-detail-content h4, .p2h-blog-main .blog-detail-content .h4, .p2h-blog-main .blog-detail-content h5, .p2h-blog-main .blog-detail-content .h5, .p2h-blog-main .blog-detail-content h6, .p2h-blog-main .blog-detail-content .h6 {
  font-family: "Tondo-bold";
  color: #000;
  margin-bottom: 10px;
  clear: both;
}
@media (max-width: 767px) {
  .p2h-blog-main .blog-detail-content h2, .p2h-blog-main .blog-detail-content .h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .p2h-blog-main .blog-detail-content h2, .p2h-blog-main .blog-detail-content .h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .p2h-blog-main .blog-detail-content h3, .p2h-blog-main .blog-detail-content .h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .p2h-blog-main .blog-detail-content h3, .p2h-blog-main .blog-detail-content .h3 {
    font-size: 18px;
  }
}
.p2h-blog-main .blog-detail-content p {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .p2h-blog-main .blog-detail-content p {
    margin-bottom: 20px;
  }
}
.p2h-blog-main .blog-detail-content ul, .p2h-blog-main .blog-detail-content ol {
  margin-bottom: 30px;
  list-style: disc;
  padding-left: 15px;
}
@media (max-width: 480px) {
  .p2h-blog-main .blog-detail-content ul, .p2h-blog-main .blog-detail-content ol {
    margin-bottom: 20px;
  }
}
.p2h-blog-main .blog-detail-content ul li, .p2h-blog-main .blog-detail-content ol li {
  margin-bottom: 8px;
}
.p2h-blog-main .blog-detail-content ol {
  list-style: decimal;
}
.p2h-blog-main .blog-detail-content a {
  color: #704ba1;
}
.p2h-blog-main .blog-detail-content a:hover {
  text-decoration: underline;
}
.p2h-blog-main .blog-detail-content img {
  margin-bottom: 20px;
  max-width: 100%;
}
.p2h-blog-main .blog-detail-content img.align-left {
  float: left;
}
.p2h-blog-main .blog-detail-content img.align-right {
  float: right;
}
@media (max-width: 1299px) {
  .p2h-blog-main .blog-detail-content img.align-right {
    float: left;
  }
}
.p2h-blog-main .blog-detail-pagination {
  display: flex;
  justify-content: space-between;
  margin-block: 40px;
  position: relative;
}
.p2h-blog-main .blog-detail-pagination-btn {
  padding-block: 20px;
  width: 100%;
  padding-right: 40px;
}
@media (max-width: 640px) {
  .p2h-blog-main .blog-detail-pagination-btn {
    padding-right: 10px;
  }
}
.p2h-blog-main .blog-detail-pagination-btn > span {
  color: #838383;
  font-size: 12px;
  font-family: "Tondo-bold";
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
}
@media (max-width: 480px) {
  .p2h-blog-main .blog-detail-pagination-btn > span {
    letter-spacing: 0.5px;
  }
}
.p2h-blog-main .blog-detail-pagination-btn > span img {
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  position: relative;
  left: 0;
  right: 0;
}
.p2h-blog-main .blog-detail-pagination-btn.next {
  border-left: #EAEAEA 1px solid;
  text-align: right;
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 640px) {
  .p2h-blog-main .blog-detail-pagination-btn.next {
    padding-left: 10px;
  }
}
.p2h-blog-main .blog-detail-pagination-btn.next p {
  flex-direction: row-reverse;
}
.p2h-blog-main .blog-detail-pagination-btn p {
  color: #000;
  margin-top: 10px;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p2h-blog-main .blog-detail-pagination-btn p strong {
  font-family: "Tondo-bold";
}
.p2h-blog-main .blog-detail-pagination-btn p img {
  width: 80px;
  height: auto;
  border: #eee 1px solid;
  padding: 2px;
}
@media (max-width: 640px) {
  .p2h-blog-main .blog-detail-pagination-btn p img {
    display: none;
  }
}
.p2h-blog-main .blog-detail-pagination-btn:hover > span img {
  left: -3px;
  right: auto;
}
.p2h-blog-main .blog-detail-pagination-btn:hover.next > span img {
  left: auto;
  right: -3px;
}
.p2h-blog-main .blog-detail-pagination-btn:hover p {
  color: #15A991;
}

.p2h-blog-reply h2, .p2h-blog-reply .h2, .p2h-blog-reply h3, .p2h-blog-reply .h3, .p2h-blog-reply h4, .p2h-blog-reply .h4, .p2h-blog-reply h5, .p2h-blog-reply .h5, .p2h-blog-reply h6, .p2h-blog-reply .h6 {
  font-family: "Tondo-bold";
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .p2h-blog-reply h2, .p2h-blog-reply .h2 {
    font-size: 20px;
  }
}
.p2h-blog-reply p {
  font-size: 14px;
  margin-bottom: 10px;
}
.p2h-blog-reply-form input:-webkit-autofill,
.p2h-blog-reply-form input:-webkit-autofill:hover,
.p2h-blog-reply-form input:-webkit-autofill:focus,
.p2h-blog-reply-form textarea:-webkit-autofill,
.p2h-blog-reply-form textarea:-webkit-autofill:hover,
.p2h-blog-reply-form textarea:-webkit-autofill:focus,
.p2h-blog-reply-form select:-webkit-autofill,
.p2h-blog-reply-form select:-webkit-autofill:hover,
.p2h-blog-reply-form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s;
}
.p2h-blog-reply-form .form-control {
  border: #eaeaea 1px solid;
  border-radius: 0;
  box-shadow: none !important;
  margin-bottom: 30px;
  min-height: 44px;
  width: 100%;
  resize: vertical;
  color: #000;
}
@media (max-width: 640px) {
  .p2h-blog-reply-form .form-control {
    margin-bottom: 15px;
  }
}
.p2h-blog-reply-form label {
  font-family: "Tondo-reg";
  font-weight: 400;
  cursor: pointer;
}
.p2h-blog-reply-form .form-check {
  display: none;
}
.p2h-blog-reply-form .form-check + span {
  font-size: 12px;
}
.p2h-blog-reply-form .form-check + span:before {
  content: "";
  border: #eaeaea 1px solid;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 3px;
  padding-top: 1px;
}
.p2h-blog-reply-form .form-check:checked + span:before {
  content: "✓";
  border-color: #15A991;
}

@media (max-width: 640px) {
  .p2h-blog-advert.mt-2.mb-5 {
    margin: 0 0 30px !important;
  }
}

.email-alert {
  background: #fff;
  padding: 25px;
}
@media (max-width: 1199px) {
  .email-alert {
    padding: 15px;
  }
}
.email-alert h4, .email-alert .h4 {
  margin: 10px 0 5px;
}
.email-alert .email-alert-form {
  margin-top: 15px;
}
.email-alert .email-alert-form .ea-field {
  width: 100%;
  height: 44px;
  padding: 0 15px;
  margin-bottom: 10px;
  border: #d7d7d7 1px solid;
  font-size: 14px;
}
@media (max-width: 991px) {
  .email-alert .email-alert-form .ea-field {
    width: 36%;
  }
}
@media (max-width: 640px) {
  .email-alert .email-alert-form .ea-field {
    width: 100%;
  }
}
.email-alert .common-btn {
  min-width: inherit;
  width: 100%;
}
@media (max-width: 991px) {
  .email-alert .common-btn {
    width: 25%;
    height: 44px;
  }
}
@media (max-width: 640px) {
  .email-alert .common-btn {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 50px;
  }
}

.blog-pagination li {
  float: left;
  margin-right: 5px;
}
.blog-pagination li a {
  border: transparent 2px solid;
  width: 32px;
  height: 30px;
  text-align: center;
  display: inline-block;
}
.blog-pagination li.active a {
  border-color: #15a98c;
}
.blog-pagination li:last-child a {
  background: #2a8a9f;
  color: #fff;
}
.blog-pagination li:last-child a:hover {
  background: #15a98c;
}

.back-to-blog {
  min-width: inherit;
}

/**SHOPIFY Developer**/
.shopify-banner {
  background-image: url("../../img/shopify/shopify-banner-bg.jpg");
  background-position: center;
  position: relative;
  z-index: 0;
  height: auto;
  padding: 100px 0;
}
.shopify-banner:before {
  content: "";
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .shopify-banner {
    padding: 70px 0;
  }
}
.shopify-banner .banner-content {
  position: static;
  transform: none;
}

.row.align-items-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.row.row-reverse {
  flex-direction: row-reverse;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-2 {
  margin-bottom: 20px;
}

.banner-enquire-form-outer {
  background-color: #fff;
  padding: 25px;
  max-width: 80%;
  margin-left: auto;
}
.banner-enquire-form-outer h4 {
  font-size: 28px;
  font-family: "Tondo-bold";
  margin-bottom: 5px;
}
.banner-enquire-form-outer p {
  font-size: 14px;
}
.banner-enquire-form-outer .banner-enquire-form {
  margin-top: 20px;
}
.banner-enquire-form-outer .banner-enquire-form .input-inner {
  border: #e2e2e2 1px solid;
  padding: 0 10px;
}
.banner-enquire-form-outer .banner-enquire-form .input-inner .int-inner {
  border: 0;
  font-size: 16px;
  color: #939393;
}
.banner-enquire-form-outer .banner-enquire-form .input-inner .int-inner:-webkit-autofill, .banner-enquire-form-outer .banner-enquire-form .input-inner .int-inner:-webkit-autofill:hover, .banner-enquire-form-outer .banner-enquire-form .input-inner .int-inner:-webkit-autofill:focus {
  -webkit-text-fill-color: #939393 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s;
}
.banner-enquire-form-outer .banner-enquire-form .input-inner .mui-form-floating-label {
  font-size: 14px;
  color: #939393;
  left: 10px;
  top: 8px;
  background-color: #fff;
  padding: 1px 5px;
}
.banner-enquire-form-outer .banner-enquire-form .input-inner .mui-form-floating-label.mui-form-floating-label-active {
  top: -8px;
  font-size: 12px;
}

.shopify_dev_block {
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .shopify_dev_block {
    padding-bottom: 0px;
  }
}

.shopify_portfolios {
  margin: 60px 0;
}
.shopify_portfolios .shopify_portfolios_detail .custom_badge {
  border: #000 1px solid;
  border-radius: 40px;
  padding: 5px 20px;
  font-size: 16px;
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
}
.shopify_portfolios .shopify_portfolios_detail h4 {
  font-size: 20px;
  font-family: "Tondo-bold";
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .shopify_portfolios .shopify_portfolios_detail h4 {
    font-size: 18px;
  }
}
.shopify_portfolios .shopify_portfolios_detail h4.light {
  font-family: "Tondo-light";
}
.shopify_portfolios .shopify_portfolios_detail h4 a img {
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  left: 0;
  position: relative;
}
@media (max-width: 480px) {
  .shopify_portfolios .shopify_portfolios_detail h4 a img {
    width: 15px;
  }
}
.shopify_portfolios .shopify_portfolios_detail h4 a:hover {
  color: inherit;
}
.shopify_portfolios .shopify_portfolios_detail h4 a:hover img {
  left: 5px;
}
.shopify_portfolios .shopify_portfolios_detail p {
  font-size: 18px;
  font-family: "Tondo-light";
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .shopify_portfolios .shopify_portfolios_detail p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .shopify_portfolios .shopify_portfolios_detail p {
    font-size: 14px;
  }
}
.shopify_portfolios .shopify_portfolios_detail ul {
  margin-bottom: 30px;
}
.shopify_portfolios .shopify_portfolios_detail ul li {
  font-size: 18px;
  font-family: "Tondo-light";
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .shopify_portfolios .shopify_portfolios_detail ul li {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .shopify_portfolios .shopify_portfolios_detail ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.shopify_portfolios .shopify_portfolios_detail ul li:before {
  content: "";
  border: #000 1px solid;
  border-width: 0 0 1px 1px;
  width: 14px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  transform: rotate(-45deg);
  margin-right: 10px;
}
@media (max-width: 480px) {
  .shopify_portfolios .shopify_portfolios_detail ul li:before {
    width: 10px;
    height: 5px;
  }
}
@media (max-width: 991px) {
  .shopify_portfolios .shopify_portfolios_image {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .shopify_portfolios .shopify_portfolios_image img {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .shopify_portfolios .shopify_portfolios_image img {
    max-width: 100%;
  }
}

/**PHP Developer**/
.php-banner {
  background-image: url("../../img/php-dev/php-banner-bg.jpg");
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.js-banner {
  background-image: url("../../img/js-dev/js-banner-bg.jpg");
}

#env1 {
  -webkit-transform: skewY(90deg);
  -moz-transform: skewY(90deg);
  -ms-transform: skewY(90deg);
  -o-transform: skewY(90deg);
  transform: skewY(90deg);
}

.material-anim {
  position: relative;
  height: 300px;
  width: 490px;
}
.material-anim img {
  position: absolute;
}
.material-anim #matrial-anim1 {
  left: 0;
}
@media (max-width: 1199px) {
  .material-anim #matrial-anim1 {
    left: 20px;
  }
}
.material-anim #matrial-anim2 {
  right: 50px;
  bottom: 30px;
}
.material-anim #matrial-anim3 {
  right: 0px;
  bottom: 0px;
}
.material-anim #matrial-anim4 {
  left: 120px;
  bottom: 100px;
}
@media (max-width: 1199px) {
  .material-anim #matrial-anim4 {
    left: 135px;
  }
}

.p2h-jsdev-ph .hover-block {
  background: #15a98c !important;
}

.p2h-jscontact-block {
  background: #12969c;
}
@media (max-width: 991px) {
  .p2h-jscontact-block {
    padding: 50px 0;
  }
}
.p2h-jscontact-block:before {
  background: #1da6ac;
}
@media (max-width: 991px) {
  .p2h-jscontact-block:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .p2h-jscontact-block .col-6 {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .p2h-jscontact-block .why-choose-info {
    text-align: center;
  }
}

.h2wp-banner .container .banner-img {
  width: 650px;
}
@media (max-width: 1199px) {
  .h2wp-banner .materialize-banner-img img {
    max-width: 100%;
    padding: 30px;
  }
}

.p2h-wc-banner {
  background: #56164b;
  background: -moz-linear-gradient(left, #56164b 0%, #bf464b 100%);
  background: -webkit-linear-gradient(left, #56164b 0%, #bf464b 100%);
  background: linear-gradient(to right, #56164b 0%, #bf464b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#56164b", endColorstr="#bf464b",GradientType=1 );
}
.p2h-wc-banner .banner-img.pull-right {
  width: 80%;
}
@media (max-width: 1199px) {
  .p2h-wc-banner .banner-img.pull-right {
    width: 50%;
  }
}
.mb-0 {
  margin-bottom: 0;
}

.no-border {
  border: 0 !important;
}

.folder-list {
  color: #fff;
  padding: 15px 0;
}
.folder-list ul li {
  font-size: 14px;
  cursor: pointer;
  padding: 3px 20px 3px 40px;
}
.folder-list ul li a {
  color: #fff;
  display: block;
}
.folder-list ul li.active {
  background: #353b46;
  box-shadow: inset rgba(0, 0, 0, 0.32) 0 0 1px;
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 50px;
  }
}

/**PSD 2 HTML5**/
.p2html-banner {
  background: #fc4a1a;
  background: -moz-linear-gradient(left, #fc4a1a 0%, #f7b733 100%);
  background: -webkit-linear-gradient(left, #fc4a1a 0%, #f7b733 100%);
  background: linear-gradient(to right, #fc4a1a 0%, #f7b733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fc4a1a", endColorstr="#f7b733",GradientType=1 );
}
.p2html-banner.inner-banner .banner-img.pull-right {
  padding-left: 50px;
}
.p2html-banner.inner-banner .banner-img.pull-right > img {
  margin-top: 30px;
}

/**Services**/
.service-banner {
  background: #ef473a;
  background: -moz-linear-gradient(left, #ef473a 0%, #cb2d3e 100%);
  background: -webkit-linear-gradient(left, #ef473a 0%, #cb2d3e 100%);
  background: linear-gradient(to right, #ef473a 0%, #cb2d3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ef473a", endColorstr="#cb2d3e",GradientType=1 );
  padding: 80px 50px;
  color: #fff;
}
@media (max-width: 767px) {
  .service-banner {
    padding: 60px 50px;
  }
}
@media (max-width: 640px) {
  .service-banner {
    padding: 50px 30px;
  }
}
@media (max-width: 480px) {
  .service-banner {
    padding: 50px 15px;
  }
}
.service-banner .service-banner-content h1, .service-banner .service-banner-content .h1 {
  text-transform: uppercase;
  font-size: 48px;
}
@media (max-width: 640px) {
  .service-banner .service-banner-content h1, .service-banner .service-banner-content .h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .service-banner .service-banner-content h1, .service-banner .service-banner-content .h1 {
    font-size: 30px;
  }
}
.service-banner .service-banner-content p {
  font-size: 18px;
  letter-spacing: 0.5px;
}
@media (max-width: 640px) {
  .service-banner .service-banner-content p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .service-banner .service-banner-content p {
    font-size: 14px;
  }
}

.p2html-main-outer {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p2html-main-outer:after {
  background: #e5eaf0;
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  transform: skewY(-5deg);
}

.p2h-service-main {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .p2h-service-main {
    padding-bottom: 30px;
  }
}
.p2h-service-main .p2h-service-box {
  background: #fff;
  box-shadow: rgba(65, 65, 65, 0.4) 0 0 4px;
  display: block;
  position: relative;
  margin-bottom: 30px;
  top: 0;
  overflow: hidden;
}
.p2h-service-main .p2h-service-box:after {
  content: "";
  background: #e24d26;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  -webkit-transform: translateY(10px) scale(0);
  -moz-transform: translateY(10px) scale(0);
  -ms-transform: translateY(10px) scale(0);
  -o-transform: translateY(10px) scale(0);
  transform: translateY(10px) scale(0);
}
.p2h-service-main .p2h-service-box .service-head {
  padding: 20px 0;
  position: relative;
  z-index: 0;
  background: #e24d26;
  top: 0;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.p2h-service-main .p2h-service-box .service-head:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: -1px;
  position: absolute;
  z-index: -1;
}
.p2h-service-main .p2h-service-box .service-head span {
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(65, 65, 65, 0.4) 0 2px 4px;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  margin-bottom: -10px;
}
@media (max-width: 991px) {
  .p2h-service-main .p2h-service-box .service-head span {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 640px) {
  .p2h-service-main .p2h-service-box .service-head span {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 991px) {
  .p2h-service-main .p2h-service-box .service-head span img {
    max-width: 60px;
  }
}
@media (max-width: 640px) {
  .p2h-service-main .p2h-service-box .service-head span img {
    max-width: 40px;
  }
}
.p2h-service-main .p2h-service-box .service-info p {
  min-height: 80px;
  font-size: 14px;
  padding: 10px 40px;
}
@media (max-width: 991px) {
  .p2h-service-main .p2h-service-box .service-info p {
    padding: 5px 20px 10px;
  }
}
@media (max-width: 640px) {
  .p2h-service-main .p2h-service-box .service-info p {
    padding: 5px 10px 10px;
  }
}
@media (max-width: 480px) {
  .p2h-service-main .p2h-service-box .service-info p {
    min-height: inherit;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .p2h-service-main .p2h-service-box .service-info h2, .p2h-service-main .p2h-service-box .service-info .h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .p2h-service-main .p2h-service-box .service-info h2, .p2h-service-main .p2h-service-box .service-info .h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .p2h-service-main .p2h-service-box .service-info h2, .p2h-service-main .p2h-service-box .service-info .h2 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .p2h-service-main .p2h-service-box .service-info h2, .p2h-service-main .p2h-service-box .service-info .h2 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .p2h-service-main .p2h-service-box .service-info h2, .p2h-service-main .p2h-service-box .service-info .h2 {
    font-size: 20px;
  }
}
.p2h-service-main .p2h-service-box .service-info .service-bottom-price {
  border-top: #c9c9c9 1px solid;
}
.p2h-service-main .p2h-service-box .service-info .service-bottom-price li {
  width: 50%;
  float: left;
  padding: 20px 10px;
}
@media (max-width: 991px) {
  .p2h-service-main .p2h-service-box .service-info .service-bottom-price li {
    padding: 15px 5px;
  }
}
.p2h-service-main .p2h-service-box .service-info .service-bottom-price li ~ li {
  border-left: #c9c9c9 1px solid;
}
.p2h-service-main .p2h-service-box .service-info .service-bottom-price li h6, .p2h-service-main .p2h-service-box .service-info .service-bottom-price li .h6 {
  font-size: 14px;
}
@media (max-width: 991px) {
  .p2h-service-main .p2h-service-box .service-info .service-bottom-price li h6, .p2h-service-main .p2h-service-box .service-info .service-bottom-price li .h6 {
    font-size: 13px;
  }
}
.p2h-service-main .p2h-service-box .service-info .service-bottom-price li h6 span, .p2h-service-main .p2h-service-box .service-info .service-bottom-price li .h6 span {
  font-size: 30px;
  display: block;
}
@media (max-width: 991px) {
  .p2h-service-main .p2h-service-box .service-info .service-bottom-price li h6 span, .p2h-service-main .p2h-service-box .service-info .service-bottom-price li .h6 span {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .p2h-service-main .p2h-service-box .service-info .service-bottom-price li h6 span, .p2h-service-main .p2h-service-box .service-info .service-bottom-price li .h6 span {
    font-size: 18px;
  }
}
.p2h-service-main .p2h-service-box:hover {
  box-shadow: rgba(65, 65, 65, 0.2) 0 0 60px;
  color: inherit;
  top: -1px;
}
.p2h-service-main .p2h-service-box:hover:after {
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.p2h-service-main .p2h-service-box:hover .service-head {
  top: -2px;
}
.p2h-service-main .p2h-service-box:hover .service-head span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.p2h-service-main .p2h-service-box.html5:hover:after {
  background: #e24d26;
}
.p2h-service-main .p2h-service-box.wp .service-head {
  background: #0da4d6;
}
.p2h-service-main .p2h-service-box.wp:hover:after {
  background: #0da4d6;
}
.p2h-service-main .p2h-service-box.joomla .service-head {
  background: #fdc32e;
}
.p2h-service-main .p2h-service-box.joomla:hover:after {
  background: #fdc32e;
}
.p2h-service-main .p2h-service-box.shopify .service-head {
  background: #5f8e3e;
}
.p2h-service-main .p2h-service-box.shopify:hover:after {
  background: #5f8e3e;
}
.p2h-service-main .p2h-service-box.magento .service-head {
  background: #f67d28;
}
.p2h-service-main .p2h-service-box.magento:hover:after {
  background: #f67d28;
}
.p2h-service-main .p2h-service-box.email .service-head {
  background: #000;
}
.p2h-service-main .p2h-service-box.email:hover:after {
  background: #000;
}
.p2h-service-main .p2h-service-box.foundation .service-head {
  background: #64c2de;
}
.p2h-service-main .p2h-service-box.foundation:hover:after {
  background: #64c2de;
}
.p2h-service-main .p2h-service-box.bootstrap .service-head {
  background: #0c0336;
}
.p2h-service-main .p2h-service-box.bootstrap:hover:after {
  background: #0c0336;
}
.p2h-service-main .p2h-service-box.materialize .service-head {
  background: #eb7077;
}
.p2h-service-main .p2h-service-box.materialize:hover:after {
  background: #eb7077;
}
.p2h-service-main .p2h-service-box.sketch .service-head {
  background: #ffae00;
}
.p2h-service-main .p2h-service-box.sketch:hover:after {
  background: #ffae00;
}
.p2h-service-main .p2h-service-box.silverstripe .service-head {
  background: #005a92;
}
.p2h-service-main .p2h-service-box.silverstripe:hover:after {
  background: #005a92;
}
.p2h-service-main .p2h-service-box.typo3 .service-head {
  background: #0bb159;
}
.p2h-service-main .p2h-service-box.typo3:hover:after {
  background: #0bb159;
}
.p2h-service-main .p2h-service-box.drupal .service-head {
  background: #0073ba;
}
.p2h-service-main .p2h-service-box.drupal:hover:after {
  background: #0073ba;
}
.p2h-service-main .p2h-service-box.prestashop .service-head {
  background: #e2066f;
}
.p2h-service-main .p2h-service-box.prestashop:hover:after {
  background: #e2066f;
}
.p2h-service-main .p2h-service-box.woo-comm .service-head {
  background: #97568b;
}
.p2h-service-main .p2h-service-box.woo-comm:hover:after {
  background: #97568b;
}
.p2h-service-main .p2h-service-box.c-cart .service-head {
  background: #4c94aa;
}
.p2h-service-main .p2h-service-box.c-cart:hover:after {
  background: #4c94aa;
}
.p2h-service-main .p2h-service-box.big-comm .service-head {
  background: #34313f;
}
.p2h-service-main .p2h-service-box.big-comm:hover:after {
  background: #34313f;
}
.p2h-service-main .p2h-service-box.opencart .service-head {
  background: #32bfed;
}
.p2h-service-main .p2h-service-box.opencart:hover:after {
  background: #32bfed;
}

.p2h-resource {
  padding-bottom: 40px;
}
.p2h-resource .p2h-resource-inner {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .p2h-resource .p2h-resource-inner {
    margin: auto;
    max-width: 300px;
    padding-bottom: 0;
  }
}
.p2h-resource .p2h-resource-inner .resource-box {
  border: #c9c9c9 1px solid;
  background-color: #fff;
  padding: 60px 30px;
  min-height: 210px;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-repeat: no-repeat;
  background-position: 110% 40px;
  background-size: 160px;
}
@media (max-width: 991px) {
  .p2h-resource .p2h-resource-inner .resource-box {
    min-height: 150px;
    padding: 30px 15px;
    background-size: 120px;
    background-position: 105% 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .p2h-resource .p2h-resource-inner .resource-box {
    padding: 30px;
  }
}
.p2h-resource .p2h-resource-inner .resource-box a {
  margin-top: 5px;
}
.p2h-resource .p2h-resource-inner .resource-box a.common-btn {
  min-width: inherit;
  padding: 0 15px;
  height: 30px;
  border-radius: 2px;
}
.p2h-resource .p2h-resource-inner .resource-box p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .p2h-resource .p2h-resource-inner .resource-box p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .p2h-resource .p2h-resource-inner .resource-box p {
    font-size: 18px;
  }
}
.p2h-resource .p2h-resource-inner .resource-box:hover {
  background-position: 115% 20px;
  background-size: 180px;
  background-color: #f3f3f3;
  box-shadow: rgba(65, 65, 65, 0.15) 0 0 50px;
}
@media (max-width: 767px) {
  .p2h-resource .p2h-resource-inner .resource-box:hover {
    background-size: 140px;
    background-position: 110% 20px;
  }
}
.p2h-resource .p2h-resource-inner .col-sm-4:nth-child(1) .resource-box {
  background-image: url("../../img/service/developer1.svg");
}
.p2h-resource .p2h-resource-inner .col-sm-4:nth-child(2) .resource-box {
  background-image: url("../../img/service/developer2.svg");
}
.p2h-resource .p2h-resource-inner .col-sm-4:nth-child(3) .resource-box {
  background-image: url("../../img/service/developer3.svg");
}

.wc-banner-img {
  text-align: center;
}
.wc-banner-img .banner-right-list {
  text-align: left;
}
.wc-banner-img.pull-right {
  max-width: 700px;
}

@media (max-width: 767px) {
  .sm-pb-30 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sm-pb-0 {
    padding-bottom: 0;
  }
}

svg#banner-anim {
  position: relative;
  top: -20px;
}

#wc-logo {
  position: absolute;
  top: 41%;
  left: 47.5%;
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 10.5s;
  -moz-animation-delay: 10.5s;
  -ms-animation-delay: 10.5s;
  -o-animation-delay: 10.5s;
  animation-delay: 10.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

#globe-anim {
  width: 280px;
  border-radius: 50%;
  height: 280px;
  overflow: hidden;
  background: #0797cf;
  box-shadow: inset rgba(0, 0, 0, 0.3) 0px 0px 100px, rgba(255, 255, 255, 0.3) 0px 0px 25px;
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#globe-anim .continents {
  fill: #fff;
}
#globe-anim #globe {
  background: url("../../img/p2m/globe-1.svg") no-repeat left center/850px;
  width: 100%;
  height: 100%;
  -webkit-animation: hscroll 15s infinite ease;
  -moz-animation: hscroll 15s infinite ease;
  -o-animation: hscroll 15s infinite ease;
  animation: hscroll 15s infinite ease;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.icons-float {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.magento-animimg {
  margin-top: 0;
}

@media (max-width: 767px) {
  .p2h-optional-prestashop {
    padding-bottom: 60px;
  }
}
.p2h-optional-prestashop:after {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  height: 350px;
  background-color: #27819f;
  background-image: -moz-linear-gradient(right, #27819f 0%, #3fc4a2 100%);
  background-image: -webkit-linear-gradient(right, #27819f 0%, #3fc4a2 100%);
  background-image: linear-gradient(right, #27819f 0%, #3fc4a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#27819f", endColorstr="#3fc4a2",GradientType=1 );
}
@media (max-width: 991px) {
  .p2h-optional-prestashop:after {
    height: 100%;
  }
}
.p2h-optional-prestashop .optinal-feature .optinal-feature-box span {
  width: 80px;
  height: 80px;
  background: #2daf8c;
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
}

@media (max-width: 1024px) {
  .video-banner video {
    display: none;
  }
}
.video-banner .video-poster img {
  width: 100%;
}

/**Login**/
.login-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
}
.login-main .login-footer {
  background: #37393d;
  width: 100%;
}
.login-main .login-footer p {
  margin: 10px 0;
  color: #b6b8ba;
  font-size: 12px;
}
.login-main .login-footer a {
  color: #b6b8ba;
}
.login-main .login-outer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 500px;
  width: 100%;
}
@media (max-width: 480px) {
  .login-main .login-outer {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .login-main .login-outer .container {
    width: 100%;
  }
}
.login-main .login-outer .login-inner .common-btn {
  margin-bottom: 10px;
}
.login-main .login-outer .login-page {
  max-width: 400px;
  margin: auto;
  text-align: center;
}
.login-main .login-outer .login-page .login-inpt {
  width: 100%;
  height: 40px;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 12px;
  border: 0.08em solid #00bcd5;
  border-radius: 3px;
  color: #484848;
  font-size: 16px;
  padding: 0 15px;
}
.login-main .login-outer .login-page .login-inner h3, .login-main .login-outer .login-page .login-inner .h3 {
  color: #777777;
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0;
}
.login-main .login-outer .login-page .login-inner .bg-icon {
  position: relative;
}
.login-main .login-outer .login-page .login-inner .bg-icon i {
  position: absolute;
  right: 15px;
  top: 12px;
  color: #000;
  font-size: 16px;
}
.login-main .login-outer .login-page .login-inner .bg-icon .input-text {
  font-size: 14px;
  padding-right: 40px;
}
.login-main .login-outer .login-page .login-inner .rem-link {
  margin: 10px 0;
}
.login-main .login-outer .login-page .login-inner input[type=checkbox] {
  display: none;
}
.login-main .login-outer .login-page .login-inner input[type=checkbox] + label {
  color: #adadad;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}
.login-main .login-outer .login-page .login-inner input[type=checkbox] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background-image: url(../../img/check-box.png);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.login-main .login-outer .login-page .login-inner input[type=checkbox]:checked + label span {
  background-position: 0 -20px;
  height: 20px;
}
.login-main .login-outer .login-page .login-inner .frgt a {
  color: #adadad;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
.login-main .login-outer .login-page .login-inner .frgt a:hover {
  text-decoration: none;
}

/**My Order**/
.admin-section {
  padding: 60px 0;
  border-bottom: #d7d7d7 1px solid;
}
@media (max-width: 991px) {
  .admin-section {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .admin-section {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .admin-section .main-head {
    text-align: center;
  }
}

table.order-table {
  width: 100%;
  margin: 30px 0;
}
@media (max-width: 991px) {
  table.order-table {
    border: 1px solid #dcdcdc;
    border-bottom: 0;
  }
}
@media (max-width: 480px) {
  table.order-table {
    margin: 20px 0;
  }
}
table.order-table td, table.order-table th {
  border: 1px solid #dcdcdc;
  text-align: left;
}
@media (max-width: 991px) {
  table.order-table thead {
    display: none;
  }
}
table.order-table th {
  background: #eeeeee;
  color: #727272;
  font-family: "Tondo-light";
  font-size: 16px;
  padding: 14px 20px;
}
table.order-table td {
  color: #727272;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}
table.order-table td:nth-child(4), table.order-table td:nth-child(5) {
  /*padding-left: 0;*/
}
@media (max-width: 991px) {
  table.order-table td {
    padding: 10px 10px 10px 40% !important;
    text-align: left !important;
    display: block;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
  }
  table.order-table td:before {
    content: attr(data-th);
    display: inline-block;
    position: absolute;
    padding: 10px 20px;
    top: 50%;
    left: 0px;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30%;
    font-family: "Tondo-reg";
  }
}
@media (max-width: 480px) {
  table.order-table td:before {
    padding: 10px 0 10px 10px;
  }
}
table.order-table td a + a {
  margin-left: 10px;
}
table.order-table td a.view-rec {
  cursor: pointer;
  margin-left: 10px;
  color: #03bdd3;
}
table.order-table td a.view-rec:hover {
  text-decoration: underline !important;
}
table.order-table td.viewa {
  width: 25%;
}
@media (max-width: 991px) {
  table.order-table td.viewa {
    width: 100%;
    padding-left: 10px !important;
  }
}

.text-center {
  text-align: center !important;
}

.payment-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  align-items: flex-start;
}
.payment-list .input-field {
  margin: 0 0 10px;
}

.payment-list li {
  width: 50%;
  padding: 0 5px;
}
@media (max-width: 480px) {
  .payment-list li {
    width: 100%;
  }
}

.payment-formm {
  margin: 0 -5px;
}

.payment-block {
  margin-top: 20px;
}

.psd2html5-order-deatils {
  background: #0ab4cc;
  padding: 15px 20px;
  border-radius: 2px;
  min-height: 260px;
  color: #fff;
}
@media (max-width: 991px) {
  .psd2html5-order-deatils {
    min-height: inherit;
    padding-bottom: 30px;
  }
}
.psd2html5-order-deatils h4, .psd2html5-order-deatils .h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .psd2html5-order-deatils h4, .psd2html5-order-deatils .h4 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .psd2html5-order-deatils table {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .psd2html5-order-deatils table {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .psd2html5-order-deatils table {
    font-size: 14px;
  }
}
.psd2html5-order-deatils table th {
  width: 60%;
}
.psd2html5-order-deatils table td {
  width: 38%;
}

.br-class {
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  padding: 5px 0;
  width: 100%;
}

.new-coupons {
  margin-bottom: 20px;
}
.new-coupons a {
  color: #0ab4cc;
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
}
.new-coupons .form-control.cup {
  float: left;
  margin-right: 12px;
  width: 400px;
  color: #777777;
  height: 35px;
}

input:focus, button:focus, .btn:focus, textarea:focus {
  outline: none;
}

#coupon_dev .btn {
  color: #fff;
}

.payment_crdt {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  border: none;
}

#payprocess {
  background: url(../../img/paypal-btn.png) no-repeat;
  max-width: 300px;
  width: 100%;
  height: 110px;
  color: transparent;
  margin: 10px 0 5px;
  background-size: 100%;
  border: 0;
}

/**Order Detail**/
.order-detail-outer {
  margin: 40px 0;
}

.order-detail {
  margin-bottom: 30px;
}
.order-detail .comnt-img {
  text-align: center;
  width: 120px;
}
@media (max-width: 640px) {
  .order-detail .comnt-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.order-detail .comnt-img img {
  border-radius: 50%;
  width: 98px;
}
.order-detail .comnt-img h5 {
  color: #484848;
  font-size: 14px;
  font-family: "Tondo-reg";
  margin-bottom: 5px;
  margin-top: 5px;
}
.order-detail .comnt-img p {
  color: #8c8c8c;
  font-size: 10px;
  margin-bottom: 0;
}
.order-detail .comment-rt {
  position: relative;
  background: #fff;
  border-radius: 4px;
  width: calc(100% - 150px);
  border: 1px solid #e6e7e7;
}
@media (max-width: 767px) {
  .order-detail .comment-rt {
    width: calc(100% - 130px);
  }
}
@media (max-width: 640px) {
  .order-detail .comment-rt {
    width: 100%;
  }
}
.order-detail .comment-rt:before, .order-detail .comment-rt:after {
  right: 100%;
  top: 65px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.order-detail .comment-rt:before {
  border-color: rgba(230, 231, 231, 0);
  border-right-color: #e6e7e7;
  border-width: 16px;
  margin-top: -16px;
}
.order-detail .comment-rt:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}
@media (max-width: 640px) {
  .order-detail .comment-rt:before, .order-detail .comment-rt:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: auto;
  }
  .order-detail .comment-rt:before {
    border-color: rgba(230, 231, 231, 0);
    border-bottom-color: #e6e7e7;
    border-width: 16px;
    margin-left: -16px;
  }
  .order-detail .comment-rt:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
  }
}
.order-detail .comment-rt .cmnt-inner {
  padding: 24px 30px;
  min-height: 130px;
}
@media (max-width: 991px) {
  .order-detail .comment-rt .cmnt-inner {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .order-detail .comment-rt .cmnt-inner {
    padding: 15px;
  }
}
.order-detail .comment-rt .cmnt-inner p {
  word-break: break-all;
}
.order-detail .comment-rt .cmnt-inner .cmt-body h4 {
  color: #484848;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .order-detail .comment-rt .cmnt-inner .cmt-body h4 {
    text-align: center;
  }
}
.order-detail .comment-rt .cmnt-inner .cmt-body .cmt-body-inner {
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  padding: 35px;
}
@media (max-width: 991px) {
  .order-detail .comment-rt .cmnt-inner .cmt-body .cmt-body-inner {
    padding: 20px;
  }
}
.order-detail .comment-rt .cmnt-inner .cmt-body .cmt-body-inner h3 {
  color: #484848;
  font-size: 18px;
  font-family: "Tondo-reg";
  text-transform: none;
  margin-bottom: 0px;
}
@media (max-width: 640px) {
  .order-detail .comment-rt .cmnt-inner .cmt-body .cmt-body-inner h3 {
    text-align: center;
  }
}
.order-detail .comment-rt .cmnt-inner .cmt-body .cmt-body-inner ul {
  margin-bottom: 10px;
}
.order-detail .comment-rt .cmnt-inner .cmt-body .cmt-body-inner ul li {
  padding: 6px 0;
}
.order-detail .comment-rt .cmnt-inner .cmt-body .cmt-body-inner h5 {
  color: #484848;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Tondo-reg";
  margin-top: 20px;
}
@media (max-width: 991px) {
  .order-detail .comment-rt .cmnt-inner .cmt-body .cmt-body-inner h5 {
    margin-top: 15px;
  }
}
.order-detail .comment-rt.arrow-none {
  border: 0;
}
.order-detail .comment-rt.arrow-none:before, .order-detail .comment-rt.arrow-none:after {
  display: none;
}

.blue-border {
  border: 1px solid #00bcd4 !important;
}

.pay-sec h4 {
  text-align: center;
  color: #5a5e5f;
  font-size: 18px;
  margin-bottom: 16px;
}
.pay-sec .od-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
@media (max-width: 991px) {
  .pay-sec .od-detail {
    display: block;
  }
}
.pay-sec .od-detail .od-detail-table {
  flex: 1 0 auto;
}
@media (max-width: 1199px) {
  .pay-sec .od-detail .od-detail-table {
    flex: 1;
  }
}
@media (max-width: 991px) {
  .pay-sec .od-detail .od-detail-table {
    margin-bottom: 20px;
    width: 100%;
  }
}
.pay-sec .od-detail .od-detail-table th {
  color: #5a5e5f;
  font-family: "Tondo-reg";
  font-size: 14px;
  border: 1px solid #dcdcdc;
  background: #ededed;
  padding: 8px 15px;
}
@media (max-width: 1199px) {
  .pay-sec .od-detail .od-detail-table th {
    padding: 8px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .pay-sec .od-detail .od-detail-table th {
    display: none;
  }
}
.pay-sec .od-detail .od-detail-table td {
  font-size: 14px;
  color: #777777;
  border: 1px solid #dcdcdc;
  padding: 15px 15px;
}
@media (max-width: 1199px) {
  .pay-sec .od-detail .od-detail-table td {
    padding: 8px;
  }
}
@media (max-width: 480px) {
  .pay-sec .od-detail .od-detail-table td {
    position: relative;
    display: block;
    padding: 10px 0 10px 40%;
    font-size: 13px;
  }
  .pay-sec .od-detail .od-detail-table td:before {
    content: "";
    display: block;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    font-family: "Tondo-reg";
  }
  .pay-sec .od-detail .od-detail-table td:nth-child(1):before {
    content: "Description";
  }
  .pay-sec .od-detail .od-detail-table td:nth-child(2):before {
    content: "Estimate";
  }
  .pay-sec .od-detail .od-detail-table td:nth-child(3):before {
    content: "Price";
  }
}
.pay-sec .pro-qout {
  background: #daf2d1;
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 10px 25px;
  margin: 0 10px;
}
@media (max-width: 1199px) {
  .pay-sec .pro-qout {
    padding: 12px;
    margin: 0 0 0 5px;
  }
}
@media (max-width: 991px) {
  .pay-sec .pro-qout {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .pay-sec .pro-qout {
    width: 100%;
    margin: 0 0 20px;
  }
}
.pay-sec .pro-qout h6 {
  color: #484848;
  font-size: 16px;
  font-family: "Tondo-reg";
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .pay-sec .pro-qout h6 {
    font-size: 14px;
  }
}
.pay-sec .pro-qout h3 {
  color: #474747;
  font-size: 22px;
  font-family: "Tondo-reg";
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .pay-sec .pro-qout h3 {
    font-size: 18px;
  }
}
.pay-sec .pro-qout h3 span {
  font-family: "Tondo-reg";
}
@media (max-width: 1199px) {
  .pay-sec .pro-qout h3 span {
    font-size: 20px;
  }
}
.pay-sec .pro-qout a {
  white-space: nowrap;
}
.pay-sec .pay-btn {
  font-size: 24px;
  font-family: "Tondo-reg";
  padding: 22px 0;
  color: #fff;
  width: 141px;
  background: #00bcd4;
  border: 0;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .pay-sec .pay-btn {
    font-size: 16px;
    padding: 11px 0;
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  .pay-sec .pay-btn {
    width: 100%;
    margin: 0;
  }
}
.pay-sec .pay-btn span {
  font-size: 18px;
  display: inline-block;
}

.attchments-file {
  min-height: 60px;
  background: #ededed;
  border-top: 1px solid #dcdcdc;
  padding: 1px 30px;
}
@media (max-width: 767px) {
  .attchments-file {
    padding: 1px 20px 10px;
  }
}
.attchments-file h4, .attchments-file .h4 {
  color: #484848;
  font-size: 16px;
  font-family: "Tondo-reg";
  margin-top: 6px;
  margin-bottom: 4px;
}
.attchments-file li {
  display: inline-block;
  min-width: 170px;
  margin-right: 0.9%;
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  list-style-type: none;
  padding: 4px 6px;
  margin-bottom: 1%;
}
.attchments-file li img {
  vertical-align: middle;
  width: 20px;
}
.attchments-file li .at-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 70%;
}
.attchments-file li .at-name h5, .attchments-file li .at-name .h5 {
  color: #484848;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: -3px;
}
.attchments-file a {
  color: #337ab7;
  font-size: 13px;
  font-family: "Tondo-reg";
}

.bgt-change {
  background: #F5F5F5 !important;
}
.bgt-change:after {
  border-right-color: #F5F5F5 !important;
}
@media (max-width: 640px) {
  .bgt-change:after {
    border-right-color: transparent !important;
    border-bottom-color: #F5F5F5 !important;
  }
}

.bg-change {
  background: #f1fdff !important;
}
.bg-change:after {
  border-right-color: #f1fdff !important;
}
@media (max-width: 640px) {
  .bg-change:after {
    border-right-color: transparent !important;
    border-bottom-color: #f1fdff !important;
  }
}

.message-textarea {
  border: 1px solid #e6e7e7;
  width: 100%;
  resize: none;
  border-radius: 4px;
  height: 185px;
  font-size: 18px;
  color: #666666;
  padding: 10px;
}
@media (max-width: 480px) {
  .message-textarea {
    font-size: 14px;
  }
}

.bottom-link {
  text-align: right;
  margin-top: 20px;
}
.bottom-link li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  vertical-align: middle;
}
.bottom-link li a {
  color: #8a8a8a;
  font-size: 12px;
  cursor: pointer;
}
.bottom-link li a img {
  margin-right: 5px;
}
.bottom-link li input.comtatth {
  cursor: pointer;
  height: 100%;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bottom-link li:last-child {
  margin-right: 0;
}
.bottom-link li.browse_file {
  cursor: pointer;
}
.bottom-link li.sd-btn input {
  display: inline-block;
  font-size: 24px !important;
  color: #ffffff !important;
  padding-left: 54px;
  padding-right: 54px;
}
.bottom-link li.sd-btn p.image_loading {
  margin-bottom: 0;
  display: none;
}
.bottom-link li.sd-btn .submit-btn {
  width: 100%;
  background: #03bdd3;
  border: 0px;
  border-radius: 2px;
  margin-top: 0;
  padding: 10px 50px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .bottom-link li.sd-btn .submit-btn {
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  .bottom-link li.sd-btn .submit-btn {
    font-size: 18px !important;
  }
}
@media (max-width: 480px) {
  .bottom-link li.sd-btn .submit-btn {
    padding: 10px 20px;
    font-size: 15px !important;
  }
}
.bottom-link li.sd-btn .submit-btn:hover {
  background: #15a98c;
}

/*Portfolio*/
.portfolio-main.our-work {
  padding-top: 50px;
}
@media (max-width: 480px) {
  .portfolio-main.our-work {
    padding-top: 30px;
  }
}
.portfolio-main.our-work p {
  font-size: 24px;
  color: #494949;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .portfolio-main.our-work p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .portfolio-main.our-work p {
    font-size: 18px;
  }
}
.portfolio-main.our-work .filter-pro {
  text-align: center;
  margin-bottom: 20px;
}
.portfolio-main.our-work .filter-pro li {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 480px) {
  .portfolio-main.our-work .filter-pro li {
    margin: 0 1px 5px;
  }
}
.portfolio-main.our-work .filter-pro li span {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 15px;
  color: #007384;
  border: 1px solid #007384;
  border-radius: 2px;
  font-size: 14px;
  cursor: pointer;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.portfolio-main.our-work .filter-pro li span:hover, .portfolio-main.our-work .filter-pro li span.active {
  background: #007384;
  color: #fff;
}
.portfolio-main.our-work .thumbnails {
  margin: 0 -2px;
  display: flex;
  flex-wrap: wrap;
}
.portfolio-main.our-work .thumbnails .thumb-inner {
  float: left;
  width: 33.33%;
  padding: 1px;
  display: none;
}
@media (max-width: 1199px) {
  .portfolio-main.our-work .thumbnails .thumb-inner {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .portfolio-main.our-work .thumbnails .thumb-inner {
    width: 100%;
  }
}
.portfolio-main.our-work .thumbnails .thumb-inner .work-img {
  position: relative;
  overflow: hidden;
}
.portfolio-main.our-work .thumbnails .thumb-inner .work-img .pic-image {
  max-width: 100%;
}
.portfolio-main.our-work .thumbnails .thumb-inner .work-img .project-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(24, 150, 165, 0.8);
  width: 100%;
  padding: 10px 15px;
  -moz-transition: transform 0.2s ease-in-out 0s;
  -o-transition: transform 0.2s ease-in-out 0s;
  -webkit-transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s;
  -webkit-transform: translate3d(0px, 100%, 0px);
  -moz-transform: translate3d(0px, 100%, 0px);
  -ms-transform: translate3d(0px, 100%, 0px);
  -o-transform: translate3d(0px, 100%, 0px);
  transform: translate3d(0px, 100%, 0px);
}
.portfolio-main.our-work .thumbnails .thumb-inner .work-img .project-caption .caption-inner {
  display: flex;
  justify-content: space-between;
}
.portfolio-main.our-work .thumbnails .thumb-inner .work-img .project-caption .pro-name {
  width: 100%;
  flex: 1;
  color: #fff;
}
@media (max-width: 1199px) {
  .portfolio-main.our-work .thumbnails .thumb-inner .work-img .project-caption .pro-name {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .portfolio-main.our-work .thumbnails .thumb-inner .work-img .project-caption .pro-name {
    min-width: 35%;
    width: auto;
  }
}
.portfolio-main.our-work .thumbnails .thumb-inner .work-img .project-caption .pro-name h5 {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 991px) {
  .portfolio-main.our-work .thumbnails .thumb-inner .work-img .project-caption .pro-name h5 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .portfolio-main.our-work .thumbnails .thumb-inner .work-img .project-caption .pro-name h5 {
    font-size: 14px;
  }
}
.portfolio-main.our-work .thumbnails .thumb-inner .work-img .project-caption .pro-name a {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #2a2a2a;
  background: #ffffff;
  height: 26px;
  border-radius: 3px;
  padding: 0 12px;
  text-transform: uppercase;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .portfolio-main.our-work .thumbnails .thumb-inner .work-img .project-caption .pro-name a {
    font-size: 10px;
    height: 22px;
    padding: 0 8px;
  }
}
.portfolio-main.our-work .thumbnails .thumb-inner .work-img .project-caption .pro-feature {
  width: 260px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .portfolio-main.our-work .thumbnails .thumb-inner .work-img .project-caption .pro-feature {
    width: 200px;
    padding-left: 0;
  }
}
.portfolio-main.our-work .thumbnails .thumb-inner .work-img .project-caption .pro-feature li {
  font-size: 14px;
  color: #fff;
  width: 48%;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .portfolio-main.our-work .thumbnails .thumb-inner .work-img .project-caption .pro-feature li {
    font-size: 11px;
  }
}
.portfolio-main.our-work .thumbnails .thumb-inner .work-img .project-caption .pro-feature li i {
  font-size: 18px;
}
@media (max-width: 991px) {
  .portfolio-main.our-work .thumbnails .thumb-inner .work-img .project-caption .pro-feature li i {
    font-size: 14px;
  }
}
.portfolio-main.our-work .thumbnails .thumb-inner .work-img:hover .project-caption {
  -webkit-transform: translate3d(0px, 0, 0px);
  -moz-transform: translate3d(0px, 0, 0px);
  -ms-transform: translate3d(0px, 0, 0px);
  -o-transform: translate3d(0px, 0, 0px);
  transform: translate3d(0px, 0, 0px);
}

@media (max-width: 480px) {
  .caption-inner {
    display: inline-flex;
    flex-flow: row nowrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
}
.wp {
  background: #0087be;
}

.html5 {
  background: #e44d26;
}

.btsrp {
  background: #5a2b4f;
}

.shpfy {
  background: #48B873;
}

.shopify-bnnr-img {
  width: 54%;
}

@media screen and (max-width: 1300px) {
  .main-slider .carousel-inner {
    min-height: 440px;
  }
}
.p2bigcomm-screen {
  width: 342px;
  height: 215px;
  position: absolute;
  top: 15px;
  left: 105px;
  background: url("../../img/p2bigcomm/screen.jpg") repeat-y 0 0/cover;
  -webkit-animation: bg-scroll 30s infinite ease-in-out;
  -moz-animation: bg-scroll 30s infinite ease-in-out;
  -o-animation: bg-scroll 30s infinite ease-in-out;
  animation: bg-scroll 30s infinite ease-in-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@media (max-width: 1199px) {
  .p2bigcomm-screen {
    left: 140px;
    -webkit-animation: bg-scroll 15s infinite ease-in-out;
    -moz-animation: bg-scroll 15s infinite ease-in-out;
    -o-animation: bg-scroll 15s infinite ease-in-out;
    animation: bg-scroll 15s infinite ease-in-out;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
}
.blog-main-inner {
  padding-right: 20px;
}
.blog-main-inner .row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  vertical-align: top;
}

/*Profile*/
.user-profile {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.user-profile .user-heading {
  background: #eee;
  padding: 10px 40px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .user-profile .user-heading {
    padding: 10px 20px;
  }
}
@media (max-width: 1199px) {
  .user-profile .user-heading h2, .user-profile .user-heading .h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .user-profile .user-heading h2, .user-profile .user-heading .h2 {
    font-size: 20px;
  }
}

.profile-main {
  padding: 40px 0;
}
@media (max-width: 640px) {
  .profile-main {
    padding: 20px 0;
  }
}

.profile-sidebar {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 640px) {
  .profile-sidebar {
    width: 100%;
  }
}

.profile-main-block {
  width: 74%;
  display: inline-block;
  border-left: 1px solid #dcdcdc;
  padding-left: 100px;
}
@media (max-width: 1199px) {
  .profile-main-block {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .profile-main-block {
    padding-left: 30px;
  }
}
@media (max-width: 640px) {
  .profile-main-block {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #dcdcdc;
    margin-top: 30px;
    border-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .profile-main-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.profile-img {
  position: relative;
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 767px) {
  .profile-img {
    width: 100px;
    height: 100px;
  }
}
.profile-img img {
  max-width: 100%;
  border-radius: 50%;
}
.profile-img .edit-img {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #333;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .profile-img .edit-img {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .profile-img .edit-img {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.profile-img:hover .edit-img {
  opacity: 1;
  visibility: visible;
}

.edit-profile {
  margin-top: 30px;
}
.edit-profile a {
  background: #03bdd3;
  padding: 0 10px;
  height: 35px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .edit-profile a {
    height: 30px;
    font-size: 12px;
  }
}
.edit-profile a span {
  margin-right: 5px;
}
.edit-profile a:hover {
  background: #03bdad;
}

.profile-field li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .profile-field li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .profile-field li h4, .profile-field li .h4 {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .profile-field li p {
    font-size: 14px;
  }
}
.profile-field li input, .profile-field li select {
  height: 25px;
  width: 280px;
  margin-top: 5px;
  display: none;
  font-size: 14px;
  padding: 0 5px;
  border: #d6d6d6 1px solid;
}
.profile-field li select {
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url("../../img/down-arrow.svg") no-repeat calc(100% - 10px) 50%/12px;
}

.change-passwrd {
  border-top: 1px solid #dcdcdc;
  padding: 20px 0;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .change-passwrd {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .change-passwrd {
    padding-top: 10px;
  }
}
.change-passwrd a {
  color: #03bdd3;
  cursor: pointer;
}
.change-passwrd a span {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.change-passwrd a:hover {
  color: #03bdad;
}
.change-passwrd .change-password-block {
  margin-top: 30px;
  max-width: 600px;
  display: none;
}
@media (max-width: 991px) {
  .change-passwrd .change-password-block {
    max-width: 100%;
    padding-right: 30px;
  }
}
@media (max-width: 640px) {
  .change-passwrd .change-password-block {
    padding-right: 0;
  }
}
.change-passwrd .change-password-block h4, .change-passwrd .change-password-block .h4 {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 600;
}
.change-passwrd .change-password-block label {
  font-weight: 400;
  display: block;
}
.change-passwrd .change-password-block .cp-field {
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  height: 40px;
}
@media (max-width: 480px) {
  .change-passwrd .change-password-block .cp-field {
    height: 30px;
    padding: 0 10px;
  }
}

.cp-btns button, .cp-btns input[type=submit], .cp-btns input[type=button], #p2h5editprofile button, #p2h5editprofile input[type=submit], #p2h5editprofile input[type=button] {
  display: inline-block;
  color: #fdfdfd;
  background-color: #00bcd4;
  font-size: 14px;
  padding: 6px 13px;
  border-radius: 3px;
  border: 0;
  margin: 0 5px;
}
@media (max-width: 640px) {
  .cp-btns button, .cp-btns input[type=submit], .cp-btns input[type=button], #p2h5editprofile button, #p2h5editprofile input[type=submit], #p2h5editprofile input[type=button] {
    margin: 0 10px 0 0;
  }
}
.cp-btns button.cancel-passwrd, .cp-btns button.cancel-profile, .cp-btns input[type=submit].cancel-passwrd, .cp-btns input[type=submit].cancel-profile, .cp-btns input[type=button].cancel-passwrd, .cp-btns input[type=button].cancel-profile, #p2h5editprofile button.cancel-passwrd, #p2h5editprofile button.cancel-profile, #p2h5editprofile input[type=submit].cancel-passwrd, #p2h5editprofile input[type=submit].cancel-profile, #p2h5editprofile input[type=button].cancel-passwrd, #p2h5editprofile input[type=button].cancel-profile {
  background-color: #fd5252;
}

.error-page {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .error-page {
    display: block;
    text-align: center;
  }
}

.error-text {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .error-text {
    margin-top: 0;
  }
}
.error-text h4, .error-text .h4 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .error-text h4, .error-text .h4 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .error-text h4, .error-text .h4 {
    font-size: 16px;
  }
}
.error-text h4 strong, .error-text .h4 strong {
  color: #ff0000;
  font-size: 60px;
  display: block;
}
@media (max-width: 991px) {
  .error-text h4 strong, .error-text .h4 strong {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .error-text h4 strong, .error-text .h4 strong {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .error-text h4 strong, .error-text .h4 strong {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
.error-text h4 a, .error-text .h4 a {
  color: #00bbd3;
}
.error-text h4 a:hover, .error-text .h4 a:hover {
  text-decoration: underline !important;
}

.error-img img {
  max-width: 100%;
}

#conp2h5 .needsfilled {
  text-align: right;
  font-size: 14px;
}

#hiredeveloper .needsfilled {
  text-align: right;
  color: #FF0000;
}

#forgotmail_form .needsfilled, #login_form .needsfilled, #restpassword_form .needsfilled {
  color: #FF0000;
}

#getstartedform .needsfilled {
  color: #FF0000;
}

#error {
  color: #FF0000;
}

.bg-success {
  background-color: #28a745;
}

.bg-warning {
  background-color: #ffc107;
}

.bg-danger {
  background-color: #dc3545;
}

.loading {
  background-image: url("../../img/p2h5-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}

.login-user img {
  width: 34px;
  border-radius: 50%;
  border: 2px solid #15a98c;
}

.myorder-main .pagination > li > a {
  background-color: #15a98c;
  color: #fff;
  border: 0;
  border-radius: 0 !important;
  margin: 0;
}
.myorder-main .pagination > li > a:hover {
  background-color: #27819f;
  border-color: #fff;
}
.myorder-main .pagination > li.active a {
  background-color: #27819f;
}
.myorder-main .pagination > li + li a {
  border-left: #fff 1px solid;
  border-color: #fff;
}

.paysucess {
  background-color: #daf2d1;
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 11px 40px;
  margin: 0 10px;
}
.paysucess h3, .paysucess .h3 {
  font-weight: 600;
  font-size: 20px;
}
.paysucess h6, .paysucess .h6 {
  font-size: 14px;
}

.login-user {
  position: relative;
}
.login-user .dropdown-menu {
  border: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
.login-user .dropdown-menu .lg-sec {
  margin-top: 14px;
  position: relative;
  background: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
}
.login-user .dropdown-menu .lg-sec:after, .login-user .dropdown-menu .lg-sec:before {
  bottom: 100%;
  left: 70%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.login-user .dropdown-menu .lg-sec:before {
  border-color: rgba(158, 158, 158, 0);
  border-bottom-color: #9e9e9e;
  border-width: 11px;
  margin-left: -11px;
}
.login-user .dropdown-menu .lg-sec:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.login-user .dropdown-menu li {
  padding: 0 !important;
  border: 0 !important;
}
.login-user .dropdown-menu li a {
  display: block;
  color: #484848 !important;
  font-size: 14px;
  text-align: left;
  padding: 10px !important;
}
.login-user .dropdown-menu li a:hover {
  background-color: #dfdfdf !important;
}
.login-user .dropdown-menu li + li a {
  border-top: 1px solid #9e9e9e;
}

/*Receipt Modal*/
.rec-inner {
  padding: 30px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .rec-inner {
    padding: 15px;
  }
}
.rec-inner .hd-right {
  border: #b4b4b4 solid;
  border-width: 2px 0 0 2px;
}
.rec-inner .hd-right td {
  padding: 8px 15px;
  border: #b4b4b4 solid;
  border-width: 0 2px 2px 0;
}
@media (max-width: 480px) {
  .rec-inner .hd-right td {
    padding: 6px 10px;
  }
}
.rec-inner .pp-addr {
  margin-top: 10px;
}
@media (max-width: 640px) {
  .rec-inner .pp-addr {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 480px) {
  .rec-inner .pp-addr {
    font-size: 12px;
    width: auto;
    padding-left: 10px;
  }
}

.modal-dialog.recept {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 1199px) {
  .modal-dialog.recept {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .modal-dialog.recept {
    max-width: 100%;
    margin: 0;
    padding: 15px;
  }
}
.modal-dialog.recept .modal-content {
  border-radius: 0;
}
.modal-dialog.recept .res-header {
  padding-bottom: 20px;
  border-bottom: #1aa7bb 4px solid;
}
.modal-dialog.recept .order-add {
  margin: 20px 0;
  border: #b4b4b4 1px solid;
  width: 100%;
  display: inline-flex;
  align-items: stretch;
}
@media (max-width: 640px) {
  .modal-dialog.recept .order-add {
    display: block;
  }
}
.modal-dialog.recept .order-add .od-to {
  width: 50%;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .modal-dialog.recept .order-add .od-to {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .modal-dialog.recept .order-add .od-to {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .modal-dialog.recept .order-add .od-to {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .modal-dialog.recept .order-add .od-to {
    padding: 10px;
  }
}
.modal-dialog.recept .order-add .od-to + .od-to {
  border-left: #b4b4b4 1px solid;
}
@media (max-width: 767px) {
  .modal-dialog.recept .order-add .od-to + .od-to {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .modal-dialog.recept .order-add .od-to + .od-to {
    width: 100%;
    border-left: 0;
    border-top: #b4b4b4 1px solid;
  }
}
.modal-dialog.recept .order-add .od-to h5, .modal-dialog.recept .order-add .od-to .h5 {
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .modal-dialog.recept .order-add .od-to p {
    font-size: 12px;
  }
}
.modal-dialog.recept .od-det h4, .modal-dialog.recept .od-det .h4 {
  font-weight: 600;
}
.modal-dialog.recept .od-det table {
  border: #b4b4b4 solid;
  border-width: 1px 0 0 1px;
  margin: 20px 0;
}
.modal-dialog.recept .od-det table th, .modal-dialog.recept .od-det table td {
  background: #ededed;
  padding: 10px 20px;
  border: #b4b4b4 solid;
  border-width: 0 1px 1px 0;
}
.modal-dialog.recept .od-det table td {
  background: #fff;
}
@media (max-width: 480px) {
  .modal-dialog.recept .od-det table td {
    font-size: 12px;
  }
}
.modal-dialog.recept .od-det .total {
  text-align: right;
  font-weight: 600;
}
.modal-dialog.recept .od-det .total .tt {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 640px) {
  .modal-dialog .hd-left {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .modal-dialog .hd-left a {
    width: 45%;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .modal-dialog .hd-left a {
    width: auto;
  }
}
@media (max-width: 640px) {
  .modal-dialog .hd-left a img {
    max-width: 100px;
  }
}
@media (max-width: 480px) {
  .modal-dialog .hd-left a img {
    max-width: 60px;
  }
}
@media (max-width: 640px) {
  .modal-dialog .hd-right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .modal-dialog .hd-right {
    font-size: 12px;
  }
}

.pp-footer {
  background: #dfdfdf;
  padding: 20px 0;
  text-align: center;
}
.pp-footer li {
  display: inline-block;
}
.pp-footer li a, .pp-footer li button {
  display: inline-block;
  color: #fdfdfd;
  background-color: #00bcd4;
  font-size: 14px;
  padding: 6px 13px;
  border-radius: 3px;
  border: 0;
  margin: 0 2px;
}
.pp-footer li a:hover, .pp-footer li button:hover {
  background: #04a4b8;
}
.pp-footer li button#clsinvc {
  background-color: #fd5252;
}
.pp-footer li button#clsinvc:hover {
  background: #ed3b3b;
}

.discount_ccode {
  font-size: 12px;
}

.nav li.res-active {
  display: none;
}
@media (max-width: 767px) {
  .nav li.res-active {
    display: block;
  }
}

@media (max-width: 767px) {
  .login-user {
    display: none;
  }
}

.sh-img li {
  list-style: none;
  font-size: 14px;
  float: left;
  margin-right: 5px;
}

ul#filelist li i, ul#cmlist li i {
  cursor: pointer;
  color: #ff6f6f;
}

.paynotice {
  text-align: center;
  padding: 50px;
  width: 100%;
  max-width: 700px;
  margin: auto;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 50px;
  border-radius: 5px;
}
.paynotice h1, .paynotice .h1 {
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.paynotice h1 span, .paynotice .h1 span {
  font-family: "Dancing Script", cursive;
  font-style: italic;
  font-size: 60px;
}
.paynotice p {
  font-size: 20px;
  margin: 30px 0;
}
.paynotice p a {
  color: #03bdd3;
}
.paynotice p a:hover {
  text-decoration: underline !important;
}

.feed-right {
  width: 100%;
}
@media (max-width: 640px) {
  .feed-right {
    padding-bottom: 50px;
  }
}
.feed-right h5, .feed-right .h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.feed-right #sendfeed {
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .feed-right #sendfeed {
    display: block;
  }
}
.feed-right #sendfeed ul {
  width: 40%;
}
@media (max-width: 991px) {
  .feed-right #sendfeed ul {
    width: 100%;
  }
}
.feed-right #sendfeed ul li {
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (max-width: 480px) {
  .feed-right #sendfeed ul li {
    padding: 0 3px;
  }
}
.feed-right #sendfeed ul li:nth-child(1) label:hover, .feed-right #sendfeed ul li:nth-child(1) label.active {
  color: #c74a6e;
}
.feed-right #sendfeed ul li:nth-child(2) label:hover, .feed-right #sendfeed ul li:nth-child(2) label.active {
  color: #a0b682;
}
.feed-right #sendfeed ul li:nth-child(3) label:hover, .feed-right #sendfeed ul li:nth-child(3) label.active {
  color: #8fbe54;
}
.feed-right #sendfeed ul li:nth-child(4) label:hover, .feed-right #sendfeed ul li:nth-child(4) label.active {
  color: #66984c;
}
.feed-right #sendfeed ul li:nth-child(5) label:hover, .feed-right #sendfeed ul li:nth-child(5) label.active {
  color: #66984c;
}
.feed-right #sendfeed ul li label + input[type=radio] {
  display: none;
}
.feed-right #sendfeed ul li label {
  cursor: pointer;
  text-align: center;
}
.feed-right #sendfeed ul li label span {
  display: block;
  font-size: 12px;
}
.feed-right #sendfeed .text-area-btn {
  width: 80%;
  display: inline-flex;
  align-items: stretch;
  height: 60px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .feed-right #sendfeed .text-area-btn {
    width: 100%;
    margin-top: 20px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .feed-right #sendfeed .text-area-btn {
    flex-wrap: wrap;
  }
}
.feed-right #sendfeed .text-area-btn #feed_comment {
  width: 100%;
  resize: none;
  border: #e6e7e7 1px solid;
  border-radius: 3px;
  padding: 10px;
}
@media (max-width: 640px) {
  .feed-right #sendfeed .text-area-btn #feed_comment {
    height: 40px;
  }
}
.feed-right #sendfeed .text-area-btn .submit-btn {
  width: auto;
  min-width: 150px;
  border-radius: 3px;
  padding: 0 20px;
  color: #fff;
  text-transform: capitalize;
  margin-left: 10px;
}
@media (max-width: 640px) {
  .feed-right #sendfeed .text-area-btn .submit-btn {
    height: 40px;
    margin: 15px 0 0;
  }
}

@media (max-width: 991px) {
  table.vieworderd thead {
    display: none;
  }
}
@media (max-width: 991px) {
  table.vieworderd td:first-child {
    border-top: #d4d4d4 1px solid !important;
  }
}
@media (max-width: 991px) {
  table.vieworderd td {
    padding: 10px 10px 10px 40% !important;
    text-align: left !important;
    display: block;
    border: 0;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
  }
  table.vieworderd td:before {
    content: attr(data-th);
    display: inline-block;
    position: absolute;
    padding: 10px 20px;
    padding-right: 0;
    top: 50%;
    left: 0px;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30%;
    font-family: "Tondo-reg";
  }
}
@media (max-width: 480px) {
  table.vieworderd td:before {
    padding: 10px 0 10px 10px;
  }
}

span.imagename {
  float: right;
}

.is-dragover {
  padding-top: 60px;
}
.is-dragover .fileContainer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 999;
}

#getstartedform {
  position: relative;
}

.social_links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.social_links li a {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #818181;
  border-radius: 50%;
  color: #fff;
}

.hire_shopify_dev_outer {
  position: relative;
  background-color: #000;
  z-index: 0;
}
.hire_shopify_dev_outer:before {
  content: "";
  background-color: #fff;
  position: absolute;
  inset: 0;
  height: 200px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .hire_shopify_dev_outer:before {
    height: 150px;
  }
}
.hire_shopify_dev_outer .hire_shopify_dev {
  background-color: #27819f;
  display: flex;
  width: 100%;
  align-items: center;
  color: #fff;
}
.hire_shopify_dev_outer .hire_shopify_dev .hire_shopify_dev_content h2, .hire_shopify_dev_outer .hire_shopify_dev .hire_shopify_dev_content .h2 {
  font-size: 48px;
  font-family: "Tondo-bold";
  margin: 10px 0 20px;
}
@media (max-width: 1199px) {
  .hire_shopify_dev_outer .hire_shopify_dev .hire_shopify_dev_content h2, .hire_shopify_dev_outer .hire_shopify_dev .hire_shopify_dev_content .h2 {
    font-size: 34px;
    margin: 5px 0 10px;
  }
}
@media (max-width: 991px) {
  .hire_shopify_dev_outer .hire_shopify_dev .hire_shopify_dev_content h2, .hire_shopify_dev_outer .hire_shopify_dev .hire_shopify_dev_content .h2 {
    font-size: 28px;
  }
}
.hire_shopify_dev_outer .hire_shopify_dev .hire_shopify_dev_content.col-md-6 {
  padding: 30px;
}
@media (max-width: 991px) {
  .hire_shopify_dev_outer .hire_shopify_dev .hire_shopify_dev_img {
    display: none;
  }
}
.hire_shopify_dev_outer .hire_shopify_dev .col-md-6 {
  padding: 0;
}
.hire_shopify_dev_outer .shopify_sales_block .why-choose-info h3, .hire_shopify_dev_outer .shopify_sales_block .why-choose-info .h3 {
  font-size: 34px;
  font-family: "Tondo-bold";
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .hire_shopify_dev_outer .shopify_sales_block .why-choose-info h3, .hire_shopify_dev_outer .shopify_sales_block .why-choose-info .h3 {
    font-size: 26px;
  }
}
.hire_shopify_dev_outer .shopify_sales_block .why-choose-info .p2h-contact-form .input-inner .int-inner:-webkit-autofill, .hire_shopify_dev_outer .shopify_sales_block .why-choose-info .p2h-contact-form .input-inner .int-inner:-webkit-autofill:hover, .hire_shopify_dev_outer .shopify_sales_block .why-choose-info .p2h-contact-form .input-inner .int-inner:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
  transition: background-color 5000s ease-in-out 0s;
}
.hire_shopify_dev_outer .shopify_sales_block .p2h-wpdev-timetable table {
  width: 100%;
  min-width: 450px;
}
.hire_shopify_dev_outer .shopify_sales_block .p2h-wpdev-timetable table tr td {
  border: 0;
  border-bottom: #000 4px solid;
}
.hire_shopify_dev_outer .shopify_sales_block .p2h-wpdev-timetable p {
  font-size: 14px;
  margin-top: 5px;
}

.shopify_sales_block {
  padding: 60px 0;
}

.shopify_process {
  color: #fff;
  padding-bottom: 50px;
}
.shopify_process .shopify_process_outer {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.shopify_process .shopify_process_outer .process_col {
  width: 100%;
  max-width: 16.66%;
  flex: 0 0 16.66%;
}
@media (max-width: 767px) {
  .shopify_process .shopify_process_outer .process_col {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .shopify_process .shopify_process_outer .process_col {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.shopify_process .shopify_process_outer .process_img {
  max-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .shopify_process .shopify_process_outer p {
    font-size: 14px;
  }
}
.shopify_process .hire_for_15 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .shopify_process .hire_for_15 {
    margin-top: 0px;
  }
}
.shopify_process .hire_for_15 h2, .shopify_process .hire_for_15 .h2 {
  font-size: 40px;
  font-family: "Tondo-reg";
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .shopify_process .hire_for_15 h2, .shopify_process .hire_for_15 .h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .shopify_process .hire_for_15 h2, .shopify_process .hire_for_15 .h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .shopify_process .hire_for_15 h2, .shopify_process .hire_for_15 .h2 {
    font-size: 18px;
  }
}

#hiresdeveloper .needsfilled {
  text-align: right;
  color: #f00;
}

.applydiscount {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 5px 0 10px 0px;
  width: 100%;
}

.payment_table.payment_loading {
  overflow: hidden;
}
.payment_table.payment_loading .payment_table_row {
  min-height: 40px;
  width: 100%;
  position: relative;
  border: 0 !important;
}
.payment_table.payment_loading .payment_table_row:nth-child(2) {
  animation-delay: 0.5s;
}
.payment_table.payment_loading .payment_table_row:before, .payment_table.payment_loading .payment_table_row:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  inset: 0;
  border-radius: 10px;
  margin-bottom: 10px;
}
.payment_table.payment_loading .payment_table_row:after {
  animation: skelton 2s ease-in-out 0.5s infinite;
}
.payment_table.payment_loading .payment_table_row * {
  opacity: 0;
}
.payment_table_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: -1px;
}
.payment_table_head {
  max-width: 60%;
  font-family: "Tondo-bold";
}

.btn {
  transition: ease 0.3s;
}

.removecoupon {
  cursor: pointer;
}

@keyframes skelton {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50%, 100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/**Pricing**/
.pricing-banner {
  background-color: #000;
  background-image: url("../../img/pricing/pricing-banner.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-inline: 20px;
}
@media (max-width: 767px) {
  .pricing-banner {
    background-position: 70% 0;
  }
}
.pricing-banner:after {
  display: none;
}
.pricing-banner.whitelabel-banner {
  background-image: url("../../img/pricing/whitelabel-banner.jpg");
}

.p2h-pricing-top h2 {
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .p2h-pricing-top h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .p2h-pricing-top h2 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .p2h-pricing-top h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .p2h-pricing-top h2 br {
    display: none;
  }
}
.p2h-pricing-top p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .p2h-pricing-top p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .p2h-pricing-top p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .p2h-pricing-top .h3 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .p2h-pricing-top .h3 {
    font-size: 16px;
  }
}
.p2h-pricing-top__content {
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .p2h-pricing-top__content {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .p2h-pricing-top__content {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 480px) {
  .p2h-pricing-top__content {
    padding: 0 0 20px 0;
  }
}
.p2h-pricing-top__features {
  background-color: #10a0b7;
  padding: 20px;
  border: #fff dashed 2px;
}
@media (max-width: 480px) {
  .p2h-pricing-top__features {
    padding: 15px;
  }
}
.p2h-pricing-top__features ul li {
  padding-left: 30px;
  font-size: 16px;
  font-family: "Tondo-bold";
  color: #fff;
  background-image: url("../../img/pricing/tick-white.svg");
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 16px;
}
@media (max-width: 640px) {
  .p2h-pricing-top__features ul li {
    font-size: 14px;
    background-size: 12px;
    padding-left: 20px;
  }
}
.p2h-pricing-top__features ul li + li {
  margin-top: 5px;
}

.p2h-pricing-plans {
  padding-block: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .p2h-pricing-plans {
    padding-block: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .p2h-pricing-plans.p2h-whitelabel-pricing {
    padding-bottom: 40px;
  }
}
.p2h-pricing-plans .p2h-plans {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .p2h-pricing-plans .p2h-plans {
    margin-top: 30px;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-right: -15px;
  }
}
.p2h-pricing-plans .p2h-plans__item {
  width: 100%;
  max-width: 33.33%;
  padding: 40px;
  border: #10a0b7 1px solid;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .p2h-pricing-plans .p2h-plans__item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .p2h-pricing-plans .p2h-plans__item {
    max-width: 320px;
    flex: 0 0 320px;
  }
}
.p2h-pricing-plans .p2h-plans__item--active {
  background-color: #15A991;
  color: #fff;
}
.p2h-pricing-plans .p2h-plans__item--active * {
  color: #fff;
}
.p2h-pricing-plans .p2h-plans__item--active__features ul li {
  background-image: url("../../img/pricing/surface-wt.svg") !important;
  color: #fff !important;
}
.p2h-pricing-plans .p2h-plans__item .h1 {
  font-family: "Tondo-bold";
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .p2h-pricing-plans .p2h-plans__item .h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .p2h-pricing-plans .p2h-plans__item .h1 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.p2h-pricing-plans .p2h-plans__item p, .p2h-pricing-plans .p2h-plans__item li {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .p2h-pricing-plans .p2h-plans__item p, .p2h-pricing-plans .p2h-plans__item li {
    font-size: 14px;
  }
}
.p2h-pricing-plans .p2h-plans__item__price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .p2h-pricing-plans .p2h-plans__item__price {
    margin-top: 10px;
  }
}
.p2h-pricing-plans .p2h-plans__item__price h2 {
  font-size: 60px;
  font-family: "Tondo-bold";
}
@media (max-width: 1199px) {
  .p2h-pricing-plans .p2h-plans__item__price h2 {
    font-size: 40px;
  }
}
.p2h-pricing-plans .p2h-plans__item__price h3 {
  font-size: 40px;
  font-family: "Tondo-bold";
}
@media (max-width: 1199px) {
  .p2h-pricing-plans .p2h-plans__item__price h3 {
    font-size: 24px;
  }
}
.p2h-pricing-plans .p2h-plans__item__price sub {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .p2h-pricing-plans .p2h-plans__item__price sub {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .p2h-pricing-plans .p2h-plans__item__price sub {
    margin-top: 5px;
  }
}
.p2h-pricing-plans .p2h-plans__item__features {
  padding-block: 28px;
  margin-top: 28px;
  border-top: #d7d7d7 1px solid;
}
@media (max-width: 1199px) {
  .p2h-pricing-plans .p2h-plans__item__features {
    padding-block: 15px;
    margin-top: 15px;
  }
}
.p2h-pricing-plans .p2h-plans__item__features p {
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .p2h-pricing-plans .p2h-plans__item__features p {
    font-size: 14px;
  }
}
.p2h-pricing-plans .p2h-plans__item__features ul li {
  padding-left: 25px;
  font-size: 16px;
  color: #333333;
  background-image: url("../../img/pricing/surface.svg");
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 12px;
}
@media (max-width: 1199px) {
  .p2h-pricing-plans .p2h-plans__item__features ul li {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .p2h-pricing-plans .p2h-plans__item__features ul li {
    padding-left: 20px;
  }
}
.p2h-pricing-plans .p2h-plans__item__features ul li + li {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .p2h-pricing-plans .p2h-plans__item__features ul li + li {
    margin-top: 5px;
  }
}
.p2h-pricing-plans .p2h-plans__item__features.pb-0 {
  padding-bottom: 0 !important;
}
.p2h-pricing-plans.shopify .p2h-plans__item {
  border: #df5a09 1px solid;
  background-color: #fff;
}
.p2h-pricing-plans.shopify .p2h-plans__item--active {
  background-color: #df5a09;
  color: #fff;
  border-color: #fff;
}
.p2h-pricing-plans.shopify .p2h-plans__item--active * {
  color: #fff;
}
.p2h-pricing-plans.shopify .p2h-plans__item--active__features ul li {
  background-image: url("../../img/pricing/surface-wt.svg") !important;
  color: #fff !important;
}
.p2h-pricing-plans .p2h-pricing-custom {
  width: 100%;
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1299px) {
  .p2h-pricing-plans .p2h-pricing-custom {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .p2h-pricing-plans .p2h-pricing-custom {
    max-width: 100%;
    padding-bottom: 40px;
  }
}
.p2h-pricing-plans .p2h-pricing-custom .p2h-pricing-custom-content {
  margin-block: 30px;
}
@media (max-width: 991px) {
  .p2h-pricing-plans .p2h-pricing-custom .p2h-pricing-custom-content {
    margin-block: 20px;
  }
}
@media (max-width: 1199px) {
  .p2h-pricing-plans .p2h-pricing-custom .h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .p2h-pricing-plans .p2h-pricing-custom .h3 {
    font-size: 16px;
  }
}

.tilt_bg {
  position: relative;
  z-index: 0;
}
.tilt_bg:before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #27819f;
  background-image: -moz-linear-gradient(45deg, #27819f 0%, #3fc4a2 100%);
  background-image: -webkit-linear-gradient(45deg, #27819f 0%, #3fc4a2 100%);
  background-image: linear-gradient(45deg, #27819f 0%, #3fc4a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#27819f", endColorstr="#3fc4a2",GradientType=1 );
  clip-path: polygon(0 330px, 100% 0, 100% 600px, 0% 100%);
  z-index: -1;
}
@media (max-width: 991px) {
  .tilt_bg:before {
    clip-path: polygon(0 200px, 100% 0, 100% 400px, 0% 100%);
  }
}
@media (max-width: 767px) {
  .tilt_bg:before {
    clip-path: none;
  }
}
.tilt_bg.green:before {
  background: #2ebb8c;
  background: -moz-linear-gradient(left, #2ebb8c 0%, #29b899 100%);
  background: -webkit-linear-gradient(left, #2ebb8c 0%, #29b899 100%);
  background: linear-gradient(to right, #2ebb8c 0%, #29b899 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2ebb8c", endColorstr="#29b899 ",GradientType=1 );
}

@media (max-width: 767px) {
  .pricing_why_choose.why_choose {
    margin-top: 40px;
    padding-block: 30px;
  }
}
.pricing_why_choose.why_choose .h1 {
  font-size: 40px;
}
@media (max-width: 1299px) {
  .pricing_why_choose.why_choose .h1 {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .pricing_why_choose.why_choose .h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .pricing_why_choose.why_choose .h1 {
    font-size: 26px;
  }
}
.pricing_why_choose.why_choose .why-choose-info {
  max-width: 100%;
}
.pricing_why_choose.why_choose .why-choose-info--right {
  padding-left: 125px;
}
@media (max-width: 1299px) {
  .pricing_why_choose.why_choose .why-choose-info--right {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .pricing_why_choose.why_choose .why-choose-info--right {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .pricing_why_choose.why_choose .why-choose-info--right {
    padding-left: 0;
    text-align: left;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .pricing_why_choose.why_choose .why-choose-info .h1 {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .pricing_why_choose.why_choose .why-choose-info .h1 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .pricing_why_choose.why_choose .why-choose-info ul {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .pricing .main-head .h1 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .pricing .main-head .h1 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .pricing .main-head .h1 {
    font-size: 22px;
  }
}
.pricing .common-btn {
  text-transform: capitalize;
  font-family: "Tondo-bold";
}
@media (max-width: 1199px) {
  .pricing .why-choose-info ul li {
    background-size: 12px;
  }
}
@media (max-width: 1199px) {
  .pricing .why-choose-info ul li p {
    font-size: 16px;
  }
}

.p2h-whitelabel-features {
  padding-top: 70px;
}
@media (max-width: 640px) {
  .p2h-whitelabel-features {
    padding-block: 20px;
  }
}
.p2h-whitelabel-features .p2h-bootstrap-features-inner {
  margin: 20px 0 60px;
}
@media (max-width: 480px) {
  .p2h-whitelabel-features .p2h-bootstrap-features-inner {
    margin-bottom: 30px;
  }
}
.p2h-whitelabel-features .p2h-bootstrap-features-inner h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Tondo-reg";
  margin: 15px 0;
}

.p2h-agency {
  margin-top: 20px;
}
.p2h-agency_info p {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .p2h-agency_info p.h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .p2h-agency_info p.h3 {
    font-size: 16px;
  }
}
.p2h-agency .row {
  justify-content: space-between;
}

@media (max-width: 991px) {
  .p2h-scaling-block {
    padding-bottom: 40px;
  }
}

.white-label-intro p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .white-label-intro p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .white-label-intro p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .white-label-intro .row {
    justify-content: center;
  }
}

.p2h-whitelabel-banner:after {
  display: none;
}

.p2h-wl-benefits {
  padding-block: 60px;
}
.p2h-wl-benefits-list {
  margin-top: 40px;
}
.p2h-wl-benefits-list .row > div:last-child .p2h-wl-benefits-item {
  margin-bottom: 0;
}
.p2h-wl-benefits-item {
  border: #E0E0E0 1px solid;
  padding: 20px;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .p2h-wl-benefits-item {
    height: auto;
    margin-bottom: 30px;
  }
}
.p2h-wl-benefits-icon {
  height: 60px;
  max-width: 50px;
  display: flex;
  margin: auto;
  align-items: flex-start;
  justify-content: center;
}
.p2h-wl-benefits-icon img {
  width: 100%;
  height: auto;
}
.p2h-wl-benefits-content h4 {
  font-size: 18px;
  font-family: "Tondo-reg";
  text-transform: uppercase;
  margin-bottom: 15px;
}

#angle-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.row.g-2 {
  margin-inline: -10px;
}
.row.g-2 .col-xs-1, .row.g-2 .col-sm-1, .row.g-2 .col-md-1, .row.g-2 .col-lg-1, .row.g-2 .col-xs-2, .row.g-2 .col-sm-2, .row.g-2 .col-md-2, .row.g-2 .col-lg-2, .row.g-2 .col-xs-3, .row.g-2 .col-sm-3, .row.g-2 .col-md-3, .row.g-2 .col-lg-3, .row.g-2 .col-xs-4, .row.g-2 .col-sm-4, .row.g-2 .col-md-4, .row.g-2 .col-lg-4, .row.g-2 .col-xs-5, .row.g-2 .col-sm-5, .row.g-2 .col-md-5, .row.g-2 .col-lg-5, .row.g-2 .col-xs-6, .row.g-2 .col-sm-6, .row.g-2 .col-md-6, .row.g-2 .col-lg-6, .row.g-2 .col-xs-7, .row.g-2 .col-sm-7, .row.g-2 .col-md-7, .row.g-2 .col-lg-7, .row.g-2 .col-xs-8, .row.g-2 .col-sm-8, .row.g-2 .col-md-8, .row.g-2 .col-lg-8, .row.g-2 .col-xs-9, .row.g-2 .col-sm-9, .row.g-2 .col-md-9, .row.g-2 .col-lg-9, .row.g-2 .col-xs-10, .row.g-2 .col-sm-10, .row.g-2 .col-md-10, .row.g-2 .col-lg-10, .row.g-2 .col-xs-11, .row.g-2 .col-sm-11, .row.g-2 .col-md-11, .row.g-2 .col-lg-11, .row.g-2 .col-xs-12, .row.g-2 .col-sm-12, .row.g-2 .col-md-12, .row.g-2 .col-lg-12 {
  padding-inline: 10px;
  padding-bottom: 20px;
}
.row.gx-2 {
  margin-inline: -10px;
}
.row.gx-2 .col-xs-1, .row.gx-2 .col-sm-1, .row.gx-2 .col-md-1, .row.gx-2 .col-lg-1, .row.gx-2 .col-xs-2, .row.gx-2 .col-sm-2, .row.gx-2 .col-md-2, .row.gx-2 .col-lg-2, .row.gx-2 .col-xs-3, .row.gx-2 .col-sm-3, .row.gx-2 .col-md-3, .row.gx-2 .col-lg-3, .row.gx-2 .col-xs-4, .row.gx-2 .col-sm-4, .row.gx-2 .col-md-4, .row.gx-2 .col-lg-4, .row.gx-2 .col-xs-5, .row.gx-2 .col-sm-5, .row.gx-2 .col-md-5, .row.gx-2 .col-lg-5, .row.gx-2 .col-xs-6, .row.gx-2 .col-sm-6, .row.gx-2 .col-md-6, .row.gx-2 .col-lg-6, .row.gx-2 .col-xs-7, .row.gx-2 .col-sm-7, .row.gx-2 .col-md-7, .row.gx-2 .col-lg-7, .row.gx-2 .col-xs-8, .row.gx-2 .col-sm-8, .row.gx-2 .col-md-8, .row.gx-2 .col-lg-8, .row.gx-2 .col-xs-9, .row.gx-2 .col-sm-9, .row.gx-2 .col-md-9, .row.gx-2 .col-lg-9, .row.gx-2 .col-xs-10, .row.gx-2 .col-sm-10, .row.gx-2 .col-md-10, .row.gx-2 .col-lg-10, .row.gx-2 .col-xs-11, .row.gx-2 .col-sm-11, .row.gx-2 .col-md-11, .row.gx-2 .col-lg-11, .row.gx-2 .col-xs-12, .row.gx-2 .col-sm-12, .row.gx-2 .col-md-12, .row.gx-2 .col-lg-12 {
  padding-inline: 10px;
}

img.alignleft {
  float: left;
}

img.alignright {
  float: right;
}

/* whatsapp chat */
.whatsAppBallon {
  font-size: 14px;
  border-radius: 18px;
  border: 0;
  max-width: 320px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 5px 40px;
  display: none;
}

.whatsAppTitle {
  border-radius: 12px 12px 0px 0px;
  text-align: left;
  background: #095e54;
  color: #fff;
  padding: 20px 15px;
  font-weight: 400;
  font-size: 14px;
}

.whatsAppMessage {
  background-color: #e6ddd4;
  position: relative;
  padding: 20px 15px 20px 15px;
  min-height: 200px;
}

.whatsAppMessage::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("img/whatsapp-bg.png");
}

.csaas-whatsapp-message {
  padding: 9px 14px 7px;
  background-color: #fff;
  border-radius: 0 8px 8px;
  position: relative;
  transform-origin: center top;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
  margin-top: 4px;
  margin-left: 15px;
  max-width: calc(100% - 40px);
  font-size: 14px;
  word-break: break-word;
  color: #111b21;
}

.csaas-whatsapp-message::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0;
  left: -12px;
  width: 12px;
  height: 19px;
}

.WhatsAppInput {
  border-radius: 0px 0px 16px 16px;
  position: relative;
  padding: 16px 15px;
  background: #f0f0f0;
}

.WhatsAppInput input {
  width: 202px;
  margin: 0px 5px 0px 0px;
  padding: 16px 15px;
  font-size: 14px;
  background-color: #fff;
  border: 0;
  border-radius: 30px;
  outline: none;
  color: #000;
}

.WhatsAppInput input::placeholder {
  color: #000;
  opacity: 1;
}

.whatsAppBtn-outer {
  border-radius: 20px;
  cursor: pointer;
  color: #fff;
  margin: 15px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: right;
}

.chsaas-svg {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  display: inline-block;
  border-radius: 50%;
  width: 60px;
  height: 59px;
}

.chsaas-svg svg {
  width: 60px;
  height: 60px;
}

.whatsAppAll {
  position: fixed;
  z-index: 999999;
  bottom: 0px;
  right: 25px;
  font-size: 14px;
  max-width: 320px;
  width: 100%;
}

@media (max-width: 480px) {
  .whatsAppAll {
    bottom: -5px;
    right: 20px;
  }
  .chsaas-svg svg {
    width: 55px;
    height: 55px;
  }
  .chsaas-svg {
    width: 55px;
    height: 55px;
  }
}
.whatsAppSendBtn {
  cursor: pointer;
  line-height: 48px;
  text-align: center;
  float: right;
  height: 48px;
  width: 48px;
  padding: 8px 10px 8px 15px;
  background: #25d366 !important;
  border-radius: 24px;
  outline: 0;
  box-shadow: none;
  border: none;
}

button {
  border: none;
}

.kapat {
  position: absolute;
  right: 12px;
  top: 8px;
  border: 2px solid #fff;
  border-radius: 99px;
  padding: 0;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 17px;
}

@media (max-width: 640px) {
  #quoteForm .input-field {
    margin-top: 0;
  }
}
#quoteForm .input-field .needsfilled {
  color: #FF0000 !important;
}
#quoteForm .input-field.sm-field {
  display: flex;
  width: 100%;
  gap: 20px;
}
@media (max-width: 640px) {
  #quoteForm .input-field.sm-field {
    flex-direction: column;
    gap: 0;
  }
}
#quoteForm .input-field .field-group {
  width: 100%;
}
#quoteForm .input-field .field-group .input-text {
  width: 100%;
}
#quoteForm .input-field .field-group .error {
  color: red;
}

/*# sourceMappingURL=main.css.map */
