/* Primary Color */
/* Button Color */
/* Background Color */
/* Footer */
/*------------------------------------------------------------------
[Table of contents]

01. Fonts Import
02. General
03. Animate
04. Hint
05. Buttons
06. Menu
07. Header
08. Post Albums
09. Player
10. Playlist
11. Gallery
12. Follow
13. Biography
14. Albums
15. Events
16. Blog
17. Blog Post
18. Contact
19. Widgets
20. Coming Soon
21. Error Page
22. Footer
23. Media Query
-------------------------------------------------------------------*/

.section-pre-purchase {
  text-align: center;
}
.section-pre-purchase .title {
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 25px 0;
}
.section-pre-purchase p {
  margin: 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.08em;
  letter-spacing: 0;
}
.section-pre-purchase .ct-btn {
  display: block;
  margin: 25px 0 0 0;
}
.section-pre-purchase .ct-btn .btn {
  margin: 0 auto;
  text-align: center;
}
.section-pre-purchase .ct-btn .btn .shape {
  stroke: #ffffff;
}
.section-team .item {
  margin-bottom: 60px;
}
.section-team .item .ct-image {
  margin-bottom: 37px;
}
.section-team .item .ct-text .name {
  margin: 0 0 27px 0;
  text-align: center;
}
.section-team .item .ct-text .name span {
  font-size: 15px;
}
.section-team .item .ct-text p {
  margin: 0;
  font-size: 1.08em;
}
/*****************************************
01. Fonts Import
*****************************************/
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-HeavyOblique.otf);
  font-weight: 900;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-Heavy.otf);
  font-weight: 900;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-ExtraBoldOblique.otf);
  font-weight: 800;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-ExtraBold.otf);
  font-weight: 800;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-BoldOblique.otf);
  font-weight: 700;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-DemiBoldOblique.otf);
  font-weight: 600;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-DemiBold.otf);
  font-weight: 600;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-MediumOblique.otf);
  font-weight: 500;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-RegularOblique.otf);
  font-weight: 400;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-LightOblique.otf);
  font-weight: 300;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-ThinOblique.otf);
  font-weight: 100;
}
@font-face {
  font-family: Visby;
  src: url(../fonts/visby/VisbyCF-Thin.otf);
  font-weight: 100;
}
/*****************************************
02. General
*****************************************/
ul,
li,
a,
span,
hr,
input,
textarea,
button,
:after,
:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
html {
  height: 100%;
}
body {
  margin: 0;
  width: 100%;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.35em;
  background: #f5f9fc;
  font-family: "Visby", Arial, sans-serif;
}
body:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  z-index: -1;
  content: "";
  margin: 0 auto;
  max-width: 480px;
  position: absolute;
  background: transparent;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
body.content-white .logo-page .logo-white {
  display: none;
}
body.content-white .logo-page .logo-black {
  display: block;
}
body.content-white #menu-page .button-menu-page .ct-spinner .spinner-spin .spinner {
  background-color: #000000;
}
body.content-white #menu-page.menu-02 .button-menu-page .ct-spinner .spinner-spin .spinner {
  background-color: #000000;
}
body.menu-page-active .logo-page .logo-white,
body.playlist-full-page .logo-page .logo-white {
  display: none;
}
body.menu-page-active .logo-page .logo-black,
body.playlist-full-page .logo-page .logo-black {
  display: block;
}
body.menu-page-active #menu-page .button-menu-page .ct-spinner .spinner-spin .spinner,
body.playlist-full-page #menu-page .button-menu-page .ct-spinner .spinner-spin .spinner {
  background-color: #000000;
}
body .loading-fast {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: fixed;
  z-index: 10000000;
  background: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
img {
  max-width: 100%;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
a {
  color: #2c2c2c;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #ee6b14;
  text-decoration: none;
}
a:focus,
a:active {
  color: #2c2c2c;
  text-decoration: none;
  outline: none !important;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c2c2c;
  margin: 15px 0;
  font-weight: 600;
  line-height: 1em;
}
h1 {
  font-size: 92px;
}
h2 {
  font-size: 55px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 15px;
}
p {
  color: #2c2c2c;
  font-size: 1em;
  font-weight: 500;
  margin: 0 0 30px 0;
  line-height: 1.7em;
}
p a {
  color: #ee6b14;
  border-bottom: 1px solid transparent;
}
p a:hover {
  color: #ee6b14;
  border-color: #ee6b14;
  text-decoration: none;
}
blockquote {
  padding: 0;
  border: none;
  color: #2c2c2c;
  font-size: 1em;
  font-weight: 500;
  margin: 0 0 30px 0;
  font-style: italic;
  line-height: 1.7em;
}
b,
strong {
  font-weight: 700;
}
/* Form */
input,
button,
textarea,
input:focus,
button:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"] {
  margin: 0;
  width: 100%;
  border: none;
  height: 40px;
  color: #6e6e6e;
  font-size: 1em;
  padding: 0 10px;
  font-weight: 500;
  box-shadow: none;
  line-height: 1.3em;
  border-radius: inherit;
  background: transparent;
  border-bottom: 1px solid #6e6e6e;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="password"]:hover {
  border-color: #000000;
}
textarea {
  margin: 0;
  border: none;
  color: #6e6e6e;
  font-size: 1em;
  padding: 11px 10px;
  min-height: 40px;
  font-weight: 500;
  box-shadow: none;
  line-height: 1.3em;
  width: 100% !important;
  border-radius: inherit;
  background: transparent;
  border-bottom: 1px solid #6e6e6e;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
textarea:focus,
textarea:hover {
  border-color: #000000;
}
.form-input {
  width: 100%;
  position: relative;
  margin-bottom: 26px;
}
.form-input:hover:after {
  width: 100%;
}
.form-input:after {
  left: 0;
  width: 0;
  bottom: 0;
  float: left;
  height: 1px;
  content: "";
  position: absolute;
  background: #000000;
}
.form-group {
  width: 100%;
  position: relative;
  margin-bottom: 26px;
}
.form-group:hover:after {
  width: 100%;
}
.form-group:after {
  left: 0;
  width: 0;
  bottom: 0;
  float: left;
  height: 1px;
  content: "";
  position: absolute;
  background: #000000;
}
.form-group input,
.form-group textarea {
  padding-right: 50px;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: #000000;
}
.form-group button {
  top: 0;
  right: 0;
  margin: 0;
  z-index: 1;
  padding: 0;
  width: 40px;
  bottom: 1px;
  height: 39px;
  border: none;
  display: block;
  box-shadow: none;
  position: absolute;
  line-height: 1.3em;
  border-radius: inherit;
  background: transparent;
}
.form-group button:hover {
  right: -3px;
}
.form-group button:hover:before {
  width: 15px;
}
.form-group button:hover:after {
  right: 10px;
}
.form-group button:before {
  top: 19px;
  left: 15px;
  width: 10px;
  height: 1px;
  float: left;
  content: "";
  position: absolute;
  background: #ee6b14;
}
.form-group button:after {
  top: 17px;
  right: 15px;
  width: 5px;
  height: 5px;
  float: left;
  content: "";
  position: absolute;
  border-top: 1px solid #ee6b14;
  border-right: 1px solid #ee6b14;
  transform: rotate(54deg) skew(20deg);
}
.hidden-element {
  display: none !important;
}
.container {
  width: 100%;
  overflow: inherit;
  max-width: 1170px;
}
.padding-0 {
  padding: 0 !important;
}
.padding-47 {
  padding: 47px 0 !important;
}
.padding-100 {
  padding: 100px 0 !important;
}
.padding-110 {
  padding: 100px 0 !important;
}
.padding-140 {
  padding: 140px 0 !important;
}
.padding-200 {
  padding: 200px 0 !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-top-100 {
  padding-top: 100px !important;
}
.padding-top-110 {
  padding-top: 110px !important;
}
.padding-top-140 {
  padding-top: 140px !important;
}
.padding-top-160 {
  padding-top: 160px !important;
}
.padding-top-200 {
  padding-top: 200px !important;
}
.padding-top-300 {
  padding-top: 300px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.padding-bottom-100 {
  padding-bottom: 100px !important;
}
.padding-bottom-140 {
  padding-bottom: 140px !important;
}
.padding-bottom-160 {
  padding-bottom: 160px !important;
}
.padding-bottom-200 {
  padding-bottom: 200px !important;
}
.padding-bottom-300 {
  padding-bottom: 300px !important;
}
.padding-120-170 {
  padding-top: 120px !important;
  padding-bottom: 170px !important;
}
.padding-110-65 {
  padding-top: 110px !important;
  padding-bottom: 65px !important;
}
.bg-primary-color {
  background: #ee6b14 !important;
}
.bg-white {
  background: #ffffff !important;
}
.bg-white-50 {
  background: rgba(255, 255, 255, 0.5) !important;
}
.bg-black {
  background: #000000 !important;
}
.bg-transparent {
  background: transparent !important;
}
.ct-image {
  display: block;
}
.ct-image img {
  width: 100%;
}
/* Logo Page */
.logo-page {
  margin: 0;
  top: 39px;
  left: 39px;
  z-index: 100000;
  position: fixed;
}
.logo-page .logo-white {
  display: block;
}
.logo-page .logo-black {
  display: none;
}
.logo-page a {
  display: block;
}
.logo-page img {
  max-width: 200px;
  max-height: 200px;
}
/* Title Separator */
.title-separator {
  text-align: center;
  margin-bottom: 50px;
}
.title-separator.txt-white .separator svg {
  fill: scCol;
}
.title-separator.txt-white .title {
  color: #fcfeff;
}
.title-separator.txt-white .title:after {
  background: #2c2c2c;
}
.title-separator .separator {
  margin: 0 auto;
}
.title-separator .separator svg {
  fill: #ebebeb;
}
.title-separator .title {
  margin: 0;
  color: #2c2c2c;
  padding: 4px 15px;
  position: relative;
  line-height: 1.1em;
  display: inline-block;
}
.title-separator .title:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  z-index: -1;
  content: " ";
  display: block;
  position: absolute;
  background: #ebebeb;
}
.video .ct-video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.video .ct-video iframe {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  position: absolute;
}
/*****************************************
03. Animate
*****************************************/
.sppb-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sppb-animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.sppb-animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.sppb-animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*****************************************
04. Hint
*****************************************/
/*! Hint.css - v1.3.1 - 2013-11-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2013 Kushagra Gour; Licensed MIT */
/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
.hint,
[data-hint] {
  position: relative;
  display: inline-block;
  /**
   * tooltip arrow
   */
  /**
   * tooltip body
   */
}
.hint:before,
.hint:after,
[data-hint]:before,
[data-hint]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hint:hover:before,
.hint:hover:after,
.hint:focus:before,
.hint:focus:after,
[data-hint]:hover:before,
[data-hint]:hover:after,
[data-hint]:focus:before,
[data-hint]:focus:after {
  visibility: visible;
  opacity: 1;
}
.hint:before,
[data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 3px solid transparent;
  z-index: 1000001;
}
.hint:after,
[data-hint]:after {
  content: attr(data-hint);
  color: #f5f9fc;
  font-size: 12px;
  padding: 7px 15px;
  line-height: 12px;
  background: #111111;
  white-space: nowrap;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top:before {
  border-top-color: #111111;
}
.hint--bottom:before {
  border-bottom-color: #111111;
}
.hint--left:before {
  border-left-color: #111111;
}
.hint--right:before {
  border-right-color: #111111;
}
/**
 * top tooltip
 */
.hint--top:before {
  margin-left: -3px;
  margin-bottom: -5px;
}
.hint--top:after {
  margin-left: -18px;
}
.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}
.hint--top:hover:after,
.hint--top:hover:before,
.hint--top:focus:after,
.hint--top:focus:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -6px;
}
.hint--bottom:after {
  margin-left: -18px;
}
.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}
.hint--bottom:hover:after,
.hint--bottom:hover:before,
.hint--bottom:focus:after,
.hint--bottom:focus:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -6px;
  margin-bottom: -4px;
}
.hint--right:after {
  margin-bottom: -14px;
}
.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}
.hint--right:hover:after,
.hint--right:hover:before,
.hint--right:focus:after,
.hint--right:focus:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -6px;
  margin-bottom: -4px;
}
.hint--left:after {
  margin-bottom: -14px;
}
.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}
.hint--left:hover:after,
.hint--left:hover:before,
.hint--left:focus:after,
.hint--left:focus:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}
.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}
.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}
.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}
.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}
/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}
.hint--warning.hint--top:before {
  border-top-color: #c09854;
}
.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--left:before {
  border-left-color: #c09854;
}
.hint--warning.hint--right:before {
  border-right-color: #c09854;
}
/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #193b4d;
}
.hint--info.hint--top:before {
  border-top-color: #3986ac;
}
.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--left:before {
  border-left-color: #3986ac;
}
.hint--info.hint--right:before {
  border-right-color: #3986ac;
}
/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}
.hint--success.hint--top:before {
  border-top-color: #458746;
}
.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}
.hint--success.hint--left:before {
  border-left-color: #458746;
}
.hint--success.hint--right:before {
  border-right-color: #458746;
}
/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible;
}
.hint--always.hint--top:after,
.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--bottom:after,
.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--left:after,
.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hint--always.hint--right:after,
.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px;
}
/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--bounce
 *
 */
