@charset "UTF-8";
/* =============================================================================
   #common css
   ========================================================================== */
/* =============================================================================
   #Theme default css
   ========================================================================== */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img, tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%;
}

.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

.h3, h3 {
  font-size: 24px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 14px;
}

.h6, h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small, small {
  font-size: 85%;
}

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus, a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd, dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: '';
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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 {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
  }

  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px;
  }

  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px;
}

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 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);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 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);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }

  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron .h1, .jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 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 .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 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 {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 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-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 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);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */
/*
Template: Printer
Author: Codelayers
Version: 1.0
Design and Developed by: Codelayers
*/
body {
  font: 14px 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 23px;
  color: #727272;
}

/* a link Styles
 ------------------------------ */
a, .btn {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:hover {
  text-decoration: none;
}

a:focus, a:hover {
  color: #101010;
}

a {
  outline: medium none !important;
  color: #727272;
}

.uppercase {
  text-transform: uppercase;
}

/* Headungs
 ------------------------------ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: normal;
  color: #272727;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 300;
}

h1.less-mar-1 {
  margin-bottom: 10px;
}

h1.less-mar-2 {
  margin-bottom: 5px;
}

h2 {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 300;
}

h2.nomargin {
  margin-bottom: 0px;
}

h2.less-mar-1 {
  margin-bottom: 3px;
}

h2.less-mar-2 {
  margin-bottom: 5px;
}

h2.less-mar-3 {
  margin-bottom: 7px;
}

h2.less-mar-4 {
  margin-bottom: 9px;
}

h3 {
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 18px;
  font-style: normal;
}

h3.nomargin {
  margin-bottom: 0px;
}

h3.less-mar-1 {
  margin-bottom: 3px;
}

h3.less-mar-2 {
  margin-bottom: 5px;
}

h3.less-mar-3 {
  margin-bottom: 7px;
}

h3.less-mar-4 {
  margin-bottom: 9px;
}

h4 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 18px;
  font-style: normal;
}

h4.nomargin {
  margin-bottom: 0px;
}

h4.less-mar-1 {
  margin-bottom: 3px;
}

h4.less-mar-2 {
  margin-bottom: 5px;
}

h4.less-mar-3 {
  margin-bottom: 7px;
}

h4.less-mar-4 {
  margin-bottom: 9px;
}

h5 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 16px;
  font-style: normal;
}

h5.nomargin {
  margin-bottom: 0px;
}

h5.less-mar-1 {
  margin-bottom: 3px;
}

h5.less-mar-2 {
  margin-bottom: 5px;
}

h5.less-mar-3 {
  margin-bottom: 7px;
}

h5.less-mar-4 {
  margin-bottom: 9px;
}

h6 {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 14px;
  font-style: normal;
}

h6.nomargin {
  margin-bottom: 0px;
}

h6.less-mar-1 {
  margin-bottom: 3px;
}

h6.less-mar-2 {
  margin-bottom: 5px;
}

h6.less-mar-3 {
  margin-bottom: 7px;
}

h6.less-mar-4 {
  margin-bottom: 9px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.h1, .h2, .h3, h1, h2, h3, h4 {
  margin-top: 0;
}

ul {
  list-style-type: none;
}

/*=============== Text Colors ============= */
.text-white {
  color: #fff;
}

.text-dark {
  color: #242424;
}

.text-light {
  color: #acacac;
}

.text-primary {
  color: #fce206;
}

.text-gray {
  color: #727272;
}

.text-gray-2 {
  color: #a1a1a1;
}

a:hover.text-hover-primary {
  color: #fce206;
}

/*=============== Margins ============= */
.margin-bottom {
  margin-bottom: 10px;
}

.margin-bottom-2 {
  margin-bottom: 20px;
}

.margin-bottom-3 {
  margin-bottom: 30px;
}

.margin-bottom-4 {
  margin-bottom: 40px;
}

.margin-bottom-5 {
  margin-bottom: 50px;
}

.margin-top {
  margin-top: 0px;
}

.margin-top-1 {
  float: left;
  margin-top: 10px;
  width: 100%;
}

.margin-top-2 {
  float: left;
  margin-top: 20px;
  width: 100%;
}

.margin-top-3 {
  float: left;
  margin-top: 30px;
  width: 100%;
}

.margin-top-4 {
  float: left;
  margin-top: 40px;
  width: 100%;
}

.margin-top-5 {
  float: left;
  margin-top: 50px;
  width: 100%;
}

.margin-top-6 {
  float: left;
  margin-top: 60px;
  width: 100%;
}

.margin-top-7 {
  float: left;
  margin-top: 70px;
  width: 100%;
}

.col-divider-margin {
  width: 100%;
  float: left;
  margin-top: 60px;
}

.col-divider-margin-1 {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.col-divider-margin-2 {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.col-divider-margin-3 {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.col-divider-margin-4 {
  width: 100%;
  float: left;
  margin-top: 40px;
}

.col-divider-margin-5 {
  width: 100%;
  float: left;
  margin-top: 50px;
}

.col-divider-margin-6 {
  width: 100%;
  float: left;
  margin-top: 60px;
}

.nobottom-margin {
  margin-bottom: 0px;
}

.margin-left-1 {
  margin-left: 10px;
}

.margin-left-2 {
  margin-left: 20px;
}

.margin-left-3 {
  margin-left: 30px;
}

.margin-left-4 {
  margin-left: 40px;
}

.margin-left-5 {
  margin-left: 50px;
}

.margin-left-6 {
  margin-left: 60px;
}

.margin-left-7 {
  margin-left: 70px;
}

.colmargin {
  margin: 0 0 0 0;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

/* font weight
 ------------------------------ */
.f-weight-1 {
  margin-bottom: 0px;
}

/*=============== Divider lines ============= */
.divider-line {
  float: left;
  width: 100%;
}

.divider-line.dashed {
  border-bottom: 1px dashed;
}

.divider-line.solid {
  border-bottom: 1px solid;
}

.divider-line.dark {
  border-bottom-color: #444444;
}

.divider-line.dark-2 {
  border-bottom-color: #343333;
}

.divider-line.light {
  border-bottom-color: #f1f1f1;
}

.divider-line.light-2 {
  border-bottom-color: #ebebeb;
}

.divider-line.top-padding {
  padding-top: 20px;
}

.divider-line.bottom-margin {
  margin-bottom: 20px;
}

.divider-line.margin {
  margin: 20px 0;
}

.divider-line.margin-2 {
  margin: 40px 0;
}

/*=============== Paddings ============= */
.no-top-padding {
  padding-top: 0;
}

/* padding top
 ------------------------------ */
.padding-top-1 {
  padding-top: 10px;
}

.padding-top-2 {
  padding-top: 20px;
}

.padding-top-3 {
  padding-top: 30px;
}

.padding-top-4 {
  padding-top: 40px;
}

.padding-top-5 {
  padding-top: 50px;
}

.padding-top-6 {
  padding-top: 60px;
}

/* left padding
 ------------------------------ */
.padding-left-1 {
  padding-left: 10px;
}

.padding-left-2 {
  padding-left: 20px;
}

.padding-left-3 {
  padding-left: 30px;
}

.padding-left-4 {
  padding-left: 40px;
}

.padding-left-5 {
  padding-left: 50px;
}

.padding-left-6 {
  padding-left: 60px;
}

.padding-left-7 {
  padding-left: 70px;
}

.padding-left-8 {
  padding-left: 80px;
}

/* right padding
 ------------------------------ */
.padding-right-1 {
  padding-right: 10px;
}

.padding-right-2 {
  padding-right: 20px;
}

.padding-right-3 {
  padding-right: 30px;
}

.padding-right-4 {
  padding-right: 40px;
}

.padding-right-5 {
  padding-right: 50px;
}

.padding-right-6 {
  padding-right: 60px;
}

.padding-right-7 {
  padding-right: 70px;
}

.padding-right-8 {
  padding-right: 80px;
}

.no-padding-top {
  padding-top: 0px;
}

/*=============== Opacity styles ============= */
.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.1;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

/*=============== fonts ============= */
.droid-serif {
  font-family: 'Droid Serif', serif;
}

.ubuntu {
  font-family: 'Ubuntu', sans-serif;
}

.oswald {
  font-family: 'Oswald', sans-serif;
}

.muli {
  font-family: 'Muli', sans-serif;
}

.great-vibes {
  font-family: 'Great Vibes', cursive;
}

.old-standardtt {
  font-family: 'Old Standard TT', serif;
}

.dosis {
  font-family: 'Dosis', sans-serif;
}

.roboto-slab {
  font-family: 'Roboto Slab', serif;
}

.gfs-didot {
  font-family: 'GFS Didot', serif;
}

.raleway {
  font-family: "Raleway", sans-serif;
}

.gloria-hallelujah {
  font-family: 'Gloria Hallelujah', cursive;
}

.love-ya-like-a-sister {
  font-family: 'Love Ya Like A Sister', cursive;
}

.michroma {
  font-family: 'Michroma', sans-serif;
}

.sacramento {
  font-family: 'Sacramento', cursive;
}

.yesteryear {
  font-family: 'Yesteryear', cursive;
}

.playfair {
  font-family: 'Playfair Display', serif;
}

.jockey-one {
  font-family: 'Jockey One', sans-serif;
}

.pompiere {
  font-family: 'Pompiere', cursive;
}

.raleway {
  font-family: 'Raleway', sans-serif;
}

.six-caps {
  font-family: 'Six Caps', sans-serif;
}

.cinzel-decorative {
  font-family: 'Cinzel Decorative', cursive;
}

.montserrat {
  font-family: 'Montserrat', sans-serif;
}

.libre-baskerville {
  font-family: 'Libre Baskerville', serif;
}

/* line height
 ------------------------------ */
.line-height-1 {
  line-height: 18px;
}

.line-height-2 {
  line-height: 20px;
}

.line-height-3 {
  line-height: 30px;
}

.line-height-4 {
  line-height: 40px;
}

.line-height-5 {
  line-height: 50px;
}

.line-height-6 {
  line-height: 60px;
}

/* letter spacing
 ------------------------------ */
.lspace-sm {
  letter-spacing: 5px;
}

.lspace-1 {
  letter-spacing: 10px;
}

.lspace-2 {
  letter-spacing: 20px;
}

.lspace-3 {
  letter-spacing: 30px;
}

.lspace-4 {
  letter-spacing: 40px;
}

.lspace-5 {
  letter-spacing: 50px;
}

/* font weight styles
 ------------------------------ */
.font-weight-1 {
  font-weight: 100;
}

.font-weight-2 {
  font-weight: 200;
}

.font-weight-3 {
  font-weight: 300;
}

.font-weight-4 {
  font-weight: 400;
}

.font-weight-5 {
  font-weight: 500;
}

.font-weight-6 {
  font-weight: 600;
}

.font-weight-7 {
  font-weight: 700;
}

.font-weight-8 {
  font-weight: 800;
}

.font-weight-b {
  font-weight: bold;
}

/*=============== Columns without padding ============= */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/*=============== site main structure ============= */
.site-wrapper {
  width: 100%;
  margin: 0px auto;
  background-color: #FFF;
}

.wrapper-boxed {
  margin: auto;
  background-color: #FFF;
}

/*=============== image Boxes ============= */
.imgbox-dxlarge, .imgbox-xlarge, .imgbox-large, .imgbox-xmedium, .imgbox-medium, .imgbox-smedium, .imgbox-small, .imgbox-tiny, .imgbox-xtiny {
  padding: 0px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}

.imgbox-dxlarge {
  width: 300px;
  height: 300px;
}

.imgbox-dxlarge-2 {
  width: 200px;
  height: 200px;
}

.imgbox-xlarge {
  width: 135px;
  height: 135px;
}

.imgbox-large {
  width: 120px;
  height: 120px;
}

.imgbox-xmedium {
  width: 110px;
  height: 110px;
}

.imgbox-medium {
  width: 100px;
  height: 100px;
}

.imgbox-smedium {
  width: 90px;
  height: 90px;
}

.imgbox-small {
  width: 80px;
  height: 80px;
}

.imgbox-tiny {
  width: 70px;
  height: 70px;
}

.imgbox-xtiny {
  width: 60px;
  height: 60px;
}

/* icon rounded
 ------------------------------ */
.imgbox-dxlarge.round, .imgbox-dxlarge-2.round, .imgbox-xlarge.round, .imgbox-large.round, .imgbox-xmedium.round, .imgbox-medium.round, .imgbox-smedium.round, .imgbox-small.round, .imgbox-tiny.round, .imgbox-xtiny.round {
  border-radius: 100%;
}

/* imgboxes alignments
 ------------------------------ */
.imgbox-dxlarge.center, .imgbox-dxlarge-2.center, .imgbox-xlarge.center, .imgbox-large.center, .imgbox-xmedium.center, .imgbox-medium.center, .imgbox-smedium.center, .imgbox-small.center, .imgbox-tiny.center, .imgbox-xtiny.center {
  margin: 0 auto;
}

.imgbox-dxlarge.left, .imgbox-dxlarge-2.left, .imgbox-xlarge.left, .imgbox-large.left, .imgbox-xmedium.left, .imgbox-medium.left, .imgbox-smedium.left, .imgbox-small.left, .imgbox-tiny.left, .imgbox-xtiny.left {
  float: left;
  margin: 0px 20px 0px 0px;
}

.imgbox-dxlarge.right, .imgbox-dxlarge-2.right, .imgbox-xlarge.right, .imgbox-large.right, .imgbox-xmedium.right, .imgbox-medium.right, .imgbox-smedium.right, .imgbox-small.right, .imgbox-tiny.right, .imgbox-xtiny.right {
  float: right;
  margin: 0px 0px 0px 20px;
}

/* imgboxe background colors
 ------------------------------ */
.imgbox-dxlarge.dark, .imgbox-dxlarge-2.dark, .imgbox-xlarge.dark, .imgbox-large.dark, .imgbox-xmedium.dark, .imgbox-medium.dark, .imgbox-smedium.dark, .imgbox-small.dark, .imgbox-tiny.dark, .imgbox-xtiny.dark {
  color: #fff;
  background-color: #101010;
}

.imgbox-dxlarge.white, .imgbox-dxlarge-2.white, .imgbox-xlarge.white, .imgbox-large.white, .imgbox-xmedium.white, .imgbox-medium.white, .imgbox-smedium.white, .imgbox-small.white, .imgbox-tiny.white, .imgbox-xtiny.white {
  color: #242424;
  background-color: #fff;
}

.imgbox-dxlarge.gray, .imgbox-dxlarge-2.gray, .imgbox-xlarge.gray, .imgbox-large.gray, .imgbox-xmedium.gray, .imgbox-medium.gray, .imgbox-smedium.gray, .imgbox-small.gray, .imgbox-tiny.gray, .imgbox-xtiny.gray {
  color: #fff;
  background-color: #474747;
}

/* imgboxs with stroke
 ------------------------------ */
.imgbox-dxlarge.outline-gray, .imgbox-dxlarge-2.outline-gray, .imgbox-xlarge.outline-gray, .imgbox-large.outline-gray, .imgbox-xmedium.outline-gray, .imgbox-medium.outline-gray, .imgbox-smedium.outline-gray, .imgbox-small.outline-gray, .imgbox-tiny.outline-gray, .imgbox-xtiny.outline-gray {
  color: #fff;
  background-color: none;
  border: 1px solid #727272;
}

.imgbox-dxlarge.outline-gray-2, .imgbox-dxlarge-2.outline-gray-2, .imgbox-xlarge.outline-gray-2, .imgbox-large.outline-gray-2, .imgbox-xmedium.outline-gray-2, .imgbox-medium.outline-gray-2, .imgbox-smedium.outline-gray-2, .imgbox-small.outline-gray-2, .imgbox-tiny.outline-gray-2, .imgbox-xtiny.outline-gray-2 {
  color: #242424;
  background-color: none;
  border: 1px solid #e4e4e4;
}

.imgbox-dxlarge.outline-white, .imgbox-dxlarge-2.outline-white, .imgbox-xlarge.outline-white, .imgbox-large.outline-white, .imgbox-xmedium.outline-white, .imgbox-medium.outline-white, .imgbox-smedium.outline-white, .imgbox-small.outline-white, .imgbox-tiny.outline-white, .imgbox-xtiny.outline-white {
  color: #fff;
  background-color: none;
  border: 1px solid #fff;
}

.imgbox-dxlarge.outline-dark, .imgbox-dxlarge-2.outline-dark, .imgbox-xlarge.outline-dark, .imgbox-large.outline-dark, .imgbox-xmedium.outline-dark, .imgbox-medium.outline-dark, .imgbox-smedium.outline-dark, .imgbox-small.outline-dark, .imgbox-tiny.outline-dark, .imgbox-xtiny.outline-dark {
  color: #161616;
  background-color: none;
  border: 1px solid #161616;
}

/*=============== Icon Boxes ============= */
.iconbox-dxlarge, .iconbox-xlarge, .iconbox-large, .iconbox-xmedium, .iconbox-medium, .iconbox-smedium, .iconbox-small, .iconbox-tiny, .iconbox-xtiny {
  padding: 0px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}

.iconbox-dxlarge {
  width: 200px;
  height: 200px;
  font-size: 46px;
  color: #242424;
  border: none;
  line-height: 135px;
}

.iconbox-xlarge {
  width: 135px;
  height: 135px;
  font-size: 46px;
  color: #242424;
  line-height: 135px;
}

.iconbox-large {
  width: 120px;
  height: 120px;
  font-size: 46px;
  color: #242424;
  line-height: 114px;
}

.iconbox-xmedium {
  width: 110px;
  height: 110px;
  font-size: 38px;
  color: #242424;
  line-height: 106px;
}

.iconbox-medium {
  width: 100px;
  height: 100px;
  font-size: 32px;
  color: #242424;
  line-height: 100px;
}

.iconbox-smedium {
  width: 90px;
  height: 90px;
  font-size: 26px;
  color: #242424;
  line-height: 90px;
}

.iconbox-small {
  width: 80px;
  height: 80px;
  font-size: 26px;
  color: #242424;
  line-height: 80px;
}

.iconbox-tiny {
  width: 70px;
  height: 70px;
  font-size: 26px;
  color: #242424;
  line-height: 74px;
}

.iconbox-xtiny {
  width: 60px;
  height: 60px;
  font-size: 18px;
  color: #242424;
  line-height: 60px;
}

.digit {
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  left: 115px;
  top: 115px;
  line-height: 36px;
  border-radius: 100%;
  background-color: #fd602c;
  transition: all 0.3s ease-out 0s;
}

.iconbox-xlarge.no-lineheight {
  line-height: 0;
}

/* icon rounded
 ------------------------------ */
.iconbox-dxlarge.round, .iconbox-xlarge.round, .iconbox-large.round, .iconbox-xmedium.round, .iconbox-medium.round, .iconbox-smedium.round, .iconbox-small.round, .iconbox-tiny.round, .iconbox-xtiny.round {
  border-radius: 100%;
}

/* iconboxes alignments
 ------------------------------ */
.iconbox-dxlarge.center, .iconbox-xlarge.center, .iconbox-large.center, .iconbox-xmedium.center, .iconbox-medium.center, .iconbox-smedium.center, .iconbox-small.center, .iconbox-tiny.center, .iconbox-xtiny.center {
  margin: 0 auto;
}

.iconbox-dxlarge.left, .iconbox-xlarge.left, .iconbox-large.left, .iconbox-xmedium.left, .iconbox-medium.left, .iconbox-smedium.left, .iconbox-small.left, .iconbox-tiny.left, .iconbox-xtiny.left {
  float: left;
  margin: 0px 20px 0px 0px;
}

.iconbox-dxlarge.right, .iconbox-xlarge.right, .iconbox-large.right, .iconbox-xmedium.right, .iconbox-medium.right, .iconbox-smedium.right, .iconbox-small.right, .iconbox-tiny.right, .iconbox-xtiny.right {
  float: right;
  margin: 0px 0px 0px 20px;
}

/* iconboxe background colors
 ------------------------------ */
.iconbox-dxlarge.dark, .iconbox-xlarge.dark, .iconbox-large.dark, .iconbox-xmedium.dark, .iconbox-medium.dark, .iconbox-smedium.dark, .iconbox-small.dark, .iconbox-tiny.dark, .iconbox-xtiny.dark {
  color: #fff;
  background-color: #101010;
}

.iconbox-dxlarge.white, .iconbox-xlarge.white, .iconbox-large.white, .iconbox-xmedium.white, .iconbox-medium.white, .iconbox-smedium.white, .iconbox-small.white, .iconbox-tiny.white, .iconbox-xtiny.white {
  color: #242424;
  background-color: #fff;
}

.iconbox-dxlarge.gray, .iconbox-xlarge.gray, .iconbox-large.gray, .iconbox-xmedium.gray, .iconbox-medium.gray, .iconbox-smedium.gray, .iconbox-small.gray, .iconbox-tiny.gray, .iconbox-xtiny.gray {
  color: #fff;
  background-color: #474747;
}

/* iconboxs with stroke
 ------------------------------ */
.iconbox-dxlarge.outline-gray, .iconbox-xlarge.outline-gray, .iconbox-large.outline-gray, .iconbox-xmedium.outline-gray, .iconbox-medium.outline-gray, .iconbox-smedium.outline-gray, .iconbox-small.outline-gray, .iconbox-tiny.outline-gray, .iconbox-xtiny.outline-gray {
  color: #fff;
  background-color: none;
  border: 1px solid #727272;
}

.iconbox-dxlarge.outline-gray-2, .iconbox-xlarge.outline-gray-2, .iconbox-large.outline-gray-2, .iconbox-xmedium.outline-gray-2, .iconbox-medium.outline-gray-2, .iconbox-smedium.outline-gray-2, .iconbox-small.outline-gray-2, .iconbox-tiny.outline-gray-2, .iconbox-xtiny.outline-gray-2 {
  color: #242424;
  background-color: none;
  border: 1px solid #e4e4e4;
}

.iconbox-dxlarge.outline-white, .iconbox-xlarge.outline-white, .iconbox-large.outline-white, .iconbox-xmedium.outline-white, .iconbox-medium.outline-white, .iconbox-smedium.outline-white, .iconbox-small.outline-white, .iconbox-tiny.outline-white, .iconbox-xtiny.outline-white {
  color: #fff;
  background-color: none;
  border: 1px solid #fff;
}

.iconbox-dxlarge.outline-dark, .iconbox-xlarge.outline-dark, .iconbox-large.outline-dark, .iconbox-xmedium.outline-dark, .iconbox-medium.outline-dark, .iconbox-smedium.outline-dark, .iconbox-small.outline-dark, .iconbox-tiny.outline-dark, .iconbox-xtiny.outline-dark {
  color: #161616;
  background-color: none;
  border: 1px solid #161616;
}

/* Icons Plain
 ------------------------------ */
.icon-plain-large {
  font-size: 80px;
  color: #242424;
  transition: all 0.3s ease-out 0s;
}

.icon-plain-medium {
  font-size: 60px;
  color: #242424;
  transition: all 0.3s ease-out 0s;
}

.icon-plain-small {
  font-size: 40px;
  color: #242424;
  transition: all 0.3s ease-out 0s;
}

.icon-plain-msmall {
  font-size: 32px;
  color: #242424;
  transition: all 0.3s ease-out 0s;
}

.icon-plain-tiny {
  font-size: 20px;
  color: #242424;
  transition: all 0.3s ease-out 0s;
}

.icon-plain-small.rightline {
  border-right: 1px solid #3F3F3F;
}

.icon-plain-medium.rightline {
  margin: 0px 20px 50px 0px;
  border-right: 1px solid #FFC153;
}

.icon-plain-small.dark {
  color: #242424;
}

/* plain icon alignments
 ------------------------------ */
.icon-plain-large.center, .icon-plain-medium.center, .icon-plain-small.center, .icon-plain-msmall.center, .icon-plain-tiny.center {
  margin: 0 auto;
}

.icon-plain-large.left, .icon-plain-medium.left, .icon-plain-small.left, .icon-plain-msmall.left, .icon-plain-tiny.left {
  float: left;
  margin: 0px 20px 0px 0px;
}

.icon-plain-large.right, .icon-plain-medium.right, .icon-plain-small.right, .icon-plain-msmall.right, .icon-plain-tiny.right {
  float: right;
  margin: 0px 0px 0px 20px;
}

/* plain icon colors
 ------------------------------ */
.icon-plain-large.dark, .icon-plain-medium.dark, .icon-plain-small.dark, .icon-plain-msmall.dark, .icon-plain-tiny.dark {
  color: #242424;
}

.icon-plain-large.white, .icon-plain-medium.white, .icon-plain-small.white, .icon-plain-msmall.white, .icon-plain-tiny.white {
  color: #fff;
}

.icon-plain-large.green, .icon-plain-medium.green, .icon-plain-small.green, .icon-plain-msmall.green, .icon-plain-tiny.green {
  color: #fd602c;
}

.icon-plain-large.gray, .icon-plain-medium.gray, .icon-plain-small.gray, .icon-plain-msmall.gray, .icon-plain-tiny.gray {
  color: #727272;
}

/*============ Text Boxes ============ */
.text-box-right {
  display: block;
  padding: 0px 0px 0px 99px;
  margin: 0px;
  text-align: left;
}

.text-box-right.less-padding {
  padding: 0px 0px 0px 65px;
}

.text-box-left {
  display: block;
  padding: 0px 90px 0px 0;
  margin: 0px;
  text-align: right;
}

.item-holder {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.text-box {
  width: 100%;
  float: left;
}

.text-box.white {
  background-color: #fff;
}

.text-box.primary {
  background-color: #fce206;
}

.text-box.white-transparent-1 {
  background-color: rgba(255, 255, 255, 0.9);
}

.text-box.light {
  background-color: #f5f5f5;
}

.text-box.dark {
  background-color: #242424;
}

.text-box.xdark {
  background-color: #000;
}

.text-box.border-light {
  border: 1px solid #ececec;
}

/* text boxes with borders
 ------------------------------ */
.text-box-right.border, .text-box-left.border, .item-holder.border, .text-box-inner.border, .text-box.border {
  border: 1px solid #f1f1f1;
}

.text-box-right.border-top, .text-box-left.border-top, .item-holder.border-top, .text-box-inner.border-top, .text-box.border-top {
  border-top: 1px solid #f1f1f1;
}

.text-box-right.border-bottom, .text-box-left.border-bottom, .item-holder.border-bottom, .text-box-inner.border-bottom, .text-box.border-bottom {
  border-bottom: 1px solid #f1f1f1;
}

.text-box-right.border-left, .text-box-left.border-left, .item-holder.border-left, .text-box-inner.border-left, .text-box.border-left {
  border-left: 1px solid #f1f1f1;
}

.text-box-right.border-right, .text-box-left.border-right, .item-holder.border-right, .text-box-inner.border-right, .text-box.border-right {
  border-right: 1px solid #f1f1f1;
}

/* text boxe padding
 ------------------------------ */
.text-box.sbox-padd-left {
  padding-left: 0px;
}

.text-box.padding-1 {
  padding: 10px;
}

.text-box.padding-2 {
  padding: 20px;
}

.text-box.padding-3 {
  padding: 30px;
}

.text-box.padding-4 {
  padding: 40px;
}

.text-box.padding-5 {
  padding: 50px;
}

.text-box.padding-6 {
  padding: 60px;
}

.text-box.padding-7 {
  padding: 70px;
}

.text-box.padding-8 {
  padding: 80px;
}

.text-box.padding-9 {
  padding: 90px;
}

/* text boxes margin and paddings
 ------------------------------ */
/* left box
------------------------------ */
.item-holder.marginbottom {
  margin: 0 0 40px 0;
}

.text-box-left.more-padding-1 {
  padding: 0px 120px 0px 0px;
}

.text-box-left.more-padding-2 {
  padding: 0px 150px 0px 0px;
}

.text-box-left.less-padding-1 {
  padding: 0px 70px 0px 0;
}

.text-box-left.less-padding-2 {
  padding: 0px 50px 0px 0;
}

/* right box
 ------------------------------ */
.text-box-right.more-padding-1 {
  padding: 0px 0px 0px 120px;
}

.text-box-right.more-padding-2 {
  padding: 0px 0px 0px 140px;
}

.text-box-right.more-padding-3 {
  padding: 0px 0px 0px 160px;
}

.text-box-right.more-padding-4 {
  padding: 0px 0px 0px 170px;
}

.text-box-right.less-padding-1 {
  padding: 0px 0px 0px 70px;
}

.text-box-right.less-padding-2 {
  padding: 0px 0px 0px 50px;
}

.text-box-right.less-padding-3 {
  padding: 0px 0px 0px 40px;
}

.text-box-right.less-padding-4 {
  padding: 0px 0px 0px 80px;
}

/*============ Buttons ============ */
a.read-more {
  color: #fce206;
}

a.read-more:hover {
  color: #101010;
}

a.read-more.white {
  color: #fff;
}

a.read-more.white:hover {
  color: #101010;
}

a.read-more.dark {
  color: #101010;
}

a.read-more.dark:hover {
  color: #fce206;
}

a.read-more.dark-2 {
  color: #101010;
}

a.read-more.dark-2:hover {
  color: #727272;
}

a.read-more.primary {
  color: #fce206;
}

a.read-more.primary:hover {
  color: #101010;
}

/* button styles
 ------------------------------ */
.btn {
  padding: 10px 36px;
  margin: 0px;
  box-shadow: none;
  border-radius: 0;
}

.btn.btn-large {
  padding: 15px 60px;
}

.btn.btn-medium {
  padding: 10px 30px;
}

.btn.btn-small {
  padding: 8px 18px;
}

.btn.btn-small-2 {
  padding: 4px 18px;
}

.btn.btn-fullwidth {
  width: 100%;
}

.btn.btn-half-fullwidth {
  width: 50%;
}

/* button radius
 ------------------------------ */
.btn.btn-xround {
  border-radius: 20px;
}

.btn.btn-xround-2 {
  border-radius: 30px;
}

.btn.btn-round {
  border-radius: 5px;
}

.btn.top-margin {
  margin-top: 20px;
}

/* button right margins
 ------------------------------ */
.btn.btn-mar-right-1 {
  margin-right: 10px;
}

.btn.btn-mar-right-2 {
  margin-right: 20px;
}

.btn.btn-mar-right-3 {
  margin-right: 30px;
}

.btn.btn-mar-right-4 {
  margin-right: 40px;
}

.btn.btn-mar-right-5 {
  margin-right: 50px;
}

/* button left margins
 ------------------------------ */
.btn.btn-mar-left-1 {
  margin-left: 10px;
}

.btn.btn-mar-left-2 {
  margin-left: 20px;
}

.btn.btn-mar-left-3 {
  margin-left: 30px;
}

.btn.btn-mar-left-4 {
  margin-left: 40px;
}

.btn.btn-mar-left-5 {
  margin-left: 50px;
}

/* button background colors
 ------------------------------ */
/* button white
 ------------------------------ */
.btn.btn-white {
  color: #101010;
  background-color: #fff;
}

.btn.btn-white:hover {
  color: #fff;
  background-color: #101010;
}

/* button white transparent
 ------------------------------ */
.btn.btn-white-tr {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.6);
}

.btn.btn-white-tr:hover {
  color: #101010;
  background-color: #fff;
}

/* button dark
 ------------------------------ */
.btn.btn-dark {
  color: #fff;
  background-color: #101010;
}

.btn.btn-dark:hover {
  color: #fff;
  background-color: #3e3e3e;
}

/* button dark-2
 ------------------------------ */
.btn.btn-dark-2 {
  color: #fff;
  background-color: #161616;
}

.btn.btn-dark-2:hover {
  color: #161616;
  background-color: #fff;
}

/* button dark-3
 ------------------------------ */
.btn.btn-dark-3 {
  color: #727272;
  background-color: #101010;
}

.btn.btn-dark-3:hover {
  color: #727272;
  background-color: #242424;
}

/* button light
 ------------------------------ */
.btn.btn-light {
  color: #101010;
  background-color: #f5f5f5;
}

.btn.btn-light:hover {
  color: #727272;
  background-color: #101010;
}

/* button golden yellow
 ------------------------------ */
.btn.btn-prim {
  color: #fff;
  background-color: #fce206;
}

.btn.btn-prim:hover {
  color: #fff;
  background-color: #101010;
}

.btn.text-dark {
  color: #101010;
}

/* button with border
 ------------------------------ */
.btn.btn-border {
  color: #242424;
  border: 2px solid;
}

.btn.btn-border.less-bor {
  border: 1px solid;
}

.btn.btn-border.border-1x {
  border: 1px solid;
}

.btn.btn-border.border-2x {
  border: 2px solid;
}

.btn.btn-border.border-3x {
  border: 3px solid;
}

.btn.btn-border.border-4x {
  border: 4px solid;
}

/* button border white
 ------------------------------ */
.btn.btn-border.white {
  color: #fff;
  border-color: #fff;
}

.btn.btn-border:hover.white {
  color: #242424;
  background-color: #fff;
  border-color: #fff;
}

/* button border dark
 ------------------------------ */
.btn.btn-border.dark {
  border-color: #101010;
}

.btn.btn-border:hover.dark {
  color: #fff;
  background-color: #101010;
  border-color: #101010;
}

/* button border dark
 ------------------------------ */
.btn.btn-border.dark-2 {
  color: #fff;
  border-color: #545454;
}

.btn.btn-border:hover.dark-2 {
  color: #101010;
  background-color: #fff;
  border-color: #fff;
}

/* button border light
 ------------------------------ */
.btn.btn-border.light {
  border-color: #e4e4e4;
}

.btn.btn-border:hover.light {
  color: #fff;
  background-color: #101010;
  border-color: #101010;
}

/* button border extra light
 ------------------------------ */
.btn.btn-border.xlight {
  border-color: #f5f5f5;
}

.btn.btn-border:hover.xlight {
  color: #727272;
  background-color: #101010;
  border-color: #101010;
}

/* button border orange-2
 ------------------------------ */
.btn.btn-border.prim {
  color: #fce206;
  border-color: #fce206;
}

.btn.btn-border:hover.prim {
  color: #fff;
  background-color: #fce206;
  border-color: #fce206;
}

/* button border gray
 ------------------------------ */
.btn.btn-border.gray {
  color: #fff;
  border-color: #727272;
}

.btn.btn-border:hover.gray {
  color: #fff;
  background-color: #5c5b5b;
  border-color: #5c5b5b;
}

/* button border gray-2
 ------------------------------ */
.btn.btn-border.gray-2 {
  color: #101010;
  border-color: #727272;
}

.btn.btn-border:hover.gray-2 {
  color: #fff;
  background-color: #5c5b5b;
  border-color: #5c5b5b;
}

/* button border xdark
 ------------------------------ */
.btn.btn-border.xdark {
  color: #161616;
  border-color: #161616;
}

.btn.btn-border:hover.xdark {
  color: #fff;
  background-color: #161616;
  border-color: #161616;
}

/* button border white on hover golden yellow
 ------------------------------ */
.btn.btn-border.white.gyellow {
  color: #fff;
  border-color: #fff;
}

.btn.btn-border:hover.white.gyellow {
  color: #fff;
  background-color: #fce206;
  border-color: #fce206;
}

/* Appstore buttons
 ------------------------------ */
.btn.appstore {
  width: 200px;
  padding: 10px 25px;
  margin: 0px;
  text-align: left;
}

.btn.appstore.right-margin {
  margin-right: 10px;
}

.btn.appstore.gyellow {
  background-color: #fce206;
}

.btn.appstore span {
  margin: 0px;
  float: left;
  padding: 0;
  text-align: left;
}

.btn.appstore span i {
  font-size: 40px;
  color: #fff;
  padding: 0 20px 0 0;
}

.btn.appstore p {
  font-size: 12px;
  display: block;
  margin: 0;
  padding: 0 25px 0 20px;
  text-align: left;
}

.btn.appstore .big {
  margin: 0px;
  font-size: 18px;
  padding: 0;
}

.btn.appstore.gyellow:hover {
  background-color: #fff;
}

.btn.appstore.gyellow:hover p, .btn.appstore.gyellow:hover .big, .btn.appstore.gyellow:hover span i {
  color: #101010;
}

/* Appstore button white
 ------------------------------ */
.btn.appstore.white {
  background-color: #fff;
}

.btn.appstore.white span i {
  font-size: 40px;
  color: #101010;
  padding: 0 20px 0 0;
}

.btn.appstore.white:hover {
  background-color: #fce206;
}

.btn.appstore.white:hover p, .btn.appstore.white:hover .big, .btn.appstore.white:hover span i {
  color: #fff;
}

/*============ Image Boxes ============ */
.section-side-image {
  position: relative;
  padding: 0px;
  margin: 0px;
}

.section-side-image .img-holder {
  overflow: hidden;
  height: 100%;
  padding: 0px;
  top: 0px;
  position: absolute;
}

.background-imgholder.top-padd {
  padding-top: 80px;
}

.section-side-image .text-inner {
  padding: 120px 120px 120px 0;
}

.section-side-image .text-inner-2 {
  padding: 80px;
}

.section-side-image .text-inner-3 {
  padding: 80px 80px 0px 80px;
}

.section-side-image .text-inner.two {
  padding: 0px 80px 0px 0;
}

.section-side-image .text-inner-4 {
  padding: 0 0 0 0;
}

.section-side-image .text-inner-5 {
  padding: 120px 120px 120px 0;
}

.section-side-image .text-inner-6 {
  padding: 110px;
}

.background-imgholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
}

/* side image 2
 ------------------------------ */
.section-side-image-2 {
  position: relative;
  padding: 0px;
  margin: 0px;
}

.section-side-image-2 .img-holder {
  overflow: hidden;
  height: 100%;
  padding: 0px;
  top: 0px;
  position: absolute;
}

.section-side-image-2 .background-imgholder-2.top-padd {
  padding-top: 80px;
}

.section-side-image-2 .text-inner.two {
  padding: 0px 80px 0px 0;
}

.section-side-image-2 .background-imgholder-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
}

.image-holder {
  width: 100%;
  float: left;
}

.image-holder.less-width-1 {
  width: 80%;
}

.image-holder.less-width-2 {
  width: 75%;
}

.image-holder.less-width-3 {
  width: 70%;
}

.image-left {
  color: #fff;
  float: left;
  margin: 0;
  padding: 0 20px 0 0;
  transition: all 0.3s ease-out 0s;
}

.img-align-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.nodisplay-image {
  display: none;
}

/* image overflow hidden
 ------------------------------ */
.overflow-hidden {
  overflow: hidden;
}

/*============ Lists ============ */
.iconlist {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.iconlist li {
  padding: 0px;
  margin: 0 0 15px 0;
  display: block;
  line-height: 23px;
}

.iconlist li i {
  color: #fce206;
  padding: 0 15px 0 0;
}

.iconlist.gyellow li i {
  color: #fce206;
  padding: 0 15px 0 0;
}

.iconlist.dark li i {
  color: #101010;
}

.iconlist.less-margin li {
  margin: 0 0 13px 0;
}

.iconlist.white li i {
  color: #fff;
}

.iconlist.white-2 li {
  color: #fff;
}

.iconlist.medium li i {
  color: #727272;
}

/* icon list style 2
 ------------------------------ */
.iconlist-2 {
  width: 100%;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  float: left;
}

.iconlist-2 .icon {
  width: 18px;
  height: 18px;
  padding: 0px;
  margin: 3px 0px 0px 0px;
  float: left;
  font-size: 14px;
  text-align: center;
  line-height: 15px;
  color: #cc0000;
  border-radius: 100%;
}

.iconlist-2 .text {
  padding: 0px 0 0 28px;
  margin: 0px;
  display: block;
}

.iconlist-2 .icon.dark {
  color: #101010;
}

.iconlist-2 .icon.light {
  color: #f5f5f5;
}

.iconlist-2 .icon.white {
  color: #fff;
}

.iconlist-2 .icon.gyellow {
  color: #fce206;
}

/* =========== client logos ============= */
.clients-list.grid-cols-2 li {
  width: 50%;
}

.clients-list.grid-cols-3 li {
  width: 33.33%;
}

.clients-list.grid-cols-4 li {
  width: 25%;
}

.clients-list.grid-cols-5 li {
  width: 20%;
}

.clients-list.grid-cols-6 li {
  width: 16.66%;
}

.clients-list {
  padding-left: 0px;
  overflow: hidden;
}

.clients-list li {
  position: relative;
  width: 20%;
  float: left;
  padding: 25px 0;
  transition: all 0.3s ease-out 0s;
}

.clients-list li a img {
  width: 100%;
}

.clients-list li a, .clients-list li img {
  display: block;
  margin: 0 auto;
  width: 75%;
}

.clients-list li::before, .clients-list li::after {
  content: "";
  position: absolute;
}

.clients-list li::before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #e9e9e9;
}

.clients-list li::after {
  width: 100%;
  height: 0;
  left: 0;
  top: auto;
  bottom: -1px;
  border-bottom: 1px solid #e9e9e9;
}

.clients-list.border-dark li::before {
  border-left: 1px solid #333333;
}

.clients-list.border-dark li::after {
  border-bottom: 1px solid #333333;
}

.clients-list.noborder li::after {
  border-bottom: none;
}

.clients-list.noborder li::before {
  border-left: none;
}

/* logo hover styles
 ------------------------------ */
.clients-list.hover-1 li:hover {
  background-color: #f5f5f5;
}

.clients-list.hover-2 li:hover {
  background-color: #f5f5f5;
}

.clients-list.hover-3 li:hover {
  background-color: #f5f5f5;
}

.clients-list.hover-4 li a {
  opacity: 0.4;
}

.clients-list.hover-4 li a:hover {
  opacity: 1;
}

.clients-list.hover-5 li a {
  opacity: 0.8;
}

.clients-list.hover-5 li a:hover {
  opacity: 1;
}

.clients-list.hover-6 li {
  opacity: 0.8;
}

.clients-list.hover-6 li:hover {
  background-color: #f5f5f5;
}

/* side navigation list
 ------------------------------ */
.side-nav-list {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
}

.side-nav-list li {
  width: 100%;
  padding: 0px;
  margin: 0 0 2px 0;
  float: left;
}

.side-nav-list li a {
  width: 100%;
  padding: 15px 25px;
  margin: 0px;
  font-weight: normal;
  float: left;
  background-color: #f6f6f6;
}

.side-nav-list li a:hover, .side-nav-list li a.active {
  color: #fff;
  background-color: #fce206;
}

/* side navigation list
 ------------------------------ */
.category-links {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
}

.category-links li {
  width: 100%;
  padding: 10px 0;
  margin: 0 0 0 0;
  float: left;
  border-bottom: 1px solid #eeeeee;
}

.category-links li a:hover, .category-links li a.active {
  color: #fce206;
}

.category-links li:last-child {
  border-bottom: none;
}

/* blog1 tags
 ------------------------------ */
.tags {
  padding: 0px;
  margin: 0px;
}

.tags li {
  padding: 0px;
  margin: 0;
}

.tags li a {
  padding: 5px 15px 5px 15px;
  margin: 0 10px 10px 0;
  float: left;
  color: #727272;
  background-color: #e7e7e7;
}

.tags li a:hover, .tags li a.active {
  color: #fff;
  background-color: #dbdc33;
}

.tags.two li a {
  color: #242424;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}

.tags.two li a:hover, .tags.two li a.active {
  color: #fff;
  background-color: #42d1aa;
  border: 1px solid #42d1aa;
}

/*tags 2
 ------------------------------ */
.tags-2 {
  padding: 0px;
  margin: 0px;
}

.tags-2 li {
  padding: 0px;
  margin: 0;
}

.tags-2 li a {
  padding: 5px 15px 5px 15px;
  margin: 0 10px 10px 0;
  float: left;
  color: #727272;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

.tags-2 li a:hover, .tags-2 li a.active {
  color: #fff;
  border: 1px solid #fce206;
  background-color: #fce206;
}

/* sidebar works list
 ------------------------------ */
.sidebar-works {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.sidebar-works li {
  width: 32%;
  padding: 0px;
  margin: 4px 4px 0 0;
  float: left;
}

.sidebar-works li a img {
  width: 100%;
}

.sidebar-works li:last-child {
  margin: 4px 0 0 0;
}

/*============ Menu Backgrounds ============ */
/* Sticky bg
 ------------------------------ */
#header {
  position: relative;
  background: #101010;
  padding: 0;
  width: 100%;
  z-index: 999;
}

/*============ Topbar Styles ============ */
/* Topbar
 ------------------------------ */
.topbar {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0px;
}

.topbar.white {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}

.topbar.light {
  background-color: #f6f6f6;
}

.topbar.dark {
  background-color: #101010;
}

.topbar.fulldark {
  background-color: #000;
  border-bottom: 1px solid #262626;
}

.topbar.gyellow {
  background-color: #fce206;
}

.topbar.more-padding {
  padding: 20px 0 80px 0;
}

.topbar-transparent {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0px;
  z-index: 99;
}

.topbar-transparent.min-height {
  min-height: 120px;
}

.topbar-transparent.dark {
  background-color: #101010;
}

.topbar-transparent.bborder {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.topbar-transparent.light {
  background-color: #f5f5f5;
}

.topbar-transparent.dark .toplist li a:hover {
  color: #fff;
}

.topbar-transparent.text-white .toplist li, .topbar-transparent.text-white .toplist li a {
  color: #fff;
}

.topbar.no-boder {
  border-bottom: none;
}

.topbar.more-padd-1 {
  padding: 25px 0;
}

.topbar .border-r {
  border-right: 1px solid #e5e5e5;
}

.topbar .padd-left {
  padding-left: 30px;
}

/* Topbar list
 ------------------------------ */
.toplist {
  float: right;
  padding: 0px;
  margin: 0px;
}

.toplist li {
  float: left;
  color: #8d8c8c;
  text-align: right;
  font-size: 14px;
  margin: 0px;
  padding: 0 10px 0 10px;
}

.toplist li.lineright {
  border-right: 1px solid #e4e4e4;
}

.toplist li a {
  color: #8d8c8c;
}

.toplist li a:hover {
  color: #101010;
}

.toplist.toppadding {
  padding-top: 10px;
}

a.topbar-btn {
  float: left;
  color: #101010;
  text-align: center;
  font-size: 14px;
  margin: 0px;
  border-radius: 2px;
  padding: 5px 15px;
  background-color: #fff;
}

.topbar-padding {
  padding: 7px 0 15px 0;
}

.topbar-left-items {
  float: left;
  margin: 0;
  padding: 0;
  width: 37%;
}

.topbar-middle-logo {
  float: left;
  margin: 0;
  padding: 10px 0;
  width: 26%;
  text-align: center;
  background-color: #fce206;
}

.topbar-middle-logo.no-bgcolor {
  background: none;
}

.topbar-right-items {
  float: left;
  margin: 0;
  padding: 0;
  width: 37%;
}

/* topbar dark list color
 ------------------------------ */
.topbar.dark .toplist li a:hover {
  color: #fff;
}

.topbar.fulldark .toplist li a:hover {
  color: #fff;
}

.topbar.dark .toplist li.lineright {
  border-right: 1px solid #727272;
}

.topbar.fulldark .toplist li.lineright {
  border-right: 1px solid #3a3a3a;
}

.topbar.white .toplist li a:hover {
  color: #101010;
}

/* topbar logo middle
 ------------------------------ */
.topbar-middle-logo.nobg {
  background: none;
}

/* topbar btn
 ------------------------------ */
a.topbar-btn:hover, a.topbar-btn.active {
  color: #FFF !important;
  background-color: #fce206;
}

/* topbar white top list color
 ------------------------------ */
.topbar.white .toplist li a {
  color: #727272;
}

.topbar.white .toplist li {
  color: #727272;
}

/* topbar orange toplist color
 ------------------------------ */
.topbar.gyellow .toplist li {
  color: #fce206;
}

.topbar.gyellow .toplist li a {
  color: #fce206;
}

/* topbar right items two
 ------------------------------ */
.topbar-right-items.two {
  width: 50%;
}

/*============ Section Titles ============ */
/* title container
 ------------------------------ */
.title {
  transition: all 0.3s ease-out 0s;
}

/* title container
------------------------------ */
.sec-title-container {
  width: 100%;
  float: left;
  padding-bottom: 120px;
}

.sec-title-container.less-padding-1 {
  padding-bottom: 60px;
}

.sec-title-container.less-padding-2 {
  padding-bottom: 50px;
}

.sec-title-container.less-padding-3 {
  padding-bottom: 40px;
}

.sec-title-container.less-padding-4 {
  padding-bottom: 30px;
}

.sec-title-container.less-padding-5 {
  padding-bottom: 20px;
}

.sec-title-container.less-padding-6 {
  padding-bottom: 15px;
}

/* page title
 ------------------------------ */
.section-title {
  font-weight: 400;
}

/* subtitle
 ------------------------------ */
.sub-title {
  width: 48%;
  font-size: 16px;
  margin: 0 auto 70px auto;
}

/* title line
 ------------------------------ */
.title-line-1 {
  width: 125px;
  height: 4px;
  margin: 12px auto 0 auto;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}

.title-line-1.align-left {
  width: 125px;
  margin: 12px auto 0 0;
}

.title-line-1.transp {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.title-line-2 {
  width: 260px;
  height: 1px;
  margin: 12px auto 0 auto;
  background-color: #e7e7e7;
}

.title-line-2.align-left {
  width: 260px;
  margin: 12px auto 0 0;
}

/* featurebox title line
 ------------------------------ */
.feabox-title-line {
  width: 60px;
  height: 2px;
  margin: 0 auto 0 0;
  background-color: #101010;
}

.feabox-title-line.center {
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background-color: #101010;
}

/*============ Footer Styles Sections ============ */
/* footer section
------------------------------ */
.fo-map {
  width: 100%;
  float: left;
}

.fo-map {
  background-size: 100%;
}

.fo-sec-1 {
  position: relative;
  width: 100%;
  padding: 110px 0 0 0;
  margin: 0;
  float: left;
}

.fo-sec-1 .newsletter-box {
  position: absolute;
  width: 100%;
  float: left;
  left: 0px;
  top: -238px;
  padding: 70px;
  background-color: #fce206;
}

.fo-sec-1 .newsletter-box input {
  width: 80%;
  height: 60px;
  float: left;
  padding: 15px;
  border: 1px solid #fff;
  background-color: #fff;
}

.fo-sec-1 .newsletter-box .submit-btn {
  width: 20%;
  height: 60px;
  float: left;
  padding: 0px;
  border: 1px solid #101010;
  background-color: #101010;
}

/* footer section 2
 ------------------------------ */
.fo-sec-2 {
  position: relative;
  width: 100%;
  padding: 30px 0 0 0;
  margin: 0;
  float: left;
}

.fo-sec-2 .social-iconbox {
  position: absolute;
  width: 265px;
  float: left;
  left: 40%;
  top: -107px;
  padding: 0px;
  margin: 0px;
  z-index: 2;
  background-color: #fff;
}

.fo-sec-2 .social-iconbox .side-shape1 {
  position: absolute;
  width: 13px;
  height: 28px;
  float: left;
  left: -13px;
  top: -1px;
  padding: 0px;
  margin: 0px;
}

.fo-sec-2 .social-iconbox .side-shape1.right-icon {
  left: 265px;
  top: -1px;
}

.fo-sec-2 ul.sc-icons {
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.fo-sec-2 .sc-icons li {
  display: inline-block;
}

.fo-sec-2 .sc-icons li a {
  padding: 15px 10px;
  display: inline-block;
}

/* footer section 3
------------------------------ */
.fo-sec-3 {
  position: relative;
  width: 100%;
  padding: 110px 0 0 0;
  margin: 0;
  float: left;
}

.fo-sec-3 .primary-box {
  position: absolute;
  width: 100%;
  float: left;
  left: 0px;
  top: -150px;
  padding: 50px;
  background-color: #fce206;
}

/* footer latest posts
------------------------------ */
.fo-posts {
  width: 100%;
  padding: 0px;
  margin: 0 0 25px 0;
  float: left;
}

.fo-posts .post-info {
  font-size: 12px;
  color: #727272;
}

.fo-posts-info {
  font-size: 12px;
  color: #727272;
}

.fo-posts a:hover, .fo-posts a.active {
  color: #fce206;
}

.fo-posts .post-info.text-light {
  color: #d0d0d0;
}

/* footer title bottom line
------------------------------ */
.fo-title-bottom-line {
  width: 34px;
  height: 2px;
  color: #fff;
  float: left;
  display: block;
  margin-bottom: 40px;
  background-color: #fff;
}

.fo-title-bottom-line.dark {
  background-color: #101010;
}

.fo-title-bottom-line.white {
  background-color: #fff;
}

.fo-title-bottom-line.gyellow {
  background-color: #fce206;
}

/* footer newsletter
------------------------------ */
.fo-newsletter-1 {
  border: 1px solid #3b3b3b;
  border-width: 1px 0 1px 1px;
  color: #727272;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 50px;
  line-height: 39px;
  padding: 0 7px;
  width: 70%;
  background-color: transparent;
}

.fo-newsletter-submit-1 {
  background-color: #3b3b3b;
  border: 1px solid #3b3b3b;
  float: left;
  height: 50px;
  margin: 0;
  padding: 5px 10px;
}

.fo-newsletter-submit-1.gyellow {
  color: #fff;
  background-color: #fce206;
  border: 1px solid #fce206;
}

/* footer newsletter 2
------------------------------ */
.fo-newsletter-2 {
  border: 1px solid #101010;
  border-width: 1px 0 1px 1px;
  color: #727272;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 50px;
  line-height: 39px;
  padding: 0 7px;
  width: 66%;
  background-color: transparent;
}

.fo-newsletter-submit-2 {
  background-color: #101010;
  border: 1px solid #101010;
  float: left;
  height: 50px;
  margin: 0;
  padding: 5px 20px;
}

/* footer appointment form
 ------------------------------ */
.fo-appointment-form {
  padding: 0px;
  width: 100%;
  float: left;
}

.fo-appointment-form input {
  border: 1px solid #212121;
  color: #727272;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 35px;
  line-height: 39px;
  padding: 0 7px;
  width: 100%;
  margin: 0 0 15px 0;
  background-color: transparent;
}

.fo-appointment-form textarea {
  border: 1px solid #212121;
  color: #727272;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 70px;
  min-height: 70px;
  resize: none;
  line-height: 39px;
  padding: 0 7px;
  width: 100%;
  margin: 0 0 15px 0;
  background-color: transparent;
}

.fo-appointment-form .submit-btn {
  background-color: #fce206;
  border: 1px solid #fce206;
  float: left;
  height: 40px;
  margin: 0;
  color: #fff;
  padding: 0 10px;
}

/* Footer title
 ------------------------------ */
.footer-title {
  color: #fff;
  float: left;
}

.footer-title-bottomstrip {
  width: 10%;
  height: 3px;
  margin-right: 95%;
  color: #fff;
  float: left;
  display: block;
  margin-bottom: 40px;
  background-color: #fff;
}

.footer-title-bottomstrip.gyellow {
  background-color: #fce206;
}

.footer-title-bottomstrip-2 {
  width: 34px;
  height: 2px;
  color: #fff;
  float: left;
  display: block;
  margin-bottom: 40px;
  background-color: #fff;
}

.footer-title-bottomstrip-3 {
  width: 34px;
  height: 2px;
  color: #fff;
  float: left;
  display: block;
  margin-bottom: 30px;
  background-color: #101010;
}

.footer-title-bottomstrip.dark {
  background-color: #101010;
}

.footer-title-bottomstrip-2.dark {
  background-color: #101010;
}

.footer-title-bottomstrip-2.gyellow {
  background-color: #fce206;
}

/* ---------- Footer quick links ---------- */
.footer-quick-links {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0px;
}

.footer-quick-links li {
  padding: 25px 15px;
  margin: 40px 0 10px 0;
  display: inline-block;
}

.footer-quick-links li a {
  padding: 3px 0;
  margin: 0;
  color: #727272;
  float: left;
  display: inline-block;
}

.footer-quick-links li a:hover {
  color: #fff;
}

.footer-quick-links li a i {
  padding: 0 10px 0 0;
}

/* ---------- Footer quick links ---------- */
.footer-quick-links-2 {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0px;
}

.footer-quick-links-2 li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.footer-quick-links-2 li a {
  padding: 0 35px 20px 0;
  margin: 0;
  color: #727272;
  float: left;
  display: inline-block;
}

.footer-quick-links-2 li a:hover {
  color: #fff;
}

.footer-quick-links-2 li a i {
  padding: 0 10px 0 0;
}

.footer-quick-links-2.top-padding {
  padding: 60px 0 0 0;
}

/* ---------- Footer quick links 3 ---------- */
.footer-quick-links-3 {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0px;
  display: block;
}

.footer-quick-links-3 li {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
  display: block;
}

.footer-quick-links-3 li a {
  padding: 3px 0;
  margin: 0;
  color: #727272;
  float: left;
  display: block;
}

.footer-quick-links-3 li a:hover {
  color: #101010;
}

.footer-quick-links-3 li a i {
  padding: 0 10px 0 0;
}

.footer-quick-links-3.top-padding {
  padding: 60px 0 0 0;
}

/* ---------- Footer quick links 4---------- */
.footer-quick-links-4 {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0px;
}

.footer-quick-links-4 li {
  width: 100%;
  padding: 0px;
  margin: 0;
  display: inline-block;
}

.footer-quick-links-4 li a {
  padding: 3px 0;
  margin: 0;
  color: #727272;
  float: left;
  display: inline-block;
}

.footer-quick-links-4 li a:hover {
  color: #fff;
}

.footer-quick-links-4 li a i {
  padding: 0 10px 0 0;
}

.footer-quick-links-4.dark-hover li a:hover {
  color: #101010;
}

.footer-quick-links-4.hover-dark li a:hover {
  color: #101010;
}

.footer-quick-links-5 {
  padding: 0px;
  margin: 0px;
}

.footer-quick-links-5 li {
  padding: 5px 0;
}

.footer-quick-links-5 li a {
  color: #000;
}

.footer-quick-links-5 li a:hover {
  color: #727272;
}

/* ---------- Footer social links ---------- */
.footer-social-icons {
  width: 100%;
  padding: 0px;
  margin: 15px 0 15px 0;
}

.footer-social-icons li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.footer-social-icons li a {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  padding: 0px;
  color: #fff;
  background-color: #101010;
}

.footer-social-icons.round li a {
  border-radius: 100%;
}

.footer-social-icons li a:hover, .footer-social-icons li a.active {
  color: #fce206;
}

.footer-social-icons.icons-plain li a {
  background: none;
}

.footer-social-icons.dark li a {
  color: #101010;
  border-radius: 100%;
  background-color: #fff;
}

.footer-social-icons.dark li a:hover, .footer-social-icons.dark li a.active {
  color: #fce206;
}

.footer-social-icons.primary li a {
  color: #101010;
  border-radius: 100%;
  margin-top: 20px;
  background-color: #fce206;
}

.footer-social-icons.primary.left-align {
  text-align: left;
}

.footer-social-icons.left-align {
  text-align: left;
}

/* ---------- Footer social links 2 ---------- */
.footer-social-icons-2 {
  width: 100%;
  padding: 0px;
  text-align: center;
  margin: 20px 0 20px 0;
}

.footer-social-icons-2 li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.footer-social-icons-2 li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  padding: 0px;
  font-size: 16px;
  color: #101010;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

.footer-social-icons-2 li a:hover {
  color: #fff;
  border: 1px solid #fce206;
  background-color: #fce206;
}

.footer-social-icons-2 li a:hover, .footer-social-icons-2 li a.active {
  color: #fff;
  border: 1px solid #fce206;
  background-color: #fce206;
}

.footer-social-icons-2.dark-hover li a:hover, .footer-social-icons-2.dark-hover li a.active {
  color: #fff;
  border: 1px solid #101010;
  background-color: #101010;
}

/* ---------- Footer flickr gallery ---------- */
ul.footer-flickr {
  width: 100%;
  padding: 0;
  margin: 0px;
}

.footer-flickr li {
  width: 80px;
  padding: 0;
  margin: 0 0 11px 0;
  float: left;
}

.footer-flickr li.mar-r {
  margin-right: 11px;
}

/* ---------- Footer opening list ---------- */
.fo-opening-list {
  float: left;
  padding: 0;
  width: 100%;
}

.fo-opening-list li {
  color: #727272;
  float: left;
  padding: 8px 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fo-opening-list li:first-child {
  padding-top: 0px;
}

.fo-opening-list li:last-child {
  border-bottom: none;
}

/*============ css arrows ============ */
/*.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fd602c;
}
.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
}
.arrow-right {
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 60px solid green;
}
.arrow-left {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #fff;
}*/
/*============ section background images ============ */
.sec-bgimg-1 {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0px;
  text-align: center;
  background-position: 100% 0;
  background-position: center;
  z-index: 1;
}

.sec-bgimg-1.bd {
  background: url(../images/footer-bg/bd-1.jpg);
}

.sec-bgimg-1.by2 {
  background: url(../images/footer-bg/by2-1.jpg);
}

.sec-bgimg-1.ch {
  background: url(../images/footer-bg/ch-1.jpg);
}

/*============ Page Section Styles ============ */
/* section background dark
 ------------------------------ */
.section-dark {
  background-color: #000;
}

.section-medium-dark {
  background-color: #161616;
}

.section-fulldark {
  background-color: #000;
}

.section-medium-dark-2 {
  background-color: #1c1c1c;
}

.section-medium-dark-3 {
  background-color: #101010;
}

/* section background light
 ------------------------------ */
.section-light {
  background-color: #f5f5f5;
}

.section-light-2 {
  background-color: #f9f8f7;
}

/* section background white
 ------------------------------ */
.section-white {
  background-color: #fff;
}

/* section background golden yellow
 ------------------------------ */
.section-primary {
  background-color: #fce206;
}

/* section copyright
 ------------------------------ */
.section-copyrights {
  margin: 0;
  text-align: center;
  background-color: #1a1a1a;
}

/* section big map
 ------------------------------ */
.section-big-map {
  width: 100%;
  margin: 0;
  text-align: center;
  background: #161616 url(../images/site-img46.png) center 150px no-repeat;
}

/* section pattren 1
 ------------------------------ */
.section-pattren-1 {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(../images/bg-pattrens/pattren1.jpg) 0 0 repeat;
}

.section-pattren-2 {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(../images/bg-pattrens/pattren2.jpg) 0 0 repeat;
}

.section-pattren-3 {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(../images/bg-pattrens/pattren3.jpg) 0 0 repeat;
}

.section-pattren-4 {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(../images/bg-pattrens/pattren4.png) 0 0 repeat;
}

.section-pattren-5 {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(../images/bg-pattrens/pattren4.jpg) 0 0 repeat;
}

.section-pattren-6 {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(../images/bg-pattrens/pattren6.jpg) 0 0 repeat;
}

.section-pattren-7 {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(../images/bg-pattrens/pattren7.jpg) 0 0 repeat;
}

.section-pattren-8 {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(../images/bg-pattrens/pattren8.jpg) 0 0 repeat;
}

.section-bgimg-1 {
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
  background: url(http://via.placeholder.com/2000x1500) top center repeat;
}

.section-bgimg-2 {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(http://via.placeholder.com/2000x1500) center center no-repeat;
}

.section-bgimg-3 {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(http://via.placeholder.com/2000x1500) center center no-repeat;
}

.section-bgimg-4 {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(http://via.placeholder.com/2000x1500) center center no-repeat;
}

.section-bgimg-5 {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(http://via.placeholder.com/2000x1500) center center repeat-y;
}

.section-bgimg-6 {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(http://via.placeholder.com/2000x1500) top center repeat-y;
}

.section-bgimg-7 {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(http://via.placeholder.com/2000x1500) center center no-repeat;
}

.section-bgimg-8 {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #101010 url(http://via.placeholder.com/2000x1500) center center no-repeat;
}

.section-bgimg-9 {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(http://via.placeholder.com/2000x1500) center center no-repeat;
}

/* Section Paddings
 ------------------------------ */
.sec-padding {
  padding: 150px 0 150px 0;
}

.sec-padding-2 {
  padding: 110px 0 110px 0;
}

.sec-padding-3 {
  padding: 100px 0 100px 0;
}

.sec-padding-4 {
  padding: 70px 0 70px 0;
}

.sec-padding-5 {
  padding: 50px 0 50px 0;
}

.sec-padding-6 {
  padding: 30px 0 30px 0;
}

.sec-bpadding-2 {
  padding-bottom: 150px;
}

.sec-tpadding-2 {
  padding-top: 150px;
}

.sec-tpadding-2.less-padding {
  padding-top: 20px;
}

.sec-tpadding-3 {
  padding-top: 100px;
}

.sec-bpadding-3 {
  padding-bottom: 100px;
}

.sec-tpadding-4 {
  padding-top: 80px;
}

.sec-bpadding-4 {
  padding-bottom: 80px;
}

.sec-bpadding.less-padding {
  padding-bottom: 30px;
}

.sec-dummy-top-padding {
  padding-top: 0px;
}

/* Section minus margins
 ------------------------------ */
.sec-m-margin-1 {
  margin-top: 0px;
}

/*============ Page Section pattrens ============ */
.sec-pattren-1 {
  width: 100%;
  background: url(../images/bg-pattrens/pattren1.jpg) repeat;
}

.sec-pattren-2 {
  width: 100%;
  background: url(../images/bg-pattrens/pattren2.jpg) repeat;
}

.sec-pattren-3 {
  width: 100%;
  background: url(../images/bg-pattrens/pattren3.jpg) repeat;
}

.sec-pattren-4 {
  width: 100%;
  background: url(../images/bg-pattrens/pattren4.jpg) repeat;
}

.sec-pattren-5 {
  width: 100%;
  background: url(../images/bg-pattrens/pattren5.jpg) repeat;
}

/*============ Footer Styles ============ */
.footer-logo {
  margin-bottom: 35px;
}

/* Footer Useful Links
 ------------------------------ */
.fo-usefull-links {
  padding: 0px;
  margin: 0px;
}

.fo-usefull-links li {
  padding: 0px;
  margin: 0 0 10px 0;
  display: block;
  border-bottom: 1px solid #2e2e2e;
}

.fo-usefull-links li a {
  padding: 0px;
  margin: 0 0 10px 0;
  display: block;
  color: #727272;
  line-height: 23px;
}

.fo-usefull-links li a:hover {
  color: #fff;
}

.fo-usefull-links li i {
  color: #727272;
  padding: 0 10px 0 0;
}

.fo-usefull-links li:last-child {
  border-bottom: none;
}

/* useful links 2
 ------------------------------ */
.fo-usefull-links-2 {
  padding: 0px;
  margin: 0px;
}

.fo-usefull-links-2 li {
  padding: 0px;
  margin: 0 0 10px 0;
  display: block;
  border-bottom: 1px solid #e4e4e4;
}

.fo-usefull-links-2 li a {
  padding: 0px;
  margin: 0 0 10px 0;
  display: block;
  color: #727272;
  line-height: 23px;
}

.fo-usefull-links-2 li a:hover {
  color: #242424;
}

.fo-usefull-links-2 li i {
  color: #727272;
  padding: 0 10px 0 0;
}

.fo-usefull-links-2 li:last-child {
  border-bottom: none;
}

.fo-usefull-links-2.no-border li {
  border-bottom: none;
}

/* useful links 3
 ------------------------------ */
.fo-usefull-links-3 {
  padding: 0px;
  margin: 0px;
}

.fo-usefull-links-3 li {
  padding: 0px;
  margin: 0 0 10px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.fo-usefull-links-3 li a {
  padding: 0px;
  margin: 0 0 10px 0;
  display: block;
  color: #fff;
  line-height: 23px;
}

.fo-usefull-links-3 li a:hover {
  color: #242424;
}

.fo-usefull-links-3 li i {
  color: #fff;
  padding: 0 10px 0 0;
}

.fo-usefull-links-3 li:last-child {
  border-bottom: none;
}

.fo-usefull-links-3.no-border li {
  border-bottom: none;
}

/* Footer Address
 ------------------------------ */
.fo-address-info {
  padding: 0px;
  margin: 0px;
}

.fo-address-info li {
  width: 100%;
  padding: 0px 0px 10px 0px;
  margin: 0 0 10px 0;
  display: block;
  color: #727272;
  line-height: 23px;
  border-bottom: 1px solid #282828;
}

.fo-address-info.border-light li {
  border-bottom: 1px solid #2f2d2d;
}

.fo-address-info li i {
  color: #727272;
  padding: 0 10px 0 0;
}

.fo-address-info li:last-child {
  border-bottom: none;
}

.fo-address-info.no-border li {
  border-bottom: none;
}

/* Footer Address 2
 ------------------------------ */
.fo-address-info-2 {
  padding: 0px;
  margin: 0px;
}

.fo-address-info-2 li {
  padding: 0px 0px 10px 0px;
  margin: 0 0 10px 0;
  display: block;
  color: #727272;
  line-height: 23px;
  border-bottom: 1px solid #e4e4e4;
}

.fo-address-info-2 li i {
  color: #727272;
  padding: 0 10px 0 0;
}

.fo-address-info-2 li:last-child {
  border-bottom: none;
}

.fo-address-info-2.no-border li {
  border-bottom: none;
}

/* Footer Address 3
 ------------------------------ */
.fo-address-info-3 {
  padding: 0px;
  margin: 0px;
}

.fo-address-info-3 li {
  padding: 0px 0px 10px 0px;
  margin: 0 0 10px 0;
  display: block;
  color: #fff;
  line-height: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.fo-address-info-3 li i {
  color: #fff;
  padding: 0 10px 0 0;
}

.fo-address-info-3 li:last-child {
  border-bottom: none;
}

.fo-address-info-3.no-border li {
  border-bottom: none;
}

/* Footer Tags
 ------------------------------ */
.footer-tags {
  padding: 0px;
  margin: 0px;
}

.footer-tags li {
  padding: 0px;
  margin: 0;
}

.footer-tags li a {
  padding: 5px 15px 5px 15px;
  margin: 0 10px 10px 0;
  float: left;
  color: #727272;
  border: 1px solid #2e2e2e;
}

.footer-tags li a:hover, .footer-tags li a.active {
  border: 1px solid #fce206;
  color: #fce206;
}

.footer-tags.border-light li a {
  border: 1px solid #ebebeb;
}

/* Footer Posts
 ------------------------------ */
.footer-post-info {
  padding: 0px;
}

.footer-post-info span {
  font-size: 13px;
  color: #494747;
  margin-right: 5px;
}

.fo-postimg-inner {
  width: 80px;
  height: 80px;
  padding: 0px;
  margin: 0px;
  float: left;
  border-radius: 100%;
}

.opening-list {
  float: left;
  padding: 0;
  width: 100%;
}

.opening-list li {
  color: #727272;
  float: left;
  padding: 8px 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.opening-list li:first-child {
  padding-top: 0px;
}

.opening-list li:last-child {
  border-bottom: none;
}

.opening-list.dark-border li {
  border-bottom: 1px solid #f1f1f1;
}

/* Footer copyright box
 ------------------------------ */
.fo-copyright-holder {
  position: relative;
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}

.fo-copyright-holder .social-iconbox {
  position: absolute;
  width: 265px;
  float: left;
  left: 40%;
  top: -57px;
  padding: 0px;
  margin: 0px;
  background-color: #fff;
}

.fo-copyright-holder .social-iconbox.bg-dark {
  background-color: #101010;
}

.fo-copyright-holder .social-iconbox .side-shape1 {
  position: absolute;
  width: 13px;
  height: 28px;
  float: left;
  left: -13px;
  top: -1px;
  padding: 0px;
  margin: 0px;
}

.fo-copyright-holder .social-iconbox .side-shape1.right-icon {
  left: 265px;
  top: -1px;
}

.fo-copyright-holder .sc-icons {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}

.fo-copyright-holder .sc-icons li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.fo-copyright-holder .sc-icons li a {
  float: left;
  font-size: 15px;
  padding: 15px 10px;
  margin: 0px;
  display: inline-block;
}

/* Footer top social box
 ------------------------------ */
.fo-top-holder {
  position: relative;
  width: 100%;
  float: left;
  padding: 60px 0 0 0;
  margin: 0px;
}

.fo-top-holder .social-iconbox {
  position: absolute;
  width: 265px;
  float: left;
  left: 38%;
  top: 26px;
  padding: 0px;
  margin: 0px;
  background-color: #fce206;
}

.fo-top-holder .social-iconbox.bg-dark {
  background-color: #101010;
}

.fo-top-holder .social-iconbox .side-shape1 {
  position: absolute;
  width: 13px;
  height: 28px;
  float: left;
  left: -18px;
  top: -1px;
  padding: 0px;
  margin: 0px;
}

.fo-top-holder .social-iconbox .side-shape1.right-icon {
  left: 265px;
  top: -1px;
}

.fo-top-holder .sc-icons {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}

.fo-top-holder .sc-icons li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.fo-top-holder .sc-icons li a {
  float: left;
  font-size: 15px;
  color: #fff;
  padding: 15px 10px;
  margin: 0px;
  display: inline-block;
}

/* Footer contact info with big icons
 ------------------------------ */
.contact-info-holder {
  position: relative;
  width: 100%;
  padding: 0px;
}

.contact-info-holder .iconbox-xmedium {
  color: #fce206;
}

.contact-info-holder:hover .iconbox-xmedium, .contact-info-holder.active .iconbox-xmedium {
  color: #fff;
  background-color: #fce206;
}

/*============ Overlay Styles ============ */
.section-overlay {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  left: 0px;
  top: 0px;
  float: left;
  z-index: 2;
}

.video-overlay {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  left: 0px;
  top: 0px;
  float: left;
  z-index: 2;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
  z-index: 10;
}

/*video padding
 ------------------------------ */
.video-tpadd {
  padding-top: 150px;
}

.video-bpadd {
  padding-bottom: 150px;
}

/* Overlay opacity styles
 ------------------------------ */
.bg-opacity-1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-opacity-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-opacity-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-opacity-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-opacity-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-opacity-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-opacity-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-opacity-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-opacity-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

/* Overlay Background colors
 ------------------------------ */
/* Background light
------------------------------ */
.section-overlay.light {
  background-color: rgba(246, 246, 246, 0.9);
}

.section-overlay.light-2 {
  background-color: rgba(246, 246, 246, 0.8);
}

.section-overlay.light-3 {
  background-color: rgba(246, 246, 246, 0.7);
}

.section-overlay.light-4 {
  background-color: rgba(246, 246, 246, 0.6);
}

.section-overlay.light-5 {
  background-color: rgba(246, 246, 246, 0.5);
}

/* Overlay Background dark
------------------------------ */
.section-overlay.dark {
  background-color: rgba(0, 0, 0, 0.7);
}

.section-overlay.dark-2 {
  background-color: rgba(0, 0, 0, 0.3);
}

.section-overlay.dark-3 {
  background-color: rgba(0, 0, 0, 0.9);
}

.section-overlay.dark-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

/* Overlay Background golden yellow
------------------------------ */
.section-overlay.primary {
  background-color: rgba(242, 76, 52, 0.9);
}

.parallax-overlay.primary {
  background-color: rgba(252, 226, 6, 0.9);
}

.parallax-overlay.light {
  background-color: rgba(246, 246, 246, 0.9);
}

.parallax-overlay.light-2 {
  background-color: rgba(246, 246, 246, 0.8);
}

.parallax-overlay.light-3 {
  background-color: rgba(246, 246, 246, 0.7);
}

.parallax-overlay.light-4 {
  background-color: rgba(246, 246, 246, 0.6);
}

.parallax-overlay.light-5 {
  background-color: rgba(246, 246, 246, 0.5);
}

/*============ Social Links ============ */
.social-icons-1 {
  width: 100%;
  margin: 30px 0 0 0;
  list-style-type: none;
}

.social-icons-1 li {
  display: inline-block;
}

.social-icons-1 li a {
  font-size: 16px;
  padding: 0 20px 0 0;
  color: #fff;
  display: inline-block;
}

.social-icons-1 li a:hover, .social-icons-1 li a.active {
  color: #fce206;
}

/* social icons 2
 -----------------------------------------------*/
.social-icons-2 {
  width: 100%;
  margin: 30px 0 0 0;
  list-style-type: none;
}

.social-icons-2 li {
  display: inline-block;
}

.social-icons-2 li a {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  padding: 0px;
  color: #101010;
  background-color: #fff;
}

.social-icons-2 li a:hover, .social-icons-2 li a.active {
  color: #fce206;
}

/* social icons 3
 -----------------------------------------------*/
.social-icons-3 {
  width: 100%;
  margin: 30px 0 0 0;
  list-style-type: none;
}

.social-icons-3.margin-left {
  margin: 10px 0 0 -40px;
}

.social-icons-3 li {
  display: inline-block;
}

.social-icons-3 li a {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 37px;
  display: inline-block;
  padding: 0px;
  color: #101010;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

.social-icons-3 li a:hover, .social-icons-3 li a.active {
  color: #fff;
  border: 1px solid #101010;
  background-color: #101010;
}

/*============ Blog Posts ============ */
/* post image holder
 -----------------------------------------------*/
.blog-img-holder {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

/* post date boxes
 -----------------------------------------------*/
.post-date-box {
  position: absolute;
  width: 90px;
  height: 90px;
  float: left;
  font-size: 25px;
  color: #fff;
  padding: 22px 0 0 0;
  margin: 0;
  z-index: 2;
  text-align: center;
  background-color: #fce206;
  transition: all 0.3s ease-out 0s;
}

.post-date-box span {
  font-size: 13px;
  color: #fff;
  display: block;
}

.post-date-box .arrow-down {
  position: absolute;
  left: 25px;
  top: 81px;
  float: left;
  z-index: 3;
  border-top: 20px solid #fce206;
}

/* Date box colors
 -----------------------------------------------*/
.post-date-box.gyellow {
  background-color: #fce206;
}

/* post author image holder
 -----------------------------------------------*/
.post-author-image {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 35px;
  top: 247px;
  float: left;
}

.post-author-image.round {
  border-radius: 100%;
  border: 5px solid #fff;
  text-align: center;
}

/* post info icons
 -----------------------------------------------*/
.post-infoicon {
  padding: 3px 12px 3px 12px;
  margin: 0 5px 0 0;
  color: #fff;
  float: left;
  font-size: 12px;
  border-radius: 20px;
  background-color: #fce206;
}

.post-infoicon.dark {
  background-color: #161616;
}

/*============ Footer Newsletter ============ */
.newsletter .email-input {
  background-color: #FFF;
  border: 0px none;
  color: #999;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 39px;
  line-height: 39px;
  padding: 0px 7px;
  width: 75%;
}

.newsletter .email-input.dark {
  background-color: #2d2d2d;
  color: #727272;
}

.newsletter .input-submit {
  background-color: #fd602c;
  border: 0px none;
  color: #FFF;
  cursor: pointer;
  float: left;
  height: 39px;
  padding: 0px 20px;
}

.newsletter .input-submit.gyellow {
  background-color: #fce206;
}

.newsletter .input-submit.white {
  color: #161616;
  background-color: #fff;
}

.newsletter .input-submit.dark {
  color: #727272;
  background-color: #2d2d2d;
}

/*============ Video wrapers ============ */
.video-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 0px;
  height: auto;
}

.video-wrapper video {
  width: 100%;
}

/*video padding
 ------------------------------ */
.video-padding-top {
  padding-top: 150px;
}

.video-padding-bottom {
  padding-bottom: 150px;
}

/*============ Progress bar ============ */
/*style 1
 ------------------------------ */
.progressbar-style1 {
  margin-top: 10px;
  margin-bottom: 38px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: visible;
  height: 10px;
  color: #fff;
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  text-transform: uppercase;
}

.progressbar-style1 .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #101010;
  font-size: 13px;
  color: #fce206;
  line-height: 44px;
  padding: 0px 0 0 0px;
  text-align: left;
  border: 2px solid #fff;
}

.progressbar-style1 .progress-bar.yellow-3 {
  background-color: #f7c800;
}

/*style 2
 ------------------------------ */
.progressbar-style2 {
  margin-top: 10px;
  margin-bottom: 45px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: visible;
  height: 3px;
  color: #161616;
  background: #ccc;
  border-radius: 0px;
  box-shadow: none;
  text-transform: uppercase;
}

.progressbar-style2 .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #161616;
  font-size: 13px;
  color: #161616;
  padding: 3px 0 0 0;
  text-align: left;
}

/*style 3
 ------------------------------ */
.progressbar-style3 {
  margin-top: 10px;
  margin-bottom: 45px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: visible;
  height: 8px;
  color: #161616;
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  text-transform: uppercase;
}

.progressbar-style3 .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #e9b444;
  font-size: 13px;
  color: #fff;
  padding: 8px 0 0 0;
  text-align: left;
}

/*style 4
 ------------------------------ */
.progressbar-style4 {
  margin-top: 10px;
  margin-bottom: 45px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: visible;
  height: 8px;
  color: #161616;
  background: #e7e7e7;
  border-radius: 0px;
  box-shadow: none;
  text-transform: uppercase;
}

.progressbar-style4 .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #ff9320;
  font-size: 13px;
  color: #727272;
  padding: 8px 0 0 0;
  text-align: left;
}

/*style 5
 ------------------------------ */
.progressbar-style5 {
  margin-top: 10px;
  margin-bottom: 45px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: visible;
  height: 8px;
  color: #161616;
  background: #f5f5f5;
  border-radius: 0px;
  box-shadow: none;
  text-transform: uppercase;
}

.progressbar-style5 .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #101010;
  font-size: 13px;
  color: #101010;
  padding: 8px 0 0 0;
  text-align: left;
}

/*style 6
 ------------------------------ */
.progressbar-style6 {
  margin-top: 10px;
  margin-bottom: 45px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: visible;
  height: 8px;
  color: #161616;
  background: #fce206;
  border-radius: 0px;
  box-shadow: none;
  text-transform: uppercase;
}

.progressbar-style6 .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #101010;
  font-size: 13px;
  color: #101010;
  padding: 8px 0 0 0;
  text-align: left;
}

/*============ Newsletter ============ */
.email-input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 65px;
  line-height: 39px;
  padding: 0 15px;
  width: 87%;
}

.email-submit {
  background-color: #fff;
  border: 1px solid #fff;
  color: #242424;
  float: left;
  margin: 0px;
  padding: 20px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
}

.email-submit:hover {
  background-color: #242424;
  border: 1px solid #242424;
  color: #fff;
}

/*============ css progress circles ============ */
.knob {
  display: none;
}

div.demo {
  position: relative;
  text-align: center;
  width: 280px;
  float: left;
}

div.demo > p {
  font-size: 20px;
}

div.demo .title {
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 40px;
  float: left;
  top: 60px;
}

div.demo .title span {
  text-align: center;
  width: 100%;
  font-size: 20px;
  float: left;
  margin-top: 10px;
}

/*============ Page Scroll to Top ============ */
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 22px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  background: #fce206 url(../images/scroll-top-arrow.png) no-repeat 15px 16px;
  z-index: 999;
}

/*============ google maps ============ */
.map {
  width: 100%;
  height: 300px;
  border: 1px solid #e4e4e4;
}

.map p {
  margin: 10px;
  color: #333;
}

/*============ blog ============ */
.blog-post-info {
  width: 100%;
}

.blog-post-info span {
  font-size: 13px;
  color: #b9b9b9;
  margin-right: 15px;
}

/*============ onepage sidebar content holder ============ */
.wrapper-main {
  padding-left: 300px;
  background-color: #fff;
}

/*============ header inner ============ */
.header-inner-tmargin {
  width: 100%;
  float: left;
  margin-top: -145px;
}

.header-inner-tmargin.less-mar {
  margin-top: -41px;
}

.header-inner {
  position: relative;
  width: 100%;
  height: 500px;
  float: left;
  overflow: hidden;
}

.header-inner.less-height {
  height: 430px;
}

.header-inner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
}

.header-inner .text {
  position: absolute;
  width: 100%;
  height: 1000px;
  padding: 16% 0 0 0;
  top: 0px;
  margin: 0px;
  float: left;
  z-index: 3;
}

.header-inner .text .title {
  font-size: 30px;
  font-weight: 600;
}

.header-inner .text .sub-title {
  width: 100%;
  font-size: 18px;
}

/* less height
 ------------------------------ */
.header-inner.less-height {
  height: 335px;
}

.header-inner.less-height .text {
  height: 300px;
  padding: 9% 0 0 0;
}

/*============ pagenation ============ */
.pagenation-holder {
  border-bottom: 1px solid #f0f0f0;
  float: left;
  margin: 0;
  padding: 25px 0 10px;
  width: 100%;
}

.pagenation-holder .breadcrumb {
  float: right;
  margin-bottom: 0px;
  background-color: #fff;
}

.pagenation-holder .breadcrumb li {
  display: inline;
}

.pagenation-holder .breadcrumb li.current a {
  color: #fce206;
}

.pagenation-holder .breadcrumb li + li:before {
  content: "» ";
}

/*============ 5 and 7 custom cols ============ */
.seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
  width: 14.2857%;
}

.five-cols .col-md-1, .five-cols .col-sm-1, .five-cols .col-lg-1 {
  width: 20%;
}

/* footer newsletter
 ------------------------------ */
.bb-newsletter {
  width: 25%;
  height: 50px;
  float: left;
  padding: 10px;
  color: #fff;
  margin-right: 20px;
  border-radius: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
}

.bb-newsletter-email {
  width: 55%;
  height: 50px;
  float: left;
  padding: 10px;
  color: #fff;
  margin-right: 20px;
  border-radius: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
}

.bb-newsletter-btn {
  width: 15%;
  height: 50px;
  float: left;
  padding: 0px;
  margin-top: 5px;
  color: #101010;
  text-transform: uppercase;
  border-radius: 40px;
  border: 1px solid #fce206;
  background-color: #fce206;
}

/* footer newsletter 2
 ------------------------------ */
.co-newsletter {
  width: 25%;
  height: 50px;
  float: left;
  padding: 10px;
  color: #101010;
  margin-right: 20px;
  border-radius: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: none;
}

.co-newsletter-email {
  width: 55%;
  height: 50px;
  float: left;
  padding: 10px;
  color: #101010;
  margin-right: 20px;
  border-radius: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: none;
}

.co-newsletter-btn {
  width: 15%;
  height: 50px;
  float: left;
  padding: 0px;
  margin-top: 5px;
  color: #727272;
  text-transform: uppercase;
  border-radius: 40px;
  border: 1px solid #101010;
  background-color: #101010;
}

/*----------------------------RESPONSIVE STYLES------------------------------- */
/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {
  .col-divider-margin {
    margin-top: 30px;
  }

  .text-box-right {
    padding: 0px 0px 0px 100px;
  }

  .wrapper-main {
    width: 100%;
    padding-left: 230px;
    background-color: #fff;
  }

  .wrapper-main .container {
    width: 100%;
  }

  .header-inner.less-height .text {
    padding: 13% 0 0;
  }

  .header-inner .text {
    padding: 25% 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .col-divider-margin {
    margin-top: 20px;
  }

  .col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
    margin-top: 20px;
  }

  .sec-m-margin-1 {
    margin-top: 0px;
  }

  .topbar-transparent {
    background-color: #101010;
  }

  .wrapper-main {
    padding-left: 0px;
  }

  .header-inner-tmargin {
    margin-top: 0px;
  }
}
/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {
  .margin-bottom {
    margin-bottom: 10px;
  }

  .col-divider-margin {
    margin-top: 20px;
  }

  .col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
    margin-top: 20px;
  }

  .margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left: 0px;
  }

  .padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
    padding-top: 40px;
  }

  .padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
    padding-left: 40px;
  }

  .padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
    padding-right: 40px;
  }

  .text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
    padding: 40px;
  }

  .btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
    margin-left: 0px;
  }

  .sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
  .sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
  }

  .header-inner {
    height: 385px;
  }

  .header-inner.less-height {
    height: 385px;
  }

  .header-inner.less-height .text {
    padding: 16% 0 0;
  }

  .header-inner .text {
    padding: 16% 0 0;
  }

  .sec-padding {
    padding: 100px 0 100px 0;
  }
}
/* ---------- MAX 800PX ---------- */
@media only screen and (max-width: 800px) {
  .margin-bottom {
    margin-bottom: 10px;
  }

  .margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
  }

  .margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
  }

  .col-divider-margin {
    margin-top: 20px;
  }

  .col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
    margin-top: 20px;
  }

  .margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left: 0px;
  }

  .padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
    padding-top: 40px;
  }

  .padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
    padding-left: 40px;
  }

  .padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
    padding-right: 40px;
  }

  .text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
    padding: 40px;
  }

  .btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
    margin-left: 0px;
  }

  .sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
  .sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
  }

  .sec-padding {
    padding: 60px 0 60px 0;
  }

  .sec-more-padding-1 {
    padding: 60px 0 60px 0;
  }

  .sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
    padding-bottom: 60px;
  }

  .sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
    padding-top: 60px;
  }

  .section-xmore-padding, .section-less-padding, .section-less-padding-2 {
    padding: 60px 0 60px 0;
  }

  .sec-moreless-padding {
    padding: 60px 0 60px 0;
  }

  .thumbs li {
    width: 10%;
  }

  .fo-copyright-holder .social-iconbox {
    left: 33%;
    top: -87px;
  }

  .fo-sec-3 {
    padding: 244px 0 0 0;
  }

  .header-inner {
    height: 310px;
  }

  .header-inner.less-height {
    height: 310px;
  }

  .section-side-image .text-inner-6 {
    padding: 40px;
  }
}
/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {
  .margin-bottom {
    margin-bottom: 10px;
  }

  .margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
  }

  .margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
  }

  .col-divider-margin {
    margin-top: 20px;
  }

  .col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
    margin-top: 20px;
  }

  .margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left: 0px;
  }

  .padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
    padding-top: 40px;
  }

  .padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
    padding-top: 40px;
  }

  .padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
    padding-left: 40px;
  }

  .padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
    padding-right: 40px;
  }

  .text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
    padding: 40px;
  }

  .btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
    margin-left: 0px;
  }

  .sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
  .sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
  }

  .sec-padding {
    padding: 60px 0 60px 0;
  }

  .sec-more-padding-1 {
    padding: 60px 0 60px 0;
  }

  .sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
    padding-bottom: 60px;
  }

  .sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
    padding-top: 60px;
  }

  .section-xmore-padding, .section-less-padding, .section-less-padding-2 {
    padding: 60px 0 60px 0;
  }

  .sec-moreless-padding {
    padding: 60px 0 60px 0;
  }

  .fo-copyright-holder .social-iconbox {
    left: 33%;
    top: -87px;
  }

  .header-inner {
    height: 325px;
  }

  .header-inner.less-height {
    height: 325px;
  }

  .five-cols .col-md-1, .five-cols .col-sm-1, .five-cols .col-lg-1 {
    width: 100%;
  }
}
/* ---------- MAX 767PX ---------- */
@media only screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 10px;
  }

  .margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
  }

  .margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
  }

  .col-divider-margin {
    margin-top: 20px;
  }

  .col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
    margin-top: 20px;
  }

  .margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left: 0px;
  }

  .padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
    padding-top: 40px;
  }

  .padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
    padding-left: 40px;
  }

  .padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
    padding-right: 40px;
  }

  .text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
    padding: 40px;
  }

  .btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
    margin-left: 0px;
  }

  .sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
  .sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .margin-bottom {
    margin-bottom: 10px;
  }

  .margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
  }

  .margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
  }

  .col-divider-margin {
    margin-top: 20px;
  }

  .col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
    margin-top: 20px;
  }

  .margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left: 0px;
  }

  .padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
    padding-top: 40px;
  }

  .padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
    padding-left: 40px;
  }

  .padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
    padding-right: 40px;
  }

  .lspace-sm, .lspace-1, .lspace-2, .lspace-3, .lspace-4, .lspace-5 {
    letter-spacing: 0px;
  }

  .text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
    padding: 40px;
  }

  .btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
    margin-left: 0px;
  }

  .sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
  .sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
  }

  .sec-padding {
    padding: 40px 0 40px 0;
  }

  .sec-more-padding-1 {
    padding: 40px 0 40px 0;
  }

  .sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
    padding-bottom: 40px;
  }

  .sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
    padding-top: 40px;
  }

  .section-xmore-padding, .section-less-padding, .section-less-padding-2 {
    padding: 40px 0 40px 0;
  }

  .sec-moreless-padding {
    padding: 40px 0 40px 0;
  }

  #style-customizer {
    display: none;
  }

  .text-box.sbox-padd-left {
    padding-left: 80px;
  }

  .fo-sec-1 .newsletter-box {
    top: 0;
  }

  .fo-sec-1 {
    top: 0px;
    padding: 315px 0 0 0;
  }

  .fo-copyright-holder .social-iconbox {
    left: 29%;
    top: -67px;
  }

  .section-side-image .text-inner-5 {
    padding: 40px 40px 40px 40px;
  }

  .header-inner {
    height: 270px;
  }

  .header-inner.less-height {
    height: 270px;
  }
}
@media screen and (max-width: 480px) {
  .margin-bottom {
    margin-bottom: 10px;
  }

  .margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
  }

  .margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
  }

  .col-divider-margin {
    margin-top: 20px;
  }

  .col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
    margin-top: 20px;
  }

  .margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left: 0px;
  }

  .padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
    padding-top: 30px;
  }

  .padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
    padding-left: 30px;
  }

  .padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
    padding-right: 30px;
  }

  .lspace-sm, .lspace-1, .lspace-2, .lspace-3, .lspace-4, .lspace-5 {
    letter-spacing: 0px;
  }

  .text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
    padding: 30px;
  }

  .btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
    margin-left: 0px;
  }

  .topbar .border-r {
    border-right: none;
  }

  .topbar .padd-left {
    padding-left: 0px;
  }

  .sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
  .sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
  }

  .sec-padding {
    padding: 40px 0 40px 0;
  }

  .sec-more-padding-1 {
    padding: 40px 0 40px 0;
  }

  .sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
    padding-bottom: 40px;
  }

  .sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
    padding-top: 40px;
  }

  .section-xmore-padding, .section-less-padding, .section-less-padding-2 {
    padding: 40px 0 40px 0;
  }

  .sec-moreless-padding {
    padding: 40px 0 40px 0;
  }

  #style-customizer {
    display: none;
  }

  .fo-copyright-holder .social-iconbox {
    left: 12%;
    top: -67px;
  }

  .fo-sec-3 {
    padding: 287px 0 0 0;
  }

  .section-side-image .text-inner-5 {
    padding: 40px 40px 40px 40px;
  }

  .header-inner .text .title {
    font-size: 20px;
  }

  .header-inner .text .sub-title {
    font-size: 14px;
  }

  .header-inner {
    height: 225px;
  }

  .header-inner.less-height {
    height: 225px;
  }

  .clients-list.grid-cols-6 li {
    width: 50%;
  }
}
/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {
  .margin-bottom {
    margin-bottom: 10px;
  }

  .margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
  }

  .margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
  }

  .col-divider-margin {
    margin-top: 20px;
  }

  .col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
    margin-top: 20px;
  }

  .margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left: 0px;
  }

  .padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
    padding-top: 25px;
  }

  .padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
    padding-left: 25px;
  }

  .padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
    padding-right: 25px;
  }

  .lspace-sm, .lspace-1, .lspace-2, .lspace-3, .lspace-4, .lspace-5 {
    letter-spacing: 0px;
  }

  .iconbox-dxlarge.left, .iconbox-xlarge.left, .iconbox-large.left, .iconbox-xmedium.left, .iconbox-medium.left, .iconbox-smedium.left, .iconbox-small.left, .iconbox-tiny.left, .iconbox-xtiny.left {
    margin: 0px 0px 20px 0px;
  }

  .imgbox-dxlarge.left, .imgbox-dxlarge-2.left, .imgbox-xlarge.left, .imgbox-large.left, .imgbox-xmedium.left, .imgbox-medium.left, .imgbox-smedium.left, .imgbox-small.left, .imgbox-tiny.left, .imgbox-xtiny.left {
    float: left;
    margin: 0px 0 20px 0px;
  }

  .text-box-right {
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-box-left {
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
    padding: 25px;
  }

  .text-box-left.more-padding-1, .text-box-left.more-padding-2, .text-box-left.less-padding-1, .text-box-left.less-padding-2 {
    padding: 0px 0px 0px 0px;
  }

  .text-box-right.more-padding-1, .text-box-right.more-padding-2, .text-box-right.more-padding-3, .text-box-right.more-padding-4, .text-box-right.less-padding-1, .text-box-right.less-padding-2, .text-box-right.less-padding-3 {
    padding: 0px 0px 0px 0px;
  }

  .btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
    margin-left: 0px;
  }

  .btn.btn-large {
    padding: 15px 30px;
  }

  .section-side-image .text-inner-2 {
    padding: 40px;
  }

  .section-side-image .text-inner {
    padding: 40px 40px 40px 0;
  }

  .section-side-image .text-inner.two {
    padding: 0px 40px 0px 0;
  }

  .section-side-image-2 .background-imgholder-2.top-padd {
    padding-top: 40px;
  }

  .section-side-image-2 .text-inner.two {
    padding: 0px 40px 0px 0;
  }

  .section-side-image .text-inner-5 {
    padding: 40px 40px 40px 40px;
  }

  .sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
  .sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
  }

  .sec-padding {
    padding: 40px 0 40px 0;
  }

  .sec-more-padding-1 {
    padding: 40px 0 40px 0;
  }

  .sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
    padding-bottom: 40px;
  }

  .sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
    padding-top: 40px;
  }

  .section-xmore-padding, .section-less-padding, .section-less-padding-2 {
    padding: 40px 0 40px 0;
  }

  .sec-moreless-padding {
    padding: 40px 0 40px 0;
  }

  .fo-copyright-holder .social-iconbox {
    left: 5%;
  }

  .fo-sec-1 .newsletter-box {
    padding: 35px;
  }

  .fo-sec-2 .social-iconbox {
    left: 14%;
    top: -67px;
  }

  .section-side-image .text-inner-3 {
    padding: 30px 30px 0px 30px;
  }

  .fo-sec-3 {
    padding: 328px 0 0 0;
  }

  .text-box-right {
    width: 100%;
    padding: 0 0 0 0;
    float: left;
  }

  .text-box-right.less-padding-4 {
    padding: 0px 0px 0px 0px;
  }

  .header-inner {
    height: 195px;
  }

  .header-inner.less-height {
    height: 195px;
  }

  .sec-title-container {
    padding-bottom: 40px;
  }
}
/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 320px) {
  .margin-bottom {
    margin-bottom: 10px;
  }

  .margin-bottom-4, .margin-bottom-5 {
    margin-bottom: 20px;
  }

  .margin-top-3, .margin-top-4, .margin-top-5, .margin-top-6, .margin-top-7 {
    margin-top: 20px;
  }

  .col-divider-margin {
    margin-top: 20px;
  }

  .col-divider-margin-1, .col-divider-margin-2, .col-divider-margin-3, .col-divider-margin-4, .col-divider-margin-5, .col-divider-margin-6 {
    margin-top: 20px;
  }

  .margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-6, .margin-left-7 {
    margin-left: 0px;
  }

  .padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-6 {
    padding-top: 20px;
  }

  .padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-6, .padding-left-7, .padding-left-8 {
    padding-left: 20px;
  }

  .padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-6, .padding-right-7, .padding-right-8 {
    padding-right: 20px;
  }

  .lspace-sm, .lspace-1, .lspace-2, .lspace-3, .lspace-4, .lspace-5 {
    letter-spacing: 0px;
  }

  .iconbox-dxlarge.left, .iconbox-xlarge.left, .iconbox-large.left, .iconbox-xmedium.left, .iconbox-medium.left, .iconbox-smedium.left, .iconbox-small.left, .iconbox-tiny.left, .iconbox-xtiny.left {
    margin: 0px 0px 20px 0px;
  }

  .imgbox-dxlarge.left, .imgbox-dxlarge-2.left, .imgbox-xlarge.left, .imgbox-large.left, .imgbox-xmedium.left, .imgbox-medium.left, .imgbox-smedium.left, .imgbox-small.left, .imgbox-tiny.left, .imgbox-xtiny.left {
    float: left;
    margin: 0px 0 20px 0px;
  }

  .text-box-right {
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-box-left {
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-box.padding-1, .text-box.padding-2, .text-box.padding-3, .text-box.padding-4, .text-box.padding-5, .text-box.padding-6, .text-box.padding-7, .text-box.padding-8, .text-box.padding-9 {
    padding: 20px;
  }

  .text-box-right.more-padding-1, .text-box-right.more-padding-2, .text-box-right.more-padding-3, .text-box-right.more-padding-4, .text-box-right.less-padding-1, .text-box-right.less-padding-2, .text-box-right.less-padding-3 {
    padding: 0px 0px 0px 0px;
  }

  .btn.btn-mar-left-1, .btn.btn-mar-left-2, .btn.btn-mar-left-3, .btn.btn-mar-left-4, .btn.btn-mar-left-5 {
    margin-left: 0px;
  }

  .btn.btn-large {
    padding: 15px 30px;
  }

  .section-side-image .text-inner {
    padding: 40px 40px 40px 0;
  }

  .section-side-image .text-inner.two {
    padding: 0px 40px 0px 0;
  }

  .section-side-image-2 .background-imgholder-2.top-padd {
    padding-top: 40px;
  }

  .section-side-image-2 .text-inner.two {
    padding: 0px 40px 0px 0;
  }

  .sec-title-container.less-padding-1, .sec-title-container.less-padding-2, .sec-title-container.less-padding-3, .sec-title-container.less-padding-4,
  .sec-title-container.less-padding-5, .sec-title-container.less-padding-6 {
    padding-bottom: 30px;
  }

  .sec-padding {
    padding: 30px 0 30px 0;
  }

  .sec-more-padding-1 {
    padding: 30px 0 30px 0;
  }

  .sec-bpadding-2, .sec-bpadding-3, .sec-bpadding-4 {
    padding-bottom: 30px;
  }

  .sec-tpadding-2, .sec-tpadding-3, .sec-tpadding-4 {
    padding-top: 30px;
  }

  .section-xmore-padding, .section-less-padding, .section-less-padding-2 {
    padding: 30px 0 30px 0;
  }

  .sec-moreless-padding {
    padding: 30px 0 30px 0;
  }

  .fo-copyright-holder .social-iconbox {
    left: 16%;
    top: -59px;
  }

  .fo-copyright-holder .social-iconbox {
    width: 71%;
  }

  .fo-copyright-holder .social-iconbox .side-shape1.right-icon {
    left: 213px;
  }

  .fo-sec-2 .social-iconbox {
    left: 9%;
    top: -57px;
  }

  .fo-sec-3 {
    padding: 409px 0 0 0;
  }

  .fo-copyright-holder .social-iconbox .side-shape1 {
    left: -13px;
    top: 1px;
  }

  .fo-copyright-holder .social-iconbox .side-shape1.right-icon {
    left: 205px;
    top: 1px;
  }

  .header-inner {
    height: 170px;
  }

  .header-inner.less-height {
    height: 170px;
  }

  .sec-title-container {
    padding-bottom: 35px;
  }
}
/* Font Size
 ------------------------------ */
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
  font-size: 1.5em;
  /* sets the default sizing to make sure nothing is actually 10px */
}

p {
  line-height: 1.6;
  text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-size: 100%;
}

h1 {
  font-size: 40px;
  font-size: 4.0rem;
}

h2 {
  font-size: 35px;
  font-size: 3.5rem;
}

h3 {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.6;
}

h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
}

h5 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.6;
  /*line-height: 27px;*/
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
/*=============== fonts ============= */
.montserrat {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: bold;
}

/* button golden yellow
 ------------------------------ */
.btn.btn-prim {
  background-color: #A40081;
}

.btn.btn-prim:hover {
  background-color: #87006A;
}

/* Topbar list
 ------------------------------ */
.site-catch {
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 2;
  color: #727272 !important;
}

.toplist li {
  color: inherit;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .toplist li {
    padding: 0 5px 0 5px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .toplist li.rightl {
    font-size: 13px;
  }

  .ec-ellipsis:after {
    content: 'はこちら';
  }
}
@media only screen and (max-width: 1024px) {
  .site-catch {
    font-size: 1.0rem;
    line-height: 10px;
    float: none !important;
  }
}
.toplist li.toplist-btn a {
  padding: 5px 10px;
  color: #fff;
  background: #A40081;
  font-size: 1.3rem;
  font-size: 13px;
  border-radius: 3px;
}

.toplist li.toplist-btn a:hover {
  background: #87006A;
}

@media only screen and (max-width: 767px) {
  .toplist li.toplist-btn a {
    padding: 5px 8px;
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .toplist.toppadding {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .topbar-padding {
    padding: 7px 0 5px 0;
  }

  .topbar-padding .container {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.topbar-left-items {
  width: auto;
}

.topbar-left-items .toplist li {
  padding: 0 10px 0 0;
}

@media only screen and (max-width: 1024px) {
  .topbar-left-items .toplist li {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .topbar-left-items {
    float: none;
  }

  .topbar-left-items .toplist li {
    padding: 0 0 0 0;
  }
}
.topbar-right-items {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .topbar-right-items {
    width: auto;
    margin-left: -5px;
    margin-top: 7px;
    margin-bottom: 5px;
    float: left !important;
  }
}
/* title container
 ------------------------------ */
.sec-title-container {
  padding-bottom: 60px;
}

/* ---------- Footer quick links ---------- */
.footer-quick-links {
  padding: 0 0 15px 0;
}

.footer-quick-links li {
  padding: 0 15px 5px 0;
  margin: auto;
  display: block;
}

.footer-quick-links a {
  float: none !important;
}

.footer-link-group .footer-quick-links li a:before {
  margin-right: 5px;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
}

@media only screen and (max-width: 767px) {
  .footer-quick-links li {
    display: block;
  }
}
.footer-quick-links a {
  color: #FFF !important;
  float: none;
  font-size: 12px;
  font-size: 1.2rem;
}

.footer-link-group dt {
  padding-bottom: 15px;
  color: #fff;
}
.footer-link-group dt > a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer-quick-links li a {
    float: none;
  }

  .footer-link-group dt {
    padding-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
  }
}
/*============ Page Section Styles ============ */
/* section background dark
 ------------------------------ */
.section-dark {
  padding-top: 30px;
  background: rgba(2, 2, 3, 0.8);
}

/* section pattren 1
 ------------------------------ */
.section-bgimg-10 {
  background: url(../images/common/bg01.jpg) center center repeat;
}

.section-bgimg-11 {
  background: url(../images/common/bg02.jpg) center center repeat;
}

.section-bgimg-12 {
  background: url(../images/common/bg03.jpg) center center repeat;
}

/* Section Paddings
 ------------------------------ */
@media only screen and (max-width: 991px) {
  .sec-padding-4 {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.sec-padding-7 {
  padding: 0 0 70px 0;
}

.sec-padding-7:last-child {
  padding: 0;
}

.sec-padding-8 {
  padding: 70px 0 0 0;
}

.sec-padding-8:last-of-type {
  padding: 70px 0 90px 0;
}

/*============ Page Scroll to Top ============ */
.scrollup {
  background: #A40081 url(../images/common/scroll-top-arrow.png) no-repeat 15px 16px;
}

/*============ header inner ============ */
@media only screen and (min-width: 768px) {
  .header-inner-tmargin {
    margin-top: 0;
  }
}
.header-inner .overlay {
  display: table;
  background-color: rgba(177, 177, 54, 0.7);
}

.header-inner .text .title {
  margin-bottom: 0;
  font-weight: normal;
  letter-spacing: 0.2em;
}

.header-inner .text .sub-title {
  font-size: 11px;
  letter-spacing: 0.2em;
}

/* less height
 ------------------------------ */
.header-inner.less-height {
  height: 150px;
  position: static;
}

.header-inner.less-height .text {
  height: 150px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  float: none;
  position: static;
}

@media only screen and (min-width: 990px) {
  .header-inner.less-height,
  .header-inner.less-height .text {
    height: 260px;
  }
}
/*============ pagenation ============ */
.pagenation-holder .breadcrumb li.current a {
  color: #A40081;
}

/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {
  .header-inner .text .title {
    font-size: 30px;
  }

  .header-inner .text .sub-title {
    font-size: 10px;
  }
}
/*============ Text Boxes ============ */
.text-box {
  background: #fff;
}

/*============ pagenation ============ */
@media only screen and (min-width: 990px) {
  .breadcrumb {
    white-space: nowrap;
  }

  .breadcrumb .current a {
    max-width: 25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
  }
}
/* カスタム検索
 ------------------------------ */
.gsc-control-searchbox-only * {
  box-shadow: none !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
}

table.gsc-search-box td {
  vertical-align: top !important;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
  background: #fff !important;
  border-color: #fff !important;
}

.gsc-search-button-v2 svg {
  fill: #000 !important;
}

.gsib_a {
  padding: 0 !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border-color: #fff !important;
}

.gsc-search-button-v2 svg {
  width: 20px !important;
  height: 20px !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  padding-right: 10px !important;
  padding-left: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.gsst_a {
  padding-top: 6px !important;
}

/*
Theme: Printer
Author: Codelayers
Version: 1.0
Designed and Development by: Codelayers
*/
/*===============================================
-------------------------------------------------
image hover styles
-------------------------------------------------
================================================*/
/* =========== image hovers============= */
/*image hover style 1
 ------------------------------ */
.img-hover-1 {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
  z-index: 1;
  top: 0px;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
}

.img-hover-1 img {
  position: relative;
  top: 0px;
  transition: all 0.3s ease-out 0s;
}

.img-hover-1 .text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  margin: 0px;
  float: left;
  z-index: 0;
  transition: all 0.3s ease-out 0s;
  background-color: #fce206;
}

.img-hover-1:hover .img-hover-1 img {
  top: 280px;
}

/*image hover style 2
 ------------------------------ */
.img-hover-2 {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
  z-index: 0;
  top: 0px;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
}

.img-hover-2 .text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  margin: 0px;
  float: left;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  background-color: rgba(0, 0, 0, 0.5);
}

.img-hover-2 .text-box .icon-1 {
  position: absolute;
  width: 50px;
  height: 50px;
  float: left;
  top: -53px;
  left: 60px;
  padding: 0px;
  margin: 0px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
  background-color: #fce206;
  border-radius: 100%;
}

.img-hover-2 .text-box .icon-1.two {
  left: 119px;
  top: -53px;
}

.img-hover-2 .text-box .icon-1:hover, .img-hover-2 .text-box .icon-2:hover {
  color: #242424;
  background-color: #fff;
}

.img-hover-2:hover .text-box {
  opacity: 1;
}

.img-hover-2:hover .text-box .icon-1 {
  top: 80px;
}

.img-hover-2:hover .text-box .icon-1.two {
  top: 80px;
  transition: all 0.5s ease-out 0s;
}

/*image hover style 3
 ------------------------------ */
.img-hover-3 {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
  z-index: 0;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
}

.img-hover-3 .text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  margin: 0px;
  float: left;
  z-index: 1;
  left: -280px;
  transition: all 0.3s ease-out 0s;
  background-color: rgba(0, 0, 0, 0.7);
}

.img-hover-3:hover .text-box {
  left: 0;
}

/*image hover style 4
 ------------------------------ */
.img-hover-4 {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
  z-index: 0;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
}

.img-hover-4 .text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 20px 20px 20px;
  margin: 0px;
  float: left;
  z-index: 1;
  top: 205px;
  transition: all 0.3s ease-out 0s;
  background-color: rgba(0, 0, 0, 0.7);
}

.img-hover-4:hover .text-box {
  top: 0;
}

/* =========== date pickers ============= */
.calendar-holder {
  width: 100%;
  float: left;
  border: 1px solid #101010;
  padding: 15px;
  background-color: #101010;
}

.calendar-holder-2 {
  width: 100%;
  float: left;
  border: 1px solid #e9e9e9;
  padding: 15px;
  background-color: #fff;
}

/* =========== date picker input ============= */
.datepicker-input {
  background-color: #fff;
  border: 1px solid #ebebeb;
  color: #101010;
  float: left;
  height: 45px;
  margin-bottom: 15px;
  padding: 8px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.datepicker-input:focus {
  border: 1px solid #fce206;
  outline: medium none !important;
  transition: all 0.3s ease-out 0s;
}

/* dark calendar
 ------------------------------ */
.calendar-dark .bootstrap-datetimepicker-widget {
  width: 100%;
  float: left;
  border: 1px solid #101010;
  padding: 15px;
  border-radius: 0;
  background-color: #101010;
}

/* dark calendar
 ------------------------------ */
.shc-cal-white .bootstrap-datetimepicker-widget {
  width: 100%;
  float: left;
  border: 1px solid #e4e4e4;
  padding: 15px;
  border-radius: 0;
  background-color: #fff;
}

.calendar-date-hilight .datepicker table tr td.active:active, .calendar-date-hilight .datepicker table tr td.active.highlighted:active, .calendar-date-hilight .datepicker table tr td.active.active, .calendar-date-hilight .datepicker table tr td.active.highlighted.active, .open > .calendar-date-hilight .dropdown-toggle.datepicker table tr td.active, .open > .calendar-date-hilight .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-color: #fc4242;
  border-color: #fc4242;
  color: #ffffff;
  border-radius: 0px;
}

.input-group-addon.less-height:last-child {
  height: 20px;
}

/* =========== Alert messages ============= */
.alert-box {
  padding: 20px;
  margin-bottom: 15px;
  opacity: 1;
  transition: opacity 0.6s;
  /* 600ms to fade out */
}

.alert-box.danger {
  color: #fff;
  background-color: #f66358;
}

.alert-box.success {
  color: #fff;
  background-color: #6abd6e;
}

.alert-box.info {
  color: #fff;
  background-color: #47a8f5;
}

.alert-box.warning {
  color: #fff;
  background-color: #ffaa2b;
}

.alert-closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.alert-closebtn:hover {
  color: black;
}

/* =========== blockquotes ============= */
.blockquote-1 {
  background: #fff;
  border-left: 6px solid #101010;
  margin: 0 0 20px;
  padding: 10px 20px;
  quotes: "“" "”" "‘" "’";
}

.blockquote-1:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

/* blockquote style 2
 ------------------------------ */
.blockquote-2 {
  background: #101010;
  border-left: 6px solid #fce206;
  margin: 0 0 20px;
  padding: 30px 20px;
  quotes: "“" "”" "‘" "’";
}

/* blockquote style 3
 ------------------------------ */
.blockquote-3 {
  background: #fce206;
  border-left: 6px solid #101010;
  margin: 0 0 20px;
  padding: 30px 20px;
  quotes: "“" "”" "‘" "’";
}

.blockquote-3 p {
  color: #fff;
}

.blockquote-3 cite {
  color: #101010;
}

.blockquote-3 small {
  color: #101010;
}

/* blockquote style 4
 ------------------------------ */
.blockquote-4 {
  background: #fff;
  border-left: none;
  margin: 0 0 20px;
  padding: 10px 20px;
  quotes: "“" "”" "‘" "’";
}

.blockquote-4 cite {
  color: #fce206;
}

.blockquote-4 small {
  color: #fce206;
}

.blockquote-4.text-right {
  text-align: right;
}

/* =========== breadcrumbs ============= */
.breadcrumbs-1 {
  overflow: hidden;
  width: 100%;
}

.breadcrumbs-1 li {
  margin: 0 .5em 0 1em;
  display: inline-block;
}

.breadcrumbs-1 a {
  background: #eeeeee;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
}

.breadcrumbs-1 a:hover {
  color: #fff;
  background: #fce206;
}

.breadcrumbs-1 a::before {
  border-color: #eeeeee #eeeeee #eeeeee transparent;
  border-style: solid;
  border-width: 21px 2px 22px 14px;
  content: "";
  left: -1em;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-out 0s;
}

.breadcrumbs-1 a:hover::before {
  border-color: #fce206 #fce206 #fce206 transparent;
  transition: all 0.3s ease-out 0s;
}

.breadcrumbs-1 a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #eeeeee;
  right: -1em;
  transition: all 0.3s ease-out 0s;
}

.breadcrumbs-1 a:hover::after {
  border-left-color: #fce206;
}

.breadcrumbs-1 a.current {
  background: #fce206;
  color: #fff;
  text-shadow: none;
}

.breadcrumbs-1 a.current::after {
  border-left: 1em solid #fce206;
}

.breadcrumbs-1 a.current::before {
  border-color: #fce206 #fce206 #fce206 transparent;
}

/* dark style
 ------------------------------ */
.breadcrumbs-1.dark a {
  background: #101010;
  color: #727272;
}

.breadcrumbs-1.dark a:hover {
  color: #fff;
  background: #fce206;
}

.breadcrumbs-1.dark a::before {
  border-color: #101010 #101010 #101010 transparent;
}

.breadcrumbs-1.dark a:hover::before {
  border-color: #fce206 #fce206 #fce206 transparent;
}

.breadcrumbs-1.dark a::after {
  border-left: 1em solid #101010;
}

.breadcrumbs-1.dark a:hover::after {
  border-left-color: #fce206;
}

.breadcrumbs-1.dark a.current {
  background: #fce206;
  color: #fff;
  text-shadow: none;
}

.breadcrumbs-1.dark a.current::after {
  border-left: 1em solid #fce206;
}

.breadcrumbs-1.dark a.current::before {
  border-color: #fce206 #fce206 #fce206 transparent;
}

/* breadcrumb style 2
 ------------------------------ */
.breadcrumbs-2 {
  background-color: #fff;
}

.breadcrumbs-2 li {
  display: inline;
  padding: 0 15px;
}

.breadcrumbs-2 li.current a {
  color: #fce206;
}

.breadcrumbs-2 li span i {
  padding-left: 30px;
}

.breadcrumbs-2 li a i {
  padding-right: 6px;
}

/* =========== buttons ============= */
.btn {
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  margin: 5px;
  padding: 15px 35px;
}

/* button ratius
 ------------------------------ */
.btn.round {
  border-radius: 4px;
}

.btn.xround-1 {
  border-radius: 10px;
}

.btn.xround-2 {
  border-radius: 20px;
}

.btn.xround-3 {
  border-radius: 30px;
}

.btn.xround-4 {
  border-radius: 40px;
}

.btn.xround-5 {
  border-radius: 50px;
}

.btn.xround-6 {
  border-radius: 60px;
}

.btn.xround-7 {
  border-radius: 70px;
}

/* button sizes
 ------------------------------ */
.btn.btn-tiny {
  font-size: 12px;
  padding: 5px 10px;
}

.btn.btn-small {
  font-size: 14px;
  padding: 10px 20px;
}

.btn.btn-medium {
  font-size: 16px;
  padding: 15px 35px;
}

.btn.btn-large {
  font-size: 20px;
  padding: 20px 50px;
}

/* button borders
 ------------------------------ */
.btn.border {
  border: 1px solid;
}

.btn.border.border-2x {
  border: 2px solid;
}

.btn.border.border-3x {
  border: 3px solid;
}

.btn.border.border-4x {
  border: 4px solid;
}

.btn.border.border-5x {
  border: 5px solid;
}

.btn.border.light {
  border-color: #e9e9e9;
}

.btn.border.xdark {
  border-color: #101010;
}

.btn.border.border-light {
  border-color: #e9e9e9;
}

.btn.border.border-dark {
  color: #101010;
  border-color: #101010;
}

.btn.border.border-xdark {
  color: #000;
  border-color: #000;
}

.btn.border.border-cyan {
  color: #01bf9d;
  border-color: #01bf9d;
}

.btn.border.border-green {
  color: #1fcf6d;
  border-color: #1fcf6d;
}

.btn.border.border-blue {
  color: #5babe6;
  border-color: #5babe6;
}

.btn.border.border-violet {
  color: #9c56b9;
  border-color: #9c56b9;
}

.btn.border.border-yellow {
  color: #f3c500;
  border-color: #f3c500;
}

.btn.border.border-orange {
  color: #fce206;
  border-color: #fce206;
}

.btn.border.border-red {
  color: #ea4b35;
  border-color: #ea4b35;
}

.btn.border.border-grey {
  color: #bec3c7;
  border-color: #bec3c7;
}

/* button text colors
 ------------------------------ */
.btn.text-blue {
  color: #46a3e7;
}

.btn.btn-dark {
  background-color: #101010;
  color: #727272;
}

.btn.btn-dark:hover {
  background-color: #3e3e3e;
  color: #fff;
}

.btn.btn-white {
  background-color: #fff;
  color: #242424;
}

.btn.btn-white:hover {
  background-color: #f6f6f6;
  color: #242424;
}

.btn.btn-cyan {
  background-color: #01bf9d;
  color: #fff;
}

.btn.btn-cyan:hover {
  background-color: #03b595;
  color: #fff;
}

.btn.btn-cyan-dark {
  background-color: #01a185;
  color: #fff;
}

.btn.btn-cyan-dark:hover {
  background-color: #019a7f;
  color: #fff;
}

.btn.btn-green {
  background-color: #1fcf6d;
  color: #fff;
}

.btn.btn-green:hover {
  background-color: #1bc466;
  color: #fff;
}

.btn.btn-green-dark {
  background-color: #1aaf5d;
  color: #fff;
}

.btn.btn-green-dark:hover {
  background-color: #16a456;
  color: #fff;
}

.btn.btn-blue {
  background-color: #4ea6e6;
  color: #fff;
}

.btn.btn-blue:hover {
  background-color: #479edf;
  color: #fff;
}

.btn.btn-blue-dark {
  background-color: #217fbc;
  color: #fff;
}

.btn.btn-blue-dark:hover {
  background-color: #1c78b4;
  color: #fff;
}

.btn.btn-violet {
  background-color: #9c56b9;
  color: #fff;
}

.btn.btn-violet:hover {
  background-color: #9651b3;
  color: #fff;
}

.btn.btn-violet-dark {
  background-color: #8f3fb0;
  color: #fff;
}

.btn.btn-violet-dark:hover {
  background-color: #893ba9;
  color: #fff;
}

.btn.btn-cello {
  background-color: #334960;
  color: #fff;
}

.btn.btn-cello:hover {
  background-color: #30455b;
  color: #fff;
}

.btn.btn-cello-dark {
  background-color: #2d3e52;
  color: #fff;
}

.btn.btn-cello-dark:hover {
  background-color: #28394d;
  color: #fff;
}

.btn.btn-yellow {
  background-color: #f3c500;
  color: #fff;
}

.btn.btn-yellow:hover {
  background-color: #ebbf01;
  color: #fff;
}

.btn.btn-yellow-dark {
  background-color: #f59c00;
  color: #fff;
}

.btn.btn-yellow-dark:hover {
  background-color: #ef9901;
  color: #fff;
}

.btn.btn-orange {
  background-color: #fce206;
  color: #fff;
}

.btn.btn-orange:hover {
  background-color: #e27b04;
  color: #fff;
}

.btn.btn-orange-dark {
  background-color: #d65400;
  color: #fff;
}

.btn.btn-orange-dark:hover {
  background-color: #cf5303;
  color: #fff;
}

.btn.btn-red {
  background-color: #ea4b35;
  color: #fff;
}

.btn.btn-red:hover {
  background-color: #e44630;
  color: #fff;
}

.btn.btn-red-dark {
  background-color: #c43926;
  color: #fff;
}

.btn.btn-red-dark:hover {
  background-color: #bd3522;
  color: #fff;
}

.btn.btn-grey {
  background-color: #e8ebec;
  color: #101010;
}

.btn.btn-grey:hover {
  background-color: #bd3522;
  color: #101010;
}

.btn.btn-grey-dark {
  background-color: #bec3c7;
  color: #fff;
}

.btn.btn-grey-dark:hover {
  background-color: #babfc3;
  color: #fff;
}

.btn.btn-grey-dark {
  background-color: #bec3c7;
  color: #fff;
}

.btn.btn-grey-dark:hover {
  background-color: #babfc3;
  color: #fff;
}

/* button animation 1
 ------------------------------ */
.btn.btn-3d {
  border-bottom: 5px solid rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-out 0s;
}

/* button animation 1
 ------------------------------ */
.btn.btn-anim-1 {
  overflow: hidden;
  position: relative;
}

.btn.btn-anim-1 i {
  position: absolute;
  display: block;
  height: 100%;
  left: -44px;
  line-height: 53px;
  margin: 0;
  text-align: center;
  top: 0;
  width: 40px;
  transition: all 0.3s ease-out 0s;
}

.btn.btn-anim-1 span {
  position: relative;
  display: inline-block;
  left: 0px;
  transition: all 0.3s ease-out 0s;
}

.btn:hover.btn-anim-1 i {
  left: 0px;
}

.btn:hover.btn-anim-1 span {
  left: 20px;
}

/* button animation 2
 ------------------------------ */
.btn.btn-anim-2 {
  overflow: hidden;
  position: relative;
}

.btn.btn-anim-2 i {
  position: absolute;
  display: block;
  height: 100%;
  line-height: 53px;
  margin: 0;
  text-align: center;
  top: -55px;
  left: 0px;
  width: 40px;
  transition: all 0.3s ease-out 0s;
}

.btn.btn-anim-2 span {
  position: relative;
  display: inline-block;
  left: 0px;
  transition: all 0.3s ease-out 0s;
}

.btn:hover.btn-anim-2 i {
  top: 0px;
}

.btn:hover.btn-anim-2 span {
  left: 20px;
}

/* button animation 3
 ------------------------------ */
.btn.btn-anim-3 {
  overflow: hidden;
  position: relative;
}

.btn.btn-anim-3 i {
  position: absolute;
  display: block;
  line-height: 53px;
  margin: 0;
  text-align: center;
  top: 40px;
  font-style: normal;
  transition: all 0.3s ease-out 0s;
}

.btn.btn-anim-3 span {
  position: relative;
  display: inline-block;
  top: 0px;
  transition: all 0.3s ease-out 0s;
}

.btn.btn-anim-3:hover i {
  top: 0px;
}

.btn.btn-anim-3:hover span {
  top: -40px;
}

/* button animation 4
 ------------------------------ */
.btn.btn-anim-4 {
  overflow: hidden;
  position: relative;
}

.btn.btn-anim-4 i {
  position: absolute;
  display: inline-block;
  line-height: 53px;
  left: 250px;
  top: 0px;
  text-align: center;
  font-style: normal;
  transition: all 0.3s ease-out 0s;
}

.btn.btn-anim-4 span {
  position: relative;
  display: inline-block;
  left: 0px;
  transition: all 0.3s ease-out 0s;
}

.btn.btn-anim-4:hover i {
  left: 30px;
}

.btn.btn-anim-4:hover span {
  left: -250px;
}

/* =========== call to action ============= */
.call-to-action {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  float: left;
  margin: 0 0 15px;
  padding: 25px;
  width: 100%;
}

/* =========== counter numbers ============= */
.counter.small-size {
  color: #101010;
  font-size: 34px;
}

.counter.medium-size {
  color: #101010;
  font-size: 42px;
}

.counter.large-size {
  color: #101010;
  font-size: 62px;
}

span.counter {
  margin-top: 20px;
}

/* =========== domain pricing table ============= */
.domain-pricing-table {
  width: 100%;
  padding: 20px;
  margin: 0px;
  float: left;
  background-color: #f1f1f1;
}

.domain-pricing-table .table-style-2 {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
}

.domain-pricing-table .table-style-2 table {
  width: 100%;
  border-collapse: collapse;
}

.domain-pricing-table .table-style-2 tr:nth-of-type(odd) {
  background: #f1f1f1;
}

.domain-pricing-table .table-style-2 tr:nth-of-type(even) {
  background: #fff;
}

.domain-pricing-table .table-style-2 th {
  background: #242424;
  color: #fff;
  font-weight: bold;
}

.domain-pricing-table .table-style-2 td, th {
  padding: 30px;
  /*	color: #242424;*/
  border: none;
  text-align: center;
}

/* =========== Medical timetable ============= */
.tb-medical {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
}

.tb-medical {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
}

.tb-medical table {
  width: 100%;
  border-collapse: collapse;
}

.tb-medical tr:nth-of-type(odd) {
  background: none;
}

.tb-medical tr:nth-of-type(even) {
  background: none;
}

.tb-medical th {
  background: #fff;
  color: #242424;
  font-weight: bold;
}

.tb-medical .thstyle {
  padding: 20px;
  color: #242424;
  border: 1px solid #e4e4e4;
  text-align: left;
}

.tb-medical td.color-1 {
  color: #fff;
  padding: 20px;
  border: 1px solid #2a97f3;
  background-color: #2a97f3;
}

.tb-medical td.color-2 {
  color: #fff;
  padding: 20px;
  border: 1px solid #4bc29c;
  background-color: #4bc29c;
}

.tb-medical td.color-3 {
  color: #fff;
  padding: 20px;
  border: 1px solid #bd7fdd;
  background-color: #bd7fdd;
}

.tb-medical td.color-4 {
  color: #fff;
  padding: 20px;
  border: 1px solid #f96f54;
  background-color: #f96f54;
}

.tb-medical td.color-5 {
  color: #fff;
  padding: 20px;
  border: 1px solid #7ac43d;
  background-color: #7ac43d;
}

.tb-medical td.color-6 {
  color: #fff;
  padding: 20px;
  border: 1px solid #ff67c8;
  background-color: #ff67c8;
}

/* =========== dropcaps & Highlights ============= */
.dropcap {
  float: left;
  color: #101010;
  font-size: 50px;
  line-height: 0.5;
  padding: 20px;
  margin: 7px 15px 0 0;
}

.dropcap.small {
  float: left;
  color: #101010;
  font-size: 20px;
  line-height: 0.5;
  padding: 10px;
  margin: 7px 15px 0 0;
}

.dropcap.dropcap-color-1 {
  color: #fff;
  background-color: #fce206;
}

.dropcap.dropcap-dark {
  color: #fff;
  background-color: #101010;
}

.dropcap.dropcap-light {
  color: #101010;
  background-color: #f5f5f5;
}

.dropcap.dropcap-round {
  border-radius: 100%;
}

.text-highlight {
  padding: 3px;
}

.text-highlight.red {
  color: #fff;
  background-color: #f75636;
}

.text-highlight.red {
  color: #fff;
  background-color: #f75636;
}

.text-highlight.cyan {
  color: #fff;
  background-color: #1aaf5d;
}

.text-highlight.blue {
  color: #fff;
  background-color: #329fef;
}

.text-highlight.violet {
  color: #fff;
  background-color: #9c56b9;
}

.text-highlight.cello {
  color: #fff;
  background-color: #37516d;
}

.text-highlight.yellow {
  color: #fff;
  background-color: #f3c500;
}

.text-highlight.grey {
  color: #fff;
  background-color: #e8ebec;
}

/* =========== Responsive Classes ============= */
.divider {
  color: #727272;
  line-height: 20px;
  margin: 30px auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.divider::before, .divider::after {
  width: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 0 0 -100%;
  vertical-align: top;
  border-bottom: 1px solid #e4e4e4;
}

.divider::after, .divider::after {
  margin: 0 -100% 0 0;
}

.divider.divider-left i, .divider.divider-left i {
  float: left;
  margin: 0 38px 0 0;
}

.divider.divider-right i, .divider.divider-right i {
  float: right;
  margin: 0 0 0 38px;
}

.divider-line.dobble {
  width: 100%;
  height: 4px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.divider-line.dotted {
  width: 100%;
  height: 2px;
  border-top: 1px dotted;
}

.divider-line.border-shorter {
  width: 40%;
  height: 1px;
  margin: 0 30% 0 30%;
  border-top: 1px solid;
}

.divider-line.border-medium {
  width: 70%;
  height: 1px;
  margin: 0 15% 0 15%;
  border-top: 1px solid;
}

.divider-line.border-dark {
  border-color: #101010;
}

.divider-line.border-light {
  border-color: #e4e4e4;
}

.divider-line.border-red {
  border-color: #ee4d37;
}

.divider-line.border-blue {
  border-color: #49a6ea;
}

.divider-line.border-cyan {
  border-color: #1fcf6d;
}

.divider-line.border-violet {
  border-color: #9c56b9;
}

/* =========== forms ============= */
.form-body {
  width: 100%;
  padding: 40px;
  float: left;
}

.form-body.bg-light {
  background-color: #fff;
}

.form-body.bg-light {
  background-color: #f5f5f5;
}

.form-body.bg-dark {
  background-color: #101010;
}

.form-body.border-light {
  border: 1px solid #e9e9e9;
}

.form-body.border-dark {
  border: 1px solid #101010;
}

.input-1 {
  background-color: #fff;
  border: 1px solid #ebebeb;
  color: #101010;
  float: left;
  height: 45px;
  margin-bottom: 15px;
  padding: 8px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.input-1:focus {
  border: 1px solid #fce206;
  outline: medium none !important;
  transition: all 0.3s ease-out 0s;
}

.lable-text {
  color: #101010;
}

.textaria-1 {
  background-color: #fff;
  border: 1px solid #ebebeb;
  color: #101010;
  float: left;
  height: 250px;
  margin-bottom: 15px;
  padding: 8px;
  /*	resize: none;*/
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.textaria-1:focus {
  border: 1px solid #fce206;
  outline: medium none !important;
  transition: all 0.3s ease-out 0s;
}

.form-body.bg-dark .lable-text {
  color: #fff;
}

/* =========== check boxes and selects ============= */
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  padding: 30px;
  width: 100%;
  margin: 10px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ccc;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control:hover input:not([disabled]):checked ~ .control__indicator.cyan,
.control input:checked:focus ~ .control__indicator.cyan {
  background: #1fcf6d;
}

.control input:checked ~ .control__indicator.cyan {
  background: #1fcf6d;
}

.control:hover input:not([disabled]):checked ~ .control__indicator.violet,
.control input:checked:focus ~ .control__indicator.violet {
  background: #9c56b9;
}

.control input:checked ~ .control__indicator.violet {
  background: #9c56b9;
}

.control:hover input:not([disabled]):checked ~ .control__indicator.blue,
.control input:checked:focus ~ .control__indicator.blue {
  background: #3ea3ec;
}

.control input:checked ~ .control__indicator.blue {
  background: #3ea3ec;
}

.control:hover input:not([disabled]):checked ~ .control__indicator.red,
.control input:checked:focus ~ .control__indicator.red {
  background: #f24028;
}

.control input:checked ~ .control__indicator.red {
  background: #f24028;
}

.control:hover input:not([disabled]):checked ~ .control__indicator.dark,
.control input:checked:focus ~ .control__indicator.dark {
  background: #101010;
}

.control input:checked ~ .control__indicator.dark {
  background: #101010;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.select-box {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.select-box select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-box select::-ms-expand {
  display: none;
}

.select-box select:hover,
.select-box select:focus {
  color: #000;
  background: #ccc;
}

.select-box select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select-box select:hover ~ .select__arrow,
.select-box select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select-box select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

.select-box-2 select {
  width: 100%;
  height: 40px;
}

/* =========== Heading titles ============= */
.title-line-3 {
  background-color: #fce206;
  height: 2px;
  margin: 0 auto 20px;
  width: 50px;
}

.title-line-3.align-left {
  margin: 0 auto 20px 0;
  width: 50px;
}

.title-line-3.dark, .title-line-3.dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.title-line-3.less-mar {
  margin: 5px auto 10px;
}

.title-line-4 {
  background-color: #fff;
  height: 2px;
  margin: 0 auto 20px;
  width: 20px;
}

/* button animation 1
 ------------------------------ */
.title-line-4 {
  border-bottom: 1px solid #eaeaec;
  height: 2px;
  margin: 4px auto 0;
  width: 125px;
}

.title-line-4 {
  border-bottom: 1px solid #eaeaec;
  height: 2px;
  margin: 10px auto 0;
  width: 180px;
}

.title-line-4.align-left {
  margin: 4px auto 0 0;
  width: 125px;
}

.title-line-4.align-left {
  margin: 10px auto 0 0;
  width: 160px;
}

.title-line-4.dark, .title-line-4.dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.title-line-5 {
  background-color: #fff;
  height: 2px;
  margin: 0 auto 20px;
  width: 40px;
}

.title-line-5.dark {
  background-color: #101010;
}

/* full width border lines
 ------------------------------ */
.title-line-full {
  height: 4px;
  margin: 0;
  width: 100%;
}

.title-line-full.border-dark {
  border-bottom: 2px solid #101010;
}

.title-line-full.border-orange {
  border-bottom: 2px solid #ffa421;
}

.title-line-full.border-green {
  border-bottom: 2px solid #42bc79;
}

/* heading title color borders
 ------------------------------ */
.heading-title {
  position: relative;
  margin: 0px;
}

.heading-title h1, .heading-title h2, .heading-title h3, .heading-title h4, .heading-title h5, .heading-title h6 {
  position: relative;
  display: inline-block;
  margin: -8px 0 0 0;
  padding: 0 15px 0 15px;
  background-color: #fff;
}

.heading-title::before, heading-title::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 0;
  left: 0;
  right: 0;
  top: 40%;
}

.heading-title.border-1x::before, heading-title.border-1x::before {
  border-top: 1px solid;
}

.heading-title.border-2x::before, heading-title.border-2x::before {
  border-top: 2px solid;
}

.heading-title.border-3x::before, heading-title.border-2x::before {
  border-top: 3px solid;
}

.heading-title.border-4x::before, heading-title.border-2x::before {
  border-top: 4px solid;
}

.heading-title.border-5x::before, heading-title.border-2x::before {
  border-top: 5px solid;
}

.heading-title.border-6x::before, heading-title.border-2x::before {
  border-top: 6px solid;
}

.heading-title.border-cyan::before, heading-title.border-cyan::before {
  border-top-color: #1fcf6d;
}

.heading-title.border-orange::before, heading-title.border-orange::before {
  border-top-color: #f58a00;
}

.heading-title.border-blue::before, heading-title.border-blue::before {
  border-top-color: #47a8ef;
}

.heading-title.border-red::before, heading-title.border-red::before {
  border-top-color: #f1442c;
}

.heading-title.border-violet::before, heading-title.border-violet::before {
  border-top-color: #9c56b9;
}

.heading-title.border-yellow::before, heading-title.border-yellow::before {
  border-top-color: #f3c500;
}

.heading-title.border-dark::before, heading-title.border-dark::before {
  border-top-color: #101010;
}

.heading-title-center {
  text-align: center;
}

.heading-title-right {
  text-align: right;
}

/* =========== icon boxes ============= */
.feature-box7 {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 40px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.feature-box7 span {
  color: #242424;
  font-size: 40px;
}

.feature-box7:hover .btn, .feature-box7.active .btn {
  color: #fff;
}

.feature-box7:hover, .feature-box7.active {
  background-color: #fd602c;
  color: #fff;
}

.feature-box7:hover span, .feature-box7:hover h4, .feature-box7.active span, .feature-box7.active h4 {
  color: #fff;
}

.feature-box7:hover h4, .feature-box7.active h4 {
  color: #fff;
}

.iconbox-dxlarge.outline-cyan, .iconbox-dxlarge-2.outline-cyan, .iconbox-xlarge.outline-cyan, .iconbox-large.outline-cyan, .iconbox-xmedium.outline-cyan, .iconbox-medium.outline-cyan, .iconbox-smedium.outline-cyan, .iconbox-small.outline-cyan, .iconbox-tiny.outline-cyan, .iconbox-xtiny.outline-cyan {
  color: #1fcf6d;
  background-color: none;
  border: 1px solid #1fcf6d;
}

.iconbox-dxlarge.outline-orange, .iconbox-dxlarge-2.outline-orange, .iconbox-xlarge.outline-orange, .iconbox-large.outline-orange, .iconbox-xmedium.outline-orange, .iconbox-medium.outline-orange, .iconbox-smedium.outline-orange, .iconbox-small.outline-orange, .iconbox-tiny.outline-orange, .iconbox-xtiny.outline-orange {
  color: #f59c00;
  background-color: none;
  border: 1px solid #f59c00;
}

.iconbox-dxlarge.outline-blue, .iconbox-dxlarge-2.outline-blue, .iconbox-xlarge.outline-blue, .iconbox-large.outline-blue, .iconbox-xmedium.outline-blue, .iconbox-medium.outline-blue, .iconbox-smedium.outline-blue, .iconbox-small.outline-blue, .iconbox-tiny.outline-blue, .iconbox-xtiny.outline-blue {
  color: #4cb9f1;
  background-color: none;
  border: 1px solid #4cb9f1;
}

.iconbox-dxlarge.outline-violet, .iconbox-dxlarge-2.outline-violet, .iconbox-xlarge.outline-violet, .iconbox-large.outline-violet, .iconbox-xmedium.outline-violet, .iconbox-medium.outline-violet, .iconbox-smedium.outline-violet, .iconbox-small.outline-violet, .iconbox-tiny.outline-violet, .iconbox-xtiny.outline-violet {
  color: #9c56b9;
  background-color: none;
  border: 1px solid #9c56b9;
}

.iconbox-dxlarge.outline-yellow, .iconbox-dxlarge-2.outline-yellow, .iconbox-xlarge.outline-yellow, .iconbox-large.outline-yellow, .iconbox-xmedium.outline-yellow, .iconbox-medium.outline-yellow, .iconbox-smedium.outline-yellow, .iconbox-small.outline-yellow, .iconbox-tiny.outline-yellow, .iconbox-xtiny.outline-yellow {
  color: #f3c500;
  background-color: none;
  border: 1px solid #f3c500;
}

.iconbox-dxlarge.outline-red, .iconbox-xlarge.outline-red, .iconbox-large.outline-red, .iconbox-xmedium.outline-red, .iconbox-medium.outline-red, .iconbox-smedium.outline-red, .iconbox-small.outline-red, .iconbox-tiny.outline-red, .iconbox-xtiny.outline-red {
  color: #ef4932;
  background-color: none;
  border: 1px solid #ef4932;
}

/* icon boxes background color
 ------------------------------ */
.iconbox-dxlarge.bg-cyan, .iconbox-xlarge.bg-cyan, .iconbox-large.bg-cyan, .iconbox-xmedium.bg-cyan, .iconbox-medium.bg-cyan, .iconbox-smedium.bg-cyan, .iconbox-small.bg-cyan, .iconbox-tiny.bg-cyan, .iconbox-xtiny.bg-cyan {
  color: #fff;
  background-color: #1fcf6d;
}

.iconbox-dxlarge.bg-red, .iconbox-xlarge.bg-red, .iconbox-large.bg-red, .iconbox-xmedium.bg-red, .iconbox-medium.bg-red, .iconbox-smedium.bg-red, .iconbox-small.bg-red, .iconbox-tiny.bg-red, .iconbox-xtiny.bg-red {
  color: #fff;
  background-color: #ed4a33;
}

.iconbox-dxlarge.bg-orange, .iconbox-xlarge.bg-orange, .iconbox-large.bg-orange, .iconbox-xmedium.bg-orange, .iconbox-medium.bg-orange, .iconbox-smedium.bg-orange, .iconbox-small.bg-orange, .iconbox-tiny.bg-orange, .iconbox-xtiny.bg-orange {
  color: #fff;
  background-color: #fda306;
}

.iconbox-dxlarge.bg-blue, .iconbox-xlarge.bg-blue, .iconbox-large.bg-blue, .iconbox-xmedium.bg-blue, .iconbox-medium.bg-blue, .iconbox-smedium.bg-blue, .iconbox-small.bg-blue, .iconbox-tiny.bg-blue, .iconbox-xtiny.bg-blue {
  color: #fff;
  background-color: #49a8ee;
}

.iconbox-dxlarge.bg-yellow, .iconbox-xlarge.bg-yellow, .iconbox-large.bg-yellow, .iconbox-xmedium.bg-yellow, .iconbox-medium.bg-yellow, .iconbox-smedium.bg-yellow, .iconbox-small.bg-yellow, .iconbox-tiny.bg-yellow, .iconbox-xtiny.bg-yellow {
  color: #fff;
  background-color: #f3c500;
}

.iconbox-dxlarge.bg-violet, .iconbox-xlarge.bg-violet, .iconbox-large.bg-violet, .iconbox-xmedium.bg-violet, .iconbox-medium.bg-violet, .iconbox-smedium.bg-violet, .iconbox-small.bg-violet, .iconbox-tiny.bg-violet, .iconbox-xtiny.bg-violet {
  color: #fff;
  background-color: #9c56b9;
}

/* =========== countdowns ============= */
.countdown_holder {
  width: 100%;
  padding: 0px;
  text-align: center;
  margin: 0 auto;
}

div#clock {
  color: white;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding: 0 0 0 0;
  text-align: center;
}

div#clock p {
  border: 1px solid #fff;
  padding: 20px 20px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}

div#clock p b {
  font-weight: normal;
  text-transform: uppercase;
}

div#clock p span {
  display: block;
  font-size: 50px;
  font-weight: bold;
  padding: 5px 0 20px 0;
}

div#clock div.space {
  color: #ccc;
  display: block;
  line-height: 1.7em;
  font-size: 50px;
  float: left;
  height: 88px;
  width: 30px;
}

/* clock 2
 ------------------------------ */
div#clock2 {
  color: white;
  margin: 0;
  width: 100%;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

div#clock2 p {
  color: #161616;
  padding: 40px 20px;
  margin-right: 10px;
  border: 1px solid #101010;
  display: inline-block;
  text-align: center;
}

div#clock2 p b {
  color: #fce206;
  font-weight: normal;
  text-transform: uppercase;
}

div#clock2 p span {
  display: block;
  font-size: 80px;
  font-weight: bold;
  padding: 5px 0 20px 0;
}

div#clock2 div.space {
  color: #ccc;
  display: block;
  line-height: 1.7em;
  font-size: 50px;
  float: left;
  height: 88px;
  width: 30px;
}

/* clock 3
 ------------------------------ */
div#clock3 {
  color: white;
  margin: 0;
  width: 100%;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

div#clock3 p {
  background: #101010;
  color: #fff;
  padding: 40px 20px;
  margin-right: 10px;
  border: 1px solid #101010;
  display: inline-block;
  text-align: center;
}

div#clock3 p b {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding-top: 10px;
  text-transform: uppercase;
}

div#clock3 p span {
  display: block;
  font-size: 80px;
  font-weight: bold;
  border-bottom: 1px solid #4e4e4e;
  padding: 5px 0 40px 0;
}

div#clock3 div.space {
  color: #ccc;
  display: block;
  line-height: 1.7em;
  font-size: 50px;
  float: left;
  height: 88px;
  width: 30px;
}

/* clock 4 with circle 
------------------------------ */
div#clock4 {
  color: white;
  margin: 0;
  width: 100%;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

div#clock4 p {
  width: 150px;
  height: 150px;
  color: #161616;
  margin-right: 10px;
  border-radius: 100%;
  padding: 40px 0 0 0;
  border: 1px solid #101010;
  display: inline-block;
  text-align: center;
}

div#clock4 p b {
  color: #fce206;
  font-weight: normal;
  text-transform: uppercase;
}

div#clock4 p span {
  display: block;
  font-size: 50px;
  font-weight: bold;
  padding: 5px 0 20px 0;
}

div#clock4 div.space {
  color: #ccc;
  display: block;
  line-height: 1.7em;
  font-size: 50px;
  float: left;
  height: 88px;
  width: 30px;
}

/* small clock 5
 ------------------------------ */
div#clock5 {
  color: white;
  margin: 0;
  width: 100%;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

div#clock5 p {
  color: #161616;
  padding: 20px 20px;
  margin-right: 10px;
  border: 1px solid #101010;
  display: inline-block;
  text-align: center;
}

div#clock5 p b {
  color: #fce206;
  font-weight: normal;
  text-transform: uppercase;
}

div#clock5 p span {
  display: block;
  font-size: 40px;
  font-weight: bold;
  padding: 5px 0 20px 0;
}

div#clock5 div.space {
  color: #ccc;
  display: block;
  line-height: 1.7em;
  font-size: 50px;
  float: left;
  height: 88px;
  width: 30px;
}

/* clock 6
 ------------------------------ */
div#clock6 {
  color: white;
  margin: 0;
  width: 100%;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

div#clock6 p {
  background: #101010;
  color: #fff;
  padding: 20px 20px;
  margin-right: 10px;
  border: 1px solid #101010;
  display: inline-block;
  text-align: center;
}

div#clock6 p b {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding-top: 5px;
  text-transform: uppercase;
}

div#clock6 p span {
  display: block;
  font-size: 40px;
  font-weight: bold;
  border-bottom: 1px solid #4e4e4e;
  padding: 5px 0 20px 0;
}

div#clock6 div.space {
  color: #ccc;
  display: block;
  line-height: 1.7em;
  font-size: 50px;
  float: left;
  height: 88px;
  width: 30px;
}

/* clock 7 small box
 ------------------------------ */
div#clock7 {
  color: white;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding: 0 0 0 0;
  text-align: center;
}

div#clock7 p {
  border: 1px solid #fff;
  padding: 10px 10px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}

div#clock7 p b {
  font-weight: normal;
  text-transform: uppercase;
}

div#clock7 p span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding: 5px 0 10px 0;
}

div#clock7 div.space {
  color: #ccc;
  display: block;
  line-height: 1.7em;
  font-size: 50px;
  float: left;
  height: 88px;
  width: 30px;
}

/* clock 8 with circle 
------------------------------ */
div#clock8 {
  color: white;
  margin: 0;
  width: 100%;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

div#clock8 p {
  width: 120px;
  height: 120px;
  color: #161616;
  margin-right: 10px;
  border-radius: 100%;
  padding: 30px 0 0 0;
  border: 1px solid #101010;
  display: inline-block;
  text-align: center;
}

div#clock8 p b {
  color: #fce206;
  font-weight: normal;
  text-transform: uppercase;
}

div#clock8 p span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding: 5px 0 0 0;
}

div#clock8 div.space {
  color: #ccc;
  display: block;
  line-height: 1.7em;
  font-size: 50px;
  float: left;
  height: 88px;
  width: 30px;
}

 /*===============================================
-------------------------------------------------
	lists
-------------------------------------------------
================================================*/
/* icon list style 1
 ------------------------------ */
.icons-list-1 {
  width: 100%;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  float: left;
}

.icons-list-1 .icon {
  padding: 0px;
  float: left;
  text-align: center;
}

.icons-list-1 .icon.icon-circle {
  border-radius: 100%;
}

.icons-list-1 .text {
  padding: 5px 0 0 42px;
  margin: 0px;
  display: block;
}

/* icon sizes
 ------------------------------ */
.icons-list-1.icon-tiny .icon {
  width: 24px;
  height: 24px;
  font-size: 12px;
  margin: 0px 10px 0px 0px;
  line-height: 24px;
  color: #fff;
  background-color: #fc4242;
}

.icons-list-1.icon-tiny .text {
  padding: 0 0 0 36px;
}

.icons-list-1.icon-small .icon {
  width: 32px;
  height: 32px;
  margin: 0px 10px 0px 0px;
  line-height: 32px;
  color: #fff;
  background-color: #fc4242;
}

.icons-list-1.icon-medium .icon {
  width: 48px;
  height: 48px;
  font-size: 20px;
  margin: 0px 10px 0px 0px;
  line-height: 43px;
  color: #fff;
  background-color: #fc4242;
}

.icons-list-1.icon-medium .text {
  padding: 0 0 0 62px;
}

.icons-list-1.icon-xmedium .icon {
  width: 64px;
  height: 64px;
  font-size: 28px;
  margin: 0px 10px 0px 0px;
  line-height: 62px;
  color: #fff;
  background-color: #fc4242;
}

.icons-list-1.icon-xmedium .text {
  padding: 9px 0 0 62px;
}

.icons-list-1.icon-large .icon {
  width: 96px;
  height: 96px;
  font-size: 36px;
  margin: 0px 10px 0px 0px;
  line-height: 93px;
  color: #fff;
  background-color: #fc4242;
}

.icons-list-1.icon-large .text {
  padding: 17px 0 0 117px;
}

.icons-list-1.icon-xlarge .icon {
  width: 106px;
  height: 106px;
  font-size: 36px;
  margin: 0px 10px 0px 0px;
  line-height: 93px;
  color: #fff;
  background-color: #fc4242;
}

.icons-list-1.icon-xlarge .text {
  padding: 17px 0 0 117px;
}

.icons-list-1.icon-dlarge .icon {
  width: 116px;
  height: 116px;
  font-size: 36px;
  margin: 0px 10px 0px 0px;
  line-height: 93px;
  color: #fff;
  background-color: #fc4242;
}

.icons-list-1.icon-dlarge .text {
  padding: 17px 0 0 117px;
}

/* icon colors
 ------------------------------ */
.icons-list-1 .icon.icon-red {
  color: #fff;
  background-color: #fc4242;
}

.icons-list-1 .icon.icon-orange {
  color: #fff;
  background-color: #ff881e;
}

.icons-list-1 .icon.icon-blue {
  color: #fff;
  background-color: #2f92ee;
}

.icons-list-1 .icon.icon-violet {
  color: #fff;
  background-color: #b659fe;
}

.icons-list-1 .icon.icon-green {
  color: #fff;
  background-color: #3fc35f;
}

.icons-list-1 .icon.icon-dark {
  color: #fff;
  background-color: #101010;
}

.icons-list-1 .icon.icon-grey {
  color: #101010;
  background-color: #f5f5f5;
}

/* icon border colors
 ------------------------------ */
.icons-list-1 .icon.icon-border-red {
  color: #fc4242;
  border: 1px solid #fc4242;
  background-color: transparent;
}

.icons-list-1 .icon.icon-border-orange {
  color: #ff881e;
  border: 1px solid #ff881e;
  background-color: transparent;
}

.icons-list-1 .icon.icon-border-blue {
  color: #2f92ee;
  border: 1px solid #2f92ee;
  background-color: transparent;
}

.icons-list-1 .icon.icon-border-violet {
  color: #b659fe;
  border: 1px solid #b659fe;
  background-color: transparent;
}

.icons-list-1 .icon.icon-border-green {
  color: #3fc35f;
  border: 1px solid #3fc35f;
  background-color: transparent;
}

.icons-list-1 .icon.icon-border-dark {
  color: #101010;
  border: 1px solid #101010;
  background-color: transparent;
}

.icons-list-1 .icon.icon-border-grey {
  color: #101010;
  border: 1px solid #e4e4e4;
  background-color: transparent;
}

/* icon list border
 ------------------------------ */
.icons-list-1.border-bottom {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e4e4e4;
}

/* =========== list styles ============= */
/* order list
 ------------------------------ */
ol.list-1 {
  list-style-type: none;
  margin: 0;
  margin-left: 18px;
  padding: 0;
  counter-reset: li-counter;
}

ol.list-1 li {
  position: relative;
  margin: 0px;
  padding: 3px 0 0 30px;
  min-height: 3em;
  list-style-type: none;
}

ol.list-1 li:before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 28px;
  height: 28px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #101010;
  content: counter(li-counter);
  counter-increment: li-counter;
}

ol.list-1.border-dark li:before {
  color: #101010;
  background-color: #fff;
  border: 1px solid #101010;
}

ol.list-1.border-light li:before {
  color: #101010;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}

ol.list-1.border-green li:before {
  color: #1fcf6d;
  background-color: transparent;
  border: 1px solid #1fcf6d;
}

ol.list-1.border-orange li:before {
  color: #ff881e;
  background-color: #fff;
  border: 1px solid #ff881e;
}

ol.list-1.border-red li:before {
  color: #fc4242;
  background-color: transparent;
  border: 1px solid #fc4242;
}

ol.list-1.border-blue li:before {
  color: #2f92ee;
  background-color: transparent;
  border: 1px solid #2f92ee;
}

ol.list-1.border-violet li:before {
  color: #b659fe;
  background-color: transparent;
  border: 1px solid #b659fe;
}

/* list 2
 ------------------------------ */
ul.list-2 {
  width: 100%;
  padding-left: 0px;
}

ul.list-2 li {
  display: inline-block;
  padding: 15px;
  margin-bottom: 10px;
}

ul.list-2.bg-white li {
  background-color: #fff;
}

ul.list-2.bg-light li {
  background-color: #f5f5f5;
}

ul.list-2.bg-dark li {
  background-color: #101010;
}

ul.list-2.bg-dark li .title {
  color: #fff;
}

ul.list-2.bg-green li {
  background-color: #1fcf6d;
}

ul.list-2.bg-orange li {
  background-color: #ff881e;
}

ul.list-2.bg-green li p, .list-2.bg-orange li p,
.list-2.bg-green li .title, .list-2.bg-orange li .title {
  color: #fff;
}

/* list 3
 ------------------------------ */
ul.list-3 {
  width: 100%;
  padding-left: 0px;
}

.list-3 li {
  display: inline-block;
  margin-bottom: 3px;
}

.list-3 .icon {
  border: 1px solid #06d0d8;
  color: #06d0d8;
  float: left;
  font-size: 12px;
  height: 18px;
  line-height: 15px;
  margin: 3px 0 0;
  padding: 0;
  text-align: center;
  width: 18px;
}

.list-3.icon-circle .icon {
  border-radius: 100%;
}

.list-3 .text {
  display: block;
  margin: 0;
  padding: 0 0 0 28px;
}

.list-3.icon-green .icon {
  border: 1px solid #1fcf6d;
  background-color: #1fcf6d;
  color: #fff;
}

.list-3.icon-red .icon {
  border: 1px solid #fc4242;
  background-color: #fc4242;
  color: #fff;
}

/* =========== gmaps holder ============= */
/* order list
 ------------------------------ */
.gmaps-holder {
  width: 100%;
  padding: 15px;
  border: 1px solid #e4e4e4;
}

.gmaps-holder.noborder {
  border: none;
}

.gmaps-holder.bg-white {
  background-color: #fff;
}

.gmaps-holder-2 {
  width: 100%;
}

.gmaps-holder-2 .map {
  height: 500px;
  border: none;
}

/* =========== Parallax ============= */
.parallax-1 {
  width: 100%;
  float: left;
  text-align: center;
  background: url(../images/shortcodes/47.jpg);
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-position: center;
  z-index: 1;
}

.parallax-overlay {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.parallax-1 {
  background: rgba(0, 0, 0, 0) url("../images/shortcodes/47.jpg") no-repeat fixed 50% 0;
}

.parallax-2 {
  background: rgba(0, 0, 0, 0) url("../images/shortcodes/61.jpg") no-repeat fixed 50% 0;
}

.parallax-3 {
  background: rgba(0, 0, 0, 0) url("../images/shortcodes/63.jpg") no-repeat fixed 50% 0;
}

.parallax-4 {
  background: rgba(0, 0, 0, 0) url("../images/shortcodes/62.jpg") no-repeat fixed 50% 0;
}

.parallax-5 {
  background: url(../images/shortcodes/64.jpg) 50% 0 no-repeat fixed;
}

.parallax-6 {
  background: url(../images/shortcodes/65.jpg) 50% 0 no-repeat fixed;
}

.parallax-7 {
  background: url(../images/shortcodes/60.jpg) 50% 0 no-repeat fixed;
}

.parallax-8 {
  background: url(../images/shortcodes/60.jpg) 50% 0 no-repeat fixed;
}

 /*===============================================
-------------------------------------------------
	image styles
-------------------------------------------------
================================================*/
/* image rounded
 ------------------------------ */
.img-rounded {
  border-radius: 8px;
}

.img-circle {
  border-radius: 50%;
}

/* image thumnail
 ------------------------------ */
.img-thubnail {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
}

a.img-thumbnail-link {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  transition: 0.3s;
}

a.img-thumbnail-link:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

/* image cards
 ------------------------------ */
.polaroid {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

.polaroid .text {
  text-align: center;
  padding: 30px 20px;
}

/* =========== modal boxes ============= */
/* =========== pagenation ============= */
.pagination {
  border-radius: 4px;
  display: inline-block;
  margin: 20px 0;
  padding-left: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  color: #101010;
  float: left;
  line-height: 20px;
  margin-left: -1px;
  padding: 10px 15px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* pagenation style 1
 ------------------------------ */
.pagination.style-1 > li > a {
  border-radius: 100%;
  margin-left: 0px;
  margin-right: 5px;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  line-height: 37px;
}

/* pagenation style 2
 ------------------------------ */
.pagination.style-2 > li > a {
  border-radius: 100%;
  margin-left: 0px;
  margin-right: 5px;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  line-height: 37px;
}

.pagination.style-2 > li > a:hover, .pagination.style-2 > li > span:hover,
.pagination.style-2 > li > a.active {
  background-color: #fc4242;
  border-color: #fc4242;
  color: #fff;
}

.pagination.style-2 > li:first-child > a, .pagination.style-2 > li:last-child > a {
  background: none;
  border: none;
  color: #101010;
}

.pagination.style-2 > li:first-child > a:hover, .pagination.style-2 > li:last-child > a:hover {
  color: #fc4242;
}

/* pagenation style 3
 ------------------------------ */
.pagination.style-3 > li > a {
  margin-left: 0px;
  margin-right: 5px;
}

/* pagenation style 4
 ------------------------------ */
.pagination.style-4 > li > a, .pagination.style-4 > li > span {
  color: #fff;
  float: left;
  line-height: 20px;
  margin-left: -1px;
  padding: 10px 15px;
  text-decoration: none;
  background-color: #101010;
  border: 1px solid #727272;
}

/* pagenation style 5
 ------------------------------ */
.pagination.pgn-dark > li > a {
  color: #fff;
  border: 1px solid #101010;
  background-color: #101010;
}

.pagination.pgn-light > li > a {
  color: #101010;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

.pagination.pgn-green > li > a {
  color: #fff;
  border: 1px solid #3fc35f;
  background-color: #3fc35f;
}

/* pagenation pager
 ------------------------------ */
.pager {
  margin: 24px 0;
  padding-left: 0;
  text-align: center;
}

.pager li a {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}

.pager li a:hover {
  background-color: #e4e4e4;
  text-decoration: none;
}

.pager .previous a, .pager .previous {
  float: left;
}

/* pagenation sizes
 ------------------------------ */
.pagination.pagenation-lg li a {
  line-height: 20px;
  margin-left: -1px;
  padding: 20px 25px;
}

.pagination.pagenation-md li a {
  line-height: 20px;
  margin-left: -1px;
  padding: 15px 20px;
}

.pagination.pagenation-sm li a {
  line-height: 20px;
  margin-left: -1px;
  padding: 8px 13px;
}

.pagination.pagenation-tn li a {
  line-height: 20px;
  margin-left: -1px;
  padding: 5px 10px;
}

/* pagenation hover colors
 ------------------------------ */
.pagination.hover-red > li > a:hover, .pagination.hover-red > li > span:hover,
.pagination.hover-red > li > a.active {
  color: #fff;
  border-color: #fc4242;
  background-color: #fc4242;
}

.pagination.hover-green > li > a:hover, .pagination.hover-green > li > span:hover,
.pagination.hover-green > li > a.active {
  color: #fff;
  border-color: #3fc35f;
  background-color: #3fc35f;
}

.pagination.hover-blue > li > a:hover, .pagination.hover-blue > li > span:hover,
.pagination.hover-blue > li > a.active {
  color: #fff;
  border-color: #4eb0fc;
  background-color: #4eb0fc;
}

.pagination.hover-violet > li > a:hover, .pagination.hover-violet > li > span:hover,
.pagination.hover-violet > li > a.active {
  color: #fff;
  border-color: #b659fe;
  background-color: #b659fe;
}

.pagination.hover-orange > li > a:hover, .pagination.hover-orange > li > span:hover,
.pagination.hover-orange > li > a.active {
  color: #fff;
  border-color: #ffa81e;
  background-color: #ffa81e;
}

.pagination.hover-dark > li > a:hover, .pagination.hover-dark > li > span:hover,
.pagination.hover-dark > li > a.active {
  color: #fff;
  border-color: #101010;
  background-color: #101010;
}

/* =========== pricing-tables ============= */
/* price table 1
 ------------------------------ */
.pricing-table-1 {
  background-color: #f5f5f5;
  float: left;
  padding: 20px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.pricing-table-1 .inner-box {
  border: 1px solid #e9e9e9;
  float: left;
  padding: 40px;
  width: 100%;
}

.pricing-table-1 .inner-box .price-circle {
  background-color: #fff;
  border-radius: 100%;
  height: 130px;
  margin: 0 auto;
  padding: 38px 0 0;
  transition: all 0.3s ease-out 0s;
  width: 130px;
}

.pricing-table-1 .inner-box .price-circle .price {
  color: #242424;
  font-size: 28px;
  font-weight: 700;
  padding: 8px 0 0;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}

.pricing-table-1 .inner-box .price-circle .price i {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.pricing-table-1 .inner-box .price-circle .price sup {
  font-size: 18px;
  font-style: normal;
}

.pricing-table-1 ul.plan_features {
  float: left;
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.pricing-table-1 ul.plan_features li {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0;
  transition: all 0.3s ease-out 0s;
}

.pricing-table-1 ul.plan_features li:last-child {
  border-bottom: medium none;
}

.pricing-table-1:hover, .pricing-table-1.active {
  background-color: #101010;
}

.pricing-table-1:hover .inner-box, .pricing-table-1.active .inner-box {
  border: 1px solid #272727;
}

.pricing-table-1:hover ul.plan_features li, .pricing-table-1.active ul.plan_features li {
  border-bottom: 1px solid #272727;
}

.pricing-table-1:hover ul.plan_features li:last-child, .pricing-table-1.active ul.plan_features li:last-child {
  border-bottom: medium none;
}

.pricing-table-1:hover a.btn.btn-dark-3, .pricing-table-1.active a.btn.btn-dark-3 {
  background-color: #fce206;
  color: #fff;
}

.pricing-table-1:hover .title, .pricing-table-1.active .title {
  color: #fff;
}

.pricing-table-1:hover .inner-box .price-circle .price, .pricing-table-1.active .inner-box .price-circle .price {
  color: #fce206;
}

.pricing-table-1:hover .inner-box .price-circle, .pricing-table-1.active .inner-box .price-circle {
  color: #fce206;
}

/* price table 2
 ------------------------------ */
.pricing-table-2 {
  background-color: #fff;
  float: left;
  padding: 20px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.pricing-table-2 .inner-box {
  border: 1px solid #101010;
  float: left;
  padding: 40px;
  width: 100%;
}

.pricing-table-2 .inner-box .price-circle {
  background-color: #fff;
  border: 3px solid #f5f5f5;
  border-radius: 100%;
  height: 130px;
  margin: 0 auto;
  padding: 38px 0 0;
  transition: all 0.3s ease-out 0s;
  width: 130px;
}

.pricing-table-2 .inner-box .price-circle .price {
  color: #242424;
  font-size: 28px;
  font-weight: 700;
  padding: 8px 0 0;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}

.pricing-table-2 .inner-box .price-circle .price i {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.pricing-table-2 .inner-box .price-circle .price sup {
  font-size: 18px;
  font-style: normal;
}

.pricing-table-2 ul.plan_features {
  float: left;
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.pricing-table-2 ul.plan_features li {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0;
  transition: all 0.3s ease-out 0s;
}

.pricing-table-2 ul.plan_features li:last-child {
  border-bottom: medium none;
}

.pricing-table-2:hover .inner-box, .pricing-table-2.active .inner-box {
  border: 1px solid #fce206;
}

.pricing-table-2:hover .inner-box .price-circle, .pricing-table-2.active .inner-box .price-circle {
  border: 3px solid #fce206;
}

.pricing-table-2:hover .inner-box .price-circle .price, .pricing-table-2.active .inner-box .price-circle .price {
  color: #fce206;
}

.pricing-table-2:hover .inner-box .price-circle, .pricing-table-2.active .inner-box .price-circle {
  color: #fce206;
}

.pricing-table-2:hover .inner-box .btn.btn-dark-3, .pricing-table-2.active .inner-box .btn.btn-dark-3 {
  background-color: #fce206;
  color: #fff;
}

/* price table 3
 ------------------------------ */
.pricing-table-3 {
  background-color: #101010;
  float: left;
  margin: 0;
  padding: 15px 15px 40px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.pricing-table-3.border-right {
  border-right: 1px solid #242424;
}

.pricing-table-3 .price-circle {
  background-color: #242424;
  border: 1px solid #393939;
  border-radius: 100%;
  height: 125px;
  margin: -65px auto 0;
  width: 125px;
  padding-top: 30px;
}

.pricing-table-3 .price-circle .price {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
  padding: 15px 0;
  text-align: center;
}

.pricing-table-3 .price-circle .price sup {
  font-size: 22px;
  font-style: normal;
}

.pricing-table-3 .price-circle .price i {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.pricing-table-3 .title {
  border-bottom: 1px solid #242424;
  color: #fff;
  padding: 0 0 15px;
  width: 100%;
}

.pricing-table-3 .features-list {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.pricing-table-3 .features-list li {
  border-bottom: 1px solid #242424;
  color: #727272;
  float: left;
  margin: 0;
  padding: 15px 0;
  width: 100%;
}

.pricing-table-3 .features-list li:last-child {
  border-bottom: medium none;
}

.pricetable-top-bg-strip {
  background-color: #fff;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.pricetable-active-bg-strip {
  background-color: #fce206;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.pricing-table-3.active {
  background-color: #fce206;
  padding-bottom: 60px;
}

.pricing-table-3.active .features-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.pricing-table-3.active .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.pricing-table-3.active .btn.btn-green-4 {
  background-color: #fff;
  color: #242424;
}

/* price table 4
 ------------------------------ */
.pricing-table-4 {
  margin: 0;
  padding: 0;
  width: 100%;
}

.pricing-table-4 th {
  margin: 0;
  padding: 0;
  width: 25%;
}

.pricing-table-4 th .title-header {
  background-color: #101010;
  color: #fff;
  float: left;
  font-size: 28px;
  font-weight: 600;
  padding: 20px;
  text-align: center;
  width: 100%;
}

.pricing-table-4 th .title-header.active {
  background-color: #fce206;
}

.pricing-table-4 .table > thead > tr > th {
  border: medium none;
  padding: 0;
}

.pricing-table-4 .table > tbody > tr > td {
  padding: 20px;
  border: 1px solid #dddfe0;
}

.pricing-table-4 .table > thead > tr > th {
  vertical-align: middle;
}

.pricing-table-4 th .price {
  color: #fff;
  font: bold 36px/45px "Open Sans",sans-serif;
  padding: 8px 0;
  text-align: center;
}

.pricing-table-4 tr td i {
  color: #89be21;
  font-size: 18px;
}

.pricing-table-4 tr td.red i {
  color: #ff2f16;
}

.pricing-table-4 th .price sup {
  font-size: 22px;
  font-style: normal;
}

.pricing-table-4 th .price i {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.pricing-table-4 tr:nth-child(2n) {
  background: #e9e9e9 none repeat scroll 0 0;
}

.pricing-table-4 tr:nth-child(2n+1) {
  background: #fff none repeat scroll 0 0;
}

.pricing-table-4 th .title-header.first {
  border: medium none;
  margin-top: 69px;
}

.pricing-table-4 .table-bordered {
  border: medium none;
}

.pricing-table-4 .table-bordered th .title-header.first {
  border-right: 1px solid #e9e9e9;
}

.pricing-table-4 a.btn2 {
  margin-top: 20px;
}

/* price table 5
 ------------------------------ */
.pricing-table-5 {
  background-color: #242424;
  float: left;
  margin: 0;
  padding: 15px 0 40px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.pricing-table-5.border-right {
  border-right: 1px solid #393939;
}

.pricing-table-5 .price {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
  padding: 15px 0;
  text-align: center;
}

.pricing-table-5 .price sup {
  font-size: 22px;
  font-style: normal;
}

.pricing-table-5 .price i {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.pricing-table-5 .title-box {
  border-bottom: 1px solid #393939;
  color: #fff;
  float: left;
  padding: 45px 0 15px;
  vertical-align: middle;
  width: 100%;
}

.pricing-table-5.first-table .title-box {
  padding: 15px 0;
}

.pricing-table-5.first-table {
  margin-top: 83px;
}

.pricing-table-5 .title-box .title {
  color: #fff;
}

.pricing-table-5 .features-list {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.pricing-table-5 .features-list li {
  border-bottom: 1px solid #393939;
  color: #727272;
  float: left;
  margin: 0;
  padding: 15px 0;
  width: 100%;
}

.pricing-table-5 .features-list li i.green-4 {
  color: #80b604;
  font-size: 18px;
}

.pricing-table-5 .features-list li i.red {
  color: #ff2f16;
  font-size: 18px;
}

.pricing-table-5 .features-list li i.white {
  color: #fff;
  font-size: 18px;
}

.pricing-table-5 .features-list li:last-child {
  border-bottom: medium none;
}

.pricing-table-5 .features-list li:nth-child(2n) {
  background-color: #2a2a2a;
}

.pricing-table-5.active .features-list li:nth-child(2n) {
  background-color: #3a9ae5;
}

.pricing-table-5-top-strip {
  background-color: #fff;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.pricing-table-5-top-strip.active {
  background-color: #4eb0fc;
}

.pricing-table-5.active {
  background-color: #4eb0fc;
  padding-bottom: 60px;
}

.pricing-table-5.active .features-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.pricing-table-5.active .title-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.pricing-table-5.active .btn.btn-green-4 {
  background-color: #fff;
  color: #242424;
}

/* =========== Pricing Badges ============= */
.pricing-badge-item-1 {
  width: 100%;
  float: left;
}

.pricing-badge-img-holder {
  position: relative;
  width: 100%;
}

.pricing-badge {
  position: absolute;
  background-color: #3d3d3c;
  border-radius: 100%;
  color: #727272;
  float: left;
  font-size: 18px;
  height: 150px;
  margin: 0;
  padding: 38px 0 0;
  text-align: center;
  width: 150px;
}

.pricing-badge span.price {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 5px;
  padding: 0 0 5px;
  text-align: center;
}

/* badge position
 ------------------------------ */
.pricing-badge.position-right-1 {
  top: 0px;
  right: 20px;
}

.pricing-badge.position-right-2 {
  right: 80px;
  top: 133px;
}

.pricing-badge.position-right-3 {
  top: 20px;
  right: 20px;
}

.pricing-badge.position-left-1 {
  top: 0px;
  left: 20px;
}

.pricing-badge.position-left-2 {
  left: 80px;
  top: 133px;
}

.pricing-badge.position-left-3 {
  top: 20px;
  left: 20px;
}

/* priceing badge sizes
 ------------------------------ */
.pricing-badge.badge-large {
  font-size: 18px;
  height: 150px;
  padding: 38px 0 0;
  width: 150px;
}

.pricing-badge.badge-large span.price {
  font-size: 30px;
  line-height: 40px;
  padding: 0 0 5px;
}

.pricing-badge.badge-medium {
  font-size: 16px;
  height: 120px;
  padding: 29px 0 0;
  line-height: 22px;
  width: 120px;
}

.pricing-badge.badge-medium span.price {
  font-size: 20px;
  line-height: 20px;
  margin-top: 5px;
  padding: 0 0 5px;
}

.pricing-badge.badge-small {
  font-size: 14px;
  height: 90px;
  line-height: 17px;
  padding: 18px 0 0;
  width: 90px;
}

.pricing-badge.badge-small span.price {
  font-size: 16px;
  line-height: 18px;
  margin-top: 5px;
  padding: 0 0 5px;
}

/* priceing badge colors
 ------------------------------ */
.pricing-badge.badge-red {
  background-color: #fc4242;
  color: #fff;
}

.pricing-badge.badge-green {
  background-color: #3fc35f;
  color: #fff;
}

.pricing-badge.badge-blue {
  background-color: #4eb0fc;
  color: #fff;
}

.pricing-badge.badge-violet {
  background-color: #b659fe;
  color: #fff;
}

.pricing-badge.badge-dark {
  background-color: #101010;
  color: #fff;
}

.pricing-badge.badge-white {
  background-color: #fff;
  color: #101010;
}

.pricing-badge.badge-orange {
  background-color: #fc8506;
  color: #fff;
}

.pricing-badge.badge-yellow {
  background-color: #ffd200;
  color: #fff;
}

/* item holders
 ------------------------------ */
.pricing-badge-item-1 {
  position: relative;
  width: 100%;
  float: left;
  background-color: #990;
}

.pricing-badge-item-1 .pricing-badge-img-holder .position-left-1 {
  left: 50px;
  top: 41px;
}

.pricing-badge-item-1 .pricing-badge-img-holder .position-left-2 {
  left: 104px;
  top: 143px;
}

.pricing-badge-item-2 .pricing-badge-img-holder .position-right-1 {
  left: 251px;
  top: 37px;
}

.pricing-badge-item-2 .pricing-badge-img-holder .position-right-2 {
  left: 328px;
  top: 128px;
}

/*============ Progress bar ============ */
/*style 1
 ------------------------------ */
.progressbar-style-1 {
  margin-top: 10px;
  margin-bottom: 38px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: visible;
  height: 10px;
  color: #fff;
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  text-transform: uppercase;
}

.progressbar-style-1 .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #101010;
  font-size: 13px;
  color: #fce206;
  line-height: 44px;
  padding: 0px 0 0 0px;
  text-align: left;
  box-shadow: none;
  border: 2px solid #fff;
}

.progressbar-style-1 .progress-bar.yellow-3 {
  background-color: #f7c800;
}

/*style 2
 ------------------------------ */
.progressbar-style-2 {
  margin-top: 10px;
  margin-bottom: 45px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: visible;
  height: 3px;
  color: #161616;
  background: #ccc;
  border-radius: 0px;
  box-shadow: none;
  text-transform: uppercase;
}

.progressbar-style-2 .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #161616;
  font-size: 13px;
  color: #161616;
  box-shadow: none;
  padding: 3px 0 0 0;
  text-align: left;
}

/*style 3
 ------------------------------ */
.progressbar-style-3 {
  margin-top: 10px;
  margin-bottom: 45px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: visible;
  height: 8px;
  color: #161616;
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  text-transform: uppercase;
}

.progressbar-style-3 .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #e9b444;
  font-size: 13px;
  color: #fff;
  box-shadow: none;
  padding: 8px 0 0 0;
  text-align: left;
}

/*style 4
 ------------------------------ */
.progressbar-style-4 {
  margin-top: 10px;
  margin-bottom: 45px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: visible;
  height: 8px;
  color: #161616;
  background: #e7e7e7;
  border-radius: 0px;
  box-shadow: none;
  text-transform: uppercase;
}

.progressbar-style-4 .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #ff9320;
  font-size: 13px;
  color: #727272;
  box-shadow: none;
  padding: 8px 0 0 0;
  text-align: left;
}

/*style 5
 ------------------------------ */
.progressbar-style-5 {
  margin-top: 10px;
  margin-bottom: 45px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: visible;
  height: 40px;
  color: #161616;
  background: #f5f5f5;
  border-radius: 0px;
  box-shadow: none;
  text-transform: uppercase;
}

.progressbar-style-5 .progress-bar {
  position: relative;
  overflow: visible;
  background-color: #101010;
  font-size: 14px;
  color: #101010;
  box-shadow: none;
  padding: 40px 0 0 0;
  text-align: left;
}

/*progress bar colors
 ------------------------------ */
.progress-color-green {
  color: #161616;
  background: #4dd06d;
}

.progress-color-green .progress-bar {
  background: rgba(0, 0, 0, 0.2);
  color: #101010;
}

.progress-color-red {
  color: #161616;
  background: #fc4242;
}

.progress-color-red .progress-bar {
  background: rgba(0, 0, 0, 0.2);
  color: #101010;
}

.progress-color-blue {
  color: #161616;
  background: #4eb0fc;
}

.progress-color-blue .progress-bar {
  background: rgba(0, 0, 0, 0.2);
  color: #101010;
}

.progress-color-orange {
  color: #161616;
  background: #fea60e;
}

.progress-color-orange .progress-bar {
  background: rgba(0, 0, 0, 0.2);
  color: #101010;
}

.progress-color-yellow {
  color: #161616;
  background: #ffde03;
}

.progress-color-yellow .progress-bar {
  background: rgba(0, 0, 0, 0.2);
  color: #101010;
}

.progress-color-violet {
  color: #161616;
  background: #b659fe;
}

.progress-color-violet .progress-bar {
  background: rgba(0, 0, 0, 0.2);
  color: #101010;
}

/* =========== process steps ============= */
ul.process-steps {
  width: 100%;
  padding-left: 0px;
}

.process-steps li {
  width: 25%;
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
}

.process-steps li::before, .process-steps li::after {
  position: absolute;
  width: 50%;
  content: "";
  left: 0;
  margin-left: -36px;
  top: 35px;
  border-top: 1px dashed #e4e4e4;
}

.process-steps li::after {
  left: auto;
  right: 0;
  margin: 0 -36px 0 0;
}

.process-steps li a .icon {
  width: 70px;
  height: 70px;
  color: #101010;
  font-size: 22px;
  border-radius: 50%;
  line-height: 66px;
  text-align: center;
  display: inline-block;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

.process-steps li a .digit {
  width: 70px;
  height: 70px;
  color: #101010;
  font-size: 28px;
  border-radius: 50%;
  display: inline-block;
  font-weight: 500;
  line-height: 66px;
  text-align: center;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

.process-steps li:first-child::before, .process-steps li:last-child::after {
  opacity: 0;
}

.process-steps.steps-3 li {
  width: 33.333%;
}

.process-steps.steps-4 li {
  width: 25%;
}

.process-steps.steps-5 li {
  width: 20%;
}

.process-steps li a .icon.active-blue {
  color: #fff;
  border: 1px solid #4eb0fc;
  background-color: #4eb0fc;
}

.process-steps.dark li a .icon {
  color: #fff;
  border: 1px solid #101010;
  background-color: #101010;
}

.process-steps li a .icon.active-red {
  color: #fff;
  border: 1px solid #fc4242;
  background-color: #fc4242;
}

.process-steps li a .digit.active-green {
  color: #fff;
  border: 1px solid #3fc35f;
  background-color: #3fc35f;
}

/* =========== post styles ============= */
.post-style-1 {
  background-color: #fff;
  float: left;
  padding: 0;
  width: 100%;
}

.post-style-1 .text-box {
  float: left;
  padding: 40px;
  position: relative;
  width: 50%;
}

.post-style-1 .text-box .arrow-right {
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
  border-top: 30px solid transparent;
  height: 0;
  position: absolute;
  right: -27px;
  top: 129px;
  width: 0;
}

.post-style-1 .img-box {
  float: right;
  width: 50%;
}

/* post style 2
 ------------------------------ */
.post-style-2 {
  background-color: #f5f5f5;
  float: left;
  padding: 20px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.post-style-2 .inner-box {
  border: 1px solid #e8e8e8;
  float: left;
  padding: 40px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.post-style-2:hover, .post-style-2.active {
  background-color: #101010;
}

.post-style-2:hover .inner-box, .post-style-2.active .inner-box {
  border: 1px solid #282828;
}

.post-style-2:hover .inner-box .title, .post-style-2.active .inner-box .title {
  color: #fff;
}

/* post style 3
 ------------------------------ */
.post-style-3 {
  float: left;
  padding: 0;
  width: 100%;
}

.post-style-3 .ce4-post-img {
  float: left;
  padding: 0;
  position: relative;
  width: 100%;
}

.post-style-3 .text-box {
  height: 275px;
  padding: 60px 50px 50px;
}

.post-style-3 .text-box.one {
  height: 275px;
}

.post-style-3 .text-box .blog-post-info span {
  color: #fce206;
}

.post-style-3 .ce4-post-img .arrow-up {
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: 0;
  height: 0;
  left: 175px;
  position: absolute;
  width: 0;
  z-index: 2;
}

.post-style-3 .ce4-post-img .arrow-down {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  height: 0;
  left: 175px;
  position: absolute;
  top: 0;
  width: 0;
}

/* =========== Timeline ============= */
.timeline-1 {
  border-bottom-right-radius: 4px;
  border-left: 3px solid #101010;
  border-top-right-radius: 4px;
  color: #101010;
  margin: 50px auto;
  width: 87%;
  float: right;
  padding: 0px;
  position: relative;
  text-align: left;
}

.timeline-1 li {
  position: relative;
  background: #fff;
  padding: 50px;
  height: auto;
  float: left;
  margin-bottom: 20px;
  transition: all 0.3s ease-out 0s;
}

.timeline-1 li p {
  color: #727272;
}

.timeline-1 li::before, .timeline-1 li::after {
  display: block;
  position: absolute;
  top: 0;
}

.timeline-1 li::before {
  color: #fff;
  content: attr(data-date);
  font-size: 18px;
  font-weight: 100;
  left: -150px;
  top: 20px;
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 50%;
  padding: 35px 15px 15px 15px;
  background-color: #101010;
}

.timeline-1 li::after {
  background-color: #fff;
  content: "";
  height: 20px;
  left: -12px;
  top: 60px;
  width: 20px;
  border: 3px solid #101010;
}

.timeline-1 li .post-content {
  width: 100%;
  float: left;
  background-color: #fff;
}

.timeline-1 li .post-img {
  width: 50%;
  float: left;
}

.timeline-1 li .post-info {
  width: 50%;
  padding-left: 40px;
  float: right;
}

/* timeline colors
 ------------------------------ */
.timeline-1.timeline-red {
  border-left: 3px solid #f25858;
}

.timeline-1.timeline-red li::after {
  border: 3px solid #f25858;
}

.timeline-1.timeline-red li::before {
  color: #fff;
  background-color: #f25858;
}

/* timeline style 2
 ------------------------------ */
/** timeline box structure **/
.timeline-2 {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

/*timeline vertical bar*/
.timeline-2:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #f25858;
  left: 50%;
  margin-left: -1.5px;
}

.tldate {
  display: block;
  width: 100px;
  height: 100px;
  background: #f25858;
  border: 5px solid #fff;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  line-height: 25px;
  font-weight: normal;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
}

.tldate.nocircle {
  border-radius: 0px;
}

.timeline-2 li {
  margin-bottom: 25px;
  position: relative;
}

.timeline-2 li:before, .timeline-2 li:after {
  content: " ";
  display: table;
}

.timeline-2 li:after {
  clear: both;
}

.timeline-2 li:before, .timeline-2 li:after {
  content: " ";
  display: table;
}

/** timeline panels **/
.timeline-2 li .timeline-panel {
  width: 46%;
  float: left;
  background: #fff;
  /*  border: 1px solid #e4e4e4;*/
  padding: 20px;
  position: relative;
  /*  -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
  /*  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);*/
}

/** panel arrows **/
.timeline-2 li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline-2 li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline-2 li .timeline-panel.noarrow:before, .timeline-2 li .timeline-panel.noarrow:after {
  top: 0;
  right: 0;
  display: none;
  border: 0;
}

.timeline-2 li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline-2 li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline-2 li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

/** timeline circle icons **/
.timeline-2 li .tl-circ {
  position: absolute;
  top: 23px;
  left: 50%;
  text-align: center;
  background: #f5f5f5;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: -18px;
  border: 3px solid #f25858;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 99;
}

.timeline-2 li .post-content {
  width: 100%;
  float: left;
  padding: 20px;
  background-color: #fff;
}

.timeline-2 li .post-img {
  width: 100%;
  float: left;
}

.timeline-2 li .post-info {
  width: 100%;
  padding: 30px 0 0 0;
  float: right;
}

/*
-----timeline dark---------
*/
.timeline-2.tl-dark li .tldate {
  background: #101010;
  color: #727272;
}

.timeline-2.tl-dark li .tl-circ {
  border: 3px solid #101010;
}

.timeline-2.tl-dark:before {
  background-color: #101010;
}

/*
-----timeline green---------
*/
.timeline-2.tl-green li .tldate {
  background: #36c67d;
  color: #fff;
}

.timeline-2.tl-green li .tl-circ {
  border: 3px solid #36c67d;
}

.timeline-2.tl-green:before {
  background-color: #36c67d;
}

/** media queries **/
@media (max-width: 991px) {
  .timeline-2 li .timeline-panel {
    width: 44%;
  }
}
@media (max-width: 700px) {
  .page-header h1 {
    font-size: 1.8em;
  }

  ul.timeline-2:before {
    left: 40px;
  }

  ul.timeline-2 li .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline-2 li .tl-circ {
    top: 22px;
    left: 22px;
    margin-left: 0;
  }

  ul.timeline-2 > li > .tldate {
    margin: 0;
  }

  ul.timeline-2 > li > .timeline-panel {
    float: right;
  }

  ul.timeline-2 > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline-2 > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
/* =========== social icons ============= */
ul.social-icons {
  width: 100%;
  padding-left: 0px;
}

.social-icons li {
  display: inline-block;
  text-align: center;
}

.social-icons li a {
  color: #242424;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 39px;
  margin: 0 5px 5px 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  width: 40px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  transition: all 0.3s ease-out 0s;
}

.social-icons li a i {
  color: #101010;
}

/* social icon sizes
 ------------------------------ */
.social-icons.socila-lg li a {
  font-size: 30px;
  height: 80px;
  line-height: 73px;
  width: 80px;
}

.social-icons.socila-md li a {
  font-size: 21px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}

.social-icons.socila-sm li a {
  font-size: 16px;
  height: 40px;
  line-height: 39px;
  width: 40px;
}

/* social icon round
 ------------------------------ */
.social-icons.round li a {
  border-radius: 50%;
}

/* social icon dark
 ------------------------------ */
.social-icons.dark-style li a {
  color: #fc4242;
  background-color: #101010;
  border: 1px solid #101010;
}

.social-icons.dark-style li a i {
  color: #fff;
}

/* social icon light
 ------------------------------ */
.social-icons.light-style li a {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.social-icons.light-style li a i {
  color: #101010;
}

/* social icon hover colors
 ------------------------------ */
.social-icons li.social-rss a {
  background-color: #ffa500;
  border: 1px solid #ffa500;
}

.social-icons li.social-facebook a {
  background-color: #3b5ea1;
  border: 1px solid #3b5ea1;
}

.social-icons li.social-twitter a {
  background-color: #2bb3fa;
  border: 1px solid #2bb3fa;
}

.social-icons li.social-vimeo a {
  background-color: #27bcf1;
  border: 1px solid #27bcf1;
}

.social-icons li.social-youtube a {
  background-color: #df2926;
  border: 1px solid #df2926;
}

.social-icons li.social-stumbleupon a {
  background-color: #eb4924;
  border: 1px solid #eb4924;
}

.social-icons li.social-android a {
  background-color: #a3c537;
  border: 1px solid #a3c537;
}

.social-icons li.social-amazon a {
  background-color: #fc9a06;
  border: 1px solid #fc9a06;
}

.social-icons li.social-apple a {
  background-color: #3dd0f5;
  border: 1px solid #3dd0f5;
}

.social-icons li.social-edge a {
  background-color: #327ec9;
  border: 1px solid #327ec9;
}

.social-icons li.social-vine a {
  background-color: #16cc91;
  border: 1px solid #16cc91;
}

.social-icons li.social-wordpress a {
  background-color: #2187b5;
  border: 1px solid #2187b5;
}

.social-icons li.social-whatsapp a {
  background-color: #2fc631;
  border: 1px solid #2fc631;
}

.social-icons li.social-renren a {
  background-color: #0663b7;
  border: 1px solid #0663b7;
}

.social-icons li.social-windows a {
  background-color: #07b0f1;
  border: 1px solid #07b0f1;
}

.social-icons li.social-yahoo a {
  background-color: #690a7b;
  border: 1px solid #690a7b;
}

.social-icons li.social-skype a {
  background-color: #0ebaee;
  border: 1px solid #0ebaee;
}

.social-icons li.social-pinterest a {
  background-color: #ee2c34;
  border: 1px solid #ee2c34;
}

.social-icons li.social-modx a {
  background-color: #7ac343;
  border: 1px solid #7ac343;
}

.social-icons li.social-google-plus a {
  background-color: #e24d43;
  border: 1px solid #e24d43;
}

.social-icons li.social-flickr a {
  background-color: #ff0084;
  border: 1px solid #ff0084;
}

.social-icons li.social-linkedin a {
  background-color: #087ec0;
  border: 1px solid #087ec0;
}

.social-icons li.social-lastfm a {
  background-color: #d6063e;
  border: 1px solid #d6063e;
}

.social-icons li.social-yahoo a {
  background-color: #690a7b;
  border: 1px solid #690a7b;
}

.social-icons.icon-white li a i {
  color: #fff !important;
}

/* social icon hover colors
 ------------------------------ */
.social-icons li.hover-rss a:hover {
  background-color: #ffa500;
  border: 1px solid #ffa500;
}

.social-icons li.hover-facebook a:hover {
  background-color: #3b5ea1;
  border: 1px solid #3b5ea1;
}

.social-icons li.hover-twitter a:hover {
  background-color: #2bb3fa;
  border: 1px solid #2bb3fa;
}

.social-icons li.hover-vimeo a:hover {
  background-color: #27bcf1;
  border: 1px solid #27bcf1;
}

.social-icons li.hover-youtube a:hover {
  background-color: #df2926;
  border: 1px solid #df2926;
}

.social-icons li.hover-stumbleupon a:hover {
  background-color: #eb4924;
  border: 1px solid #eb4924;
}

.social-icons li.hover-android a:hover {
  background-color: #a3c537;
  border: 1px solid #a3c537;
}

.social-icons li.hover-amazon a:hover {
  background-color: #fc9a06;
  border: 1px solid #fc9a06;
}

.social-icons li.hover-apple a:hover {
  background-color: #3dd0f5;
  border: 1px solid #3dd0f5;
}

.social-icons li.hover-edge a:hover {
  background-color: #327ec9;
  border: 1px solid #327ec9;
}

.social-icons li.hover-vine a:hover {
  background-color: #16cc91;
  border: 1px solid #16cc91;
}

.social-icons li.hover-wordpress a:hover {
  background-color: #2187b5;
  border: 1px solid #2187b5;
}

.social-icons li.hover-whatsapp a:hover {
  background-color: #2fc631;
  border: 1px solid #2fc631;
}

.social-icons li.hover-renren a:hover {
  background-color: #0663b7;
  border: 1px solid #0663b7;
}

.social-icons li.hover-windows a:hover {
  background-color: #07b0f1;
  border: 1px solid #07b0f1;
}

.social-icons li.hover-yahoo a:hover {
  background-color: #690a7b;
  border: 1px solid #690a7b;
}

.social-icons li.hover-skype a:hover {
  background-color: #0ebaee;
  border: 1px solid #0ebaee;
}

.social-icons li.hover-pinterest a:hover {
  background-color: #ee2c34;
  border: 1px solid #ee2c34;
}

.social-icons li.hover-modx a:hover {
  background-color: #7ac343;
  border: 1px solid #7ac343;
}

.social-icons li.hover-google-plus a:hover {
  background-color: #e24d43;
  border: 1px solid #e24d43;
}

.social-icons li.hover-flickr a:hover {
  background-color: #ff0084;
  border: 1px solid #ff0084;
}

.social-icons li.hover-linkedin a:hover {
  background-color: #087ec0;
  border: 1px solid #087ec0;
}

.social-icons li.hover-lastfm a:hover {
  background-color: #d6063e;
  border: 1px solid #d6063e;
}

.social-icons li.hover-yahoo a:hover {
  background-color: #690a7b;
  border: 1px solid #690a7b;
}

/* social icon hover animation
 ------------------------------ */
.social-icons.h-anim-rotate li a i {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.social-icons.h-anim-rotate li a:hover i {
  color: #fff;
  webkit-transform: rotate(360deg) scale(1.3);
  -moz-transform: rotate(360deg) scale(1.3);
  -o-transform: rotate(360deg) scale(1.3);
  -ms-transform: rotate(360deg) scale(1.3);
}

.social-icons.h-anim-scale li a i {
  transition: all .3s ease-in-out;
}

.social-icons.h-anim-scale li a:hover i {
  color: #fff;
  transform: scale(1.5);
}

/* social icon hover slide left
 ------------------------------ */
.social-icons.h-anim-slide-left li a {
  position: relative;
}

.social-icons.h-anim-slide-left li a .frount {
  width: 100%;
  position: absolute;
  left: 0px;
  transition: all .3s ease-in-out;
}

.social-icons.h-anim-slide-left li a .back {
  width: 100%;
  position: absolute;
  left: -62px;
  transition: all .3s ease-in-out;
}

.social-icons.h-anim-slide-left li a:hover .frount {
  left: 62px;
}

.social-icons.h-anim-slide-left li a:hover .back {
  left: 0px;
}

.social-icons.h-anim-slide-left li a:hover .frount i {
  color: #fff;
}

.social-icons.h-anim-slide-left li a:hover .back i {
  color: #fff;
}

/* social icon hover slide right
 ------------------------------ */
.social-icons.h-anim-slide-right li a {
  position: relative;
}

.social-icons.h-anim-slide-right li a .frount {
  width: 100%;
  position: absolute;
  right: 0px;
  transition: all .3s ease-in-out;
}

.social-icons.h-anim-slide-right li a .back {
  width: 100%;
  position: absolute;
  right: -62px;
  transition: all .3s ease-in-out;
}

.social-icons.h-anim-slide-right li a:hover .frount {
  right: 62px;
}

.social-icons.h-anim-slide-right li a:hover .back {
  right: 0px;
}

.social-icons.h-anim-slide-right li a:hover .frount i {
  color: #fff;
}

.social-icons.h-anim-slide-right li a:hover .back i {
  color: #fff;
}

/* social icon hover slide top
 ------------------------------ */
.social-icons.h-anim-slide-top li a {
  position: relative;
}

.social-icons.h-anim-slide-top li a .frount {
  width: 100%;
  position: absolute;
  top: 0px;
  transition: all .3s ease-in-out;
}

.social-icons.h-anim-slide-top li a .back {
  width: 100%;
  position: absolute;
  top: -62px;
  transition: all .3s ease-in-out;
}

.social-icons.h-anim-slide-top li a:hover .frount {
  top: 62px;
}

.social-icons.h-anim-slide-top li a:hover .back {
  top: 0px;
}

.social-icons.h-anim-slide-top li a:hover .frount i {
  color: #fff;
}

.social-icons.h-anim-slide-top li a:hover .back i {
  color: #fff;
}

/* =========== Team Styles ============= */
.team-style-1 {
  background-color: #fff;
  float: left;
  padding: 20px;
  width: 100%;
}

.team-style-1 .img-box {
  border: 1px solid #101010;
  float: left;
  padding: 0;
  position: relative;
  width: 100%;
}

.team-style-1 .img-box .icon-box {
  background-color: rgba(252, 226, 6, 0.8);
  float: left;
  height: 86%;
  margin: 7% 0 0 7%;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  width: 86%;
  z-index: 2;
}

.team-style-1 .img-box .icon-box .sc-icons {
  display: inline-block;
  margin-left: 0;
  margin-top: 50px;
  padding-left: 0;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.team-style-1 .img-box .icon-box .sc-icons li {
  display: inline-block;
  padding: 0;
}

.team-style-1 .img-box .icon-box .sc-icons li a {
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  color: #101010;
  display: inline-block;
  height: 40px;
  line-height: 37px;
  padding: 0;
  text-align: center;
  width: 40px;
}

.team-style-1 .img-box .icon-box .sc-icons li a:hover {
  background-color: #101010;
  border: 1px solid #101010;
  color: #fff;
  display: inline-block;
}

.team-style-1:hover .img-box .icon-box, .team-style-1.active .img-box .icon-box {
  opacity: 1;
}

.team-style-1:hover .img-box .icon-box .sc-icons {
  margin-top: 100px;
}

/* team style 2
 ------------------------------ */
.team-style-2 {
  background-color: #f5f5f5;
  border: 1px solid #101010;
  float: left;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.team-style-2 .img-box {
  float: left;
  position: relative;
  width: 100%;
}

.team-style-2 .img-box .text-box {
  background-color: #101010;
  bottom: 0;
  float: left;
  left: 0;
  padding: 40px;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  width: 85%;
  z-index: 3;
}

.team-style-2:hover .img-box .text-box, .team-style-2.active .img-box .text-box {
  background-color: #fce206;
}

.team-style-2:hover, .team-style-2.active {
  border: 1px solid #fce206;
}

.team-style-2:hover p, .team-style-2.active p {
  color: #fff;
}

/* team style 3
 ------------------------------ */
.team-style-3 {
  border: 1px solid #e9e9e9;
  float: left;
  margin-bottom: 208px;
  padding: 20px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.team-style-3 .img-box {
  background-color: #f5f5f5;
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.team-style-3 .text-box {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  bottom: 20px;
  left: 57px;
  padding: 50px;
  position: absolute;
  width: 80%;
  z-index: 3;
}

.team-style-3 .img-box .sc-icons-box {
  background-color: #101010;
  display: inline-block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: -110px;
  text-align: center;
  top: 0;
  transition: all 0.3s ease-out 0s;
  width: 20%;
  z-index: 1;
}

.team-style-3 .img-box .sc-icons-box .sc-icons {
  margin: 0;
  padding: 60px 0 0;
  width: 100%;
}

.team-style-3 .img-box .sc-icons-box .sc-icons li {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}

.team-style-3 .img-box .sc-icons-box .sc-icons li a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 12px;
  padding: 15px 10px;
  width: 40px;
}

.team-style-3 .img-box .sc-icons-box .sc-icons li a:hover, .team-style-3 .img-box .sc-icons-box .sc-icons li a.active {
  background-color: #fff;
  color: #101010;
}

.team-style-3:hover .img-box .sc-icons-box, .team-style-3.active .img-box .sc-icons-box {
  right: 0;
}

.team-style-3:hover, .team-style-3.active {
  border: 1px solid #101010;
}

/* =========== Testimonials ============= */
.testimonials-1 {
  background-color: #fff;
  float: left;
  padding: 17px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.testimonials-1 .inner-box {
  border: 1px solid #efefef;
  float: left;
  padding: 25px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.testimonials-1:hover, .testimonials-1.active {
  background-color: #101010;
}

.testimonials-1:hover .title {
  color: #fff;
}

.testimonials-1:hover .inner-box {
  border: 1px solid #282828;
}

/* testimonials 2
 ------------------------------ */
.testimonials-2 {
  background-color: #fff;
  float: left;
  margin-bottom: 97px;
  padding: 20px;
  width: 100%;
}

.testimonials-2 .inner-box {
  border: 1px solid #efefef;
  float: left;
  padding: 35px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.testimonials-2 .inner-box .img-main {
  float: left;
  left: 0;
  position: absolute;
  top: 155px;
  width: 100%;
}

.testimonials-2:hover .inner-box, .testimonials-2.active .inner-box {
  border: 1px solid #fce206;
}

/* =========== Tooltips ============= */
.status-icon {
  background: #101010;
  fill: white;
  padding: 20px 20px;
  margin: 0 6px;
}

.accordion_container {
  width: 500px;
}

.accordion_head {
  background-color: #e9e9e9;
  color: #101010;
  cursor: pointer;
  font-size: 14px;
  margin: 0 0 1px 0;
  padding: 10px 15px;
  font-weight: normal;
}

.accordion_body {
  background: #fff;
}

.accordion_body p {
  padding: 18px 5px;
  margin: 0px;
}

.plusminus {
  float: right;
  font-size: 24px;
  font-weight: 300;
}

.accordion_head i {
  padding-right: 15px;
}

.accordion_head.style-2 {
  background-color: #fff;
  color: #101010;
  border: 1px solid #e9e9e9;
  padding: 15px 20px;
}

.accordion_head.style-3 {
  background-color: #fff;
  color: #101010;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 20px;
}

.accordion_head.style-4 {
  background-color: #fff;
  color: #101010;
  border: 1px solid #fff;
  padding: 7px 10px;
}

.accordion_body.style-4 {
  background: #fff;
  border-top: 1px dashed #101010;
}

/* =========== Typography ============= */
.typography-title-1 {
  color: #101010;
  font-family: "Open Sans";
  font-size: 94px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 84px;
  margin-bottom: 72px;
  text-transform: uppercase;
}

.typography-title-2 {
  color: #101010;
  font-family: "Open Sans";
  font-size: 94px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 84px;
  margin-bottom: 72px;
  font-weight: 200;
  text-transform: uppercase;
}

.typography-title-line {
  width: 80%;
  margin-right: 20%;
  padding: 0px;
  float: left;
  height: 1px;
  margin-top: 20px;
  background-color: #fc8f16;
}

.typography-title-3 {
  font-size: 94px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 84px;
  margin-bottom: 72px;
  font-weight: 100;
}

.typo-underline {
  border-bottom: 1px solid #23c46b;
  color: #23c46b;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.typo-underline.orange {
  border-bottom: 1px solid #fe931e;
  color: #fe931e;
}

.typography-title-4 {
  color: #61c19a;
  font-size: 180px;
  font-weight: 400;
  letter-spacing: 20px;
  line-height: 180px;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.typography-title-5 {
  color: #fce206;
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 20px;
  line-height: 78px;
  margin-bottom: 20px;
}

.typography-title-line-2 {
  width: 20%;
  margin-right: 80%;
  padding: 0px;
  float: left;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 50px;
  background-color: #fce206;
}

.typography-title-line-3 {
  width: 20%;
  margin-right: 80%;
  padding: 0px;
  float: left;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 50px;
  background-color: #101010;
}

.typo-underline.green {
  border-bottom: 1px solid #5ec59c;
  color: #5ec59c;
}

.typography-title-6 {
  color: #101010;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 82px;
  margin-bottom: 20px;
}

.typography-title-6 span {
  font-weight: 200;
}

.typography-title-7 {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 86px;
  margin-bottom: 60px;
}

/* =========== videos ============= */
.video-holder {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.video-holder.widescreen {
  padding-bottom: 56.34%;
}

.video-holder.vimeo {
  padding-top: 0;
}

.video-holder embed, .video-holder iframe, .video-holder object, .video-holder video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* =========== Responsive Classes ============= */
@media only screen and (max-width: 1024px) {
  .team-style-3 .text-box {
    bottom: -21px;
  }

  .testimonials-2 .inner-box .img-main {
    top: 200px;
  }

  .typography-title-1 {
    font-size: 71px;
    line-height: 56px;
  }

  .typography-title-2 {
    font-size: 71px;
    line-height: 56px;
  }

  .typography-title-7 {
    font-size: 86px;
    line-height: 71px;
  }

  .typography-title-4 {
    font-size: 150px;
    line-height: 176px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    width: 95%;
  }

  .img-hover-1:hover .img-hover-1 img {
    top: 450px;
  }

  .img-hover-4 .text-box {
    top: 342px;
  }

  .img-hover-3 .text-box {
    left: -400px;
  }

  .classes-table table, .classes-table thead, .classes-table tbody, .classes-table th, .classes-table td, .classes-table tr {
    display: block;
  }

  .classes-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .classes-table tr {
    border: 1px solid #ccc;
  }

  .classes-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  .classes-table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .classes-table td:nth-of-type(1):before {
    content: "Time";
  }

  .classes-table td:nth-of-type(2):before {
    content: "Monday";
  }

  .classes-table td:nth-of-type(3):before {
    content: "Tuesday";
  }

  .classes-table td:nth-of-type(4):before {
    content: "Wednesday";
  }

  .classes-table td:nth-of-type(5):before {
    content: "Thursday";
  }

  .classes-table td:nth-of-type(6):before {
    content: "Friday";
  }

  .classes-table td:nth-of-type(7):before {
    content: "Saturday";
  }

  .team-style-3 .text-box {
    bottom: -3px;
  }

  .team-style-3 {
    margin-bottom: 255px;
  }

  .testimonials-2 .inner-box .img-main {
    top: 99px;
  }

  .testimonials-2 {
    margin-bottom: 123px;
  }
}
@media only screen and (max-width: 800px) {
  .team-style-3 .img-box .sc-icons-box .sc-icons {
    padding: 10px 0 0 0;
  }

  .team-style-3 {
    margin-bottom: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .img-hover-4 .text-box {
    top: 230px;
  }

  .table-style-2 td:nth-of-type(1):before {
    content: "TLD";
  }

  .table-style-2 td:nth-of-type(2):before {
    content: "Registration";
  }

  .table-style-2 td:nth-of-type(3):before {
    content: "Domain Transfer";
  }

  .table-style-2 td:nth-of-type(4):before {
    content: "DNS Management";
  }

  .table-style-2 td:nth-of-type(5):before {
    content: "Whois Privacy";
  }

  .table-style-2 td:nth-of-type(6):before {
    content: "";
  }

  .table-style-2 .btn {
    float: none;
  }

  .pricing-badge.badge-small {
    font-size: 11px;
    height: 70px;
    line-height: 13px;
    padding: 15px 0 0;
    width: 70px;
  }

  .pricing-badge.badge-medium {
    font-size: 16px;
    height: 100px;
    line-height: 20px;
    padding: 22px 0 0;
    width: 100px;
  }

  .pricing-badge.badge-large {
    font-size: 15px;
    height: 110px;
    line-height: 8px;
    padding: 31px 0 0;
    width: 110px;
  }

  .pricing-badge.badge-large span.price {
    font-size: 22px;
    line-height: 34px;
    padding: 0 0 5px;
  }

  .team-style-3 .text-box {
    bottom: 25px;
  }

  .team-style-3 {
    margin-bottom: 370px;
  }
}
@media only screen and (max-width: 640px) {
  .table-style-2 td:nth-of-type(1):before {
    content: "TLD";
  }

  .table-style-2 td:nth-of-type(2):before {
    content: "Registration";
  }

  .table-style-2 td:nth-of-type(3):before {
    content: "Domain Transfer";
  }

  .table-style-2 td:nth-of-type(4):before {
    content: "DNS Management";
  }

  .table-style-2 td:nth-of-type(5):before {
    content: "Whois Privacy";
  }

  .table-style-2 td:nth-of-type(6):before {
    content: "";
  }

  .pricing-table-4 th .title-header {
    font-size: 17px;
    padding: 18px;
  }

  .post-style-3 .ce4-post-img .arrow-down {
    left: 282px;
  }

  .post-style-3 .ce4-post-img .arrow-up {
    left: 292px;
  }

  .timeline-1 li .post-img {
    width: 100%;
  }

  .timeline-1 li .post-info {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .timeline-1 li::before {
    left: -90px;
  }
}
@media only screen and (max-width: 480px) {
  .img-hover-4 .text-box {
    top: 325px;
  }

  .breadcrumbs-2 li {
    width: 100%;
    padding-bottom: 10px;
  }

  .breadcrumbs-2 li a {
    display: inline-block;
    padding-bottom: 10px;
  }

  .table-style-2 td:nth-of-type(1):before {
    content: "TLD";
  }

  .table-style-2 td:nth-of-type(2):before {
    content: "Registration";
  }

  .table-style-2 td:nth-of-type(3):before {
    content: "Domain Transfer";
  }

  .table-style-2 td:nth-of-type(4):before {
    content: "DNS Management";
  }

  .table-style-2 td:nth-of-type(5):before {
    content: "Whois Privacy";
  }

  .table-style-2 td:nth-of-type(6):before {
    content: "";
  }

  .process-steps.steps-3 li {
    width: 100%;
  }

  .process-steps.steps-4 li {
    width: 100%;
  }

  .process-steps.steps-5 li {
    width: 100%;
  }

  .process-steps li::after, .process-steps li::before {
    opacity: 0;
  }

  .post-style-3 .ce4-post-img .arrow-up {
    left: 215px;
  }

  .post-style-3 .ce4-post-img .arrow-down {
    left: 199px;
  }

  .timeline-1 li::before {
    left: -60px;
    width: 100px;
    height: 100px;
    padding: 25px 15px 15px 15px;
  }

  .testimonials-2 .inner-box .img-main {
    top: 149px;
  }

  .typography-title-1 {
    font-size: 60px;
    line-height: 46px;
  }

  .typography-title-2 {
    font-size: 60px;
    line-height: 46px;
  }

  .typography-title-6 {
    font-size: 74px;
    line-height: 61px;
  }

  .typography-title-7 {
    font-size: 63px;
    line-height: 57px;
  }

  .typography-title-3 {
    font-size: 61px;
    line-height: 63px;
  }

  .typography-title-4 {
    font-size: 92px;
    line-height: 116px;
  }

  .typography-title-5 {
    font-size: 65px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 360px) {
  .img-hover-4 .text-box {
    top: 210px;
  }

  .table-style-2 td:nth-of-type(1):before {
    content: "TLD";
  }

  .table-style-2 td:nth-of-type(2):before {
    content: "Registration";
  }

  .table-style-2 td:nth-of-type(3):before {
    content: "Domain Transfer";
  }

  .table-style-2 td:nth-of-type(4):before {
    content: "DNS Management";
  }

  .table-style-2 td:nth-of-type(5):before {
    content: "Whois Privacy";
  }

  .table-style-2 td:nth-of-type(6):before {
    content: "";
  }

  .pricing-table-4 th .title-header {
    font-size: 13px;
    padding: 15px;
  }

  .pricing-table-4 th .price {
    font-size: 20px;
  }

  .pricing-badge.badge-large {
    font-size: 11px;
    height: 70px;
    line-height: 8px;
    padding: 18px 0 0;
    width: 70px;
  }

  .pricing-badge.badge-large span.price {
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 5px;
  }

  .pricing-badge.badge-medium {
    font-size: 11px;
    height: 60px;
    line-height: 13px;
    padding: 7px 0 0;
    width: 60px;
  }

  .pricing-badge.badge-medium span.price {
    font-size: 15px;
    line-height: 16px;
    margin-top: 9px;
    padding: 0 0 5px;
  }

  .post-style-3 .ce4-post-img .arrow-up {
    left: 160px;
  }

  .post-style-3 .ce4-post-img .arrow-down {
    left: 160px;
  }

  .typography-title-1 {
    font-size: 42px;
    line-height: 37px;
  }

  .typography-title-2 {
    font-size: 42px;
    line-height: 37px;
  }

  .typography-title-6 {
    font-size: 56px;
    line-height: 47px;
  }

  .typography-title-7 {
    font-size: 46px;
    line-height: 43px;
  }

  .typography-title-3 {
    font-size: 45px;
    line-height: 46px;
  }

  .typography-title-4 {
    font-size: 59px;
    line-height: 70px;
  }

  .typography-title-5 {
    font-size: 48px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 320px) {
  .img-hover-4 .text-box {
    top: 173px;
  }

  .team-style-3 {
    margin-bottom: 367px;
  }

  .team-style-3 .text-box {
    bottom: 12px;
    padding: 25px;
    left: 30px;
  }

  .team-style-3 .img-box .sc-icons-box .sc-icons li {
    margin: 0 0 0 0;
  }
}
.container {
  /*word-break: break-all;*/
  word-wrap: break-word;
}

@media only screen and (max-width: 991px) {
  .container {
    width: 100%;
  }
}
.accordion_head {
  position: relative;
}

.accordion_body {
  background: none;
}

.accordion_body p {
  padding: 0;
}

.form-body {
  background-color: #fff;
  float: none;
}

.input-1 {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #101010;
  float: none;
  height: 45px;
  margin-bottom: 15px;
  padding: 8px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.textaria-1 {
  height: auto;
  border: 1px solid #ccc;
}

.input-1:focus,
.textaria-1:focus {
  border: 1px solid #222;
  outline: medium none !important;
  transition: all 0.3s ease-out 0s;
}

.lable-text {
  font-weight: bold;
}

/*
Template: Brite
category: Corporate
Author: Codelayers
Version: 1.0
Design and Developed by: Codelayers
*/
/*
======================================
[ CSS TABLE CONTENT ]
======================================

    [Table of contents]

	1.feature boxes
	2.parallax sections
	3.footer styles

	
======================================
[ END CSS TABLE CONTENT ]
======================================
*/
/*============ Feature boxes ============ */
/* feature box 1
 ------------------------------ */
.ce-feature-box-1 {
  position: relative;
  width: 100%;
}

.ce-feature-box-1 .main-box {
  position: relative;
  padding: 85px;
  background-color: #fce206;
  width: 100%;
  left: 0px;
  float: left;
  top: -120px;
}

.ce-feature-box-1 .main-box .item {
  padding: 85px;
  width: 100%;
  padding: 20px;
  float: left;
  background-color: #101010;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-1 .main-box .item:hover, .ce-feature-box-1 .main-box .item.active {
  background-color: #fff;
}

.ce-feature-box-1 .main-box .item:hover .title, .ce-feature-box-1 .main-box .item.active .title {
  color: #101010;
}

/* feature box 2
 ------------------------------ */
.ce-feature-box-2-main {
  width: 100%;
  padding: 5px;
  display: inline-block;
  background-color: #101010;
}

.ce-feature-box-2 {
  width: 100%;
  float: left;
  padding: 0px;
}

.ce-feature-box-2 .img-list {
  width: 100%;
  float: left;
}

.ce-feature-box-2 .img-box {
  position: relative;
  width: 100%;
  padding: 5px;
  float: left;
  overflow: hidden;
  background-color: none;
}

.ce-feature-box-2 .img-box .overlay {
  position: absolute;
  width: 100%;
  padding: 50px;
  top: 500px;
  float: left;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-2 .img-box .overlay .title {
  color: #fff;
}

.ce-feature-box-2 .img-box .overlay .sub-text {
  color: #fce206;
}

.ce-feature-box-2 .img-box .overlay .sc-icons {
  width: 100%;
  float: left;
  padding: 0px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-2 .img-box .overlay .sc-icons li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.ce-feature-box-2 .img-box .overlay .sc-icons li a {
  width: 40px;
  height: 40px;
  float: left;
  font-size: 15px;
  color: #fff;
  line-height: 0px;
  margin: 0px;
  display: inline-block;
  border-radius: 100%;
}

.ce-feature-box-2 .img-box .overlay .sc-icons li a:hover {
  color: #fce206;
}

.ce-feature-box-2:hover .img-box .overlay {
  top: 0px;
}

/* feature box 3
 ------------------------------ */
.ce-feature-box-3 {
  width: 100%;
  float: left;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-3.hover-shadow:hover {
  -webkit-box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.1);
}

.ce-feature-box-3.active.hover-shadow {
  -webkit-box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.1);
}

.ce-feature-box-3 .img-box img {
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-3 .img-box {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}

.ce-feature-box-3:hover .img-box img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.ce-feature-box-3 .postinfo-box {
  width: 100%;
  float: left;
  padding: 100px;
  margin: 0px 0 40px 0;
  background-color: #fff;
}

.ce-feature-box-3 .img-box .postdate-box {
  position: absolute;
  float: left;
  padding: 50px;
  z-index: 2;
  right: 0px;
  bottom: 0px;
  background-color: #fce206;
}

.ce-feature-box-3 .img-box .blog-post-info span {
  font-size: 18px;
  color: #101010;
}

.ce-feature-box-3 .postinfo-box .title a:hover {
  color: #fce206;
}

.ce-feature-box-3.border {
  border: 1px solid #e9e9e9;
}

.ce-feature-box-3.less-padd .postinfo-box {
  padding: 60px;
}

.ce-feature-box-3.less-padd-2 .postinfo-box {
  padding: 80px;
}

.ce-feature-box-3 .img-box .postdate-box.less-padd-1 {
  padding: 20px;
}

.ce-feature-box-3 .img-box .postdate-box.less-padd-2 {
  padding: 10px;
}

.ce-feature-box-3.no-margin .postinfo-box {
  margin: 0px 0 0 0;
}

/* feature box 4
 ------------------------------ */
.ce-feature-box-4 {
  width: 100%;
  float: left;
  padding: 50px;
  border: 1px solid #fff;
  background-color: #fff;
  margin-bottom: 15px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-4:hover .title, .ce-feature-box-4.active .title {
  color: #fce206;
}

/* feature box 5
 ------------------------------ */
.ce-feature-box-5 {
  width: 100%;
  float: left;
}

.ce-feature-box-5 .img-box {
  position: relative;
  width: 100%;
  float: left;
}

.ce-feature-box-5 .img-box .overlay {
  position: absolute;
  width: 100%;
  float: left;
  padding: 310px 100px 100px 100px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-5 .img-box .overlay .title {
  color: #fff;
  padding-bottom: 10px;
}

.ce-feature-box-5 .img-box .overlay p {
  font-size: 18px;
}

.ce-feature-box-5 .img-box .overlay .title {
  transition: all 0.3s ease-out 0s;
}

/*hover styles*/
.ce-feature-box-5:hover .img-box .overlay,
.ce-feature-box-5.active .img-box .overlay {
  background-color: rgba(252, 226, 6, 0.9);
}

.ce-feature-box-5:hover .img-box .overlay .title,
.ce-feature-box-5.active .img-box .overlay .title {
  color: #101010;
}

.ce-feature-box-5:hover .img-box .overlay p,
.ce-feature-box-5.active .img-box .overlay p {
  color: #101010;
  opacity: 0.7;
}

.ce-feature-box-5:hover .img-box .overlay .btn.btn-prim,
.ce-feature-box-5.active .img-box .overlay .btn.btn-prim {
  background-color: #fff;
}

.ce-feature-box-5:hover .img-box .overlay .btn.btn-prim:hover,
.ce-feature-box-5.active .img-box .overlay .btn.btn-prim:hover {
  color: #101010;
}

/* feature box 6
 ------------------------------ */
.ce-feature-box-6 {
  width: 100%;
  float: left;
  margin-top: 80px;
}

.ce-feature-box-6 .text-box {
  position: relative;
  width: 100%;
  padding: 90px;
  float: left;
  background-color: #f5f5f5;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-6 .text-box .inner-box {
  width: 100%;
  float: left;
}

.ce-feature-box-6 .text-box .img-circle {
  position: absolute;
  width: 150px;
  height: 150px;
  padding: 8px;
  top: -65px;
  left: 235px;
  overflow: hidden;
  border-radius: 100%;
  background-color: #fce206;
}

.ce-feature-box-6 .text-box .img-circle .img {
  border-radius: 100%;
  overflow: hidden;
}

.ce-feature-box-6 .text-box .inner-box .quote-img {
  margin: 0 auto;
}

.ce-feature-box-6:hover .text-box,
.ce-feature-box-6.active .text-box {
  background-color: #101010;
}

.ce-feature-box-6:hover .text-box .title,
.ce-feature-box-6.active .text-box .title {
  color: #fff;
}

/* price table 1
 ------------------------------ */
.pricing-table-1 {
  position: relative;
  background-color: #fff;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.pricing-table-1.border-right {
  border-right: 1px solid #f1f1f1;
}

.pricing-table-1 .price-circle {
  width: 125px;
  margin: 0 auto;
  padding-top: 15px;
}

.pricing-table-1 .top-box {
  width: 100%;
  padding: 60px 40px 40px 40px;
  float: left;
  background-color: #fff;
}

.pricing-table-1 .price-circle .price {
  color: #101010;
  font-size: 32px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 0;
  text-align: center;
}

.pricing-table-1 .price-circle .price sup {
  font-size: 22px;
  font-style: normal;
}

.pricing-table-1 .price-circle .price i {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.pricing-table-1 .title {
  color: #101010;
  padding: 0;
  width: 100%;
}

.pricing-table-1 .list-main {
  padding: 40px;
  float: left;
  width: 100%;
}

.pricing-table-1 .features-list {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 70%;
}

.pricing-table-1 .features-list li {
  border-bottom: 1px solid #f2f2f2;
  color: #727272;
  float: left;
  margin: 0;
  padding: 15px 0;
  width: 100%;
}

.pricing-table-1 .features-list li:last-child {
  border-bottom: medium none;
}

.pricetable-top-bg-strip {
  background-color: transparent;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.pricetable-active-bg-strip {
  background-color: #fce206;
  float: left;
  height: 25px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.pricing-table-1.active {
  background-color: #fff;
  padding-bottom: 30px;
}

.pricing-table-1.active {
  z-index: 10;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.pricing-table-1.active .top-box {
  background-color: #fce206;
}

.pricing-table-1.active .title {
  color: #000;
}

.pricing-table-1.active .price-circle .price {
  color: #000;
}

.pricing-table-1.active .top-box {
  position: relative;
}

.pricing-table-1.active .top-box .img-ribbon {
  position: absolute;
  width: 115px;
  height: 115px;
  top: -26px;
  right: -1px;
}

/* price table 2
 ------------------------------ */
.pricing-table-2-main {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 50px 0 0 0;
}

.pricing-table-2-main .pricing-table-2 {
  position: relative;
  background-color: #101010;
  float: left;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.pricing-table-2-main.border-right {
  border-right: 1px solid #e1e1e1;
}

.pricing-table-2-main .price-circle {
  width: 125px;
  margin: 0 auto;
  padding-top: 30px;
}

.pricing-table-2-main .top-box {
  width: 100%;
  padding: 60px 40px 40px 40px;
  float: left;
  background-color: #fce206;
}

.pricing-table-2-main .top-box.bg-white {
  background-color: #fff;
}

.pricing-table-2-main .price-circle .price {
  color: #101010;
  font-size: 42px;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 0;
  text-align: center;
}

.pricing-table-2-main .price-circle .price sup {
  font-size: 22px;
  font-style: normal;
}

.pricing-table-2-main .price-circle .price i {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding-top: 10px;
}

.pricing-table-2-main .title {
  color: #101010;
  padding: 0;
  width: 100%;
}

.pricing-table-2-main .list-main {
  padding: 70px 40px;
  float: left;
  width: 100%;
}

.pricing-table-2-main .features-list {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 70%;
}

.pricing-table-2-main .features-list li {
  border-bottom: 1px solid #2a2b2b;
  color: #727272;
  float: left;
  margin: 0;
  font-size: 16px;
  padding: 15px 0;
  width: 100%;
}

.pricing-table-2-main .features-list li:last-child {
  border-bottom: medium none;
}

.pricing-table-2-main.active .pricing-table-2 {
  background-color: #fff;
}

.pricing-table-2-main.active {
  z-index: 10;
  -webkit-box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.3);
}

.pricing-table-2-main.active .features-list li {
  border-bottom: 1px solid #e5e5e5;
}

.pricing-table-2-main.active .title {
  color: #fff;
}

.pricing-table-2-main.active .price-circle .price {
  color: #fff;
}

.pricing-table-2-main.active .top-box {
  position: relative;
  background-color: #101010;
}

.pricing-table-2-main.active {
  margin: 0 0 0 0;
}

.pricing-table-2-main.active .features-list li:last-child {
  border-bottom: medium none;
}

.pricing-table-2-main.active .top-box {
  padding: 110px 40px 40px 40px;
}

.pricing-table-2-main.active .pricing-table-2 {
  padding-bottom: 40px;
}

/* price table 3
 ------------------------------ */
.ce-price-table-3 {
  width: 100%;
  padding: 20px;
  float: left;
  background-color: #f5f5f5;
  transition: all 0.3s ease-out 0s;
}

.ce-price-table-3 .inner-box {
  width: 100%;
  padding: 40px;
  float: left;
}

.ce-price-table-3 .inner-box .price-circle {
  width: 130px;
  height: 130px;
  padding: 38px 0 0;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.ce-price-table-3 .inner-box .price-circle .price {
  color: #242424;
  font-size: 28px;
  padding: 8px 0 0 0;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}

.ce-price-table-3 .inner-box .price-circle .price i {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.ce-price-table-3 .inner-box .price-circle .price sup {
  font-size: 18px;
  font-style: normal;
}

.ce-price-table-3 ul.plan_features {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 50px 0;
}

.ce-price-table-3 ul.plan_features li {
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
  transition: all 0.3s ease-out 0s;
}

.ce-price-table-3 ul.plan_features li:last-child {
  border-bottom: none;
}

.ce-price-table-3.active .inner-box .title {
  margin-bottom: 10px;
}

/* hover styles
 ------------------------------ */
.ce-price-table-3.active {
  background-color: #fce206;
}

.ce-price-table-3.active ul.plan_features li {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ce-price-table-3 ul.plan_features li:last-child {
  border-bottom: none;
}

.ce-price-table-3.active .inner-box .title {
  color: #000;
}

/* price table 4
 ------------------------------ */
.ce-price-table-4 {
  position: relative;
  width: 100%;
  padding: 30px;
  float: left;
  background-color: #f5f5f5;
  transition: all 0.3s ease-out 0s;
}

.ce-price-table-4.style-2 {
  background-color: #fff;
}

.ce-price-table-4.style-2 .list-box {
  background-color: #f5f5f5;
}

.ce-price-table-4 .ribbon {
  position: absolute;
  width: 115px;
  height: 145px;
  right: -9px;
  top: -14px;
  float: right;
}

.ce-price-table-4 .price-box {
  width: 100%;
  margin: 0 auto;
  color: #fce206;
  padding: 30px 0 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
}

.ce-price-table-4 .price-box .price {
  color: #fce206;
  font-size: 36px;
  padding: 10px 0 0 0;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}

.ce-price-table-4 .price-box .price i {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.ce-price-table-4 .price-box .price sup {
  font-size: 18px;
  font-style: normal;
}

.ce-price-table-4 .list-box {
  width: 100%;
  float: left;
  padding: 50px;
  margin: 5px 0 0 0;
  background-color: #fff;
}

.ce-price-table-4 ul.plan_features {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 50px 0;
}

.ce-price-table-4 ul.plan_features li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
}

.ce-price-table-4 ul.plan_features li:last-child {
  border-bottom: none;
}

/* hover styles
 ------------------------------ */
.ce-price-table-4:hover, .ce-price-table-4.active {
  background-color: #000;
}

.ce-price-table-4:hover .title, .ce-price-table-4.active .title {
  color: #000;
}

.ce-price-table-4:hover .list-box, .ce-price-table-4.active .list-box {
  background-color: #252525;
}

.ce-price-table-4:hover .list-box ul.plan_features li, .ce-price-table-4.active .list-box ul.plan_features li {
  color: #727272;
}

.ce-price-table-4:hover .list-box .btn.btn-prim, .ce-price-table-4.active .list-box .btn.btn-prim {
  color: #000;
  background-color: #fff;
}

.ce-price-table-4:hover .price-box, .ce-price-table-4.active .price-box {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ce-price-table-4:hover .title, .ce-price-table-4.active .title {
  color: #fff;
}

/* title line
 ------------------------------ */
.ce-sub-text {
  width: 50%;
  margin: 15px auto 0 auto;
}

.ce-sub-text.big-width {
  width: 60%;
  margin: 15px auto 0 auto;
}

.ce-sub-text.align-left {
  width: 80%;
  margin: 15px auto 0 0;
}

/*======================================
pages styles
======================================*/
/* feature box 7
 ------------------------------ */
.ce-feature-box-7 {
  width: 100%;
  float: left;
  padding: 0px;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-7:hover, .ce-feature-box-7.active {
  background-color: #fce206;
}

.ce-feature-box-7:hover p, .ce-feature-box-7.active p {
  opacity: 0.7;
  color: #101010;
}

/* feature box 8
 ------------------------------ */
.ce-feature-box-8 {
  width: 100%;
  float: left;
}

.ce-feature-box-8 .main-box {
  padding: 85px;
  background-color: #fce206;
  width: 100%;
  float: left;
}

.ce-feature-box-8 .main-box .item {
  padding: 85px;
  width: 100%;
  padding: 20px;
  float: left;
  background-color: #101010;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-8 .main-box .item:hover, .ce-feature-box-8 .main-box .item.active {
  background-color: #fff;
}

.ce-feature-box-8 .main-box .item:hover .title, .ce-feature-box-8 .main-box .item.active .title {
  color: #101010;
}

/* feature box 9
 ------------------------------ */
.ce-feature-box-9 {
  width: 100%;
  float: left;
}

.ce-feature-box-9 .icon {
  color: #101010;
  background-color: #fff;
}

.ce-feature-box-9 .title {
  color: #fff;
  font-size: 24px;
}

.ce-feature-box-9.light .icon {
  color: #101010;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

/* feature box 10
 ------------------------------ */
.ce-feature-box-10 {
  width: 100%;
  float: left;
  padding: 0 0 0 40px;
}

/* feature box 11
 ------------------------------ */
.ce-feature-box-11 {
  width: 100%;
  float: left;
  padding: 18px;
  border: 1px solid #101010;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-11 .inner-box {
  width: 100%;
  float: left;
  background-color: #101010;
}

.ce-feature-box-11 .inner-box .title-line {
  width: 20%;
  height: 1px;
  float: left;
  margin: 0;
  background-color: #101010;
}

.ce-feature-box-11 .title {
  color: #fff;
}

.ce-feature-box-11:hover, .ce-feature-box-11.active {
  border: 1px solid #fce206;
  background-color: #fce206;
}

.ce-feature-box-11:hover .title, .ce-feature-box-11.active .title {
  color: #fce206;
}

.ce-feature-box-11:hover .inner-box .title-line, .ce-feature-box-11.active .inner-box .title-line {
  background-color: #fce206;
}

/* feature box 12
 ------------------------------ */
.ce-feature-box-12 {
  width: 100%;
  float: left;
  padding: 20px;
  background-color: #fff;
}

.ce-feature-box-12 .img-box {
  position: relative;
  width: 100%;
  float: left;
  padding: 0px;
  border: 1px solid #101010;
}

.ce-feature-box-12 .img-box .icon-box {
  position: absolute;
  width: 86%;
  height: 86%;
  float: left;
  padding: 0px;
  z-index: 2;
  opacity: 0;
  margin: 7% 0 0 7%;
  transition: all 0.3s ease-out 0s;
  background-color: rgba(252, 226, 6, 0.8);
}

.ce-feature-box-12 .img-box .icon-box .sc-icons {
  width: 100%;
  margin-top: 50px;
  margin-left: 0px;
  padding-left: 0px;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-12 .img-box .icon-box .sc-icons li {
  padding: 0px;
  display: inline-block;
}

.ce-feature-box-12 .img-box .icon-box .sc-icons li a {
  width: 40px;
  height: 40px;
  padding: 0px;
  color: #101010;
  line-height: 37px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  background-color: #fff;
}

.ce-feature-box-12 .img-box .icon-box .sc-icons li a:hover {
  color: #fff;
  border: 1px solid #101010;
  display: inline-block;
  background-color: #101010;
}

.ce-feature-box-12:hover .img-box .icon-box, .ce-feature-box-12.active .img-box .icon-box {
  opacity: 1;
}

.ce-feature-box-12:hover .img-box .icon-box .sc-icons {
  margin-top: 100px;
}

/* feature box 13
 ------------------------------ */
.ce-feature-box-13 {
  width: 100%;
  padding: 0px;
  float: left;
  min-height: 645px;
}

.ce-feature-box-13 .img-box {
  position: relative;
  width: 100%;
  padding: 0px;
  float: left;
}

.ce-feature-box-13 .img-box .overlay {
  width: 100%;
  height: 100%;
  padding: 0px;
  float: left;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}

.ce-feature-box-13 .img-box .text-box {
  position: absolute;
  width: 80%;
  padding: 50px;
  float: left;
  left: 0px;
  bottom: -185px;
  z-index: 3;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-13 .img-box .text-box .sc-icons-box {
  position: absolute;
  width: 80%;
  padding: 0px;
  margin: 0px;
  top: -53px;
  left: 0px;
  float: left;
  opacity: 0;
  overflow: hidden;
  z-index: 3;
  background-color: rgba(252, 226, 6, 0.9);
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-13 .img-box .text-box .sc-icons-box .sc-icons {
  width: 100%;
  margin: 0px;
  padding-left: 0px;
  text-align: center;
}

.ce-feature-box-13 .img-box .text-box .sc-icons-box .sc-icons li {
  display: inline-block;
}

.ce-feature-box-13 .img-box .text-box .sc-icons-box .sc-icons li a {
  padding: 15px 7px;
  color: #101010;
  text-align: center;
  display: inline-block;
}

.ce-feature-box-13:hover .img-box .text-box .sc-icons-box,
.ce-feature-box-13.active .img-box .text-box .sc-icons-box {
  left: 110px;
  opacity: 1;
}

.ce-feature-box-13:hover .img-box .text-box, .ce-feature-box-13.active .img-box .text-box {
  background-color: #101010;
}

.ce-feature-box-13:hover .img-box .text-box .title, .ce-feature-box-13.active .img-box .text-box .title {
  color: #fff;
}

/* ---------- feature box 14 ---------- */
.ce-feature-box-14 {
  width: 100%;
  float: left;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-14 .img-box {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}

.ce-feature-box-14 .img-box .sc-icons-box {
  position: absolute;
  width: 100%;
  padding: 0px;
  margin: 0px;
  bottom: -54px;
  left: 0;
  float: left;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-14 .img-box .sc-icons-box .sc-icons {
  width: 100%;
  padding: 0px;
}

.ce-feature-box-14 .img-box .sc-icons-box .sc-icons li {
  padding: 0px;
  display: inline-block;
}

.ce-feature-box-14 .img-box .sc-icons-box .sc-icons li a {
  padding: 20px 10px;
  color: #101010;
  display: inline-block;
}

.ce-feature-box-14 .img-box .sc-icons-box .sc-icons li a:hover {
  color: #101010;
}

.ce-feature-box-14:hover .img-box .sc-icons-box, .ce-feature-box-14.active .img-box .sc-icons-box {
  bottom: -10px;
}

.ce-feature-box-14:hover, .ce-feature-box-14.active {
  background-color: #101010;
}

.ce-feature-box-14:hover h5, .ce-feature-box-14.active h5 {
  color: #fff;
}

/* ---------- feature box 15 ---------- */
.ce-feature-box-15 {
  width: 100%;
  padding: 170px 35px 35px 35px;
  float: left;
  margin: 80px 0 0 0;
  transition: all 0.3s ease-out 0s;
  background-color: #fce206;
}

.ce-feature-box-15 .img-frame {
  position: absolute;
  width: 160px;
  height: 160px;
  background-color: #fce206;
  margin: 40px;
  padding: 0px;
  left: 107px;
  top: 27px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  overflow: hidden;
}

.ce-feature-box-15 .img-frame .img {
  margin: -34px;
  padding: 0 0 0 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ce-feature-box-15:hover, .ce-feature-box-15.active {
  background-color: #101010;
}

.ce-feature-box-15:hover h5, .ce-feature-box-15.active h5 {
  color: #fff;
}

/* feature box 16
 ------------------------------ */
.ce-featurebox-16 {
  width: 100%;
  float: left;
  padding: 30px 13px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

/* feature box 17
 ------------------------------ */
.ce-feature-box-17-main {
  width: 100%;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
}

.ce-feature-box-17 {
  width: 100%;
  float: left;
  padding: 0px;
}

.ce-feature-box-17 .img-list {
  width: 100%;
  float: left;
}

.ce-feature-box-17 .img-box-main {
  width: 100%;
  padding: 20px;
  float: left;
  background-color: #252525;
}

.ce-feature-box-17 .img-box {
  position: relative;
  width: 100%;
  padding: 0px;
  float: left;
  overflow: hidden;
}

.ce-feature-box-17 .img-box .overlay {
  position: absolute;
  width: 100%;
  padding: 50px;
  top: 500px;
  left: 0px;
  float: left;
  background-color: #fce206;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-17 .img-box .overlay .title {
  color: #101010;
}

.ce-feature-box-17 .img-box .overlay p {
  color: #000;
  opacity: 0.6;
}

.ce-feature-box-17 .img-box .overlay .sub-text {
  color: #fce206;
}

.ce-feature-box-17 .img-box .overlay .sc-icons {
  width: 100%;
  float: left;
  padding: 0px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-17 .img-box .overlay .sc-icons li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.ce-feature-box-17 .img-box .overlay .sc-icons li a {
  width: 40px;
  height: 40px;
  float: left;
  font-size: 15px;
  color: #101010;
  line-height: 0px;
  margin: 0px;
  display: inline-block;
  border-radius: 100%;
}

.ce-feature-box-17 .img-box .overlay .sc-icons li a:hover {
  color: #fff;
}

.ce-feature-box-17:hover .img-box .overlay {
  top: 0px;
}

/* feature box 18
 ------------------------------ */
.ce-feature-box-18 {
  width: 100%;
  padding: 90px;
  text-align: center;
  background-color: #fff;
}

.ce-feature-box-18.border-right {
  border-right: 1px solid #e6e6e6;
}

.ce-feature-box-18.active {
  background-color: #101010;
}

/* feature box 19
 ------------------------------ */
.ce-feature-box-19 {
  width: 100%;
  padding: 70px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-19 .icon {
  color: #fce206;
}

.ce-feature-box-19 p {
  color: #000;
  opacity: 0.7;
}

.ce-feature-box-19:hover {
  -webkit-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.2);
  transform: translateY(-8px);
}

/* feature box 20
 ------------------------------ */
.ce-feature-box-20 {
  width: 100%;
  padding: 100px;
}

/* feature box 21
 ------------------------------ */
.ce-feature-box-21 {
  width: 100%;
  padding: 70px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-21 .icon {
  color: #101010;
}

.ce-feature-box-21 p {
  color: #000;
  opacity: 0.7;
}

.ce-feature-box-21:hover, .ce-feature-box-21.active {
  border: 1px solid #fce206;
  background-color: #fce206;
}

.ce-feature-box-21:hover .title, .ce-feature-box-21:hover .icon,
.ce-feature-box-21.active .title, .ce-feature-box-21.active .icon {
  color: #fff;
}

.ce-feature-box-21:hover p, .ce-feature-box-21.active p {
  color: #fff;
  opacity: 0.4;
}

/* feature box 22
 ------------------------------ */
.ce-feature-box-22-main {
  width: 100%;
  min-height: 520px;
  float: left;
}

.ce-feature-box-22-main .ce-feature-box-22 {
  position: relative;
  width: 100%;
  float: left;
  left: 0px;
  top: -85px;
  padding: 90px;
  background-color: #fce206;
}

.ce-feature-box-22-main .ce-feature-box-22 .title {
  margin-bottom: 45px;
  color: #101010;
}

.ce-feature-box-22-main .ce-feature-box-22 .text {
  color: #101010;
  opacity: 0.6;
}

.ce-feature-box-22-main .ce-feature-box-22.less-padd {
  padding: 50px;
}

/* feature box 23
 ------------------------------ */
.ce-feature-box-23-main {
  width: 100%;
  padding: 0;
  display: inline-block;
  background-color: #fff;
}

.ce-feature-box-23 {
  width: 100%;
  float: left;
  padding: 0px;
}

.ce-feature-box-23 .img-list {
  width: 100%;
  float: left;
}

.ce-feature-box-23 .img-box-main {
  width: 100%;
  padding: 0;
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.2);
}

.ce-feature-box-23 .img-box {
  position: relative;
  width: 100%;
  padding: 0px;
  float: left;
  overflow: hidden;
}

.ce-feature-box-23 .img-box .overlay {
  position: absolute;
  width: 100%;
  padding: 80px;
  top: 500px;
  left: 0px;
  float: left;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-23 .img-box .overlay .title {
  color: #101010;
}

.ce-feature-box-23 .img-box .overlay .sub-text {
  color: #fce206;
}

.ce-feature-box-23 .img-box .overlay .sc-icons {
  width: 100%;
  float: left;
  padding: 0px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-23 .img-box .overlay .sc-icons li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.ce-feature-box-23 .img-box .overlay .sc-icons li a {
  width: 40px;
  height: 40px;
  float: left;
  font-size: 15px;
  color: #101010;
  line-height: 0px;
  margin: 0px;
  display: inline-block;
  border-radius: 100%;
}

.ce-feature-box-23 .img-box .overlay .sc-icons li a:hover {
  color: #fce206;
}

.ce-feature-box-23:hover .img-box .overlay {
  top: 0px;
}

/* feature box 24
 ------------------------------ */
.ce-feature-box-24 {
  width: 100%;
  float: left;
  padding: 100px 50px 100px 50px;
  background-color: #fff;
}

.ce-feature-box-24 .main-box {
  position: relative;
  width: 100%;
  float: left;
  left: 0px;
  padding: 0px;
}

.ce-feature-box-24 .inner-box {
  position: relative;
  width: 100%;
  float: left;
  left: -150px;
  padding: 0px;
}

.ce-feature-box-24 .inner-box .img-box {
  width: 100%;
  float: left;
  padding: 10px;
  background-color: #fce206;
}

.ce-feature-box-24 .inner-box .text-box {
  width: 100%;
  float: left;
  padding: 0 0 0 30px;
}

/* feature box 25
 ------------------------------ */
.ce-feature-box-25 {
  width: 100%;
  padding: 40px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
}

.ce-feature-box-25 .icon {
  color: #fce206;
  margin: 0px;
  padding: 0px;
}

.ce-feature-box-25 .icon.text-dark {
  color: #000;
}

.ce-feature-box-25 p {
  color: #000;
  opacity: 0.7;
}

.ce-feature-box-25:hover, .ce-feature-box-25.active {
  border: 1px solid #101010;
  background-color: #101010;
}

.ce-feature-box-25:hover .title, .ce-feature-box-25:hover .icon,
.ce-feature-box-25.active .title, .ce-feature-box-25.active .icon {
  color: #fff;
}

.ce-feature-box-25:hover p, .ce-feature-box-25.active p {
  color: #fff;
  opacity: 0.4;
}

.ce-feature-box-25.h-primary:hover, .ce-feature-box-25.h-primary.active {
  border: 1px solid #fce206;
  background-color: #fce206;
}

.ce-feature-box-25.h-primary:hover .title, .ce-feature-box-25.h-primary:hover .icon,
.ce-feature-box-25.h-primary.active .title, .ce-feature-box-25.h-primary.active .icon {
  color: #000;
}

.ce-feature-box-25.h-primary:hover p, .ce-feature-box-25.h-primary.active p {
  color: #000;
  opacity: 0.4;
}

/* feature box 26
 ------------------------------ */
.ce-feature-box-26 {
  width: 100%;
  padding: 45px;
  text-align: center;
  border: 1px solid #252525;
  background-color: #252525;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
}

.ce-feature-box-26 .icon {
  color: #fff;
}

.ce-feature-box-26 .title {
  color: #fff;
}

.ce-feature-box-26 p {
  color: #727272;
  opacity: 0.7;
}

.ce-feature-box-26:hover, .ce-feature-box-26.active {
  border: 1px solid #fce206;
  background-color: #fce206;
}

.ce-feature-box-26:hover .title, .ce-feature-box-26:hover .icon,
.ce-feature-box-26.active .title, .ce-feature-box-26.active .icon {
  color: #000;
}

.ce-feature-box-26:hover p, .ce-feature-box-26.active p {
  color: #000;
  opacity: 0.6;
}

/* feature box 27
 ------------------------------ */
.ce-feature-box-27 {
  width: 100%;
  float: left;
  margin-top: 80px;
}

.ce-feature-box-27 .text-box {
  position: relative;
  width: 100%;
  padding: 90px;
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 50px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-27 .text-box .inner-box {
  width: 100%;
  float: left;
}

.ce-feature-box-27 .text-box .img-circle {
  position: absolute;
  width: 150px;
  height: 150px;
  padding: 8px;
  top: -65px;
  left: 210px;
  overflow: hidden;
  border-radius: 100%;
  background-color: #101010;
}

.ce-feature-box-27 .text-box .img-circle .img {
  border-radius: 100%;
  overflow: hidden;
}

.ce-feature-box-27 .text-box .inner-box .quote-img {
  margin: 0 auto;
}

.ce-feature-box-27:hover .text-box,
.ce-feature-box-27.active .text-box {
  background-color: #101010;
}

.ce-feature-box-27:hover .text-box .title,
.ce-feature-box-27.active .text-box .title {
  color: #fff;
}

/* feature box 28
 ------------------------------ */
.ce-feature-box-28-main {
  width: 100%;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
}

.ce-feature-box-28 {
  width: 100%;
  float: left;
  padding: 0px;
}

.ce-feature-box-28 .img-list {
  width: 100%;
  float: left;
}

.ce-feature-box-28 .img-box-main {
  width: 100%;
  padding: 20px;
  float: left;
  background-color: #101010;
  /*	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.9);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.9);
  box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.9);*/
}

.ce-feature-box-28 .img-box {
  position: relative;
  width: 100%;
  padding: 0px;
  float: left;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 50px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 50px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px -1px rgba(0, 0, 0, 0.1);
}

.ce-feature-box-28 .img-box .overlay {
  position: absolute;
  width: 100%;
  padding: 40px;
  top: 700px;
  left: 0px;
  float: left;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-28 .img-box .overlay .title {
  color: #101010;
}

.ce-feature-box-28 .img-box .overlay .sub-text {
  color: #fce206;
}

.ce-feature-box-28 .img-box .overlay .sc-icons {
  width: 100%;
  float: left;
  padding: 0px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-28 .img-box .overlay .sc-icons li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.ce-feature-box-28 .img-box .overlay .sc-icons li a {
  width: 40px;
  height: 40px;
  float: left;
  font-size: 15px;
  color: #101010;
  line-height: 0px;
  margin: 0px;
  display: inline-block;
  border-radius: 100%;
}

.ce-feature-box-28 .img-box .overlay .sc-icons li a:hover {
  color: #fce206;
}

.ce-feature-box-28:hover .img-box .overlay {
  top: 0px;
}

/* feature box 29
 ------------------------------ */
.ce-feature-box-29 {
  width: 100%;
  padding: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-29 .icon {
  color: #939393;
  margin: 0px;
  padding: 0px;
}

.ce-feature-box-29 p {
  color: #000;
  opacity: 0.7;
}

.ce-feature-box-29:hover, .ce-feature-box-29.active {
  background-color: #101010;
}

.ce-feature-box-29:hover .title, .ce-feature-box-29:hover .icon,
.ce-feature-box-29.active .title, .ce-feature-box-29.active .icon {
  color: #fff;
}

.ce-feature-box-29:hover p, .ce-feature-box-29.active p {
  color: #fff;
  opacity: 0.4;
}

/* feature box 30
 ------------------------------ */
.ce-feature-box-30 {
  width: 100%;
  float: left;
  margin-top: 80px;
}

.ce-feature-box-30 .text-box {
  position: relative;
  width: 100%;
  padding: 90px;
  float: left;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-30 .text-box .inner-box {
  width: 100%;
  float: left;
}

.ce-feature-box-30 .text-box .img-circle {
  position: absolute;
  width: 150px;
  height: 150px;
  padding: 8px;
  top: -65px;
  left: 210px;
  overflow: hidden;
  border-radius: 100%;
  background-color: #101010;
}

.ce-feature-box-30 .text-box .img-circle .img {
  border-radius: 100%;
  overflow: hidden;
}

.ce-feature-box-30 .text-box .inner-box .quote-img {
  margin: 0 auto;
}

.ce-feature-box-30:hover .text-box,
.ce-feature-box-30.active .text-box {
  background-color: #101010;
}

.ce-feature-box-30:hover .text-box .title,
.ce-feature-box-30.active .text-box .title {
  color: #fff;
}

/* feature box 31
 ------------------------------ */
.ce-feature-box-31 {
  width: 100%;
  text-align: left;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-31 .icon {
  color: #000;
}

.ce-feature-box-31 .title {
  color: #000;
}

.ce-feature-box-31 p {
  color: #727272;
}

/* feature box 32
 ------------------------------ */
.ce-feature-box-32 {
  width: 100%;
  float: left;
  padding: 15px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-32 .icon {
  color: #939393;
  padding-top: 20px;
}

.ce-feature-box-32 .title {
  color: #000;
}

.ce-feature-box-32 p {
  color: #727272;
}

/* feature box 33
 ------------------------------ */
.ce-feature-box-33 {
  width: 100%;
  float: left;
}

.ce-feature-box-33 .text-box {
  width: 100%;
  padding: 60px;
  float: left;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-33:hover .text-box,
.ce-feature-box-33.active .text-box {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  transform: translateY(-10px);
}

.ce-feature-box-33 .text-box .quote-icon {
  width: 100%;
  float: left;
}

.ce-feature-box-33 .text-box .quote-icon i {
  color: #000;
  font-size: 35px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-33:hover .text-box .quote-icon i {
  color: #fce206;
}

/*hover shadow style 2*/
.ce-feature-box-33.h-shadow-2:hover .text-box,
.ce-feature-box-33.h-shadow-2.active .text-box {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  transform: translateY(-10px);
}

/*hover primary*/
.ce-feature-box-33.h-primary .text-box,
.ce-feature-box-33 .h-primary .text-box {
  background-color: #fce206;
  box-shadow: none;
}

.ce-feature-box-33.h-primary .text-box .small-text,
.ce-feature-box-33h-primary .text-box .small-text {
  color: #000;
  opacity: 0.7;
}

.ce-feature-box-33.h-primary .text-box .subtext,
.ce-feature-box-33h-primary .text-box .subtext {
  color: #000;
  opacity: 0.7;
}

.ce-feature-box-33.h-primary:hover .text-box,
.ce-feature-box-33.h-primary.active .text-box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ce-feature-box-33.h-primary:hover .text-box .small-text,
.ce-feature-box-33h-primary.active .text-box .small-text {
  color: #000;
  opacity: 0.7;
}

.ce-feature-box-33.h-primary:hover .text-box .subtext,
.ce-feature-box-33h-primary.active .text-box .subtext {
  color: #000;
  opacity: 0.7;
}

/* feature box 34
 ------------------------------ */
.ce-feature-box-34 {
  width: 100%;
  float: left;
}

.ce-feature-box-34 .text-box {
  position: relative;
  width: 100%;
  padding: 60px;
  float: left;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-34 .text-box .act-ribbon {
  position: absolute;
  width: 100px;
  height: 80px;
  top: 0px;
  right: 0px;
  float: left;
}

.ce-feature-box-34 .text-box .price {
  font-weight: 600;
  font-size: 36px;
  color: #101010;
}

.ce-feature-box-34 .text-box .features-list {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
}

.ce-feature-box-34 .text-box .features-list li {
  color: #727272;
  float: left;
  margin: 0;
  font-size: 15px;
  padding: 6px 0;
  width: 100%;
}

.ce-feature-box-34 .text-box .features-list li i {
  color: #18a50b;
  font-size: 16px;
  padding-right: 7px;
}

.ce-feature-box-34 .text-box .features-list li i.icon-red {
  color: #ff2f16;
}

.ce-feature-box-34.active .text-box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

/* feature box 35
 ------------------------------ */
.ce-feature-box-35 {
  width: 100%;
  float: left;
}

.ce-feature-box-35 .main-box {
  position: relative;
  width: 100%;
  padding: 0px;
  float: left;
  overflow: hidden;
}

.ce-feature-box-35 .main-box .img-box {
  width: 100%;
  padding: 0px;
  float: left;
}

.ce-feature-box-35 .main-box img {
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-35 .main-box .img-box {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}

.ce-feature-box-35:hover .img-box img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ce-feature-box-35 .main-box .text-box {
  width: 100%;
  min-height: 260px;
  padding: 0px;
  float: left;
}

.ce-feature-box-35 .main-box .inner-box {
  position: absolute;
  width: 100%;
  padding: 60px;
  float: left;
  top: 470px;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-35 .main-box .inner-box.bg-dark {
  background-color: #101010;
}

.ce-feature-box-35 .text-box .inner-box .sc-icons {
  width: 100%;
  float: left;
  padding: 30px 0 0 0;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-35 .text-box .inner-box .sc-icons li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.ce-feature-box-35 .text-box .inner-box .sc-icons li a {
  width: 40px;
  height: 40px;
  float: left;
  font-size: 15px;
  color: #101010;
  line-height: 0px;
  margin: 0px;
  display: inline-block;
  border-radius: 100%;
}

.ce-feature-box-35 .main-box .inner-box .title {
  color: #000;
}

.ce-feature-box-35 .main-box .inner-box .subtext {
  color: #fce206;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-35 .main-box .inner-box .small-text {
  color: #000;
  opacity: 0.6;
}

.ce-feature-box-35:hover .main-box .inner-box .small-text {
  color: #000;
  opacity: 0.7;
}

.ce-feature-box-35:hover .main-box .inner-box .subtext {
  color: #000;
}

.ce-feature-box-35 .text-box .inner-box .sc-icons li a:hover {
  color: #fff;
}

.ce-feature-box-35:hover .text-box .inner-box {
  top: 400px;
  background-color: #fce206;
}

/*text box yellow*/
.ce-feature-box-35.primary .main-box .inner-box {
  background-color: #fce206;
}

.ce-feature-box-35.primary .main-box .inner-box .subtext {
  color: #000;
  opacity: 0.7;
}

/*text box dark*/
.ce-feature-box-35.dark .main-box .inner-box {
  background-color: #101010;
}

.ce-feature-box-35.dark .main-box .inner-box .subtext {
  color: #fff;
  opacity: 0.7;
}

.ce-feature-box-35.dark .main-box .inner-box .title {
  color: #fff;
}

.ce-feature-box-35.dark .main-box .inner-box .subtext {
  color: #fff;
}

.ce-feature-box-35.dark .main-box .inner-box .small-text {
  color: #fff;
  opacity: 0.5;
}

.ce-feature-box-35.dark .text-box .inner-box .sc-icons li a {
  color: #fff;
}

.ce-feature-box-35.dark .text-box .inner-box .sc-icons li a:hover {
  color: #fce206;
}

/*dark hover*/
.ce-feature-box-35.dark:hover .main-box .inner-box {
  background-color: #fff;
}

.ce-feature-box-35.dark:hover .main-box .inner-box .title {
  color: #000;
}

.ce-feature-box-35.dark:hover .main-box .inner-box .subtext {
  color: #000;
}

.ce-feature-box-35.dark:hover .main-box .inner-box .small-text {
  color: #000;
  opacity: 0.5;
}

.ce-feature-box-35.dark:hover .text-box .inner-box .sc-icons li a {
  color: #000;
}

/*white box and dark hover*/
.ce-feature-box-35.white-2:hover .main-box .inner-box {
  background-color: #000;
}

.ce-feature-box-35.white-2:hover .main-box .inner-box .title {
  color: #fff;
}

.ce-feature-box-35.white-2:hover .main-box .inner-box .subtext {
  color: #fff;
}

.ce-feature-box-35.white-2:hover .main-box .inner-box .small-text {
  color: #fff;
  opacity: 0.5;
}

.ce-feature-box-35.white-2:hover .text-box .inner-box .sc-icons li a {
  color: #fff;
}

/* feature box 36
 ------------------------------ */
.ce-feature-box-36 {
  width: 100%;
  float: left;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-36.hover-shadow:hover {
  -webkit-box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.1);
}

.ce-feature-box-36.active.hover-shadow {
  -webkit-box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px -1px rgba(0, 0, 0, 0.1);
}

.ce-feature-box-36 .img-box img {
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-36 .img-box {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}

.ce-feature-box-36:hover .img-box img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.ce-feature-box-36 .postinfo-box {
  width: 100%;
  float: left;
  padding: 100px;
  margin: 0px 0 40px 0;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.ce-feature-box-36 .img-box .postdate-box {
  position: absolute;
  float: left;
  padding: 50px;
  z-index: 2;
  right: 0px;
  bottom: 0px;
  background-color: #fce206;
}

.ce-feature-box-36 .img-box .blog-post-info span {
  font-size: 18px;
  color: #101010;
}

.ce-feature-box-36 .postinfo-box .title a:hover {
  color: #fce206;
}

.ce-feature-box-36.border {
  border: 1px solid #e9e9e9;
}

.ce-feature-box-36.less-padd .postinfo-box {
  padding: 60px;
}

.ce-feature-box-36.less-padd-2 .postinfo-box {
  padding: 80px;
}

.ce-feature-box-36 .img-box .postdate-box.less-padd-1 {
  padding: 20px;
}

.ce-feature-box-36 .img-box .postdate-box.less-padd-2 {
  padding: 10px;
}

.ce-feature-box-36.no-margin .postinfo-box {
  margin: 0px 0 0 0;
}

/* feature box 37
 ------------------------------ */
.ce-feature-box-37 {
  width: 100%;
  padding: 45px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
}

.ce-feature-box-37 .icon {
  color: #000;
}

.ce-feature-box-37 .icon i {
  padding-left: 5px;
}

.ce-feature-box-37 .title {
  color: #000;
}

.ce-feature-box-37 p {
  color: #727272;
}

.ce-feature-box-37:hover, .ce-feature-box-37.active {
  border: 1px solid #fce206;
  background-color: #fce206;
}

.ce-feature-box-37:hover .title, .ce-feature-box-37:hover .icon,
.ce-feature-box-37.active .title, .ce-feature-box-37.active .icon {
  color: #000;
}

.ce-feature-box-37:hover p, .ce-feature-box-37.active p {
  color: #000;
  opacity: 0.6;
}

/*primary boxes*/
.ce-feature-box-37.primary {
  border: 1px solid #fce206;
  background-color: #fce206;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-37.primary .small-text {
  color: #000;
  opacity: 0.7;
}

.ce-feature-box-37.primary:hover {
  border: 1px solid #fff;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

/* feature box 38
 ------------------------------ */
.ce-feature-box-38-main {
  width: 100%;
  min-height: 480px;
  float: left;
}

.ce-feature-box-38-main .ce-feature-box-38 {
  position: relative;
  width: 100%;
  float: left;
  left: 0px;
  top: -85px;
  padding: 90px;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-38-main .ce-feature-box-38 .title {
  margin-bottom: 18px;
  color: #101010;
}

.ce-feature-box-38-main .ce-feature-box-38 .text {
  color: #101010;
  opacity: 0.6;
}

.ce-feature-box-38-main .ce-feature-box-38.less-padd {
  padding: 50px;
}

.ce-feature-box-38-main .ce-feature-box-38:hover {
  -webkit-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.2);
  transform: translateY(-8px);
}

/*style 2*/
.ce-feature-box-38-main .ce-feature-box-38.style-2 {
  padding: 80px;
  background-color: #fff;
}

.ce-feature-box-38-main .ce-feature-box-38.style-2 .icon {
  padding-top: 0px;
  color: #fce206;
}

.ce-feature-box-38-main.more-height-1 {
  min-height: 560px;
}

/*primary*/
.ce-feature-box-38-main .ce-feature-box-38.style-2.primary {
  background-color: #fce206;
}

.ce-feature-box-38-main .ce-feature-box-38.style-2.primary .icon {
  color: #000;
  opacity: 0.5;
}

.ce-feature-box-38-main .ce-feature-box-38.style-2.primary:hover {
  box-shadow: none;
}

/* feature box 39
 ------------------------------ */
.ce-feature-box-39 {
  width: 100%;
  float: left;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-39 .img-box img {
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-39 .img-box {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}

.ce-feature-box-39:hover .img-box img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.ce-feature-box-39 .postinfo-box {
  width: 100%;
  float: left;
  padding: 80px;
  margin: 0px 0 40px 0;
  background-color: #f5f5f5;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-39 .img-box .postdate-box {
  position: absolute;
  float: left;
  padding: 50px;
  z-index: 2;
  right: 0px;
  bottom: 0px;
  background-color: #fce206;
}

.ce-feature-box-39 .blog-post-info span {
  font-size: 14px;
  color: #000;
  opacity: 0.4;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-39 .blog-post-info .small-text {
  color: #000;
  opacity: 0.5;
}

.ce-feature-box-39 .postinfo-box .title a:hover {
  color: #252525;
}

.ce-feature-box-39:hover .postinfo-box {
  background-color: #fce206;
}

.ce-feature-box-39:hover .blog-post-info span {
  color: #000;
  opacity: 0.9;
}

.ce-feature-box-39:hover .postinfo-box .small-text {
  color: #000;
  opacity: 0.7;
}

/* feature box 41
 ------------------------------ */
.ce-feature-box-41 {
  width: 100%;
  padding: 0;
}

.ce-feature-box-41 .text-box {
  width: 100%;
  padding: 0 0 0 50px;
}

.ce-feature-box-41 .text-box .top-line {
  position: relative;
  width: 20px;
  height: 3px;
  left: -50px;
  top: 24px;
  background-color: #000;
}

/* feature box 42
 ------------------------------ */
.ce-feature-box-42 {
  width: 100%;
  padding: 50px;
  text-align: center;
  border: 2px solid #ededed;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-42 .icon {
  color: #000;
  opacity: 0.5;
}

.ce-feature-box-42:hover .title {
  color: #000;
}

.ce-feature-box-42:hover, .ce-feature-box-42.active {
  border: 2px solid #fce206;
  background-color: #fce206;
}

.ce-feature-box-42:hover .title, .ce-feature-box-42.active .title {
  color: #000;
}

.ce-feature-box-42:hover .subtext, .ce-feature-box-42.active .subtext {
  color: #000;
}

/* feature box 43
 ------------------------------ */
.ce-feature-box-43 {
  width: 100%;
  float: left;
}

.ce-feature-box-43 .main-box {
  position: relative;
  width: 100%;
  padding: 0px;
  float: left;
  overflow: hidden;
}

.ce-feature-box-43 .main-box .img-box {
  position: relative;
  width: 100%;
  padding: 0px;
  float: left;
  background-color: #f2f2f2;
}

.ce-feature-box-43 .main-box .img-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 30px;
  float: left;
  transition: all 0.3s ease-out 0s;
  background-color: rgba(252, 226, 6, 0.9);
}

.ce-feature-box-43 .main-box img {
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-43 .main-box .img-box {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}

.ce-feature-box-43:hover .img-box img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ce-feature-box-43 .main-box .text-box {
  width: 100%;
  padding: 40px 0 0 0;
  float: left;
}

.ce-feature-box-43 .main-box .text-box .title {
  color: #000;
}

.ce-feature-box-43 .main-box .img-box .overlay .small-text {
  position: absolute;
  color: #000;
  top: 400px;
  left: 10px;
  opacity: 0.8;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-43 .main-box .img-box .overlay .sc-icons {
  position: absolute;
  width: 100%;
  top: 300px;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-43 .main-box .img-box .overlay .sc-icons li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.ce-feature-box-43 .main-box .img-box .overlay .sc-icons li a {
  float: left;
  font-size: 15px;
  color: #101010;
  line-height: 0px;
  margin: 0px;
  padding: 7px;
  display: inline-block;
  border-radius: 100%;
}

.ce-feature-box-43:hover .main-box .img-box .overlay {
  opacity: 1;
}

.ce-feature-box-43:hover .main-box .img-box .overlay .small-text {
  top: 80px;
}

.ce-feature-box-43:hover .main-box .img-box .overlay .sc-icons {
  top: 180px;
}

/* feature box 44
 ------------------------------ */
.ce-feature-box-44 {
  width: 100%;
  float: left;
}

.ce-feature-box-44 .text-box {
  position: relative;
  width: 100%;
  padding: 60px;
  float: left;
  background-color: #101010;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-44 .text-box .act-ribbon {
  position: absolute;
  width: 100px;
  height: 80px;
  top: 0px;
  right: 0px;
  float: left;
}

.ce-feature-box-44 .text-box .price {
  font-weight: 600;
  font-size: 36px;
  color: #101010;
}

.ce-feature-box-44 .text-box .features-list {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
}

.ce-feature-box-44 .text-box .features-list li {
  color: #727272;
  float: left;
  margin: 0;
  font-size: 15px;
  padding: 6px 0;
  width: 100%;
}

.ce-feature-box-44 .text-box .features-list li i {
  color: #18a50b;
  font-size: 16px;
  padding-right: 7px;
}

.ce-feature-box-44 .text-box .features-list li i.icon-red {
  color: #ff2f16;
}

.ce-feature-box-44.active .text-box {
  background-color: #fce206;
}

.ce-feature-box-44.active .text-box .features-list li {
  color: #000;
}

/*box white*/
.ce-feature-box-44.box-white .text-box {
  background-color: #fff;
}

/* feature box 45
 ------------------------------ */
.ce-feature-box-45 {
  width: 100%;
  float: left;
}

.ce-feature-box-45 .icon {
  color: #fff;
  background-color: #101010;
}

.ce-feature-box-45 .title {
  font-size: 20px;
}

.ce-feature-box-45.light .icon {
  color: #101010;
  background-color: #fff;
}

/* feature box 46
 ------------------------------ */
.ce-feature-box-46 {
  width: 100%;
  padding: 0px;
  float: left;
}

.ce-feature-box-46 .ce-post-img {
  position: relative;
  width: 100%;
  padding: 0px;
  float: left;
}

.ce-feature-box-46 .ce-post-img .overlay {
  position: absolute;
  width: 100%;
  padding: 150px 0 0 0;
  float: left;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-46 .ce-post-img .overlay i {
  position: absolute;
  color: #fff;
  top: 250px;
  left: 187px;
  opacity: 0;
  font-size: 22px;
  font-weight: 100;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-46 .text-box {
  height: 320px;
  padding: 30px;
}

.ce-feature-box-46 .text-box.one {
  height: 320px;
}

.ce-feature-box-46 .text-box .blog-post-info span {
  color: #000;
  opacity: 0.3;
}

.ce-feature-box-46 .ce-post-img .arrow-up {
  position: absolute;
  width: 0;
  height: 0;
  left: 175px;
  bottom: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 2;
}

.ce-feature-box-46 .ce-post-img .arrow-down {
  position: absolute;
  width: 0;
  height: 0;
  left: 175px;
  top: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}

.ce-feature-box-46 .text-box .title {
  margin-bottom: 10px;
  line-height: 28px;
}

.ce-feature-box-46 .text-box .title a:hover {
  color: #fce206;
}

.ce-feature-box-46:hover .ce-post-img .overlay {
  opacity: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.ce-feature-box-46:hover .ce-post-img .overlay i {
  top: 150px;
  opacity: 1;
}

/*primary textbox*/
.ce-feature-box-46.primary .text-box {
  background-color: #4C4297;
}

.ce-feature-box-46.primary .ce-post-img .arrow-down {
  border-top: 20px solid #4C4297;
}

.ce-feature-box-46.primary .ce-post-img .arrow-up {
  border-bottom: 20px solid #4C4297;
  z-index: 2;
}

.ce-feature-box-46.primary .text-box .content {
  color: #FFF;
  opacity: 0.6;
}

.ce-feature-box-46.primary .text-box .blog-post-info span {
  color: #FFF;
  opacity: 0.5;
}

.ce-feature-box-46.primary .text-box .title {
  color: #FFF;
}

.ce-feature-box-46.primary .text-box .title a:hover {
  color: #252525;
}

/*dark textbox*/
.ce-feature-box-46.dark .text-box {
  background-color: #101010;
}

.ce-feature-box-46.dark .ce-post-img .arrow-down {
  border-top: 20px solid #101010;
}

.ce-feature-box-46.dark .ce-post-img .arrow-up {
  border-bottom: 20px solid #101010;
  z-index: 2;
}

.ce-feature-box-46.dark .text-box .content {
  color: #fff;
  opacity: 0.4;
}

.ce-feature-box-46.dark .text-box .blog-post-info span {
  color: #fff;
  opacity: 0.3;
}

.ce-feature-box-46.dark .text-box .title {
  color: #fff;
  opacity: 0.7;
}

/* feature box 47
 ------------------------------ */
.ce-feature-box-47 {
  width: 100%;
  padding: 0;
  float: left;
}

.ce-feature-box-47 .text-box {
  width: 100%;
  float: left;
  padding: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-47:hover .text-box {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
}

/* feature box 48
 ------------------------------ */
.ce-feature-box-48 {
  width: 100%;
  padding: 0;
  background-color: #fff;
}

.ce-feature-box-48 .text-box-inner.boxshadow {
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
}

.ce-feature-box-48 .text-box-inner {
  position: relative;
  width: 100%;
  padding: 60px;
  z-index: 3;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-48 .hover-strip {
  position: absolute;
  width: 92.4%;
  height: 4px;
  z-index: 2;
  left: 4%;
  bottom: 0px;
  background-color: #fce206;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-48 .icon {
  color: #fce206;
}

.ce-feature-box-48 .icon i {
  padding-left: 5px;
}

.ce-feature-box-48 .title {
  color: #000;
}

.ce-feature-box-48 p {
  color: #000;
  opacity: 0.6;
}

.ce-feature-box-48:hover .hover-strip {
  height: 100%;
  background-color: #252525;
}

.ce-feature-box-48:hover .title {
  color: #fff;
}

.ce-feature-box-48:hover p {
  color: #fff;
  opacity: 0.4;
}

.ce-feature-box-48:hover .icon {
  color: #fff;
}

.ce-feature-box-48:hover a.read-more.dark-2 {
  color: #fff;
}

/* feature box 49
 ------------------------------ */
.ce-feature-box-49 {
  position: relative;
  width: 100%;
  float: left;
  padding: 100px 100px 100px 200px;
  z-index: 1;
  background-color: #161616;
}

.ce-feature-box-49 .top-box {
  position: absolute;
  width: 45%;
  float: left;
  top: 143px;
  left: -255px;
  padding: 80px;
  z-index: 2;
  background-color: #fce206;
}

.ce-feature-box-49 .top-box .quote-icon {
  position: absolute;
  left: 135px;
  top: -35px;
  text-align: center;
  z-index: 2;
}

.ce-feature-box-49 .top-box .quote-icon i {
  color: #fff;
  font-size: 70px;
}

/* feature box 50
 ------------------------------ */
.ce-feature-box-50 {
  width: 100%;
  padding: 0px;
  float: left;
  transition: all 0.3s ease-out 0s;
  border: 1px solid #EEE;
}

.ce-feature-box-50 .ce-post-img {
  position: relative;
  width: 100%;
  padding: 0px;
  float: left;
}

.ce-feature-box-50 .ce-post-img .overlay {
  position: absolute;
  width: 100%;
  padding: 150px 0 0 0;
  float: left;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-50 .ce-post-img .postinfo-tag {
  position: absolute;
  padding: 10px 20px;
  float: left;
  color: #000;
  top: 20px;
  left: 20px;
  border-radius: 70px;
  background-color: #fce206;
}

.ce-feature-box-50 .ce-post-img .overlay i {
  position: absolute;
  color: #fff;
  top: 250px;
  left: 187px;
  opacity: 0;
  font-size: 22px;
  font-weight: 100;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-50 .text-box {
  height: 320px;
  padding: 30px 30px 30px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-50 .text-box .blog-post-info span {
  color: #000;
  opacity: 0.3;
}

.ce-feature-box-50 .text-box .title {
  margin-bottom: 10px;
  line-height: 28px;
}

.ce-feature-box-50 .text-box .title a:hover {
  color: #A40081;
}

.ce-feature-box-50:hover .ce-post-img .overlay {
  opacity: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.ce-feature-box-50:hover .ce-post-img .overlay i {
  top: 150px;
  opacity: 1;
}

.ce-feature-box-50:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  transform: translateY(-10px);
}

/* feature box 51
 ------------------------------ */
.ce-feature-box-51 {
  width: 100%;
  float: left;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0 1px 21px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 21px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 21px rgba(0, 0, 0, 0.12);
  /*-webkit-box-shadow: 0px 0px 11px 6px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 11px 6px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 11px 6px rgba(0,0,0,0.07);*/
}

.ce-feature-box-51 .main-box {
  position: relative;
  width: 100%;
  padding: 0px;
  float: left;
  overflow: hidden;
  background-color: #fff;
}

.ce-feature-box-51 .main-box .img-box {
  position: relative;
  width: 100%;
  padding: 0px;
  float: left;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

.ce-feature-box-51 .main-box .img-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 30px;
  float: left;
  transition: all 0.3s ease-out 0s;
  background-color: rgba(252, 226, 6, 0.9);
}

.ce-feature-box-51 .main-box img {
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-51 .main-box .img-box {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}

.ce-feature-box-51:hover .img-box img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ce-feature-box-51 .main-box .text-box {
  width: 100%;
  padding: 40px 20px;
  float: left;
}

.ce-feature-box-51 .main-box .text-box .title {
  color: #000;
}

.ce-feature-box-51 .main-box .img-box .overlay .small-text {
  position: absolute;
  color: #000;
  top: 400px;
  left: 10px;
  opacity: 0.8;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-51 .main-box .img-box .overlay .sc-icons {
  position: absolute;
  width: 100%;
  top: 300px;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-51 .main-box .img-box .overlay .sc-icons li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.ce-feature-box-51 .main-box .img-box .overlay .sc-icons li a {
  float: left;
  font-size: 15px;
  color: #101010;
  line-height: 0px;
  margin: 0px;
  padding: 7px;
  display: inline-block;
  border-radius: 100%;
}

.ce-feature-box-51:hover .main-box .img-box .overlay {
  opacity: 1;
}

.ce-feature-box-51:hover .main-box .img-box .overlay .small-text {
  top: 80px;
}

.ce-feature-box-51:hover .main-box .img-box .overlay .sc-icons {
  top: 180px;
}

.ce-feature-box-51:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
  transform: translateY(-10px);
}

/*dark background*/
.ce-feature-box-51.dark .main-box .img-box {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,252525+100 */
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #000000 0%, #252525 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #000000 0%, #252525 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #252525 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#252525',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.ce-feature-box-51.dark .main-box .img-box .overlay {
  padding: 80px;
}

.ce-feature-box-51.dark .main-box .img-box .overlay .small-text {
  width: 90%;
}

/* feature box 52
 ------------------------------ */
.ce-feature-box-52 {
  width: 100%;
  float: left;
}

.ce-feature-box-52 .text-box {
  position: relative;
  width: 100%;
  padding: 80px;
  float: left;
  overflow: hidden;
  background-color: #101010;
}

.ce-feature-box-52 .text-box .icon {
  position: relative;
  color: #fff;
  top: 45px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-52 .text-box .title {
  position: relative;
  padding-top: 10px;
  color: #fff;
  top: 42px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-52 .text-box .small-text {
  position: relative;
  color: #fff;
  opacity: 0;
  top: 150px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-52:hover .text-box .icon {
  top: 0px;
}

.ce-feature-box-52:hover .text-box .small-text {
  top: 2px;
  opacity: 0.5;
}

.ce-feature-box-52:hover .text-box .title {
  top: 2px;
}

.ce-feature-box-52 .text-box.bg-2 {
  background-color: #1c1c1c;
}

/*primary color*/
.ce-feature-box-52.primary .text-box .overlay {
  position: absolute;
  width: 100%;
  padding: 0;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.ce-feature-box-52.primary .text-box {
  background-color: #fce206;
}

.ce-feature-box-52.primary .text-box .icon {
  z-index: 2;
  color: #000;
}

.ce-feature-box-52.primary .text-box .title {
  z-index: 2;
  color: #000;
}

.ce-feature-box-52.primary:hover .text-box .small-text {
  opacity: 0.7;
  z-index: 2;
  color: #000;
}

/* feature box 53
 ------------------------------ */
.ce-feature-box-53 {
  width: 100%;
  float: left;
}

.ce-feature-box-53 .imgbox-xtiny {
  width: 40px;
  height: 40px;
  background-color: #000;
}

.ce-feature-box-53 .text-box-right {
  padding-top: 10px;
}

/* feature box 54
 ------------------------------ */
.ce-feature-box-54 {
  width: 100%;
  padding: 0;
  float: left;
}

.ce-feature-box-54 .icon {
  position: relative;
  color: #666;
  top: 20px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-54 .title {
  position: relative;
  color: #9a9a9a;
  top: 20px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-54 .small-text {
  position: relative;
  color: #9a9a9a;
  top: 20px;
  opacity: 0.7;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-54 .btn {
  position: relative;
  opacity: 0;
  top: 100px;
  background-color: #454545;
  color: #fff;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-54:hover .icon {
  top: -5px;
  color: #fce206;
}

.ce-feature-box-54:hover .title {
  top: 5px;
  color: #fff;
}

.ce-feature-box-54:hover .small-text {
  top: 0;
}

.ce-feature-box-54:hover .btn {
  top: 0px;
  opacity: 1;
}

/* feature box 55
 ------------------------------ */
.ce-feature-box-55 {
  width: 100%;
  float: left;
}

.ce-feature-box-55 .img-box {
  position: relative;
  width: 100%;
  padding: 0px;
  float: left;
}

.ce-feature-box-55 .img-box .overlay {
  position: absolute;
  width: 100%;
  padding: 0;
  float: left;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}

.ce-feature-box-55 .img-box .overlay.light-1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.ce-feature-box-55 .img-box .overlay.light-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.ce-feature-box-55 .img-box .overlay.light-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.ce-feature-box-55 .img-box .overlay.light-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.ce-feature-box-55 .img-box .overlay.light-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.ce-feature-box-55 .img-box .overlay.light-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.ce-feature-box-55 .img-box .overlay .text-box {
  position: relative;
  width: 100%;
  padding: 80px;
  float: left;
  overflow: hidden;
}

.ce-feature-box-55 .img-box .overlay .text-box .title {
  position: relative;
  padding-top: 10px;
  color: #fff;
  top: 220px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-55 .img-box .overlay .text-box .small-text {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  top: 219px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-55 .img-box .overlay .text-box .btn {
  position: relative;
  top: 250px;
  transition: all 0.3s ease-out 0s;
}

/*hover*/
.ce-feature-box-55:hover .img-box .overlay .text-box .title {
  top: 40px;
}

.ce-feature-box-55:hover .img-box .overlay .text-box .small-text {
  top: 60px;
}

.ce-feature-box-55:hover .img-box .overlay .text-box .btn {
  top: 50px;
}

/*primary*/
.ce-feature-box-55 .img-box .overlay.primary {
  background-color: rgba(252, 226, 6, 0.9);
}

.ce-feature-box-55 .img-box .overlay.primary .text-box .title {
  color: #000;
}

.ce-feature-box-55 .img-box .overlay.primary .text-box .small-text {
  color: #000;
  opacity: 0.7;
}

/* feature box 56
 ------------------------------ */
.ce-feature-box-56 {
  width: 100%;
  padding: 0;
}

/* feature box 57
 ------------------------------ */
.ce-feature-box-57 {
  width: 100%;
  float: left;
  padding: 15px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-57 .icon {
  color: #939393;
  padding-top: 20px;
}

.ce-feature-box-57 .title {
  color: #000;
}

/* feature box 58
 ------------------------------ */
.ce-feature-box-58 {
  width: 100%;
  float: left;
  padding: 0;
}

.ce-feature-box-58 input {
  width: 60%;
  height: 60px;
  padding: 15px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}

.ce-feature-box-58 .submit-btn {
  width: 23%;
  height: 60px;
  padding: 0px;
  color: #727272;
  text-transform: uppercase;
  border: 1px solid #101010;
  background-color: #101010;
}

/* feature box 59
 ------------------------------ */
.ce-feature-box-59 {
  width: 100%;
  padding: 0 50px 0 50px;
}

.ce-feature-box-59.slider-btn-6 .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  color: #727272;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  left: -172px;
  top: -310px;
  padding: 15px;
  font-size: 14px;
  border-radius: 0px;
  background: url(prev-arrow3.png) center center no-repeat;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-59.slider-btn-6 .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  color: #727272;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  right: -172px;
  top: -310px;
  padding: 20px;
  font-size: 14px;
  border-radius: 0px;
  background: url(next-arrow3.png) center center no-repeat;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-59.slider-btn-6 .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background: url(prev-arrow3.png) center center no-repeat;
}

.ce-feature-box-59.slider-btn-6 .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: url(next-arrow3.png) center center no-repeat;
}

.ce-feature-box-59.slider-btn-6 .owl-theme .owl-controls {
  position: relative;
  width: 100%;
}

.ce-feature-box-59.slider-btn-6 .owl-theme .owl-controls {
  position: absolute;
  margin-top: 25%;
}

.ce-feature-box-59.slider-btn-6 .owl-carousel .owl-item {
  width: 100%;
  float: left;
  padding: 0 0;
}

/* feature box 60
 ------------------------------ */
.ce-feature-box-60 {
  width: 100%;
  padding: 100px;
  float: left;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

/* feature box 61
 ------------------------------ */
.ce-feature-box-61 {
  width: 100%;
  float: left;
  padding: 0px;
  transition: all 0.3s ease-out 0s;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
}

.ce-feature-box-61 .img-list {
  width: 100%;
  float: left;
}

.ce-feature-box-61 .img-box {
  position: relative;
  width: 100%;
  padding: 0px;
  float: left;
  overflow: hidden;
}

.ce-feature-box-61 .img-box img {
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-61:hover .img-box img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ce-feature-box-61 .img-box .overlay {
  position: absolute;
  width: 100%;
  padding: 70px;
  top: 500px;
  left: 0px;
  float: left;
  background-color: rgba(252, 226, 6, 0.9);
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-61 .img-box .overlay p {
  color: #000;
  opacity: 0.7;
}

.ce-feature-box-61 .img-box .overlay .title {
  color: #101010;
}

.ce-feature-box-61 .img-box .overlay .sub-text {
  color: #fce206;
}

.ce-feature-box-61 .img-box .overlay .sc-icons {
  width: 100%;
  padding: 0px;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-61 .img-box .overlay .sc-icons li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.ce-feature-box-61 .img-box .overlay .sc-icons li a {
  width: 40px;
  height: 40px;
  float: left;
  font-size: 15px;
  color: #101010;
  line-height: 0px;
  margin: 0px;
  display: inline-block;
  border-radius: 100%;
}

.ce-feature-box-61 .img-box .overlay .sc-icons li a:hover {
  color: #fff;
}

.ce-feature-box-61:hover .img-box .overlay {
  top: 0px;
}

.ce-feature-box-61:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
  transform: translateY(-10px);
}

/* feature box 62
 ------------------------------ */
.ce-feature-box-62 {
  width: 100%;
  float: left;
  padding: 60px;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-62 .imgbox-xtiny {
  width: 40px;
  height: 40px;
  background-color: #000;
}

.ce-feature-box-62 .text-box-right {
  padding-top: 10px;
}

.ce-feature-box-62:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  transform: translateY(-10px);
}

/*box primary*/
.ce-feature-box-62.primary {
  background-color: #fce206;
}

.ce-feature-box-62.primary .date {
  color: #000;
  opacity: 0.6;
}

.ce-feature-box-62.primary .title {
  color: #000;
}

.ce-feature-box-62.primary .small-text {
  color: #000;
  opacity: 0.7;
}

.ce-feature-box-62.primary:hover {
  box-shadow: none;
}

/* feature box 63
 ------------------------------ */
.ce-feature-box-63 {
  width: 100%;
  padding: 100px;
  background-color: #fff;
}

/* feature box 64
 ------------------------------ */
.ce-feature-box-64 {
  width: 100%;
  float: left;
  padding: 60px;
  border: 3px solid #f5f5f5;
  background-color: #f5f5f5;
  transition: all 0.3s ease-out 0s;
}

/* feature box 65
 ------------------------------ */
.ce-feature-box-65 {
  width: 100%;
  float: left;
}

.ce-feature-box-65 .icon {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ce-feature-box-65 .content {
  color: #000;
  opacity: 0.6;
}

/* feature box 66
 ------------------------------ */
.ce-feature-box-66 {
  width: 100%;
  float: left;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-66 .img-box {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
}

.ce-feature-box-66 .text-box {
  padding: 50px;
}

.ce-feature-box-66 .text-box .title a:hover {
  color: #fce206;
}

.ce-feature-box-66 .img-box img {
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-66:hover .img-box img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.ce-feature-box-66:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
}

/* feature box 67
 ------------------------------ */
.ce-feature-box-67 {
  position: relative;
  width: 100%;
  float: left;
  padding: 100px 100px 100px 200px;
  z-index: 1;
  background-color: #fff;
}

.ce-feature-box-67 .top-box {
  position: absolute;
  width: 45%;
  float: left;
  top: 143px;
  left: -255px;
  padding: 80px;
  z-index: 2;
  background-color: #fce206;
}

.ce-feature-box-67 .top-box .quote-icon {
  position: absolute;
  left: 135px;
  top: -35px;
  text-align: center;
  z-index: 2;
}

.ce-feature-box-67 .top-box .quote-icon i {
  color: #fff;
  font-size: 70px;
}

/* icon text list
 ------------------------------ */
.ce-icon-text-list {
  overflow: hidden;
  padding-left: 0;
}

.ce-icon-text-list li {
  float: left;
  padding: 25px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  width: 50%;
}

.ce-icon-text-list li::before, .ce-icon-text-list li::after {
  content: "";
  position: absolute;
}

.ce-icon-text-list li::before {
  border-left: 1px dashed #e4e4e4;
  height: 100%;
  left: -1px;
  top: 0;
}

.ce-icon-text-list li::after {
  border-bottom: 1px dashed #e4e4e4;
  bottom: -1px;
  height: 0;
  left: 0;
  top: auto;
  width: 100%;
}

/* =========== client logos ============= */
.ce4-clients.grid-cols-2 li {
  width: 50%;
}

.ce4-clients.grid-cols-3 li {
  width: 33.33%;
}

.ce4-clients.grid-cols-4 li {
  width: 25%;
}

.ce4-clients.grid-cols-5 li {
  width: 20%;
}

.ce4-clients.grid-cols-6 li {
  width: 16.66%;
}

.ce4-clients {
  padding-left: 0px;
  overflow: hidden;
}

.ce4-clients li {
  position: relative;
  width: 20%;
  float: left;
  padding: 25px 0;
  transition: all 0.3s ease-out 0s;
}

.ce4-clients li a img {
  width: 100%;
}

.ce4-clients li a, .ce4-clients li img {
  display: block;
  margin: 0 auto;
  width: 75%;
}

.ce4-clients li::before, .ce4-clients li::after {
  content: "";
  position: absolute;
}

.ce4-clients li::before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #e9e9e9;
}

.ce4-clients li::after {
  width: 100%;
  height: 0;
  left: 0;
  top: auto;
  bottom: -1px;
  border-bottom: 1px solid #e9e9e9;
}

.ce4-clients.border-dark li::before {
  border-left: 1px solid #333333;
}

.ce4-clients.border-dark li::after {
  border-bottom: 1px solid #333333;
}

.ce4-clients.noborder li::before {
  border-left: none;
}

/* logo hover styles
 ------------------------------ */
.ce4-clients.hover-1 li:hover {
  background-color: #101010;
}

.ce4-clients.hover-2 li:hover {
  background-color: #f5f5f5;
}

.ce4-clients.hover-3 li:hover {
  background-color: #f5f5f5;
}

.ce4-clients.hover-4 li a {
  opacity: 0.4;
}

.ce4-clients.hover-4 li a:hover {
  opacity: 1;
}

/*============ Progress circles ============ */
.percent {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.percent-2 {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.percent-3 {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.percent.align-left {
  margin: 0;
}

.percent.align-left.title {
  padding: 0 0 0 20px;
}

/*============ pages sidebar ============ */
.pages-sidebar-item {
  float: left;
  margin-bottom: 60px;
  width: 100%;
}

.pages-sidebar-item .social-links {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.pages-sidebar-item .social-links li {
  float: left;
  margin: 0;
  padding: 0;
}

.pages-sidebar-item .social-links li a {
  color: #101010;
  float: left;
  padding: 0 20px 0 0;
}

.pages-sidebar-item .social-links li a:hover {
  color: #fce206;
}

.pages-newsletter {
  border: 1px solid #e4e4e4;
  float: left;
  height: 45px;
  padding: 10px;
  width: 100%;
}

.bg2-rightcol-links {
  float: left;
  padding: 0;
  width: 100%;
}

.pages-sidebar-item-title {
  font-size: 20px;
  margin-bottom: 25px;
}

.pages-sidebar-links {
  float: left;
  padding: 0;
  width: 100%;
}

.pages-sidebar-links li {
  border-bottom: 1px solid #ececec;
  float: left;
  width: 100%;
}

.pages-sidebar-links li a {
  float: left;
  padding: 10px 0;
  width: 100%;
}

.pages-sidebar-links li a:hover, .pages-sidebar-links li a.active {
  color: #A40081;
}

.pages-sidebar-links li:last-child {
  border-bottom: medium none;
}

.pages-tags {
  margin: 0;
  padding: 0;
}

.pages-tags li {
  margin: 0;
  padding: 0;
}

.pages-tags li a {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  color: #727272;
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px 15px;
}

.pages-tags li a:hover, .pages-tags li a.active {
  background-color: #101010;
  color: #727272;
}

/*============ Site map ============ */
ul.sitemap {
  margin: 0;
  padding: 0;
}

ul.sitemap li {
  margin: 0 0 8px;
}

ul.sitemap li a {
  color: #fce206;
}

ul.sitemap li a:hover {
  text-decoration: underline;
}

ul.sitemap li ul {
  padding-left: 30px;
}

/*============ 404 page ============ */
.error_holder {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 60%;
}

.error_holder.two {
  text-align: left;
  width: 100%;
}

.error_holder .title {
  font-size: 110px;
  font-weight: 400;
  line-height: 65px;
  margin: 0;
  padding: 30px 0;
}

.error_title_big {
  font-size: 200px;
  font-weight: bold;
  line-height: 65px;
  margin: 0;
  padding: 30px 0;
}

.error-search-box {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.error-search-box .email_input {
  border: 1px solid #e4e4e4;
  color: #727272;
  height: 50px;
  width: 70%;
  padding: 15px;
}

.error-search-box .input_submit {
  background-color: #fce206;
  border: 1px solid #fce206;
  color: #fff;
  height: 50px;
  transition: all 0.3s ease-out 0s;
  width: 20%;
}

.error-search-box .input_submit:hover {
  background-color: #242424;
  border: 1px solid #242424;
}

.error-title-big {
  font-size: 200px;
  font-weight: bold;
  line-height: 65px;
  margin: 0;
  padding: 30px 0;
}

/*============ portfolio single page ============ */
.port-project-info {
  width: 100%;
  float: left;
  padding: 40px;
  border: 1px solid #f1f1f1;
}

.port-project-info li {
  padding: 0 0 10px 0;
  margin: 0px;
}

.port-project-info li span {
  color: #101010;
  display: inline-block;
  font-weight: 700;
  width: 150px;
}

.port-project-info li span i {
  margin-right: 7px;
  position: relative;
  text-align: center;
  top: 1px;
  width: 14px;
}

/*============ comment page input ============ */
.bg-cinput {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  color: #101010;
  float: left;
  height: 45px;
  margin-bottom: 15px;
  padding: 8px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.bg-ctexteria {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  color: #101010;
  float: left;
  margin-bottom: 15px;
  padding: 8px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
  height: 160px;
}

/*============ blog oagenation ============ */
ul.blog-pagenation {
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.blog-pagenation li {
  display: inline;
  margin: 0;
  padding: 0;
}

.blog-pagenation li a {
  border: 1px solid #e9e9e9;
  color: #101010;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center;
  width: 40px;
  background-color: #fff;
}

.blog-pagenation li a:hover, .blog-pagenation li a.active {
  background-color: #fce206;
  border: 1px solid #fce206;
  color: #fff;
}

/* video wrapper
 ------------------------------ */
.bg2-video-wrapper {
  width: 100%;
  float: left;
  padding: 0px;
}

.bg2-video-wrapper iframe {
  width: 700px;
  height: 415px;
}

/* video wrapper
 ------------------------------ */
.flexslider .feature-box-1 {
  position: absolute;
  width: 700px;
  padding: 100px;
  float: left;
  margin: 150px 0 0 200px;
  z-index: 2;
  background-color: #fce206;
}

.ce-newsletter-1 {
  width: 100%;
  height: 60px;
  float: left;
  padding: 20px;
  border-radius: 40px;
  border: 1px solid #fff;
  background-color: #fff;
}

.newsletter-submit-btn {
  width: 100%;
  height: 60px;
  float: left;
  padding: 0px;
  margin-top: 5px;
  color: #000;
  text-transform: uppercase;
  border-radius: 40px;
  border: 1px solid #fce206;
  background-color: #fce206;
}

/*----------------------------RESPONSIVE STYLES------------------------------- */
/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {
  .ce-feature-box-66 .text-box {
    padding: 18px;
  }

  .ce-feature-box-55 .img-box .overlay .text-box .title {
    top: 0;
  }

  .ce-feature-box-55 .img-box .overlay .text-box .small-text {
    top: 0;
  }

  .ce-feature-box-55:hover .img-box .overlay .text-box .title {
    top: 0;
  }

  .ce-feature-box-55:hover .img-box .overlay .text-box .small-text {
    top: 0;
  }

  .ce-feature-box-55:hover .img-box .overlay .text-box .btn {
    top: 0;
  }

  .ce-feature-box-55 .img-box .overlay .text-box {
    padding: 30px;
  }

  .ce-feature-box-49 .top-box {
    width: 70%;
  }

  .ce-feature-box-49 {
    padding: 100px 100px 100px 145px;
  }

  .ce-feature-box-67 .top-box {
    width: 80%;
  }
}
/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {
  .ce-feature-box-1 .main-box {
    padding: 85px;
    top: 0;
    margin-top: 50px;
  }

  .ce-feature-box-61 .img-box .overlay {
    top: 620px;
  }

  .ce-feature-box-49 .top-box {
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }

  .ce-feature-box-49 .top-box .quote-icon {
    position: static;
    left: 135px;
    top: 0;
  }

  .ce-feature-box-38-main .ce-feature-box-38 {
    position: static;
  }

  .ce-feature-box-22-main .ce-feature-box-22 {
    position: static;
  }
}
/* ---------- MAX 800PX ---------- */
@media only screen and (max-width: 800px) {
  .ce-feature-box-38-main .ce-feature-box-38 {
    position: static;
  }

  .ce-feature-box-38-main.more-height-1 {
    min-height: auto;
  }
}
/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {
  .ce-feature-box-20 {
    padding: 0;
  }

  .ce-feature-box-23 .img-box .overlay {
    top: 625px;
  }
}
/* ---------- MAX 767PX ---------- */
@media screen and (max-width: 640px) {
  .ce-feature-box-1 .main-box {
    padding: 60px;
  }
}
@media screen and (max-width: 480px) {
  .ce-feature-box-1 .main-box {
    padding: 45px;
  }

  .ce-feature-box-63 {
    padding: 60px;
  }

  .ce-feature-box-49 {
    padding: 50px;
  }

  .ce-feature-box-67 .top-box {
    width: 45%;
    top: 0;
    left: 0;
  }

  .ce-feature-box-67 {
    position: static;
    width: 100%;
    float: left;
    padding: 50px;
  }

  .ce-feature-box-67 .top-box {
    width: 100%;
  }

  .ce-feature-box-67 {
    margin-top: 287px;
  }

  .ce-feature-box-67 .top-box .quote-icon {
    top: -35px;
  }

  .ce-feature-box-67 .top-box .quote-icon {
    top: 0;
  }

  .ce-feature-box-3 .postinfo-box {
    padding: 45px;
  }

  .ce-feature-box-3 .img-box .postdate-box {
    padding: 14px;
  }
}
/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {
  .ce-feature-box-63 {
    padding: 30px;
  }

  .ce-feature-box-35 .main-box .inner-box {
    top: 424px;
  }

  .ce-feature-box-35:hover .text-box .inner-box {
    top: 340px;
  }

  .ce-feature-box-36.less-padd-2 .postinfo-box {
    padding: 60px;
  }

  .ce-feature-box-30 .text-box .img-circle {
    left: 95px;
  }

  .ce-feature-box-67 {
    margin-top: 352px;
  }

  .ce-feature-box-1 .main-box {
    padding: 15px;
  }
}
/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 320px) {
  .ce-feature-box-49 .top-box {
    padding: 15px;
  }

  .ce-feature-box-49 {
    padding: 10px;
  }
}
.pages-sidebar-item {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .pages-sidebar-item {
    margin-top: 100px;
  }
}
.blog-pagenation li a:hover,
.blog-pagenation li a.active {
  background-color: #A40081;
  border-color: #A40081;
}

@media only screen and (max-width: 767px) {
  .ce-feature-box-46 .text-box {
    height: auto;
  }

  .ce-feature-box-46 .text-box.one {
    height: auto;
  }
}
.ce-feature-box-46.primary .text-box {
  /*background-color:#4C4297;*/
  background: #FFF;
}

.ce-feature-box-46.primary .ce-post-img .arrow-down {
  /*border-top: 20px solid #4C4297;*/
  border-top: 20px solid #FFF;
  left: 45%;
}

.ce-feature-box-46.primary .ce-post-img .arrow-up {
  /*border-bottom: 20px solid #4C4297;*/
  border-bottom: 20px solid #FFF;
  z-index: 2;
  left: 45%;
}

@media only screen and (max-width: 1024px) {
  .ce-feature-box-46 .ce-post-img .arrow-up,
  .ce-feature-box-46 .ce-post-img .arrow-down {
    display: none;
  }
}
.ce-feature-box-46.primary .text-box .content {
  /*color:#FFF;*/
  color: #333;
  /*opacity:0.6;*/
}

.ce-feature-box-46.primary .text-box .title {
  /*color:#FFF;*/
  font-size: 24px;
  color: inherit;
}

.ce-feature-box-46.primary {
  transition: all 0.3s ease-out 0s;
}

.ce-feature-box-46.primary:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}

.ce-feature-box-50:hover .text-box .title,
.ce-feature-box-46.primary:hover .text-box .title {
  color: #87006A;
}

.ce-feature-box-50 .text-box {
  height: auto;
}

/*ボタン*/
.ce-feature-box-55-box {
  position: relative;
}

.ce-feature-box-55-box .btn {
  width: 150px;
  margin: 0 auto;
  padding: 5px 0;
  color: #FFFFFF;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out 0s;
  z-index: 888;
}

/*.ce-feature-box-55-box .btn img:hover{
 opacity: 0.75;
}*/
@media screen and (max-width: 767px) {
  .ce-feature-box-55-box .btn {
    bottom: 40px;
  }

  /* .ce-feature-box-55-box .btn img {
    width: 90%;
  }*/
}
.ce-feature-box-55-box .img-box .overlay {
  background: none;
}

.ce-feature-box-55-box .img-box .overlay:hover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.ce-feature-box-2 .img-box .overlay .title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  font-family: "Times New Roman";
  font-style: italic;
  letter-spacing: 0.1em;
}

.ce-feature-box-46:hover .ce-post-img .overlay {
  background: none;
}

/*============ pages sidebar ============ */
.pages-sidebar-links li .blank {
  float: left;
  padding: 10px 0;
  width: 100%;
  display: inline-block;
}

ul.pages-sidebar-links li a:hover {
  margin-left: 8px;
}

/* =============================================================================
   #Theme js library
   ========================================================================== */
/* megamenu */
/* line 1, ../sass/screen.scss */
*:focus, button:focus, input:focus, *, input, button, *:active, input:active, button:active, .bootstrap-select .btn:focus, option {
  outline: none !important;
  outline: 0px !important;
}

/* line 5, ../sass/screen.scss */
.banner-section {
  background: #000;
  height: 1500px;
  font-size: 14px;
}

/* line 14, ../sass/screen.scss */
.header-section {
  /*font-family: 'Open Sans', sans-serif;*/
  background-color: #020203;
  /*padding-top: 5px;*/
}

/* line 22, ../sass/screen.scss */
.header-section img {
  max-width: 100%;
}

/* line 25, ../sass/screen.scss */
.header-section .container {
  max-width: 1200px;
  width: auto;
}

/* =========== menu logo margins ============ */
/* line 29, ../sass/screen.scss */
.header-section .logo {
  display: inline-block;
  margin-top: 18px;
}

.header-section .logo.top-mar-1 {
  margin-top: 22px;
}

.header-section .logo.style-2 {
  margin-top: 18px;
}

.header-section .logo.mar-1 {
  margin-top: 10px;
}

.header-section .logo.mar-2 {
  margin-top: 15px;
}

.header-section .logo.mar-3 {
  margin-top: 20px;
}

.header-section .logo.mar-4 {
  /*margin-top: 23px;*/
}

.header-section .logo.mar-5 {
  margin-top: 25px;
}

.header-section .logo.mar-6 {
  margin-top: 27px;
}

.header-section .logo.mar-7 {
  margin-top: 30px;
}

.header-section .logo.im-mar {
  margin-top: 18px;
  margin-bottom: 20px;
}

/* line 33, ../sass/screen.scss */
.header-section .row {
  position: static;
}

/* line 35, ../sass/screen.scss */
.header-section .row > * {
  position: static;
}

/* line 39, ../sass/screen.scss */
.header-section .mod-menu {
  position: relative;
  z-index: 999;
}

/* line 43, ../sass/screen.scss */
.header-section ul {
  list-style: none;
  padding: 0px;
  margin: 0 0 0 10px;
}

.header-section ul.no-left-mar {
  margin: 0 0 0 0;
}

/* line 47, ../sass/screen.scss */
.header-section ul li {
  position: relative;
}

/* line 49, ../sass/screen.scss */
.header-section ul li a {
  color: #fff;
  background: none !important;
  padding: 22px 10px;
  text-decoration: none !important;
}

.header-section ul li a.icon-center {
  text-align: center;
}

.header-section ul li a.m-link {
  color: #8a8a8a;
}

.header-section.style3 ul li a {
  color: #fff;
  background: none !important;
  padding: 30px 15px;
  text-decoration: none !important;
}

.header-section.white ul li a {
  color: #101010;
}

.header-section.dark-dropdowns ul li a {
  color: #727272;
}

.header-section.dark-dropdowns.mlinks-dark ul li a {
  color: #101010;
}

/* line 56, ../sass/screen.scss */
.header-section ul li.active > a {
  color: #A40081;
}

/* line 60, ../sass/screen.scss */
.header-section ul li .number {
  font-size: 0.71429em;
  background: #A40081;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: -4px;
  top: 19px;
  border-radius: 100%;
}

.header-section ul li .number.mar2 {
  top: 37px;
}

/* line 74, ../sass/screen.scss */
.header-section ul li ul {
  position: absolute;
  top: 100%;
  left: -20%;
  margin-left: -115px;
  background: #fff;
  width: 230px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* line 85, ../sass/screen.scss */
.header-section ul li ul li {
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.header-section.style3 ul li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.header-section.style1 ul li ul li {
  border-bottom: 1px solid #f0f0f0;
}

/* line 87, ../sass/screen.scss */
.header-section ul li ul li a {
  color: #242424;
  padding: 12px 23px;
  display: block;
  text-transform: none;
}

.header-section.style1 ul li ul li a {
  padding: 12px 23px;
}

.header-section.style1 ul li.align-left ul li a {
  text-align: left;
}

.header-section.style4 ul li.align-left ul li a {
  text-align: left;
}

.header-section.style4 ul li ul li a {
  padding: 12px 23px;
}

.header-section ul li ul li a:hover {
  margin-left: 8px;
}

/* line 95, ../sass/screen.scss */
.header-section ul li ul li ul {
  left: 100%;
  right: auto;
  top: 0px;
  margin-left: 0px;
  width: 0px;
  overflow: hidden;
  display: block;
}

.header-section ul li ul.dm-align-2 {
  left: 120px;
}

/* line 103, ../sass/screen.scss */
.header-section ul li ul li ul li {
  width: 230px;
}

/* line 120, ../sass/screen.scss */
.header-section ul li.right ul li ul {
  left: auto;
  right: 100%;
}

/* line 134, ../sass/screen.scss */
.header-section ul li.mega-menu {
  position: static;
}

/* line 136, ../sass/screen.scss */
.header-section ul li.mega-menu > ul {
  width: 100%;
  left: 0px;
  float: none;
  margin-left: 0px;
  max-height: 0px;
  display: block;
  overflow: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/* line 149, ../sass/screen.scss */
.header-section ul li.mega-menu > ul > li {
  padding: 30px 0;
  float: left;
  border: none;
  width: 25%;
}

.header-section ul li.mega-menu.align-left > ul > li {
  text-align: left;
}

.header-section ul li.mega-menu.five-col > ul > li {
  padding: 30px 0;
  float: left;
  border: none;
  width: 20%;
}

.header-section ul li.mega-menu.six-col > ul > li {
  padding: 30px 0;
  float: left;
  border: none;
  width: 16%;
}

/* line 154, ../sass/screen.scss */
.header-section ul li.mega-menu > ul > li > a {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 600;
}

/* line 160, ../sass/screen.scss */
.header-section ul li.mega-menu > ul > li ul {
  width: 100%;
  position: relative;
  right: auto;
  top: auto;
  left: auto;
}

/* line 166, ../sass/screen.scss */
.header-section ul li.mega-menu > ul > li ul li {
  border: none;
}

/* line 168, ../sass/screen.scss */
.header-section ul li.mega-menu > ul > li ul li a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-section ul li.mega-menu > ul > li ul li a:hover {
  color: #A40081;
  margin-left: 8px;
  transition: all 0.2s ease-out 0s;
}

.header-section.primary-dropdowns ul li.mega-menu > ul > li ul li a:hover {
  color: #101010;
  margin-left: 8px;
  transition: all 0.2s ease-out 0s;
}

/* line 183, ../sass/screen.scss */
.header-section ul li.search-parent {
  position: static;
}

/* line 192, ../sass/screen.scss */
.header-section ul li.search-parent .search-box {
  background: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}

/* line 201, ../sass/screen.scss */
.header-section ul li.search-parent .search-box .content {
  padding: 30px 95px 30px 30px;
}

/* line 207, ../sass/screen.scss */
.header-section ul li.search-parent .search-box .form-control {
  height: auto;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  box-shadow: none;
  padding-right: 45px;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 215, ../sass/screen.scss */
.header-section ul li.search-parent .search-box .form-control input {
  background: none;
  border: none;
  width: 100%;
  font-size: 1.42857em;
  color: #727272;
}

/* line 222, ../sass/screen.scss */
.header-section ul li.search-parent .search-box .form-control .search-btn {
  font-size: 1.42857em;
  position: absolute;
  right: 96px;
  top: 11px;
  color: #070607;
}

.header-section.dark-dropdowns ul li.search-parent .search-box .form-control .search-btn {
  color: #fff;
}

.header-section ul li.search-parent .search-box .form-control .search-btn.mar-1 {
  top: -11px;
}

.header-section ul li.search-parent .search-box .form-control .search-btn.mar-2 {
  top: 6px;
}

/* line 230, ../sass/screen.scss */
.header-section ul li.search-parent .search-box .close-btn {
  position: absolute;
  top: 6px;
  right: 20px;
  color: #070607;
  font-size: 1.85714em;
  opacity: .5;
}

.header-section ul li.search-parent .search-box .close-btn.mar-1 {
  top: -8px;
}

/* line 248, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box {
  background: #fff;
  width: 370px;
  position: absolute;
  top: 100%;
  right: -47%;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  max-height: 0px;
  overflow: hidden;
}

/* line 258, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box .content {
  padding: 30px;
}

/* line 263, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box span {
  color: #A40081;
}

/* line 266, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box ul {
  display: block;
  position: relative;
  left: 0px;
  margin: 0px;
  width: 100%;
  border-top: 1px solid #ededed;
  margin-top: 25px;
  max-height: none !important;
  opacity: 1 !important;
}

/* line 277, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box ul li {
  position: relative;
  padding: 30px 30px 30px 100px;
  min-height: 141px;
  font-size: 1.21429em;
}

/* line 282, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box ul li .close-btn {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  padding: 0px;
  right: 10px;
  font-size: 1.05882em;
  color: #070707;
  opacity: .4;
  font-weight: 300;
}

/* line 293, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box ul li span {
  display: block;
  font-size: 1.05882em;
  padding-top: 10px;
}

/* line 298, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box ul li img {
  position: absolute;
  top: 30px;
  left: 0px;
}

/* line 305, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box .row {
  margin-left: -5px;
  margin-right: -5px;
}

/* line 308, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box .row > * {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 313, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box .btn {
  margin-top: 30px;
  border-radius: 0px;
  background: #070607 !important;
  padding: 15px;
  color: #a1a1a1;
  font-size: 14px;
  border: none;
}

/* line 324, ../sass/screen.scss */
.header-section ul li.cart-parent .cart-box .btn.btn-primary {
  background: #A40081 !important;
  color: #fff;
}

/* line 335, ../sass/screen.scss */
.header-section #menu {
  float: right;
}

/* line 339, ../sass/screen.scss */
.header-section .main-nav .nav {
  float: none;
}

.header-section .main-nav.border {
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
}

/* line 341, ../sass/screen.scss */
.header-section .main-nav .nav.top-nav {
  float: right;
}

/* line 343, ../sass/screen.scss */
.header-section .main-nav .nav.top-nav > li {
  float: left;
}

/* =========== menu style 1 ============ */
.header-section.style1 {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-section.style1.noborder {
  border-bottom: none;
}

.header-section.style1 .container.cs-boder {
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
}

.header-section.style1 ul li a {
  /*padding: 35px 15px;*/
}

.header-section.style1 ul li a.dark {
  color: #101010;
}

.header-section.style1 ul li a.padd-more {
  padding: 25px 20px;
  border-right: 1px solid #f0f0f0;
}

.header-section.style1 ul li.search-parent .search-box .close-btn.mar-1 {
  top: 8px;
  padding: 35px 15px;
}

.header-section.style1 ul li.search-parent .search-box .form-control .search-btn.mar-1 {
  top: 5px;
  padding: 35px 15px;
}

.btn-top-1 {
  position: relative;
  color: #fff;
  float: right;
  right: -343px;
  top: -25px;
  margin-top: 17px;
  padding: 10px 35px;
  border-radius: 30px;
  z-index: 5;
  background-color: #A40081;
  transition: all 0.3s ease-out 0s;
}

.btn-top-1:hover {
  color: #fff;
  background-color: #101010;
}

.btn-top-2 {
  position: relative;
  color: #fff;
  float: right;
  right: 0px;
  top: -25px;
  margin-top: 17px;
  padding: 10px 35px;
  border-radius: 30px;
  z-index: 5;
  background-color: #A40081;
  transition: all 0.3s ease-out 0s;
}

.btn-top-2:hover {
  color: #fff;
  background-color: #101010;
}

/* =========== menu style 1 ============ */
.header-section.dark-dropdowns.style1 ul li ul li a {
  color: #727272;
}

.header-section.dark-dropdowns.style1 ul li.mega-menu > ul > li ul li a:hover {
  color: #A40081;
}

.header-section.style2 {
  height: 92px;
}

.header-section.style2 ul li a {
  padding: 30px 15px;
}

.header-section.style2 ul li ul li a {
  padding: 12px 23px;
}

.header-section.style2 ul li ul li {
  border-bottom: 1px solid #f1f1f1;
}

.header-section.style2.white-bg {
  background-color: #fff;
}

.header-section.style2.boder-b {
  border-bottom: 1px solid #f1f1f1;
}

.header-section.style2 ul li a {
  color: #101010;
}

.header-section.dark-dropdowns.style2 ul li.mega-menu > ul > li ul li a {
  color: #727272;
}

.header-section.dark-dropdowns.style2 ul li ul li a {
  color: #fff;
}

.header-section.dark-dropdowns.style2 ul li.mega-menu > ul > li ul li a:hover {
  color: #A40081;
}

.header-section.dark-dropdowns.style2 ul li.mega-menu > ul > li ul li.active a {
  color: #A40081;
}

.header-section.dark-dropdowns.style2 ul li:hover > a, .header-section.dark-dropdowns.style2 ul li.active > a {
  color: #A40081;
}

.header-section.dark-dropdowns.style2 ul li ul li a {
  color: #727272;
}

.header-section.dark-dropdowns.style2 ul li:hover > a {
  color: #A40081;
}

.header-section.dark-dropdowns.style2 ul li.active > a .active-strip {
  background-color: #A40081;
}

.active-strip {
  width: 100%;
  height: 3px;
  float: left;
  margin-top: 8px;
  background-color: transparent;
}

/* =========== menu style 3 ============ */
/* line 19, ../sass/screen.scss */
.header-section.style3 {
  background: #fff;
}

/* =========== menu style 4 ============ */
.header-section.style4 ul li a {
  color: #fff;
  background: none !important;
  padding: 35px 15px;
  text-decoration: none !important;
}

.header-section.style4.less-padd ul li a {
  padding: 30px 15px;
}

.header-section.white {
  background-color: #fff;
}

.header-section.light {
  background-color: #f5f5f5;
}

/* =========== dark color dropdowns with style4 ============ */
/*.header-section.dark-dropdowns.style4 ul li a {
  color: #727272;
}*/
.header-section.dark-dropdowns.style4 ul li ul li a {
  color: #727272;
}

.header-section.dark-dropdowns.style4 ul li ul {
  background-color: #101010;
}

.header-section.dark-dropdowns.style4 ul li.mega-menu > ul > li ul li a:hover {
  color: #A40081;
}

.header-section.style4 ul li.mega-menu > ul > li ul li a:hover {
  color: #101010;
  margin-left: 8px;
  transition: all 0.2s ease-out 0s;
}

.header-section.dark-dropdowns.style4 ul li.search-parent .search-box .form-control .search-btn {
  color: #fff;
}

.header-section.dark-dropdowns.style4 ul li.search-parent .search-box .close-btn {
  color: #727272;
}

.header-section.dark-dropdowns.style4 ul li.search-parent .search-box .form-control {
  background-color: #101010;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.header-section.dark-dropdowns.style4 ul li.cart-parent .cart-box ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-section.dark-dropdowns.style4 ul li.cart-parent .cart-box ul li .close-btn {
  color: #727272;
}

/* =========== dark color dropdowns ============ */
.header-section.dark-dropdowns ul li.search-parent .search-box {
  background: #101010;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}

.header-section.dark-dropdowns ul li.search-parent .search-box {
  background: #101010;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}

.header-section.dark-dropdowns ul li.search-parent .search-box .close-btn {
  color: #727272;
}

.header-section.dark-dropdowns ul li.cart-parent .cart-box {
  background: #101010;
}

.header-section.dark-dropdowns.style4 ul li.cart-parent .cart-box {
  background: #101010;
}

.header-section.dark-dropdowns ul li.cart-parent .cart-box ul li .close-btn {
  color: #727272;
}

.header-section.dark-dropdowns ul li.search-parent .search-box .form-control {
  background-color: #101010;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.header-section.dark-dropdowns ul li.cart-parent .cart-box ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-section.dark-dropdowns ul li ul {
  background-color: #101010;
}

@media only screen and (min-width: 1001px) {
  /* line 352, ../sass/screen.scss */
  .header-section {
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* line 359, ../sass/screen.scss */
  .header-section.absotule {
    position: absolute;
  }

  /* =================== pin style ==================== */
  /* line 364, ../sass/screen.scss */
  .header-section.pin-style.pin-start {
    position: fixed;
  }

  /* line 371, ../sass/screen.scss */
  .header-section.pin-style.pin {
    background: rgba(2, 2, 3, 0.8);
    -webkit-transition: all .6s;
    transition: all .6s;
  }

  .header-section.white.pin-style.pin {
    background: #fff;
  }

  /* line 390, ../sass/screen.scss */
  .header-section.pin-style.before {
    -webkit-transition: all .6s;
    transition: all .6s;
  }

  /* line 394, ../sass/screen.scss */
  .header-section.pin-style .mod-menu {
    border: none !important;
  }

  /* line 598, ../sass/screen.scss */
  .header-section ul li:hover > a, .header-section ul li.active > a {
    /*color: #A40081;*/
  }

  .header-section ul li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-section.white ul li ul li {
    border-bottom: 1px solid #f1f1f1;
  }

  /* line 603, ../sass/screen.scss */
  .header-section ul li ul {
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }

  /* line 609, ../sass/screen.scss */
  .header-section ul li ul li ul {
    max-height: none;
    opacity: 1;
  }

  /* line 614, ../sass/screen.scss */
  .header-section ul li ul li:hover > ul {
    width: 230px;
  }

  /* line 623, ../sass/screen.scss */
  .header-section ul li:hover > ul {
    opacity: 1;
    max-height: 2000px;
    overflow: visible;
  }

  /* line 627, ../sass/screen.scss */
  .header-section ul li:hover > ul li {
    overflow: visible;
  }

  /* line 629, ../sass/screen.scss */
  .header-section ul li:hover > ul li ul {
    overflow: hidden;
    opacity: 1;
  }

  /* line 637, ../sass/screen.scss */
  .header-section ul li.mega-menu > ul {
    opacity: 0;
  }

  /* line 642, ../sass/screen.scss */
  .header-section ul li.mega-menu:hover > ul {
    opacity: 1;
    max-height: 2000px;
  }

  /* line 648, ../sass/screen.scss */
  .header-section ul li.search-parent {
    position: static;
  }

  .header-section ul li.search-parent a.m-link {
    color: #A40081;
  }

  .header-section ul li.cart-parent a.m-link {
    color: #A40081;
  }

  /* line 650, ../sass/screen.scss */
  .header-section ul li.search-parent .search-box {
    opacity: 0;
  }

  /* line 654, ../sass/screen.scss */
  .header-section ul li.search-parent.active .search-box {
    opacity: 1;
    max-height: 2000px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  /* line 663, ../sass/screen.scss */
  .header-section ul li.cart-parent .cart-box {
    opacity: 0;
  }

  /* line 667, ../sass/screen.scss */
  .header-section ul li.cart-parent.active .cart-box {
    opacity: 1;
    max-height: 2000px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  /* line 679, ../sass/screen.scss */
  .header-section ul li.cart-parent .cart-box .btn:hover {
    opacity: .8;
  }

  /* =========== menu style 1 ============ */
  .header-section.pin-style.pin.style1 {
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  }

  .header-section.pin-style.pin.style1.no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .header-section.style1.links-dark ul li a {
    color: #101010;
  }

  .header-section.dark-dropdowns.style1 ul li:hover > a, .header-section.dark-dropdowns.style1 ul li.active > a {
    color: #A40081;
  }

  /* =========== menu style 2 ============ */
  /* line 401, ../sass/screen.scss */
  .header-section.style2 .col-sm-2 {
    float: right;
    text-align: right;
  }

  /* line 405, ../sass/screen.scss */
  .header-section.style2 .col-sm-10 {
    float: left;
    text-align: left;
    width: auto;
  }

  /* line 410, ../sass/screen.scss */
  .header-section.style2 .logo {
    display: block;
  }

  .header-section.style2 ul li ul li a span.sub-arrow {
    float: right;
    font-size: 14px;
    color: #fff;
  }

  .header-section.style2 ul li ul li a span.sub-arrow.dark {
    color: #101010;
  }

  .header-section.style2.pin-style.pin {
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  }

  .header-section.dark-dropdowns.style2 ul li ul li a span.sub-arrow.dark {
    color: #727272;
  }

  /* =========== menu style 3 ============ */
  /* line 415, ../sass/screen.scss */
  .header-section.style3 {
    padding-top: 0px;
    background: #fff;
    border: none;
  }

  .header-section.style3 .container {
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    margin-bottom: 35px;
  }

  /* line 419, ../sass/screen.scss */
  .header-section.style3.pin {
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  }

  /* line 422, ../sass/screen.scss */
  .header-section.style3 .logo {
    position: absolute;
    left: 47%;
    margin-left: -65px;
    top: -50px;
    margin-top: 0px;
  }

  /* line 429, ../sass/screen.scss */
  .header-section.style3 ul li.search-parent .search-box {
    background: #101010;
  }

  /* line 431, ../sass/screen.scss */
  .header-section.style3 ul li.search-parent .search-box .form-control {
    background: #282828;
    border: none;
  }

  /* line 434, ../sass/screen.scss */
  .header-section.style3 ul li.search-parent .search-box .form-control .search-btn {
    color: #fff;
  }

  /* line 438, ../sass/screen.scss */
  .header-section.style3 ul li.search-parent .search-box .close-btn {
    color: #fff;
  }

  /* line 442, ../sass/screen.scss */
  .header-section.style3 ul li.cart-parent .cart-box {
    background: #070607;
    color: #fff;
  }

  /* line 444, ../sass/screen.scss */
  .header-section.style3 ul li.cart-parent .cart-box ul {
    border-top: 1px solid #070607;
    background: none;
  }

  /* line 448, ../sass/screen.scss */
  .header-section.style3 ul li.cart-parent .cart-box ul li {
    color: #fff;
  }

  /* line 450, ../sass/screen.scss */
  .header-section.style3 ul li.cart-parent .cart-box ul li .close-btn {
    color: #fff;
  }

  /* line 457, ../sass/screen.scss */
  .header-section.style3 .mod-menu {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }

  /* line 464, ../sass/screen.scss */
  .header-section.style3 ul li a {
    color: #101010;
  }

  /* line 469, ../sass/screen.scss */
  .header-section.style3 .col-sm-10 {
    width: 100%;
    float: none;
  }

  /* line 473, ../sass/screen.scss */
  .header-section.style3 .col-sm-2 {
    float: none;
  }

  /* line 476, ../sass/screen.scss */
  .header-section.style3 #menu {
    float: left;
    width: 90%;
  }

  /* line 480, ../sass/screen.scss */
  .header-section.style3 #menu ul:first-child {
    float: left;
  }

  /* line 483, ../sass/screen.scss */
  .header-section.style3 #menu ul:last-child {
    float: right;
  }

  /* line 487, ../sass/screen.scss */
  .header-section.style3 #menu ul li ul {
    background: #101010;
    float: none !important;
  }

  /* line 490, ../sass/screen.scss */
  .header-section.style3 #menu ul li ul li {
    border-color: #282828;
  }

  /* line 491, ../sass/screen.scss */
  .header-section.style3 #menu ul li ul li a {
    color: #727272;
    padding: 12px 23px;
  }

  /* line 497, ../sass/screen.scss */
  .header-section.style3 #menu ul li ul li:hover > a, .header-section.style3 #menu ul li ul li.active > a {
    color: #A40081;
  }

  .header-section.style3 #menu ul li ul li:hover a span.sub-arrow, header-section.style3 #menu ul li ul li.active a span.sub-arrow {
    color: #A40081;
  }

  /* line 507, ../sass/screen.scss */
  .header-section.style3 #menu ul li.mega-menu li ul li a {
    color: #727272;
  }

  /* line 511, ../sass/screen.scss */
  .header-section.style3 #menu ul li.mega-menu li ul li:hover a, .header-section.style3 #menu ul li.mega-menu li ul li.active a {
    color: #A40081;
  }

  .header-section.style3 ul li ul li a span.sub-arrow {
    float: right;
    font-size: 14px;
    color: #fff;
  }

  /* line 376, ../sass/screen.scss */
  .header-section.pin-style.pin.style3 {
    padding: 0px;
  }

  /* line 378, ../sass/screen.scss */
  .header-section.pin-style.pin.style3 .logo {
    top: 0px;
  }

  /* =========== menu style 4 ============ */
  /* line 367, ../sass/screen.scss */
  .header-section.pin-style.style4 {
    border: none;
    margin-top: 50px;
  }

  /* line 367, ../sass/screen.scss */
  .header-section.pin-style.style4 {
    border: none;
    margin-top: 50px;
  }

  /* line 367, ../sass/screen.scss */
  .header-section.pin-style.style4.no-mar {
    margin-top: 0px;
  }

  .header-section.pin-style.style4.fn-mar {
    margin-top: 15px;
  }

  .header-section.pin-style.style4.top-mar-1 {
    margin-top: -50px;
  }

  /* line 382, ../sass/screen.scss */
  .header-section.pin-style.pin.style4 {
    padding-top: 0px;
    background: #fff;
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  }

  /* line 385, ../sass/screen.scss */
  .header-section.pin-style.pin.style4 .mod-menu {
    background: none;
  }

  /* line 524, ../sass/screen.scss */
  .header-section.style4 {
    background: none;
    padding-top: 0px;
  }

  /* line 527, ../sass/screen.scss */
  .header-section.style4.pin {
    background: rgba(0, 0, 0, 0.5);
  }

  /* line 530, ../sass/screen.scss */
  .header-section.style4 .mod-menu {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 530, ../sass/screen.scss */
  .header-section.style4.no-bg .mod-menu {
    background: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-section.style4 .mod-menu.pad-more {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 537, ../sass/screen.scss */
  .header-section.style4 ul li a {
    color: #101010;
  }

  /* line 542, ../sass/screen.scss */
  .header-section.style4 ul li ul {
    background: #A40081;
  }

  /* line 544, ../sass/screen.scss */
  .header-section.style4 ul li ul li {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .header-section.style4 ul li ul li a {
    color: #fff;
  }

  .header-section.style4 ul li ul li a span.sub-arrow {
    float: right;
    font-size: 14px;
    color: #fff;
  }

  .header-section.style4 ul li ul li a:hover {
    color: #101010;
    margin-left: 8px;
  }

  .header-section.style4 ul li ul li:hover > a, .header-section.style4 ul li ul li.active > a {
    color: #101010;
  }

  /* line 551, ../sass/screen.scss */
  .header-section.style4 ul li.search-parent .search-box {
    background: #A40081;
  }

  /* line 553, ../sass/screen.scss */
  .header-section.style4 ul li.search-parent .search-box .form-control {
    background: #A40081;
    border: 1px solid #f0be64;
  }

  /* line 555, ../sass/screen.scss */
  .header-section.style4 ul li.search-parent .search-box .form-control input {
    color: #fff;
  }

  /* line 559, ../sass/screen.scss */
  .header-section.style4 ul li.search-parent .search-box .form-control .search-btn {
    color: #fff;
  }

  /* line 563, ../sass/screen.scss */
  .header-section.style4 ul li.search-parent .search-box .close-btn {
    color: #fff;
  }

  /* line 567, ../sass/screen.scss */
  .header-section.style4 ul li.cart-parent .cart-box {
    background: #A40081;
    color: #fff;
  }

  /* line 569, ../sass/screen.scss */
  .header-section.style4 ul li.cart-parent .cart-box span {
    color: #fff;
  }

  /* line 572, ../sass/screen.scss */
  .header-section.style4 ul li.cart-parent .cart-box ul {
    border-top: 1px solid #f0be64;
    background: none;
  }

  /* line 576, ../sass/screen.scss */
  .header-section.style4 ul li.cart-parent .cart-box ul li {
    color: #fff;
  }

  /* line 578, ../sass/screen.scss */
  .header-section.style4 ul li.cart-parent .cart-box ul li .close-btn {
    color: #fff;
  }

  /* line 584, ../sass/screen.scss */
  .header-section.style4 ul li.cart-parent .cart-box .btn.btn-primary {
    background: #fff !important;
    color: #070607;
  }

  /* =========== menu style 5 ============ */
  .header-section.style5 {
    height: 100px;
  }

  .header-section.style5.dark #menu ul li ul li:hover > a, .header-section.style5.dark #menu ul li ul li.active > a {
    color: #A40081;
  }

  .header-section.style5.dark #menu ul li ul li a {
    color: #727272;
  }

  .header-section.style5.dark #menu ul li ul {
    background: #101010;
    float: none !important;
  }

  .header-section.style5 {
    background: #fff;
  }

  .header-section.style5 .container {
    border-top: 1px solid #f1f1f1;
    border-bottom: 2px solid #101010;
    margin-bottom: 35px;
  }

  .header-section.style5 .container.no-border {
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    margin-bottom: 35px;
  }

  .header-section.style5 ul li a {
    color: #101010;
    background: none !important;
    padding: 35px 15px;
    text-decoration: none !important;
  }

  .header-section.style5.dark ul li ul li a {
    padding: 12px 23px;
  }

  .header-section.style5.pin-style.pin {
    background: #fff;
    -webkit-transition: all .6s;
    transition: all .6s;
  }

  /* =========== primary color dropdowns ============ */
  .header-section.primary-dropdowns ul li ul {
    background: #A40081;
  }

  /* line 546, ../sass/screen.scss */
  .header-section.primary-dropdowns ul li ul li a {
    color: #fff;
  }

  .header-section.primary-dropdowns ul li ul li a:hover {
    color: #101010;
    margin-left: 8px;
  }

  .header-section.primary-dropdowns ul li:hover > a, .header-section.dark-dropdowns ul li.active > a {
    color: #A40081;
  }

  .header-section.primary-dropdowns.style4 ul li:hover > a, .header-section.dark-dropdowns.style4 ul li.active > a {
    color: #A40081;
  }

  .header-section.primary-dropdowns ul li ul li a:hover {
    color: #101010;
    margin-left: 8px;
  }

  .header-section.primary-dropdowns ul li.cart-parent .cart-box {
    background: #A40081;
  }

  .header-section.primary-dropdowns.mcol-title ul li.mega-menu > ul > li a {
    color: #fff;
  }

  .header-section.primary-dropdowns.mcol-title ul li ul li:hover a {
    color: #fff !important;
  }

  /* =========== active style 1 ============ */
  .header-section.act-style-1 ul li.active > a {
    color: #fff !important;
    background-color: #A40081 !important;
  }

  /* =========== dark color dropdowns ============ */
  .header-section.dark-dropdowns ul li:hover > a, .header-section.dark-dropdowns ul li.active > a {
    color: #A40081;
  }

  .header-section.dark-dropdowns ul li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-section.dark-dropdowns.style4 ul li:hover > a, .header-section.dark-dropdowns.style4 ul li.active > a {
    color: #A40081;
  }

  .header-section.dark-dropdowns.style4 #menu ul li ul li:hover a span.sub-arrow, header-section.dark-dropdowns.style4 #menu ul li ul li.active a span.sub-arrow {
    color: #A40081;
  }

  .header-section.dark-dropdowns.style4 ul li.search-parent .search-box {
    background: #101010;
  }

  .header-section.primary-dropdowns.style4 ul li ul li a:hover {
    color: #fff;
  }

  /* =========== menu center align ============ */
  /* line 620, ../sass/screen.scss */
  .header-section .mod-menu.center-style {
    text-align: center;
  }

  /* line 624, ../sass/screen.scss */
  .header-section .mod-menu.center-style .main-nav > ul > li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  /* line 630, ../sass/screen.scss */
  .header-section .mod-menu.center-style .main-nav .nav.top-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  /* line 637, ../sass/screen.scss */
  .header-section .mod-menu.center-style #menu {
    float: none;
    display: inline-block;
  }

  /* =========== for boxed versions ============ */
  /*if you want to use boxed version please remove below comment for your menu styles*/
  /*  .header-section.pin-style.pin.style4 {
     width:100%;
     padding-top: 0px;
     background: none;
     margin-top:0px;
     margin:auto;
  
   }
   .header-section.pin-style.pin.style4 .container{
    max-width:1240px;
    background: #fff;
      -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0,0, 0.2);
     -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0,0, 0.2);
     box-shadow: 0px 0px 8px 1px rgba(0, 0,0, 0.2);
  }*/
  /*  .header-section.pin-style.pin.style1 {
     width:100%;
     padding-top: 0px;
     background: none;
     margin-top:0px;
     margin:auto;
      -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
  
   }
   .header-section.pin-style.pin.style1 .container{
    max-width:1240px;
    background: #fff;
      -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
  }*/
  /*.header-section.pin-style.pin.style2 {
   width:100%;
   padding-top: 0px;
   background: none;
   margin-top:0px;
   margin:auto;

 }
 .header-section.pin-style.pin.style2 .container{
  max-width:1240px;
}*/
}
@media only screen and (max-width: 1000px) {
  /* line 720, ../sass/screen.scss */
  .header-section ul li.cart-parent .cart-box {
    -webkit-transition: all 0s;
    transition: all 0s;
  }

  /* line 724, ../sass/screen.scss */
  .header-section ul li.menu-icon {
    font-size: 1.71429em;
    padding: 10px 0 0 0;
  }

  /* line 727, ../sass/screen.scss */
  .header-section ul li.menu-icon a {
    margin: 0px;
    border: none;
    padding: 10px;
  }

  /* line 733, ../sass/screen.scss */
  .header-section {
    padding-bottom: 10px;
    border: none;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
  }

  /* line 741, ../sass/screen.scss */
  .header-section.pin-start {
    position: absolute;
  }

  /* line 747, ../sass/screen.scss */
  .header-section.off {
    position: fixed;
  }

  /* line 750, ../sass/screen.scss */
  .header-section .logo {
    position: relative;
    z-index: 9999;
  }

  /* line 755, ../sass/screen.scss */
  .header-section .main-nav .nav {
    float: none;
  }

  /* line 757, ../sass/screen.scss */
  .header-section .main-nav .nav.top-nav {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 2;
    text-align: right;
  }

  /* line 765, ../sass/screen.scss */
  .header-section .main-nav .nav.top-nav li {
    display: inline-block !important;
    vertical-align: top;
    float: none;
  }

  /* line 773, ../sass/screen.scss */
  .header-section .logo {
    padding-left: 10px;
  }

  /* line 776, ../sass/screen.scss */
  .header-section #menu {
    float: none;
    border: none;
    box-shadow: none;
    margin: 0 -15px;
    padding: 35px 0 0;
    z-index: 99;
  }

  /* line 783, ../sass/screen.scss */
  .header-section #menu > ul {
    background: #fff;
    margin: 0px;
  }

  /* line 786, ../sass/screen.scss */
  .header-section #menu > ul li {
    position: relative;
    border-bottom: 1px solid #ececec;
  }

  /* line 787, ../sass/screen.scss */
  .header-section #menu > ul li a {
    color: #242424;
    padding: 15px 25px;
    text-transform: none;
  }

  /* line 793, ../sass/screen.scss */
  .header-section #menu > ul li .arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 25px;
    cursor: pointer;
    z-index: 999;
  }

  /* line 802, ../sass/screen.scss */
  .header-section #menu > ul li .arrow:before {
    content: "";
    background: #242424;
    position: absolute;
    top: 17px;
    left: 11px;
    width: 15px;
    height: 3px;
  }

  /* line 811, ../sass/screen.scss */
  .header-section #menu > ul li .arrow:after {
    content: "";
    background: #242424;
    position: absolute;
    top: 10px;
    left: 17px;
    height: 15px;
    width: 3px;
  }

  /* line 824, ../sass/screen.scss */
  .header-section #menu > ul li.hover > a, .header-section #menu > ul li.active > a {
    color: #A40081;
  }

  /* line 831, ../sass/screen.scss */
  .header-section #menu > ul li.hover > .arrow:after {
    display: none;
  }

  /* line 836, ../sass/screen.scss */
  .header-section #menu > ul li.hover > ul {
    display: block;
  }

  /* line 841, ../sass/screen.scss */
  .header-section #menu > ul li ul {
    display: none;
    max-height: none;
    position: relative;
    width: 100%;
    left: auto;
    margin: 0px;
    top: auto;
    border-top: 1px solid #ececec;
  }

  /* line 850, ../sass/screen.scss */
  .header-section #menu > ul li ul li {
    float: none;
    width: 100%;
    padding: 0px;
    border: none;
  }

  /* line 856, ../sass/screen.scss */
  .header-section #menu > ul li ul li a {
    text-transform: none;
    font-weight: 400;
    padding-left: 45px;
  }

  /* line 861, ../sass/screen.scss */
  .header-section #menu > ul li ul li ul {
    right: 0px;
  }

  /* line 863, ../sass/screen.scss */
  .header-section #menu > ul li ul li ul li a {
    padding-left: 65px;
  }

  /* line 876, ../sass/screen.scss */
  .header-section ul li.search-parent.active > a {
    color: #A40081;
  }

  /* line 879, ../sass/screen.scss */
  .header-section ul li.search-parent.active .search-box {
    max-height: none;
  }

  /* line 885, ../sass/screen.scss */
  .header-section ul li.cart-parent {
    position: static;
  }

  /* line 888, ../sass/screen.scss */
  .header-section ul li.cart-parent.active > a {
    color: #A40081;
  }

  /* line 891, ../sass/screen.scss */
  .header-section ul li.cart-parent.active .cart-box {
    width: 100%;
    max-height: 2000px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  /* line 897, ../sass/screen.scss */
  .header-section ul li.cart-parent.active .cart-box ul li {
    display: block !important;
    text-align: left;
  }

  /* line 902, ../sass/screen.scss */
  .header-section ul li.cart-parent.active .cart-box .col-xs-8 {
    text-align: left;
  }

  /* =========== menu style 3 ============ */
  /* line 744, ../sass/screen.scss */
  .header-section.style3 {
    padding-bottom: 0px;
  }

  /* line 909, ../sass/screen.scss */
  .header-section.style3 .logo {
    margin-top: 5px;
  }

  /* line 912, ../sass/screen.scss */
  .header-section.style3 .main-nav .nav.top-nav {
    top: 32px;
  }

  /* line 917, ../sass/screen.scss */
  .header-section.style3 ul li a {
    color: #000;
  }

  /* line 922, ../sass/screen.scss */
  .header-section.style3 .main-nav {
    padding-top: 10px;
  }

  /* line 925, ../sass/screen.scss */
  .header-section.style3 #menu {
    background: #101010;
  }

  /* line 927, ../sass/screen.scss */
  .header-section.style3 #menu ul {
    background: none;
  }

  /* line 929, ../sass/screen.scss */
  .header-section.style3 #menu ul li {
    border-color: #262626;
  }

  /* line 931, ../sass/screen.scss */
  .header-section.style3 #menu ul li a {
    color: #ffffff;
  }

  /* line 936, ../sass/screen.scss */
  .header-section.style3 #menu ul li .arrow:before, .header-section.style3 #menu ul li .arrow:after {
    background: #fff;
  }

  /* line 942, ../sass/screen.scss */
  .header-section.style3 #menu ul li.active > a, .header-section.style3 #menu ul li.hover > a {
    color: #A40081;
  }

  /* line 946, ../sass/screen.scss */
  .header-section.style3 #menu ul li ul {
    border-color: #262626;
  }

  /* line 949, ../sass/screen.scss */
  .header-section.style3 #menu ul li ul li a {
    color: #727272;
  }

  /* =========== menu style 4 ============ */
  /* line 958, ../sass/screen.scss */
  .header-section.style4 {
    background: #fff;
    padding-bottom: 0px;
  }

  /* line 961, ../sass/screen.scss */
  .header-section.style4 .logo {
    margin-bottom: 20px;
  }

  /* line 966, ../sass/screen.scss */
  .header-section.style4 ul li a {
    color: #050505;
  }

  /* line 971, ../sass/screen.scss */
  .header-section.style4 #menu {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* line 974, ../sass/screen.scss */
  .header-section.style4 #menu ul {
    background: #A40081;
  }

  /* line 976, ../sass/screen.scss */
  .header-section.style4 #menu ul li {
    border-color: #f0be64;
  }

  /* line 979, ../sass/screen.scss */
  .header-section.style4 #menu ul li a {
    color: #fff;
  }

  /* line 984, ../sass/screen.scss */
  .header-section.style4 #menu ul li .arrow:before, .header-section.style4 #menu ul li .arrow:after {
    background: #fff;
  }

  /* line 989, ../sass/screen.scss */
  .header-section.style4 #menu ul li ul {
    border-color: #f0be64;
  }

  /* line 991, ../sass/screen.scss */
  .header-section.style4 #menu ul li ul li {
    border-color: #f0be64;
  }

  .header-section.dark-dropdowns.style4 #menu ul {
    background: #101010;
  }

  /* =========== menu style 5 ============ */
  .header-section.style5 #menu > ul {
    background: #fff;
    margin: 78px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1004, ../sass/screen.scss */
  .header-section .logo {
    width: 240px;
  }
}
@media only screen and (max-width: 360px) {
  /* line 1004, ../sass/screen.scss */
  .header-section .logo {
    width: 190px;
  }

  /* line 1007, ../sass/screen.scss */
  .header-section .main-nav .nav.top-nav {
    top: -7px;
  }

  /* line 1010, ../sass/screen.scss */
  .header-section ul li.menu-icon {
    /*padding-left: 5px;*/
  }

  /* line 1013, ../sass/screen.scss */
  .header-section.style3 .main-nav .nav.top-nav {
    top: 7px;
  }
}
@media only screen and (min-width: 1001px) {
  /* line 1018, ../sass/screen.scss */
  #menu {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 1024, ../sass/screen.scss */
  .header-section .col-sm-10, .header-section .col-sm-2 {
    width: auto;
    float: none;
  }

  .header-section .col-sm-9 {
    width: 100%;
    float: left;
  }

  /* line 1034, ../sass/screen.scss */
  .nopadding {
    position: static;
  }

  /* line 1038, ../sass/screen.scss */
  .navbar-nav > li {
    float: none;
  }

  .header-section ul li.cart-parent .cart-box {
    right: 0%;
  }

  /*========== menu style 1 =============*/
  .header-section.style1 {
    background-color: #101010;
    border-bottom: none;
  }

  .header-section.style1.white {
    background-color: #fff;
  }

  .header-section.style1.light {
    background-color: #f5f5f5;
  }

  .header-section.dark-dropdowns ul li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  /*========== menu style 4 =============*/
  .header-section.style4 ul li.search-parent .search-box {
    top: 90px;
  }

  .header-section.style4 ul li.cart-parent .cart-box {
    top: 90px;
  }

  .header-section.style4 #menu > ul li.hover > a, .header-section.style4 #menu > ul li.active > a {
    color: #101010;
  }

  /*========== menu style 5 =============*/
  .header-section.style5 {
    height: 80px;
  }

  .header-section.style5 .col-sm-9 {
    width: 100%;
  }

  /*========== menu dark dropdown style =============*/
  .header-section.dark-dropdowns #menu > ul {
    background: #101010;
  }

  .header-section.dark-dropdowns #menu > ul li a {
    color: #727272;
  }

  .header-section.dark-dropdowns #menu > ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-section.dark-dropdowns #menu > ul li .arrow::before {
    background: #fff;
  }

  .header-section.dark-dropdowns #menu > ul li .arrow::after {
    background: #fff;
  }

  .header-section.dark-dropdowns #menu > ul li.hover > a, .header-section.dark-dropdowns #menu > ul li.active > a {
    color: #A40081;
  }

  .header-section.dark-dropdowns #menu > ul li ul {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  /*========== menu dark dropdown in style4 =============*/
  .header-section.dark-dropdowns.style4 #menu > ul {
    background: #101010;
  }

  .header-section.dark-dropdowns.style4 #menu > ul li a {
    color: #727272;
  }

  .header-section.dark-dropdowns.style4 #menu > ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-section.dark-dropdowns.style4 #menu > ul li .arrow::before {
    background: #fff;
  }

  .header-section.dark-dropdowns.style4 #menu > ul li .arrow::after {
    background: #fff;
  }

  .header-section.dark-dropdowns.style4 #menu > ul li.hover > a, .header-section.dark-dropdowns.style4 #menu > ul li.active > a {
    color: #A40081;
  }

  .header-section.dark-dropdowns.style4 #menu > ul li ul {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-section.dark-dropdowns.style4 ul li.search-parent .search-box {
    background: #101010;
  }

  /*========== menu primary color dropdown style =============*/
  .header-section.primary-dropdowns #menu > ul {
    background: #A40081;
  }

  .header-section.primary-dropdowns #menu > ul li a {
    color: #fff;
  }

  .header-section.primary-dropdowns #menu > ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-section.primary-dropdowns #menu > ul li .arrow::before {
    background: #fff;
  }

  .header-section.primary-dropdowns #menu > ul li .arrow::after {
    background: #fff;
  }

  .header-section.primary-dropdowns #menu > ul li.hover > a, .header-section.primary-dropdowns #menu > ul li.active > a {
    color: #101010;
  }

  .header-section.primary-dropdowns #menu > ul li ul {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-section.primary-dropdowns ul li ul {
    background: #A40081;
  }

  .btn-top-1 {
    right: 0px;
    top: 0px;
    margin: 10px 0;
  }

  .header-section.dark-dropdowns.style2.active-style-1 ul li.active > a {
    border-bottom: none;
  }

  .header-section.dark-dropdowns.style2 #menu {
    padding: 70px 0 0;
  }

  .header-section ul li.search-parent a.m-link {
    color: #A40081;
  }

  .header-section ul li.cart-parent a.m-link {
    color: #A40081;
  }

  .btn-top-1 {
    left: 0px;
    text-align: left;
    float: left;
    margin-top: 20px;
  }
}
/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {
  .btn-top-1 {
    right: -176px;
  }
}
/* ---------- MAX 360PX ---------- */
/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 640px) {
  .header-section.style5 #menu > ul {
    background: #fff;
    margin: 40px 0 0 0;
  }
}
/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 480px) {
  .header-section.style5 #menu > ul {
    background: #fff;
    margin: 40px 0 0 0;
  }
}
/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {
  .header-section.style4 ul li.search-parent .search-box {
    top: 74px;
  }

  .header-section.style4 ul li.cart-parent .cart-box {
    top: 74px;
  }
}
/* line 1046, ../sass/screen.scss */
.box-option .header-section {
  background: none !important;
}

/* line 1048, ../sass/screen.scss */
.box-option .header-section .container {
  background: #fff;
}

/* line 1052, ../sass/screen.scss */
.box-option .header-section.pin .container {
  max-width: 1240px;
}

.logo-middle {
  width: 150px;
  height: 45px;
  margin: 30px auto;
}

.header-section {
  padding-bottom: 0;
}

.header-section.style1 {
  background: rgba(2, 2, 3, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-section ul li ul {
  width: 270px;
}

/* line 773, ../sass/screen.scss */
.header-section .logo {
  padding-left: 0;
}

/* line 776, ../sass/screen.scss */
.header-section #menu {
  padding: 0;
}

@media only screen and (max-width: 1000px) {
  .header-section #menu > ul li a {
    padding-left: 15px;
  }

  .header-section #menu > ul li .arrow {
    right: 5px;
  }
}
.header-section ul li.search-parent .search-box {
  background: #353535;
  top: 101%;
}

.header-section ul li.search-parent .search-box .content {
  padding-right: 50px;
}

.header-section ul li.search-parent .search-box .close-btn {
  color: #ebebeb;
}

.header-section ul li.search-parent .search-box .form-control {
  padding-right: 0;
}

.header-section.style1 ul li.search-parent .search-box .close-btn.mar-1 {
  padding-right: 0;
}

/* loader */
/* line 4, ../sass/screen.scss */
.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99999;
}

/* line 13, ../sass/screen.scss */
.over-loader {
  background: #ed5565;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/* line 23, ../sass/screen.scss */
.hide-loader {
  display: none;
}

/* line 26, ../sass/screen.scss */
.switch-loader {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
}

/* line 32, ../sass/screen.scss */
.switch-loader ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
  list-style: none;
}

/* line 37, ../sass/screen.scss */
.switch-loader ul li {
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-size: 16px;
  padding: 10px;
}

/* line 43, ../sass/screen.scss */
.switch-loader ul li a {
  text-decoration: none;
  color: #fff;
}

/* line 49, ../sass/screen.scss */
.switch-loader ul li.active > a {
  color: #000;
}

/* line 56, ../sass/screen.scss */
.loader-live {
  z-index: 9999991;
  background: #fff;
}

/* line 62, ../sass/screen.scss */
.loader-item.style2 {
  width: 40px;
  height: 40px;
  background-color: #fce206;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

/* line 69, ../sass/screen.scss */
.loader-item.style1 {
  width: 40px;
  height: 40px;
  position: relative;
}

/* line 73, ../sass/screen.scss */
.loader-item.style1 .double-bounce1, .loader-item.style1 .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fce206;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

/* line 87, ../sass/screen.scss */
.loader-item.style1 .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

/* line 93, ../sass/screen.scss */
.loader-item.style3 > div {
  display: inline-block;
  height: 35px;
  width: 10px;
  background-color: #fce206;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
}

/* line 100, ../sass/screen.scss */
.loader-item.style3 > div:nth-child(1) {
  animation: 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.1s normal none infinite running line-scale;
}

/* line 103, ../sass/screen.scss */
.loader-item.style3 > div:nth-child(2) {
  animation: 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.2s normal none infinite running line-scale;
}

/* line 106, ../sass/screen.scss */
.loader-item.style3 > div:nth-child(3) {
  animation: 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.3s normal none infinite running line-scale;
}

/* line 109, ../sass/screen.scss */
.loader-item.style3 > div:nth-child(4) {
  animation: 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.4s normal none infinite running line-scale;
}

/* line 112, ../sass/screen.scss */
.loader-item.style3 > div:nth-child(5) {
  animation: 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.5s normal none infinite running line-scale;
}

/* line 121, ../sass/screen.scss */
.loader-item.style4 {
  width: 40px;
  height: 40px;
  position: relative;
}

/* line 127, ../sass/screen.scss */
.loader-item.style4 .cube1, .loader-item.style4 .cube2 {
  background-color: #fce206;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

/* line 139, ../sass/screen.scss */
.loader-item.style4 .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 144, ../sass/screen.scss */
.loader-item.style5 {
  width: 70px;
  text-align: center;
}

/* line 150, ../sass/screen.scss */
.loader-item.style5 > div {
  width: 18px;
  height: 18px;
  background-color: #A40081;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

/* line 161, ../sass/screen.scss */
.loader-item.style5 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 166, ../sass/screen.scss */
.loader-item.style5 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

/* line 171, ../sass/screen.scss */
.loader-item.style6 {
  width: 40px;
  height: 40px;
}

/* line 175, ../sass/screen.scss */
.loader-item.style6 .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fce206;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

/* line 183, ../sass/screen.scss */
.loader-item.style6 .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* line 187, ../sass/screen.scss */
.loader-item.style6 .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 191, ../sass/screen.scss */
.loader-item.style6 .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

/* line 195, ../sass/screen.scss */
.loader-item.style6 .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* line 199, ../sass/screen.scss */
.loader-item.style6 .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* line 203, ../sass/screen.scss */
.loader-item.style6 .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 207, ../sass/screen.scss */
.loader-item.style6 .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

/* line 211, ../sass/screen.scss */
.loader-item.style6 .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* line 215, ../sass/screen.scss */
.loader-item.style6 .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* line 220, ../sass/screen.scss */
.loader-item.style7 {
  position: relative;
  width: 60px;
}

/* line 223, ../sass/screen.scss */
.loader-item.style7 > div {
  background-color: #fce206;
  border-radius: 100%;
  height: 15px;
  left: 30px;
  margin: 2px 2px 2px 15px;
  top: 30px;
  width: 15px;
  animation-fill-mode: both;
  position: absolute;
}

/* line 233, ../sass/screen.scss */
.loader-item.style7 > div:first-child {
  animation: 1.5s linear 0s normal none infinite running ball-zig-deflect;
}

/* line 236, ../sass/screen.scss */
.loader-item.style7 > div:last-child {
  animation: 1.5s linear 0s normal none infinite running ball-zag-deflect;
}

/* line 244, ../sass/screen.scss */
.loader-item.style8 > div {
  width: 50px;
  height: 50px;
  animation: 1.5s linear infinite scale;
}

/* line 247, ../sass/screen.scss */
.loader-item.style8 > div:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  animation: 0.75s linear 0s normal none infinite running rotate;
  background: transparent none repeat scroll 0 0 !important;
  border-color: #fce206 #fce206 transparent;
  border-image: none;
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  height: 50px;
  margin: 2px;
  width: 50px;
  content: "";
}

/* line 268, ../sass/screen.scss */
.loader-item.style9 {
  position: relative;
  transform: translate(-25px, -25px);
}

/* line 271, ../sass/screen.scss */
.loader-item.style9 > div {
  animation-fill-mode: both;
  border: 1px solid #fce206;
  border-radius: 100%;
  height: 10px;
  position: absolute;
  background: #fce206;
  width: 10px;
}

/* line 279, ../sass/screen.scss */
.loader-item.style9 > div:nth-child(1) {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: ball-triangle-path-1;
  animation-timing-function: ease-in-out;
}

/* line 285, ../sass/screen.scss */
.loader-item.style9 > div:nth-child(2) {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: ball-triangle-path-2;
  animation-timing-function: ease-in-out;
}

/* line 291, ../sass/screen.scss */
.loader-item.style9 > div:nth-child(3) {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: ball-triangle-path-3;
  animation-timing-function: ease-in-out;
}

/* line 297, ../sass/screen.scss */
.loader-item.style9 > div:nth-of-type(1) {
  top: 50px;
}

/* line 300, ../sass/screen.scss */
.loader-item.style9 > div:nth-of-type(2) {
  left: 25px;
}

/* line 303, ../sass/screen.scss */
.loader-item.style9 > div:nth-of-type(3) {
  left: 50px;
  top: 50px;
}

/* line 311, ../sass/screen.scss */
.loader-item.style10 > div {
  background-color: #fce206;
  border-radius: 100%;
  display: inline-block;
  margin: 2px;
  animation-fill-mode: both;
  height: 15px;
  width: 15px;
}

/* line 316, ../sass/screen.scss */
.loader-item.style10 > div:nth-child(0) {
  animation: 0.6s ease-in-out 0s normal none infinite running ball-pulse-sync;
}

/* line 319, ../sass/screen.scss */
.loader-item.style10 > div:nth-child(1) {
  animation: 0.6s ease-in-out 70ms normal none infinite running ball-pulse-sync;
}

/* line 322, ../sass/screen.scss */
.loader-item.style10 > div:nth-child(2) {
  animation: 0.6s ease-in-out 0.14s normal none infinite running ball-pulse-sync;
}

/* line 325, ../sass/screen.scss */
.loader-item.style10 > div:nth-child(3) {
  animation: 0.6s ease-in-out 0.21s normal none infinite running ball-pulse-sync;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes line-scale {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
}
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes ball-zig-deflect {
  17%, 84% {
    transform: translate(-15px, -30px);
  }
  34%, 67% {
    transform: translate(15px, -30px);
  }
  100%, 50% {
    transform: translate(0px, 0px);
  }
}
@keyframes ball-zag-deflect {
  17%, 84% {
    transform: translate(15px, 30px);
  }
  34%, 67% {
    transform: translate(-15px, 30px);
  }
  100%, 50% {
    transform: translate(0px, 0px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scale {
  30% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ball-triangle-path-1 {
  33% {
    transform: translate(25px, -50px);
  }
  66% {
    transform: translate(50px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-2 {
  33% {
    transform: translate(25px, 50px);
  }
  66% {
    transform: translate(-25px, 50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-3 {
  33% {
    transform: translate(-50px, 0px);
  }
  66% {
    transform: translate(-25px, -50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* FontAwesome */
/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("../fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("../fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("../fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("../fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-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;
}

.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-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";
}

.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;
}

/* animations */
/*	Animations v2.1, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/
//	================================================================================== */
.animate-in, .animating, .hover-bounce, .hover-flash, .hover-heartbeat, .hover-panic, .hover-pulsate, .hover-pulse, .hover-rubber-band, .hover-shake-x, .hover-shake-y, .hover-slingshot, .hover-slingshot-reverse, .hover-spin, .hover-spin-reverse, .hover-strobe, .hover-swing, .hover-tada, .hover-wobble {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.animate-in, .animate-out {
  visibility: hidden !important;
  opacity: 0;
}

.animating, .hover-bounce, .hover-flash, .hover-heartbeat, .hover-panic, .hover-pulsate, .hover-pulse, .hover-rubber-band, .hover-shake-x, .hover-shake-y, .hover-slingshot, .hover-slingshot-reverse, .hover-spin, .hover-spin-reverse, .hover-strobe, .hover-swing, .hover-tada, .hover-wobble {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animating.slow-mo, .hover-bounce.slow-mo, .hover-flash.slow-mo, .hover-heartbeat.slow-mo, .hover-panic.slow-mo, .hover-pulsate.slow-mo, .hover-pulse.slow-mo, .hover-rubber-band.slow-mo, .hover-shake-x.slow-mo, .hover-shake-y.slow-mo, .hover-slingshot-reverse.slow-mo, .hover-slingshot.slow-mo, .hover-spin-reverse.slow-mo, .hover-spin.slow-mo, .hover-strobe.slow-mo, .hover-swing.slow-mo, .hover-tada.slow-mo, .hover-wobble.slow-mo {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animating.super-slow-mo, .hover-bounce.super-slow-mo, .hover-flash.super-slow-mo, .hover-heartbeat.super-slow-mo, .hover-panic.super-slow-mo, .hover-pulsate.super-slow-mo, .hover-pulse.super-slow-mo, .hover-rubber-band.super-slow-mo, .hover-shake-x.super-slow-mo, .hover-shake-y.super-slow-mo, .hover-slingshot-reverse.super-slow-mo, .hover-slingshot.super-slow-mo, .hover-spin-reverse.super-slow-mo, .hover-spin.super-slow-mo, .hover-strobe.super-slow-mo, .hover-swing.super-slow-mo, .hover-tada.super-slow-mo, .hover-wobble.super-slow-mo {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.animating.ultra-slow-mo, .hover-bounce.ultra-slow-mo, .hover-flash.ultra-slow-mo, .hover-heartbeat.ultra-slow-mo, .hover-panic.ultra-slow-mo, .hover-pulsate.ultra-slow-mo, .hover-pulse.ultra-slow-mo, .hover-rubber-band.ultra-slow-mo, .hover-shake-x.ultra-slow-mo, .hover-shake-y.ultra-slow-mo, .hover-slingshot-reverse.ultra-slow-mo, .hover-slingshot.ultra-slow-mo, .hover-spin-reverse.ultra-slow-mo, .hover-spin.ultra-slow-mo, .hover-strobe.ultra-slow-mo, .hover-swing.ultra-slow-mo, .hover-tada.ultra-slow-mo, .hover-wobble.ultra-slow-mo {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

.animating.hyper-slow-mo, .hover-bounce.hyper-slow-mo, .hover-flash.hyper-slow-mo, .hover-heartbeat.hyper-slow-mo, .hover-panic.hyper-slow-mo, .hover-pulsate.hyper-slow-mo, .hover-pulse.hyper-slow-mo, .hover-rubber-band.hyper-slow-mo, .hover-shake-x.hyper-slow-mo, .hover-shake-y.hyper-slow-mo, .hover-slingshot-reverse.hyper-slow-mo, .hover-slingshot.hyper-slow-mo, .hover-spin-reverse.hyper-slow-mo, .hover-spin.hyper-slow-mo, .hover-strobe.hyper-slow-mo, .hover-swing.hyper-slow-mo, .hover-tada.hyper-slow-mo, .hover-wobble.hyper-slow-mo {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.animating.infinite, .hover-bounce.infinite, .hover-flash.infinite, .hover-heartbeat.infinite, .hover-panic.infinite, .hover-pulsate.infinite, .hover-pulse.infinite, .hover-rubber-band.infinite, .hover-shake-x.infinite, .hover-shake-y.infinite, .hover-slingshot-reverse.infinite, .hover-slingshot.infinite, .hover-spin-reverse.infinite, .hover-spin.infinite, .hover-strobe.infinite, .hover-swing.infinite, .hover-tada.infinite, .hover-wobble.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ie .animate-in, .no-js .animate-in {
  visibility: visible !important;
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animating.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.animating.fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.animating.fade-in-up-big {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateY(600px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    transform: translateY(600px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.animating.fade-in-up-large {
  -webkit-animation-name: fadeInUpLarge;
  animation-name: fadeInUpLarge;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.animating.fade-in-down {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.animating.fade-in-down-big {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInDownLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownLarge {
  0% {
    opacity: 0;
    transform: translateY(-600px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.animating.fade-in-down-large {
  -webkit-animation-name: fadeInDownLarge;
  animation-name: fadeInDownLarge;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
.animating.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
.animating.fade-in-left-big {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateX(600px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftLarge {
  0% {
    opacity: 0;
    transform: translateX(600px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
.animating.fade-in-left-large {
  -webkit-animation-name: fadeInLeftLarge;
  animation-name: fadeInLeftLarge;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
.animating.fade-in-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
.animating.fade-in-right-big {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-600px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightLarge {
  0% {
    opacity: 0;
    transform: translateX(-600px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
.animating.fade-in-right-large {
  -webkit-animation-name: fadeInRightLarge;
  animation-name: fadeInRightLarge;
}

@-webkit-keyframes fadeInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(60px, 60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes fadeInUpLeft {
  0% {
    opacity: 0;
    transform: translate(60px, 60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.fade-in-up-left {
  -webkit-animation-name: fadeInUpLeft;
  animation-name: fadeInUpLeft;
}

@-webkit-keyframes fadeInUpLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate(200px, 200px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes fadeInUpLeftBig {
  0% {
    opacity: 0;
    transform: translate(200px, 200px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.fade-in-up-left-big {
  -webkit-animation-name: fadeInUpLeftBig;
  animation-name: fadeInUpLeftBig;
}

@-webkit-keyframes fadeInUpLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate(600px, 600px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes fadeInUpLeftLarge {
  0% {
    opacity: 0;
    transform: translate(600px, 600px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.fade-in-up-left-large {
  -webkit-animation-name: fadeInUpLeftLarge;
  animation-name: fadeInUpLeftLarge;
}

@-webkit-keyframes fadeInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-60px, 60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes fadeInUpRight {
  0% {
    opacity: 0;
    transform: translate(-60px, 60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.fade-in-up-right {
  -webkit-animation-name: fadeInUpRight;
  animation-name: fadeInUpRight;
}

@-webkit-keyframes fadeInUpRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate(-200px, 200px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes fadeInUpRightBig {
  0% {
    opacity: 0;
    transform: translate(-200px, 200px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.fade-in-up-right-big {
  -webkit-animation-name: fadeInUpRightBig;
  animation-name: fadeInUpRightBig;
}

@-webkit-keyframes fadeInUpRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate(-600px, 600px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes fadeInUpRightLarge {
  0% {
    opacity: 0;
    transform: translate(-600px, 600px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.fade-in-up-right-large {
  -webkit-animation-name: fadeInUpRightLarge;
  animation-name: fadeInUpRightLarge;
}

@-webkit-keyframes fadeInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(60px, -60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes fadeInDownLeft {
  0% {
    opacity: 0;
    transform: translate(60px, -60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.fade-in-down-left {
  -webkit-animation-name: fadeInDownLeft;
  animation-name: fadeInDownLeft;
}

@-webkit-keyframes fadeInDownLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate(200px, -200px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes fadeInDownLeftBig {
  0% {
    opacity: 0;
    transform: translate(200px, -200px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.fade-in-down-left-big {
  -webkit-animation-name: fadeInDownLeftBig;
  animation-name: fadeInDownLeftBig;
}

@-webkit-keyframes fadeInDownLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate(600px, -600px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes fadeInDownLeftLarge {
  0% {
    opacity: 0;
    transform: translate(600px, -600px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.fade-in-down-left-large {
  -webkit-animation-name: fadeInDownLeftLarge;
  animation-name: fadeInDownLeftLarge;
}

@-webkit-keyframes fadeInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-60px, -60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes fadeInDownRight {
  0% {
    opacity: 0;
    transform: translate(-60px, -60px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.fade-in-down-right {
  -webkit-animation-name: fadeInDownRight;
  animation-name: fadeInDownRight;
}

@-webkit-keyframes fadeInDownRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate(-200px, -200px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes fadeInDownRightBig {
  0% {
    opacity: 0;
    transform: translate(-200px, -200px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.fade-in-down-right-big {
  -webkit-animation-name: fadeInDownRightBig;
  animation-name: fadeInDownRightBig;
}

@-webkit-keyframes fadeInDownRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate(-600px, -600px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes fadeInDownRightLarge {
  0% {
    opacity: 0;
    transform: translate(-600px, -600px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.fade-in-down-right-large {
  -webkit-animation-name: fadeInDownRightLarge;
  animation-name: fadeInDownRightLarge;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animating.fade-out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(-60px);
  }
}
.animating.fade-out-up {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(-200px);
  }
}
.animating.fade-out-up-big {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutUpLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
  }
}
@keyframes fadeOutUpLarge {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(-600px);
  }
}
.animating.fade-out-up-large {
  -webkit-animation-name: fadeOutUpLarge;
  animation-name: fadeOutUpLarge;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(60px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(60px);
  }
}
.animating.fade-out-down {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
  }
}
.animating.fade-out-down-big {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutDownLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(600px);
  }
}
@keyframes fadeOutDownLarge {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(600px);
  }
}
.animating.fade-out-down-large {
  -webkit-animation-name: fadeOutDownLarge;
  animation-name: fadeOutDownLarge;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-60px);
  }
}
.animating.fade-out-left {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-200px);
  }
}
.animating.fade-out-left-big {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-600px);
  }
}
@keyframes fadeOutLeftLarge {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-600px);
  }
}
.animating.fade-out-left-large {
  -webkit-animation-name: fadeOutLeftLarge;
  animation-name: fadeOutLeftLarge;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(60px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(60px);
  }
}
.animating.fade-out-right {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(200px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(200px);
  }
}
.animating.fade-out-right-big {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(600px);
  }
}
@keyframes fadeOutRightLarge {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(600px);
  }
}
.animating.fade-out-right-large {
  -webkit-animation-name: fadeOutRightLarge;
  animation-name: fadeOutRightLarge;
}

@-webkit-keyframes fadeOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-60px, -60px);
  }
}
@keyframes fadeOutUpLeft {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-60px, -60px);
  }
}
.animating.fade-out-up-left {
  -webkit-animation-name: fadeOutUpLeft;
  animation-name: fadeOutUpLeft;
}

@-webkit-keyframes fadeOutUpLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-200px, -200px);
  }
}
@keyframes fadeOutUpLeftBig {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-200px, -200px);
  }
}
.animating.fade-out-up-left-big {
  -webkit-animation-name: fadeOutUpLeftBig;
  animation-name: fadeOutUpLeftBig;
}

@-webkit-keyframes fadeOutUpLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-600px, -600px);
  }
}
@keyframes fadeOutUpLeftLarge {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-600px, -600px);
  }
}
.animating.fade-out-up-left-large {
  -webkit-animation-name: fadeOutUpLeftLarge;
  animation-name: fadeOutUpLeftLarge;
}

@-webkit-keyframes fadeOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(60px, -60px);
  }
}
@keyframes fadeOutUpRight {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(60px, -60px);
  }
}
.animating.fade-out-up-right {
  -webkit-animation-name: fadeOutUpRight;
  animation-name: fadeOutUpRight;
}

@-webkit-keyframes fadeOutUpRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(200px, -200px);
  }
}
@keyframes fadeOutUpRightBig {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(200px, -200px);
  }
}
.animating.fade-out-up-right-big {
  -webkit-animation-name: fadeOutUpRightBig;
  animation-name: fadeOutUpRightBig;
}

@-webkit-keyframes fadeOutUpRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(600px, -600px);
  }
}
@keyframes fadeOutUpRightLarge {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(600px, -600px);
  }
}
.animating.fade-out-up-right-large {
  -webkit-animation-name: fadeOutUpRightLarge;
  animation-name: fadeOutUpRightLarge;
}

@-webkit-keyframes fadeOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-60px, 60px);
  }
}
@keyframes fadeOutDownLeft {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-60px, 60px);
  }
}
.animating.fade-out-down-left {
  -webkit-animation-name: fadeOutDownLeft;
  animation-name: fadeOutDownLeft;
}

@-webkit-keyframes fadeOutDownLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-200px, 200px);
  }
}
@keyframes fadeOutDownLeftBig {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-200px, 200px);
  }
}
.animating.fade-out-down-left-big {
  -webkit-animation-name: fadeOutDownLeftBig;
  animation-name: fadeOutDownLeftBig;
}

@-webkit-keyframes fadeOutDownLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-600px, 600px);
  }
}
@keyframes fadeOutDownLeftLarge {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-600px, 600px);
  }
}
.animating.fade-out-down-left-large {
  -webkit-animation-name: fadeOutDownLeftLarge;
  animation-name: fadeOutDownLeftLarge;
}

@-webkit-keyframes fadeOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(60px, 60px);
  }
}
@keyframes fadeOutDownRight {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(60px, 60px);
  }
}
.animating.fade-out-down-right {
  -webkit-animation-name: fadeOutDownRight;
  animation-name: fadeOutDownRight;
}

@-webkit-keyframes fadeOutDownRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(200px, 200px);
  }
}
@keyframes fadeOutDownRightBig {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(200px, 200px);
  }
}
.animating.fade-out-down-right-big {
  -webkit-animation-name: fadeOutDownRightBig;
  animation-name: fadeOutDownRightBig;
}

@-webkit-keyframes fadeOutDownRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(600px, 600px);
  }
}
@keyframes fadeOutDownRightLarge {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(600px, 600px);
  }
}
.animating.fade-out-down-right-large {
  -webkit-animation-name: fadeOutDownRightLarge;
  animation-name: fadeOutDownRightLarge;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.animating.bounce-in {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.25);
  }
  70% {
    -webkit-transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceInBig {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.25);
  }
  70% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.animating.bounce-in-big {
  -webkit-animation-name: bounceInBig;
  animation-name: bounceInBig;
}

@-webkit-keyframes bounceInLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5);
  }
  70% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceInLarge {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  70% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.animating.bounce-in-large {
  -webkit-animation-name: bounceInLarge;
  animation-name: bounceInLarge;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
  }
  70% {
    -webkit-transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
.animating.bounce-in-up {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  70% {
    -webkit-transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUpBig {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  50% {
    opacity: 1;
    transform: translateY(-20px);
  }
  70% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
.animating.bounce-in-up-big {
  -webkit-animation-name: bounceInUpBig;
  animation-name: bounceInUpBig;
}

@-webkit-keyframes bounceInUpLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateY(600px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-25px);
  }
  70% {
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUpLarge {
  0% {
    opacity: 0;
    transform: translateY(600px);
  }
  50% {
    opacity: 1;
    transform: translateY(-25px);
  }
  70% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.animating.bounce-in-up-large {
  -webkit-animation-name: bounceInUpLarge;
  animation-name: bounceInUpLarge;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(10px);
  }
  70% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  70% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animating.bounce-in-down {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  70% {
    -webkit-transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    transform: translateY(20px);
  }
  70% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.animating.bounce-in-down-big {
  -webkit-animation-name: bounceInDownBig;
  animation-name: bounceInDownBig;
}

@-webkit-keyframes bounceInDownLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(25px);
  }
  70% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDownLarge {
  0% {
    opacity: 0;
    transform: translateY(-600px);
  }
  50% {
    opacity: 1;
    transform: translateY(25px);
  }
  70% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.animating.bounce-in-down-large {
  -webkit-animation-name: bounceInDownLarge;
  animation-name: bounceInDownLarge;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
  }
  70% {
    -webkit-transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  50% {
    opacity: 1;
    transform: translateX(-10px);
  }
  70% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.animating.bounce-in-left {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(140px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-15px);
  }
  70% {
    -webkit-transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(140px);
  }
  50% {
    opacity: 1;
    transform: translateX(-15px);
  }
  70% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.animating.bounce-in-left-big {
  -webkit-animation-name: bounceInLeftBig;
  animation-name: bounceInLeftBig;
}

@-webkit-keyframes bounceInLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  70% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeftLarge {
  0% {
    opacity: 0;
    transform: translateX(280px);
  }
  50% {
    opacity: 1;
    transform: translateX(-20px);
  }
  70% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animating.bounce-in-left-large {
  -webkit-animation-name: bounceInLeftLarge;
  animation-name: bounceInLeftLarge;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  50% {
    opacity: 1;
    transform: translateX(10px);
  }
  70% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.animating.bounce-in-right {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-140px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(15px);
  }
  70% {
    -webkit-transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRightBig {
  0% {
    opacity: 0;
    transform: translateX(-140px);
  }
  50% {
    opacity: 1;
    transform: translateX(15px);
  }
  70% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.animating.bounce-in-right-big {
  -webkit-animation-name: bounceInRightBig;
  animation-name: bounceInRightBig;
}

@-webkit-keyframes bounceInRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  70% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRightLarge {
  0% {
    opacity: 0;
    transform: translateX(-280px);
  }
  50% {
    opacity: 1;
    transform: translateX(20px);
  }
  70% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animating.bounce-in-right-large {
  -webkit-animation-name: bounceInRightLarge;
  animation-name: bounceInRightLarge;
}

@-webkit-keyframes bounceInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(60px, 60px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-10px, -10px);
  }
  70% {
    -webkit-transform: translate(15px, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes bounceInUpLeft {
  0% {
    opacity: 0;
    transform: translate(60px, 60px);
  }
  50% {
    opacity: 1;
    transform: translate(-10px, -10px);
  }
  70% {
    transform: translate(15px, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.bounce-in-up-left {
  -webkit-animation-name: bounceInUpLeft;
  animation-name: bounceInUpLeft;
}

@-webkit-keyframes bounceInUpLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate(200px, 200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-20px, -20px);
  }
  70% {
    -webkit-transform: translate(15px, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes bounceInUpLeftBig {
  0% {
    opacity: 0;
    transform: translate(200px, 200px);
  }
  50% {
    opacity: 1;
    transform: translate(-20px, -20px);
  }
  70% {
    transform: translate(15px, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.bounce-in-up-left-big {
  -webkit-animation-name: bounceInUpLeftBig;
  animation-name: bounceInUpLeftBig;
}

@-webkit-keyframes bounceInUpLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate(600px, 600px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-25px, -25px);
  }
  70% {
    -webkit-transform: translate(20px, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes bounceInUpLeftLarge {
  0% {
    opacity: 0;
    transform: translate(600px, 600px);
  }
  50% {
    opacity: 1;
    transform: translate(-25px, -25px);
  }
  70% {
    transform: translate(20px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.bounce-in-up-left-large {
  -webkit-animation-name: bounceInUpLeftLarge;
  animation-name: bounceInUpLeftLarge;
}

@-webkit-keyframes bounceInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-60px, 60px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(10px, -10px);
  }
  70% {
    -webkit-transform: translate(-15px, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes bounceInUpRight {
  0% {
    opacity: 0;
    transform: translate(-60px, 60px);
  }
  50% {
    opacity: 1;
    transform: translate(10px, -10px);
  }
  70% {
    transform: translate(-15px, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.bounce-in-up-right {
  -webkit-animation-name: bounceInUpRight;
  animation-name: bounceInUpRight;
}

@-webkit-keyframes bounceInUpRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate(-200px, 200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(20px, -20px);
  }
  70% {
    -webkit-transform: translate(-15px, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes bounceInUpRightBig {
  0% {
    opacity: 0;
    transform: translate(-200px, 200px);
  }
  50% {
    opacity: 1;
    transform: translate(20px, -20px);
  }
  70% {
    transform: translate(-15px, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.bounce-in-up-right-big {
  -webkit-animation-name: bounceInUpRightBig;
  animation-name: bounceInUpRightBig;
}

@-webkit-keyframes bounceInUpRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate(-600px, 600px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(25px, -25px);
  }
  70% {
    -webkit-transform: translate(-20px, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes bounceInUpRightLarge {
  0% {
    opacity: 0;
    transform: translate(-600px, 600px);
  }
  50% {
    opacity: 1;
    transform: translate(25px, -25px);
  }
  70% {
    transform: translate(-20px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.bounce-in-up-right-large {
  -webkit-animation-name: bounceInUpRightLarge;
  animation-name: bounceInUpRightLarge;
}

@-webkit-keyframes bounceInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(60px, -60px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-10px, 10px);
  }
  70% {
    -webkit-transform: translate(15px, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes bounceInDownLeft {
  0% {
    opacity: 0;
    transform: translate(60px, -60px);
  }
  50% {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  70% {
    transform: translate(15px, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.bounce-in-down-left {
  -webkit-animation-name: bounceInDownLeft;
  animation-name: bounceInDownLeft;
}

@-webkit-keyframes bounceInDownLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate(200px, -200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-20px, 20px);
  }
  70% {
    -webkit-transform: translate(15px, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes bounceInDownLeftBig {
  0% {
    opacity: 0;
    transform: translate(200px, -200px);
  }
  50% {
    opacity: 1;
    transform: translate(-20px, 20px);
  }
  70% {
    transform: translate(15px, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.bounce-in-down-left-big {
  -webkit-animation-name: bounceInDownLeftBig;
  animation-name: bounceInDownLeftBig;
}

@-webkit-keyframes bounceInDownLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate(600px, -600px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-25px, 25px);
  }
  70% {
    -webkit-transform: translate(20px, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes bounceInDownLeftLarge {
  0% {
    opacity: 0;
    transform: translate(600px, -600px);
  }
  50% {
    opacity: 1;
    transform: translate(-25px, 25px);
  }
  70% {
    transform: translate(20px, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.bounce-in-down-left-large {
  -webkit-animation-name: bounceInDownLeftLarge;
  animation-name: bounceInDownLeftLarge;
}

@-webkit-keyframes bounceInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-60px, -60px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(10px, 10px);
  }
  70% {
    -webkit-transform: translate(-15px, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes bounceInDownRight {
  0% {
    opacity: 0;
    transform: translate(-60px, -60px);
  }
  50% {
    opacity: 1;
    transform: translate(10px, 10px);
  }
  70% {
    transform: translate(-15px, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.bounce-in-down-right {
  -webkit-animation-name: bounceInDownRight;
  animation-name: bounceInDownRight;
}

@-webkit-keyframes bounceInDownRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate(-200px, -200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(20px, 20px);
  }
  70% {
    -webkit-transform: translate(-15px, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes bounceInDownRightBig {
  0% {
    opacity: 0;
    transform: translate(-200px, -200px);
  }
  50% {
    opacity: 1;
    transform: translate(20px, 20px);
  }
  70% {
    transform: translate(-15px, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.bounce-in-down-right-big {
  -webkit-animation-name: bounceInDownRightBig;
  animation-name: bounceInDownRightBig;
}

@-webkit-keyframes bounceInDownRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: translate(-600px, -600px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(25px, 25px);
  }
  70% {
    -webkit-transform: translate(-20px, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes bounceInDownRightLarge {
  0% {
    opacity: 0;
    transform: translate(-600px, -600px);
  }
  50% {
    opacity: 1;
    transform: translate(25px, 25px);
  }
  70% {
    transform: translate(-20px, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.animating.bounce-in-down-right-large {
  -webkit-animation-name: bounceInDownRightLarge;
  animation-name: bounceInDownRightLarge;
}

@-webkit-keyframes bounceOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.85);
  }
  100%,50% {
    opacity: 0;
    -webkit-transform: scale(1.05);
  }
}
@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    transform: scale(0.85);
  }
  100%,50% {
    opacity: 0;
    transform: scale(1.05);
  }
}
.animating.bounce-out {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.85);
  }
  100%,50% {
    opacity: 0;
    -webkit-transform: scale(1.25);
  }
}
@keyframes bounceOutBig {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    transform: scale(0.85);
  }
  100%,50% {
    opacity: 0;
    transform: scale(1.25);
  }
}
.animating.bounce-out-big {
  -webkit-animation-name: bounceOutBig;
  animation-name: bounceOutBig;
}

@-webkit-keyframes bounceOutLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.8);
  }
  100%,50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes bounceOutLarge {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    transform: scale(0.8);
  }
  100%,50% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.animating.bounce-out-large {
  -webkit-animation-name: bounceOutLarge;
  animation-name: bounceOutLarge;
}

@-webkit-keyframes bounceOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(-10px);
  }
  40% {
    -webkit-transform: translateY(15px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
  }
}
@keyframes bounceOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  15% {
    transform: translateY(-10px);
  }
  40% {
    transform: translateY(15px);
  }
  100%,90% {
    opacity: 0;
    transform: translateY(-60px);
  }
}
.animating.bounce-out-up {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(-20px);
  }
  40% {
    -webkit-transform: translateY(15px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
}
@keyframes bounceOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  15% {
    transform: translateY(-20px);
  }
  40% {
    transform: translateY(15px);
  }
  100%,90% {
    opacity: 0;
    transform: translateY(-200px);
  }
}
.animating.bounce-out-up-big {
  -webkit-animation-name: bounceOutUpBig;
  animation-name: bounceOutUpBig;
}

@-webkit-keyframes bounceOutUpLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(-25px);
  }
  40% {
    -webkit-transform: translateY(20px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
  }
}
@keyframes bounceOutUpLarge {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  15% {
    transform: translateY(-25px);
  }
  40% {
    transform: translateY(20px);
  }
  100%,90% {
    opacity: 0;
    transform: translateY(-600px);
  }
}
.animating.bounce-out-up-large {
  -webkit-animation-name: bounceOutUpLarge;
  animation-name: bounceOutUpLarge;
}

@-webkit-keyframes bounceOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(10px);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translateY(60px);
  }
}
@keyframes bounceOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  15% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(-10px);
  }
  100%,90% {
    opacity: 0;
    transform: translateY(60px);
  }
}
.animating.bounce-out-down {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(15px);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }
}
@keyframes bounceOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  15% {
    transform: translateY(15px);
  }
  40% {
    transform: translateY(-20px);
  }
  100%,90% {
    opacity: 0;
    transform: translateY(200px);
  }
}
.animating.bounce-out-down-big {
  -webkit-animation-name: bounceOutDownBig;
  animation-name: bounceOutDownBig;
}

@-webkit-keyframes bounceOutDownLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(20px);
  }
  40% {
    -webkit-transform: translateY(-25px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translateY(600px);
  }
}
@keyframes bounceOutDownLarge {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  15% {
    transform: translateY(20px);
  }
  40% {
    transform: translateY(-25px);
  }
  100%,90% {
    opacity: 0;
    transform: translateY(600px);
  }
}
.animating.bounce-out-down-large {
  -webkit-animation-name: bounceOutDownLarge;
  animation-name: bounceOutDownLarge;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(15px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
  }
}
@keyframes bounceOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  15% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(15px);
  }
  100%,90% {
    opacity: 0;
    transform: translateX(-60px);
  }
}
.animating.bounce-out-left {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-20px);
  }
  40% {
    -webkit-transform: translateX(15px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
}
@keyframes bounceOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  15% {
    transform: translateX(-20px);
  }
  40% {
    transform: translateX(15px);
  }
  100%,90% {
    opacity: 0;
    transform: translateX(-200px);
  }
}
.animating.bounce-out-left-big {
  -webkit-animation-name: bounceOutLeftBig;
  animation-name: bounceOutLeftBig;
}

@-webkit-keyframes bounceOutLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-25px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translateX(-600px);
  }
}
@keyframes bounceOutLeftLarge {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  15% {
    transform: translateX(-25px);
  }
  40% {
    transform: translateX(20px);
  }
  100%,90% {
    opacity: 0;
    transform: translateX(-600px);
  }
}
.animating.bounce-out-left-large {
  -webkit-animation-name: bounceOutLeftLarge;
  animation-name: bounceOutLeftLarge;
}

@-webkit-keyframes bounceOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(10px);
  }
  40% {
    -webkit-transform: translateX(-10px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translateX(60px);
  }
}
@keyframes bounceOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  15% {
    transform: translateX(10px);
  }
  40% {
    transform: translateX(-10px);
  }
  100%,90% {
    opacity: 0;
    transform: translateX(60px);
  }
}
.animating.bounce-out-right {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(15px);
  }
  40% {
    -webkit-transform: translateX(-20px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translateX(200px);
  }
}
@keyframes bounceOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  15% {
    transform: translateX(15px);
  }
  40% {
    transform: translateX(-20px);
  }
  100%,90% {
    opacity: 0;
    transform: translateX(200px);
  }
}
.animating.bounce-out-right-big {
  -webkit-animation-name: bounceOutRightBig;
  animation-name: bounceOutRightBig;
}

@-webkit-keyframes bounceOutRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(20px);
  }
  40% {
    -webkit-transform: translateX(-25px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translateX(600px);
  }
}
@keyframes bounceOutRightLarge {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  15% {
    transform: translateX(20px);
  }
  40% {
    transform: translateX(-25px);
  }
  100%,90% {
    opacity: 0;
    transform: translateX(600px);
  }
}
.animating.bounce-out-right-large {
  -webkit-animation-name: bounceOutRightLarge;
  animation-name: bounceOutRightLarge;
}

@-webkit-keyframes bounceOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  15% {
    -webkit-transform: translate(-10px, -10px);
  }
  40% {
    -webkit-transform: translate(15px, 15px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translate(-60px, -60px);
  }
}
@keyframes bounceOutUpLeft {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  15% {
    transform: translate(-10px, -10px);
  }
  40% {
    transform: translate(15px, 15px);
  }
  100%,90% {
    opacity: 0;
    transform: translate(-60px, -60px);
  }
}
.animating.bounce-out-up-left {
  -webkit-animation-name: bounceOutUpLeft;
  animation-name: bounceOutUpLeft;
}

@-webkit-keyframes bounceOutUpLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  15% {
    -webkit-transform: translate(-20px, -20px);
  }
  40% {
    -webkit-transform: translate(15px, 15px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translate(-200px, -200px);
  }
}
@keyframes bounceOutUpLeftBig {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  15% {
    transform: translate(-20px, -20px);
  }
  40% {
    transform: translate(15px, 15px);
  }
  100%,90% {
    opacity: 0;
    transform: translate(-200px, -200px);
  }
}
.animating.bounce-out-up-left-big {
  -webkit-animation-name: bounceOutUpLeftBig;
  animation-name: bounceOutUpLeftBig;
}

@-webkit-keyframes bounceOutUpLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  15% {
    -webkit-transform: translate(-25px, -25px);
  }
  40% {
    -webkit-transform: translate(20px, 20px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translate(-600px, -600px);
  }
}
@keyframes bounceOutUpLeftLarge {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  15% {
    transform: translate(-25px, -25px);
  }
  40% {
    transform: translate(20px, 20px);
  }
  100%,90% {
    opacity: 0;
    transform: translate(-600px, -600px);
  }
}
.animating.bounce-out-up-left-large {
  -webkit-animation-name: bounceOutUpLeftLarge;
  animation-name: bounceOutUpLeftLarge;
}

@-webkit-keyframes bounceOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  15% {
    -webkit-transform: translate(10px, -10px);
  }
  40% {
    -webkit-transform: translate(-15px, 15px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translate(60px, -60px);
  }
}
@keyframes bounceOutUpRight {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  15% {
    transform: translate(10px, -10px);
  }
  40% {
    transform: translate(-15px, 15px);
  }
  100%,90% {
    opacity: 0;
    transform: translate(60px, -60px);
  }
}
.animating.bounce-out-up-right {
  -webkit-animation-name: bounceOutUpRight;
  animation-name: bounceOutUpRight;
}

@-webkit-keyframes bounceOutUpRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  15% {
    -webkit-transform: translate(20px, -20px);
  }
  40% {
    -webkit-transform: translate(-15px, 15px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translate(200px, -200px);
  }
}
@keyframes bounceOutUpRightBig {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  15% {
    transform: translate(20px, -20px);
  }
  40% {
    transform: translate(-15px, 15px);
  }
  100%,90% {
    opacity: 0;
    transform: translate(200px, -200px);
  }
}
.animating.bounce-out-up-right-big {
  -webkit-animation-name: bounceOutUpRightBig;
  animation-name: bounceOutUpRightBig;
}

@-webkit-keyframes bounceOutUpRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  15% {
    -webkit-transform: translate(25px, -25px);
  }
  40% {
    -webkit-transform: translate(-20px, 20px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translate(600px, -600px);
  }
}
@keyframes bounceOutUpRightLarge {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  15% {
    transform: translate(25px, -25px);
  }
  40% {
    transform: translate(-20px, 20px);
  }
  100%,90% {
    opacity: 0;
    transform: translate(600px, -600px);
  }
}
.animating.bounce-out-up-right-large {
  -webkit-animation-name: bounceOutUpRightLarge;
  animation-name: bounceOutUpRightLarge;
}

@-webkit-keyframes bounceOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  15% {
    -webkit-transform: translate(-10px, 10px);
  }
  40% {
    -webkit-transform: translate(15px, -15px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translate(-60px, 60px);
  }
}
@keyframes bounceOutDownLeft {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  15% {
    transform: translate(-10px, 10px);
  }
  40% {
    transform: translate(15px, -15px);
  }
  100%,90% {
    opacity: 0;
    transform: translate(-60px, 60px);
  }
}
.animating.bounce-out-down-left {
  -webkit-animation-name: bounceOutDownLeft;
  animation-name: bounceOutDownLeft;
}

@-webkit-keyframes bounceOutDownLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  15% {
    -webkit-transform: translate(-20px, 20px);
  }
  40% {
    -webkit-transform: translate(15px, -15px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translate(-200px, 200px);
  }
}
@keyframes bounceOutDownLeftBig {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  15% {
    transform: translate(-20px, 20px);
  }
  40% {
    transform: translate(15px, -15px);
  }
  100%,90% {
    opacity: 0;
    transform: translate(-200px, 200px);
  }
}
.animating.bounce-out-down-left-big {
  -webkit-animation-name: bounceOutDownLeftBig;
  animation-name: bounceOutDownLeftBig;
}

@-webkit-keyframes bounceOutDownLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  15% {
    -webkit-transform: translate(-25px, 25px);
  }
  40% {
    -webkit-transform: translate(20px, -20px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translate(-600px, 600px);
  }
}
@keyframes bounceOutDownLeftLarge {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  15% {
    transform: translate(-25px, 25px);
  }
  40% {
    transform: translate(20px, -20px);
  }
  100%,90% {
    opacity: 0;
    transform: translate(-600px, 600px);
  }
}
.animating.bounce-out-down-left-large {
  -webkit-animation-name: bounceOutDownLeftLarge;
  animation-name: bounceOutDownLeftLarge;
}

@-webkit-keyframes bounceOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  15% {
    -webkit-transform: translate(10px, 10px);
  }
  40% {
    -webkit-transform: translate(-15px, -15px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translate(60px, 60px);
  }
}
@keyframes bounceOutDownRight {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  15% {
    transform: translate(10px, 10px);
  }
  40% {
    transform: translate(-15px, -15px);
  }
  100%,90% {
    opacity: 0;
    transform: translate(60px, 60px);
  }
}
.animating.bounce-out-down-right {
  -webkit-animation-name: bounceOutDownRight;
  animation-name: bounceOutDownRight;
}

@-webkit-keyframes bounceOutDownRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  15% {
    -webkit-transform: translate(20px, 20px);
  }
  40% {
    -webkit-transform: translate(-15px, -15px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translate(200px, 200px);
  }
}
@keyframes bounceOutDownRightBig {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  15% {
    transform: translate(20px, 20px);
  }
  40% {
    transform: translate(-15px, -15px);
  }
  100%,90% {
    opacity: 0;
    transform: translate(200px, 200px);
  }
}
.animating.bounce-out-down-right-big {
  -webkit-animation-name: bounceOutDownRightBig;
  animation-name: bounceOutDownRightBig;
}

@-webkit-keyframes bounceOutDownRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  15% {
    -webkit-transform: translate(25px, 25px);
  }
  40% {
    -webkit-transform: translate(-20px, -20px);
  }
  100%,90% {
    opacity: 0;
    -webkit-transform: translate(600px, 600px);
  }
}
@keyframes bounceOutDownRightLarge {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  15% {
    transform: translate(25px, 25px);
  }
  40% {
    transform: translate(-20px, -20px);
  }
  100%,90% {
    opacity: 0;
    transform: translate(600px, 600px);
  }
}
.animating.bounce-out-down-right-large {
  -webkit-animation-name: bounceOutDownRightLarge;
  animation-name: bounceOutDownRightLarge;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animating.zoom-in {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0) translateY(200px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.animating.zoom-in-up {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(600px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
  }
}
@keyframes zoomInUpBig {
  0% {
    opacity: 0;
    transform: scale(0) translateY(600px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.animating.zoom-in-up-big {
  -webkit-animation-name: zoomInUpBig;
  animation-name: zoomInUpBig;
}

@-webkit-keyframes zoomInUpLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
  }
}
@keyframes zoomInUpLarge {
  0% {
    opacity: 0;
    transform: scale(0) translateY(1000px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.animating.zoom-in-up-large {
  -webkit-animation-name: zoomInUpLarge;
  animation-name: zoomInUpLarge;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale(0) translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.animating.zoom-in-down {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-600px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
  }
}
@keyframes zoomInDownBig {
  0% {
    opacity: 0;
    transform: scale(0) translateY(-600px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.animating.zoom-in-down-big {
  -webkit-animation-name: zoomInDownBig;
  animation-name: zoomInDownBig;
}

@-webkit-keyframes zoomInDownLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
  }
}
@keyframes zoomInDownLarge {
  0% {
    opacity: 0;
    transform: scale(0) translateY(-1000px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.animating.zoom-in-down-large {
  -webkit-animation-name: zoomInDownLarge;
  animation-name: zoomInDownLarge;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale(0) translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}
.animating.zoom-in-left {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-600px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
  }
}
@keyframes zoomInLeftBig {
  0% {
    opacity: 0;
    transform: scale(0) translateX(-600px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}
.animating.zoom-in-left-big {
  -webkit-animation-name: zoomInLeftBig;
  animation-name: zoomInLeftBig;
}

@-webkit-keyframes zoomInLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-1300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
  }
}
@keyframes zoomInLeftLarge {
  0% {
    opacity: 0;
    transform: scale(0) translateX(-1300px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}
.animating.zoom-in-left-large {
  -webkit-animation-name: zoomInLeftLarge;
  animation-name: zoomInLeftLarge;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale(0) translateX(200px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}
.animating.zoom-in-right {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(600px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
  }
}
@keyframes zoomInRightBig {
  0% {
    opacity: 0;
    transform: scale(0) translateX(600px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}
.animating.zoom-in-right-big {
  -webkit-animation-name: zoomInRightBig;
  animation-name: zoomInRightBig;
}

@-webkit-keyframes zoomInRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(1300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
  }
}
@keyframes zoomInRightLarge {
  0% {
    opacity: 0;
    transform: scale(0) translateX(1300px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}
.animating.zoom-in-right-large {
  -webkit-animation-name: zoomInRightLarge;
  animation-name: zoomInRightLarge;
}

@-webkit-keyframes zoomInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(200px, 200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
}
@keyframes zoomInUpLeft {
  0% {
    opacity: 0;
    transform: scale(0) translate(200px, 200px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
.animating.zoom-in-up-left {
  -webkit-animation-name: zoomInUpLeft;
  animation-name: zoomInUpLeft;
}

@-webkit-keyframes zoomInUpLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(600px, 600px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
}
@keyframes zoomInUpLeftBig {
  0% {
    opacity: 0;
    transform: scale(0) translate(600px, 600px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
.animating.zoom-in-up-left-big {
  -webkit-animation-name: zoomInUpLeftBig;
  animation-name: zoomInUpLeftBig;
}

@-webkit-keyframes zoomInUpLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(1000px, 1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
}
@keyframes zoomInUpLeftLarge {
  0% {
    opacity: 0;
    transform: scale(0) translate(1000px, 1000px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
.animating.zoom-in-up-left-large {
  -webkit-animation-name: zoomInUpLeftLarge;
  animation-name: zoomInUpLeftLarge;
}

@-webkit-keyframes zoomInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-200px, 200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
}
@keyframes zoomInUpRight {
  0% {
    opacity: 0;
    transform: scale(0) translate(-200px, 200px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
.animating.zoom-in-up-right {
  -webkit-animation-name: zoomInUpRight;
  animation-name: zoomInUpRight;
}

@-webkit-keyframes zoomInUpRightBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-600px, 600px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
}
@keyframes zoomInUpRightBig {
  0% {
    opacity: 0;
    transform: scale(0) translate(-600px, 600px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
.animating.zoom-in-up-right-big {
  -webkit-animation-name: zoomInUpRightBig;
  animation-name: zoomInUpRightBig;
}

@-webkit-keyframes zoomInUpRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-1000px, 1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
}
@keyframes zoomInUpRightLarge {
  0% {
    opacity: 0;
    transform: scale(0) translate(-1000px, 1000px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
.animating.zoom-in-up-right-large {
  -webkit-animation-name: zoomInUpRightLarge;
  animation-name: zoomInUpRightLarge;
}

@-webkit-keyframes zoomInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-200px, -200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
}
@keyframes zoomInDownLeft {
  0% {
    opacity: 0;
    transform: scale(0) translate(-200px, -200px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
.animating.zoom-in-down-left {
  -webkit-animation-name: zoomInDownLeft;
  animation-name: zoomInDownLeft;
}

@-webkit-keyframes zoomInDownLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-600px, -600px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
}
@keyframes zoomInDownLeftBig {
  0% {
    opacity: 0;
    transform: scale(0) translate(-600px, -600px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
.animating.zoom-in-down-left-big {
  -webkit-animation-name: zoomInDownLeftBig;
  animation-name: zoomInDownLeftBig;
}

@-webkit-keyframes zoomInDownLeftLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-1000px, -1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
}
@keyframes zoomInDownLeftLarge {
  0% {
    opacity: 0;
    transform: scale(0) translate(-1000px, -1000px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
.animating.zoom-in-down-left-large {
  -webkit-animation-name: zoomInDownLeftLarge;
  animation-name: zoomInDownLeftLarge;
}

@-webkit-keyframes zoomInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(200px, -200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
}
@keyframes zoomInDownRight {
  0% {
    opacity: 0;
    transform: scale(0) translate(200px, -200px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
.animating.zoom-in-down-right {
  -webkit-animation-name: zoomInDownRight;
  animation-name: zoomInDownRight;
}

@-webkit-keyframes zoomInDownRightBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(600px, -600px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
}
@keyframes zoomInDownRightBig {
  0% {
    opacity: 0;
    transform: scale(0) translate(600px, -600px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
.animating.zoom-in-down-right-big {
  -webkit-animation-name: zoomInDownRightBig;
  animation-name: zoomInDownRightBig;
}

@-webkit-keyframes zoomInDownRightLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(1000px, -1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
}
@keyframes zoomInDownRightLarge {
  0% {
    opacity: 0;
    transform: scale(0) translate(1000px, -1000px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
.animating.zoom-in-down-right-large {
  -webkit-animation-name: zoomInDownRightLarge;
  animation-name: zoomInDownRightLarge;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.animating.zoom-out {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-200px);
  }
}
@keyframes zoomOutUp {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateY(-200px);
  }
}
.animating.zoom-out-up {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes zoomOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-600px);
  }
}
@keyframes zoomOutUpBig {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateY(-600px);
  }
}
.animating.zoom-out-up-big {
  -webkit-animation-name: zoomOutUpBig;
  animation-name: zoomOutUpBig;
}

@-webkit-keyframes zoomOutUpLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-1000px);
  }
}
@keyframes zoomOutUpLarge {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateY(-1000px);
  }
}
.animating.zoom-out-up-large {
  -webkit-animation-name: zoomOutUpLarge;
  animation-name: zoomOutUpLarge;
}

@-webkit-keyframes zoomOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(200px);
  }
}
@keyframes zoomOutDown {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateY(200px);
  }
}
.animating.zoom-out-down {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(600px);
  }
}
@keyframes zoomOutDownBig {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateY(600px);
  }
}
.animating.zoom-out-down-big {
  -webkit-animation-name: zoomOutDownBig;
  animation-name: zoomOutDownBig;
}

@-webkit-keyframes zoomOutDownLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(1000px);
  }
}
@keyframes zoomOutDownLarge {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateY(1000px);
  }
}
.animating.zoom-out-down-large {
  -webkit-animation-name: zoomOutDownLarge;
  animation-name: zoomOutDownLarge;
}

@-webkit-keyframes zoomOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-200px);
  }
}
@keyframes zoomOutLeft {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateX(-200px);
  }
}
.animating.zoom-out-left {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-600px);
  }
}
@keyframes zoomOutLeftBig {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateX(-600px);
  }
}
.animating.zoom-out-left-big {
  -webkit-animation-name: zoomOutLeftBig;
  animation-name: zoomOutLeftBig;
}

@-webkit-keyframes zoomOutLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-1300px);
  }
}
@keyframes zoomOutLeftLarge {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateX(-1300px);
  }
}
.animating.zoom-out-left-large {
  -webkit-animation-name: zoomOutLeftLarge;
  animation-name: zoomOutLeftLarge;
}

@-webkit-keyframes zoomOutRight {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(200px);
  }
}
@keyframes zoomOutRight {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateX(200px);
  }
}
.animating.zoom-out-right {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(600px);
  }
}
@keyframes zoomOutRightBig {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateX(600px);
  }
}
.animating.zoom-out-right-big {
  -webkit-animation-name: zoomOutRightBig;
  animation-name: zoomOutRightBig;
}

@-webkit-keyframes zoomOutRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(1300px);
  }
}
@keyframes zoomOutRightLarge {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translateX(1300px);
  }
}
.animating.zoom-out-right-large {
  -webkit-animation-name: zoomOutRightLarge;
  animation-name: zoomOutRightLarge;
}

@-webkit-keyframes zoomOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-200px, -200px);
  }
}
@keyframes zoomOutUpLeft {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(-200px, -200px);
  }
}
.animating.zoom-out-up-left {
  -webkit-animation-name: zoomOutUpLeft;
  animation-name: zoomOutUpLeft;
}

@-webkit-keyframes zoomOutUpLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-600px, -600px);
  }
}
@keyframes zoomOutUpLeftBig {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(-600px, -600px);
  }
}
.animating.zoom-out-up-left-big {
  -webkit-animation-name: zoomOutUpLeftBig;
  animation-name: zoomOutUpLeftBig;
}

@-webkit-keyframes zoomOutUpLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-1000px, -1000px);
  }
}
@keyframes zoomOutUpLeftLarge {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(-1000px, -1000px);
  }
}
.animating.zoom-out-up-left-large {
  -webkit-animation-name: zoomOutUpLeftLarge;
  animation-name: zoomOutUpLeftLarge;
}

@-webkit-keyframes zoomOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(200px, -200px);
  }
}
@keyframes zoomOutUpRight {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(200px, -200px);
  }
}
.animating.zoom-out-up-right {
  -webkit-animation-name: zoomOutUpRight;
  animation-name: zoomOutUpRight;
}

@-webkit-keyframes zoomOutUpRightBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(600px, -600px);
  }
}
@keyframes zoomOutUpRightBig {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(600px, -600px);
  }
}
.animating.zoom-out-up-right-big {
  -webkit-animation-name: zoomOutUpRightBig;
  animation-name: zoomOutUpRightBig;
}

@-webkit-keyframes zoomOutUpRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(1000px, -1000px);
  }
}
@keyframes zoomOutUpRightLarge {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(1000px, -1000px);
  }
}
.animating.zoom-out-up-right-large {
  -webkit-animation-name: zoomOutUpRightLarge;
  animation-name: zoomOutUpRightLarge;
}

@-webkit-keyframes zoomOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-200px, 200px);
  }
}
@keyframes zoomOutDownLeft {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(-200px, 200px);
  }
}
.animating.zoom-out-down-left {
  -webkit-animation-name: zoomOutDownLeft;
  animation-name: zoomOutDownLeft;
}

@-webkit-keyframes zoomOutDownLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-600px, 600px);
  }
}
@keyframes zoomOutDownLeftBig {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(-600px, 600px);
  }
}
.animating.zoom-out-down-left-big {
  -webkit-animation-name: zoomOutDownLeftBig;
  animation-name: zoomOutDownLeftBig;
}

@-webkit-keyframes zoomOutDownLeftLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-1000px, 1000px);
  }
}
@keyframes zoomOutDownLeftLarge {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(-1000px, 1000px);
  }
}
.animating.zoom-out-down-left-large {
  -webkit-animation-name: zoomOutDownLeftLarge;
  animation-name: zoomOutDownLeftLarge;
}

@-webkit-keyframes zoomOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(200px, 200px);
  }
}
@keyframes zoomOutDownRight {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(200px, 200px);
  }
}
.animating.zoom-out-down-right {
  -webkit-animation-name: zoomOutDownRight;
  animation-name: zoomOutDownRight;
}

@-webkit-keyframes zoomOutDownRightBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(600px, 600px);
  }
}
@keyframes zoomOutDownRightBig {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(600px, 600px);
  }
}
.animating.zoom-out-down-right-big {
  -webkit-animation-name: zoomOutDownRightBig;
  animation-name: zoomOutDownRightBig;
}

@-webkit-keyframes zoomOutDownRightLarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(1000px, 1000px);
  }
}
@keyframes zoomOutDownRightLarge {
  0% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0) translate(1000px, 1000px);
  }
}
.animating.zoom-out-down-right-large {
  -webkit-animation-name: zoomOutDownRightLarge;
  animation-name: zoomOutDownRightLarge;
}

@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500) rotateX(90deg);
  }
  50% {
    -webkit-transform: perspective(500) rotateX(-15deg);
  }
  70% {
    -webkit-transform: perspective(500) rotateX(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500) rotateX(0deg);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(500) rotateX(90deg);
  }
  50% {
    transform: perspective(500) rotateX(-15deg);
  }
  70% {
    transform: perspective(500) rotateX(15deg);
  }
  100% {
    opacity: 1;
    transform: perspective(500) rotateX(0deg);
  }
}
.animating.flip-in-x {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(500) rotateY(90deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: perspective(500) rotateY(-25deg);
  }
  70% {
    -webkit-transform: perspective(500) rotateY(25deg);
  }
  100% {
    -webkit-transform: perspective(500) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(500) rotateY(90deg);
    opacity: 0;
  }
  50% {
    transform: perspective(500) rotateY(-25deg);
  }
  70% {
    transform: perspective(500) rotateY(25deg);
  }
  100% {
    transform: perspective(500) rotateY(0deg);
    opacity: 1;
  }
}
.animating.flip-in-y {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipInTopFront {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateX(90deg);
  }
  50% {
    -webkit-transform: perspective(1000) rotateX(-15deg);
  }
  70% {
    -webkit-transform: perspective(1000) rotateX(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateX(0deg);
  }
}
@keyframes flipInTopFront {
  0% {
    opacity: 0;
    transform: perspective(1000) rotateX(90deg);
  }
  50% {
    transform: perspective(1000) rotateX(-15deg);
  }
  70% {
    transform: perspective(1000) rotateX(15deg);
  }
  100% {
    opacity: 1;
    transform: perspective(1000) rotateX(0deg);
  }
}
.animating.flip-in-top-front {
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 0;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  -webkit-animation-name: flipInTopFront;
  animation-name: flipInTopFront;
}

@-webkit-keyframes flipInTopBack {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateX(-90deg);
  }
  50% {
    -webkit-transform: perspective(1000) rotateX(20deg);
  }
  70% {
    -webkit-transform: perspective(1000) rotateX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateX(0deg);
  }
}
@keyframes flipInTopBack {
  0% {
    opacity: 0;
    transform: perspective(1000) rotateX(-90deg);
  }
  50% {
    transform: perspective(1000) rotateX(20deg);
  }
  70% {
    transform: perspective(1000) rotateX(-15deg);
  }
  100% {
    opacity: 1;
    transform: perspective(1000) rotateX(0deg);
  }
}
.animating.flip-in-top-back {
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 0;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  -webkit-animation-name: flipInTopBack;
  animation-name: flipInTopBack;
}

@-webkit-keyframes flipInBottomFront {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateX(-90deg);
  }
  50% {
    -webkit-transform: perspective(1000) rotateX(20deg);
  }
  70% {
    -webkit-transform: perspective(1000) rotateX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateX(0deg);
  }
}
@keyframes flipInBottomFront {
  0% {
    opacity: 0;
    transform: perspective(1000) rotateX(-90deg);
  }
  50% {
    transform: perspective(1000) rotateX(20deg);
  }
  70% {
    transform: perspective(1000) rotateX(-15deg);
  }
  100% {
    opacity: 1;
    transform: perspective(1000) rotateX(0deg);
  }
}
.animating.flip-in-bottom-front {
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 100%;
  transform-origin-x: 50%;
  transform-origin-y: 100%;
  -webkit-animation-name: flipInBottomFront;
  animation-name: flipInBottomFront;
}

@-webkit-keyframes flipInBottomBack {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateX(90deg);
  }
  50% {
    -webkit-transform: perspective(1000) rotateX(-20deg);
  }
  70% {
    -webkit-transform: perspective(1000) rotateX(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateX(0deg);
  }
}
@keyframes flipInBottomBack {
  0% {
    opacity: 0;
    transform: perspective(1000) rotateX(90deg);
  }
  50% {
    transform: perspective(1000) rotateX(-20deg);
  }
  70% {
    transform: perspective(1000) rotateX(15deg);
  }
  100% {
    opacity: 1;
    transform: perspective(1000) rotateX(0deg);
  }
}
.animating.flip-in-bottom-back {
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 100%;
  transform-origin-x: 50%;
  transform-origin-y: 100%;
  -webkit-animation-name: flipInBottomBack;
  animation-name: flipInBottomBack;
}

@-webkit-keyframes flipInLeftFront {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateY(-90deg);
  }
  50% {
    -webkit-transform: perspective(1000) rotateY(20deg);
  }
  70% {
    -webkit-transform: perspective(1000) rotateY(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateY(0deg);
  }
}
@keyframes flipInLeftFront {
  0% {
    opacity: 0;
    transform: perspective(1000) rotateY(-90deg);
  }
  50% {
    transform: perspective(1000) rotateY(20deg);
  }
  70% {
    transform: perspective(1000) rotateY(-15deg);
  }
  100% {
    opacity: 1;
    transform: perspective(1000) rotateY(0deg);
  }
}
.animating.flip-in-left-front {
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 50%;
  transform-origin-x: 0;
  transform-origin-y: 50%;
  -webkit-animation-name: flipInLeftFront;
  animation-name: flipInLeftFront;
}

@-webkit-keyframes flipInLeftBack {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateY(90deg);
  }
  50% {
    -webkit-transform: perspective(1000) rotateY(-20deg);
  }
  70% {
    -webkit-transform: perspective(1000) rotateY(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateY(0deg);
  }
}
@keyframes flipInLeftBack {
  0% {
    opacity: 0;
    transform: perspective(1000) rotateY(90deg);
  }
  50% {
    transform: perspective(1000) rotateY(-20deg);
  }
  70% {
    transform: perspective(1000) rotateY(15deg);
  }
  100% {
    opacity: 1;
    transform: perspective(1000) rotateY(0deg);
  }
}
.animating.flip-in-left-back {
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 50%;
  transform-origin-x: 0;
  transform-origin-y: 50%;
  -webkit-animation-name: flipInLeftBack;
  animation-name: flipInLeftBack;
}

@-webkit-keyframes flipInRightFront {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateY(90deg);
  }
  50% {
    -webkit-transform: perspective(1000) rotateY(-20deg);
  }
  70% {
    -webkit-transform: perspective(1000) rotateY(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateY(0deg);
  }
}
@keyframes flipInRightFront {
  0% {
    opacity: 0;
    transform: perspective(1000) rotateY(90deg);
  }
  50% {
    transform: perspective(1000) rotateY(-20deg);
  }
  70% {
    transform: perspective(1000) rotateY(15deg);
  }
  100% {
    opacity: 1;
    transform: perspective(1000) rotateY(0deg);
  }
}
.animating.flip-in-right-front {
  -webkit-transform-origin-x: 100%;
  -webkit-transform-origin-y: 50%;
  transform-origin-x: 100%;
  transform-origin-y: 50%;
  -webkit-animation-name: flipInRightFront;
  animation-name: flipInRightFront;
}

@-webkit-keyframes flipInRightBack {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateY(-90deg);
  }
  50% {
    -webkit-transform: perspective(1000) rotateY(20deg);
  }
  70% {
    -webkit-transform: perspective(1000) rotateY(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateY(0deg);
  }
}
@keyframes flipInRightBack {
  0% {
    opacity: 0;
    transform: perspective(1000) rotateY(-90deg);
  }
  50% {
    transform: perspective(1000) rotateY(20deg);
  }
  70% {
    transform: perspective(1000) rotateY(-15deg);
  }
  100% {
    opacity: 1;
    transform: perspective(1000) rotateY(0deg);
  }
}
.animating.flip-in-right-back {
  -webkit-transform-origin-x: 100%;
  -webkit-transform-origin-y: 50%;
  transform-origin-x: 100%;
  transform-origin-y: 50%;
  -webkit-animation-name: flipInRightBack;
  animation-name: flipInRightBack;
}

@-webkit-keyframes flipOutX {
  0%,5% {
    -webkit-transform: perspective(500) rotateX(0deg);
    opacity: 1;
  }
  30% {
    -webkit-transform: perspective(500) rotateX(-25deg);
  }
  50% {
    opacity: 1;
  }
  100%,90% {
    -webkit-transform: perspective(500) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0%,5% {
    transform: perspective(500) rotateX(0deg);
    opacity: 1;
  }
  30% {
    transform: perspective(500) rotateX(-25deg);
  }
  50% {
    opacity: 1;
  }
  100%,90% {
    transform: perspective(500) rotateX(90deg);
    opacity: 0;
  }
}
.animating.flip-out-x {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}

@-webkit-keyframes flipOutY {
  0%,5% {
    -webkit-transform: perspective(500) rotateY(0deg);
    opacity: 1;
  }
  30% {
    -webkit-transform: perspective(500) rotateY(-25deg);
  }
  50% {
    opacity: 1;
  }
  100%,90% {
    -webkit-transform: perspective(500) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0%,5% {
    transform: perspective(500) rotateY(0deg);
    opacity: 1;
  }
  30% {
    transform: perspective(500) rotateY(-25deg);
  }
  50% {
    opacity: 1;
  }
  100%,90% {
    transform: perspective(500) rotateY(90deg);
    opacity: 0;
  }
}
.animating.flip-out-y {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes flipOutTopFront {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateX(0deg);
  }
  30% {
    -webkit-transform: perspective(1000) rotateX(-20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateX(90deg);
  }
}
@keyframes flipOutTopFront {
  0% {
    opacity: 1;
    transform: perspective(1000) rotateX(0deg);
  }
  30% {
    transform: perspective(1000) rotateX(-20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: perspective(1000) rotateX(90deg);
  }
}
.animating.flip-out-top-front {
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 0;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  -webkit-animation-name: flipOutTopFront;
  animation-name: flipOutTopFront;
}

@-webkit-keyframes flipOutTopBack {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateX(0deg);
  }
  30% {
    -webkit-transform: perspective(1000) rotateX(20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateX(-90deg);
  }
}
@keyframes flipOutTopBack {
  0% {
    opacity: 1;
    transform: perspective(1000) rotateX(0deg);
  }
  30% {
    transform: perspective(1000) rotateX(20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: perspective(1000) rotateX(-90deg);
  }
}
.animating.flip-out-top-back {
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 0;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  -webkit-animation-name: flipOutTopBack;
  animation-name: flipOutTopBack;
}

@-webkit-keyframes flipOutBottomFront {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateX(0deg);
  }
  30% {
    -webkit-transform: perspective(1000) rotateX(20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateX(-90deg);
  }
}
@keyframes flipOutBottomFront {
  0% {
    opacity: 1;
    transform: perspective(1000) rotateX(0deg);
  }
  30% {
    transform: perspective(1000) rotateX(20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: perspective(1000) rotateX(-90deg);
  }
}
.animating.flip-out-bottom-front {
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 100%;
  transform-origin-x: 50%;
  transform-origin-y: 100%;
  -webkit-animation-name: flipOutBottomFront;
  animation-name: flipOutBottomFront;
}

@-webkit-keyframes flipOutBottomBack {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateX(0deg);
  }
  30% {
    -webkit-transform: perspective(1000) rotateX(-20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateX(90deg);
  }
}
@keyframes flipOutBottomBack {
  0% {
    opacity: 1;
    transform: perspective(1000) rotateX(0deg);
  }
  30% {
    transform: perspective(1000) rotateX(-20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: perspective(1000) rotateX(90deg);
  }
}
.animating.flip-out-bottom-back {
  -webkit-transform-origin-x: 50%;
  -webkit-transform-origin-y: 100%;
  transform-origin-x: 50%;
  transform-origin-y: 100%;
  -webkit-animation-name: flipOutBottomBack;
  animation-name: flipOutBottomBack;
}

@-webkit-keyframes flipOutLeftFront {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateY(0deg);
  }
  30% {
    -webkit-transform: perspective(1000) rotateY(20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateY(-90deg);
  }
}
@keyframes flipOutLeftFront {
  0% {
    opacity: 1;
    transform: perspective(1000) rotateY(0deg);
  }
  30% {
    transform: perspective(1000) rotateY(20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: perspective(1000) rotateY(-90deg);
  }
}
.animating.flip-out-left-front {
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 50%;
  transform-origin-x: 0;
  transform-origin-y: 50%;
  -webkit-animation-name: flipOutLeftFront;
  animation-name: flipOutLeftFront;
}

@-webkit-keyframes flipOutLeftBack {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateY(0deg);
  }
  30% {
    -webkit-transform: perspective(1000) rotateY(-20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateY(90deg);
  }
}
@keyframes flipOutLeftBack {
  0% {
    opacity: 1;
    transform: perspective(1000) rotateY(0deg);
  }
  30% {
    transform: perspective(1000) rotateY(-20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: perspective(1000) rotateY(90deg);
  }
}
.animating.flip-out-left-back {
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 50%;
  transform-origin-x: 0;
  transform-origin-y: 50%;
  -webkit-animation-name: flipOutLeftBack;
  animation-name: flipOutLeftBack;
}

@-webkit-keyframes flipOutRightFront {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateY(0deg);
  }
  30% {
    -webkit-transform: perspective(1000) rotateY(-20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateY(90deg);
  }
}
@keyframes flipOutRightFront {
  0% {
    opacity: 1;
    transform: perspective(1000) rotateY(0deg);
  }
  30% {
    transform: perspective(1000) rotateY(-20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: perspective(1000) rotateY(90deg);
  }
}
.animating.flip-out-right-front {
  -webkit-transform-origin-x: 100%;
  -webkit-transform-origin-y: 50%;
  transform-origin-x: 100%;
  transform-origin-y: 50%;
  -webkit-animation-name: flipOutRightFront;
  animation-name: flipOutRightFront;
}

@-webkit-keyframes flipOutRightBack {
  0% {
    opacity: 1;
    -webkit-transform: perspective(1000) rotateY(0deg);
  }
  30% {
    -webkit-transform: perspective(1000) rotateY(20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000) rotateY(-90deg);
  }
}
@keyframes flipOutRightBack {
  0% {
    opacity: 1;
    transform: perspective(1000) rotateY(0deg);
  }
  30% {
    transform: perspective(1000) rotateY(20deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: perspective(1000) rotateY(-90deg);
  }
}
.animating.flip-out-right-back {
  -webkit-transform-origin-x: 100%;
  -webkit-transform-origin-y: 50%;
  transform-origin-x: 100%;
  transform-origin-y: 50%;
  -webkit-animation-name: flipOutRightBack;
  animation-name: flipOutRightBack;
}

@-webkit-keyframes flash {
  0%,100%,50% {
    opacity: 1;
  }
  25%,75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,100%,50% {
    opacity: 1;
  }
  25%,75% {
    opacity: 0;
  }
}
.animating.flash, .hover-flash:hover {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes strobe {
  0%,100%,20%,40%,60%,80% {
    opacity: 1;
  }
  10%,30%,50%,70%,90% {
    opacity: 0;
  }
}
@keyframes strobe {
  0%,100%,20%,40%,60%,80% {
    opacity: 1;
  }
  10%,30%,50%,70%,90% {
    opacity: 0;
  }
}
.animating.strobe, .hover-strobe:hover {
  -webkit-animation-name: strobe;
  animation-name: strobe;
}

@-webkit-keyframes shakeX {
  0%,100% {
    -webkit-transform: translateY(0);
  }
  10%,30%,50%,70%,90% {
    -webkit-transform: translateY(-10px);
  }
  20%,40%,60%,80% {
    -webkit-transform: translateY(10px);
  }
}
@keyframes shakeX {
  0%,100% {
    transform: translateY(0);
  }
  10%,30%,50%,70%,90% {
    transform: translateY(-10px);
  }
  20%,40%,60%,80% {
    transform: translateY(10px);
  }
}
.animating.shake-x, .hover-shake-x:hover {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%,100% {
    -webkit-transform: translateX(0);
  }
  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px);
  }
  20%,40%,60%,80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shakeY {
  0%,100% {
    transform: translateX(0);
  }
  10%,30%,50%,70%,90% {
    transform: translateX(-10px);
  }
  20%,40%,60%,80% {
    transform: translateX(10px);
  }
}
.animating.shake-y, .hover-shake-y:hover {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes bounce {
  0%,100%,20%,50%,80% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,100%,20%,50%,80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.animating.bounce, .hover-bounce:hover {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes tada {
  0%,100% {
    -webkit-transform: scale(1) rotate(0);
  }
  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
}
@keyframes tada {
  0%,100% {
    transform: scale(1) rotate(0);
  }
  10%,20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,50%,70%,90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,60%,80% {
    transform: scale(1.1) rotate(-3deg);
  }
}
.animating.tada, .hover-tada:hover {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes rubberBand {
  0%,100% {
    -webkit-transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
  }
}
@keyframes rubberBand {
  0%,100% {
    transform: scale(1);
  }
  30% {
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    transform: scaleX(1.15) scaleY(0.85);
  }
}
.animating.rubber-band, .hover-rubber-band:hover {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animating.swing, .hover-swing:hover {
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animating.spin, .hover-spin:hover {
  -webkit-animation-name: spin;
  animation-name: spin;
}

@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.animating.spin-reverse, .hover-spin-reverse:hover {
  -webkit-animation-name: spin-reverse;
  animation-name: spin-reverse;
}

@-webkit-keyframes slingshot {
  0% {
    -webkit-transform: rotate(0deg);
  }
  20%,30% {
    -webkit-transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes slingshot {
  0% {
    transform: rotate(0deg);
  }
  20%,30% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animating.slingshot, .hover-slingshot:hover {
  -webkit-animation-name: slingshot;
  animation-name: slingshot;
}

@-webkit-keyframes slingshot-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  20%,30% {
    -webkit-transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes slingshot-reverse {
  0% {
    transform: rotate(0deg);
  }
  20%,30% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.animating.slingshot-reverse, .hover-slingshot-reverse:hover {
  -webkit-animation-name: slingshot-reverse;
  animation-name: slingshot-reverse;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0px);
  }
  15% {
    -webkit-transform: translateX(-25px) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20px) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10px) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0px);
  }
  15% {
    transform: translateX(-25px) rotate(-5deg);
  }
  30% {
    transform: translateX(20px) rotate(3deg);
  }
  45% {
    transform: translateX(-15px) rotate(-3deg);
  }
  60% {
    transform: translateX(10px) rotate(2deg);
  }
  75% {
    transform: translateX(-5px) rotate(-1deg);
  }
  100% {
    transform: translateX(0px);
  }
}
.animating.wobble, .hover-wobble:hover {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes pulse {
  0%,100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes pulse {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.animating.pulse, .hover-pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulsate {
  0%,100%,50% {
    -webkit-transform: scale(1);
  }
  25%,75% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes pulsate {
  0%,100%,50% {
    transform: scale(1);
  }
  25%,75% {
    transform: scale(1.1);
  }
}
.animating.pulsate, .hover-pulsate:hover {
  -webkit-animation-name: pulsate;
  animation-name: pulsate;
}

@-webkit-keyframes heartbeat {
  0%,30%,50%,60%,80% {
    -webkit-transform: scale(1);
  }
  40%,70% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes heartbeat {
  0%,30%,50%,60%,80% {
    transform: scale(1);
  }
  40%,70% {
    transform: scale(1.1);
  }
}
.animating.heartbeat, .hover-heartbeat:hover {
  -webkit-animation-name: heartbeat;
  animation-name: heartbeat;
}

@-webkit-keyframes panic {
  0%,100% {
    -webkit-transform: scale(1) rotate(0);
  }
  10%,60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  20%,40% {
    -webkit-transform: scale(1) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  50%,70%,90% {
    -webkit-transform: scale(1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
}
@keyframes panic {
  0%,100% {
    transform: scale(1) rotate(0);
  }
  10%,60% {
    transform: scale(1.1) rotate(-3deg);
  }
  20%,40% {
    transform: scale(1) rotate(-3deg);
  }
  30% {
    transform: scale(1.1) rotate(3deg);
  }
  50%,70%,90% {
    transform: scale(1) rotate(3deg);
  }
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
}
.animating.panic, .hover-panic:hover {
  -webkit-animation-name: panic;
  animation-name: panic;
}

/* cubeportfolio */
/*!
 * Cube Portfolio - Responsive jQuery Grid Plugin
 *
 * version: 4.1.1 (20 March, 2017)
 * require: jQuery v1.7+
 *
 * Copyright 2013-2017, Mihai Buricea (http://scriptpie.com/cubeportfolio/live-preview/)
 * Licensed under CodeCanyon License (http://codecanyon.net/licenses)
 *
 */
.cbp-l-filters-alignCenter .cbp-filter-counter:after, .cbp-l-filters-alignRight .cbp-filter-counter:after, .cbp-l-filters-button .cbp-filter-counter:after, .cbp-l-filters-buttonCenter .cbp-filter-counter:after, .cbp-l-filters-text .cbp-filter-counter:after, .cbp, .cbp *, .cbp *:after, .cbp:after, .cbp-l-filters-dropdownHeader:after, .cbp-popup-wrap, .cbp-popup-wrap *, .cbp-popup-wrap:before, .cbp-popup-loadingBox:after {
  box-sizing: border-box;
}

.cbp-l-grid-agency-title, .cbp-l-grid-agency-desc, .cbp-l-grid-work-title, .cbp-l-grid-work-desc, .cbp-l-grid-blog-title, .cbp-l-grid-projects-title, .cbp-l-grid-projects-desc, .cbp-l-grid-masonry-projects-title, .cbp-l-grid-masonry-projects-desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-work, .cbp-l-filters-work *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-underline, .cbp-l-filters-underline *, .cbp-l-loadMore-bgbutton, .cbp-l-loadMore-bgbutton *, .cbp-l-loadMore-button, .cbp-l-loadMore-button *, .cbp-l-loadMore-text, .cbp-l-loadMore-text *, .cbp-search, .cbp-search * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.cbp:after, .cbp-lazyload:after, .cbp-popup-loadingBox:after, .cbp-popup-singlePageInline:after {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: cbp-rotation .8s infinite linear;
  animation: cbp-rotation .8s infinite linear;
  border-left: 3px solid rgba(114, 144, 182, 0.15);
  border-right: 3px solid rgba(114, 144, 182, 0.15);
  border-bottom: 3px solid rgba(114, 144, 182, 0.15);
  border-top: 3px solid rgba(114, 144, 182, 0.8);
  border-radius: 100%;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
  opacity: 1;
  -webkit-transform: translateY(-44px);
  transform: translateY(-44px);
}

.cbp-l-filters-alignCenter .cbp-filter-counter, .cbp-l-filters-alignRight .cbp-filter-counter, .cbp-l-filters-button .cbp-filter-counter, .cbp-l-filters-buttonCenter .cbp-filter-counter, .cbp-l-filters-text .cbp-filter-counter {
  font: 400 11px/18px "Open Sans", sans-serif;
  border-radius: 3px;
  color: #FFFFFF;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform .25s, opacity .25s;
  transition: transform 0.25s, opacity 0.25s;
}

.cbp-l-filters-alignCenter .cbp-filter-counter:after, .cbp-l-filters-alignRight .cbp-filter-counter:after, .cbp-l-filters-button .cbp-filter-counter:after, .cbp-l-filters-buttonCenter .cbp-filter-counter:after, .cbp-l-filters-text .cbp-filter-counter:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.cbp-item {
  display: inline-block;
  margin: 0 10px 20px 0;
}

.cbp {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  height: 400px;
}

.cbp > * {
  visibility: hidden;
}

.cbp .cbp-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.cbp img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}

.cbp a, .cbp a:hover, .cbp a:active {
  text-decoration: none;
  outline: 0;
}

.cbp-lazyload {
  position: relative;
  background: #fff;
  display: block;
}

.cbp-lazyload img {
  opacity: 1;
}

.cbp-lazyload img[data-cbp-src] {
  opacity: 0;
}

.cbp-lazyload img:not([data-cbp-src]) {
  -webkit-transition: opacity .7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}

.cbp-lazyload:after {
  z-index: 0;
}

.cbp-wrapper-outer {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.cbp-wrapper-outer, .cbp-wrapper, .cbp-wrapper-helper {
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cbp-wrapper, .cbp-wrapper-helper {
  margin: 0;
}

.cbp-ready > * {
  visibility: visible;
}

.cbp-ready:after {
  display: none;
  visibility: hidden;
}

.cbp-ready .cbp-item {
  position: absolute;
  top: 0;
  left: 0;
}

.cbp-ready .cbp-wrapper, .cbp-ready .cbp-wrapper-helper {
  position: absolute;
  top: 0;
  left: 0;
}

.cbp-item-off {
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
}

.cbp-item-on2off {
  z-index: 0;
}

.cbp-item-off2on {
  z-index: 1;
}

.cbp-item-on2on {
  z-index: 2;
}

.cbp-item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.cbp-l-project-related-wrap img, .cbp-l-inline img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.cbp-updateItems {
  -webkit-transition: height .5s ease-in-out !important;
  transition: height .5s ease-in-out !important;
  will-change: height;
}

.cbp-updateItems .cbp-item {
  -webkit-transition: top .5s ease-in-out, left .5s ease-in-out;
  transition: top 0.5s ease-in-out, left 0.5s ease-in-out;
}

.cbp-updateItems .cbp-item-loading {
  -webkit-animation: fadeIn .5s ease-in-out;
  animation: fadeIn .5s ease-in-out;
  -webkit-transition: none;
  transition: none;
}

.cbp-removeItem {
  -webkit-animation: fadeOut .5s ease-in-out;
  animation: fadeOut 0.5s ease-in-out;
}

.cbp-panel {
  width: 94%;
  max-width: 1170px;
  margin: 0 auto;
}

.cbp-misc-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
  text-align: center;
}

.cbp-misc-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes cbp-rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes cbp-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.cbp-l-filters-left {
  float: left;
}

.cbp-l-filters-right {
  float: right;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-left, .cbp-l-filters-right {
    width: 100%;
  }
}
.cbp-caption, .cbp-caption-defaultWrap, .cbp-caption-activeWrap {
  display: block;
}

.cbp-caption-activeWrap {
  background-color: #282727;
}

.cbp-caption-active .cbp-caption, .cbp-caption-active .cbp-caption-defaultWrap, .cbp-caption-active .cbp-caption-activeWrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cbp-caption-active .cbp-caption-defaultWrap {
  top: 0;
}

.cbp-caption-active .cbp-caption-activeWrap {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
}

.cbp-l-caption-title {
  color: #fff;
  font: 400 16px/21px "Open Sans", sans-serif;
}

.cbp-l-caption-desc {
  color: #aaa;
  font: 400 12px/16px "Open Sans", sans-serif;
}

.cbp-l-caption-text {
  font: 400 14px/21px "Open Sans", sans-serif;
  color: #fff;
  letter-spacing: 3px;
  padding: 0 6px;
}

.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
  background-color: #fce206;
  color: #FFFFFF;
  display: inline-block;
  font: 400 12px/30px "Open Sans", sans-serif;
  min-width: 90px;
  text-align: center;
  margin: 4px;
  padding: 0 6px;
}

.cbp-l-caption-buttonLeft:hover, .cbp-l-caption-buttonRight:hover {
  opacity: 0.9;
}

.cbp-caption-none .cbp-caption-activeWrap {
  display: none;
}

.cbp-l-caption-alignLeft .cbp-l-caption-body {
  padding: 12px 30px;
}

.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-opacity .cbp-l-caption-alignLeft .cbp-l-caption-body {
  padding-top: 30px;
}

.cbp-l-caption-alignCenter {
  display: table;
  width: 100%;
  height: 100%;
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px 0;
}

.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  position: relative;
  -webkit-transition: -webkit-transform .25s;
  transition: transform 0.25s;
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width: 480px) {
  .cbp-l-caption-alignLeft .cbp-l-caption-body {
    padding: 9px 11px;
  }

  .cbp-l-caption-title {
    font-size: 14px;
    line-height: 21px;
  }

  .cbp-l-caption-desc {
    font-size: 11px;
    line-height: 14px;
  }

  .cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
    font-size: 11px;
    line-height: 28px;
    min-width: 69px;
    margin: 3px;
    padding: 0 4px;
  }

  .cbp-l-caption-text {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 374px) {
  .cbp-l-caption-alignLeft .cbp-l-caption-body {
    padding: 8px 10px;
  }

  .cbp-l-caption-title {
    font-size: 13px;
    line-height: 20px;
  }

  .cbp-l-caption-desc {
    font-size: 11px;
    line-height: 14px;
  }

  .cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
    font-size: 10px;
    line-height: 28px;
    min-width: 62px;
    margin: 1px;
    padding: 0 4px;
  }
}
.cbp-caption-fadeIn .cbp-caption-activeWrap {
  opacity: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity .5s;
  transition: opacity 0.5s;
}

.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .cbp-caption-fadeIn .cbp-caption .cbp-caption-activeWrap {
    opacity: 1;
  }
}
.cbp-caption-minimal .cbp-l-caption-title, .cbp-caption-minimal .cbp-l-caption-desc {
  position: relative;
  left: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform .35s ease-out;
  transition: transform 0.35s ease-out;
}

.cbp-caption-minimal .cbp-l-caption-title {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cbp-caption-minimal .cbp-l-caption-desc {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}

.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title, .cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cbp-caption-minimal .cbp-caption-activeWrap {
  top: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1;
}

.cbp-caption-moveRight .cbp-caption-activeWrap {
  left: -100%;
  top: 0;
  -webkit-transition: -webkit-transform .35s;
  transition: transform 0.35s;
}

.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.cbp-caption-overlayBottom .cbp-caption-activeWrap {
  height: 60px;
  background-color: #181616;
  background-color: rgba(24, 22, 22, 0.7);
  -webkit-transition: -webkit-transform .25s;
  transition: transform 0.25s;
}

.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  -webkit-transition-duration: .35s;
  transition-duration: 0.35s;
}

.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap, .cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
  -webkit-transition: -webkit-transform .35s;
  transition: transform 0.35s;
}

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
  height: 60px;
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap, .cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
  -webkit-transition: -webkit-transform .25s;
  transition: transform 0.25s;
}

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
  height: 61px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(-61px);
  transform: translateY(-61px);
}

.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
  z-index: 2;
  -webkit-transition: -webkit-transform .25s;
  transition: transform 0.25s;
}

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
  bottom: 0;
  z-index: 1;
  height: 60px;
}

.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap, .cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
  -webkit-transition: -webkit-transform .4s;
  transition: transform 0.4s;
}

.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
  top: 0;
  left: -50%;
  width: 50%;
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.cbp-caption-pushDown .cbp-caption-defaultWrap, .cbp-caption-pushDown .cbp-caption-activeWrap {
  -webkit-transition: -webkit-transform .4s;
  transition: transform 0.4s;
}

.cbp-caption-pushDown .cbp-caption-activeWrap {
  top: -100%;
}

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap, .cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.cbp-caption-pushTop .cbp-caption-activeWrap, .cbp-caption-pushTop .cbp-caption-defaultWrap {
  -webkit-transition: -webkit-transform .4s;
  transition: transform 0.4s;
}

.cbp-caption-pushTop .cbp-caption-activeWrap {
  height: 102%;
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(-99%);
  transform: translateY(-99%);
}

.cbp-caption-revealBottom .cbp-caption-defaultWrap {
  z-index: 2;
  -webkit-transition: -webkit-transform .4s;
  transition: transform 0.4s;
}

.cbp-caption-revealBottom .cbp-caption-activeWrap {
  top: 0;
  z-index: 1;
}

.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.cbp-caption-revealLeft .cbp-caption-activeWrap {
  left: 100%;
  top: 0;
  -webkit-transition: -webkit-transform .4s;
  transition: transform 0.4s;
}

.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.cbp-caption-revealTop .cbp-caption-defaultWrap {
  z-index: 2;
  -webkit-transition: -webkit-transform .4s;
  transition: transform 0.4s;
}

.cbp-caption-revealTop .cbp-caption-activeWrap {
  top: 0;
  z-index: 1;
}

.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.cbp-caption-zoom .cbp-caption-defaultWrap {
  -webkit-transition: -webkit-transform .35s ease-out;
  transition: transform 0.35s ease-out;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.cbp-caption-zoom .cbp-caption-activeWrap {
  opacity: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity .4s;
  transition: opacity 0.4s;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1;
}

.cbp-caption-opacity .cbp-item {
  padding: 1px;
}

.cbp-caption-opacity .cbp-caption, .cbp-caption-opacity .cbp-caption-activeWrap, .cbp-caption-opacity .cbp-caption-defaultWrap {
  background-color: transparent;
}

.cbp-caption-opacity .cbp-caption {
  border: 1px solid transparent;
}

.cbp-caption-opacity .cbp-caption:hover {
  border-color: #EDEDED;
}

.cbp-caption-opacity .cbp-caption-defaultWrap {
  opacity: 1;
  -webkit-transition: opacity .4s;
  transition: opacity 0.4s;
}

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap {
  opacity: 0.8;
}

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-activeWrap {
  top: 0;
}

.cbp-caption-expand .cbp-caption-activeWrap {
  height: auto;
  background-color: transparent;
}

.cbp-caption-expand .cbp-caption {
  border-bottom: 1px dotted #eaeaea;
}

.cbp-caption-expand .cbp-caption-defaultWrap {
  cursor: pointer;
  font: 500 15px/23px "Roboto", sans-serif;
  color: #474747;
  padding: 12px 0 11px 26px;
}

.cbp-caption-expand .cbp-caption-defaultWrap svg {
  position: absolute;
  top: 16px;
  left: 0;
}

.cbp-caption-expand .cbp-l-caption-body {
  font: 400 13px/21px "Roboto", sans-serif;
  color: #888;
  padding: 0 0 20px 26px;
}

.cbp-caption-expand-active {
  -webkit-transition: height .4s !important;
  transition: height 0.4s !important;
}

.cbp-caption-expand-active .cbp-item {
  -webkit-transition: left .4s, top .4s !important;
  transition: left 0.4s, top 0.4s !important;
}

.cbp-caption-expand-open .cbp-caption-activeWrap {
  -webkit-transition: height .4s;
  transition: height 0.4s;
}

.cbp-l-filters-alignCenter {
  margin-bottom: 30px;
  text-align: center;
  font: 400 12px/21px sans-serif;
  color: #DADADA;
}

.cbp-l-filters-alignCenter .cbp-filter-item {
  color: #949494;
  cursor: pointer;
  font: 400 13px/21px "Open Sans", sans-serif;
  padding: 0 12px;
  position: relative;
  overflow: visible;
  margin: 0 0 10px;
  display: inline-block;
  -webkit-transition: color .3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover {
  color: #2D2C2C;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
  color: #2D2C2C;
  cursor: default;
}

.cbp-l-filters-alignCenter .cbp-filter-counter {
  background-color: #626161;
}

.cbp-l-filters-alignCenter .cbp-filter-counter:after {
  border-top: 4px solid #626161;
}

.cbp-l-filters-alignLeft {
  margin-bottom: 30px;
}

.cbp-l-filters-alignLeft .cbp-filter-item {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  font: 400 12px/30px "Open Sans", sans-serif;
  padding: 0 13px;
  position: relative;
  overflow: visible;
  margin: 0 4px 10px 4px;
  display: inline-block;
  color: #888888;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.cbp-l-filters-alignLeft .cbp-filter-item:hover {
  color: #111;
}

.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
  background-color: #6C7A89;
  border: 1px solid #6C7A89;
  color: #fff;
  cursor: default;
}

.cbp-l-filters-alignLeft .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-alignLeft .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-alignLeft .cbp-filter-counter {
  display: inline;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-alignLeft {
    text-align: center;
  }
}
.cbp-l-filters-alignRight {
  margin-bottom: 30px;
  text-align: right;
}

.cbp-l-filters-alignRight .cbp-filter-item {
  background-color: transparent;
  color: #8B8B8B;
  cursor: pointer;
  font: 400 11px/31px "Open Sans", sans-serif;
  padding: 0 14px;
  position: relative;
  overflow: visible;
  margin: 0 3px 10px 3px;
  border: 1px solid #E4E2E2;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover {
  color: #2B3444;
}

.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
  color: #FFFFFF;
  background-color: #fce206;
  border-color: #fce206;
  cursor: default;
}

.cbp-l-filters-alignRight .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-alignRight .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-alignRight .cbp-filter-counter {
  background-color: #fce206;
}

.cbp-l-filters-alignRight .cbp-filter-counter:after {
  border-top: 4px solid #fce206;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-alignRight {
    text-align: center;
  }
}
.cbp-l-filters-button {
  margin-bottom: 30px;
}

.cbp-l-filters-button .cbp-filter-item {
  background-color: #FFFFFF;
  border: 1px solid #ECECEC;
  color: #888888;
  cursor: pointer;
  font: 400 12px/32px "Open Sans", sans-serif;
  margin: 0 5px 10px 5px;
  overflow: visible;
  padding: 0 17px;
  position: relative;
  display: inline-block;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.cbp-l-filters-button .cbp-filter-item:hover {
  color: #fce206;
  border-color: #DADADA;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #fce206;
  color: #101010;
  border-color: #5d5d5d;
  cursor: default;
}

.cbp-l-filters-button .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-button .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-button .cbp-filter-counter {
  background-color: #fce206;
}

.cbp-l-filters-button .cbp-filter-counter:after {
  border-top: 4px solid #fce206;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-button {
    text-align: center;
  }
}
.cbp-l-filters-buttonCenter {
  margin-bottom: 30px;
  text-align: center;
}

.cbp-l-filters-buttonCenter .cbp-filter-item {
  background-color: #FFFFFF;
  border: 1px solid #ECECEC;
  color: #888888;
  cursor: pointer;
  font: 400 12px/32px "Roboto", sans-serif;
  margin: 0 5px 10px 5px;
  overflow: visible;
  padding: 0 17px;
  position: relative;
  display: inline-block;
  -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
  color: #5d5d5d;
}

.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
  color: #fce206;
  border-color: #fce206;
  cursor: default;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter {
  background-color: #fce206;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter:after {
  border-top: 4px solid #fce206;
}

.cbp-l-filters-dropdown {
  margin-bottom: 40px;
  height: 38px;
  position: relative;
  z-index: 5;
}

.cbp-l-filters-dropdownWrap {
  width: 200px;
  position: absolute;
  right: 0;
  background: #4d4c4d;
}

.cbp-l-filters-dropdownHeader {
  font: 400 12px/38px "Open Sans", sans-serif;
  margin: 0 17px;
  color: #FFF;
  cursor: default;
  position: relative;
}

.cbp-l-filters-dropdownHeader:after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  margin-top: -1px;
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
  border-width: 0 5px 5px;
}

.cbp-l-filters-dropdownList {
  display: none;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.cbp-l-filters-dropdownList > li {
  margin: 0;
  list-style: none;
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
  display: block;
  margin: 0;
}

.cbp-l-filters-dropdownList .cbp-filter-item {
  background: transparent;
  color: #b3b3b3;
  width: 100%;
  text-align: left;
  font: 400 12px/40px "Open Sans", sans-serif;
  margin: 0;
  padding: 0 17px;
  cursor: pointer;
  border: none;
  border-top: 1px solid #595959;
}

.cbp-l-filters-dropdownList .cbp-filter-item:hover {
  color: #e6e6e6;
}

.cbp-l-filters-dropdownList .cbp-filter-item-active {
  color: #fff;
  cursor: default;
}

.cbp-l-filters-dropdownWrap .cbp-filter-counter {
  display: inline;
}

.cbp-l-filters-dropdown-floated {
  float: right;
  margin-top: -2px;
  margin-left: 20px;
  width: 200px;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-dropdown-floated {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .cbp-l-filters-dropdownWrap {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.cbp-l-filters-list {
  margin-bottom: 30px;
  content: "";
  display: table;
  clear: both;
}

.cbp-l-filters-list .cbp-filter-item {
  background-color: transparent;
  color: #585252;
  cursor: pointer;
  font: 400 12px/35px "Open Sans", sans-serif;
  padding: 0 18px;
  position: relative;
  overflow: visible;
  margin: 0 0 10px;
  float: left;
  border: 1px solid #3288C4;
  border-right-width: 0;
  -webkit-transition: left .3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.cbp-l-filters-list .cbp-filter-item:hover {
  color: #000;
}

.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
  cursor: default;
  color: #FFFFFF;
  background-color: #3288C4;
}

.cbp-l-filters-list-first {
  border-radius: 6px 0 0 6px;
}

.cbp-l-filters-list-last {
  border-radius: 0 6px 6px 0;
  border-right-width: 1px !important;
}

.cbp-l-filters-list .cbp-filter-counter {
  display: inline;
}

@media only screen and (max-width: 600px) {
  .cbp-l-filters-list .cbp-filter-item {
    margin-right: 5px;
    border-radius: 6px;
    border-right-width: 1px;
  }
}
.cbp-l-filters-work {
  margin-bottom: 30px;
  text-align: center;
}

.cbp-l-filters-work .cbp-filter-item {
  background-color: #FFFFFF;
  color: #888;
  cursor: pointer;
  font: 600 11px/37px "Open Sans", sans-serif;
  margin: 0 3px 15px 3px;
  overflow: visible;
  padding: 0 16px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.cbp-l-filters-work .cbp-filter-item:hover {
  color: #fff;
  background: #607D8B;
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
  background-color: #607D8B;
  color: #fff;
  cursor: default;
}

.cbp-l-filters-work .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-work .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-work .cbp-filter-counter {
  font: 600 11px/37px "Open Sans", sans-serif;
  text-align: center;
  display: inline-block;
  margin-left: 8px;
}

.cbp-l-filters-work .cbp-filter-counter:before {
  content: "(";
}

.cbp-l-filters-work .cbp-filter-counter:after {
  content: ")";
}

.cbp-l-filters-big {
  margin-bottom: 30px;
  text-align: center;
}

.cbp-l-filters-big .cbp-filter-item {
  color: #444;
  cursor: pointer;
  font: 400 15px/22px "Roboto", sans-serif;
  margin: 0 8px 10px 8px;
  padding: 10px 23px;
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.cbp-l-filters-big .cbp-filter-item:hover {
  color: #888;
}

.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active {
  border-color: #d5d5d5;
  color: #444;
  cursor: default;
}

.cbp-l-filters-big .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-big .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-text {
  margin-bottom: 30px;
  text-align: center;
  font: 400 12px/21px "Lato", sans-serif;
  color: #DADADA;
  padding: 0 15px;
}

.cbp-l-filters-text .cbp-filter-item {
  color: #949494;
  cursor: pointer;
  font: 400 13px/21px "Lato", sans-serif;
  padding: 0 12px;
  position: relative;
  overflow: visible;
  margin: 0 0 10px;
  display: inline-block;
  -webkit-transition: color .3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.cbp-l-filters-text .cbp-filter-item:hover {
  color: #2D2C2C;
}

.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
  color: #2D2C2C;
  cursor: default;
}

.cbp-l-filters-text .cbp-filter-counter {
  background-color: #626161;
  font: 400 11px/18px "Lato", sans-serif;
}

.cbp-l-filters-text .cbp-filter-counter:after {
  border-top: 4px solid #626161;
}

.cbp-l-filters-text-sort {
  display: inline-block;
  font: 400 13px/21px "Lato", sans-serif;
  color: #949494;
  margin-right: 15px;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-text-sort {
    display: block;
    margin-bottom: 10px;
  }
}
.cbp-l-filters-underline {
  margin-bottom: 30px;
}

.cbp-l-filters-underline .cbp-filter-item {
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font: 600 14px/21px "Open Sans", sans-serif;
  padding: 8px 10px;
  position: relative;
  overflow: visible;
  margin: 0 10px 10px 10px;
  display: inline-block;
  color: #787878;
  -webkit-transition: color .25s ease-in-out, border-color .25s ease-in-out;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

.cbp-l-filters-underline .cbp-filter-item:hover {
  color: #111;
}

.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
  border-bottom-color: #666;
  color: #444;
  cursor: default;
}

.cbp-l-filters-underline .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-underline .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-underline .cbp-filter-counter {
  display: inline;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-underline {
    text-align: center;
  }
}
.cbp-animation-quicksand {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-quicksand .cbp-item {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}

.cbp-animation-quicksand .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-quicksand .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: quicksand-off .6s ease-out both;
  animation: quicksand-off 0.6s ease-out both;
}

.cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: quicksand-on .6s ease-out both;
  animation: quicksand-on 0.6s ease-out both;
}

@-webkit-keyframes quicksand-off {
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
  }
}
@keyframes quicksand-off {
  100% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
}
@-webkit-keyframes quicksand-on {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
  }
}
@keyframes quicksand-on {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
}
.cbp-animation-fadeOut, .cbp-animation-boxShadow {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-fadeOut .cbp-item, .cbp-animation-boxShadow .cbp-item {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}

.cbp-animation-fadeOut .cbp-item, .cbp-animation-boxShadow .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-fadeOut .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: fadeOut-off .6s ease-in-out both;
  animation: fadeOut-off 0.6s ease-in-out both;
}

.cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: fadeOut-on .6s ease-in-out both;
  animation: fadeOut-on 0.6s ease-in-out both;
}

@-webkit-keyframes fadeOut-off {
  0% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes fadeOut-off {
  0% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cbp-animation-flipOut {
  -webkit-transition: height .7s ease-in-out;
  transition: height .7s ease-in-out;
  will-change: height;
}

.cbp-animation-flipOut .cbp-item {
  -webkit-transition: -webkit-transform .7s ease-in-out;
  transition: transform 0.7s ease-in-out;
}

.cbp-animation-flipOut .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-flipOut .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-flipOut .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: flipOut-out .7s both ease-in;
  animation: flipOut-out 0.7s both ease-in;
}

.cbp-animation-flipOut .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: flipOut-in .7s ease-out both;
  animation: flipOut-in 0.7s ease-out both;
}

@-webkit-keyframes flipOut-out {
  50%, 100% {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipOut-out {
  50%, 100% {
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipOut-in {
  0%, 50% {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@keyframes flipOut-in {
  0%, 50% {
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
.cbp-animation-flipBottom {
  -webkit-transition: height .7s ease-in-out;
  transition: height .7s ease-in-out;
  will-change: height;
}

.cbp-animation-flipBottom .cbp-item {
  -webkit-transition: -webkit-transform .7s ease-in-out;
  transition: transform 0.7s ease-in-out;
}

.cbp-animation-flipBottom .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-flipBottom .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-flipBottom .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: flipBottom-out .7s both ease-in;
  animation: flipBottom-out 0.7s both ease-in;
}

.cbp-animation-flipBottom .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: flipBottom-in .7s ease-out both;
  animation: flipBottom-in 0.7s ease-out both;
}

@-webkit-keyframes flipBottom-out {
  50%, 100% {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipBottom-out {
  50%, 100% {
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipBottom-in {
  0%, 50% {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@keyframes flipBottom-in {
  0%, 50% {
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
.cbp-animation-scaleSides {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-scaleSides .cbp-item {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}

.cbp-animation-scaleSides .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-scaleSides .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-scaleSides .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: scaleSides-out .9s both;
  animation: scaleSides-out 0.9s both;
}

.cbp-animation-scaleSides .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: scaleSides-in .9s both;
  animation: scaleSides-in 0.9s both;
}

@-webkit-keyframes scaleSides-out {
  50%, 100% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes scaleSides-out {
  50%, 100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
@-webkit-keyframes scaleSides-in {
  0%, 50% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes scaleSides-in {
  0%, 50% {
    transform: scale(0.6);
    opacity: 0;
  }
}
.cbp-animation-skew {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-skew .cbp-item {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}

.cbp-animation-skew .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-skew .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-skew .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: skew-off .6s ease-out both;
  animation: skew-off 0.6s ease-out both;
}

.cbp-animation-skew .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: skew-on .6s ease-out both;
  animation: skew-on 0.6s ease-out both;
}

@-webkit-keyframes skew-off {
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) skew(20deg, 0);
  }
}
@keyframes skew-off {
  100% {
    opacity: 0;
    transform: scale3d(0, 0, 0) skew(20deg, 0);
  }
}
@-webkit-keyframes skew-on {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) skew(0, 20deg);
  }
}
@keyframes skew-on {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0) skew(0, 20deg);
  }
}
.cbp-animation-fadeOutTop {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-fadeOutTop .cbp-wrapper-outer {
  overflow: visible;
}

.cbp-animation-fadeOutTop .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: visible;
}

.cbp-animation-fadeOutTop .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: fadeOutTop-out .6s both ease-in-out;
  animation: fadeOutTop-out 0.6s both ease-in-out;
}

.cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: fadeOutTop-in .6s both ease-in-out;
  animation: fadeOutTop-in 0.6s both ease-in-out;
}

@-webkit-keyframes fadeOutTop-out {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateY(-30px);
    opacity: 0;
  }
}
@keyframes fadeOutTop-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50%, 100% {
    transform: translateY(-30px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutTop-in {
  0%, 50% {
    -webkit-transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeOutTop-in {
  0%, 50% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.cbp-animation-slideLeft {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-slideLeft .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-slideLeft .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-slideLeft .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: slideLeft-out .8s both ease-in-out;
  animation: slideLeft-out 0.8s both ease-in-out;
}

.cbp-animation-slideLeft .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: slideLeft-in .8s both ease-in-out;
  animation: slideLeft-in 0.8s both ease-in-out;
}

@-webkit-keyframes slideLeft-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: .75;
    -webkit-transform: scale(0.8);
  }
  75% {
    opacity: .75;
    -webkit-transform: scale(0.8) translateX(-200%);
  }
  100% {
    opacity: .75;
    -webkit-transform: scale(0.8) translateX(-200%);
  }
}
@keyframes slideLeft-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: .75;
    transform: scale(0.8);
  }
  75% {
    opacity: .75;
    transform: scale(0.8) translateX(-200%);
  }
  100% {
    opacity: .75;
    transform: scale(0.8) translateX(-200%);
  }
}
@-webkit-keyframes slideLeft-in {
  0%, 25% {
    opacity: .75;
    -webkit-transform: scale(0.8) translateX(200%);
  }
  75% {
    opacity: .75;
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
  }
}
@keyframes slideLeft-in {
  0%, 25% {
    opacity: .75;
    transform: scale(0.8) translateX(200%);
  }
  75% {
    opacity: .75;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}
.cbp-animation-sequentially {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-sequentially .cbp-wrapper-outer {
  overflow: visible;
}

.cbp-animation-sequentially .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: visible;
}

.cbp-animation-sequentially .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-sequentially .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: fadeOutTop-out .6s both ease;
  animation: fadeOutTop-out 0.6s both ease;
}

.cbp-animation-sequentially .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: fadeOutTop-in .6s both ease-out;
  animation: fadeOutTop-in 0.6s both ease-out;
}

.cbp-animation-3dflip {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-3dflip .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-3dflip .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-3dflip .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flip-out 0.6s both ease-in-out;
  animation: flip-out 0.6s both ease-in-out;
}

.cbp-animation-3dflip .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: flip-in 0.6s both ease-in-out;
  animation: flip-in 0.6s both ease-in-out;
}

@-webkit-keyframes flip-out {
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}
@keyframes flip-out {
  100% {
    opacity: 0;
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes flip-in {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}
@keyframes flip-in {
  0% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.cbp-animation-flipOutDelay {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-flipOutDelay .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-flipOutDelay .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: flipOut-out 1s both ease-in;
  animation: flipOut-out 1s both ease-in;
}

.cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: flipOut-in 1s both ease-out;
  animation: flipOut-in 1s both ease-out;
}

.cbp-animation-slideDelay {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-slideDelay .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-slideDelay .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-slideDelay .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: slideDelay-out 0.5s both ease-in-out;
  animation: slideDelay-out 0.5s both ease-in-out;
}

.cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: slideDelay-in 0.5s both ease-in-out;
  animation: slideDelay-in 0.5s both ease-in-out;
}

@-webkit-keyframes slideDelay-out {
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes slideDelay-out {
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slideDelay-in {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes slideDelay-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.cbp-animation-rotateSides {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-rotateSides .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-rotateSides .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-rotateSides .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: -50% 50%;
  -webkit-animation: rotateSides-out .5s both ease-in;
  transform-origin: -50% 50%;
  animation: rotateSides-out 0.5s both ease-in;
}

.cbp-animation-rotateSides .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 150% 50%;
  -webkit-animation: rotateSides-in .6s both ease-out;
  transform-origin: 150% 50%;
  animation: rotateSides-in 0.6s both ease-out;
}

@-webkit-keyframes rotateSides-out {
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(90deg);
  }
}
@keyframes rotateSides-out {
  100% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(90deg);
  }
}
@-webkit-keyframes rotateSides-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg);
  }
}
@keyframes rotateSides-in {
  0% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg);
  }
  40% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg);
  }
}
.cbp-animation-foldLeft {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-foldLeft .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-foldLeft .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-foldLeft .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: foldLeft-out .7s both;
  animation: foldLeft-out 0.7s both;
}

.cbp-animation-foldLeft .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: foldLeft-in .7s both;
  animation: foldLeft-in 0.7s both;
}

@-webkit-keyframes foldLeft-out {
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
}
@keyframes foldLeft-out {
  100% {
    opacity: 0;
    transform: translateX(-100%) rotateY(-90deg);
  }
}
@-webkit-keyframes foldLeft-in {
  0% {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
  }
}
@keyframes foldLeft-in {
  0% {
    opacity: 0.3;
    transform: translateX(100%);
  }
}
.cbp-animation-unfold {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-unfold .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-unfold .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-unfold .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: unfold-out .8s both;
  animation: unfold-out 0.8s both;
}

.cbp-animation-unfold .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: unfold-in .8s both;
  transform-origin: 0% 50%;
  animation: unfold-in 0.8s both;
}

@-webkit-keyframes unfold-out {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
}
@keyframes unfold-out {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@-webkit-keyframes unfold-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
}
@keyframes unfold-in {
  0% {
    opacity: 0;
    transform: translateX(100%) rotateY(90deg);
  }
}
.cbp-animation-scaleDown {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-scaleDown .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-scaleDown .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-scaleDown .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: scaleDown-out .7s both;
  animation: scaleDown-out 0.7s both;
}

.cbp-animation-scaleDown .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: scaleDown-in .6s both;
  animation: scaleDown-in 0.6s both;
}

@-webkit-keyframes scaleDown-out {
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleDown-out {
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleDown-in {
  0% {
    -webkit-transform: translateX(100%);
  }
}
@keyframes scaleDown-in {
  0% {
    transform: translateX(100%);
  }
}
.cbp-animation-frontRow {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-frontRow .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-frontRow .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: frontRow-out .7s both ease;
  animation: frontRow-out 0.7s both ease;
}

.cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: frontRow-in .6s both ease;
  animation: frontRow-in 0.6s both ease;
}

@-webkit-keyframes frontRow-out {
  100% {
    -webkit-transform: translateX(-60%) scale(0.8);
    opacity: 0;
  }
}
@keyframes frontRow-out {
  100% {
    transform: translateX(-60%) scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes frontRow-in {
  0% {
    -webkit-transform: translateX(100%) scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) scale(1);
  }
}
@keyframes frontRow-in {
  0% {
    transform: translateX(100%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(0%) scale(1);
  }
}
.cbp-animation-rotateRoom {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-rotateRoom .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-animation-rotateRoom .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateRoom-out .8s both ease;
  animation: rotateRoom-out 0.8s both ease;
}

.cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateRoom-in .8s both ease;
  animation: rotateRoom-in 0.8s both ease;
}

@-webkit-keyframes rotateRoom-out {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(90deg);
  }
}
@keyframes rotateRoom-out {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateRoom-in {
  0% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg);
  }
}
@keyframes rotateRoom-in {
  0% {
    opacity: .3;
    transform: translateX(100%) rotateY(-90deg);
  }
}
.cbp-animation-bounceBottom {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-bounceBottom .cbp-wrapper-helper {
  -webkit-animation: bounceBottom-out .6s both ease-in-out;
  animation: bounceBottom-out 0.6s both ease-in-out;
}

.cbp-animation-bounceBottom .cbp-wrapper {
  -webkit-animation: bounceBottom-in .6s both ease-in-out;
  animation: bounceBottom-in 0.6s both ease-in-out;
}

@-webkit-keyframes bounceBottom-out {
  100% {
    -webkit-transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes bounceBottom-out {
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
@-webkit-keyframes bounceBottom-in {
  0% {
    -webkit-transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bounceBottom-in {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.cbp-animation-bounceLeft {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-bounceLeft .cbp-wrapper-helper {
  -webkit-animation: bounceLeft-out .6s both ease-in-out;
  animation: bounceLeft-out 0.6s both ease-in-out;
}

.cbp-animation-bounceLeft .cbp-wrapper {
  -webkit-animation: bounceLeft-in .6s both ease-in-out;
  animation: bounceLeft-in 0.6s both ease-in-out;
}

@-webkit-keyframes bounceLeft-out {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes bounceLeft-out {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes bounceLeft-in {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes bounceLeft-in {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cbp-animation-bounceTop {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-bounceTop .cbp-wrapper-helper {
  -webkit-animation: bounceTop-out .6s both ease-in-out;
  animation: bounceTop-out 0.6s both ease-in-out;
}

.cbp-animation-bounceTop .cbp-wrapper {
  -webkit-animation: bounceTop-in .6s both ease-in-out;
  animation: bounceTop-in 0.6s both ease-in-out;
}

@-webkit-keyframes bounceTop-out {
  100% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes bounceTop-out {
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes bounceTop-in {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bounceTop-in {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.cbp-animation-moveLeft {
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-moveLeft .cbp-wrapper-helper {
  -webkit-animation: moveLeft-out .6s both ease-in-out;
  animation: moveLeft-out 0.6s both ease-in-out;
}

.cbp-animation-moveLeft .cbp-wrapper {
  -webkit-animation: moveLeft-in .6s both ease-in-out;
  animation: moveLeft-in 0.6s both ease-in-out;
}

@-webkit-keyframes moveLeft-out {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes moveLeft-out {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes moveLeft-in {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveLeft-in {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cbp-displayType-bottomToTop {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.cbp-displayType-bottomToTop .cbp-item {
  -webkit-animation: fadeInBottomToTop .3s both ease-in;
  animation: fadeInBottomToTop 0.3s both ease-in;
}

@-webkit-keyframes fadeInBottomToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInBottomToTop {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cbp-displayType-fadeIn {
  -webkit-animation: fadeIn .5s both ease-in;
  animation: fadeIn 0.5s both ease-in;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cbp-displayType-fadeInToTop {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-animation: fadeInToTop .5s both ease-in;
  animation: fadeInToTop 0.5s both ease-in;
}

@-webkit-keyframes fadeInToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInToTop {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cbp-displayType-sequentially .cbp-item {
  -webkit-animation: fadeIn .5s both ease-in;
  animation: fadeIn 0.5s both ease-in;
}

.cbp-lightbox img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}

.cbp-popup-ie8bg {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
}

.cbp-popup-wrap {
  height: 100%;
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 99990;
  padding: 0 10px;
}

.cbp-popup-wrap video {
  outline: 0 none;
}

.cbp-popup-lightbox {
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cbp-popup-singlePage {
  background: #fff;
  padding: 0;
}

.cbp-popup-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cbp-popup-content-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.cbp-popup-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 100%;
}

.cbp-popup-lightbox .cbp-popup-content {
  display: flex;
}

.cbp-popup-singlePage .cbp-popup-content {
  position: relative;
  z-index: 1;
  margin-top: 145px;
  max-width: 1024px;
  vertical-align: top;
  width: 94%;
}

.cbp-popup-singlePage .cbp-popup-content-basic {
  position: relative;
  z-index: 1;
  margin-top: 104px;
  vertical-align: top;
  width: 100%;
  display: inline-block;
  text-align: left;
}

.cbp-popup-lightbox-figure {
  width: 100%;
  position: relative;
  padding: 20px 0;
}

.cbp-popup-lightbox-bottom {
  position: relative;
  margin-top: 3px;
}

.cbp-popup-lightbox-title {
  padding-right: 50px;
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #eee;
}

.cbp-popup-lightbox-counter {
  position: absolute;
  top: 0;
  right: 0;
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #eee;
}

.cbp-popup-lightbox-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.cbp-popup-lightbox-img[data-action] {
  cursor: pointer;
}

.cbp-popup-lightbox-isIframe .cbp-popup-content {
  width: 75%;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .cbp-popup-lightbox-isIframe .cbp-popup-content {
    width: 95%;
  }
}
.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 3px;
}

.cbp-popup-lightbox-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
}

.cbp-popup-lightbox-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.cbp-popup-lightbox-iframe audio {
  margin-top: 27%;
}

.cbp-popup-lightbox-iframe .cbp-popup-lightbox-bottom {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 104px;
  background-color: #3D4750;
}

.cbp-popup-singlePage .cbp-popup-navigation {
  position: relative;
  width: 100%;
  height: 100%;
}

.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
  position: fixed;
}

.cbp-popup-singlePage-counter {
  color: #fff;
  position: absolute;
  margin: auto;
  right: 40px;
  top: 0;
  bottom: 0;
  font: 400 13px/30px "Open Sans", sans-serif;
  height: 30px;
}

@media only screen and (max-width: 768px) {
  .cbp-popup-singlePage-counter {
    right: 3%;
  }
}
.cbp-popup-next, .cbp-popup-prev, .cbp-popup-close {
  padding: 0;
  border: medium none;
  position: absolute;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-lightbox .cbp-popup-next, .cbp-popup-lightbox .cbp-popup-close {
  visibility: hidden;
}

.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
  visibility: visible;
}

.cbp-popup-lightbox .cbp-popup-prev {
  background: url("cbp-sprite.png") no-repeat scroll 0 0 transparent;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.cbp-popup-lightbox .cbp-popup-prev:hover {
  background-position: 0 -46px;
}

.cbp-popup-singlePage .cbp-popup-prev {
  background: url("cbp-sprite.png") no-repeat scroll 0 -92px transparent;
  width: 44px;
  height: 44px;
  margin: auto;
  top: 0;
  right: 108px;
  bottom: 0;
  left: 0;
}

.cbp-popup-singlePage .cbp-popup-prev:hover {
  background-position: 0 -138px;
}

.cbp-popup-lightbox .cbp-popup-next {
  background: url("cbp-sprite.png") no-repeat scroll -46px 0 transparent;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.cbp-popup-lightbox .cbp-popup-next:hover {
  background-position: -46px -46px;
}

.cbp-popup-singlePage .cbp-popup-next {
  background: url("cbp-sprite.png") no-repeat scroll -46px -92px transparent;
  width: 44px;
  height: 44px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 108px;
}

.cbp-popup-singlePage .cbp-popup-next:hover {
  background-position: -46px -138px;
}

.cbp-popup-lightbox .cbp-popup-close {
  background: url("cbp-sprite.png") no-repeat scroll -92px 0 transparent;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 20px;
}

.cbp-popup-lightbox .cbp-popup-close:hover {
  background-position: -92px -46px;
}

.cbp-popup-singlePage .cbp-popup-close {
  background: url("cbp-sprite.png") no-repeat scroll -92px -92px transparent;
  height: 44px;
  width: 44px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cbp-popup-singlePage .cbp-popup-close:hover {
  background-position: -92px -138px;
}

.cbp-popup-singlePage .cbp-popup-ie8bg {
  background-color: #fff;
}

@media only screen and (max-width: 360px), (max-height: 600px) {
  .cbp-popup-next, .cbp-popup-prev, .cbp-popup-close {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .cbp-popup-lightbox .cbp-popup-close {
    right: 10px;
    top: 10px;
  }

  .cbp-popup-lightbox .cbp-popup-next {
    right: 10px;
  }

  .cbp-popup-lightbox .cbp-popup-prev {
    left: 10px;
  }

  .cbp-popup-singlePage .cbp-popup-navigation-wrap {
    height: 84px;
  }

  .cbp-popup-singlePage .cbp-popup-content {
    margin-top: 120px;
  }
}
.cbp-popup-loadingBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cbp-popup-lightbox .cbp-popup-loadingBox:after {
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  border-right: 3px solid rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid rgba(255, 255, 255, 0.85);
}

.cbp-popup-ready .cbp-popup-loadingBox {
  visibility: hidden;
  display: none;
}

.cbp-popup-loading .cbp-popup-loadingBox {
  visibility: visible;
  display: block;
}

.cbp-popup-transitionend .cbp-popup-content-wrap {
  overflow-y: scroll;
}

.cbp-popup-singlePage {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}

.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content {
  opacity: 0;
}

.cbp-popup-singlePage-fade {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
  opacity: 1;
}

.cbp-popup-singlePage-right {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}

.cbp-popup-singlePage-open {
  -webkit-transform: none;
  transform: none;
}

.cbp-l-project-title {
  color: #454444;
  font: 600 42px/46px "Open Sans", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

.cbp-l-project-subtitle {
  color: #787878;
  font: 400 14px/21px "Open Sans", sans-serif;
  margin: 0 auto 50px;
  max-width: 500px;
  text-align: center;
}

.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.cbp-l-project-container {
  overflow: hidden;
  margin: 40px auto 0;
  clear: both;
}

.cbp-l-project-desc {
  float: left;
  width: 62%;
}

.cbp-l-project-details {
  float: right;
  width: 38%;
  padding-left: 60px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .cbp-l-project-title {
    font-size: 30px;
    line-height: 34px;
  }

  .cbp-l-project-desc {
    width: 100%;
  }

  .cbp-l-project-details {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.cbp-l-project-desc-title {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 22px;
  color: #444;
}

.cbp-l-project-desc-title span, .cbp-l-project-details-title span {
  border-bottom: 1px solid #747474;
  display: inline-block;
  margin: 0 0 -1px 0;
  font: 400 16px/36px "Open Sans", sans-serif;
  padding: 0 5px 0 0;
}

.cbp-l-project-desc-text {
  font: 400 13px/20px "Open Sans", sans-serif;
  color: #555;
  margin-bottom: 20px;
}

.cbp-l-project-details-title {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 19px;
  color: #444;
}

.cbp-l-project-details-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cbp-l-project-details-list > li, .cbp-l-project-details-list > div {
  border-bottom: 1px dotted #DFDFDF;
  padding: inherit;
  color: #666;
  font: 400 12px/30px "Open Sans", sans-serif;
}

.cbp-l-project-details-list > li:last-child, .cbp-l-project-details-list > div:last-child {
  border: none;
}

.cbp-l-project-details-list strong {
  display: inline-block;
  color: #696969;
  font-weight: 600;
  min-width: 100px;
}

.cbp-l-project-details-visit {
  color: #FFFFFF;
  float: right;
  clear: both;
  text-decoration: none;
  font: 400 11px/18px "Open Sans", sans-serif;
  margin-top: 25px;
  background-color: #62B57B;
  padding: 8px 19px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cbp-l-project-details-visit:hover {
  opacity: 0.9;
  color: #fff;
}

.cbp-l-project-related-wrap {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.cbp-l-project-related-item {
  margin-left: 5%;
  max-width: 30%;
  float: left;
}

.cbp-l-project-related-item:first-child {
  margin-left: 0;
}

.cbp-l-project-related-title {
  font: 700 14px/18px "Open Sans", sans-serif;
  color: #474747;
  margin-top: 20px;
}

.cbp-l-project-related-link {
  text-decoration: none;
}

.cbp-l-project-related-link:hover {
  opacity: 0.9;
}

.cbp-l-member-img {
  float: left;
  width: 40%;
  margin-top: 20px;
}

.cbp-l-member-img img {
  border: 1px solid #e2e2e2;
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: 0;
}

.cbp-l-member-info {
  margin-top: 20px;
  padding-left: 25px;
  float: left;
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .cbp-l-member-img {
    width: 100%;
    text-align: center;
  }

  .cbp-l-member-info {
    width: 100%;
    padding-left: 0;
  }
}
.cbp-l-member-name {
  font: 400 28px/28px "Open Sans", sans-serif;
  color: #474747;
}

.cbp-l-member-position {
  font: 400 13px/21px "Open Sans", sans-serif;
  color: #888;
  margin-top: 6px;
}

.cbp-l-member-desc {
  font: 400 12px/18px "Open Sans", sans-serif;
  margin-top: 25px;
  color: #474747;
}

.cbp-popup-singlePageInline-open {
  -webkit-transition: height .5s 0s !important;
  transition: height 0.5s 0s !important;
}

.cbp-popup-singlePageInline-open .cbp-item {
  -webkit-transition: -webkit-transform .5s 0s !important;
  transition: transform 0.5s 0s !important;
}

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline:after {
  display: none;
  visibility: hidden;
}

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-content, .cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-navigation {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.cbp-popup-singlePageInline {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.cbp-popup-singlePageInline .cbp-popup-content {
  opacity: 0;
  width: 100%;
  z-index: 1;
  min-height: 300px;
}

.cbp-popup-singlePageInline .cbp-popup-content, .cbp-popup-singlePageInline .cbp-popup-navigation {
  -webkit-transition: opacity .4s ease-in .2s;
  transition: opacity 0.4s ease-in 0.2s;
}

.cbp-popup-singlePageInline .cbp-popup-navigation {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
}

.cbp-popup-singlePageInline .cbp-popup-close {
  background: url("cbp-sprite.png") no-repeat scroll -92px 0 transparent;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 30px;
}

.cbp-popup-singlePageInline .cbp-popup-close:hover {
  opacity: 0.7;
}

.cbp-popup-singlePageInline-ready {
  z-index: 4;
}

.cbp-popup-singlePageInline-ready .cbp-popup-content, .cbp-popup-singlePageInline-ready .cbp-popup-navigation {
  opacity: 1;
}

.cbp-popup-singlePageInline-ready:after {
  display: none;
  visibility: hidden;
}

.cbp-singlePageInline-active {
  opacity: 0.6 !important;
}

.cbp-l-inline {
  margin: 20px 0;
  overflow: hidden;
  background: #FAFAFA;
  padding: 30px;
}

.cbp-l-inline-left {
  float: left;
  width: 44%;
}

.cbp-l-project-img {
  max-width: 100%;
}

.cbp-l-inline-right {
  float: right;
  width: 56%;
  padding-left: inherit;
}

@media only screen and (max-width: 768px) {
  .cbp-l-inline-left {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .cbp-l-inline-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.cbp-l-inline-title {
  font: 400 28px/30px "Open Sans", sans-serif;
  color: #474747;
}

.cbp-l-inline-subtitle {
  font: 400 13px/21px "Open Sans", sans-serif;
  color: #888;
  margin-top: 7px;
}

.cbp-l-inline-desc {
  font: 400 13px/20px "Open Sans", sans-serif;
  color: #474747;
  margin-top: 25px;
  margin-bottom: 20px;
}

.cbp-l-inline-view-wrap {
  text-align: right;
}

.cbp-l-inline-view {
  font: 400 13px/35px "Open Sans", sans-serif;
  color: #9C9C9C;
  margin-top: 40px;
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #ccc;
  text-decoration: none;
}

.cbp-l-inline-view:hover {
  color: #757575;
}

.cbp-l-inline-details {
  margin-bottom: 15px;
  font: 13px/22px "Open Sans", sans-serif;
}

.cbp-l-loadMore-defaultText, .cbp-l-loadMore-button-defaultText {
  display: block;
}

.cbp-l-loadMore-loadingText, .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-button-loadingText, .cbp-l-loadMore-button-noMoreLoading {
  display: none;
}

.cbp-l-loadMore-loading .cbp-l-loadMore-loadingText, .cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText {
  display: block;
}

.cbp-l-loadMore-loading .cbp-l-loadMore-defaultText, .cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading {
  display: none;
}

.cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading {
  display: block;
}

.cbp-l-loadMore-stop .cbp-l-loadMore-defaultText, .cbp-l-loadMore-stop .cbp-l-loadMore-loadingText, .cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText {
  display: none;
}

.cbp-l-loadMore-bgbutton {
  text-align: center;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link {
  border: 1px solid #DEDEDE;
  color: #7E7B7B;
  display: inline-block;
  font: 400 13px/40px "Lato", sans-serif;
  min-width: 80px;
  text-decoration: none;
  padding: 0 50px;
  margin-top: 50px;
  outline: 0;
  box-shadow: none;
  letter-spacing: 1px;
  -webkit-transition: color .25s;
  transition: color 0.25s;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link:hover, .cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-loading {
  color: #B0B0B0;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop {
  color: #B0B0B0;
  cursor: default;
}

.cbp-l-loadMore-button {
  text-align: center;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link, .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
  border: 1px solid #DEDEDE;
  color: #7E7B7B;
  display: inline-block;
  font: 400 12px/36px "Open Sans", sans-serif;
  min-width: 80px;
  text-decoration: none;
  padding: 0 30px;
  outline: 0;
  margin-top: 40px;
  box-shadow: none;
  -webkit-transition: color .25s;
  transition: color 0.25s;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link:hover, .cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-loading, .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-loading {
  color: #B0B0B0;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop, .cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-button-stop, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop {
  cursor: default;
  color: #B0B0B0;
}

.cbp-l-loadMore-text {
  text-align: center;
}

.cbp-l-loadMore-text .cbp-l-loadMore-link, .cbp-l-loadMore-text .cbp-l-loadMore-text-link {
  font: 400 15px "Open Sans", sans-serif;
  color: #7E7B7B;
  text-decoration: none;
  cursor: pointer;
  margin-top: 50px;
  display: block;
}

.cbp-l-loadMore-text .cbp-l-loadMore-stop, .cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
  color: #B0B0B0;
  cursor: default;
}

.cbp-mode-slider {
  -webkit-transition: height .35s;
  transition: height 0.35s;
}

.cbp-mode-slider .cbp-wrapper, .cbp-mode-slider .cbp-item {
  -webkit-transition: -webkit-transform .35s;
  transition: transform 0.35s;
}

.cbp-mode-slider .cbp-wrapper {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.cbp-mode-slider-dragStart * {
  cursor: move !important;
  cursor: -ms-grabbing !important;
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: grabbing !important;
}

.cbp-mode-slider-dragStart .cbp-wrapper {
  -webkit-transition: none;
  transition: none;
}

.cbp-nav-next, .cbp-nav-prev {
  position: relative;
  background: #7c8b90;
  cursor: pointer;
  display: inline-block;
  margin-left: 1px;
  height: 22px;
  width: 21px;
}

.cbp-nav-next {
  border-radius: 0 2px 2px 0;
}

.cbp-nav-prev {
  border-radius: 2px 0 0 2px;
}

.cbp-nav-next:hover, .cbp-nav-prev:hover {
  opacity: 0.8;
}

.cbp-nav-next:after, .cbp-nav-prev:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("cbp-sprite.png") no-repeat;
  height: 10px;
  width: 7px;
}

.cbp-nav-next:after {
  background-position: -134px 0;
}

.cbp-nav-prev:after {
  background-position: -134px -12px;
}

.cbp-nav-stop {
  opacity: 0.5 !important;
  cursor: default !important;
}

.cbp-nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cbp-nav-controls {
  position: absolute;
  top: -51px;
  right: 0;
  z-index: 100;
}

.cbp-nav-pagination {
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 100;
  left: 0;
  text-align: center;
}

.cbp-nav-pagination-item {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  cursor: pointer;
  background: #c2c2c2;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.cbp-nav-pagination-active {
  background: #797979;
}

.cbp-pagination-item {
  max-width: 100px;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 5px;
  position: relative;
}

.cbp-pagination-item img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.cbp-pagination-item:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background .5s ease-in-out;
  transition: background 0.5s ease-in-out;
}

.cbp-pagination-active:after {
  background: transparent;
}

.cbp-slider-wrap, .cbp-slider-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cbp-slider .cbp-nav-controls {
  position: static;
}

.cbp-slider .cbp-nav-next, .cbp-slider .cbp-nav-prev {
  background: transparent;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 44px;
  height: 44px;
}

.cbp-slider .cbp-nav-next {
  right: 25px;
  left: auto;
}

.cbp-slider .cbp-nav-prev {
  left: 25px;
  right: auto;
}

.cbp-slider .cbp-nav-next:after, .cbp-slider .cbp-nav-prev:after {
  background: url("cbp-sprite.png") no-repeat;
  width: 44px;
  height: 44px;
}

.cbp-slider .cbp-nav-next:after {
  background-position: -46px -92px;
}

.cbp-slider .cbp-nav-next:hover:after {
  background-position: -46px -46px;
}

.cbp-slider .cbp-nav-prev:after {
  background-position: 0 -92px;
}

.cbp-slider .cbp-nav-prev:hover:after {
  background-position: 0 -46px;
}

.cbp-slider .cbp-nav-pagination {
  text-align: right;
  bottom: 20px;
  right: 25px;
  left: auto;
}

.cbp-slider-edge .cbp-nav-controls {
  position: static;
}

.cbp-slider-edge .cbp-nav-next, .cbp-slider-edge .cbp-nav-prev {
  background: transparent;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 44px;
  height: 44px;
}

.cbp-slider-edge .cbp-nav-next {
  right: 0;
  left: auto;
}

.cbp-slider-edge .cbp-nav-prev {
  left: 0;
  right: auto;
}

.cbp-slider-edge .cbp-nav-next:after, .cbp-slider-edge .cbp-nav-prev:after {
  background: url("cbp-sprite.png") no-repeat;
  width: 9px;
  height: 16px;
}

.cbp-slider-edge .cbp-nav-next:after {
  background-position: -134px -24px;
}

.cbp-slider-edge .cbp-nav-prev:after {
  background-position: -134px -42px;
}

.cbp-slider-edge .cbp-nav-pagination {
  bottom: -50px;
}

.cbp-slider-edge .cbp-nav-pagination-item {
  border: 2px solid #0f0f0f;
  opacity: 0.4;
  background: transparent;
}

.cbp-slider-edge .cbp-nav-pagination-active {
  background: #000;
}

.cbp-slider-inline {
  position: relative;
}

.cbp-slider-inline .cbp-slider-item {
  position: absolute;
  width: 100%;
  top: 0;
  -webkit-transition: left .5s;
  transition: left 0.5s;
}

.cbp-slider-inline .cbp-slider-item--active {
  position: relative;
  z-index: 2;
}

.cbp-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.cbp-slider-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity .7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}

.cbp-slider-inline-ready .cbp-slider-controls {
  opacity: 1;
}

.cbp-slider-next, .cbp-slider-prev {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  cursor: pointer;
  position: relative;
  width: 36px;
  height: 36px;
  background: #fce206;
}

.cbp-slider-next {
  margin-left: 1px;
}

.cbp-slider-next:after, .cbp-slider-prev:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("cbp-sprite.png") no-repeat;
  width: 9px;
  height: 16px;
}

.cbp-slider-next:after {
  background-position: -134px -60px;
}

.cbp-slider-prev:after {
  background-position: -134px -78px;
}

.cbp-l-grid-agency .cbp-caption:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: 0px;
  left: 50%;
  margin-left: -5px;
  z-index: 1;
}

.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.cbp-l-grid-agency-title {
  margin-top: 18px;
  font: 700 17px/24px "Lato", sans-serif;
  color: #666;
  text-align: center;
  padding: 0 4px;
}

.cbp-item:hover .cbp-l-grid-agency-title {
  color: #222;
}

.cbp-l-grid-agency-desc {
  font: 400 12px/21px "Open Sans", sans-serif;
  color: #aaa;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .cbp-l-grid-agency-title {
    font-size: 15px;
    line-height: 21px;
  }
}
.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
  background-color: rgba(0, 0, 0, 0.7);
}

.cbp-l-grid-work .cbp-item {
  padding: 3px;
}

.cbp-l-grid-work .cbp-item-wrapper {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 7px 7px 27px;
  border-top: 1px solid #F4F4F4;
}

.cbp-l-grid-work-title {
  margin-top: 17px;
  font: 400 17px/25px "Roboto Condensed", sans-serif;
  color: #607D8B;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.cbp-l-grid-work-title:hover {
  color: #365D67;
}

.cbp-l-grid-work-desc {
  font: 400 11px/16px "Open Sans", sans-serif;
  color: #888888;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
  .cbp-l-grid-work-title {
    font-size: 15px;
    line-height: 21px;
    margin-top: 15px;
  }

  .cbp-l-grid-work .cbp-item-wrapper {
    padding-bottom: 18px;
  }
}
.cbp-l-grid-blog-title {
  font: 400 18px/30px "Open Sans", sans-serif;
  color: #444;
  display: block;
  margin-top: 17px;
}

.cbp-l-grid-blog-title:hover {
  color: #787878;
}

.cbp-l-grid-blog-date {
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #787878;
  display: inline-block;
}

.cbp-l-grid-blog-comments {
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #3C6FBB;
  display: inline-block;
}

.cbp-l-grid-blog-comments:hover {
  opacity: 0.8;
}

.cbp-l-grid-blog-desc {
  font: 400 13px/18px "Open Sans", sans-serif;
  color: #9B9B9B;
  margin-top: 9px;
}

.cbp-l-grid-blog-split {
  margin: 0 4px;
  font: 400 13px/16px "Open Sans", sans-serif;
  color: #787878;
  display: inline-block;
}

.cbp-l-grid-clients {
  height: 180px;
}

.cbp-l-clients-title-block {
  font: 400 32px/53px "Roboto", sans-serif;
  color: #666464;
  text-align: center;
  margin-bottom: 40px;
}

.cbp-l-grid-faq .cbp-item {
  width: 100%;
}

.cbp-l-grid-projects-title {
  font: 700 14px/21px "Open Sans", sans-serif;
  color: #474747;
  margin-top: 15px;
}

.cbp-l-grid-projects-desc {
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #888888;
  margin-top: 5px;
}

@media only screen and (max-width: 480px) {
  .cbp-l-grid-projects-title {
    margin-top: 12px;
  }

  .cbp-l-grid-projects-desc {
    margin-top: 3px;
  }
}
.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
  background-color: #fce206;
  background-color: rgba(0, 0, 0, 0.8);
}

.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
  background-color: #fce206;
}

.cbp-l-grid-masonry-projects-title {
  font: 500 15px/22px "Roboto", sans-serif;
  color: #59a3b6;
  text-align: center;
  display: block;
  margin-top: 12px;
}

.cbp-l-grid-masonry-projects-title:hover {
  color: #457C8B;
}

.cbp-l-grid-masonry-projects-desc {
  font: 400 12px/18px "Roboto", sans-serif;
  color: #b2b2b2;
  text-align: center;
}

.cbp-l-grid-team-name {
  font: 400 17px/24px "Open Sans", sans-serif;
  color: #456297;
  display: block;
  text-align: center;
  margin-top: 18px;
}

.cbp-l-grid-team-name:hover {
  color: #34425C;
}

.cbp-l-grid-team-position {
  font: italic 400 13px/21px "Open Sans", sans-serif;
  color: #999;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .cbp-l-grid-team-name {
    font-size: 15px;
    line-height: 22px;
    margin-top: 13px;
  }

  .cbp-l-grid-team-position {
    font-size: 12px;
    line-height: 18px;
  }
}
.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
  background-color: #64C28E;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1024px) {
  .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background-color: rgba(0, 0, 0, 0);
  }
}
.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
  color: #FFFFFF;
  font: 400 18px/21px "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .cbp-l-grid-mosaic-flat .cbp-l-caption-title {
    padding: 5px 10px;
    background-color: rgba(164, 0, 129, 0.7);
    font-size: 16px;
  }
}
.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
  content: '';
  display: block;
  width: 40%;
  height: 1px;
  background-color: #fff;
  margin: 8px auto 0;
}

@media only screen and (max-width: 800px) {
  .cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
    display: none;
  }
}
.cbp-l-grid-mosaic-projects .cbp-caption-activeWrap {
  background-color: #fce206;
  background-color: rgba(242, 76, 52, 0.9);
}

.cbp-l-grid-mosaic .cbp-caption-activeWrap {
  background-color: #fce206;
  background-color: rgba(242, 76, 52, 0.9);
}

.cbp-l-grid-mosaic .cbp-l-caption-title {
  color: #fff;
  font: 500 18px/22px "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.cbp-l-grid-mosaic .cbp-l-caption-desc {
  color: #fff;
  font: 400 13px/20px "Roboto", sans-serif;
}

@media only screen and (max-width: 480px) {
  .cbp-l-grid-mosaic .cbp-l-caption-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
  }

  .cbp-l-grid-mosaic .cbp-l-caption-desc {
    font-size: 12px;
    line-height: 18px;
  }
}
.cbp-l-slider-title-block {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 22px;
}

.cbp-l-slider-title-block div {
  padding: 0 2px 6px 0;
  display: inline-block;
  border-bottom: 1px solid #a9a5a5;
  color: #5e5e5e;
  margin-bottom: -1px;
  font: 15px/21px "Roboto", sans-serif;
}

.cbp-l-grid-slider-team-name {
  float: left;
  font: 20px/30px "Roboto", sans-serif;
  color: #494949;
  margin-top: 16px;
}

.cbp-l-grid-slider-team-position {
  clear: both;
  font: 14px/21px "Roboto", sans-serif;
  color: #A6A6A6;
}

.cbp-l-grid-slider-team-desc {
  font: 13px/20px "Roboto", sans-serif;
  color: #969696;
  margin-top: 15px;
}

.cbp-l-grid-slider-team-social {
  float: right;
  margin-top: 22px;
}

.cbp-l-grid-slider-team-social a {
  margin-left: 4px;
}

.cbp-l-grid-slider-team-social a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 600px) {
  .cbp-l-grid-slider-team-wrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .cbp-l-grid-slider-team-name {
    font-size: 17px;
    line-height: 26px;
    width: 100%;
    margin-top: 12px;
    text-align: center;
  }

  .cbp-l-grid-slider-team-social {
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }

  .cbp-l-grid-slider-team-position {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }

  .cbp-l-grid-slider-team-desc {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    text-align: center;
  }
}
.cbp-l-slider-testimonials-wrap {
  background: #f8f9f9;
  padding: 80px 0 110px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #dce1e2;
}

.cbp-l-grid-slider-testimonials-body {
  color: #424242;
  max-width: 800px;
  margin: 0 auto;
  font: 20px/32px sans-serif;
  text-align: center;
  padding: 0 40px;
}

.cbp-l-grid-slider-testimonials-footer {
  font: 12px/19px "Roboto", sans-serif;
  color: #777;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}

.cbp-l-grid-tabs {
  height: 100px;
}

.cbp-l-grid-tabs .cbp-item {
  font: 14px/24px "Lato", sans-serif;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  right: 0;
  text-align: center;
  color: #5a5a5a;
}

.cbp-l-testimonials-title-block {
  position: relative;
  text-align: center;
  font: 26px/36px "Roboto", sans-serif;
  color: #E7E7E7;
  margin-bottom: 60px;
}

.cbp-l-testimonials-title-block:after {
  content: '';
  position: absolute;
  margin: 0 auto;
  width: 23px;
  height: 2px;
  bottom: -6px;
  background-color: #C2C2C2;
  left: 0;
  right: 0;
}

.cbp-l-testimonials-wrap {
  background: #2D2D2D;
  padding: 60px 0 110px;
}

.cbp-l-grid-testimonials-body {
  color: #e7e7e7;
  max-width: 800px;
  margin: 0 auto;
  font: 20px/32px "Roboto", sans-serif;
  text-align: center;
  padding: 0 20px;
}

.cbp-l-grid-testimonials-footer {
  font: 12px/19px "Roboto", sans-serif;
  color: #C2C2C2;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 35px;
}

.cbp-search {
  position: relative;
  width: 220px;
  margin-bottom: 40px;
}

.cbp-search .cbp-search-nothing {
  display: none;
}

.cbp-search-icon {
  position: absolute;
  width: 32px;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
}

.cbp-search-icon:after {
  content: '';
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTEyMTYgODMycTAtMTg1LTEzMS41LTMxNi41VDc2OCAzODQgNDUxLjUgNTE1LjUgMzIwIDgzMnQxMzEuNSAzMTYuNVQ3NjggMTI4MHQzMTYuNS0xMzEuNVQxMjE2IDgzMnptNTEyIDgzMnEwIDUyLTM4IDkwdC05MCAzOHEtNTQgMC05MC0zOGwtMzQzLTM0MnEtMTc5IDEyNC0zOTkgMTI0LTE0MyAwLTI3My41LTU1LjV0LTIyNS0xNTAtMTUwLTIyNVQ2NCA4MzJ0NTUuNS0yNzMuNSAxNTAtMjI1IDIyNS0xNTBUNzY4IDEyOHQyNzMuNSA1NS41IDIyNSAxNTAgMTUwIDIyNVQxNDcyIDgzMnEwIDIyMC0xMjQgMzk5bDM0MyAzNDNxMzcgMzcgMzcgOTB6Ii8+PC9zdmc+") no-repeat scroll center center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cbp-search-input {
  height: 36px;
  padding: 0 32px 0 12px;
  margin: 0;
  border-radius: 1px;
  border: 1px solid #c6c3c4;
  font: 400 12px "Open Sans", sans-serif;
  width: 100%;
}

.cbp-search-input[value] + .cbp-search-icon {
  pointer-events: auto;
}

.cbp-search-input[value] + .cbp-search-icon:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTE0OTAgMTMyMnEwIDQwLTI4IDY4bC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTI5NC0yOTQtMjk0IDI5NHEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2cS0yOC0yOC0yOC02OHQyOC02OGwyOTQtMjk0LTI5NC0yOTRxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NCAyOTQtMjk0cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh0LTI4IDY4bC0yOTQgMjk0IDI5NCAyOTRxMjggMjggMjggNjh6Ii8+PC9zdmc+");
}

.cbp-search-nothing {
  position: absolute;
  top: 0;
  padding: 0 0 30px;
  text-align: center;
  width: 100%;
  font: 13px "Open Sans", sans-serif;
}

@media only screen and (max-width: 600px) {
  .cbp-search {
    width: 100%;
  }
}
.cbp-l-project-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cbp-social-fb, .cbp-social-twitter, .cbp-social-googleplus, .cbp-social-pinterest {
  margin-right: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cbp-social-fb:hover, .cbp-social-twitter:hover, .cbp-social-googleplus:hover, .cbp-social-pinterest:hover {
  opacity: 0.8;
}

.cbp-social-fb:focus, .cbp-social-twitter:focus, .cbp-social-googleplus:focus, .cbp-social-pinterest:focus {
  outline: none;
}

.cbp-social-fb path {
  fill: #415C9B;
}

.cbp-social-twitter path {
  fill: #55acee;
}

.cbp-social-googleplus path {
  fill: #E57371;
}

.cbp-social-pinterest path {
  fill: #cb2027;
}

/* magnific-popup */
/* Magnific Popup CSS */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* =============================================================================
   #オリジナル
   ========================================================================== */
/* --------------------------------------------------------------------------------
	汎用フォントサイズ設定
-------------------------------------------------------------------------------- */
body {
  *font-size: small;
  *font: x-small;
}

.text10 {
  font-size: 77%;
}

.text11 {
  font-size: 85%;
}

.text12 {
  font-size: 93%;
}

.text13 {
  font-size: 100%;
}

.text14 {
  font-size: 108%;
}

.text15 {
  font-size: 116%;
}

.text16 {
  font-size: 123.1%;
}

.text17 {
  font-size: 131%;
}

.text18 {
  font-size: 138.5%;
}

.text19 {
  font-size: 146.5%;
}

.text20 {
  font-size: 153.9%;
}

.text21 {
  font-size: 161.6%;
}

.text22 {
  font-size: 167%;
}

.text23 {
  font-size: 174%;
}

.text24 {
  font-size: 182%;
}

.text25 {
  font-size: 189%;
}

.text26 {
  font-size: 197%;
}

table {
  font-size: inherit;
  font: 100%;
}

/* --------------------------------------------------------------------------------
	汎用マージン設定
-------------------------------------------------------------------------------- */
.marB0 {
  margin-bottom: 0 !important;
}

.marB1 {
  margin-bottom: 1em !important;
}

.marB2 {
  margin-bottom: 2em !important;
}

.marB3 {
  margin-bottom: 3em !important;
}

.marB4 {
  margin-bottom: 4em !important;
}

.marT0 {
  margin-top: 0 !important;
}

.marT1 {
  margin-top: 1em !important;
}

.marT2 {
  margin-top: 2em !important;
}

.marT3 {
  margin-top: 3em !important;
}

.marT4 {
  margin-top: 4em !important;
}

.marL0 {
  margin-left: 0 !important;
}

.marL1 {
  margin-left: 1em !important;
}

.marL2 {
  margin-left: 2em !important;
}

.marL3 {
  margin-left: 3em !important;
}

.marL4 {
  margin-left: 4em !important;
}

.marR0 {
  margin-right: 0 !important;
}

.marR1 {
  margin-right: 1em !important;
}

.marR2 {
  margin-right: 2em !important;
}

.marR3 {
  margin-right: 3em !important;
}

.marR4 {
  margin-right: 4em !important;
}

/* --------------------------------------------------------------------------------
	汎用幅設定
-------------------------------------------------------------------------------- */
.width-100 {
  width: 100%;
}

.width-90 {
  width: 90%;
}

.width-80 {
  width: 80%;
}

.width-75 {
  width: 75%;
}

.width-70 {
  width: 70%;
}

.width-66 {
  width: 66.6%;
}

.width-65 {
  width: 65%;
}

.width-60 {
  width: 60%;
}

.width-50 {
  width: 50%;
}

.width-40 {
  width: 40%;
}

.width-35 {
  width: 35%;
}

.width-33 {
  width: 33.3%;
}

.width-30 {
  width: 30%;
}

.width-25 {
  width: 25%;
}

.width-20 {
  width: 20%;
}

.width-10 {
  width: 10%;
}

/* --------------------------------------------------------------------------------
	汎用テキスト設定
-------------------------------------------------------------------------------- */
.text-bold {
  font-weight: bold !important;
}

/* --------------------------------------------------------------------------------
	リセット
-------------------------------------------------------------------------------- */
.list-padding-reset {
  -webkit-padding-start: 0;
}

label {
  font-weight: normal;
}

/* メインコンテンツ幅
 ------------------------------ */
.section-bgimg-11 > .container > .row > .col-md-9 {
  max-width: 870px;
}

/* カラムを複数行積み重ねる
 ------------------------------ */
.col-stack > [class^="col-"] {
  margin-bottom: 20px;
}

.col-stack-2 > [class^="col-"]:nth-child(2n+1) {
  clear: both;
}

/* ニュースリリース
 ------------------------------ */
.entry-list {
  overflow: hidden;
}

/* Googlemapレスポンシブ
 ------------------------------ */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 製品情報看板画像
 ------------------------------ */
.layer-wrapper {
  position: relative;
}

.layer-text {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-out 0s;
}

.layer-text-title {
  padding: 10px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.9);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.layer-text-title-brand {
  font-size: 40px;
  font-size: 4.0rem;
  font-family: 'Tenor Sans', sans-serif;
}

.layer-text-title-copy {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 800;
  display: block;
}

.layer-link {
  display: block;
}

.layer-link:hover .layer-text {
  background: rgba(0, 0, 0, 0.8);
}

/* ヒストリー
 ------------------------------ */
.bg-history {
  padding: 0 15px;
  background: #fff;
  overflow: hidden;
}

.tbl-history .year {
  white-space: nowrap;
}

.tbl-history .his-img {
  float: right;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .tbl-history th,
  .tbl-history td {
    display: block;
  }

  .tbl-history .period {
    background: #f1f1f1;
  }

  .tbl-history .year {
    background: #fafafa;
  }

  .tbl-history .period:after {
    content: '期';
  }

  .tbl-history .year br {
    display: none;
  }

  .tbl-history .his-img {
    float: none;
    padding: 0;
  }

  .nav-history.nav-justified {
    text-align: center;
  }

  .nav-history.nav-justified > li {
    display: inline-block;
  }
}
/* ショップ一覧
 ------------------------------ */
.tbl-shop-city {
  width: 15%;
  white-space: nowrap;
}

.tbl-shop-name {
  width: 50%;
}

.shop-list {
  padding: 2em 1em;
}

.shop-list:last-child {
  margin-bottom: 3em;
}

.shop-info {
  margin-bottom: 1em;
  border-bottom: dotted 1px #ccc;
  overflow: hidden;
}

.shop-name {
  float: left;
}

.shop-tel {
  float: right;
}

.list-inline > li:not(:first-child):before {
  content: "/";
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .list-inline > li {
    display: block;
  }

  .list-inline li:not(:first-child):before {
    content: "";
    margin-right: 0;
  }
}
/* フォーム
 ------------------------------ */
[name="zip1"] {
  width: 6em;
}

[name="zip2"] {
  width: 10em;
}

input::placeholder,
textarea::placeholder {
  color: #DBDBDB;
}

.input-error {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background: #FFEBE8;
}

/* 文字色
 ------------------------------ */
.attention {
  color: #920101;
}

.error {
  color: #D9090D;
}

/* アコーディオン
 ------------------------------ */
.is-hide {
  display: none;
}

@media only screen and (min-width: 990px) {
  .is-hide {
    display: block;
  }
}
/* ページ内リンク
 ------------------------------ */
.anchor {
  margin-top: -160px !important;
  padding-top: 160px !important;
}

/* テーブル
 ------------------------------ */
.width15 {
  width: 15%;
}

/* カテゴリーヘッダーの色
 ------------------------------ */
.header-inner .overlay-company {
  background-color: rgba(85, 144, 94, 0.7);
}

.header-inner .overlay-about {
  background-color: rgba(197, 66, 131, 0.7);
}

.header-inner .overlay-product {
  background-color: rgba(76, 66, 151, 0.7);
}

.header-inner .overlay-shopinfo {
  background-color: rgba(79, 122, 204, 0.7);
}

/* ボタンの色
 ------------------------------ */
.btn.btn-pink {
  background-color: #ED878A;
  color: #fff;
}

.btn.btn-pink:hover {
  background-color: #F29C9F;
  color: #fff;
}

/* リンク
 ------------------------------ */
.link-colored,
a[href^="tel:"] {
  color: #A40081;
}

.link-underline {
  text-decoration: underline;
}

/* リスト
 ------------------------------ */
.list-disc > li {
  list-style: outside disc;
}

/* フッター
 ------------------------------ */
@media only screen and (max-width: 767px) {
  .footer-col-xs {
    width: 50%;
    display: table-cell;
    overflow: hidden;
    vertical-align: top;
  }

  .footer-col-xs:first-of-type > div {
    padding-right: 0 !important;
  }

  .footer-col-xs:nth-of-type(2) > div {
    padding-left: 0 !important;
  }
}
/* =============================================================================
   #Theme js library
   ========================================================================== */
/* revolution-slider */
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	29/10/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
.rtl {
  direction: rtl;
}

@font-face {
  font-family: 'revicons';
  src: url("../js/revolution-slider/fonts/revicons/revicons.eot?5510888");
  src: url("../js/revolution-slider/fonts/revicons/revicons.eot?5510888#iefix") format("embedded-opentype"), url("../js/revolution-slider/fonts/revicons/revicons.woff?5510888") format("woff"), url("../js/revolution-slider/fonts/revicons/revicons.ttf?5510888") format("truetype"), url("../js/revolution-slider/fonts/revicons/revicons.svg?5510888#revicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before {
  content: '\e802';
}

/* '' */
.revicon-pencil-1:before {
  content: '\e831';
}

/* '' */
.revicon-picture-1:before {
  content: '\e803';
}

/* '' */
.revicon-cancel:before {
  content: '\e80a';
}

/* '' */
.revicon-info-circled:before {
  content: '\e80f';
}

/* '' */
.revicon-trash:before {
  content: '\e801';
}

/* '' */
.revicon-left-dir:before {
  content: '\e817';
}

/* '' */
.revicon-right-dir:before {
  content: '\e818';
}

/* '' */
.revicon-down-open:before {
  content: '\e83b';
}

/* '' */
.revicon-left-open:before {
  content: '\e819';
}

/* '' */
.revicon-right-open:before {
  content: '\e81a';
}

/* '' */
.revicon-angle-left:before {
  content: '\e820';
}

/* '' */
.revicon-angle-right:before {
  content: '\e81d';
}

/* '' */
.revicon-left-big:before {
  content: '\e81f';
}

/* '' */
.revicon-right-big:before {
  content: '\e81e';
}

/* '' */
.revicon-magic:before {
  content: '\e807';
}

/* '' */
.revicon-picture:before {
  content: '\e800';
}

/* '' */
.revicon-export:before {
  content: '\e80b';
}

/* '' */
.revicon-cog:before {
  content: '\e832';
}

/* '' */
.revicon-login:before {
  content: '\e833';
}

/* '' */
.revicon-logout:before {
  content: '\e834';
}

/* '' */
.revicon-video:before {
  content: '\e805';
}

/* '' */
.revicon-arrow-combo:before {
  content: '\e827';
}

/* '' */
.revicon-left-open-1:before {
  content: '\e82a';
}

/* '' */
.revicon-right-open-1:before {
  content: '\e82b';
}

/* '' */
.revicon-left-open-mini:before {
  content: '\e822';
}

/* '' */
.revicon-right-open-mini:before {
  content: '\e823';
}

/* '' */
.revicon-left-open-big:before {
  content: '\e824';
}

/* '' */
.revicon-right-open-big:before {
  content: '\e825';
}

/* '' */
.revicon-left:before {
  content: '\e836';
}

/* '' */
.revicon-right:before {
  content: '\e826';
}

/* '' */
.revicon-ccw:before {
  content: '\e808';
}

/* '' */
.revicon-arrows-ccw:before {
  content: '\e806';
}

/* '' */
.revicon-palette:before {
  content: '\e829';
}

/* '' */
.revicon-list-add:before {
  content: '\e80c';
}

/* '' */
.revicon-doc:before {
  content: '\e809';
}

/* '' */
.revicon-left-open-outline:before {
  content: '\e82e';
}

/* '' */
.revicon-left-open-2:before {
  content: '\e82c';
}

/* '' */
.revicon-right-open-outline:before {
  content: '\e82f';
}

/* '' */
.revicon-right-open-2:before {
  content: '\e82d';
}

/* '' */
.revicon-equalizer:before {
  content: '\e83a';
}

/* '' */
.revicon-layers-alt:before {
  content: '\e804';
}

/* '' */
.revicon-popup:before {
  content: '\e828';
}

/* '' */
/******************************
	-	BASIC STYLES		-
******************************/
.rev_slider_wrapper {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}

.rev_slider {
  position: relative;
  overflow: visible;
  overflow-x: hidden;
}

.tp-overflow-hidden {
  overflow: hidden;
}

.tp-simpleresponsive img,
.rev_slider img {
  max-width: none !important;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border: none;
  width: 100%;
}

.rev_slider .no-slides-text {
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
}

.rev_slider > ul,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
  list-style: none !important;
  position: absolute;
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: visible;
  overflow-y: visible;
  list-style-type: none !important;
  background-image: none;
  background-position: 0px 0px;
  text-indent: 0em;
  top: 0px;
  left: 0px;
}

.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
  visibility: hidden;
}

.tp-revslider-slidesli,
.tp-revslider-mainul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.rev_slider li.tp-revslider-slidesli {
  position: absolute !important;
}

.tp-caption .rs-untoggled-content {
  display: block;
}

.tp-caption .rs-toggled-content {
  display: none;
}

.rs-toggle-content-active.tp-caption .rs-toggled-content {
  display: block;
}

.rs-toggle-content-active.tp-caption .rs-untoggled-content {
  display: none;
}

.rev_slider .tp-caption,
.rev_slider .caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
  margin-bottom: 0;
}

.tp-svg-layer svg {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top;
}

/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
  cursor: url(openhand.cur), move;
}

.tp-carousel-wrapper.dragged {
  cursor: url(closedhand.cur), move;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption {
  z-index: 1;
}

.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
}

.tp-caption {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  position: absolute;
  -webkit-font-smoothing: antialiased !important;
}

.tp-caption.tp-layer-selectable {
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all;
}

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
  max-width: none !important;
}

.rev_slider video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.relative {
  position: relative;
}

.relative:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/shared_re/images/top/yokojima.png);
  /*background-color: rgba(76,66,151,0.75);*/
  background-color: #e74c3c;
  animation: bg-color 10s infinite;
  -webkit-animation: bg-color 10s infinite;
  z-index: 2;
}

@-webkit-keyframes bg-color {
  0% {
    background-color: rgba(231, 76, 60, 0.7);
  }
  20% {
    background-color: rgba(241, 196, 15, 0.7);
  }
  40% {
    background-color: rgba(26, 188, 156, 0.7);
  }
  60% {
    background-color: rgba(52, 152, 219, 0.7);
  }
  80% {
    background-color: rgba(155, 89, 182, 0.7);
  }
  100% {
    background-color: rgba(231, 76, 60, 0.7);
  }
}
@keyframes bg-color {
  0% {
    background-color: rgba(231, 76, 60, 0.7);
  }
  20% {
    background-color: rgba(241, 196, 15, 0.7);
  }
  40% {
    background-color: rgba(26, 188, 156, 0.7);
  }
  60% {
    background-color: rgba(52, 152, 219, 0.7);
  }
  80% {
    background-color: rgba(155, 89, 182, 0.7);
  }
  100% {
    background-color: rgba(231, 76, 60, 0.7);
  }
}
/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.rev_slider_wrapper {
  width: 100%;
}

.fullscreen-container {
  position: relative;
  padding: 0;
}

.fullwidthbanner-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative;
}

/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-static-layers {
  position: absolute;
  z-index: 101;
  top: 0px;
  left: 0px;
  /*pointer-events:none;*/
}

.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px;
}

.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px;
}

.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px;
}

.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px;
}

.tp-layer-inner-rotation {
  position: relative !important;
}

/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/
img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  filter: none !important;
}

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.rs-background-video-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 0;
}

.tp-caption.coverscreenvideo {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}

.caption.fullscreenvideo,
.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo audio,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.fullcoveredvideo audio,
.fullscreenvideo audio
.fullcoveredvideo video,
.fullscreenvideo video {
  background: #000;
}

.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.videoisplaying .html5vid .tp-poster {
  display: none;
}

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  z-index: 3;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px !important;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out !important;
  -moz-transition: opacity 300ms ease-out !important;
  -o-transition: opacity 300ms ease-out !important;
  transition: opacity 300ms ease-out !important;
}

.tp-hiddenaudio,
.tp-audio-html5 .tp-video-play-button {
  display: none !important;
}

.tp-caption .html5vid {
  width: 100% !important;
  height: 100% !important;
}

.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  line-height: 50px !important;
  font-size: 40px !important;
}

.tp-caption:hover .tp-video-play-button {
  opacity: 1;
}

.tp-caption .tp-revstop {
  display: none;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  margin-top: 15px !important;
  line-height: 20px !important;
  vertical-align: top;
  font-size: 25px !important;
}

.videoisplaying .revicon-right-dir {
  display: none;
}

.videoisplaying .tp-revstop {
  display: inline-block;
}

.videoisplaying .tp-video-play-button {
  display: none;
}

.tp-caption:hover .tp-video-play-button {
  display: block;
}

.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}

.fullscreenvideo .fullscreenvideo audio {
  object-fit: contain !important;
}

.fullscreenvideo .fullscreenvideo video {
  object-fit: contain !important;
}

.fullscreenvideo .fullcoveredvideo audio {
  object-fit: cover !important;
}

.fullscreenvideo .fullcoveredvideo video {
  object-fit: cover !important;
}

.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
  background-image: linear-gradient(to bottom, black 13%, #323232 100%);
  background-image: -o-linear-gradient(bottom, black 13%, #323232 100%);
  background-image: -moz-linear-gradient(bottom, black 13%, #323232 100%);
  background-image: -webkit-linear-gradient(bottom, black 13%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, black 13%, #323232 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, black), color-stop(1, #323232));
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.tp-caption:hover .tp-video-controls {
  opacity: .9;
}

.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #EEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  outline: none;
}

.tp-video-button:hover {
  cursor: pointer;
}

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
  padding: 0px 5px;
  display: table-cell;
  vertical-align: middle;
}

.tp-video-seek-bar-wrap {
  width: 80%;
}

.tp-video-vol-bar-wrap {
  width: 20%;
}

.tp-volume-bar,
.tp-seek-bar {
  width: 100%;
  cursor: pointer;
  outline: none;
  line-height: 12px;
  margin: 0;
  padding: 0;
}

.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background: transparent;
  z-index: 5;
}

.rs-background-video-layer video::-webkit-media-controls {
  display: none !important;
}

.rs-background-video-layer audio::-webkit-media-controls {
  display: none !important;
}

.tp-audio-html5 .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important;
}

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}

.tp-dottedoverlay.twoxtwo {
  background: url(../js/revolution-slider/assets/gridtile.png);
}

.tp-dottedoverlay.twoxtwowhite {
  background: url(../js/revolution-slider/assets/gridtile_white.png);
}

.tp-dottedoverlay.threexthree {
  background: url(../js/revolution-slider/assets/gridtile_3x3.png);
}

.tp-dottedoverlay.threexthreewhite {
  background: url(../js/revolution-slider/assets/gridtile_3x3_white.png);
}

/******************************
	-	SHADOWS		-
******************************/
.tp-shadowcover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  position: absolute;
  z-index: -1;
}

.tp-shadow1 {
  -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: transparent;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.tp-shadow5:before, .tp-shadow5:after {
  content: "";
  position: absolute;
  z-index: -2;
  -webkit-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  -moz-border-radius: 100px / 20px;
  border-radius: 100px / 20px;
}

/******************************
	-	BUTTONS	-
*******************************/
.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  text-decoration: none;
}

.tp-button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
}

.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {
  background-position: bottom, 15px 11px;
}

/*	BUTTON COLORS	*/
.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
  -moz-box-shadow: 0px 3px 0px 0px #104d0b;
  box-shadow: 0px 3px 0px 0px #104d0b;
}

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
  -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
  box-shadow: 0px 3px 0px 0px #0f3e68;
}

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
  -moz-box-shadow: 0px 3px 0px 0px #7c1212;
  box-shadow: 0px 3px 0px 0px #7c1212;
}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange {
  background-color: #ff7700;
  -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
  -moz-box-shadow: 0px 3px 0px 0px #a34c00;
  box-shadow: 0px 3px 0px 0px #a34c00;
}

.tp-button.darkgrey, .tp-button.grey,
.tp-button:hover.darkgrey, .tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0px 3px 0px 0px #222;
  -moz-box-shadow: 0px 3px 0px 0px #222;
  box-shadow: 0px 3px 0px 0px #222;
}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0px 3px 0px 0px #555;
  -moz-box-shadow: 0px 3px 0px 0px #555;
  box-shadow: 0px 3px 0px 0px #555;
}

/* TP BUTTONS DESKTOP SIZE */
.rev-btn,
.rev-btn:visited {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900;
}

.rev-btn.rev-withicon i {
  font-size: 15px;
  font-weight: normal;
  position: relative;
  top: 0px;
  -webkit-transition: all 0.2s ease-out !important;
  -moz-transition: all 0.2s ease-out !important;
  -o-transition: all 0.2s ease-out !important;
  -ms-transition: all 0.2s ease-out !important;
  margin-left: 10px !important;
}

.rev-btn.rev-hiddenicon i {
  font-size: 15px;
  font-weight: normal;
  position: relative;
  top: 0px;
  -webkit-transition: all 0.2s ease-out !important;
  -moz-transition: all 0.2s ease-out !important;
  -o-transition: all 0.2s ease-out !important;
  -ms-transition: all 0.2s ease-out !important;
  opacity: 0;
  margin-left: 0px !important;
  width: 0px !important;
}

.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}

/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
  line-height: 36px;
  font-size: 14px;
  padding: 10px 30px;
}

.rev-btn.rev-medium.rev-withicon i {
  font-size: 14px;
  top: 0px;
}

.rev-btn.rev-medium.rev-hiddenicon i {
  font-size: 14px;
  top: 0px;
}

/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited {
  line-height: 28px;
  font-size: 12px;
  padding: 7px 20px;
}

.rev-btn.rev-small.rev-withicon i {
  font-size: 12px;
  top: 0px;
}

.rev-btn.rev-small.rev-hiddenicon i {
  font-size: 12px;
  top: 0px;
}

/* ROUNDING OPTIONS */
.rev-maxround {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.rev-minround {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* BURGER BUTTON */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}

.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
  -webkit-transform: translateY(6px) rotate(-45deg);
}

#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0;
}

#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.rev-burger.revb-white span {
  background: #fff;
}

.rev-burger.revb-whitenoborder {
  border: 0;
}

.rev-burger.revb-whitenoborder span {
  background: #fff;
}

.rev-burger.revb-darknoborder {
  border: 0;
}

.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}

.rev-burger.revb-whitefull span {
  background: #333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}

.rev-burger.revb-darkfull span {
  background: #fff;
}

/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
  border-radius: 23px;
}

.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}

.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
  color: #ffffff;
}

.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
  filter: alpha(opacity=80);
}

.rev-scroll-btn.revs-fullwhite {
  background: #fff;
}

.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}

.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}

.rev-scroll-btn.revs-fulldark span {
  background: #fff;
}

.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: rev-ani-mouse 2.5s linear infinite;
  -moz-animation: rev-ani-mouse 2.5s linear infinite;
  animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
  border-color: #333;
}

.rev-scroll-btn.revs-dark span {
  background: #333;
}

.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}

.rev-cbutton-dark-sr {
  border-radius: 3px;
}

.rev-cbutton-light {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}

.rev-cbutton-light-sr {
  color: #333;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.75);
}

.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}

.rev-sbutton-blue {
  background-color: #3B5998;
}

.rev-sbutton-lightblue {
  background-color: #00A0D1;
}

.rev-sbutton-red {
  background-color: #DD4B39;
}

.rev-scroll-txt {
  margin: 55px  0 0 -13px;
}

/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  /*background:url(../assets/timer.png);*/
  background: #fff;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0px;
}

.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0px !important;
  height: 5px;
}

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  zoom: 1;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../js/revolution-slider/assets/coloredbg.png) repeat;
}

.tp-caption.slidelink a span {
  background: url(../js/revolution-slider/assets/coloredbg.png) repeat;
}

.tp-shape {
  width: 100%;
  height: 100%;
}

/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/
.tp-caption .rs-starring {
  display: inline-block;
}

.tp-caption .rs-starring .star-rating {
  float: none;
}

.tp-caption .rs-starring .star-rating {
  color: #FFC321 !important;
  display: inline-block;
  vertical-align: top;
}

.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
}

.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
  content: "\73\73\73\73\73";
  color: #E0DADF;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.tp-caption .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

.tp-caption .rs-starring .star-rating {
  color: #FFC321 !important;
}

.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
  font-size: 1em !important;
  font-family: star;
}

/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background: url(../js/revolution-slider/assets/loader.gif) no-repeat center center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tp-loader.spinner5 {
  background: url(../js/revolution-slider/assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/***********************************************
	-  STANDARD NAVIGATION SETTINGS 
***********************************************/
.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0px;
  left: 0px;
}

.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
  opacity: 1;
}

.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
}

.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
}

.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.tp-bullet.selected,
.tp-bullet:hover {
  background: #fff;
}

.tp-bannertimer {
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  height: 5px;
}

.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}

.tparrows:hover {
  background: #000;
}

.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.tparrows.tp-leftarrow:before {
  content: '\e824';
}

.tparrows.tp-rightarrow:before {
  content: '\e825';
}

/***************************
	- KEN BURNS FIXES -
***************************/
body.rtl .tp-kbimg {
  left: 0 !important;
}

/***************************
	- 3D SHADOW MODE -
***************************/
.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}

/*******************
	- DEBUG MODE -
*******************/
.hglayerinfo {
  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}

.hginfo {
  position: absolute;
  top: -2px;
  left: -2px;
  color: #e74c3c;
  font-size: 12px;
  font-weight: 600;
  background: #000;
  padding: 2px 5px;
}

.indebugmode .tp-caption:hover {
  border: 1px dashed #c0392b !important;
}

.helpgrid {
  border: 2px dashed #c0392b;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}

/*============ custom classes ============ */
.slide-tmargin {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  /*margin-top: -145px;*/
  margin-top: -70px;
}

.slide-tmargin.mar-2 {
  margin-top: -155px;
}

.slide-tmargin.mar-3 {
  margin-top: -62px;
}

.slide-tmargin.mar-4 {
  margin-top: -00px;
}

.slide-tmargin.fr-mar {
  margin-top: -42px;
}

.slide-tmargin.mar-5 {
  margin-top: -280px;
}

.slide-tmargin.mar-6 {
  margin-top: -180px;
}

.slide-tmargin.mar-7 {
  margin-top: -290px;
}

@media only screen and (max-width: 1000px) {
  .slide-tmargin {
    margin-top: 0px;
  }

  .slide-tmargin.mar-2 {
    margin-top: 0px;
  }

  .slide-tmargin.fr-mar {
    margin-top: 0px;
  }

  .slide-tmargin.mar-6 {
    margin-top: -90px;
  }

  .slide-tmargin.mar-7 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  .slide-tmargin.mar-6 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .slide-tmargin.mar-6 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  .slide-tmargin.mar-6 {
    margin-top: 0px;
  }
}
.slide-tmargin {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}

.rev_slider video {
  width: 100vw;
  height: calc(100vh + 20vh);
  object-fit: cover;
}

@supports (-ms-ime-align: auto) {
  .rev_slider video {
    transform: scale(1.1, 1);
  }
}
@media (-ms-high-contrast: none) {
  .rev_slider video {
    transform: scale(1.1, 1);
  }
}
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Layer Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	18/03/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

.tp-caption.medium_grey, .medium_grey {
  background-color: #888;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 2px 4px;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.tp-caption.small_text, .small_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.tp-caption.medium_text, .medium_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.tp-caption.large_text, .large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.tp-caption.very_large_text, .very_large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 60px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.tp-caption.very_big_white, .very_big_white {
  background-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

.tp-caption.very_big_black, .very_big_black {
  background-color: #fff;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

.tp-caption.modern_medium_fat, .modern_medium_fat {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

.tp-caption.modern_medium_fat_white, .modern_medium_fat_white {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

.tp-caption.modern_medium_light, .modern_medium_light {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

.tp-caption.modern_big_bluebg, .modern_big_bluebg {
  background-color: #4e5b6c;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  padding: 3px 10px;
  position: absolute;
  text-shadow: none;
}

.tp-caption.modern_big_redbg, .modern_big_redbg {
  background-color: #de543e;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  padding: 1px 10px 3px;
  position: absolute;
  text-shadow: none;
}

.tp-caption.modern_small_text_dark, .modern_small_text_dark {
  border-style: none;
  border-width: 0;
  color: #555;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

.tp-caption.boxshadow, .boxshadow {
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black, .black {
  color: #000;
  text-shadow: none;
}

.tp-caption.noshadow, .noshadow {
  text-shadow: none;
}

.tp-caption.thinheadline_dark, .thinheadline_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
  text-shadow: none;
}

.tp-caption.thintext_dark, .thintext_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  position: absolute;
  text-shadow: none;
}

.tp-caption.largeblackbg, .largeblackbg {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #000;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

.tp-caption.largepinkbg, .largepinkbg {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #db4360;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

.tp-caption.largewhitebg, .largewhitebg {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #fff;
  border-radius: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

.tp-caption.largegreenbg, .largegreenbg {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #67ae73;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

.tp-caption.excerpt, .excerpt {
  background-color: black;
  border-color: #fff;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 36px;
  font-weight: 700;
  height: auto;
  letter-spacing: -1.5px;
  line-height: 36px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
  white-space: normal !important;
  width: 150px;
}

.tp-caption.large_bold_grey, .large_bold_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.medium_thin_grey, .medium_thin_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.small_thin_grey, .small_thin_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #757575;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.lightgrey_divider, .lightgrey_divider {
  background-color: #ebebeb;
  background-position: initial initial;
  background-repeat: initial initial;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 3px;
  text-decoration: none;
  width: 370px;
}

.tp-caption.large_bold_darkblue, .large_bold_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}

.tp-caption.medium_bg_darkblue, .medium_bg_darkblue {
  background-color: #34495e;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

.tp-caption.medium_bold_red, .medium_bold_red {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #e33a0c;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.medium_light_red, .medium_light_red {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #e33a0c;
  font-family: "Open Sans";
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.medium_bg_red, .medium_bg_red {
  background-color: #e33a0c;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

.tp-caption.medium_bold_orange, .medium_bold_orange {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #f39c12;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
}

.tp-caption.medium_bg_orange, .medium_bg_orange {
  background-color: #f39c12;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

.tp-caption.grassfloor, .grassfloor {
  background-color: #a0b397;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 150px;
  text-decoration: none;
  width: 4000px;
}

.tp-caption.large_bold_white, .large_bold_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}

.tp-caption.medium_light_white, .medium_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.mediumlarge_light_white, .mediumlarge_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.mediumlarge_light_white_center, .mediumlarge_light_white_center {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.tp-caption.medium_bg_asbestos, .medium_bg_asbestos {
  background-color: #7f8c8d;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

.tp-caption.medium_light_black, .medium_light_black {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.large_bold_black, .large_bold_black {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}

.tp-caption.mediumlarge_light_darkblue, .mediumlarge_light_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.small_light_white, .small_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.roundedimage, .roundedimage {
  border-color: #222;
  border-style: none;
  border-width: 0;
}

.tp-caption.large_bg_black, .large_bg_black {
  background-color: #000;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  padding: 10px 20px 15px;
  text-decoration: none;
}

.tp-caption.mediumwhitebg, .mediumwhitebg {
  background-color: #fff;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  padding: 5px 15px 10px;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.maincaption, .maincaption {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #212a40;
  font-family: roboto;
  font-size: 33px;
  font-weight: 500;
  line-height: 43px;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.miami_title_60px, .miami_title_60px {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.miami_subtitle, .miami_subtitle {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Source Sans Pro";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 24px;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.divideline30px, .divideline30px {
  background: #fff;
  background-color: #fff;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}

.tp-caption.Miami_nostyle, .Miami_nostyle {
  border-color: #222;
  border-style: none;
  border-width: 0;
}

.tp-caption.miami_content_light, .miami_content_light {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.miami_title_60px_dark, .miami_title_60px_dark {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #333;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.miami_content_dark, .miami_content_dark {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.divideline30px_dark, .divideline30px_dark {
  background-color: #333;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}

.tp-caption.ellipse70px, .ellipse70px {
  background-color: rgba(0, 0, 0, 0.14902);
  border-color: #222;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: 1px;
  min-height: 70px;
  min-width: 70px;
  text-decoration: none;
}

.tp-caption.arrowicon, .arrowicon {
  border-color: #222;
  border-style: none;
  border-width: 0;
  line-height: 1px;
}

.tp-caption.MarkerDisplay, .MarkerDisplay {
  background-color: transparent;
  border-color: #000;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  font-family: Permanent Marker;
  font-style: normal;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.Restaurant-Display, .Restaurant-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 120px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Restaurant-Cursive, .Restaurant-Cursive {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Nothing you could do;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Restaurant-ScrollDownText, .Restaurant-ScrollDownText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Restaurant-Description, .Restaurant-Description {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Restaurant-Price, .Restaurant-Price {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Restaurant-Menuitem, .Restaurant-Menuitem {
  background-color: black;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Furniture-LogoText, .Furniture-LogoText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #e6cfa3;
  font-family: Raleway;
  font-size: 160px;
  font-style: normal;
  font-weight: 300;
  line-height: 150px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.Furniture-Plus, .Furniture-Plus {
  background-color: white;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
  color: #e6cfa3;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 7px 4px;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.Furniture-Title, .Furniture-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.Furniture-Subtitle, .Furniture-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.Gym-Display, .Gym-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 70px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Gym-Subline, .Gym-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Gym-SmallText, .Gym-SmallText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 22;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.Fashion-SmallText, .Fashion-SmallText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Fashion-BigDisplay, .Fashion-BigDisplay {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Fashion-TextBlock, .Fashion-TextBlock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Sports-Display, .Sports-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 130px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 13px;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Sports-DisplayFat, .Sports-DisplayFat {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 130px;
  font-style: normal;
  font-weight: 900;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Sports-Subline, .Sports-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 32px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Instagram-Caption, .Instagram-Caption {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.News-Title, .News-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto Slab;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.News-Subtitle, .News-Subtitle {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto Slab;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.News-Subtitle:hover, .News-Subtitle:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

.tp-caption.Photography-Display, .Photography-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 70px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Photography-Subline, .Photography-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #777777;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Photography-ImageHover, .Photography-ImageHover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Photography-ImageHover:hover, .Photography-ImageHover:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

.tp-caption.Photography-Menuitem, .Photography-Menuitem {
  background-color: rgba(0, 0, 0, 0.65);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-decoration: none;
}

.tp-caption.Photography-Menuitem:hover, .Photography-Menuitem:hover {
  background-color: rgba(0, 255, 222, 0.65);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

.tp-caption.Photography-Textblock, .Photography-Textblock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Photography-Subline-2, .Photography-Subline-2 {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Photography-ImageHover2, .Photography-ImageHover2 {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}

.tp-caption.Photography-ImageHover2:hover, .Photography-ImageHover2:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

.tp-caption.WebProduct-Title, .WebProduct-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #333333;
  font-family: Raleway;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.WebProduct-SubTitle, .WebProduct-SubTitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.WebProduct-Content, .WebProduct-Content {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}

.tp-caption.WebProduct-Menuitem, .WebProduct-Menuitem {
  background-color: #333333;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.WebProduct-Menuitem:hover, .WebProduct-Menuitem:hover {
  background-color: white;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  text-decoration: none;
}

.tp-caption.WebProduct-Title-Light, .WebProduct-Title-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.WebProduct-SubTitle-Light, .WebProduct-SubTitle-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.WebProduct-Content-Light, .WebProduct-Content-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.FatRounded, .FatRounded {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: lightgray;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 20px 22px 20px 25px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.FatRounded:hover, .FatRounded:hover {
  background-color: black;
  border-color: lightgray;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

.tp-caption.NotGeneric-Title, .NotGeneric-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  padding: 10px 0;
  text-decoration: none;
}

.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.NotGeneric-CallToAction, .NotGeneric-CallToAction {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.NotGeneric-CallToAction:hover, .NotGeneric-CallToAction:hover {
  background-color: transparent;
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

.tp-caption.NotGeneric-Icon, .NotGeneric-Icon {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.NotGeneric-Menuitem, .NotGeneric-Menuitem {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.NotGeneric-Menuitem:hover, .NotGeneric-Menuitem:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

.tp-caption.MarkerStyle, .MarkerStyle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Permanent Marker";
  font-size: 17px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Gym-Menuitem, .Gym-Menuitem {
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Gym-Menuitem:hover, .Gym-Menuitem:hover {
  background-color: black;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

.tp-caption.Newspaper-Button, .Newspaper-Button {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Newspaper-Button:hover, .Newspaper-Button:hover {
  background-color: white;
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: black;
  text-decoration: none;
}

.tp-caption.Newspaper-Subtitle, .Newspaper-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #a8d8ee;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Newspaper-Title, .Newspaper-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Roboto Slab";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Newspaper-Title-Centered, .Newspaper-Title-Centered {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Roboto Slab";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: center;
  text-decoration: none;
}

.tp-caption.Hero-Button, .Hero-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Hero-Button:hover, .Hero-Button:hover {
  background-color: white;
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: black;
  text-decoration: none;
}

.tp-caption.Video-Title, .Video-Title {
  background-color: black;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Video-SubTitle, .Video-SubTitle {
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 12px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.NotGeneric-Button, .NotGeneric-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.NotGeneric-Button:hover, .NotGeneric-Button:hover {
  background-color: transparent;
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

.tp-caption.NotGeneric-BigButton, .NotGeneric-BigButton {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.NotGeneric-BigButton:hover, .NotGeneric-BigButton:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

.tp-caption.WebProduct-Button, .WebProduct-Button {
  background-color: #333333;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 0 40px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.WebProduct-Button:hover, .WebProduct-Button:hover {
  background-color: white;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 2px;
  color: #333333;
  text-decoration: none;
}

.tp-caption.Restaurant-Button, .Restaurant-Button {
  background-color: rgba(10, 10, 10, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Restaurant-Button:hover, .Restaurant-Button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffe081;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

.tp-caption.Gym-Button, .Gym-Button {
  background-color: #8bc027;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Gym-Button:hover, .Gym-Button:hover {
  background-color: #72a800;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  text-decoration: none;
}

.tp-caption.Gym-Button-Light, .Gym-Button-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Gym-Button-Light:hover, .Gym-Button-Light:hover {
  background-color: rgba(114, 168, 0, 0);
  border-color: #8bc027;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

.tp-caption.Sports-Button-Light, .Sports-Button-Light {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Sports-Button-Light:hover, .Sports-Button-Light:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

.tp-caption.Sports-Button-Red, .Sports-Button-Red {
  background-color: #db1c22;
  border-color: rgba(219, 28, 34, 0);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Sports-Button-Red:hover, .Sports-Button-Red:hover {
  background-color: black;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

.tp-caption.Photography-Button, .Photography-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Photography-Button:hover, .Photography-Button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

.tp-caption.Newspaper-Button-2, .Newspaper-Button-2 {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 15px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Newspaper-Button-2:hover, .Newspaper-Button-2:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

.tp-caption.Feature-Tour, .Feature-Tour {
  background-color: #8bc027;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Feature-Tour:hover, .Feature-Tour:hover {
  background-color: #72a800;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  text-decoration: none;
}

.tp-caption.Feature-Examples, .Feature-Examples {
  background-color: transparent;
  border-color: rgba(33, 42, 64, 0.15);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(33, 42, 64, 0.5);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Feature-Examples:hover, .Feature-Examples:hover {
  background-color: transparent;
  border-color: #8bc027;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: #8bc027;
  text-decoration: none;
}

.tp-caption.subcaption, .subcaption {
  background-color: transparent;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #6f7c82;
  font-family: roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.menutab, .menutab {
  background-color: transparent;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #292e31;
  font-family: roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.menutab:hover, .menutab:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #d50000;
  text-decoration: none;
}

.tp-caption.maincontent, .maincontent {
  background-color: transparent;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #292e31;
  font-family: roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.minitext, .minitext {
  background-color: transparent;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #b9babb;
  font-family: roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

.tp-caption.Feature-Buy, .Feature-Buy {
  background-color: #009aee;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Feature-Buy:hover, .Feature-Buy:hover {
  background-color: #0085d6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  text-decoration: none;
}

.tp-caption.Feature-Examples-Light, .Feature-Examples-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Feature-Examples-Light:hover, .Feature-Examples-Light:hover {
  background-color: transparent;
  border-color: white;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

.tp-caption.Facebook-Likes, .Facebook-Likes {
  background-color: #3b5999;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 5px 15px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Twitter-Favorites, .Twitter-Favorites {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #8899a6;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Twitter-Link, .Twitter-Link {
  background-color: white;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  color: #8799a5;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  padding: 11px 11px 9px;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Twitter-Link:hover, .Twitter-Link:hover {
  background-color: #0084b4;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

.tp-caption.Twitter-Retweet, .Twitter-Retweet {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #8899a6;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

.tp-caption.Twitter-Content, .Twitter-Content {
  background-color: white;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #292f33;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 30px 30px 70px;
  text-align: left;
  text-decoration: none;
}

.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"] {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  width: 400px;
  margin-bottom: 0px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.tp-caption.BigBold-Title,
.BigBold-Title {
  color: white;
  font-size: 110px;
  line-height: 100px;
  font-weight: 800;
  font-style: normal;
  font-family: Raleway;
  padding: 10px 0px 10px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 1px;
}

.tp-caption.BigBold-Button,
.BigBold-Button {
  color: white;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}

.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
  color: #292e31;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 30px 30px 30px 30px;
  text-decoration: none;
  background-color: white;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 70px 15px 50px;
  text-decoration: none;
  background-color: white;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}

.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
  color: #292e31;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}

.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
}

.tp-caption.Video-SubTitle,
.Video-SubTitle {
  color: white;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 2px;
  text-align: left;
}

.tp-caption.Video-Title,
.Video-Title {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: black;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
  color: white;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
  color: white;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 20px 12px 20px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  letter-spacing: 1px;
}

.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
}

.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  font-style: normal;
  font-family: Raleway;
  padding: 0px 0px 0px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 3px;
}

.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  text-shadow: none;
}

.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
  color: #292e31;
  font-size: 33px;
  line-height: 45px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
  color: #6f7c82;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
  color: #292e31;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
  color: #6f7c82;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
  color: #292e31;
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
  color: #6f7c82;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
  color: #6f7c82;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}

.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}

.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
}

.tp-caption.Newspaper-Title,
.Newspaper-Title {
  color: white;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Slab";
  padding: 0 0 10px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
  color: #a8d8ee;
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Newspaper-Button,
.Newspaper-Button {
  color: white;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
  text-align: left;
}

.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.rtwhitemedium,
.rtwhitemedium {
  font-size: 22px;
  line-height: 26px;
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: black;
  border-style: none;
  text-shadow: none;
}

@media only screen and (max-width: 767px) {
  .revtp-searchform input[type="text"],
  .revtp-searchform input[type="email"],
  .revtp-form input[type="text"],
  .revtp-form input[type="email"] {
    width: 200px !important;
  }
}
.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {
  font-family: "Arial", sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 0 20px;
  border: 0;
  background: #009aee;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

.tp-caption.Concept-Title,
.Concept-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto Condensed;
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 5px;
}

.tp-caption.Concept-SubTitle,
.Concept-SubTitle {
  color: rgba(255, 255, 255, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: Playfair Display;
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Concept-Content,
.Concept-Content {
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto Condensed;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Concept-MoreBtn,
.Concept-MoreBtn {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

.tp-caption.Concept-MoreBtn:hover,
.Concept-MoreBtn:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}

.tp-caption.Concept-LessBtn,
.Concept-LessBtn {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

.tp-caption.Concept-LessBtn:hover,
.Concept-LessBtn:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}

.tp-caption.Concept-SubTitle-Dark,
.Concept-SubTitle-Dark {
  color: rgba(0, 0, 0, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: Playfair Display;
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Concept-Title-Dark,
.Concept-Title-Dark {
  color: black;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto Condensed;
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 5px;
}

.tp-caption.Concept-MoreBtn-Dark,
.Concept-MoreBtn-Dark {
  color: black;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

.tp-caption.Concept-MoreBtn-Dark:hover,
.Concept-MoreBtn-Dark:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}

.tp-caption.Concept-Content-Dark,
.Concept-Content-Dark {
  color: black;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto Condensed;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Concept-Notice,
.Concept-Notice {
  color: white;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto Condensed;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}

.tp-caption.Concept-Content a,
.tp-caption.Concept-Content a:visited {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
  font-weight: 700 !important;
}

.tp-caption.Concept-Content a:hover {
  border-bottom: 1px solid transparent !important;
}

.tp-caption.Concept-Content-Dark a,
.tp-caption.Concept-Content-Dark a:visited {
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  font-weight: 700 !important;
}

.tp-caption.Concept-Content-Dark a:hover {
  border-bottom: 1px solid transparent !important;
}

.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

.tp-caption.Creative-Title,
.Creative-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Creative-SubTitle,
.Creative-SubTitle {
  color: #cdb083;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}

.tp-caption.Creative-Button,
.Creative-Button {
  color: #cdb083;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(205, 176, 131, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}

.tp-caption.Creative-Button:hover,
.Creative-Button:hover {
  color: #cdb083;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #cdb083;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.subcaption,
.subcaption {
  color: #6f7c82;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: black;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-shadow: none;
  text-align: left;
}

.tp-caption.RedDot,
.RedDot {
  color: black;
  font-weight: 400;
  font-style: normal;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: #d50000;
  border-color: white;
  border-style: solid;
  border-width: 5px;
  border-radius: 50px 50px 50px 50px;
}

.tp-caption.RedDot:hover,
.RedDot:hover {
  color: black;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.75);
  border-color: #d50000;
  border-style: solid;
  border-width: 5px;
  border-radius: 50px 50px 50px 50px;
}

.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
  color: black;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  type: text;
}

.tp-caption.Woo-Rating,
.Woo-Rating {
  color: black;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  type: text;
}

.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
  color: black;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  type: text;
}

.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
  color: black;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  type: text;
}

.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
  type: button;
}

.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
  type: button;
}

.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
  color: black;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  type: text;
}

.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
  color: black;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  type: text;
}

.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
  color: black;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  type: text;
}

.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
  type: button;
}

.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
  type: button;
}

.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

.tp-caption.FullScreen-Toggle,
.FullScreen-Toggle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 11px 8px 11px 12px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 3px;
  text-align: left;
}

.tp-caption.FullScreen-Toggle:hover,
.FullScreen-Toggle:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Agency-Title,
.Agency-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

.tp-caption.Agency-SubTitle,
.Agency-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.Agency-PlayBtn,
.Agency-PlayBtn {
  color: white;
  font-size: 30px;
  line-height: 71px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

.tp-caption.Agency-PlayBtn i {
  text-align: center;
  color: #fff;
  margin-left: 40%;
}

.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 100%;
  cursor: pointer;
}

.tp-caption.btn-style-1.Agency-PlayBtn,
.Agency-PlayBtn {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-style: solid;
  border-width: 2px;
  border-radius: 100%;
  cursor: pointer;
}

.tp-caption.btn-style-1.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-style: solid;
  border-width: 2px;
  border-radius: 100%;
  cursor: pointer;
}

.tp-caption.btn-style-1.Agency-PlayBtn i {
  color: #fff;
}

.tp-caption.btn-style-1.Agency-PlayBtn,
.btn-style-1.Agency-PlayBtn {
  background-color: #000;
  font-size: 30px;
  line-height: 71px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  border-color: #000;
  border-style: solid;
  border-width: 2px;
  text-align: center;
}

/*play button white*/
.tp-caption.btn-style-2.Agency-PlayBtn,
.Agency-PlayBtn {
  color: #000;
  background-color: #fff;
}

.tp-caption.btn-style-2.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
  color: #000;
  background-color: #fff;
}

.tp-caption.btn-style-2.Agency-PlayBtn i {
  color: #fce206;
}

.tp-caption.btn-style-2.Agency-PlayBtn,
.btn-style-2.Agency-PlayBtn {
  background-color: #fff;
  border-color: #fff;
}

/*play button three */
.tp-caption.btn-style-3.Agency-PlayBtn,
.Agency-PlayBtn {
  color: #fff;
  background-color: transparent;
}

.tp-caption.btn-style-3.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
  color: #000;
  background-color: transparent;
}

.tp-caption.btn-style-3.Agency-PlayBtn i {
  font-size: 36px;
  color: #fff;
}

.tp-caption.btn-style-3.Agency-PlayBtn,
.btn-style-3.Agency-PlayBtn {
  background-color: #fff;
  background-color: transparent;
}

.tp-caption.Agency-SmallText,
.Agency-SmallText {
  color: white;
  font-size: 12px;
  line-height: 12px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 5px;
}

.tp-caption.Agency-Social,
.Agency-Social {
  color: #333333;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
  color: white;
  text-decoration: none;
  background-color: #333333;
  border-color: #333333;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

.tp-caption.Agency-CloseBtn:hover,
.Agency-CloseBtn:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

.tp-caption.Dining-Title,
.Dining-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

.tp-caption.Dining-SubTitle,
.Dining-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Dining-BtnLight,
.Dining-BtnLight {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato;
  padding: 17px 73px 17px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 2px;
}

.tp-caption.Dining-BtnLight:hover,
.Dining-BtnLight:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

.tp-caption.Dining-Social,
.Dining-Social {
  color: white;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

.tp-caption.Dining-Social:hover,
.Dining-Social:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

tp-caption.Team-Thumb,
.Team-Thumb {
  color: white;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Team-Thumb:hover,
.Team-Thumb:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

.tp-caption.Team-Name,
.Team-Name {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Team-Position,
.Team-Position {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Team-Description,
.Team-Description {
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Team-Social,
.Team-Social {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.Team-Social:hover,
.Team-Social:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.tp-caption.VideoControls-Play,
.VideoControls-Play {
  color: black;
  font-size: 50px;
  line-height: 120px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 7px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
  color: white;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
  color: black;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
  color: black;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

.soundcloudwrapper iframe {
  width: 100% !important;
}

.tp-caption.SleekLanding-Title,
.SleekLanding-Title {
  color: white;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 5px;
}

.tp-caption.SleekLanding-ButtonBG,
.SleekLanding-ButtonBG {
  color: black;
  font-size: px;
  line-height: px;
  font-weight: 700;
  font-style: normal;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  -webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
}

.tp-caption.SleekLanding-SmallTitle,
.SleekLanding-SmallTitle {
  color: white;
  font-size: 13px;
  line-height: 50px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 2px;
}

.tp-caption.SleekLanding-BottomText,
.SleekLanding-BottomText {
  color: white;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.SleekLanding-Social,
.SleekLanding-Social {
  color: white;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.SleekLanding-Social:hover,
.SleekLanding-Social:hover {
  color: rgba(0, 0, 0, 0.25);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

#rev_slider_429_1_wrapper .tp-loader.spinner2 {
  background-color: #555555 !important;
}

.tp-fat {
  font-weight: 900 !important;
}

.tp-caption.PostSlider-Category,
.PostSlider-Category {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 3px;
  text-align: left;
}

.tp-caption.PostSlider-Title,
.PostSlider-Title {
  color: black;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.PostSlider-Content,
.PostSlider-Content {
  color: #777777;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.PostSlider-Button,
.PostSlider-Button {
  color: black;
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 56px 1px 32px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
}

.tp-caption.PostSlider-Button:hover,
.PostSlider-Button:hover {
  color: black;
  text-decoration: none;
  background-color: #eeeeee;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* media queries */
.tp-caption.LandingPage-Title,
.LandingPage-Title {
  color: white;
  font-size: 70px;
  line-height: 80px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

.tp-caption.LandingPage-SubTitle,
.LandingPage-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.LandingPage-Button,
.LandingPage-Button {
  color: black;
  font-size: 15px;
  line-height: 54px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 35px 0px 35px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 3px;
}

.tp-caption.LandingPage-Button:hover,
.LandingPage-Button:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.tp-caption.App-Content a,
.tp-caption.App-Content a:visited {
  color: #89124e !important;
  border-bottom: 1px solid transparent !important;
  font-weight: bold !important;
}

.tp-caption.App-Content a:hover {
  border-bottom: 1px solid #89124e !important;
}

.tp-caption.RockBand-LogoText,
.RockBand-LogoText {
  color: white;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Oswald;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #fff !important;
  text-decoration: underline !important;
}

.tp-caption.Twitter-Content a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.soundcloudwrapper iframe {
  width: 100% !important;
}

.tp-caption.Agency-LogoText,
.Agency-LogoText {
  color: white;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 1px;
}

.tp-caption.ComingSoon-Highlight,
.ComingSoon-Highlight {
  color: white;
  font-size: 20px;
  line-height: 37px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 20px 3px 20px;
  text-decoration: none;
  text-align: left;
  background-color: #009aee;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.ComingSoon-Count,
.ComingSoon-Count {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.ComingSoon-CountUnit,
.ComingSoon-CountUnit {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.ComingSoon-NotifyMe,
.ComingSoon-NotifyMe {
  color: #a49d8f;
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

#mc_embed_signup input#mce-EMAIL {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 1px solid #fff;
  width: 400px;
  margin-bottom: 0px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#mc_embed_signup input#mce-EMAIL[type="email"]:focus {
  background-color: #fff;
  border: 1px solid #666;
  border-right: 0;
}

#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
  font-family: "Lato", sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  padding: 0 20px;
  border: 1px solid #009aee;
  background: #009aee;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#mc_embed_signup input#mc-embedded-subscribe:hover {
  background: #0083d4;
}

@media only screen and (max-width: 767px) {
  #mc_embed_signup input#mce-EMAIL {
    width: 200px;
  }
}
.tp-caption.Agency-SmallTitle,
.Agency-SmallTitle {
  color: white;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 6px;
}

.tp-caption.Agency-SmallContent,
.Agency-SmallContent {
  color: white;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.Agency-SmallLink,
.Agency-SmallLink {
  color: #f87c09;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0px 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #f87c09 !important;
}

.tp-caption.Agency-SmallLink:hover,
.Agency-SmallLink:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

.tp-caption.Agency-NavButton,
.Agency-NavButton {
  color: #333333;
  font-size: 17px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
}

.tp-caption.Agency-NavButton:hover,
.Agency-NavButton:hover {
  color: white;
  text-decoration: none;
  background-color: #333333;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

.tp-caption.Agency-SmallLinkGreen,
.Agency-SmallLinkGreen {
  color: #6db19b;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0px 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #6db19b !important;
}

.tp-caption.Agency-SmallLinkGreen:hover,
.Agency-SmallLinkGreen:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

.tp-caption.Agency-SmallLinkBlue,
.Agency-SmallLinkBlue {
  color: #999999;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0px 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #999 !important;
}

.tp-caption.Agency-SmallLinkBlue:hover,
.Agency-SmallLinkBlue:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

.tp-caption.Agency-LogoText,
.Agency-LogoText {
  color: white;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 1px;
}

.tp-caption.Agency-ArrowTooltip,
.Agency-ArrowTooltip {
  color: #333333;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Permanent Marker;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

.tp-caption.Agency-SmallSocial,
.Agency-SmallSocial {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

.tp-caption.Agency-SmallSocial:hover,
.Agency-SmallSocial:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/*============ custom classes ============ */
.tp-caption.fe-white-box-5 {
  width: 500px;
  height: 350px;
  float: left;
  padding: 20px;
  border: 3px solid #fce206;
}

.tp-caption.fe-white-box-5 .inner-box {
  width: 100%;
  height: 100%;
  float: left;
  padding: 60px;
  background-color: #fce206;
}

.tp-caption.ce-text-1 {
  color: #fff;
  padding: 0;
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

/* ---------- slider text styles ---------- */
.tp-caption.text-dark {
  color: #101010;
}

.tp-caption.text-primary {
  color: #fce206;
}

.tp-caption.text-secondary {
  color: #fc4242;
}

.tp-caption.text-white {
  color: #fff;
}

.tp-caption.light-grey {
  color: #c6c6c6;
}

.tp-caption.white {
  color: #fff;
}

/* ---------- fonts ---------- */
.tp-caption.openSans {
  font-family: 'Open Sans', sans-serif;
}

.tp-caption.raleway {
  font-family: 'Raleway', sans-serif;
}

.tp-caption.roboto {
  font-family: 'Roboto', sans-serif;
}

.tp-caption.dosis {
  font-family: 'Dosis', sans-serif;
}

.tp-caption.great-vibes {
  font-family: 'Great Vibes', cursive;
}

.tp-caption.gloria-hallelujah {
  font-family: 'Gloria Hallelujah', cursive;
}

.tp-caption.oswald {
  font-family: 'Oswald', sans-serif;
}

.tp-caption.roboto-slab {
  font-family: 'Roboto Slab', serif;
}

.tp-caption.dancing-script {
  font-family: 'Dancing Script', cursive;
}

.tp-caption.poppins {
  font-family: 'Poppins', sans-serif;
}

.tp-caption.libre-baskerville {
  font-family: 'Libre Baskerville', serif;
}

/* ---------- font weight ---------- */
.tp-caption.fweight-1 {
  font-weight: 100;
}

.tp-caption.fweight-2 {
  font-weight: 200;
}

.tp-caption.fweight-3 {
  font-weight: 300;
}

.tp-caption.fweight-4 {
  font-weight: 400;
}

.tp-caption.fweight-5 {
  font-weight: 500;
}

.tp-caption.fweight-6 {
  font-weight: 600;
}

.tp-caption.fweight-7 {
  font-weight: 700;
}

.tp-caption.fweight-8 {
  font-weight: 800;
}

.tp-caption.fweight-9 {
  font-weight: 900;
}

.tp-caption.fweight-10 {
  font-weight: bold;
}

/* letter spacing
 ------------------------------ */
.tp-caption.ls-1 {
  letter-spacing: 10px;
}

.tp-caption.ls-2 {
  letter-spacing: 20px;
}

.tp-caption.ls-5 {
  letter-spacing: 30px;
}

/*============ template slider button styles =================*/
.tp-caption.btn-xradius a {
  border-radius: 30px;
}

.tp-caption.btn-large a {
  padding: 15px 50px !important;
}

.tp-caption.sbut1 a {
  background-color: #fce206;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-caption.sbut1 a:hover {
  background-color: #fff;
  color: #101010;
}

.tp-caption.sbut2 a {
  background-color: #fce206;
  color: #101010;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  padding: 12px 30px;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-caption.sbut2 a:hover {
  background-color: #fff;
  color: #101010;
}

.tp-caption.sbut2.dark a {
  background-color: #000;
  color: #727272;
}

.tp-caption.sbut2.dark a:hover {
  background-color: #2252525;
  color: #727272;
}

.tp-caption.sbut3 a {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-caption.btn-round a {
  border-radius: 4px;
}

.tp-caption.sbut3 a:hover {
  background-color: #fff;
  color: #101010;
}

.tp-caption.sbut4 a {
  background-color: #fff;
  color: #101010;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-caption.sbut4 a:hover {
  background-color: #fce206;
  color: #fff;
}

.tp-caption.sbut5 a {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-caption.sbut5 a:hover {
  background-color: #fff;
  color: #101010;
}

.tp-caption.sbut5.dark a {
  color: #101010;
  border: 2px solid #101010;
}

.tp-caption.sbut5.dark a:hover {
  background-color: #101010;
  color: #727272;
}

.tp-caption.sbut5.white a {
  color: #fff;
  border: 1px solid #fff;
}

.tp-caption.sbut5.white a:hover {
  background-color: #fff;
  color: #101010;
}

.tp-caption.sbut6 a {
  background-color: transparent;
  color: #101010;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #eae9e9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-caption.sbut6 a:hover {
  border: 1px solid #101010;
}

.tp-caption.sbut7 a {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #343434;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-caption.sbut7 a:hover {
  background-color: #fce206;
}

.tp-caption.play-btn {
  width: 80px;
  height: 80px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
}

/*----------------------------RESPONSIVE STYLES------------------------------- */
/* ---------- MAX 1024PX ---------- */
@media screen and (max-width: 1024px) {
  .tp-caption.fe-white-box-2 {
    margin: -50px 0 0 -180px;
  }
}
/* ---------- MAX 991PX ---------- */
@media only screen and (max-width: 991px) {
  .tp-caption.fe-white-box-2 {
    margin: 70px 0 0 100px;
  }
}
/* ---------- MAX 800PX ---------- */
@media only screen and (max-width: 800px) {
  .tp-caption.fe-white-box {
    width: 400px;
    height: 250px;
  }

  .tp-caption.fe-white-box-2 {
    margin: 0px 0 0 30px;
  }
}
/* ---------- MAX 768PX ---------- */
@media only screen and (max-width: 768px) {
  .tp-caption.sbut1 a, .tp-caption.sbut2 a, .tp-caption.sbut3 a, .tp-caption.sbut4 a, .tp-caption.sbut5 a, .tp-caption.sbut6 a, .tp-caption.sbut7 a {
    font-size: 12px;
    padding: 10px 20px;
  }
}
/* ---------- MAX 767PX ---------- */
@media screen and (max-width: 640px) {
  .tp-caption.sbut1 a, .tp-caption.sbut2 a, .tp-caption.sbut3 a, .tp-caption.sbut4 a, .tp-caption.sbut5 a, .tp-caption.sbut6 a, .tp-caption.sbut7 a {
    font-size: 12px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  .tp-caption.sbut1 a, .tp-caption.sbut2 a, .tp-caption.sbut3 a, .tp-caption.sbut4 a, .tp-caption.sbut5 a, .tp-caption.sbut6 a, .tp-caption.sbut7 a {
    font-size: 12px;
    padding: 10px 20px;
  }

  .tp-caption.btn-large a {
    padding: 10px 20px !important;
  }
}
/* ---------- MAX 360PX ---------- */
@media screen and (max-width: 360px) {
  .tp-caption.sbut1 a, .tp-caption.sbut2 a, .tp-caption.sbut3 a, .tp-caption.sbut4 a,
  .tp-caption.sbut5 a, .tp-caption.sbut6 a, .tp-caption.sbut7 a {
    font-size: 12px;
    padding: 6px 15px;
  }

  .tp-caption.ce3-text-1 {
    display: none;
  }
}
/* ---------- MAX 320PX ---------- */
@media only screen and (max-width: 320px) {
  .tp-caption.sbut1 a, .tp-caption.sbut2 a, .tp-caption.sbut3 a, .tp-caption.sbut4 a,
  .tp-caption.sbut5 a, .tp-caption.sbut6 a, .tp-caption.sbut7 a {
    font-size: 10px;
    padding: 5px 10px;
  }
}
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.ares.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 60px;
  min-height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

.ares.tparrows:before {
  font-family: "revicons";
  font-size: 25px;
  color: #aaa;
  display: block;
  line-height: 60px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
}

.ares.tparrows.tp-leftarrow:before {
  content: "\e81f";
}

.ares.tparrows.tp-rightarrow:before {
  content: "\e81e";
}

.ares.tparrows:hover:before {
  color: #000;
}

.ares .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #fff;
  min-height: 60px;
  line-height: 60px;
  top: 0px;
  margin-left: 30px;
  border-radius: 0px 30px 30px 0px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}

.ares.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 30px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 30px 0px 0px 30px;
}

.ares.tparrows:hover .tp-title-wrap {
  transform: scaleX(1) scaleY(1);
  -webkit-transform: scaleX(1) scaleY(1);
}

.ares .tp-arr-titleholder {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 10px;
  opacity: 0;
}

.ares.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0px;
  margin-right: 10px;
}

.ares.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* BULLETS */
.ares.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.ares .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
  background: #fff;
}

.ares .tp-bullet-title {
  position: absolute;
  color: #888;
  font-size: 12px;
  padding: 0px 10px;
  font-weight: 600;
  right: 27px;
  top: -4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  line-height: 20px;
  white-space: nowrap;
}

.ares .tp-bullet-title:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: " ";
  position: absolute;
  right: -10px;
  top: 0px;
}

.ares .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.ares .tp-bullet.selected:hover .tp-bullet-title {
  background: #fff;
}

.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color: transparent transparent transparent #fff;
}

.ares.tp-bullets:hover .tp-bullet-title {
  visibility: hidden;
}

.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
}

/* TABS */
.ares .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

.ares .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

.ares .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ares .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

.ares .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

.ares .tp-tab:hover,
.ares .tp-tab.selected {
  background: #eee;
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 CUSTOM SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.custom.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
}

.custom.tparrows:hover {
  background: #000;
}

.custom.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.custom.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.custom.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* BULLETS */
.custom.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.custom .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  background: rgba(125, 125, 125, 0.5);
  cursor: pointer;
  box-sizing: content-box;
}

.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
  background: #7d7d7d;
}

/* THUMBS */
/* TABS */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 DIONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.dione.tparrows {
  height: 100%;
  width: 100px;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  line-height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.dione.tparrows:hover {
  background: rgba(0, 0, 0, 0.45);
}

.dione .tp-arr-imgwrapper {
  width: 100px;
  left: 0px;
  position: absolute;
  height: 100%;
  top: 0px;
  overflow: hidden;
}

.dione.tp-rightarrow .tp-arr-imgwrapper {
  left: auto;
  right: 0px;
}

.dione .tp-arr-imgholder {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100%;
  top: 0px;
  visibility: hidden;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
  left: 0px;
}

.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right: 0px;
  left: auto;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
}

.dione.tparrows:before {
  position: absolute;
  line-height: 30px;
  margin-left: -22px;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.dione.tparrows.tp-rightarrow:before {
  margin-left: 6px;
}

.dione.tparrows:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

.dione.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}

.dione.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

/* BULLETS */
.dione .tp-bullet {
  opacity: 1;
  width: 70px;
  height: 70px;
  padding: 5px;
  background: #000;
  /*background-color:rgba(0,0,0,0.25);*/
  background-color: #fff;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.dione .tp-bullet-image {
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center center;
}

.dione .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}

.dione .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

.dione .tp-bullet.selected,
.dione .tp-bullet:hover {
  background: #fff;
  /*  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );*/
}

.dione .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ERINYEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.erinyen.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 35px;
}

.erinyen.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0px;
  margin-left: 0px;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

.erinyen.tparrows:hover .tp-title-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}

.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 11px;
  opacity: 0;
}

.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
}

.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}

.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0px;
  margin-right: 11px;
}

.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* BULLETS */
.erinyen.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #555555;
  /* old browsers */
  background: -moz-linear-gradient(top, #555555 0%, #222222 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #222222));
  /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #555555 0%, #222222 100%);
  /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #555555 0%, #222222 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(top, #555555 0%, #222222 100%);
  /* ie10+ */
  background: linear-gradient(to bottom, #555555 0%, #222222 100%);
  /* w3c */
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 );
  /* ie6-9 */
  padding: 10px 15px;
  margin-left: -15px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 1px rgba(33, 33, 33, 0.3);
}

.erinyen .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #111;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
  background: #e5e5e5;
  /* old browsers */
  background: -moz-linear-gradient(top, #e5e5e5 0%, #999999 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #999999));
  /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #999999 100%);
  /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #e5e5e5 0%, #999999 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e5e5 0%, #999999 100%);
  /* ie10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, #999999 100%);
  /* w3c */
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 );
  /* ie6-9 */
  border: 1px solid #555;
  width: 12px;
  height: 12px;
}

/* THUMBS */
.erinyen .tp-thumb {
  opacity: 1;
}

.erinyen .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.erinyen .tp-thumb-more:before {
  content: "\e825";
}

.erinyen .tp-thumb-title {
  font-family: "Raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}

.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color: #000;
}

/* TABS */
.erinyen .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  margin-bottom: 5px;
}

.erinyen .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab";
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 GYGES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* BULLETS */
.gyges.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #777777;
  /* Old browsers */
  background: -moz-linear-gradient(top, #777777 0%, #666666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(100%, #666666));
  background: -webkit-linear-gradient(top, #777777 0%, #666666 100%);
  background: -o-linear-gradient(top, #777777 0%, #666666 100%);
  background: -ms-linear-gradient(top, #777777 0%, #666666 100%);
  background: linear-gradient(to bottom, #777777 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777",  endColorstr="#666666",GradientType=0 );
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
}

.gyges .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #333;
  border: 3px solid #444;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff",  endColorstr="#e1e1e1",GradientType=0 );
  /* IE6-9 */
}

/* THUMBS */
.gyges .tp-thumb {
  opacity: 1;
}

.gyges .tp-thumb-img-wrap {
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.gyges .tp-thumb-image {
  padding: 3px;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.gyges .tp-thumb-title {
  position: absolute;
  bottom: 100%;
  display: inline-block;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 20px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  white-space: nowrap;
}

.gyges .tp-thumb:hover .tp-thumb-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #777777 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: -webkit-linear-gradient(top, white 0%, #777777 100%);
  background: -o-linear-gradient(top, white 0%, #777777 100%);
  background: -ms-linear-gradient(top, white 0%, #777777 100%);
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

.gyges .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  bottom: -8px;
}

/* TABS */
.gyges .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.gyges .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

.gyges .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gyges .tp-tab-date {
  display: block;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

.gyges .tp-tab-title {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
  background: rgba(0, 0, 0, 0.5);
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HADES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hades.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  z-index: 100;
}

.hades.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: #fff;
  display: block;
  line-height: 100px;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}

.hades.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.hades.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.hades.tparrows:hover:before {
  color: #aaa;
  background: #fff;
  background: white;
}

.hades .tp-arr-allwrapper {
  position: absolute;
  left: 100%;
  top: 0px;
  background: #888;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.hades.tp-rightarrow .tp-arr-allwrapper {
  left: auto;
  right: 100%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}

.hades:hover .tp-arr-allwrapper {
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
}

.hades .tp-arr-imgholder {
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* BULLETS */
.hades.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.hades .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #888;
  cursor: pointer;
  border: 5px solid #fff;
  box-sizing: content-box;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-perspective: 400;
  perspective: 400;
  -webkit-transform: translatez(0.01px);
  transform: translatez(0.01px);
}

.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
  background: #555;
}

.hades .tp-bullet-image {
  position: absolute;
  top: -80px;
  left: -60px;
  width: 120px;
  height: 60px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform-style: flat;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

.hades .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility: visible;
}

/* THUMBS */
.hades .tp-thumb {
  opacity: 1;
}

.hades .tp-thumb-img-wrap {
  border-radius: 50%;
  padding: 3px;
  display: inline-block;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.hades .tp-thumb-image {
  padding: 3px;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #777777 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: -webkit-linear-gradient(top, white 0%, #777777 100%);
  background: -o-linear-gradient(top, white 0%, #777777 100%);
  background: -ms-linear-gradient(top, white 0%, #777777 100%);
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

.hades .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/* TABS */
.hades .tp-tab {
  opacity: 1;
}

.hades .tp-tab-title {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}

.hades .tp-tab-price {
  display: block;
  text-align: center;
  color: #999;
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px;
}

.hades .tp-tab-button {
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  background: #219bd7;
  border-radius: 4px;
  font-weight: 400;
}

.hades .tp-tab-inner {
  text-align: center;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEBE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hebe.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
}

.hebe.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: #aaa;
  display: block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
}

.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.hebe.tparrows:hover:before {
  color: #000;
}

.hebe .tp-title-wrap {
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  min-height: 60px;
  line-height: 60px;
  top: -10px;
  margin-left: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}

.hebe.tp-rightarrow .tp-title-wrap {
  right: 0px;
  -webkit-transform-origin: 100% 50%;
}

.hebe.tparrows:hover .tp-title-wrap {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

.hebe .tp-arr-titleholder {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 90px;
  white-space: nowrap;
  padding: 0px 20px 0px 90px;
}

.hebe.tp-rightarrow .tp-arr-titleholder {
  margin-left: 0px;
  padding: 0px 90px 0px 20px;
}

.hebe.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

.hebe .tp-arr-imgholder {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  top: 0px;
  right: -90px;
}

.hebe.tp-rightarrow .tp-arr-imgholder {
  right: auto;
  left: -90px;
}

/* BULLETS */
.hebe.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.hebe .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #fff;
  cursor: pointer;
  border: 5px solid #222;
  border-radius: 50%;
  box-sizing: content-box;
  -webkit-perspective: 400;
  perspective: 400;
  -webkit-transform: translateZ(0.01px);
  transform: translateZ(0.01px);
  transition: all 0.3s;
}

.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
  background: #222;
  border-color: #fff;
}

.hebe .tp-bullet-image {
  position: absolute;
  top: -90px;
  left: -40px;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform-style: flat;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  border-radius: 6px;
}

.hebe .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
}

/* TABS */
.hebe .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  margin-bottom: 5px;
}

.hebe .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab";
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEPHAISTOS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hephaistos.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

.hephaistos.tparrows:hover {
  background: #000;
}

.hephaistos.tparrows:before {
  font-family: "revicons";
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.hephaistos.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -2px;
}

.hephaistos.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -2px;
}

/* BULLETS */
.hephaistos.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.hephaistos .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999;
  border: 3px solid #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
  background: #fff;
  border-color: #000;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HERMES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hermes.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 100;
}

.hermes.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.hermes.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.hermes.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.hermes.tparrows.tp-leftarrow:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

.hermes.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0;
}

.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0px;
  left: 0px;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0px;
  left: auto;
}

.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible;
}

.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 110px;
  transform: translateX(-180px);
  -webkit-transform: translateX(-180px);
  transition: all 0.3s;
  transition-delay: 0.3s;
}

.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(180px);
  -webkit-transform: translateX(180px);
}

.hermes.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0px 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.hermes.tparrows:hover .tp-arr-titleholder {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* BULLETS */
.hermes .tp-bullet {
  overflow: hidden;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #FFF;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: absolute;
}

.hermes .tp-bullet:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.hermes .tp-bullet.selected:after {
  height: 100%;
}

/* TABS */
.hermes .tp-tab {
  opacity: 1;
  padding-right: 10px;
  box-sizing: border-box;
}

.hermes .tp-tab-image {
  width: 100%;
  height: 60%;
  position: relative;
}

.hermes .tp-tab-content {
  background: #363636;
  position: absolute;
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  width: 100%;
  min-height: 40%;
  bottom: 0px;
  left: -10px;
}

.hermes .tp-tab-date {
  display: block;
  color: #888;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}

.hermes .tp-tab-title {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 19px;
}

.hermes .tp-tab.selected .tp-tab-title:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 0 30px 10px;
  border-color: transparent transparent transparent #363636;
  content: " ";
  position: absolute;
  right: -9px;
  bottom: 50%;
  margin-bottom: -30px;
}

.hermes .tp-tab-mask {
  padding-right: 10px !important;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  .hermes .tp-tab .tp-tab-title {
    font-size: 14px;
    line-height: 16px;
  }

  .hermes .tp-tab-date {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
  }

  .hermes .tp-tab-content {
    padding: 15px 15px 15px 25px;
  }
}
@media only screen and (max-width: 768px) {
  .hermes .tp-tab .tp-tab-title {
    font-size: 12px;
    line-height: 14px;
  }

  .hermes .tp-tab-date {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
  }

  .hermes .tp-tab-content {
    padding: 10px 10px 10px 20px;
  }
}
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HESPERIDEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hesperiden.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

.hesperiden.tparrows:hover {
  background: #000;
}

.hesperiden.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.hesperiden.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -3px;
}

.hesperiden.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -3px;
}

/* BULLETS */
.hesperiden.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 8px;
}

.hesperiden .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999999;
  /* old browsers */
  background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #e1e1e1));
  /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  /* ie10+ */
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
  /* w3c */
  filter: progid:dximagetransform.microsoft.gradient(  startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 );
  /* ie6-9 */
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
  background: #666;
}

/* THUMBS */
.hesperiden .tp-thumb {
  opacity: 1;
  -webkit-perspective: 600px;
  perspective: 600px;
}

.hesperiden .tp-thumb .tp-thumb-title {
  font-size: 12px;
  position: absolute;
  margin-top: -10px;
  color: #fff;
  display: block;
  z-index: 1000;
  background-color: #000;
  padding: 5px 10px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotatex(90deg) translatez(0.001px);
  transform-origin: 50% 100%;
  -webkit-transform: rotatex(90deg) translatez(0.001px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
}

.hesperiden .tp-thumb:hover .tp-thumb-title {
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  opacity: 1;
}

/* TABS */
.hesperiden .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

.hesperiden .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

.hesperiden .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hesperiden .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

.hesperiden .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
  background: #eee;
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 METIS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.metis.tparrows {
  background: #fff;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

.metis.tparrows:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
}

.metis.tparrows:before {
  color: #000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.metis.tparrows:hover:before {
  transform: scale(1.5);
}

/* BULLETS */
.metis .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: #fff;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 50%;
}

.metis .tp-bullet-image {
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
}

.metis .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}

.metis .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

.metis .tp-bullet.selected,
.metis .tp-bullet:hover {
  background: #2948e3;
  /* background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
   background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
   background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
   background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
   background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );*/
}

.metis .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

.metis .tp-tab-number {
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Playfair Display";
  width: 50px;
  margin-right: 17px;
  display: inline-block;
  float: left;
}

.metis .tp-tab-mask {
  padding-left: 20px;
  left: 0px;
  max-width: 90px !important;
  transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
}

.metis:hover .tp-tab-mask {
  padding-left: 0px;
  left: 50px;
  max-width: 500px !important;
}

.metis .tp-tab-divider {
  border-right: 1px solid transparent;
  height: 30px;
  width: 1px;
  margin-top: 5px;
  display: inline-block;
  float: left;
}

.metis .tp-tab-title {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Playfair Display";
  position: relative;
  padding-top: 10px;
  padding-left: 30px;
  display: inline-block;
  transform: translateX(-100%);
  transition: 0.4s all;
}

.metis .tp-tab-title-mask {
  position: absolute;
  overflow: hidden;
  left: 67px;
}

.metis:hover .tp-tab-title {
  transform: translateX(0);
}

.metis .tp-tab {
  opacity: 0.15;
  transition: 0.4s all;
}

.metis .tp-tab:hover,
.metis .tp-tab.selected {
  opacity: 1;
}

.metis .tp-tab.selected .tp-tab-divider {
  border-right: 1px solid #cdb083;
}

.metis.tp-tabs {
  max-width: 118px !important;
  padding-left: 50px;
}

.metis.tp-tabs:before {
  content: " ";
  height: 100%;
  width: 88px;
  background: rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  left: 0px;
  top: 0px;
  position: absolute;
  transition: 0.4s all;
}

.metis.tp-tabs:hover:before {
  width: 118px;
}

@media (max-width: 499px) {
  .metis.tp-tabs:before {
    background: rgba(0, 0, 0, 0.75);
  }
}
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 PERSEPHONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.persephone.tparrows {
  cursor: pointer;
  background: #aaa;
  background: rgba(200, 200, 200, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border: 1px solid #f5f5f5;
}

.persephone.tparrows:hover {
  background: #333;
}

.persephone.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.persephone.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.persephone.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* BULLETS */
.persephone.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

.persephone .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  box-sizing: content-box;
}

.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
  background: #222;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 URANUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.uranus.tparrows {
  width: 50px;
  height: 50px;
  background: transparent;
}

.uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.uranus.tparrows:hover:before {
  opacity: 0.75;
}

/* BULLETS */
.uranus .tp-bullet {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background: transparent;
}

.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border: none;
  border-radius: 50%;
  background: transparent;
}

.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: #fff;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.zeus.tparrows {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 35px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

.zeus.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.zeus .tp-title-wrap {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50%;
}

.zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.zeus.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

.zeus.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* BULLETS */
.zeus .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
}

.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.zeus .tp-bullet-image,
.zeus .tp-bullet-imageoverlay {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 25px;
  left: 50%;
  margin-left: -65px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.zeus .tp-bullet-title {
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 45px;
  width: 135px;
  vertical-align: middle;
  left: -57px;
}

.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* THUMBS */
.zeus .tp-thumb {
  opacity: 1;
}

.zeus .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.zeus .tp-thumb-more:before {
  content: "\e825";
}

.zeus .tp-thumb-title {
  font-family: "Raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
  background: #000;
}

.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color: #fff;
}

/* TABS */
.zeus .tp-tab {
  opacity: 1;
  box-sizing: border-box;
}

.zeus .tp-tab-title {
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  padding: 9px 10px;
}

.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
  color: #000;
  background: white;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.post-tabs .tp-thumb {
  opacity: 1;
}

.post-tabs .tp-thumb-over {
  background: #252525;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.post-tabs .tp-thumb-more:before {
  content: "\e825";
}

.post-tabs .tp-thumb-title {
  font-family: "raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 15px 30px 15px 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}

.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color: #000;
}

.uranus.tparrows {
  margin-top: -5%;
  transform: none !important;
}

.tp-leftarrow {
  left: 0 !important;
}

.tp-rightarrow {
  left: auto !important;
  right: 0;
}

.no-slide .uranus.tparrows {
  display: none !important;
}

/* parallax */
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.full-height {
  position: relative;
}

/*
.overlay {
    display: block;
    position: absolute !important;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    top: 0;
    left: 0;
}*/
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.parallax {
  background: #000000;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .white-content h1 span {
    display: block;
  }

  .white-content .btn {
    margin: 10px 0;
  }
}
/* magnific-popup */
/* Magnific Popup CSS */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=top.css.map */