.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
/*****************************************
05. Buttons
*****************************************/
.btn {
  margin: 0;
  height: auto;
  border: none;
  cursor: pointer;
  font-size: 17px;
  box-shadow: none;
  line-height: 1em;
  font-weight: 500;
  border-radius: 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-default,
.btn-primary,
.btn-secondary,
.btn-third,
.btn-forth,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  outline: none;
  color: #ffffff;
  padding: 10px 14px;
}
.btn-default:active,
.btn-primary:active,
.btn-secondary:active,
.btn-third:active,
.btn-forth:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-secondary.active,
.btn-third.active,
.btn-forth.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  box-shadow: none;
  outline: none !important;
}
.btn-default {
  border: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
}
.btn-default:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
}
.btn-primary {
  min-width: 95px;
}
.btn-primary.btn-txt-black {
  color: #2c2c2c;
}
.btn-primary.btn-txt-black:focus {
  color: #2c2c2c;
}
.btn-primary.btn-txt-black:hover,
.btn-primary.btn-txt-black:active,
.btn-primary.btn-txt-black.active {
  color: #2c2c2c;
}
.btn-primary:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  content: "";
  display: block;
  position: absolute;
  background: #ee6b14;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-primary:focus {
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background: transparent;
}
.btn-primary:hover:after,
.btn-primary:active:after,
.btn-primary.active:after {
  left: -3px;
  right: -3px;
  height: 3px;
}
.btn-success {
  background: #2ecc71;
  border-color: #2ecc71;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active {
  color: #2ecc71;
  background: #ffffff;
  border-color: #2ecc71;
}
.btn-info {
  background: #3498db;
  border-color: #3498db;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active {
  color: #3498db;
  background: #ffffff;
  border-color: #3498db;
}
.btn-warning {
  background: #f1c40f;
  border-color: #f1c40f;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active {
  color: #f1c40f;
  background: #ffffff;
  border-color: #f1c40f;
}
.btn-danger {
  background: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active {
  color: #e74c3c;
  background: #ffffff;
  border-color: #e74c3c;
}
.btn-link {
  padding: 0;
  color: inherit;
  border: none;
  position: relative;
  background: transparent;
}
.btn-link:before {
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  background: #4aa3df;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-link:hover,
.btn-link:active,
.btn-link.active {
  color: #4aa3df;
}
.btn-link:hover:before,
.btn-link:active:before,
.btn-link.active:before {
  left: 0;
  right: 0;
}
.svg-wrapper {
  padding: 0;
  width: 170px;
  border: none;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: transparent;
}
.svg-wrapper.white .text {
  color: #ffffff;
}
.svg-wrapper:hover .shape {
  stroke-dasharray: 640;
  stroke-dashoffset: 180;
  stroke-width: 2px;
}
.svg-wrapper:hover .text {
  color: #ffffff;
}
.svg-wrapper .shape {
  stroke: #ee6b14;
  fill: transparent;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-dasharray: 120 340;
  stroke-dashoffset: -230;
  -webkit-transition: all 0.5s, stroke-width 0.3s;
  -moz-transition: all 0.5s, stroke-width 0.3s;
  -o-transition: all 0.5s, stroke-width 0.3s;
  transition: all 0.5s, stroke-width 0.3s;
}
.svg-wrapper .text {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #2c2c2c;
  font-size: 17px;
  font-weight: 500;
  line-height: 38px;
  position: absolute;
}
.svg-wrapper .text:before {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
  height: 0.01%;
  color: #ffffff;
  position: absolute;
  background: #ee6b14;
  clip: rect(auto, auto, auto, auto);
  -webkit-transition: all 0.2s linear 0.2s;
  -moz-transition: all 0.2s linear 0.2s;
  -o-transition: all 0.2s linear 0.2s;
  transition: all 0.2s linear 0.2s;
}
button[type="submit"].svg-wrapper .text:before {
  z-index: 1;
  content: "send";
}
/*****************************************
06. Menu
*****************************************/
#menu-page.menu-01 {
  background: transparent;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
#menu-page.menu-01.active {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  overflow: hidden;
  background: #ffffff;
}
#menu-page.menu-01.active .button-menu-page .ct-spinner .spinner-spin .horizontal,
#menu-page.menu-01.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-1,
#menu-page.menu-01.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-2 {
  width: 23px;
}
#menu-page.menu-01.active .button-menu-page .ct-spinner .spinner-spin .horizontal {
  width: 0;
  opacity: 0;
  margin-top: -2px;
  margin-right: 0;
}
#menu-page.menu-01.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-1 {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 6px;
}
#menu-page.menu-01.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-2 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: -2px;
}
#menu-page.menu-01.active .ct-menu {
  display: block;
}
#menu-page.menu-01 .button-menu-page {
  margin: 0;
  top: 40px;
  right: 34px;
  width: 33px;
  height: 24px;
  padding: 5px;
  z-index: 10000;
  cursor: pointer;
  position: fixed;
}
#menu-page.menu-01 .button-menu-page:hover .ct-spinner .spinner-spin .horizontal,
#menu-page.menu-01 .button-menu-page:hover .ct-spinner .spinner-spin .diagonal.part-1,
#menu-page.menu-01 .button-menu-page:hover .ct-spinner .spinner-spin .diagonal.part-2 {
  width: 23px;
}
#menu-page.menu-01 .button-menu-page .ct-spinner {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
#menu-page.menu-01 .button-menu-page .ct-spinner .spinner-spin {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
  cursor: pointer;
  position: absolute;
}
#menu-page.menu-01 .button-menu-page .ct-spinner .spinner-spin .spinner {
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#menu-page.menu-01 .button-menu-page .ct-spinner .spinner-spin .diagonal.part-1 {
  width: 18px;
  float: right;
  position: relative;
}
#menu-page.menu-01 .button-menu-page .ct-spinner .spinner-spin .horizontal {
  width: 20px;
  float: right;
  margin-top: 4px;
  position: relative;
}
#menu-page.menu-01 .button-menu-page .ct-spinner .spinner-spin .diagonal.part-2 {
  width: 23px;
  float: right;
  margin-top: 4px;
  position: relative;
}
#menu-page.menu-01 .ct-menu {
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menu-page.menu-01 .ct-menu .container {
  height: 100%;
  padding: 0 39px;
  overflow-y: auto;
}
#menu-page.menu-01 .ct-menu .container .ct-list-menu {
  width: 100%;
  display: block;
  max-width: 200px;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#menu-page.menu-01 .ct-menu .container .ct-list-menu > li {
  padding: 0;
}
#menu-page.menu-01 .ct-menu .container .ct-list-menu > li a {
  color: #a8a8a8;
  padding: 18px 0;
  font-size: 17px;
}
#menu-page.menu-01 .ct-menu .container .ct-list-menu > li ul li a {
  z-index: 1;
}
#menu-page.menu-01 .ct-menu .container .ct-list-menu li {
  display: block;
}
#menu-page.menu-01 .ct-menu .container .ct-list-menu li.drop-down-menu.active > a,
#menu-page.menu-01 .ct-menu .container .ct-list-menu li.drop-down-menu.open > a {
  color: #ee6b14;
}
#menu-page.menu-01 .ct-menu .container .ct-list-menu li.drop-down-menu.active > ul,
#menu-page.menu-01 .ct-menu .container .ct-list-menu li.drop-down-menu.open > ul {
  opacity: 1;
  height: 43px;
}
#menu-page.menu-01 .ct-menu .container .ct-list-menu li.drop-down-menu.active > ul:after,
#menu-page.menu-01 .ct-menu .container .ct-list-menu li.drop-down-menu.open > ul:after {
  height: 100%;
}
#menu-page.menu-01 .ct-menu .container .ct-list-menu li.drop-down-menu.active > ul > li,
#menu-page.menu-01 .ct-menu .container .ct-list-menu li.drop-down-menu.open > ul > li {
  display: block;
}
#menu-page.menu-01 .ct-menu .container .ct-list-menu li a {
  z-index: 0;
  font-weight: 400;
  position: relative;
  line-height: 1.3em;
  display: inline-block;
}
#menu-page.menu-01 .ct-menu .container .ct-list-menu li a.active {
  color: #2c2c2c;
}
#menu-page.menu-01 .ct-menu .container .ct-list-menu li a:hover {
  color: #ee6b14;
}
#menu-page.menu-01 .ct-menu .container .ct-list-menu li ul {
  top: 0;
  opacity: 0;
  left: 200px;
  width: 100%;
  display: block;
  max-width: 200px;
  position: absolute;
}
#menu-page.menu-01 .ct-menu .container .ct-list-menu li ul:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  float: left;
  width: 100%;
  margin: auto;
  height: 0.01%;
  position: absolute;
  -webkit-transition: all 0.1s linear 0.1s;
  -moz-transition: all 0.1s linear 0.1s;
  -o-transition: all 0.1s linear 0.1s;
  transition: all 0.1s linear 0.1s;
}
#menu-page.menu-01 .ct-menu .container .ct-list-menu li ul li {
  display: none;
}
#menu-page.menu-02 {
  top: 0;
  bottom: 0;
  width: 470px;
  height: 100%;
  right: -470px;
  z-index: 1000;
  position: fixed;
  background: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#menu-page.menu-02.active .button-menu-page .ct-spinner .spinner-spin .horizontal,
#menu-page.menu-02.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-1,
#menu-page.menu-02.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-2 {
  width: 23px;
}
#menu-page.menu-02.active .button-menu-page .ct-spinner .spinner-spin .horizontal {
  width: 0;
  opacity: 0;
  margin-top: -2px;
  margin-right: 0;
}
#menu-page.menu-02.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-1 {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 6px;
}
#menu-page.menu-02.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-2 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: -2px;
}
#menu-page.menu-02.active .ct-menu .ct-list-menu > li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#menu-page.menu-02.active .ct-menu .ct-list-menu > li:nth-child(2) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
#menu-page.menu-02.active .ct-menu .ct-list-menu > li:nth-child(3) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
#menu-page.menu-02.active .ct-menu .ct-list-menu > li:nth-child(4) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
#menu-page.menu-02.active .ct-menu .ct-list-menu > li:nth-child(5) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
#menu-page.menu-02.active .ct-menu .ct-list-menu > li:nth-child(6) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#menu-page.menu-02.active .ct-menu .ct-list-menu > li:nth-child(7) {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
#menu-page.menu-02.active .ct-menu .ct-list-menu > li:nth-child(8) {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}
#menu-page.menu-02.active .ct-menu .ct-list-menu > li:nth-child(9) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
#menu-page.menu-02.active .ct-menu .ct-list-menu > li:nth-child(10) {
  -webkit-transition-delay: 0.40s;
  transition-delay: 0.40s;
}
#menu-page.menu-02.active .ct-menu .ct-list-menu > li:nth-child(11) {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}
#menu-page.menu-02.active .ct-menu .ct-list-menu > li:nth-child(12) {
  -webkit-transition-delay: 0.44s;
  transition-delay: 0.44s;
}
#menu-page.menu-02.active .ct-menu .ct-list-menu > li:nth-child(13) {
  -webkit-transition-delay: 0.46s;
  transition-delay: 0.46s;
}
#menu-page.menu-02.active .ct-menu .ct-list-menu > li:nth-child(14) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}
#menu-page.menu-02.active .ct-menu .ct-list-menu > li:nth-child(15) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#menu-page.menu-02 .button-menu-page {
  margin: 0;
  top: 40px;
  right: 34px;
  width: 33px;
  height: 24px;
  padding: 5px;
  z-index: 10000;
  cursor: pointer;
  position: fixed;
}
#menu-page.menu-02 .button-menu-page:hover .ct-spinner .spinner-spin .horizontal,
#menu-page.menu-02 .button-menu-page:hover .ct-spinner .spinner-spin .diagonal.part-1,
#menu-page.menu-02 .button-menu-page:hover .ct-spinner .spinner-spin .diagonal.part-2 {
  width: 23px;
}
#menu-page.menu-02 .button-menu-page .ct-spinner {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
#menu-page.menu-02 .button-menu-page .ct-spinner .spinner-spin {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
  cursor: pointer;
  position: absolute;
}
#menu-page.menu-02 .button-menu-page .ct-spinner .spinner-spin .spinner {
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#menu-page.menu-02 .button-menu-page .ct-spinner .spinner-spin .diagonal.part-1 {
  width: 18px;
  float: right;
  position: relative;
}
#menu-page.menu-02 .button-menu-page .ct-spinner .spinner-spin .horizontal {
  width: 20px;
  float: right;
  margin-top: 4px;
  position: relative;
}
#menu-page.menu-02 .button-menu-page .ct-spinner .spinner-spin .diagonal.part-2 {
  width: 23px;
  float: right;
  margin-top: 4px;
  position: relative;
}
#menu-page.menu-02 .ct-menu {
  width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
}
#menu-page.menu-02 .ct-menu .ct-list-menu {
  height: 100%;
  display: block;
  overflow: auto;
  text-align: left;
  padding: 150px 80px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#menu-page.menu-02 .ct-menu .ct-list-menu li {
  display: block;
  position: relative;
}
#menu-page.menu-02 .ct-menu .ct-list-menu li.drop-down-menu.open > ul {
  padding: 10px 0;
  overflow: visible;
}
#menu-page.menu-02 .ct-menu .ct-list-menu li.drop-down-menu.open > ul > li {
  max-height: 34px;
}
#menu-page.menu-02 .ct-menu .ct-list-menu li a {
  display: block;
  font-weight: 400;
  line-height: 1.1em;
}
#menu-page.menu-02 .ct-menu .ct-list-menu li a:hover {
  color: #ee6b14;
}
#menu-page.menu-02 .ct-menu .ct-list-menu > li {
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
#menu-page.menu-02 .ct-menu .ct-list-menu > li > a {
  color: #2c2c2c;
  font-size: 19px;
  padding: 12px 0;
}
#menu-page.menu-02 .ct-menu .ct-list-menu > li > a.active {
  color: #a8a8a8;
}
#menu-page.menu-02 .ct-menu .ct-list-menu > li ul {
  overflow: hidden;
  margin: 0 0 0 15px;
}
#menu-page.menu-02 .ct-menu .ct-list-menu > li ul li {
  max-height: 0;
  -webkit-transition: max-height 200ms ease-in-out;
  -moz-transition: max-height 200ms ease-in-out;
  -o-transition: max-height 200ms ease-in-out;
  transition: max-height 200ms ease-in-out;
}
#menu-page.menu-02 .ct-menu .ct-list-menu > li ul li.drop-down-menu:hover {
  max-height: 100%;
}
#menu-page.menu-02 .ct-menu .ct-list-menu > li ul li.drop-down-menu:hover > ul {
  padding: 10px 0;
  overflow: visible;
}
#menu-page.menu-02 .ct-menu .ct-list-menu > li ul li.drop-down-menu:hover > ul > li {
  max-height: 34px;
}
#menu-page.menu-02 .ct-menu .ct-list-menu > li ul li a {
  z-index: 1;
  color: #a8a8a8;
  font-size: 17px;
  position: relative;
  padding: 8px 0 8px 20px;
  border-left: 1px solid #ebebeb;
}
#menu-page.menu-02 .ct-menu .ct-list-menu > li ul li a.active {
  color: #6e6e6e;
}
#menu-page.menu-02 .ct-menu .ct-list-menu > li ul li a:hover {
  color: #ee6b14;
}
#menu-page.menu-02 .ct-menu .ct-list-menu > li ul li ul {
  margin: 0 0 0 35px;
}
#menu-page.menu-02 .ct-menu .ct-widgets {
  bottom: 0;
  padding: 50px 80px;
  position: absolute;
}
#menu-page.menu-02 .ct-menu .ct-widgets .widget {
  margin-top: 50px;
}
#menu-page.menu-04 {
  background: transparent;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
#menu-page.menu-04.active {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  overflow: hidden;
  background: #ffffff;
}
#menu-page.menu-04.active .button-menu-page .ct-spinner .spinner-spin .horizontal,
#menu-page.menu-04.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-1,
#menu-page.menu-04.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-2 {
  width: 23px;
}
#menu-page.menu-04.active .button-menu-page .ct-spinner .spinner-spin .horizontal {
  width: 0;
  opacity: 0;
  margin-top: -2px;
  margin-right: 0;
}
#menu-page.menu-04.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-1 {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 6px;
}
#menu-page.menu-04.active .button-menu-page .ct-spinner .spinner-spin .diagonal.part-2 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: -2px;
}
#menu-page.menu-04.active .ct-menu {
  display: block;
}
#menu-page.menu-04 .button-menu-page {
  margin: 0;
  top: 40px;
  right: 34px;
  width: 33px;
  height: 24px;
  padding: 5px;
  z-index: 10000;
  cursor: pointer;
  position: fixed;
}
#menu-page.menu-04 .button-menu-page:hover .ct-spinner .spinner-spin .horizontal,
#menu-page.menu-04 .button-menu-page:hover .ct-spinner .spinner-spin .diagonal.part-1,
#menu-page.menu-04 .button-menu-page:hover .ct-spinner .spinner-spin .diagonal.part-2 {
  width: 23px;
}
#menu-page.menu-04 .button-menu-page .ct-spinner {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
#menu-page.menu-04 .button-menu-page .ct-spinner .spinner-spin {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
  cursor: pointer;
  position: absolute;
}
#menu-page.menu-04 .button-menu-page .ct-spinner .spinner-spin .spinner {
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#menu-page.menu-04 .button-menu-page .ct-spinner .spinner-spin .diagonal.part-1 {
  width: 18px;
  float: right;
  position: relative;
}
#menu-page.menu-04 .button-menu-page .ct-spinner .spinner-spin .horizontal {
  width: 20px;
  float: right;
  margin-top: 4px;
  position: relative;
}
#menu-page.menu-04 .button-menu-page .ct-spinner .spinner-spin .diagonal.part-2 {
  width: 23px;
  float: right;
  margin-top: 4px;
  position: relative;
}
#menu-page.menu-04 .ct-menu {
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#menu-page.menu-04 .ct-menu .ct-list-menu {
  display: block;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#menu-page.menu-04 .ct-menu .ct-list-menu:hover > li > a {
  color: #2c2c2c;
}
#menu-page.menu-04 .ct-menu .ct-list-menu > li {
  padding: 0 25px;
}
#menu-page.menu-04 .ct-menu .ct-list-menu > li a {
  color: #a8a8a8;
  font-size: 17px;
  padding: 22px 0 18px 0;
}
#menu-page.menu-04 .ct-menu .ct-list-menu > li a.is-hover {
  color: #ee6b14;
}
#menu-page.menu-04 .ct-menu .ct-list-menu > li a.no-hover {
  color: #a8a8a8;
}
#menu-page.menu-04 .ct-menu .ct-list-menu > li ul li a {
  z-index: 1;
  color: #6e6e6e;
  font-size: 15px;
  position: relative;
  padding: 13px 15px 11px 15px;
}
#menu-page.menu-04 .ct-menu .ct-list-menu li {
  display: inline-block;
}
#menu-page.menu-04 .ct-menu .ct-list-menu li.drop-down-menu.active > ul,
#menu-page.menu-04 .ct-menu .ct-list-menu li.drop-down-menu.open > ul {
  opacity: 1;
  height: 43px;
}
#menu-page.menu-04 .ct-menu .ct-list-menu li.drop-down-menu.active > ul:after,
#menu-page.menu-04 .ct-menu .ct-list-menu li.drop-down-menu.open > ul:after {
  height: 100%;
}
#menu-page.menu-04 .ct-menu .ct-list-menu li.drop-down-menu.active > ul > li,
#menu-page.menu-04 .ct-menu .ct-list-menu li.drop-down-menu.open > ul > li {
  display: inline-block;
}
#menu-page.menu-04 .ct-menu .ct-list-menu li a {
  z-index: 0;
  display: block;
  font-weight: 500;
  position: relative;
  line-height: 1.3em;
  text-transform: uppercase;
}
#menu-page.menu-04 .ct-menu .ct-list-menu li a.active {
  color: #2c2c2c;
}
#menu-page.menu-04 .ct-menu .ct-list-menu li a:hover {
  color: #ee6b14;
}
#menu-page.menu-04 .ct-menu .ct-list-menu li ul {
  top: 100%;
  opacity: 0;
  left: -1000px;
  right: -1000px;
  position: absolute;
}
#menu-page.menu-04 .ct-menu .ct-list-menu li ul:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  float: left;
  width: 100%;
  margin: auto;
  height: 0.01%;
  position: absolute;
  background: #f5f9fc;
  -webkit-transition: all 0.1s linear 0.1s;
  -moz-transition: all 0.1s linear 0.1s;
  -o-transition: all 0.1s linear 0.1s;
  transition: all 0.1s linear 0.1s;
}
#menu-page.menu-04 .ct-menu .ct-list-menu li ul li {
  display: none;
}
#menu-page.menu-04 .ct-menu .ct-widgets {
  margin: 150px 50px 0 50px;
}
/* Menu v2 animation */
.effect-perspective-rotateleft {
  padding: 0;
}
.effect-perspective-rotateleft #page-wrap {
  width: 100%;
  min-height: 100%;
  position: relative;
}
.effect-perspective-rotateleft #page-wrap.modalview {
  position: fixed;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.effect-perspective-rotateleft #page-wrap.modalview .wrapper {
  -webkit-transform: translateZ(-1px);
  /* solves a rendering bug in Chrome on Windows */
}
.effect-perspective-rotateleft #page-wrap.modalview .ct-wrap {
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow-y: auto;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.effect-perspective-rotateleft #page-wrap.animate .ct-wrap {
  -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
  transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
}
.effect-perspective-rotateleft #page-wrap.animate .ct-wrap:after {
  opacity: 1;
  height: 101%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.effect-perspective-rotateleft #page-wrap .ct-wrap {
  z-index: 10;
  min-height: 100%;
  position: relative;
  outline: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
  /* reset transforms (Chrome bug) */
  transform: translateZ(0) translateX(0) rotateY(0deg);
}
.effect-perspective-rotateleft #page-wrap .wrapper {
  position: relative;
}
.effect-perspective-rotateleft #menu-page.menu-02.active {
  right: 0;
  overflow: hidden;
}
.effect-perspective-rotateleft .logo-page {
  left: 39px;
}
.menu-effect-right {
  position: relative;
}
.menu-effect-right.menu-page-active #page-wrap {
  left: -470px;
  position: absolute;
}
.menu-effect-right #page-wrap {
  left: 0;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu-effect-right #menu-page {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu-effect-right #menu-page.menu-02.active {
  right: 0;
  overflow: hidden;
}
/*****************************************
07. Header
*****************************************/
#header {
  z-index: 5;
  overflow: hidden;
  max-height: 100vh;
  position: relative;
}
#header.header-01 .content-header {
  min-height: 100vh;
}
#header.header-01 .content-header .container .ct-center {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  display: block;
  bottom: inherit;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header.header-01 .content-header .container .ct-center .title {
  margin: 0 0 12px 0;
}
#header.header-01 .content-header .container .ct-center .subtitle {
  color: #ffffff;
}
#header.header-01 .content-header .container .ct-center .breadcrumbs li a {
  color: #ffffff;
}
#header.header-02.no-icon-scroll-bottom .content-header .container .ct-center {
  bottom: 50px;
}
#header.header-02.no-icon-scroll-bottom .icon-scroll-bottom {
  display: none;
}
#header.header-02 .content-header {
  min-height: 100vh;
}
#header.header-02 .content-header .container .ct-center {
  left: 0;
  right: 0;
  bottom: 170px;
  display: block;
  position: absolute;
  text-align: center;
}
#header.header-02 .content-header .container .ct-center .title {
  margin: 0 0 12px 0;
}
#header.header-03 {
  height: 350px;
}
#header.header-03 .background-header,
#header.header-03 .background-header-supra {
  height: 120%;
  top: -10% !important;
}
#header.header-03 .content-header {
  height: auto;
}
#header.header-03 .content-header .container {
  padding-top: 160px;
  padding-bottom: 140px;
}
#header.header-03 .content-header .container .ct-center .title {
  margin: 0 0 7px 0;
}
#header .background-header {
  z-index: 0;
  width: 110vw;
  height: 110vh;
  top: -5vh !important;
  left: -5vw !important;
  position: absolute !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header .background-header:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.23);
}
#header .background-header-supra {
  z-index: 0;
  width: 110vw;
  height: 110vh;
  top: -5vh !important;
  left: -5vw !important;
  position: absolute !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header .content-header {
  position: relative;
}
#header .content-header .icon-scroll-bottom {
  cursor: pointer;
}
#header .content-header .icon-scroll-bottom .icon-first-svg {
  left: 0;
  right: 0;
  width: 22px;
  bottom: 50px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
}
#header .content-header .icon-scroll-bottom .icon-second-svg {
  left: 0;
  right: 0;
  width: 22px;
  bottom: 25px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  -webkit-animation: scroll-icon 1s infinite ease-in;
  -moz-animation: scroll-icon 1s infinite ease-in;
  -o-animation: scroll-icon 1s infinite ease-in;
  animation: scroll-icon 1s infinite ease-in;
}
@-webkit-keyframes scroll-icon {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 2px;
  }
  100% {
    margin-bottom: 0;
  }
}
@-moz-keyframes scroll-icon {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 2px;
  }
  100% {
    margin-bottom: 0;
  }
}
@-o-keyframes scroll-icon {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 2px;
  }
  100% {
    margin-bottom: 0;
  }
}
@keyframes scroll-icon {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 2px;
  }
  100% {
    margin-bottom: 0;
  }
}
#header .content-header .container {
  height: 100%;
  z-index: 109;
}
#header .content-header .container .ct-center {
  text-align: center;
}
#header .content-header .container .ct-center .title {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 700;
}
#header .content-header .container .ct-center .subtitle {
  margin: 0;
  color: #ebebeb;
  font-weight: 400;
  line-height: 1.3em;
}
#header .content-header .container .ct-center .breadcrumbs {
  margin: 0;
  display: block;
  text-align: center;
}
#header .content-header .container .ct-center .breadcrumbs li {
  color: #ebebeb;
  cursor: default;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}
#header .content-header .container .ct-center .breadcrumbs li:last-child:after {
  display: none;
}
#header .content-header .container .ct-center .breadcrumbs li:after {
  padding: 0;
  color: #ffffff;
  content: "\f105";
  font-size: 0.9em;
  line-height: 1em;
  margin: 0 1px 0 6px;
  text-rendering: auto;
  background: transparent;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header .content-header .container .ct-center .breadcrumbs li a {
  color: #ebebeb;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3em;
}
#header .content-header .container .ct-center .breadcrumbs li a:hover {
  color: #ee6b14;
}
#header .content-header .container .ct-center .separator {
  margin-top: 35px;
}
#header .content-header .container .ct-center .btn {
  margin-top: 35px;
}
/*****************************************
08. Post Albums
*****************************************/
/*
.project-parallax {
   padding: 0;
   margin-top: 130px;
   background: transparent;
   .pi-parallax {
     .project-item {
       padding-bottom: 200px;
       &:last-child {
         padding-bottom: 200px;
       }
       &.project-item-large {
         padding-left: 0;
         padding-right: 0;
       }
       &.project-item-medium {
         padding-left: 30px;
         padding-right: 30px;
       }
       &.project-item-small {
         padding-left: 60px;
         padding-right: 60px;
       }
       &.active {
         .ct-image {
           .link-img {
             &:after {
               filter: alpha(opacity=100);
               opacity: 1;
             }
           }
           .ct-play {
             filter: alpha(opacity=100);
             opacity: 1;
             .easy-transition(opacity 0.2s linear);
             &:hover {
               .center {
                 .btn-play-pause {
                   .is-pause {
                     display: block;
                   }
                 }
                 .equilizer {
                   display: none;
                 }
               }
             }
             .center {
               &:before {
                 display: none;
               }
               .btn-play-pause {
                 .is-play {
                   display: none;
                 }
                 .is-pause {

                 }
               }
               .equilizer {
                 display: block;
               }
             }
           }
           .list-link {
             bottom: 25px;
             li {
               opacity: 1;
               &:nth-child(1) {.easy-transition(opacity 0.2s linear 0.2s);}
               &:nth-child(2) {.easy-transition(opacity 0.2s linear 0.23s);}
               &:nth-child(3) {.easy-transition(opacity 0.2s linear 0.26s);}
               &:nth-child(4) {.easy-transition(opacity 0.2s linear 0.29s);}
               &:nth-child(5) {.easy-transition(opacity 0.2s linear 0.32s);}
               &:nth-child(6) {.easy-transition(opacity 0.2s linear 0.35s);}
               &:nth-child(7) {.easy-transition(opacity 0.2s linear 0.38s);}
               &:nth-child(8) {.easy-transition(opacity 0.2s linear 0.41s);}
               &:nth-child(9) {.easy-transition(opacity 0.2s linear 0.44s);}
               &:nth-child(10) {.easy-transition(opacity 0.2s linear 0.47s);}
             }
           }
         }
       }
       .ct-image {
         overflow: hidden;
         position: relative;
         background: #000000;
         &:hover {
           .link-img {
             &:after {
               filter: alpha(opacity=100);
               opacity: 1;
             }
           }
           .ct-play {
             filter: alpha(opacity=100);
             opacity: 1;
             .easy-transition(opacity 0.2s linear);
           }
           .list-link {
             bottom: 25px;
             li {
               opacity: 1;
               &:nth-child(1) {.easy-transition(opacity 0.2s linear 0.2s);}
               &:nth-child(2) {.easy-transition(opacity 0.2s linear 0.23s);}
               &:nth-child(3) {.easy-transition(opacity 0.2s linear 0.26s);}
               &:nth-child(4) {.easy-transition(opacity 0.2s linear 0.29s);}
               &:nth-child(5) {.easy-transition(opacity 0.2s linear 0.32s);}
               &:nth-child(6) {.easy-transition(opacity 0.2s linear 0.35s);}
               &:nth-child(7) {.easy-transition(opacity 0.2s linear 0.38s);}
               &:nth-child(8) {.easy-transition(opacity 0.2s linear 0.41s);}
               &:nth-child(9) {.easy-transition(opacity 0.2s linear 0.44s);}
               &:nth-child(10) {.easy-transition(opacity 0.2s linear 0.47s);}
             }
           }
         }
         .link-img {
           display: block;
           position: relative;
           img {
             width: 100%;
             min-height: 170px;
           }
           &:after {
             top: 0;
             left: 0;
             content: "";
             width: 100%;
             height: 100%;
             position: absolute;
             filter: alpha(opacity=0);
             opacity: 0;
             background-color: rgba(0, 0, 0, 0.5);
           }
         }
         .ct-play {
           top: 50%;
           left: 0;
           right: 0;
           opacity: 0;
           width: 48px;
           height: 48px;
           margin: 0 auto;
           cursor: pointer;
           position: absolute;
           text-align: center;
           -webkit-transform: translateY(-50%);
           transform: translateY(-50%);
           .center {
             z-index: 10;
             width: 100%;
             height: 100%;
             display: block;
             position: relative;
             .is-play {
               top: 0;
               left: 0;
               right: 0;
               width: 0;
               bottom: 0;
               height: 0;
               margin: auto;
               content: " ";
               position: absolute;
               border-top: 7px solid transparent;
               border-bottom: 7px solid transparent;
               border-left: 14px solid white;
               background-color: transparent;
             }
             .is-pause {
               top: 0;
               left: 0;
               right: 0;
               bottom: 0;
               width: 14px;
               height: 14px;
               margin: auto;
               display: none;
               position: absolute;
               &:after,
               &:before {
                 top: 0;
                 width: 5px;
                 height: 100%;
                 content: " ";
                 position: absolute;
                 background: @prCol;
               }
               &:before {
                 left: 0;
               }
               &:after{
                 right: 0;
               }
             }

             &:before {
               top: 0;
               left: 0;
               width: 100%;
               height: 100%;
               content: " ";
               position: absolute;
               -webkit-border-radius: 50%;
               -moz-border-radius: 50%;
               border-radius: 50%;
               border: 2px solid rgba(255, 255, 255, 0.4);
             }
             .circle-progress {
               top: 0;
               left: 0;
               right: 0;
               bottom: 0;
               position: absolute;
               canvas {
                 margin: -1px;
               }
             }
             .equilizer {
               top: 0;
               left: 0;
               right: 0;
               bottom: 0;
               width: 14px;
               height: 14px;
               margin: auto;
               display: none;
               position: absolute;
               transform: rotate(180deg);
               span {
                 width: 2px;
                 float: left;
                 max-height: 100%;
                 margin-right: 3px;
                 background: #ffffff;
                 &:nth-child(1) {
                   animation: equalize 1.25s steps(25, end) 0s infinite;
                 }
                 &:nth-child(2) {
                   animation: equalize 1.25s steps(25, end) 0.2s infinite;
                 }
                 &:nth-child(3) {
                   margin-right: 0;
                   animation: equalize 1.25s steps(25, end) 0.5s infinite;
                 }
               }
             }
             @keyframes equalize {
               0% {
                 height: 60%;
               }
               4% {
                 height: 50%;
               }
               8% {
                 height: 40%;
               }
               12% {
                 height: 100%;
               }
               16% {
                 height: 20%;
               }
               20% {
                 height: 30%;
               }
               24% {
                 height: 40%;
               }
               28% {
                 height: 10%;
               }
               32% {
                 height: 40%;
               }
               36% {
                 height: 60%;
               }
               40% {
                 height: 20%;
               }
               44% {
                 height: 40%;
               }
               48% {
                 height: 100%;
               }
               52% {
                 height: 30%;
               }
               56% {
                 height: 10%;
               }
               60% {
                 height: 30%;
               }
               64% {
                 height: 50%;
               }
               68% {
                 height: 60%;
               }
               72% {
                 height: 90%;
               }
               76% {
                 height: 100%;
               }
               80% {
                 height: 90%;
               }
               84% {
                 height: 60%;
               }
               88% {
                 height: 50%;
               }
               92% {
                 height: 60%;
               }
               96% {
                 height: 90%;
               }
               100% {
                 height: 100%;
               }
             }
           }
         }
         .list-link {
           left: 0;
           right: 0;
           z-index: 10;
           margin: 0 auto;
           bottom: -100px;
           max-width: 110px;
           position: absolute;
           text-align: center;
           li {
             opacity: 0;
             width: 26px;
             height: 26px;
             margin: 8px 3px;
             display: inline-block;
             border: 1px solid #ffffff;
             -webkit-border-radius: 50%;
             -moz-border-radius: 50%;
             border-radius: 50%;
             &:hover {
               border-color: @prCol;
             }
             a {
               width: 100%;
               height: 100%;
               color: #ffffff;
               display: block;
               font-size: 12px;
               line-height: 24px;
               text-align: center;
               i {
                 color: #ffffff;
                 font-size: 12px;
                 line-height: 24px;
               }
             }
           }
         }
       }
       .ct-text {
         padding: 10px 0;
         .title {
           margin: 0;
           padding: 0;
           color: #2c2c2c;
           font-size: 14px;
           font-weight: 700;
           text-align: center;
           text-transform: uppercase;
         }
       }
     }
   }
 }*/
/*****************************************
09. Player
*****************************************/
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-name span {
  color: #a8a8a8;
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-name .untold-title {
  color: #2c2c2c;
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-control {
  background: #2c2c2c;
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-control .untold-play i,
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-control .untold-pause i {
  color: #ffffff;
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .btn-playlist {
  background: #ffffff;
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .btn-playlist span {
  background: #2c2c2c;
}
.main-music-player {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: block;
  position: fixed;
  max-height: 90px;
  background: transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.main-music-player.hide-player {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.main-music-player.active .untold-main-player .contain .ct-right .ct-name span {
  color: #a8a8a8;
}
.main-music-player.active .untold-main-player .contain .ct-right .ct-name .untold-title {
  color: #2c2c2c;
}
.untold-main-player .contain {
  padding: 0 26px 26px 26px;
}
.untold-main-player .contain .ct-left {
  width: 50%;
  float: left;
  height: 39px;
  display: none;
}
.untold-main-player .contain .ct-left .untold-seek-bar {
  height: 39px;
  display: block;
  cursor: pointer;
  position: relative;
  width: 100% !important;
  background: transparent;
}
.untold-main-player .contain .ct-left .untold-seek-bar:hover:before,
.untold-main-player .contain .ct-left .untold-seek-bar:hover .untold-play-bar {
  top: 18px;
  height: 3px;
}
.untold-main-player .contain .ct-left .untold-seek-bar:before,
.untold-main-player .contain .ct-left .untold-seek-bar .untold-play-bar {
  left: 0;
  top: 19px;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.untold-main-player .contain .ct-left .untold-seek-bar:before {
  content: "";
  background: #ebebeb;
}
.untold-main-player .contain .ct-left .untold-seek-bar .untold-play-bar {
  background: #ee6b14;
}
.untold-main-player .contain .ct-right {
  width: 40%;
  float: right;
  position: relative;
}
.untold-main-player .contain .ct-right .ct-name,
.untold-main-player .contain .ct-right .ct-control,
.untold-main-player .contain .ct-right .btn-playlist {
  float: right;
}
.untold-main-player .contain .ct-right .ct-name {
  right: 110px;
  height: 39px;
  overflow: hidden;
  position: absolute;
}
.untold-main-player .contain .ct-right .ct-name span {
  margin: 0;
  color: #a8a8a8;
  display: inline;
  font-size: 19px;
  font-weight: 400;
  line-height: 39px;
  padding: 0 0 0 3px;
}
.untold-main-player .contain .ct-right .ct-name .untold-title {
  color: #ffffff;
}
.untold-main-player .contain .ct-right .ct-control {
  padding: 0;
  width: 39px;
  height: 39px;
  border: none;
  overflow: hidden;
  box-shadow: none;
  margin: 0 0 0 20px;
  text-align: center;
  background: #f5f9fc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.untold-main-player .contain .ct-right .ct-control .untold-play,
.untold-main-player .contain .ct-right .ct-control .untold-pause {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.untold-main-player .contain .ct-right .ct-control .untold-play i,
.untold-main-player .contain .ct-right .ct-control .untold-pause i {
  color: #2c2c2c;
  font-size: 14px;
  line-height: 39px;
}
.untold-main-player .contain .ct-right .ct-control .untold-play {
  padding-left: 4px;
}
.untold-main-player .contain .ct-right .ct-control .untold-pause {
  display: none;
}
.untold-main-player .contain .ct-right .btn-playlist {
  width: 39px;
  height: 39px;
  border: none;
  padding: 0 11px;
  overflow: hidden;
  box-shadow: none;
  margin: 0 0 0 12px;
  background: #38b6a3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.untold-main-player .contain .ct-right .btn-playlist span {
  width: 17px;
  height: 2px;
  display: block;
  position: relative;
  margin-bottom: 3px;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.untold-main-player .contain .ct-right .btn-playlist span:nth-child(2) {
  width: 15px;
}
.untold-main-player .contain .ct-right .btn-playlist span:last-child {
  margin-bottom: 0;
}
.untold-main-player .contain .ct-right .btn-playlist.active {
  position: relative;
}
.untold-main-player .contain .ct-right .btn-playlist.active span:first-child {
  top: 5px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.untold-main-player .contain .ct-right .btn-playlist.active span:nth-child(2) {
  opacity: 0;
}
.untold-main-player .contain .ct-right .btn-playlist.active span:last-child {
  top: -5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*****************************************
10. Playlist
*****************************************/
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-left {
  display: block;
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-name span {
  color: #a8a8a8;
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-name .untold-title {
  color: #2c2c2c;
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-control {
  background: #2c2c2c;
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-control .untold-play i,
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .ct-control .untold-pause i {
  color: #ffffff;
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .btn-playlist {
  background: #ffffff;
}
body.playlist-full-page .main-music-player .untold-main-player .contain .ct-right .btn-playlist span {
  background: #2c2c2c;
}
.playlist-wrap {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: none;
  position: fixed;
  padding: 150px 39px;
  background: #ffffff;
}
.playlist-wrap.open {
  display: block;
}
.playlist-wrap .container {
  padding: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.jp-playlist {
  width: 100%;
  display: table;
}
.jp-playlist .playlist-item,
.jp-playlist .columns-playlist-item {
  width: auto;
  clear: both;
  display: table-row;
}
.jp-playlist .playlist-item > div,
.jp-playlist .columns-playlist-item > div {
  display: table-cell;
  vertical-align: middle;
}
.jp-playlist .playlist-item .table-center,
.jp-playlist .columns-playlist-item .table-center {
  padding: 7px;
}
.jp-playlist .playlist-item .cl-download,
.jp-playlist .columns-playlist-item .cl-download,
.jp-playlist .playlist-item .ct-download,
.jp-playlist .columns-playlist-item .ct-download {
  float: right;
}
.jp-playlist .playlist-item .cl-download .table-center,
.jp-playlist .columns-playlist-item .cl-download .table-center,
.jp-playlist .playlist-item .ct-download .table-center,
.jp-playlist .columns-playlist-item .ct-download .table-center {
  width: 135px;
}
.jp-playlist .columns-playlist-item .table-center {
  margin-bottom: 20px;
}
.jp-playlist .columns-playlist-item span {
  margin: 0;
  color: #2c2c2c;
  padding: 2px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1em;
  position: relative;
  display: inline-block;
}
.jp-playlist .row-playlist-item {
  width: 100%;
  display: table-row-group;
}
.jp-playlist .row-playlist-item .playlist-item {
  cursor: pointer;
}
.jp-playlist .row-playlist-item .playlist-item.playing:hover .btn-play-pause .number {
  display: none;
}
.jp-playlist .row-playlist-item .playlist-item.playing:hover .btn-play-pause .play {
  content: "\f04b";
}
.jp-playlist .row-playlist-item .playlist-item.playing .btn-play-pause .number {
  display: none;
}
.jp-playlist .row-playlist-item .playlist-item.playing .btn-play-pause .play {
  display: block;
}
.jp-playlist .row-playlist-item .playlist-item.playing .btn-play-pause .play:before {
  content: "\f04c";
}
.jp-playlist .row-playlist-item .playlist-item.playing .ct-name span,
.jp-playlist .row-playlist-item .playlist-item.playing .ct-album span,
.jp-playlist .row-playlist-item .playlist-item.playing .ct-time span {
  margin: 0;
  color: #2c2c2c;
  padding: 2px 0;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  line-height: 1.1em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jp-playlist .row-playlist-item .playlist-item.playing .ct-name span:after,
.jp-playlist .row-playlist-item .playlist-item.playing .ct-album span:after,
.jp-playlist .row-playlist-item .playlist-item.playing .ct-time span:after {
  width: 100%;
}
.jp-playlist .row-playlist-item .playlist-item:hover .btn-play-pause .number {
  display: none;
}
.jp-playlist .row-playlist-item .playlist-item:hover .btn-play-pause .play {
  display: block;
}
.jp-playlist .row-playlist-item .playlist-item:hover .ct-name span,
.jp-playlist .row-playlist-item .playlist-item:hover .ct-album span,
.jp-playlist .row-playlist-item .playlist-item:hover .ct-time span {
  margin: 0;
  color: #2c2c2c;
  padding: 2px 0;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  line-height: 1.1em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jp-playlist .row-playlist-item .playlist-item:hover .ct-name span:after,
.jp-playlist .row-playlist-item .playlist-item:hover .ct-album span:after,
.jp-playlist .row-playlist-item .playlist-item:hover .ct-time span:after {
  width: 100%;
}
.jp-playlist .row-playlist-item .playlist-item .btn-play-pause {
  cursor: pointer;
}
.jp-playlist .row-playlist-item .playlist-item .btn-play-pause .table-center {
  width: 50px;
  margin-right: 0.4em;
}
.jp-playlist .row-playlist-item .playlist-item .btn-play-pause i {
  margin: 0;
  padding: 0;
}
.jp-playlist .row-playlist-item .playlist-item .btn-play-pause .number {
  color: #0e1215;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  font-style: inherit;
}
.jp-playlist .row-playlist-item .playlist-item .btn-play-pause .play {
  color: #ee6b14;
  display: none;
  font-size: 14px;
  line-height: 1em;
}
.jp-playlist .row-playlist-item .playlist-item .ct-name .table-center,
.jp-playlist .row-playlist-item .playlist-item .ct-album .table-center,
.jp-playlist .row-playlist-item .playlist-item .ct-time .table-center {
  max-width: 22em;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.jp-playlist .row-playlist-item .playlist-item .ct-name span,
.jp-playlist .row-playlist-item .playlist-item .ct-album span,
.jp-playlist .row-playlist-item .playlist-item .ct-time span {
  margin: 0;
  color: #2c2c2c;
  padding: 2px 0;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  line-height: 1.1em;
  white-space: nowrap;
}
.jp-playlist .row-playlist-item .playlist-item .ct-name span:after,
.jp-playlist .row-playlist-item .playlist-item .ct-album span:after,
.jp-playlist .row-playlist-item .playlist-item .ct-time span:after {
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0.01%;
  content: " ";
  display: block;
  position: absolute;
  background: #737373;
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album {
  display: block;
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li {
  display: inline-block;
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li:last-child:after {
  display: none;
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li:after {
  content: "/";
  color: #2c2c2c;
  margin: 0 0 0 5px;
  display: inline-block;
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a {
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1em;
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a:hover {
  color: #ee6b14;
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a:hover:after,
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a:hover:before {
  color: #ee6b14;
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.itunes:before {
  display: none;
  content: "\f179";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.itunes:after {
  content: "itunes";
  display: inline-block;
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.google:before {
  display: none;
  content: "\f025";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.google:after {
  content: "google";
  display: inline-block;
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.soundcloud:before {
  display: none;
  content: "\f1be";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.soundcloud:after {
  content: "soundcloud";
  display: inline-block;
}
.playlist-album-min {
  /* this is white */
  /* default is black */
}
.playlist-album-min.playlist-album-min-white .playlist-item {
  display: block;
  margin-bottom: 7px;
}
.playlist-album-min.playlist-album-min-white .playlist-item:last-child {
  margin-bottom: 0;
}
.playlist-album-min.playlist-album-min-white .playlist-item.playing:hover .play-pause-button .ct-left .number {
  display: none;
}
.playlist-album-min.playlist-album-min-white .playlist-item.playing:hover .play-pause-button .ct-left .play {
  content: "\f04b";
}
.playlist-album-min.playlist-album-min-white .playlist-item.playing .play-pause-button .ct-left .number {
  display: none;
}
.playlist-album-min.playlist-album-min-white .playlist-item.playing .play-pause-button .ct-left .play {
  display: block;
}
.playlist-album-min.playlist-album-min-white .playlist-item.playing .play-pause-button .ct-left .play:before {
  content: "\f04c";
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button {
  width: 100%;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button:hover .ct-left .number {
  display: none;
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button:hover .ct-left .play {
  display: block;
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button:hover .ct-name:after {
  width: 100%;
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button .ct-left {
  width: 30px;
  display: inline-block;
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button .ct-left i {
  margin: 0;
  padding: 0;
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button .ct-left .number {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  font-style: inherit;
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button .ct-left .play {
  display: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button .ct-name {
  margin: 0;
  padding: 3px 0;
  color: #ffffff;
  display: inline;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1em;
  position: relative;
}
.playlist-album-min.playlist-album-min-white .playlist-item .play-pause-button .ct-name:after {
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0.01%;
  content: " ";
  display: block;
  position: absolute;
  background: #dbd4d4;
}
.playlist-album-min .playlist-item {
  display: block;
  margin-bottom: 7px;
}
.playlist-album-min .playlist-item:last-child {
  margin-bottom: 0;
}
.playlist-album-min .playlist-item.playing:hover .play-pause-button .ct-left .number {
  display: none;
}
.playlist-album-min .playlist-item.playing .play-pause-button .ct-left .number {
  display: none;
}
.playlist-album-min .playlist-item.playing .play-pause-button .ct-left .play {
  color: #ee6b14;
  display: block;
}
.playlist-album-min .playlist-item.playing .play-pause-button .ct-left .play:before {
  content: "\f04c";
}
.playlist-album-min .playlist-item .play-pause-button {
  width: 100%;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.playlist-album-min .playlist-item .play-pause-button:hover .ct-left .number {
  display: none;
}
.playlist-album-min .playlist-item .play-pause-button:hover .ct-left .play {
  display: block;
}
.playlist-album-min .playlist-item .play-pause-button:hover .ct-name:after {
  width: 100%;
}
.playlist-album-min .playlist-item .play-pause-button .ct-left {
  width: 30px;
  display: inline-block;
}
.playlist-album-min .playlist-item .play-pause-button .ct-left i {
  margin: 0;
  padding: 0;
}
.playlist-album-min .playlist-item .play-pause-button .ct-left .number {
  color: #0e1215;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  font-style: inherit;
}
.playlist-album-min .playlist-item .play-pause-button .ct-left .play {
  display: none;
  color: #2c2c2c;
  font-size: 14px;
  line-height: 1em;
}
.playlist-album-min .playlist-item .play-pause-button .ct-name {
  margin: 0;
  padding: 3px 0;
  color: #2c2c2c;
  display: inline;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1em;
  position: relative;
}
.playlist-album-min .playlist-item .play-pause-button .ct-name:after {
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0.01%;
  content: " ";
  display: block;
  position: absolute;
  background: #dbd4d4;
}
/*****************************************
11. Gallery
*****************************************/
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.0.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  cursor: pointer;
  z-index: 100000;
  position: fixed;
  text-align: center;
  background: #333333;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0);
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}
.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  min-width: 30%;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}
.featherlight .featherlight-inner {
  display: block;
  cursor: pointer;
}
.featherlight .featherlight-close-icon {
  top: 0;
  right: 0;
  width: 25px;
  z-index: 9999;
  color: #000000;
  cursor: pointer;
  font-weight: 800;
  line-height: 25px;
  position: absolute;
  text-align: center;
  background: #ffffff;
}
.featherlight .featherlight-image {
  width: 100%;
}
.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
}
.featherlight iframe {
  border: 0;
}
@media (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
  }
}
/*
# SP Portfolio - Simple Portfolio module by JoomShaper.com
# -------------------------------------------------------------
# Author    JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2014 JoomShaper.com. All Rights Reserved.
# @license - GNU/GPL V2 or Later
# Websites: http://www.joomshaper.com
*/
div.default ul.sp-portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
div.default ul.sp-portfolio-filter li {
  display: inline-block;
}
div.default .btn.active {
  background-color: #ccc;
}
div.default .btn.btn-primary {
  background-color: #006dcc;
  color: #fff;
}
div.default .btn.btn-primary:hover {
  background-color: #04c;
}
div.default .col-1 {
  width: 100%;
}
div.default .col-2 {
  width: 50%;
}
div.default .col-3 {
  width: 33%;
}
div.default .col-4 {
  width: 24%;
}
div.default .col-5 {
  width: 20%;
}
div.default .col-6 {
  width: 16%;
}
div.default .col-7 {
  width: 14%;
}
div.default .col-8 {
  width: 12.5%;
}
div.default .col-9 {
  width: 11%;
}
div.default .col-10 {
  width: 10%;
}
div.default {
  margin-top: 20px;
}
div.default ul.sp-portfolio-items {
  list-style: none;
  padding: 0;
  margin: -10px;
  display: block;
  position: relative;
}
div.default ul.sp-portfolio-items > li {
  background: none;
  padding: 0;
  margin: 0;
  float: left;
}
div.default .sp-portfolio-item-inner {
  margin: 10px;
}
div.default .sp-portfolio-thumb,
div.default .sp-portfolio-item-details {
  position: relative;
  overflow: hidden;
}
div.default .sp-portfolio-thumb img {
  width: 100%;
}
div.default .sp-portfolio-thumb .sp-portfolio-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
div.default .sp-portfolio-thumb:hover .sp-portfolio-overlay {
  opacity: 1;
}
div.default .sp-portfolio-thumb .sp-portfolio-overlay > div {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 100%;
  height: 30px;
  text-align: center;
}
div.default .sp-portfolio-thumb .sp-portfolio-overlay > div > a {
  margin: 0 2px;
  line-height: 30px;
  font-size: 12px;
  display: inline-block;
  background: #000;
}
div.default .sp-portfolio-loadmore {
  text-align: center;
}
div.default .btn {
  background-color: #f5f5f5;
  background-image: none;
  border: 0;
  border-radius: 0;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -moz-border-radius: 0;
  -moz-box-shadow: none;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.default .sp-portfolio-loadmore .btn {
  float: none;
  margin-top: 30px;
  padding: 0 20px;
  min-width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}
div.default .sp-portfolio-loadmore .btn.hide,
div.default .sp-portfolio-loadmore .btn .icon-spinner,
div.default .sp-portfolio-loadmore .btn.loading span {
  display: none;
}
div.default .sp-portfolio-loadmore .btn.loading .icon-spinner {
  display: block;
  font-size: 24px;
  line-height: 50px;
}
/*Isotope Animation*/
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.rtl .isotope .isotope-item {
  -webkit-transition-property: right, top, -webkit-transform, opacity;
  -moz-transition-property: right, top, -moz-transform, opacity;
  -ms-transition-property: right, top, -ms-transform, opacity;
  -o-transition-property: right, top, -o-transform, opacity;
  transition-property: right, top, transform, opacity;
}
/**
 * @package     SP Simple Portfolio
 *
 * @copyright   Copyright (C) 2010 - 2015 JoomShaper. All rights reserved.
 * @license     GNU General Public License version 2 or later.
 */
.gallery-untold:before,
.gallery-untold:after {
  content: " ";
  display: table;
}
.gallery-untold:after {
  clear: both;
}
.gallery-untold-filter ul li.active a {
  background: transparent none repeat scroll 0 0 !important;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
  color: #333 !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
}
.gallery-untold-filter ul li a {
  background: transparent none repeat scroll 0 0 !important;
  border-radius: 0 !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.gallery-untold-filter {
  margin-bottom: 90px;
}
.gallery-untold .gallery-untold-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gallery-untold .gallery-untold-filter {
  text-align: center;
  margin-bottom: 30px;
}
.gallery-untold .gallery-untold-filter > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.gallery-untold .gallery-untold-filter > ul > li {
  float: left;
  display: block;
  margin: 0 5px;
}
.gallery-untold .gallery-untold-filter > ul > li > a {
  display: block;
  padding: 5px 10px;
  background: #eee;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
}
.gallery-untold .gallery-untold-filter > ul > li.active > a {
  background: #333;
  color: #fff;
}
.gallery-untold .gallery-untold-items,
.gallery-untold .gallery-untold-items-static {
  margin: -15px;
}
.gallery-untold.layout-gallery-nospace .gallery-untold-items,
.gallery-untold.layout-gallery-nospace .gallery-untold-items-static {
  margin: 0;
}
.gallery-untold.layout-gallery-nospace .gallery-untold-item,
.gallery-untold.layout-gallery-nospace .gallery-untold-item-static {
  padding: 0;
}
.gallery-untold .gallery-untold-columns-2 .gallery-untold-item,
.gallery-untold .gallery-untold-columns-2 .gallery-untold-item-static {
  width: 50%;
}
.gallery-untold .gallery-untold-columns-3 .gallery-untold-item,
.gallery-untold .gallery-untold-columns-3 .gallery-untold-item-static {
  width: 33.3333%;
}
.gallery-untold .gallery-untold-columns-4 .gallery-untold-item,
.gallery-untold .gallery-untold-columns-4 .gallery-untold-item-static {
  width: 25%;
}
.gallery-untold .gallery-untold-item,
.gallery-untold .gallery-untold-item-static {
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-untold .gallery-untold-item .gallery-untold-overlay-wrapper,
.gallery-untold .gallery-untold-item-static .gallery-untold-overlay-wrapper {
  position: relative;
  overflow: hidden;
}
.gallery-untold .gallery-untold-item .gallery-untold-overlay-wrapper .gallery-untold-icon-video,
.gallery-untold .gallery-untold-item-static .gallery-untold-overlay-wrapper .gallery-untold-icon-video {
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 48px;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  z-index: 1;
}
.gallery-untold .gallery-untold-item .gallery-untold-overlay-wrapper .gallery-untold-img,
.gallery-untold .gallery-untold-item-static .gallery-untold-overlay-wrapper .gallery-untold-img {
  float: left;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.gallery-untold .gallery-untold-item .gallery-untold-overlay-wrapper .gallery-untold-overlay,
.gallery-untold .gallery-untold-item-static .gallery-untold-overlay-wrapper .gallery-untold-overlay {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
}
.gallery-untold .gallery-untold-item .gallery-untold-overlay-wrapper .gallery-untold-overlay h3,
.gallery-untold .gallery-untold-item-static .gallery-untold-overlay-wrapper .gallery-untold-overlay h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
.gallery-untold .gallery-untold-item:hover .gallery-untold-overlay,
.gallery-untold .gallery-untold-item-static:hover .gallery-untold-overlay {
  opacity: 1;
}
.gallery-untold .gallery-untold-item:hover .gallery-untold-overlay a,
.gallery-untold .gallery-untold-item-static:hover .gallery-untold-overlay a {
  color: #ffffff;
}
.gallery-untold .gallery-untold-item .gallery-untold-info:hover,
.gallery-untold .gallery-untold-item-static .gallery-untold-info:hover {
  background: #333;
  color: #ffffff;
}
.gallery-untold .gallery-untold-item .gallery-untold-info:hover h3 > a,
.gallery-untold .gallery-untold-item-static .gallery-untold-info:hover h3 > a {
  color: #ffffff;
}
.gallery-untold .gallery-untold-item:hover .sp-vertical-middle .gallery-untold-title,
.gallery-untold .gallery-untold-item-static:hover .sp-vertical-middle .gallery-untold-tags,
.gallery-untold .gallery-untold-item:hover .sp-vertical-middle .gallery-untold-title,
.gallery-untold .gallery-untold-item-static:hover .sp-vertical-middle .gallery-untold-tags {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-untold .gallery-untold-item:hover .gallery-untold-btns a,
.gallery-untold .gallery-untold-item-static:hover .gallery-untold-btns a {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.gallery-untold .gallery-untold-item:hover .gallery-untold-img,
.gallery-untold .gallery-untold-item-static:hover .gallery-untold-img {
  -webkit-transform: scale3d(1.15, 1.15, 1);
  transform: scale3d(1.15, 1.15, 1);
}
.gallery-untold .gallery-untold-item .gallery-untold-info,
.gallery-untold .gallery-untold-item-static .gallery-untold-info {
  background: #f5f5f5;
  padding: 20px;
  font-size: 13px;
  line-height: 13px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.gallery-untold .gallery-untold-item .gallery-untold-info h3,
.gallery-untold .gallery-untold-item-static .gallery-untold-info h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
}
.gallery-untold .gallery-untold-item .gallery-untold-info h3 > a,
.gallery-untold .gallery-untold-item-static .gallery-untold-info h3 > a {
  text-decoration: none;
  color: #000;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.gallery-untold .gallery-untold-item .sp-vertical-middle,
.gallery-untold .gallery-untold-item-static .sp-vertical-middle {
  height: 100%;
  width: 100%;
  display: table;
}
.gallery-untold .gallery-untold-item .sp-vertical-middle > div,
.gallery-untold .gallery-untold-item-static .sp-vertical-middle > div {
  display: table-cell;
  vertical-align: middle;
}
.gallery-untold .gallery-untold-item .sp-vertical-middle > div .gallery-untold-title,
.gallery-untold .gallery-untold-item-static .sp-vertical-middle > div .gallery-untold-title {
  margin-top: 10px;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
}
.gallery-untold .gallery-untold-item .sp-vertical-middle > div .gallery-untold-title a,
.gallery-untold .gallery-untold-item-static .sp-vertical-middle > div .gallery-untold-title a {
  text-decoration: none;
  color: #fff;
}
.gallery-untold .gallery-untold-item .sp-vertical-middle .gallery-untold-title,
.gallery-untold .gallery-untold-item-static .sp-vertical-middle .gallery-untold-title {
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.gallery-untold .gallery-untold-item .sp-vertical-middle .gallery-untold-tags,
.gallery-untold .gallery-untold-item-static .sp-vertical-middle .gallery-untold-tags {
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.gallery-untold .gallery-untold-item .gallery-untold-btns a,
.gallery-untold .gallery-untold-item-static .gallery-untold-btns a {
  display: inline-block;
  padding: 7px 12px;
  margin: 3px;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.gallery-untold .gallery-untold-item .gallery-untold-btns a:hover,
.gallery-untold .gallery-untold-item-static .gallery-untold-btns a:hover {
  background: #333;
  border-color: #333;
}
.gallery-untold .gallery-untold-image {
  margin-bottom: 20px;
}
.gallery-untold .gallery-untold-description {
  width: 65%;
  float: left;
}
.gallery-untold .gallery-untold-description > h2 {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 10px;
}
.gallery-untold .gallery-untold-meta {
  width: 35%;
  float: left;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-untold .gallery-untold-meta > div {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.gallery-untold .gallery-untold-meta > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.gallery-untold .gallery-untold-meta h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.gallery-untold .gallery-untold-embed {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.gallery-untold .gallery-untold-embed iframe,
.gallery-untold .gallery-untold-embed embed,
.gallery-untold .gallery-untold-embed object,
.gallery-untold .gallery-untold-embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.gallery-untold-lightbox {
  display: none;
}
@media only screen and (max-width: 992px) {
  .gallery-untold .gallery-untold-items .gallery-untold-item,
  .gallery-untold .gallery-untold-items-static .gallery-untold-item-static {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-untold .gallery-untold-description {
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
  .gallery-untold .gallery-untold-meta {
    width: auto;
    float: none;
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-untold .gallery-untold-items .gallery-untold-item,
  .gallery-untold .gallery-untold-items-static .gallery-untold-item-static {
    width: 100%;
  }
}
/*****************************************
12. Follow
*****************************************/
.section-follow {
  padding-bottom: 160px;
}
.section-follow .list-follow {
  text-align: center;
}
.section-follow .list-follow li {
  margin: 0 15px;
  display: inline-block;
}
.section-follow .list-follow li a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  padding: 5px 15px;
}
/*****************************************
13. Biography
*****************************************/
.biography {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}
.biography.biography-01 {
  overflow: hidden;
}
.biography.biography-01 .row .ct-author .title {
  margin: 0 0 60px 0;
}
.biography.biography-02 {
  overflow: hidden;
}
.biography.biography-03 {
  overflow: hidden;
}
.biography.biography-04 {
  overflow: hidden;
}
.biography.biography-04 .row {
  padding-top: 80px;
}
.biography .row {
  position: relative;
}
.biography .row .ct-author {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 0 auto 30px auto;
}
.biography .row .ct-author.follow-scroll.follow-scroll-active {
  top: 100px;
  position: fixed;
}
.biography .row .ct-author.follow-scroll.follow-scroll-bottom {
  position: relative;
}
.biography .row .ct-author .ct-img-circle {
  overflow: hidden;
  max-width: 182px;
  max-height: 182px;
  margin: 0 auto 40px auto;
  background-color: #2b2b2b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.biography .row .ct-author .ct-img-circle img {
  width: 100%;
  height: 100%;
}
.biography .row .ct-author .title {
  margin: 0;
  font-size: 32px;
}
.biography .row .ct-author .subtitle {
  font-size: 1.1em;
  text-align: center;
}
.biography .row .ct-author blockquote {
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
}
.biography .row p {
  font-size: 1.1em;
  text-align: justify;
}
.biography .row .signature {
  float: right;
}
.biography .row h1,
.biography .row h2,
.biography .row h4,
.biography .row h5,
.biography .row h6 {
  font-weight: 700;
  margin: 0 0 30px 0;
}
.biography .row h4 {
  font-size: 19px;
}
/*****************************************
14. Albums
*****************************************/
.albums.albums-01 {
  width: 100%;
  overflow: hidden;
}
.albums.albums-01 > .container {
  padding-top: 110px;
  padding-bottom: 25px;
}
.albums.albums-03 {
  background: #16191b;
  padding-top: 140px;
  padding-bottom: 60px;
}
.albums.albums-05 .project-wrap > div:nth-child(2) {
  z-index: 1;
}
.albums.albums-05 .project-wrap > div:nth-child(2) .item-album-case {
  padding: 15px;
}
.albums .item-album-disc {
  margin-bottom: 60px;
}
.albums .item-album-disc .ct-img {
  margin: 0 auto;
  overflow: hidden;
  max-width: 300px;
  max-height: 300px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin 3s linear 0s infinite reverse;
  -moz-animation: spin 3s linear 0s infinite reverse;
  -ms-animation: spin 3s linear 0s infinite reverse;
  -o-animation: spin 3s linear 0s infinite reverse;
  animation: spin 3s linear 0s infinite reverse;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.albums .item-album-disc .ct-img:hover {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.albums .item-album-disc .ct-img:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 12%;
  height: 12%;
  margin: auto;
  content: " ";
  max-width: 50px;
  max-height: 50px;
  position: absolute;
  background: #f5f9fc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.albums .item-album-disc .ct-img a {
  display: block;
}
.albums .item-album-disc .ct-img img {
  width: 100%;
  height: 100%;
}
@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(360deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
.albums .item-album-disc .ct-text {
  width: 100%;
  overflow: hidden;
  padding: 25px 15px;
  text-align: center;
  white-space: nowrap;
  word-wrap: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.albums .item-album-disc .ct-text .name {
  padding: 0;
  color: #000000;
  display: block;
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 8px 0;
  line-height: 1.2em;
}
.albums .item-album-disc .ct-text .author {
  margin: 0;
  padding: 0;
  color: #a8a8a8;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2em;
}
.albums .item-album-case {
  margin-bottom: 60px;
}
.albums .item-album-case.item-album-case-black.item-album-case-with-disc .ct-img img {
  box-shadow: none;
}
.albums .item-album-case.item-album-case-black.item-album-case-with-disc .ct-img .img-disc:after {
  box-shadow: none;
  background: #f5f9fc;
}
.albums .item-album-case.item-album-case-black .ct-text .name {
  color: #2c2c2c;
}
.albums .item-album-case.item-album-case-with-disc .ct-img {
  max-width: 200px;
  max-height: 200px;
  overflow: visible;
  position: relative;
}
.albums .item-album-case.item-album-case-with-disc .ct-img a:hover > img {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-10%);
  transform: translateX(-25%);
}
.albums .item-album-case.item-album-case-with-disc .ct-img a:hover .img-disc {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(30%);
}
.albums .item-album-case.item-album-case-with-disc .ct-img a img,
.albums .item-album-case.item-album-case-with-disc .ct-img a .img-disc {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.albums .item-album-case.item-album-case-with-disc .ct-img a img {
  z-index: 5;
  position: relative;
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.9);
}
.albums .item-album-case.item-album-case-with-disc .ct-img a .img-disc {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 90%;
  height: 90%;
  margin: auto;
  overflow: hidden;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.albums .item-album-case.item-album-case-with-disc .ct-img a .img-disc:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 18%;
  height: 18%;
  margin: auto;
  content: " ";
  max-width: 50px;
  max-height: 50px;
  position: absolute;
  background: #16191b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5) inset;
}
.albums .item-album-case .ct-img {
  margin: 0 auto;
  overflow: hidden;
  max-width: 300px;
  max-height: 300px;
}
.albums .item-album-case .ct-img a {
  display: block;
}
.albums .item-album-case .ct-img img {
  width: 100%;
  height: 100%;
}
.albums .item-album-case .ct-text {
  width: 100%;
  overflow: hidden;
  padding: 25px 15px;
  text-align: center;
  white-space: nowrap;
  word-wrap: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.albums .item-album-case .ct-text .name {
  padding: 0;
  width: 100%;
  color: #a8a8a8;
  display: block;
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 8px 0;
  line-height: 1.2em;
}
.albums .item-album-case .ct-text .author {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #6e6e6e;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2em;
}
.albums .item-album-full-width {
  margin: 0;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 220px;
  padding-bottom: 220px;
  background: transparent;
}
.albums .item-album-full-width.item-album-no-full-height {
  min-height: inherit;
  padding-top: 145px;
  padding-bottom: 145px;
}
.albums .item-album-full-width.item-album-full-width-txt-black .container .ct-text .title {
  color: #000000;
}
.albums .item-album-full-width.item-album-full-width-txt-black .container .ct-text .tags {
  color: #a8a8a8;
}
.albums .item-album-full-width.item-album-full-width-txt-black .container .ct-text .tags a {
  color: #a8a8a8;
}
.albums .item-album-full-width.item-album-full-width-txt-black .container .ct-text .tags a:hover {
  color: #ee6b14;
}
.albums .item-album-full-width.item-album-full-width-txt-black .container .ct-text .links-download-album li:after {
  color: #a8a8a8;
}
.albums .item-album-full-width.item-album-full-width-txt-black .container .ct-text .links-download-album li a {
  color: #2c2c2c;
}
.albums .item-album-full-width.item-album-full-width-txt-white .container .ct-image {
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.28);
}
.albums .item-album-full-width.item-album-full-width-txt-white .container .ct-text .title {
  color: #ffffff;
}
.albums .item-album-full-width.item-album-full-width-txt-white .container .ct-text .tags {
  color: #ffffff;
}
.albums .item-album-full-width.item-album-full-width-txt-white .container .ct-text .tags a {
  color: #ffffff;
}
.albums .item-album-full-width.item-album-full-width-txt-white .container .ct-text .tags a:hover {
  color: #ee6b14;
}
.albums .item-album-full-width.item-album-full-width-txt-white .container .ct-text .links-download-album li:after {
  color: #a8a8a8;
}
.albums .item-album-full-width.item-album-full-width-txt-white .container .ct-text .links-download-album li a {
  color: #ffffff;
}
.albums .item-album-full-width.item-album-full-width-bg-black {
  background: #16191b;
}
.albums .item-album-full-width.item-album-full-width-bg-white {
  background: #ffffff;
}
.albums .item-album-full-width.item-album-full-width-bg-white.white-25 {
  background: rgba(255, 255, 255, 0.25);
}
.albums .item-album-full-width.item-album-full-width-bg-white.white-50 {
  background: rgba(255, 255, 255, 0.5);
}
.albums .item-album-full-width.item-album-full-width-bg-white.white-75 {
  background: rgba(255, 255, 255, 0.75);
}
.albums .item-album-full-width.item-album-full-width-bg-img {
  min-height: 100vh;
  background: #000000;
}
.albums .item-album-full-width.item-album-full-width-bg-img .ct-bg-img {
  z-index: 0;
  min-width: 110vw;
  min-height: 150vh;
  top: -25vh !important;
  left: -5vw !important;
  position: absolute !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.albums .item-album-full-width.item-album-full-width-bg-img .ct-bg-img:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.albums .item-album-full-width .ct-bg-img {
  display: none;
}
.albums .item-album-full-width .container .ct-image {
  margin: 0 auto;
  max-width: 500px;
  max-height: 500px;
  position: relative;
}
.albums .item-album-full-width .container .ct-image img {
  width: 100%;
  height: 100%;
}
.albums .item-album-full-width .container .ct-text .title {
  margin: 30px 0;
  font-weight: 600;
}
.albums .item-album-full-width .container .ct-text .tags {
  font-weight: 500;
  margin: 0 0 30px 0;
}
.albums .item-album-full-width .container .ct-text .playlist-album-min {
  margin-bottom: 25px;
}
.albums .item-album-full-width .container .ct-text .links-download-album {
  display: block;
}
.albums .item-album-full-width .container .ct-text .links-download-album li {
  display: inline-block;
}
.albums .item-album-full-width .container .ct-text .links-download-album li:last-child:after {
  display: none;
}
.albums .item-album-full-width .container .ct-text .links-download-album li:after {
  content: "/";
  margin: 0 2px 0 7px;
  display: inline-block;
}
.albums .item-album-full-width .container .ct-text .links-download-album li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}
.albums .item-album-full-width .container .ct-text .links-download-album li a:hover {
  color: #ee6b14;
}
.albums .item-album-full-width .container .ct-details {
  margin-top: 25px;
}
.albums .item-album-full-width .container .ct-details p {
  font-size: 15px;
}
.albums .item-album-full-width .container .ct-details ul li {
  color: #a8a8a8;
  font-size: 15px;
  margin-bottom: 5px;
}
.albums .item-album-full-width .container .ct-details ul li:last-child {
  margin-bottom: 0;
}
.albums .item-album-full-width .container .ct-details ul li span {
  color: #2c2c2c;
}
/*****************************************
15. Events
*****************************************/
.events.events-01 .item-event {
  position: relative;
  background: #16191b;
}
.events.events-01 .item-event:hover .container .ct-text .ct-button {
  right: 0;
}
.events.events-01 .item-event:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 80%;
  content: "";
  margin: 0 auto;
  max-width: 480px;
  position: absolute;
  background: transparent;
  border-left: 1px solid rgba(212, 212, 212, 0.1);
  border-right: 1px solid rgba(212, 212, 212, 0.1);
}
.events.events-01 .item-event.bg-white {
  background: transparent;
}
.events.events-01 .item-event.bg-white:before {
  border-color: #d4d4d4;
}
.events.events-01 .item-event.bg-white .container .ct-image:before {
  background: rgba(245, 249, 252, 0.4);
}
.events.events-01 .item-event.bg-white .container .ct-text .ct-title h2 {
  color: #040505;
}
.events.events-01 .item-event.bg-white .container .ct-text .ct-separator {
  background: #fafcfe;
}
.events.events-01 .item-event.bg-white .container .ct-text .ct-time .timer {
  color: #2c2c2c;
}
.events.events-01 .item-event.bg-white .container .ct-text .ct-button .btn {
  color: #2c2c2c;
}
.events.events-01 .item-event .container {
  position: relative;
}
.events.events-01 .item-event .container .ct-image {
  margin: 0 auto;
  max-width: 690px;
  min-height: 300px;
  position: relative;
}
.events.events-01 .item-event .container .ct-image:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.events.events-01 .item-event .container .ct-text {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  padding: 70px 15px 60px 15px;
}
.events.events-01 .item-event .container .ct-text .ct-left {
  float: left;
  height: 100%;
}
.events.events-01 .item-event .container .ct-text .ct-right {
  float: right;
  height: 100%;
  max-width: 300px;
  position: relative;
}
.events.events-01 .item-event .container .ct-text .ct-title {
  max-width: 500px;
  margin: 0 0 50px 0;
}
.events.events-01 .item-event .container .ct-text .ct-title h2 {
  margin: 0;
  color: #ffffff;
  line-height: 1.18em;
}
.events.events-01 .item-event .container .ct-text .ct-separator {
  height: 1px;
  width: 148px;
  opacity: 0.3;
  display: block;
  margin: 0 0 20px 0;
  background: #fafcfe;
}
.events.events-01 .item-event .container .ct-text .ct-location p {
  margin: 0;
  color: #a8a8a8;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
}
.events.events-01 .item-event .container .ct-text .ct-location p span {
  color: #ee6b14;
  font-size: 21px;
  font-weight: 600;
}
.events.events-01 .item-event .container .ct-text .ct-time {
  text-align: right;
}
.events.events-01 .item-event .container .ct-text .ct-time .date {
  color: #ee6b14;
  line-height: 1em;
  margin: 0 0 5px 0;
}
.events.events-01 .item-event .container .ct-text .ct-time .month {
  color: #a8a8a8;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 10px 0;
}
.events.events-01 .item-event .container .ct-text .ct-time .timer {
  margin: 0;
  color: #fafcfe;
  line-height: 1em;
  font-weight: 600;
}
.events.events-01 .item-event .container .ct-text .ct-button {
  bottom: 0;
  right: 150px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.events.events-02.bg-black {
  background: #16191b;
}
.events.events-02.bg-black:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 80%;
  content: "";
  margin: 0 auto;
  max-width: 480px;
  position: absolute;
  background: transparent;
  border-left: 1px solid rgba(212, 212, 212, 0.1);
  border-right: 1px solid rgba(212, 212, 212, 0.1);
}
.events.events-02.bg-black .item-event .ct-time .date {
  color: #ee6b14;
}
.events.events-02.bg-black .item-event .ct-time .month {
  color: #a8a8a8;
}
.events.events-02.bg-black .item-event .ct-details .title {
  color: #ffffff;
}
.events.events-02.bg-black .item-event .ct-details .location {
  color: #a8a8a8;
}
.events.events-02.bg-black .item-event .ct-button .btn {
  color: #ffffff;
}
.events.events-02 .item-event {
  display: block;
}
.events.events-02 .item-event.hover .ct-button .btn,
.events.events-02 .item-event:hover .ct-button .btn {
  margin-left: 0;
}
.events.events-02 .item-event .ct-time,
.events.events-02 .item-event .ct-details,
.events.events-02 .item-event .ct-button {
  padding-top: 45px;
  padding-bottom: 45px;
}
.events.events-02 .item-event .ct-time {
  text-align: center;
}
.events.events-02 .item-event .ct-time .date {
  margin: 0;
  color: #ee6b14;
  font-weight: 600;
  line-height: 1.15em;
}
.events.events-02 .item-event .ct-time .month {
  margin: 0;
  color: #2c2c2c;
  font-weight: 500;
  line-height: 1.15em;
}
.events.events-02 .item-event .ct-details .title {
  margin: 0;
  color: #2c2c2c;
  font-weight: 600;
  line-height: 1.15em;
}
.events.events-02 .item-event .ct-details .location {
  margin: 0;
  color: #2c2c2c;
  font-weight: 500;
  line-height: 1.15em;
}
.events.events-02 .item-event .ct-details .location span {
  color: #ee6b14;
}
.events.events-02 .item-event .ct-button .btn {
  color: #2c2c2c;
  margin-left: -50px;
}
/*****************************************
16. Blog
*****************************************/
.blog-page .container .item {
  margin-bottom: 142px;
}
.blog-page .container .item:last-child {
  margin-bottom: 0;
}
.blog-page .container .item .ct-image {
  overflow: hidden;
}
.blog-page .container .item .ct-image img {
  width: 100%;
  min-width: 100%;
}
.blog-page .container .item .ct-text {
  padding: 35px 0;
  overflow: hidden;
}
.blog-page .container .item .ct-text .title {
  font-weight: 600;
  margin: 0 0 5px 0;
}
.blog-page .container .item .ct-text .details {
  color: #a8a8a8;
  font-size: 1.1em;
  margin: 0 0 10px 0;
}
.blog-page .container .item .ct-text .details a {
  color: #424242;
}
.blog-page .container .item .ct-text .details a:hover {
  color: #ee6b14;
}
.blog-page .container .item .ct-text .description {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.7em;
}
.blog-page .container .item .ct-text .ct-button {
  margin: 25px 0 0 0;
}
.blog-page .container .item .ct-text .ct-button .btn {
  border: none;
  color: #ee6b14;
  position: relative;
}
.blog-page .container .item .ct-text .ct-button .btn:hover {
  color: #ee6b14;
}
.blog-page .container .item .ct-text .ct-button .btn:hover:after {
  width: 13px;
}
.blog-page .container .item .ct-text .ct-button .btn:after {
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  bottom: -3px;
  position: absolute;
  background: #ee6b14;
}
/*****************************************
17. Blog Post
*****************************************/
.blog-post .section-article {
  font-size: 15px;
  padding-top: 45px;
  padding-bottom: 55px;
}
.blog-post .section-article p {
  text-align: justify;
}
.blog-post .section-article h1,
.blog-post .section-article h2,
.blog-post .section-article h3,
.blog-post .section-article h4,
.blog-post .section-article h5,
.blog-post .section-article h6 {
  margin: 0 0 30px 0;
}
.blog-post .section-article .ct-image {
  margin-bottom: 35px;
}
.blog-post .section-author {
  background: #ffffff;
}
.blog-post .section-author .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog-post .section-author .container .ct-author {
  padding: 0;
}
.blog-post .section-author .container .ct-author .ct-image {
  float: left;
  width: 78px;
  height: 78px;
  overflow: hidden;
  background: #2c2c2c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.blog-post .section-author .container .ct-author .ct-image img {
  border: none;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.blog-post .section-author .container .ct-author .ct-about {
  overflow: hidden;
  padding: 17px 15px;
  position: relative;
}
.blog-post .section-author .container .ct-author .ct-about .written-by {
  padding: 0;
  line-height: 1em;
  font-weight: 500;
  font-size: 1.08em;
  margin: 0 0 10px 0;
}
.blog-post .section-author .container .ct-author .ct-about .name {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-weight: 600;
  font-size: 1.35em;
}
.blog-post .section-author .container .ct-share {
  padding: 17px 0;
}
.blog-post .section-author .container .ct-share .title {
  padding: 0;
  line-height: 1em;
  font-weight: 500;
  font-size: 1.08em;
  margin: 0 0 10px 0;
}
.blog-post .section-author .container .ct-share ul li {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
}
.blog-post .section-author .container .ct-share ul li a {
  margin: 0;
  padding: 0;
  color: #6e6e6e;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  position: relative;
}
.blog-post .section-author .container .ct-share ul li a:hover {
  color: #ee6b14;
}
.blog-post .section-author .container .ct-share ul li a:hover:after {
  width: 13px;
}
.blog-post .section-author .container .ct-share ul li a:after {
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  bottom: -1px;
  position: absolute;
  background: #ee6b14;
}
.blog-post .section-author .container .ct-share ul li:last-child:after {
  display: none;
}
.blog-post .section-author .container .ct-share ul li:after {
  content: "/";
  color: #292c2e;
  padding: 0 15px;
  display: inline-block;
}
.blog-post .section-comments .title-comments {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 25px 0;
  text-align: center;
}
.blog-post .section-comments .section-view-comments {
  padding-top: 90px;
}
.blog-post .section-comments .section-view-comments .ct-comments .comments {
  overflow: hidden;
  margin: 45px 0 0 0;
}
.blog-post .section-comments .section-view-comments .ct-comments .comments:hover .about .reply {
  margin-right: 0;
}
.blog-post .section-comments .section-view-comments .ct-comments .comments:first-child {
  margin-top: 0;
}
.blog-post .section-comments .section-view-comments .ct-comments .comments .image-contain {
  float: left;
  width: 65px;
  height: 65px;
  overflow: hidden;
  background: #2c2c2c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.blog-post .section-comments .section-view-comments .ct-comments .comments .image-contain img {
  border: none;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.blog-post .section-comments .section-view-comments .ct-comments .comments .about {
  overflow: hidden;
  position: relative;
  padding: 25px 0 0 15px;
}
.blog-post .section-comments .section-view-comments .ct-comments .comments .about .name {
  line-height: 1em;
  margin: 0 0 20px 0;
  padding: 0 50px 0 0;
}
.blog-post .section-comments .section-view-comments .ct-comments .comments .about .name span {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-weight: 600;
  font-size: 1.35em;
}
.blog-post .section-comments .section-view-comments .ct-comments .comments .about .name .occupation {
  font-weight: 500;
  font-size: 1.08em;
}
.blog-post .section-comments .section-view-comments .ct-comments .comments .about .description {
  margin: 0;
  padding: 0;
  font-size: 1.08em;
  text-align: justify;
}
.blog-post .section-comments .section-view-comments .ct-comments .comments .about .reply {
  right: 0;
  top: 25px;
  margin: 0;
  color: #ee6b14;
  font-size: 1.08em;
  position: absolute;
}
.blog-post .section-comments .section-view-comments .ct-comments .comments .about .reply:hover {
  color: #ee6b14;
}
.blog-post .section-comments .section-view-comments .ct-comments .comments .about .reply:hover:after {
  width: 13px;
}
.blog-post .section-comments .section-view-comments .ct-comments .comments .about .reply:after {
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  bottom: -1px;
  position: absolute;
  background: #ee6b14;
}
.blog-post .section-comments .section-write-comments {
  padding-top: 125px;
  padding-bottom: 130px;
}
.blog-post .section-comments .section-write-comments form {
  width: 100%;
}
.blog-post .section-comments .section-write-comments form .left,
.blog-post .section-comments .section-write-comments form .right {
  width: 50%;
  float: left;
  overflow: hidden;
}
.blog-post .section-comments .section-write-comments form .left {
  padding-right: 15px;
}
.blog-post .section-comments .section-write-comments form .right {
  padding-left: 15px;
}
.blog-post .section-comments .section-write-comments form .form-input,
.blog-post .section-comments .section-write-comments form .form-group {
  margin-bottom: 13px;
}
/*****************************************
18. Contact
*****************************************/
.contact-section .title-section {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 35px 0;
}
.contact-section .content .form-group-btn {
  text-align: center;
}
.contact-section .content .min-list {
  position: relative;
}
.contact-section .content .min-list:last-child {
  margin-bottom: 0;
}
.contact-section .content .min-list:after,
.contact-section .content .min-list:before {
  content: " ";
  display: table;
}
.contact-section .content .min-list:after {
  clear: both;
}
.contact-section .content .min-list > b {
  top: 0;
  left: 0;
  position: absolute;
}
.contact-section .content .min-list b {
  color: #2c2c2c;
  font-weight: 500;
}
.contact-section .content .min-list i {
  width: 100%;
  float: right;
  text-align: left;
  padding-left: 40%;
  font-style: normal;
}
.contact-section .content .min-list i span {
  color: #6e6e6e;
  display: block;
}
/*****************************************
19. Widgets
*****************************************/
.widget.widget-bg-white .title {
  color: #2c2c2c;
}
.widget.widget-bg-white.widget-subscribe .form .form-group,
.widget.widget-bg-white.widget-newsletter .form .form-group {
  margin: 0;
}
.widget.widget-bg-white.widget-subscribe .form .form-group:after,
.widget.widget-bg-white.widget-newsletter .form .form-group:after {
  background: #000000;
}
.widget.widget-bg-white.widget-subscribe .form .form-group input,
.widget.widget-bg-white.widget-newsletter .form .form-group input {
  color: #2c2c2c;
  padding-right: 50px;
  border-bottom: 1px solid #a8a8a8;
}
.widget.widget-bg-white.widget-subscribe .form .form-group input:focus,
.widget.widget-bg-white.widget-newsletter .form .form-group input:focus,
.widget.widget-bg-white.widget-subscribe .form .form-group input:hover,
.widget.widget-bg-white.widget-newsletter .form .form-group input:hover {
  border-color: #000000;
}
.widget.widget-bg-white.widget-subscribe .form .form-group button,
.widget.widget-bg-white.widget-newsletter .form .form-group button {
  top: 0;
  right: 0;
  margin: 0;
  z-index: 1;
  padding: 0;
  width: 40px;
  bottom: 1px;
  border: none;
  display: block;
  box-shadow: none;
  position: absolute;
  line-height: 1.3em;
  border-radius: inherit;
  background: transparent;
}
.widget.widget-bg-white.widget-subscribe .form .form-group button:hover,
.widget.widget-bg-white.widget-newsletter .form .form-group button:hover {
  right: -3px;
}
.widget.widget-bg-white.widget-subscribe .form .form-group button:hover:before,
.widget.widget-bg-white.widget-newsletter .form .form-group button:hover:before {
  width: 15px;
}
.widget.widget-bg-white.widget-subscribe .form .form-group button:hover:after,
.widget.widget-bg-white.widget-newsletter .form .form-group button:hover:after {
  right: 10px;
}
.widget.widget-bg-white.widget-subscribe .form .form-group button:before,
.widget.widget-bg-white.widget-newsletter .form .form-group button:before {
  top: 19px;
  left: 15px;
  width: 10px;
  height: 1px;
  float: left;
  content: "";
  position: absolute;
  background: #ee6b14;
}
.widget.widget-bg-white.widget-subscribe .form .form-group button:after,
.widget.widget-bg-white.widget-newsletter .form .form-group button:after {
  top: 17px;
  right: 15px;
  width: 5px;
  height: 5px;
  float: left;
  content: "";
  position: absolute;
  border-top: 1px solid #ee6b14;
  border-right: 1px solid #ee6b14;
  transform: rotate(54deg) skew(20deg);
}
.widget.widget-all-white .title {
  color: #a8a8a8;
}
.widget.no-title {
  padding-top: 55px;
}
.widget.no-title .content {
  padding: 11px 0;
}
.widget.widget-subscribe .form .form-group,
.widget.widget-newsletter .form .form-group {
  margin: 0;
  width: 100%;
  position: relative;
}
.widget.widget-subscribe .form .form-group:hover:after,
.widget.widget-newsletter .form .form-group:hover:after {
  width: 100%;
}
.widget.widget-subscribe .form .form-group:after,
.widget.widget-newsletter .form .form-group:after {
  left: 0;
  width: 0;
  bottom: 0;
  float: left;
  height: 1px;
  content: "";
  position: absolute;
  background: #ffffff;
}
.widget.widget-subscribe .form .form-group input,
.widget.widget-newsletter .form .form-group input {
  font-size: 1em;
  padding-right: 50px;
  border-bottom: 1px solid #6e6e6e;
}
.widget.widget-subscribe .form .form-group input:focus,
.widget.widget-newsletter .form .form-group input:focus,
.widget.widget-subscribe .form .form-group input:hover,
.widget.widget-newsletter .form .form-group input:hover {
  border-color: #ffffff;
}
.widget.widget-subscribe .form .form-group button,
.widget.widget-newsletter .form .form-group button {
  top: 0;
  right: 0;
  margin: 0;
  z-index: 1;
  padding: 0;
  width: 40px;
  bottom: 1px;
  border: none;
  display: block;
  box-shadow: none;
  position: absolute;
  line-height: 1.3em;
  border-radius: inherit;
  background: transparent;
}
.widget.widget-subscribe .form .form-group button:hover,
.widget.widget-newsletter .form .form-group button:hover {
  right: -3px;
}
.widget.widget-subscribe .form .form-group button:hover:before,
.widget.widget-newsletter .form .form-group button:hover:before {
  width: 15px;
}
.widget.widget-subscribe .form .form-group button:hover:after,
.widget.widget-newsletter .form .form-group button:hover:after {
  right: 10px;
}
.widget.widget-subscribe .form .form-group button:before,
.widget.widget-newsletter .form .form-group button:before {
  top: 19px;
  left: 15px;
  width: 10px;
  height: 1px;
  float: left;
  content: "";
  position: absolute;
  background: #ffffff;
}
.widget.widget-subscribe .form .form-group button:after,
.widget.widget-newsletter .form .form-group button:after {
  top: 17px;
  right: 15px;
  width: 5px;
  height: 5px;
  float: left;
  content: "";
  position: absolute;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(54deg) skew(20deg);
}
.widget.widget-social-media .content {
  text-align: right;
}
.widget.widget-social-media .content ul li {
  display: inline-block;
}
.widget.widget-social-media .content ul li:first-child:before {
  display: none;
}
.widget.widget-social-media .content ul li:before {
  content: "/";
  color: #292c2e;
  margin: 0 13px 0 11px;
  display: inline-block;
}
.widget.widget-social-media .content ul li a {
  color: #6e6e6e;
  font-size: 1em;
  font-weight: 500;
  position: relative;
}
.widget.widget-social-media .content ul li a:hover {
  color: #a8a8a8;
}
.widget.widget-social-media .content ul li a:hover:after {
  width: 13px;
}
.widget.widget-social-media .content ul li a:after {
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  background: #6e6e6e;
}
.widget.widget-follow-me .content ul {
  display: block;
  text-align: center;
}
.widget.widget-follow-me .content ul li {
  width: 26px;
  height: 26px;
  margin: 8px 6px 0 6px;
  display: inline-block;
  background: transparent;
}
.widget.widget-follow-me .content ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  background: transparent;
  border: 1px solid #6d6d6d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.widget.widget-follow-me .content ul li a:hover {
  border-color: #ffffff;
}
.widget.widget-follow-me .content ul li a:hover .fa {
  color: #ffffff;
}
.widget.widget-follow-me .content ul li a:hover .fa.fa-twitter {
  background: #55acee;
}
.widget.widget-follow-me .content ul li a:hover .fa.fa-facebook {
  background: #3b5998;
}
.widget.widget-follow-me .content ul li a:hover .fa.fa-apple {
  background: #da74e5;
}
.widget.widget-follow-me .content ul li a:hover .fa.fa-youtube-play {
  background: #cd201f;
}
.widget.widget-follow-me .content ul li a:hover .fa.fa-google {
  background: #e29842;
}
.widget.widget-follow-me .content ul li a:hover .fa.fa-spotify {
  background: #00e461;
}
.widget.widget-follow-me .content ul li a:hover .fa.fa-soundcloud {
  background: #ff5500;
}
.widget.widget-follow-me .content ul li a .fa {
  color: #6d6d6d;
  display: block;
  font-size: 14px;
  line-height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.widget.widget-follow-me .content ul li a .fa:after,
.widget.widget-follow-me .content ul li a .fa:before {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.widget .title {
  padding: 0;
  color: #dddbdb;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 11px 0 25px 0;
}
.widget .content p {
  margin: 0;
  color: #6e6e6e;
  font-size: 1em;
}
/*****************************************
20. Coming Soon
*****************************************/
.coming-soon {
  z-index: 101;
  position: relative;
  background-image: url("../images/coming-soon/coming-soon-background.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.coming-soon:before {
  display: none;
}
.coming-soon:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  content: "";
  border: none;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.coming-soon .content-page {
  margin: 0;
  z-index: 5;
  min-height: 100vh;
  position: relative;
}
.coming-soon .content-page .ct-center {
  top: 50%;
  left: 26px;
  right: 26px;
  position: fixed;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.coming-soon .content-page .ct-center .ct-logo {
  margin-bottom: 50px;
}
.coming-soon .content-page .ct-center .title {
  padding: 0;
  color: #a8a8a8;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 10px 0;
}
.coming-soon .content-page .ct-center .timer {
  margin: 0;
  color: #ffffff;
  font-weight: 500;
  line-height: 1em;
}
.coming-soon .content-page .ct-widgets {
  margin-top: 140px;
}
/*****************************************
21. Error Page
*****************************************/
.error-page {
  background: #ffffff;
}
.error-page .content-page {
  min-height: 100vh;
}
.error-page .content-page .playlist-item.playing .ct-center .subtitle .play-pause-button-parent-3 {
  color: #ee6b14;
}
.error-page .content-page .playlist-item.playing .ct-center .subtitle .play-pause-button-parent-3 span:after {
  content: "pause";
}
.error-page .content-page .ct-center {
  top: 40%;
  left: 26px;
  right: 26px;
  position: fixed;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.error-page .content-page .ct-center .title {
  padding: 0;
  color: #000000;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 25px 0;
}
.error-page .content-page .ct-center .subtitle {
  margin: 0;
  color: #2c2c2c;
  font-weight: 500;
  line-height: 1.3em;
}
.error-page .content-page .ct-center .subtitle .play-pause-button-parent-3 {
  color: #ee6b14;
  cursor: pointer;
}
.error-page .content-page .ct-center .subtitle .play-pause-button-parent-3 span:after {
  content: "play";
}
.error-page .content-page .ct-bottom {
  left: 26px;
  right: 26px;
  bottom: 75px;
  display: block;
  position: fixed;
  text-align: center;
}
.error-page .content-page .ct-bottom p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
}
.error-page .content-page .ct-bottom p a {
  color: #ee6b14;
}
.error-page .main-music-player {
  display: none;
}
/*****************************************
22. Footer
*****************************************/
#footer {
  background-color: #16191b;
}
#footer .container {
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
}
#footer .instagram-post {
  display: block;
  overflow: auto;
  max-height: 320px;
}
#footer .instagram-post ul {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  display: block;
}
#footer .instagram-post ul li {
  float: left;
  width: 320px;
  height: 320px;
  overflow: hidden;
}
#footer .instagram-post ul li a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: block;
  position: relative;
  text-align: center;
  cursor: url(../images/instagram/cursor-grab.cur), auto;
}
#footer .instagram-post ul li a:hover:after {
  opacity: 1;
}
#footer .instagram-post ul li a:hover:before {
  opacity: .67;
}
#footer .instagram-post ul li a:after {
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  margin: auto;
  display: block;
  color: #ffffff;
  font-size: 30px;
  line-height: 1em;
  content: "\f16d";
  position: absolute;
  text-rendering: auto;
  background: transparent;
  font-family: "FontAwesome";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer .instagram-post ul li a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  background-color: #2b2b2b;
}
#footer .instagram-post ul li a img {
  height: 100%;
  min-width: 100%;
  max-width: inherit;
}
/*****************************************
23. Media Query
*****************************************/
@media (max-width: 992px) {
  .biography .row .ct-author .ct-img-circle {
    max-width: 150px;
    max-height: 150px;
  }
  .events.events-01 .item-event .container .ct-image {
    min-height: 200px;
  }
  .events.events-01 .item-event .container .ct-text .ct-title {
    max-width: 450px;
  }
  .events.events-01 .item-event .container .ct-text .ct-title h2 {
    font-size: 45px;
  }
  .events.events-01 .item-event .container .ct-text .ct-time .date {
    font-size: 45px;
  }
  .events.events-01 .item-event .container .ct-text .ct-button {
    right: 0;
  }
  .events.events-02 .item-event {
    margin-left: 0;
    margin-right: 0;
  }
  .events.events-02 .item-event .ct-time,
  .events.events-02 .item-event .ct-button {
    padding-left: 0;
    padding-right: 0;
  }
  .events.events-02 .item-event .ct-time,
  .events.events-02 .item-event .ct-details,
  .events.events-02 .item-event .ct-button {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .events.events-02 .item-event .ct-details .title {
    font-size: 25px;
  }
  .events.events-02 .item-event .ct-button .btn {
    margin-left: 0;
  }
  .blog-page .container .item .ct-text {
    padding: 0;
  }
  .jp-playlist .playlist-item .cl-album,
  .jp-playlist .columns-playlist-item .cl-album,
  .jp-playlist .playlist-item .ct-album,
  .jp-playlist .columns-playlist-item .ct-album {
    display: none;
  }
  .jp-playlist .row-playlist-item .playlist-item .btn-play-pause .table-center {
    margin-right: 0;
  }
  .untold-main-player .contain .ct-right .ct-name .first-text {
    display: none;
  }
}
@media (max-width: 768px) {
  body.remove-all {
    background: #ffffff;
  }
  body.remove-all:after,
  body.remove-all:before {
    display: none;
  }
  body.remove-all div {
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  body.menu-page-active,
  body.playlist-full-page {
    overflow: hidden;
  }
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6 {
    padding-left: 25px;
    padding-right: 25px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 14px;
  }
  p,
  blockquote {
    line-height: 1.4em;
  }
  .no-xs {
    display: none !important;
  }
  .top-border-page,
  .bottom-border-page {
    height: 10px;
  }
  .left-border-page,
  .right-border-page {
    width: 10px;
  }
  .title-separator {
    margin-bottom: 30px;
  }
  .logo-page {
    top: 26px;
    left: 26px;
  }
  .logo-page img {
    max-width: 100px;
    max-height: 100px;
  }
  .main-music-player {
    height: auto;
  }
  .untold-main-player .contain .ct-left {
    height: 33px;
    display: none !important;
  }
  .untold-main-player .contain .ct-left .untold-seek-bar {
    height: 33px;
  }
  .untold-main-player .contain .ct-left .untold-seek-bar:hover:before,
  .untold-main-player .contain .ct-left .untold-seek-bar:hover .untold-play-bar {
    top: 15px;
    height: 3px;
  }
  .untold-main-player .contain .ct-left .untold-seek-bar:before,
  .untold-main-player .contain .ct-left .untold-seek-bar .untold-play-bar {
    left: 0;
    top: 16px;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .untold-main-player .contain .ct-right {
    width: 100%;
  }
  .untold-main-player .contain .ct-right .ct-name {
    width: 75%;
    right: 90px;
    height: 33px;
    overflow: hidden;
    text-align: right;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .untold-main-player .contain .ct-right .ct-name span {
    display: inline;
    font-size: 14px;
    line-height: 33px;
  }
  .untold-main-player .contain .ct-right .ct-control {
    width: 33px;
    height: 33px;
  }
  .untold-main-player .contain .ct-right .ct-control .untold-play i,
  .untold-main-player .contain .ct-right .ct-control .untold-pause i {
    line-height: 33px;
  }
  .untold-main-player .contain .ct-right .btn-playlist {
    width: 33px;
    height: 33px;
    padding: 0 9px;
  }
  .untold-main-player .contain .ct-right .btn-playlist span {
    width: 15px;
  }
  .untold-main-player .contain .ct-right .btn-playlist span:nth-child(2) {
    width: 13px;
  }
  .untold-main-player .contain .ct-right .btn-playlist.active span:first-child {
    top: 5px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .untold-main-player .contain .ct-right .btn-playlist.active span:nth-child(2) {
    opacity: 0;
  }
  .untold-main-player .contain .ct-right .btn-playlist.active span:last-child {
    top: -5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .playlist-wrap {
    padding: 100px 26px;
  }
  .playlist-wrap .container {
    padding: 0;
  }
  .jp-playlist .playlist-item .cl-time,
  .jp-playlist .columns-playlist-item .cl-time,
  .jp-playlist .playlist-item .ct-time,
  .jp-playlist .columns-playlist-item .ct-time {
    display: none;
  }
  .jp-playlist .playlist-item .cl-download,
  .jp-playlist .columns-playlist-item .cl-download,
  .jp-playlist .playlist-item .ct-download,
  .jp-playlist .columns-playlist-item .ct-download {
    text-align: right;
  }
  .jp-playlist .playlist-item .cl-download .table-center,
  .jp-playlist .columns-playlist-item .cl-download .table-center,
  .jp-playlist .playlist-item .ct-download .table-center,
  .jp-playlist .columns-playlist-item .ct-download .table-center {
    width: auto;
    max-width: 130px;
  }
  .jp-playlist .row-playlist-item .playlist-item .btn-play-pause .table-center {
    width: auto;
  }
  .jp-playlist .row-playlist-item .playlist-item .ct-name .table-center,
  .jp-playlist .row-playlist-item .playlist-item .ct-album .table-center,
  .jp-playlist .row-playlist-item .playlist-item .ct-time .table-center {
    max-width: 10em;
  }
  .jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.itunes:after,
  .jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.google:after,
  .jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.soundcloud:after {
    display: none;
  }
  .jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.itunes:before,
  .jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.google:before,
  .jp-playlist .row-playlist-item .playlist-item .ct-download .links-download-album li a.soundcloud:before {
    display: inline-block;
  }
  #menu-page.menu-01 .button-menu-page {
    top: 26px;
    right: 26px;
  }
  #menu-page.menu-01 .ct-menu {
    height: 100%;
    top: inherit;
    left: inherit;
    right: inherit;
    padding: 65px 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #menu-page.menu-01 .ct-menu .container {
    padding: 0 26px;
  }
  #menu-page.menu-01 .ct-menu .container .ct-list-menu {
    width: 100%;
    height: 100%;
    text-align: left;
  }
  #menu-page.menu-01 .ct-menu .container .ct-list-menu > li > a {
    color: #2c2c2c;
  }
  #menu-page.menu-01 .ct-menu .container .ct-list-menu > li > ul > li > a {
    color: #a8a8a8;
  }
  #menu-page.menu-01 .ct-menu .container .ct-list-menu li {
    display: block;
  }
  #menu-page.menu-01 .ct-menu .container .ct-list-menu li ul {
    left: 0;
    opacity: 1;
    height: 100%;
    right: inherit;
    position: relative;
  }
  #menu-page.menu-01 .ct-menu .container .ct-list-menu li ul > li {
    display: block;
  }
  #menu-page.menu-01 .ct-menu .container .ct-list-menu li ul > li ul {
    padding: 0;
  }
  #menu-page.menu-01 .ct-menu .container .ct-list-menu li ul > li ul:after,
  #menu-page.menu-01 .ct-menu .container .ct-list-menu li ul > li ul:before {
    display: none;
  }
  #menu-page.menu-04 .button-menu-page {
    top: 26px;
    right: 26px;
  }
  #menu-page.menu-04 .ct-menu {
    height: 100%;
    top: inherit;
    left: inherit;
    right: inherit;
    padding: 65px 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #menu-page.menu-04 .ct-menu .ct-list-menu {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    text-align: left;
  }
  #menu-page.menu-04 .ct-menu .ct-list-menu li {
    display: block;
  }
  #menu-page.menu-04 .ct-menu .ct-list-menu li.drop-down-menu.open ul {
    opacity: 1;
    height: 100%;
  }
  #menu-page.menu-04 .ct-menu .ct-list-menu li.drop-down-menu.open ul:after {
    height: 100%;
  }
  #menu-page.menu-04 .ct-menu .ct-list-menu li.drop-down-menu.open ul > li {
    display: block;
  }
  #menu-page.menu-04 .ct-menu .ct-list-menu li.drop-down-menu.open ul > li ul {
    padding-left: 17px;
  }
  #menu-page.menu-04 .ct-menu .ct-list-menu li.drop-down-menu.open ul > li ul:after,
  #menu-page.menu-04 .ct-menu .ct-list-menu li.drop-down-menu.open ul > li ul:before {
    display: none;
  }
  #menu-page.menu-04 .ct-menu .ct-list-menu li ul {
    left: 0;
    right: inherit;
    position: relative;
  }
  #menu-page.menu-04 .ct-menu .ct-list-menu li ul:after,
  #menu-page.menu-04 .ct-menu .ct-list-menu li ul:before {
    display: none !important;
  }
  #menu-page.menu-04 .ct-menu .ct-list-menu li ul > li > a:before {
    left: 0;
    top: 19px;
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid #6e6e6e;
  }
  #menu-page.menu-04 .ct-menu .ct-list-menu li ul > li ul li a:before {
    top: 20px;
    width: 5px;
    height: 5px;
    border: none;
    border-radius: 0;
    background: #6e6e6e;
  }
  #menu-page.menu-04 .ct-menu .ct-widgets {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 0 25px 0;
    position: absolute;
    background: #ffffff;
  }
  #menu-page.menu-04 .ct-menu .ct-widgets .widget .title {
    display: none;
  }
  #header .content-header .icon-scroll-bottom .icon-first-svg {
    bottom: 35px;
  }
  #header .content-header .icon-scroll-bottom .icon-second-svg {
    bottom: 15px;
  }
  #header .content-header .container .ct-center .separator {
    margin-top: 25px;
  }
  #header .content-header .container .ct-center .btn.btn-primary {
    margin-top: 25px;
  }
  .albums .item-album-disc .ct-img {
    max-width: 150px;
    max-height: 150px;
  }
  .albums .item-album-full-width {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .albums .item-album-full-width .container .ct-image {
    max-width: 300px;
    max-height: 300px;
  }
  .albums .item-album-full-width .container .ct-text {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 300px;
  }
  .albums .item-album-full-width .container .ct-text .title {
    text-align: center;
    margin: 30px 0 20px 0;
  }
  .albums .item-album-full-width .container .ct-text .tags {
    text-align: center;
  }
  .albums .item-album-full-width .container .ct-text .links-download-album {
    text-align: center;
  }
  .albums .item-album-full-width .container .ct-details p {
    text-align: center;
  }
  .albums .item-album-full-width .container .ct-details ul {
    margin: 0 auto;
    max-width: 300px;
  }
  .events.events-01 .item-event {
    overflow: hidden;
  }
  .events.events-01 .item-event.bg-white .container .ct-text .ct-location p {
    color: #2c2c2c;
  }
  .events.events-01 .item-event.bg-white .container .ct-text .ct-time .date,
  .events.events-01 .item-event.bg-white .container .ct-text .ct-time .month {
    font-weight: 600;
    font-size: 1.6em;
    display: inline-block;
  }
  .events.events-01 .item-event.bg-white .container .ct-text .ct-time .month {
    color: #2c2c2c;
  }
  .events.events-01 .item-event .container {
    overflow: hidden;
  }
  .events.events-01 .item-event .container .ct-image {
    top: 0;
    bottom: 0;
    left: -1000px;
    right: -1000px;
    display: block;
    min-height: 100px;
    position: absolute;
    text-align: center;
  }
  .events.events-01 .item-event .container .ct-image:before {
    display: none;
  }
  .events.events-01 .item-event .container .ct-image img {
    width: auto;
    height: 100%;
    opacity: 0.6;
    margin: 0 auto;
  }
  .events.events-01 .item-event .container .ct-text {
    padding: 50px 20px;
    position: relative;
    text-align: center;
  }
  .events.events-01 .item-event .container .ct-text .ct-left,
  .events.events-01 .item-event .container .ct-text .ct-right {
    float: none;
    height: auto;
    display: block;
    max-width: 100%;
  }
  .events.events-01 .item-event .container .ct-text .ct-title {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .events.events-01 .item-event .container .ct-text .ct-title h2 {
    font-size: 30px;
  }
  .events.events-01 .item-event .container .ct-text .ct-separator {
    margin: 0 auto 20px;
  }
  .events.events-01 .item-event .container .ct-text .ct-time {
    margin-top: 20px;
    text-align: center;
  }
  .events.events-01 .item-event .container .ct-text .ct-time .date {
    font-size: 25px;
  }
  .events.events-01 .item-event .container .ct-text .ct-button {
    bottom: inherit;
    margin: 20px 0 0 0;
    position: relative;
  }
  .events.events-02 {
    padding: 30px 0;
  }
  .events.events-02.bg-black:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 80%;
    content: "";
    margin: 0 auto;
    max-width: 480px;
    position: absolute;
    background: transparent;
    border-left: 1px solid rgba(212, 212, 212, 0.1);
    border-right: 1px solid rgba(212, 212, 212, 0.1);
  }
  .events.events-02.bg-black .item-event {
    position: relative;
    background: #16191b;
    border: 1px solid rgba(212, 212, 212, 0.1);
  }
  .events.events-02 .item-event {
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
  }
  .events.events-02 .item-event:last-child {
    margin-bottom: 0;
  }
  .events.events-02 .item-event .ct-time,
  .events.events-02 .item-event .ct-button {
    padding-left: 15px;
    padding-right: 15px;
  }
  .events.events-02 .item-event .ct-time,
  .events.events-02 .item-event .ct-details,
  .events.events-02 .item-event .ct-button {
    padding: 0 0 30px 0;
  }
  .events.events-02 .item-event .ct-time .date {
    font-size: 25px;
  }
  .events.events-02 .item-event .ct-button {
    padding-bottom: 0;
  }
  .blog-page .container .item .ct-image {
    margin-bottom: 35px;
  }
  .blog-post .section-article {
    font-size: 14px;
  }
  .blog-post .section-author .container .ct-author .ct-image {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .blog-post .section-author .container .ct-author .ct-about {
    display: block;
    text-align: center;
  }
  .blog-post .section-author .container .ct-author .ct-about .written-by {
    font-size: 1em;
  }
  .blog-post .section-author .container .ct-author .ct-about .name {
    font-size: 1.2em;
  }
  .blog-post .section-author .container .ct-share {
    padding: 17px 0;
    text-align: center;
  }
  .blog-post .section-author .container .ct-share .title {
    font-size: 1em;
  }
  .blog-post .section-author .container .ct-share ul li {
    text-align: center;
  }
  .blog-post .section-comments .title-comments {
    font-size: 18px;
  }
  .blog-post .section-comments .section-view-comments .ct-comments .comments {
    overflow: hidden;
  }
  .blog-post .section-comments .section-view-comments .ct-comments .comments .image-contain {
    width: 45px;
    height: 45px;
  }
  .blog-post .section-comments .section-view-comments .ct-comments .comments .about {
    padding: 15px 0 0 15px;
  }
  .blog-post .section-comments .section-view-comments .ct-comments .comments .about .name span {
    font-size: 1.2em;
  }
  .blog-post .section-comments .section-view-comments .ct-comments .comments .about .name .occupation {
    font-size: 1em;
  }
  .blog-post .section-comments .section-view-comments .ct-comments .comments .about .description {
    font-size: 1em;
  }
  .blog-post .section-comments .section-view-comments .ct-comments .comments .about .reply {
    top: 15px;
    font-size: 1em;
    margin-right: 0;
  }
  .blog-post .section-comments .section-write-comments {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .blog-post .section-comments .section-write-comments form {
    width: 100%;
  }
  .blog-post .section-comments .section-write-comments form .left,
  .blog-post .section-comments .section-write-comments form .right {
    width: 100%;
    float: none;
  }
  .blog-post .section-comments .section-write-comments form .left {
    padding-right: 0;
  }
  .blog-post .section-comments .section-write-comments form .right {
    padding-left: 0;
  }
  .blog-post .section-comments .section-write-comments form .form-input,
  .blog-post .section-comments .section-write-comments form .form-group {
    margin-bottom: 13px;
  }
  .contact-section .row > div {
    margin-bottom: 65px;
  }
  .contact-section .row > div:last-child {
    margin-bottom: 0;
    padding-top: 65px;
  }
  .contact-section .row > div:last-child:before {
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    z-index: -1;
    content: "";
    margin: 0 auto;
    max-width: 480px;
    position: absolute;
    background: transparent;
    border-top: 1px solid #d4d4d4;
  }
  .contact-section .title-section {
    text-align: center;
  }
  .contact-section .content .min-list {
    text-align: center;
  }
  .contact-section .content .min-list > b {
    display: block;
    font-weight: 700;
    position: inherit;
    margin-bottom: 10px;
  }
  .contact-section .content .min-list i {
    float: none;
    width: inherit;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    display: inline-block;
  }
  .error-page .content-page .ct-center .subtitle .play-pause-button-parent-3,
  .coming-soon .content-page .ct-center .subtitle .play-pause-button-parent-3 {
    display: block;
  }
  #footer {
    z-index: 1;
    position: relative;
  }
  #footer .row {
    position: relative;
  }
  #footer .row > div {
    position: inherit;
    margin-bottom: 70px;
  }
  #footer .row .ct-position-bottom {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    position: absolute;
  }
  #footer .row .ct-position-bottom .content {
    padding-bottom: 0;
  }
  #footer .widget {
    text-align: center;
  }
  #footer .widget.no-title {
    padding-top: 0;
  }
  #footer .widget .content {
    text-align: center;
  }
  #footer .instagram-post {
    max-height: 150px;
  }
  #footer .instagram-post ul li {
    width: 150px;
    height: 150px;
  }
  #footer .instagram-post ul li a:hover:after,
  #footer .instagram-post ul li a:hover:before {
    display: none;
  }
}
@media (max-width: 500px) {
  .untold-main-player .contain .ct-right .ct-name {
    width: 60%;
  }
}
@media (max-height: 600px) {
  #menu-page.menu-01 .ct-menu {
    height: 100%;
    top: inherit;
    left: inherit;
    right: inherit;
    padding: 65px 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-height: 500px) {
  .error-page .content-page,
  .coming-soon .content-page {
    margin: 0;
    padding: 100px 0;
  }
  .error-page .content-page .ct-center,
  .coming-soon .content-page .ct-center,
  .error-page .content-page .ct-bottom,
  .coming-soon .content-page .ct-bottom {
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .error-page .content-page .ct-bottom,
  .coming-soon .content-page .ct-bottom {
    margin-top: 50px;
  }
}
