@charset "UTF-8";
/* CSS Reset*/
.ustten-10 {
  padding-top:10px;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
div,
ul,
li,
span,
input,
textarea,
header,
footer,
nav,
b,
h1,
h2,
h3,
h4,
h5 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input:focus,
textarea:focus,
div:focus,
button:focus,
select:focus {
  outline: none;
}
/* FONTS */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/montserrat-thin.eot");
  src: url("../fonts/montserrat/montserrat-thin.eot") format("embedded-opentype"), url("../fonts/montserrat/montserrat-thin.woff2") format("woff2"), url("../fonts/montserrat/montserrat-thin.woff") format("woff"), url("../fonts/montserrat/montserrat-thin.ttf") format("truetype"), url("../fonts/montserrat/montserrat-thin.svg#montserrat-thin") format("svg");
  font-weight: 900;
}
body {
  background: #fff;
  font-size: 14px;
  color: #1e1e23;
  font-weight: 400;
}
a {
}
a:hover {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #1e1e23;
}
a:visited {
  text-decoration: none;
}
@media only screen and (min-width: 1366px) {

}
@media only screen and (max-width: 1365px) {

}
.cle {
  clear: both;
}
.d-table {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}
.d-cell {
  display: table-cell;
}
.va-middle {
  vertical-align: middle;
}
.va-bottom {
  vertical-align: bottom;
}
.va-top {
  vertical-align: top;
}
/* SLİDER */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
/* Slider Arrows */
.regular .slick-prev,
.regular .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.regular .slick-prev {
  left: -25px;
}
.regular [dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.regular .slick-next {
  right: -35px;
}
.regular [dir='rtl'] .slick-next {
  right: auto;
  left: -35px;
}
.regular .slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
}
.regular [dir='rtl'] .slick-prev:before {
  content: '\f105';
  font-family: FontAwesome;
}
.regular .slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
}
.regular [dir='rtl'] .slick-next:before {
  content: '\f104';
  font-family: FontAwesome;
}
/* Slider Bullets */
.regular .slick-dots {
  position: absolute;
  bottom: -33px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.regular .slick-dots li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
}
.regular .slick-dots li div {
  display: block;
  border: 0;
  width: 8px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 8px;
  background: #949aa9;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 1;
}
.regular .slick-dots .slick-active div {
  background: #00c5b5 !important;
  transition: all 0.2s ease-in-out;
}
/* TAB */
.tab-content {
  /*display: none;*/
}
.tab-content.current {
  display: block;
}
/* MODAL */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.remodal iframe,
.remodal img {
  display: inline-block;
  max-width: 100%;
  border: none;
  height: auto;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
.animation1 {
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spe-input1::placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-input1::-ms-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-input1:-ms-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-input1::-moz-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-input1:-moz-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-input1::-webkit-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
@media only screen and (min-width: 1366px) {
  /*.logo {
    float: left;
    padding: 0 20px;
    width: 15%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }*/
  .head-slider {
    float: left;
    width: 23%;
    padding: 0 20px;
  }
  .head-buttons {
    float: right;
    width: 38%;
    text-align: right;
    padding: 0 20px;
  }
  .head-one .d-table {
    height: 140px;
  }
  .head-buttons a {
    margin-left: 3%;
  }
  .spe-button1 {
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background: #00cd9a;
    background: -moz-linear-gradient(top, #00cd9a 0%, #00b488 100%);
    background: -webkit-linear-gradient(top, #00cd9a 0%, #00b488 100%);
    background: linear-gradient(to bottom, #00cd9a 0%, #00b488 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cd9a', endColorstr='#00b488', GradientType=0);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
  }
}
@media only screen and (max-width: 1365px) {
  /*.logo {
    padding: 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }*/
  .head-slider {
    padding: 10px 20px;
    text-align: Center;
  }
  .head-buttons {
    padding: 10px 20px;
    text-align: Center;
  }
  .head-buttons a {
    margin: 0 5px;
  }
  .spe-button1 {
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background: #00cd9a;
    background: -moz-linear-gradient(top, #00cd9a 0%, #00b488 100%);
    background: -webkit-linear-gradient(top, #00cd9a 0%, #00b488 100%);
    background: linear-gradient(to bottom, #00cd9a 0%, #00b488 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cd9a', endColorstr='#00b488', GradientType=0);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 45%;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
  }
  .resp-buttons1 {
    display: block;
    margin-top: 20px;
  }
  .head-slider .d-table {
    padding: 20px 0;
  }
}
.reg1-col {
  color: #fff;
  font-weight: 500;
}
@media only screen and (min-width: 1366px) {
  .regular1 .slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
  }
}
@media only screen and (max-width: 1365px) {
  .regular1 .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
}
.regular1 .slick-dots li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.regular1 .slick-dots li div {
  display: block;
  border: 0;
  width: 8px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 1;
}
.regular1 .slick-dots .slick-active div {
  background: #fff !important;
  transition: all 0.2s ease-in-out;
}
.spe-button1:hover {
  color: #fff;
  background: #00cd9a;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.spe-button2 {
  color: #2dcfa7;
  font-size: 22px;
}
.spe-button2:hover {
  color: #fff;
}
@media only screen and (min-width: 1366px) {
  .fast-donate {
    position: absolute;
    left: 0;
    right: 0;
    width: 385px;
    height: 244px;
    background: url("../images/bg1.png") no-repeat top center;
    z-index: 10;
    padding: 45px 70px 0 70px;
    text-align: center;
    margin: auto;
  }
}
@media only screen and (max-width: 1365px) {
  .fast-donate {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
  }
}
.spe-h2-1 {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px 0;
}
.fd-left {
  float: left;
  width: 15%;
}
.fd-right {
  float: right;
  width: 85%;
}
.fd-left span {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: rgba(0, 0, 0, 0.15);
}
.spe-input1 {
  border: none;
  padding-right: 20px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.15);
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.fd-two {
  margin-top: 10px;
}
.spe-input2 {
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #00cd9a;
  background: -moz-linear-gradient(top, #00cd9a 0%, #00b488 100%);
  background: -webkit-linear-gradient(top, #00cd9a 0%, #00b488 100%);
  background: linear-gradient(to bottom, #00cd9a 0%, #00b488 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cd9a', endColorstr='#00b488', GradientType=0);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: Center;
  width: 100%;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.spe-input2:hover {
  color: #fff;
  background: #00cd9a;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.head-campaign {
  background: #c8b978;
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .hc-col {
    display: inline-block;
    margin: 0 10px;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  .hc-text {
    text-align: left;
  }
  .hc-col .d-table {
    height: 30px;
  }
  .hc-icon,
  .hc-text {
    display: inline-block;
  }
}
@media only screen and (max-width: 1365px) {
  .hc-col {
    display: block;
    text-align: center;
    margin: 0 10px;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }
  .hc-text {
    text-align: center;
  }
  .hc-icon {
    display: none;
  }
  .hc-text {
    display: inline-block;
  }
}
.hc-col:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}
.hc-text .d-cell span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.hc-icon {
  padding-right: 5px;
}
.reg2-col {
  text-align: center;
}
.reg2-img {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 1366px) {
  .reg2-img .d-table {
    padding: 100px 0 0 0;
  }
  .slide-content {
    display: inline-block;
    text-align: Center;
    color: #fff;
    max-width: 500px;
  }
}
@media only screen and (max-width: 1365px) {
  .reg2-img {
    display: none;
  }
  .slide-content {
    display: inline-block;
    text-align: Center;
    color: #fff;
  }
}
.slide-content h3 {
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  padding: 0;
}
.slide-content p {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 24px;
}
.spe-button3 {
  border: 2px solid #fff;
  display: inline-block;
  padding: 15px 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.spe-button3:hover {
  background: #fff;
  color: #019772;
}
@media only screen and (min-width: 1366px) {
  .slide-bottom {
    width: 100%;
    position: relative;
    margin-top: -66px;
    height: 66px;
    background: url("../images/bg2.png") bottom center;
    z-index: 2px;
  }
}
@media only screen and (min-width: 1366px) {
  .fast-select-pay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f3f3f+0,313131+100 */
    background: #3f3f3f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #3f3f3f 0%, #313131 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3f3f3f 0%, #313131 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3f3f3f 0%, #313131 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3f3f', endColorstr='#313131', GradientType=1);
    /* IE6-9 */
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    z-index: 3px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.21);
    width: 1170px;
    margin: 0 auto;
    margin-top: -80px;
  }
}
@media only screen and (max-width: 1365px) {
  .fast-select-pay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f3f3f+0,313131+100 */
    background: #3f3f3f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #3f3f3f 0%, #313131 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3f3f3f 0%, #313131 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3f3f3f 0%, #313131 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3f3f', endColorstr='#313131', GradientType=1);
    /* IE6-9 */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 3px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.21);
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .fast-select-pay .fsp-col:nth-child(5) {
    margin-left: 11.11111111%;
  }
  .fsp-col {
    float: left;
    position: relative;
    width: 11.11111111%;
  }
  .fast-select-pay .fsp-col:nth-child(1) .spe-label5 {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .fast-select-pay .fsp-col:nth-child(8) .spe-label5 {
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
@media only screen and (max-width: 1365px) {
  .fsp-col {
    float: left;
    position: relative;
    width: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.spe-input5 {
  display: none;
}
.spe-label5 {
  display: block;
  cursor: pointer;
  height: 90px;
  padding-top: 17px;
}
.fsp-icon {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5px;
  width: 32px;
}
.fsp-name {
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .fsp-circle {
    display: block;
    margin: auto;
    width: 16px;
    margin-top: 20px;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border: 3px solid #929298;
  }
}
.fsp-price {
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
  text-align: Center;
  width: 50%;
  opacity: 0;
  font-size: 12px;
  z-index: 10;
  position: absolute;
  background: #1e1e23;
  color: #fff;
  padding: 0 10px;
  margin-top: -47px;
  line-height: 30px;
}
.spe-label5:hover,
.spe-input5:checked + .spe-label5 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd69c+0,ffd69c+100 */
  background: #ffd69c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffd69c 0%, #ffd69c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ffd69c 0%, #ffd69c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ffd69c 0%, #ffd69c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd69c', endColorstr='#ffd69c', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-label5:hover .fsp-name,
.spe-input5:checked + .spe-label5 .fsp-name {
  color: #1e1e23;
}
.spe-label5:hover .fsp-circle,
.spe-input5:checked + .spe-label5 .fsp-circle {
  background: #ffd69c;
  border-color: #ffd69c;
}
.spe-label5:hover .fsp-price,
.spe-input5:checked + .spe-label5 .fsp-price {
  opacity: 1;
}
@media only screen and (min-width: 1366px) {
  .fsp-spe-col {
    width: 110px;
    height: 110px;
    position: absolute;
    background: #373737;
    left: 0;
    right: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin: auto;
    margin-top: -10px;
  }
  .fspc-inner {
    background: #282828;
    margin: 0 auto;
    margin-top: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 100px;
    padding-top: 5px;
    height: 100px;
  }
  .spe-button6 {
    border: none;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    width: 90px;
    height: 90px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    line-height: 90px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#decfbc+0,b1a595+100 */
    background: #decfbc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #decfbc 0%, #b1a595 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #decfbc 0%, #b1a595 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #decfbc 0%, #b1a595 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#decfbc', endColorstr='#b1a595', GradientType=0);
    /* IE6-9 */
    margin: 0 auto;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
  }
}
@media only screen and (max-width: 1365px) {
  .fsp-spe-col {
    width: 100%;
    height: 50px;
    clear: both;
    padding: 5px;
    position: relative;
    background: #373737;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  .fspc-inner {
    background: #282828;
    margin: 0 auto;
    margin-top: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
  }
  .spe-button6 {
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    padding: 10px;
    background: #00cd9a;
    background: -moz-linear-gradient(top, #00cd9a 0%, #00b488 100%);
    background: -webkit-linear-gradient(top, #00cd9a 0%, #00b488 100%);
    background: linear-gradient(to bottom, #00cd9a 0%, #00b488 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cd9a', endColorstr='#00b488', GradientType=0);
    margin: 0 auto;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
  }
}
.spe-button6:hover {
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  background: #00cd9a;
  color: #fff;
}
@media only screen and (min-width: 1366px) {
  .con-sec1 {
    padding: 100px 0;
  }
  .con-sec-text {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1365px) {
  .con-sec1 {
    padding: 50px 0;
  }
  .con-sec-text {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.cst-con {
  max-width: 500px;
  display: inline-block;
}
@media only screen and (min-width: 1366px) {
  .cst-con h2 {
    font-size: 36px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
  }
}
@media only screen and (max-width: 1365px) {
  .cst-con h2 {
    font-size: 22px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
  }
}
.cst-con p {
  font-weight: 400;
  line-height: 24px;
  margin: 5px 0 0 0;
  padding: 0;
}
.link-fast-dona {
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .link-fast-dona a {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .link-fast-dona a {
    display: inline-block;
    text-align: center;
    margin: 10px;
  }
}
.link-fast-dona span {
  display: block;
}
.link-fast-dona span:nth-child(2) {
  background: #efefef;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  margin-top: 7px;
  padding-top: 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.link-fast-dona span:nth-child(2) i {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin: 0 auto;
}
.link-fast-dona a:hover span:nth-child(1) {
  color: #019772;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.link-fast-dona a:hover span:nth-child(2) {
  background: #019772;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.link-fast-dona a:hover span:nth-child(2) i {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.regular3 {
  margin-top: 50px;
}
.reg3-col {
  padding: 0 15px;
}
.ny-img a {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 210px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: block;
}
.ny-content {
  margin-top: 10px;
}
.ny-bg::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
  color: #efefef;
  font-size: 65px;
  position: absolute;
  top: -42px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ny-con:hover .ny-bg::before {
  color: #019772;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ny-bg {
  background: #efefef;
  padding: 15px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.ny-con:hover .ny-bg {
  background: #019772;
}
.ny-con:hover .ny-bg .spe-button5 {
  background: #00cd9a;
  color: #fff;
}
.ny-con:hover .ny-bg h3 a {
  color: #fff;
}
.ny-con:hover .ny-bg p {
  color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ny-bg h3 {
  margin: 0 0 5px 0;
  padding: 0;
}
.ny-bg h3 a {
  font-weight: 700;
  font-size: 18px;
}
.ny-bg p {
  line-height: 24px;
  height: 100px;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 0;
  overflow: hidden;
}
.spe-button5 {
  background: #dfdfdf;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: block;
  margin-top: 15px;
  padding: 10px 20px;
  text-align: center;
}
@media only screen and (max-width: 1365px) {
  .regular3 .slick-prev::after,
  .regular3 .slick-next::after {
    font-size: 14px;
    position: absolute;
    top: 50%;
    display: block;
    background-repeat: no-repeat;
    width: 10px;
    height: 27px;
    padding: 0;
    font-size: 50px;
    outline: none;
    cursor: pointer;
    color: #019772;
    background-size: 10px 27px;
    content: "";
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    text-align: center;
  }
  .regular3 .slick-prev:hover::after,
  .regular3 .slick-next:hover::after {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .regular3 .slick-prev::after {
    background-image: url("../images/icon41.png");
    left: 10px;
  }
  .regular3 .slick-next::after {
    background-image: url("../images/icon40.png");
    right: 10px;
  }
}
@media only screen and (min-width: 1366px) {
  .regular3 .slick-prev::after,
  .regular3 .slick-next::after {
    font-size: 14px;
    position: absolute;
    top: 50%;
    display: block;
    background-repeat: no-repeat;
    width: 22px;
    height: 60px;
    padding: 0;
    font-size: 50px;
    outline: none;
    cursor: pointer;
    color: #019772;
    content: "";
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    text-align: center;
  }
  .regular3 .slick-prev:hover::after,
  .regular3 .slick-next:hover::after {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .regular3 .slick-prev::after {
    background-image: url("../images/icon41.png");
    left: 10px;
  }
  .regular3 .slick-next::after {
    background-image: url("../images/icon40.png");
    right: 10px;
  }
  .con-sec2 {
    background: #efefef;
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1365px) {
  .con-sec2 {
    background: #efefef;
    padding: 50px 0;
  }
}
.regular4 {
  margin-top: 50px;
}
.reg4-col {
  padding: 0 15px;
}
.sky-bg {
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sky-bg .d-table {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 285px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: -moz-linear-gradient(top, rgba(35, 36, 41, 0) 0%, #232429 100%);
  background: -webkit-linear-gradient(top, rgba(35, 36, 41, 0) 0%, #232429 100%);
  background: linear-gradient(to bottom, rgba(35, 36, 41, 0) 0%, #232429 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00232429', endColorstr='#232429', GradientType=0);
}
.sky-bg .d-cell {
  padding: 25px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.reg4-col:hover .d-cell {
  padding-bottom: 40px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sky-name {
  font-size: 20px;
  font-weight: 700;
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #fff;
}
.sky-text {
  color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  line-height: 24px;
}
.sky-date {
  text-align: center;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin-top: 30px;
}
.sky-date span:nth-child(2) {
  display: block;
  background: #dfdfdf;
  width: 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  height: 16px;
  margin: 0 auto;
  margin-top: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.reg4-col:hover .sky-date span:nth-child(2) {
  background: #019772;
}
.reg4-border {
  border-bottom: 1px dotted #dfdfdf;
  margin-top: -8px;
}
.regular4 .slick-dots {
  position: absolute;
  top: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.regular4 .slick-dots li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.regular4 .slick-dots li div {
  display: block;
  border: 0;
  width: 16px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  height: 16px;
  background: #dfdfdf;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
}
.regular4 .slick-dots .slick-active div {
  background: #019772 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.reg5-col {
  padding: 0 1.5px;
}
.hab-bg {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.hab-bg .d-table {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: -moz-linear-gradient(top, rgba(35, 36, 41, 0) 0%, #232429 100%);
  background: -webkit-linear-gradient(top, rgba(35, 36, 41, 0) 0%, #232429 100%);
  background: linear-gradient(to bottom, rgba(35, 36, 41, 0) 0%, #232429 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00232429', endColorstr='#232429', GradientType=0);
}
.hab-bg .d-cell {
  padding: 25px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.hab-bg:hover .d-cell {
  padding-bottom: 35px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.hab-name {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #fff;
}
.hab-text {
  color: #fff;
  line-height: 24px;
}
.hab-icons {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #fff;
  width: 50px;
  height: 50px;
  padding: 10px 0 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.hab-icons i {
  margin: 0 auto;
}
@media only screen and (min-width: 1366px) {
  .hab-one .d-table {
    height: 375px;
  }
  .hab-one {
    width: 375px;
  }
  .hab-two {
    width: 375px;
  }
  .hab-two .d-table {
    height: 186px;
  }
  .hab-three {
    width: 263px;
  }
  .hab-three .d-table {
    height: 375px;
  }
}
@media only screen and (max-width: 1365px) {
  .hab-one .d-table {
    height: 375px;
  }
  .hab-one {
    width: 100%;
  }
  .hab-two {
    width: 100%;
  }
  .hab-two .d-table {
    height: 186px;
  }
  .hab-three {
    width: 100%;
  }
  .hab-three .d-table {
    height: 375px;
  }
}
.reg5-col .hab-two:nth-child(1) {
  margin-bottom: 3px;
}
.regular5 .slick-prev::after,
.regular5 .slick-next::after {
  font-size: 14px;
  position: absolute;
  top: 50%;
  display: block;
  background-repeat: no-repeat;
  width: 22px;
  height: 60px;
  padding: 0;
  font-size: 50px;
  outline: none;
  cursor: pointer;
  color: #019772;
  content: "";
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-align: center;
}
.regular5 .slick-prev:hover::after,
.regular5 .slick-next:hover::after {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.regular5 .slick-prev::after {
  background-image: url("../images/icon41.png");
  left: 10px;
}
.regular5 .slick-next::after {
  background-image: url("../images/icon40.png");
  right: 10px;
}
.reg6-col {
  padding: 0 15px;
}
.gal-bg {
  border: 1px solid #efefef;
  padding: 15px 25px;
}
.spe-h4-1 {
  margin: 0;
  padding: 0;
}
.spe-h4-1 a {
  font-weight: 700;
  font-size: 24px;
}
.spe-p-2 {
  margin: 0;
  line-height: 24px;
  padding: 0;
}
.gal-img {
  display: block;
  margin: 10px 0;
  padding: 0;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.gal-text {
  margin: 10px 0;
}
@media only screen and (min-width: 1366px) {
  .regular6 .slick-prev::after,
  .regular6 .slick-next::after {
    font-size: 14px;
    position: absolute;
    top: 50%;
    display: block;
    background-repeat: no-repeat;
    width: 22px;
    height: 60px;
    padding: 0;
    font-size: 50px;
    outline: none;
    cursor: pointer;
    color: #019772;
    content: "";
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    text-align: center;
  }
  .regular6 .slick-prev:hover::after,
  .regular6 .slick-next:hover::after {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .regular6 .slick-prev::after {
    background-image: url("../images/icon41.png");
    left: 10px;
  }
  .regular6 .slick-next::after {
    background-image: url("../images/icon40.png");
    right: 10px;
  }
}
@media only screen and (max-width: 1365px) {
  .regular6 .slick-prev::after,
  .regular6 .slick-next::after {
    font-size: 14px;
    position: absolute;
    top: 50%;
    display: block;
    background-repeat: no-repeat;
    width: 10px;
    height: 27px;
    padding: 0;
    font-size: 50px;
    outline: none;
    cursor: pointer;
    color: #019772;
    background-size: 10px 27px;
    content: "";
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    text-align: center;
  }
  .regular6 .slick-prev:hover::after,
  .regular6 .slick-next:hover::after {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .regular6 .slick-prev::after {
    background-image: url("../images/icon41.png");
    left: 10px;
  }
  .regular6 .slick-next::after {
    background-image: url("../images/icon40.png");
    right: 10px;
  }
}
footer {
  margin-top: 50px;
}
@media only screen and (min-width: 1366px) {
  .foot-one {
    background: #353535;
    padding-top: 1px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .foot-one {
    background: #353535;
    padding-bottom: 30px;
  }
}
.foot-two {
  background: #313131;
  padding: 30px 0;
}
@media only screen and (min-width: 1366px) {
  .foot-top {
    background: url("../images/bg3.png") no-repeat center center;
    height: 46px;
    width: 1170px;
    margin: 0 auto;
    margin-top: -25px;
    margin-bottom: 30px;
    padding: 15px 20px 0 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .foot-top {
    background: #4c4c4c;
    margin-bottom: 30px;
    text-align: Center;
    padding: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .foot-top a {
    display: inline-block;
    color: #979797;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1365px) {
  .foot-top a {
    display: inline-block;
    color: #979797;
    margin: 10px;
  }
}
.foot-top a:hover {
  color: #00cd9a;
}
@media only screen and (min-width: 1366px) {
  .foot-socials {
    float: left;
  }
  .foot-text1 {
    float: right;
  }
  .foot-adress {
    float: left;
    width: 40%;
  }
  .foot-links {
    float: left;
    width: 20%;
    padding-right: 2%;
  }
  .foad {
    float: left;
  }
}
@media only screen and (max-width: 1365px) {
  .foot-socials {
    text-align: Center;
  }
  .foot-adress {
    margin-top: 20px;
  }
  .foot-links {
    margin-top: 20px;
  }
  .foad {
    float: left;
  }
}
.fo-ad-col {
  margin-bottom: 20px;
}
.foad-x {
  padding-top: 10px;
}
.foad span {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-align: Center;
  line-height: 40px;
}
@media only screen and (min-width: 1366px) {
  .foad-2 {
    float: right;
    width: 89%;
    font-weight: 300;
    color: #979797;
  }
}
@media only screen and (max-width: 1365px) {
  .foad-2 {
    float: right;
    width: 80%;
    font-weight: 300;
    color: #979797;
  }
}
.foad-2 a {
  color: #979797;
  font-weight: 300;
}
.foad-2 a:hover,
.foot-links a:hover {
  color: #00cd9a;
}
.foot-links a {
  color: #979797;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}
.foot-links a::before {
  content: "\f111";
  font-size: 5px;
  color: #515151;
  float: left;
  margin: 6px 7px 0 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media only screen and (min-width: 1366px) {
  .foot-two-col {
    float: left;
    padding-right: 10%;
    width: 33.333333%;
  }
  .foot-two-col2 {
    float: right;
    text-align: right;
    width: 33.333333%;
  }
}
@media only screen and (max-width: 1365px) {
  .foot-two-col {
    margin-bottom: 20px;
  }
  .foot-two-col2 {
    text-align: Center;
  }
}
.ftwo-inp {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 5px;
}
.ftwo-inp input[type="text"] {
  display: block;
  background: transparent;
  padding: 0 20px;
  height: 40px;
  color: #fff;
  float: left;
  border: none;
  width: 80%;
}
.ftwo-inp input[type="submit"] {
  width: 40px;
  height: 40px;
  background: #019772 url("../images/icon1.png") no-repeat center center;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border: none;
  float: right;
}
.ftwo-inp input[type="submit"]:hover {
  background-color: #00cd9a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-text-2 {
  font-size: 12px;
  display: block;
  color: #8d8d8d;
  padding: 5px 20px 0 20px;
}
.foot-two-col2 a {
  margin-bottom: 5px;
}
.foot-two-col2 a img {
  max-width: 100%;
}
.foot-copyright {
  color: #8d8d8d;
}
.foot-copyright a {
  color: #00cd9a;
}
.rem-don-top {
  background: #e6d6c3;
  padding: 30px;
  font-size: 18px;
}
.rdt-left {
  float: left;
  font-weight: 700;
  color: #b09871;
  text-transform: uppercase;
}
.rdt-right {
  color: #d44747;
  float: right;
  cursor: pointer;
}
.rem-don-bot {
  padding: 30px;
}
.rdb-col {
  margin-bottom: 20px;
  text-align: left;
}
.spe-input8 {
  float: left;
  width: 85%;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  background: #cdbfad;
  border-bottom-left-radius: 10px;
  padding: 0 20px;
  border: none;
  height: 45px;
  color: #fff;
  font-weight: 500;
  line-height: 45px;
}
.rdb-in-icon {
  height: 45px;
  width: 15%;
  line-height: 45px;
  background: #cdbfad;
  float: right;
  color: #f8ead8 !important;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}
.modal-link1 {
  color: #b09871;
  text-align: left;
  font-weight: 500;
  text-decoration: underline;
}
.modal-link1:hover {
  color: #019772;
}
.spe-button9 {
  background: #5a76b7;
  display: block;
  font-weight: 700;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  color: #fff;
  padding: 15px 0;
  border: none;
  margin-top: 20px;
}
.spe-button9:hover {
  background: #00cd9a;
  color: #fff;
}
.spe-checkbox-2 {
  display: none;
}
.spe-checkbox-3 {
  display: block;
  font-weight: 500;
  color: #b09871;
  cursor: pointer;
}
.spe-checkbox-3 span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background: #808090;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin: 0 5px 0 0;
}
.spe-checkbox-3 a {
  color: #b09871;
  text-decoration: underline;
}
.spe-checkbox-2:checked + .spe-checkbox-3 span {
  background: #049578;
  border-color: #049578;
}
.spe-button8 {
  display: block;
  padding: 10px;
  width: 100%;
  border: none;
  background: #049578;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.spe-button8:hover {
  background: #00cd9a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #fff;
}


@media only screen and (min-width: 1366px) {
  .sub-left {
    float: left;
    width: 850px;
  }
  .sub-right {
    float: right;
    width: 300px;
  }
}
.sub-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-bg-inner {
  background: rgba(65, 67, 75, 0.8);
}
@media only screen and (min-width: 1366px) {
  .sub-bg .d-table {
    height: 390px;
    background: transparent url("../images/bg4.png") no-repeat bottom center;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-bg .d-table {
    height: 290px;
    text-align: Center;
  }
}
.no-image-fix {
  background: transparent !important;
}
.sub-bg-inner h1 {
  font-size: 36px;
  margin: 0;
  color: #fff;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
}
.sub-bg-inner p {
  color: #fff;
  line-height: 24px;
}
.bagis-tab {
  background: #efefef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.bagis-tab ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1366px) {
  .bagis-tab ul li {
    float: left;
    width: 12.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .bagis-tab ul li {
    float: left;
    width: 33.333333%;
  }
}
@media only screen and (max-width: 767px) {
  .bagis-tab ul li {
    float: left;
    width: 50%;
  }
}
.bagis-tab ul::after {
  content: "";
  clear: both;
  display: block;
}
.bagis-tab-col {
  display: block;
  cursor: pointer;
  border-top: 3px solid transparent;
  padding: 20px 0;
  text-align: center;
}
.bagis-tab ul li {
  border-right: 1px solid #dfdfdf;
}
.bagis-tab ul li:last-child {
  border-right: none;
}
.bagis-tab-col:hover,
.bagis-tab ul li.current .bagis-tab-col {
  border-color: #019772;
  color: #019772;
}
.bagis-icon {
  display: block;
  margin: 0 auto;
  width: 32px;
  margin-bottom: 15px;
}
.bagis-name {
  display: block !important;
  font-weight: 500;
}
@media only screen and (max-width: 1365px) {
  .sub-left-margin-fixed {
    margin-top: 20px;
  }
  .sub-right-margin-fixed {
    margin-top: 20px;
  }
  .sub-resp-menu {
    padding: 20px;
    background: #efefef;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1366px) {
  .sub-resp-menu {
    display: none;
  }
  .sub-left-margin-fixed {
    margin-top: -64px;
  }
  .sub-right-margin-fixed {
    margin-top: -188px;
  }
}
.sub-bg1 {
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.sub-bg1-pad {
  padding: 20px;
}
.spe-h2-3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  padding: 0;
}
.bagis-cart-col {
  border-top: 1px solid #dfdfdf;
  padding: 15px 0;
}
.bcc-img {
  float: left;
  width: 20%;
}
.bcc-img img {
  display: block;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.bcc-name {
  float: right;
  width: 75%;
}
.bcc-name div {
  color: #7f7f7f;
}
.bcc-name span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.sub-bg-bottom {
  background: #019772;
  padding: 30px 20px;
  color: #fff;
  font-weight: 700;
}
.sub-bb-left {
  float: left;
}
.sub-bb-right {
  float: right;
}
.bagis-tab-content {
  margin-top: 20px;
}
.btc-cols {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.btc-cols::after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (min-width: 1366px) {
  .btc-cols li {
    float: left;
    width: 23%;
    margin-right: 2.66666666%;
    margin-top: 2.66666666%;
  }
  .btc-cols li:nth-child(4n+0) {
    float: right;
    margin-right: 0;
  }
  .btc-cols li:nth-child(1),
  .btc-cols li:nth-child(2),
  .btc-cols li:nth-child(3),
  .btc-cols li:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .btc-cols li {
    float: left;
    width: 48%;
    margin-top: 20px;
  }
  .btc-cols li:nth-child(even) {
    float: right;
  }
  .btc-cols li:nth-child(1),
  .btc-cols li:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .btc-cols li {
    margin-top: 20px;
  }
  .btc-cols li:nth-child(1) {
    margin-top: 0;
  }
}
.btc-bg {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-size: cover;
  display: block;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
}
.btc-bg .d-table {
  height: 235px;
  background: -moz-linear-gradient(top, rgba(35, 36, 41, 0) 0%, #232429 100%);
  background: -webkit-linear-gradient(top, rgba(35, 36, 41, 0) 0%, #232429 100%);
  background: linear-gradient(to bottom, rgba(35, 36, 41, 0) 0%, #232429 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00232429', endColorstr='#232429', GradientType=0);
}
.btc-bg .d-cell {
  padding: 20px;
}
.btc-name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.btc-infos {
  color: #fff;
}
.btc-donate {
  margin-top: 10px;
}
.btc-donate input[type="text"] {
  float: left;
  height: 40px;
  background: #fff;
  border: none;
  line-height: 40px;
  font-weight: 700;
  padding: 0 15px;
  width: 40%;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.btc-tl {
  float: left;
  height: 40px;
  background: #fff;
  border: none;
  line-height: 40px;
  text-align: center;
  width: 10%;
  color: #999;
}
.btc-donate input[type="submit"] {
  float: right;
  height: 40px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #019772;
  border: none;
  line-height: 40px;
  text-align: center;
  width: 50%;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.btc-donate input[type="submit"]:hover {
  background: #00cd9a;
}
.ph-content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.ph-img {
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
}
.ph-img .d-table {
  height: 275px;
  background: -moz-linear-gradient(top, rgba(35, 36, 41, 0) 0%, #232429 100%);
  background: -webkit-linear-gradient(top, rgba(35, 36, 41, 0) 0%, #232429 100%);
  background: linear-gradient(to bottom, rgba(35, 36, 41, 0) 0%, #232429 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00232429', endColorstr='#232429', GradientType=0);
}
.ph-img .d-cell {
  padding: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ph-content:hover .d-cell {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding-bottom: 30px;
}
.ph-name {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.ph-text {
  font-weight: 500;
  color: #fff;
  display: block;
  margin-top: 5px;
}
.ph-buttons {
  background: #019772;
}
.ph-buttons a {
  display: block;
  float: left;
  width: 50%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
.ph-buttons a:hover {
  background: #00cd9a;
}
.reg7-col {
  padding: 0 15px;
}
.regular7 .slick-prev::after,
.regular7 .slick-next::after {
  font-size: 14px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  outline: none;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 50px;
  color: #019772;
  background: transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-align: center;
}
.regular7 .slick-prev:hover::after,
.regular7 .slick-next:hover::after {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.regular7 .slick-prev::after {
  content: "\f053";
  left: 10px;
}
.regular7 .slick-next::after {
  content: "\f054";
  right: 10px;
}
.henu-tab {
  background: #efefef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.henu-tab ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1366px) {
  .henu-tab ul li {
    float: left;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .henu-tab ul li .d-cell {
    padding: 0 30px;
  }
  .sub-menu-one {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-menu-one {
    display: none;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .henu-tab ul li {
    float: left;
    width: 33.33333%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .henu-tab ul li .d-cell {
    padding: 0 15px;
  }
}
.henu-tab ul::after {
  content: "";
  clear: both;
  display: block;
}
.henu-tab ul li .d-table {
  height: 100px;
  cursor: pointer;
}
.henu-tab ul li img {
  max-width: 100%;
  display: block;
}
.henu-tab ul li:hover,
.henu-tab ul li.current {
  background: #dfdfdf;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.henu-tab-content {
  margin-top: 20px;
}
.henu-info-col {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.henu-info-col:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .henu-col {
    float: left;
    width: 33.333333%;
  }
}
.henu-con {
  display: block;
  color: #999;
  font-weight: 300;
  margin-bottom: 10px;
}
.henu-con b {
  font-weight: 700;
  color: #1e1e23;
}
.sub-menu-one li {
  border-top: 1px solid #dfdfdf;
}
.sub-menu-one li:first-child {
  border-top: none;
}
.sub-menu-one li a {
  display: table;
  width: 100%;
  margin: 0;
  height: 50px;
  padding: 0;
}
.sub-menu-one li a span {
  display: table-cell;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sub-menu-one li a span:nth-child(1) {
  width: 17%;
  border-right: 1px solid #dfdfdf;
  color: #c2c2c2;
  text-align: Center;
}
.sub-menu-one li a span:nth-child(2) {
  padding: 0 15px;
  width: 83%;
  border-right: 3px solid transparent;
}
.sub-menu-one li a:hover span:nth-child(1),
.sub-menu-one li.current a span:nth-child(1) {
  color: #019772;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sub-menu-one li a:hover span:nth-child(2),
.sub-menu-one li.current a span:nth-child(2) {
  color: #019772;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-color: #019772;
}
.sub-padding {
  padding-top: 20px;
}
.sss-col {
  margin-bottom: 20px;
}
.sss-question {
  background: #efefef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
}
.sss-question:hover,
.sss-current {
  background: #019772;
  color: #fff;
}
.sss-question:hover::after,
.sss-current::after {
  color: #fff !important;
}
.sss-question::after {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999;
  position: absolute;
  right: 20px;
  top: 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sss-answer {
  padding: 20px 20px 20px 20px;
  line-height: 24px;
  display: none;
}
.sub-bg-pad {
  padding: 30px;
}
.cart-total-p {
  padding: 30px;
  font-size: 18px;
}
.ctp-col1 {
  float: left;
}
.ctp-col2 {
  float: right;
  font-weight: 700;
}
.cart-num {
  margin-bottom: 20px;
}
.cart-num-2 {
  margin-bottom: 20px;
}
.cart-cle-col {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .cart-num-2 {
    float: left;
    width: 48%;
  }
  .cart-num-3 {
    float: right;
    width: 48%;
  }
}
@media only screen and (max-width: 1024px) {
  .cart-infos {
    margin-top: 20px;
  }
  .cart-num-2 {
    margin-bottom: 20px;
  }
  .cart-num-3 {
    margin-bottom: 20px;
  }
}
.cart-cle {
  margin-bottom: 20px;
}
.spe-input20 {
  border: 1px solid #dfdfdf;
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  height: 35px;
  padding: 0 20px;
  line-height: 35px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-input20:focus {
  border-color: #049578;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-checkbox-5 {
  display: none;
}
.spe-checkbox-4 {
  cursor: pointer;
}
.spe-checkbox-4 span {
  display: block;
  width: 16px;
  background: #fff;
  border: 1px solid #dfdfdf;
  float: left;
  margin: 3px 10px 0 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.06);
  height: 16px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.spe-checkbox-5:checked + .spe-checkbox-4 span {
  border-color: #049578;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #049578;
}
.span-text12 {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.spe-button7 {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #019772;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 700;
}
.spe-button7:hover {
  background: #00cd9a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.pay-cart {
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .pay-cart li {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    display: table;
    font-weight: 500;
  }
  .pay-cart li:nth-child(1) div {
    padding-top: 0;
  }
  .pay-cart li div {
    display: table-cell;
    padding: 15px 0;
    font-size: 14px;
    color: #5e5e5e;
    vertical-align: middle;
  }
  .pay-cart li div span {
    color: #bfbfbf;
    display: block;
  }
  .pay-cart li div:nth-child(1) {
    width: 25%;
  }
  .pay-cart li div:nth-child(2) {
    width: 50%;
  }
  .pay-cart li div:nth-child(3) {
    width: 15%;
  }
  .pay-cart li div:nth-child(4) {
    width: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .cart-two .jp-card-container {
    width: 100% !important;
  }
  .pay-cart li:first-child {
    display: none;
  }
  .pay-cart li {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    font-weight: 500;
    list-style: none;
  }
  .pay-cart li div {
    padding: 5px 0;
    font-size: 14px;
    color: #5e5e5e;
    text-align: center;
    vertical-align: middle;
  }
  .pay-cart li div span {
    color: #bfbfbf;
    display: block;
  }
}
.cart-add {
  font-size: 18px;
  color: #23b385;
}
.cart-ref {
  font-size: 18px;
  color: #f4e028;
}
.cart-del {
  font-size: 18px;
  color: #d73636;
}
.spe-h2-6 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 500;
  color: #1e1e23;
  padding: 0;
}
.cart-total-p {
  padding: 30px;
  font-size: 18px;
}
.bb-con {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid #dfdfdf;
}
@media only screen and (min-width: 768px) {
  .bb-con li {
    display: table;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-weight: 500;
    font-size: 11px;
  }
  .bb-con li:first-child div {
    color: #b3b3b3;
  }
  .bb-con li div {
    display: table-cell;
    padding: 10px;
    color: #5e5e5e;
    border-right: 1px solid #dfdfdf;
    vertical-align: middle;
  }
  .bb-con li div:nth-child(1) {
    width: 5%;
    border-left: 1px solid #dfdfdf;
    text-align: center;
  }
  .bb-con li div:nth-child(1) a {
    color: #45aa7d;
  }
  .bb-con li div:nth-child(2) {
    width: 14%;
  }
  .bb-con li div:nth-child(3) {
    width: 14%;
  }
  .bb-con li div:nth-child(4) {
    width: 20%;
  }
  .bb-con li div:nth-child(5) {
    width: 12%;
  }
  .bb-con li div:nth-child(6) {
    width: 12%;
  }
  .bb-con li div:nth-child(7) {
    width: 12%;
  }
  .bb-con li div:nth-child(8) {
    width: 11%;
  }
  .bb-con li div span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .bb-con li:nth-child(1) {
    display: none;
  }
  .bb-con li {
    list-style: none;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-weight: 500;
    font-size: 14px;
  }
  .bb-con li:first-child div {
    color: #b3b3b3;
  }
  .bb-con li div {
    padding: 10px;
    color: #5e5e5e;
    text-align: center;
  }
  .bb-con li div span {
    display: block;
    color: #1e1f20;
  }
  .bb-con li div:nth-child(1) a {
    color: #45aa7d;
  }
}
.bb-con li:hover {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #dfdfdf;
}
@media only screen and (min-width: 768px) {
  .bb-flo {
    margin-right: 10px;
  }
  .bb-page .spe-h1-7 {
    margin-bottom: 0 !important;
    float: left;
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .bb-flo {
    clear: both;
    margin: 0 0 20px 0;
  }
  .bb-page .spe-h1-7 {
    margin-bottom: 0 !important;
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  .bb-flo {
    padding-bottom: 20px;
  }
  .bb-flo .spe-button34 {
    margin-top: 0;
    float: left;
    margin-right: 10px;
    width: 100px !important;
    text-align: center;
    padding: 10px 20px !important;
    height: 40px !important;
  }
  .bb-flo .spe-button37 {
    float: left;
    margin-right: 10px;
    width: 25% !important;
  }
  .bb-flo .spe-button36 {
    float: left;
    margin-right: 10px;
    width: 25% !important;
  }
  .bb-flo .spe-button36 .spe-select20,
  .bb-flo .spe-button37 .spe-select20,
  .bb-flo .spe-button36 select,
  .bb-flo .spe-button37 select {
    height: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .bb-flo .spe-button34 {
    margin-bottom: 10px;
    margin-top: 0;
    width: 100% !important;
    text-align: center;
    padding: 10px 20px !important;
    height: 40px !important;
  }
  .bb-flo .spe-button37 {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .bb-flo .spe-button36 {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .bb-flo .spe-button36 .spe-select20,
  .bb-flo .spe-button37 .spe-select20,
  .bb-flo .spe-button36 select,
  .bb-flo .spe-button37 select {
    height: 40px !important;
  }
}
.spe-button12 {
  background-color: #049578;
  color:#fff;
  text-align: Center;
  margin-top: 20px;
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.spe-button12:hover {
  color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-image: linear-gradient(to left, #049578 30%, #084b70 100%);
}
.spe-select1 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  background: #fff;
  display: block;
  height: 40px;
  overflow: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-select1 select {
  border: none;
  background: transparent;
  width: 130%;
  height: 40px;
  padding: 0 20px;
  display: block;
  line-height: 40px;
  font-weight: 500;
}
.spe-select1 {
  background-image: url("../images/icon2.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.spe-input19 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  background: #fff;
  display: block;
  height: 45px;
  overflow: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 0 20px;
  line-height: 45px;
  font-weight: 500;
}
.spe-input19:focus,
.spe-input19:hover {
  border-color: #019772;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .pfc-col:nth-child(1),
  .pfc-col:nth-child(2),
  .pfc-col:nth-child(3) {
    margin-top: 0;
  }
  .pfc-col {
    display: block;
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-top: 3.5%;
  }
  .pfc-col:nth-child(3n+0) {
    float: right;
    margin-right: 0;
  }
  .pfc-top-1 {
    float: left;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    font-weight: 700;
  }
  .pfc-top-2 {
    float: right;
    background: #dfdfdf;
    width: 40px;
    line-height: 40px;
    height: 40px;
    color: #888;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pfc-col:nth-child(1) {
    margin-top: 0;
  }
  .pfc-col {
    display: block;
    margin-top: 20px;
  }
  .pfc-top-1 {
    float: left;
    width: 70%;
    font-size: 17px;
    font-weight: 700;
  }
  .pfc-top-2 {
    float: right;
    background: #dfdfdf;
    width: 30%;
    line-height: 40px;
    height: 40px;
    color: #888;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
}
.pfc-bg {
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.pfc-top {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.pfc-bot div {
  margin-top: 10px;
  font-size: 12px;
}
.pfc-bot div b {
  font-weight: 700;
}
.pfc-link {
  margin-top: 15px;
}
.pfc-link a {
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  text-transform: uppercase;
  background: #efefef;
}
.pfc-link a:hover {
  background: #00cd9a;
  color: #fff;
}
.spe-h2-2 {
  margin: 0 0 10px 0;
  padding: 0;
}
.prof-edit-row {
  margin-bottom: 20px;
}
.spe-h3-3 {
  font-size: 18px;
  font-weight: 500;
  background: #dfdfdf;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 20px 0;
  padding: 15px;
}
.spe-input9 {
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #dfdfdf;
  display: block;
  height: 35px;
  overflow: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 0 20px;
  line-height: 35px;
  font-weight: 500;
}
.spe-input9:focus,
.spe-input9:hover {
  border-color: #049578;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .per-col {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .pr-ed-ro .per-col:nth-child(3n+0) {
    margin-bottom: 0;
    margin-right: 0;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .per-col {
    margin-bottom: 20px;
  }
}
.per-col-clear {
  margin-bottom: 20px;
  clear: both;
}
.per-col span,
.per-col-clear span {
  display: inline-block;
  float: left;
  padding: 4px 0;
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.spe-select1 {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #dfdfdf;
  display: block;
  height: 35px;
  overflow: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-select1 select {
  border: none;
  background: transparent;
  width: 130%;
  height: 35px;
  padding: 0 20px;
  display: block;
  line-height: 35px;
  font-weight: 500;
}
.spe-select1 {
  background-image: url("../images/icon2.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.spe-label15-1 {
  display: none;
}
.spe-label15 {
  cursor: pointer;
}
.spe-label15 span {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  float: left;
  width: 16px !important;
  display: block;
  padding: 0 !important;
  margin: 0 5px 0 0;
  height: 16px !important;
  background: #fff;
}
.spe-label15-1:checked + .spe-label15 span {
  background: #049578;
  border-color: #049578;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-checkbox-1 {
  margin-top: 20px;
}
.spe-select2 {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #dfdfdf;
  display: block;
  background: #fff;
  height: 35px;
  overflow: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-select2 select {
  border: none;
  background: transparent;
  width: 130%;
  height: 35px;
  padding: 0 20px;
  display: block;
  line-height: 35px;
  font-weight: 500;
}
.ss-col1 {
  background-image: url("../images/icon2.png");
  background-repeat: no-repeat;
  float: left;
  width: 35%;
  overflow: hidden;
  background-position: right 5px center;
}
.ss-col2 {
  float: right;
  width: 65%;
}
.ss-col2 input {
  height: 35px;
  display: block;
  background: transparent;
  padding: 0 20px;
  width: 100%;
  line-height: 35px;
  border: none;
}
.spe-textarea1 {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  display: block;
  height: 100px;
  padding: 20px;
  overflow: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  resize: none;
}
.spe-textarea1:focus {
  border-color: #049578;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.per-col-inl {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.if-col .spe-input19 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.cart-num {
  margin-bottom: 20px;
}
.cart-num-2 {
  margin-bottom: 20px;
}
.cart-cle-col {
  margin-bottom: 20px;
}
.sub-text-content {
  line-height: 24px;
}
.sub-text-content h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 24px;
}
.sub-detail-img img {
  display: block;
  width: 100%;
}
.ilet-map iframe {
  height: 300px;
  width: 100%;
  border: none;
}
.ilet-infos {
  margin-top: 20px;
}
.if-col,.if-col-2 {

  margin-top: 20px;
}
.if-col-2 input[type=text],.if-col-2  select{
  width:45%;
  float:left;
  margin-right: 4%;
  display: inline-block;
}
.if-col-2:after{
  clear: both;
}
.if-col,.if-col-2 span {

  font-size: 12px;
  margin: 0 0 5px 0;
  display: block;
  font-weight: 500;
}
.cinf-bor {
  padding: 20px;
  background: #efefef;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.cinf-bor h5 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 10px 0;
}
.cinf-bor div {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}
.cinf-bor div i {
  color: #ddd;
}
@media only screen and (min-width: 1366px) {
  .logged-box {
    background: rgba(0, 0, 0, 0.1);
    float: right;
    position: relative;
    margin-left: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  .logged-name {
    float: left;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
  }
  .logged-cart a {
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: block;
    padding: 10px 20px;
  }
  .logged-cart-info {
    padding: 10px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    float: left;
  }
  .logged-name:hover .logged-dropped {
    display: block;
    animation-name: anime1;
    animation-duration: .5s;
    animation-fill-mode: forwards;
  }
}
@media only screen and (max-width: 1365px) {
  .logged-box {
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 20px;
    z-index: 100;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  .logged-name {
    width: 70%;
  }
  .logged-cart {
    width: 15%;
  }
  .logged-cart-info {
    width: 15%;
  }
  .logged-name {
    float: left;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
  }
  .logged-cart a {
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: block;
    padding: 10px 5px;
    text-align: center;
  }
  .logged-cart-info {
    padding: 10px 5px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    float: left;
  }
}
.logged-name:hover,
.logged-cart a:hover {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.1);
}
.logged-cart {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  float: left;
  color: #fff;
}
.logged-dropped {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  display: none;
  top: 38px;
  overflow: hidden;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.logged-dropped a {
  display: block;
  text-align: left;
  font-size: 12px;
  padding: 10px 15px !important;
  margin: 0 !important;
}
.logged-dropped a:hover {
  background: #019772;
  color: #fff;
}
.spe-icons {
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
}
.spe-icon1 {
  background-position: -256px 0;
}
.spe-icon2 {
  background-position: -256px -32px;
}
.spe-icon3 {
  background-position: 0 -32px;
}
.spe-label5:hover .spe-icon3,
.spe-input5:checked + .spe-label5 .spe-icon3 {
  background-position: 0 0;
}
.spe-icon4 {
  background-position: -32px -32px;
}
.spe-label5:hover .spe-icon4,
.spe-input5:checked + .spe-label5 .spe-icon4 {
  background-position: -32px 0;
}
.spe-icon5 {
  background-position: -64px -32px;
}
.spe-label5:hover .spe-icon5,
.spe-input5:checked + .spe-label5 .spe-icon5 {
  background-position: -64px 0;
}
.spe-icon6 {
  background-position: -96px -32px;
}
.spe-label5:hover .spe-icon6,
.spe-input5:checked + .spe-label5 .spe-icon6 {
  background-position: -96px 0;
}
.spe-icon7 {
  background-position: -129px -32px;
}
.spe-label5:hover .spe-icon7,
.spe-input5:checked + .spe-label5 .spe-icon7 {
  background-position: -129px 0;
}
.spe-icon8 {
  background-position: -161px -32px;
}
.spe-label5:hover .spe-icon8,
.spe-input5:checked + .spe-label5 .spe-icon8 {
  background-position: -161px 0;
}
.spe-icon9 {
  background-position: -193px -32px;
}
.spe-label5:hover .spe-icon9,
.spe-input5:checked + .spe-label5 .spe-icon9 {
  background-position: -193px 0;
}
.spe-icon10 {
  background-position: -225px -32px;
}
.spe-label5:hover .spe-icon10,
.spe-input5:checked + .spe-label5 .spe-icon10 {
  background-position: -225px 0;
}
.nav-link.active .spe-icon0 {
  background-position: 0px -32px;
}


.nav-link.active .spe-icon11 {
  background-position: 0px -32px;
}
.nav-link.active .spe-icon12 {
  background-position: -32px -32px;
}
.nav-link.active .spe-icon13 {
  background-position: -64px -32px;
}
.nav-link.active .spe-icon14 {
  background-position: -96px -32px;
}
.nav-link.active .spe-icon15 {
  background-position: -129px -32px;
}

.nav-link.active .spe-icon16 {
  background-position: -161px -32px;
}
.nav-link.active .spe-icon17 {
  background-position: -193px -32px;
}
.nav-link.active .spe-icon18 {
  background-position: -225px -32px;
}
.spe-icon11 {
  background-position: 0 0;
}
.spe-icon12 {
  background-position: -32px 0;
}
.spe-icon13 {
  background-position: -64px 0;
}
.spe-icon14 {
  background-position: -96px 0;
}
.spe-icon15 {
  background-position: -129px 0;
}
.spe-icon16 {
  background-position: -161px 0;
}
.spe-icon17 {
  background-position: -193px 0;
}
.spe-icon18 {
  background-position: -225px 0;
}
.link-fast-dona a:hover span:nth-child(2) .spe-icon11 {
  background-position: 0 -32px;
}
.link-fast-dona a:hover span:nth-child(2) .spe-icon12 {
  background-position: -32px -32px;
}
.link-fast-dona a:hover span:nth-child(2) .spe-icon13 {
  background-position: -64px -32px;
}
.link-fast-dona a:hover span:nth-child(2) .spe-icon14 {
  background-position: -96px -32px;
}
.link-fast-dona a:hover span:nth-child(2) .spe-icon15 {
  background-position: -129px -32px;
}
.link-fast-dona a:hover span:nth-child(2) .spe-icon16 {
  background-position: -161px -32px;
}
.link-fast-dona a:hover span:nth-child(2) .spe-icon17 {
  background-position: -193px -32px;
}
.link-fast-dona a:hover span:nth-child(2) .spe-icon18 {
  background-position: -225px -32px;
}
.bagis-tab-col:hover .spe-icon11,
.bagis-tab ul li.current .bagis-tab-col .spe-icon11 {
  background-position: 0 -64px;
}
.bagis-tab-col:hover .spe-icon12,
.bagis-tab ul li.current .bagis-tab-col .spe-icon12 {
  background-position: -32px -64px;
}
.bagis-tab-col:hover .spe-icon13,
.bagis-tab ul li.current .bagis-tab-col .spe-icon13 {
  background-position: -64px -64px;
}
.bagis-tab-col:hover .spe-icon14,
.bagis-tab ul li.current .bagis-tab-col .spe-icon14 {
  background-position: -96px -64px;
}
.bagis-tab-col:hover .spe-icon15,
.bagis-tab ul li.current .bagis-tab-col .spe-icon15 {
  background-position: -129px -64px;
}
.bagis-tab-col:hover .spe-icon16,
.bagis-tab ul li.current .bagis-tab-col .spe-icon16 {
  background-position: -161px -64px;
}
.bagis-tab-col:hover .spe-icon17,
.bagis-tab ul li.current .bagis-tab-col .spe-icon17 {
  background-position: -193px -64px;
}
.bagis-tab-col:hover .spe-icon18,
.bagis-tab ul li.current .bagis-tab-col .spe-icon18 {
  background-position: -225px -64px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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 {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    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 {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-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);
  }
  to {
    -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);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -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);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -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);
  }
  to {
    -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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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);
  }
  to {
    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);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(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;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(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;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.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;
  }
  to {
    -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;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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);
  }
  to {
    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 {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.current span {
  color: #019772;
}
/*# sourceMappingURL=styles.css.map */
.spe-input222 {
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#decfbc+0,b1a595+100 */
  background: #decfbc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #decfbc 0%, #b1a595 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #decfbc 0%, #b1a595 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #decfbc 0%, #b1a595 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#decfbc', endColorstr='#b1a595', GradientType=0);
  /* IE6-9 */
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: Center;
  width: 100%;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
.spe-input222:hover {
  color: #fff;
  background: #dfbf97;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
@media only screen and (min-width: 1366px) {
  .ara-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    overflow: hidden;
  }
  .ara-whatsapp a {
    display: block;
    float: left;
    padding: 15px 30px;
    color: #fff;
    font-size: 32px;
    background: #FFD39B;
  }
  .ara-whatsapp2 {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1000;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    overflow: hidden;
  }
  .ara-whatsapp2 a {
    display: block;
    float: left;
    padding: 15px 30px;
    color: #fff;
    font-size: 20px;
    background: #019772;
  }
  .regular2 .slick-prev::after,
  .regular2 .slick-next::after {
    font-size: 14px;
    position: absolute;
    top: 50%;
    display: block;
    background-repeat: no-repeat;
    width: 22px;
    height: 60px;
    padding: 0;
    font-size: 50px;
    outline: none;
    cursor: pointer;
    color: #019772;
    content: "";
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    text-align: center;
  }
  .regular2 .slick-prev:hover::after,
  .regular2 .slick-next:hover::after {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .regular2 .slick-prev::after {
    background-image: url("../images/icon41.png");
    left: 10px;
  }
  .regular2 .slick-next::after {
    background-image: url("../images/icon40.png");
    right: 10px;
  }
}
@media only screen and (max-width: 1365px) {
  .ara-whatsapp {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    overflow: hidden;
  }
  .ara-whatsapp a {
    display: block;
    float: left;
    padding: 5px 15px;
    color: #fff;
    font-size: 24px;
    background: #FFD39B;
  }
  .ara-whatsapp2 {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 1000;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    overflow: hidden;
  }
  .ara-whatsapp2 a {
    display: block;
    float: left;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    background: #019772;
  }
  .regular2 .slick-prev::after,
  .regular2 .slick-next::after {
    font-size: 14px;
    position: absolute;
    top: 50%;
    display: block;
    background-repeat: no-repeat;
    width: 10px;
    height: 27px;
    padding: 0;
    font-size: 50px;
    outline: none;
    cursor: pointer;
    color: #019772;
    background-size: 10px 27px;
    content: "";
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    text-align: center;
  }
  .regular2 .slick-prev:hover::after,
  .regular2 .slick-next:hover::after {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .regular2 .slick-prev::after {
    background-image: url("../images/icon41.png");
    left: 10px;
  }
  .regular2 .slick-next::after {
    background-image: url("../images/icon40.png");
    right: 10px;
  }
}
.last-foot {
  margin: 30px 0 0 0;
}
@media only screen and (min-width: 1366px) {
  .lfoo-col {
    float: left;
    transition: all 0.2s ease-in-out;
    width: 12.5%;
  }
}
@media only screen and (max-width: 1365px) {
  .lfoo-col {
    float: left;
    width: 50%;
    transition: all 0.2s ease-in-out;
  }
}
.lfoo-col a {
  display: table;
  width: 100%;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
  height: 100px;
  color: #fff;
}
.lfoo-col:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
.lfoo-col a span {
  display: table-cell;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.28);
  vertical-align: middle;
}
.lfoo-col a span:nth-child(1) {
  font-size: 22px;
  width: 35%;
  text-align: right;
  padding: 0 10px 0 15px;
}
.lfoo-col a span:nth-child(2) {
  width: 65%;
  text-align: left;
  padding: 0 15px 0 10px;
}
.lfoo-col:nth-child(1) {
  background: #d6b385;
}
.lfoo-col:nth-child(2) {
  background: #7998ad;
}
.lfoo-col:nth-child(3) {
  background: #d67171;
}
.lfoo-col:nth-child(4) {
  background: #5ea887;
}
.lfoo-col:nth-child(5) {
  background: #90a85e;
}
.lfoo-col:nth-child(6) {
  background: #cc8667;
}
.lfoo-col:nth-child(7) {
  background: #a45ea8;
}
.lfoo-col:nth-child(8) {
  background: #8277c3;
}
@media only screen and (min-width: 1366px) {
  .lang-select {
    position: absolute;
    top: 10px;
    right: 20px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    overflow: hidden;
    padding: 2px;
    width: 200px;
  }
}
@media only screen and (max-width: 1365px) {
  .lang-select {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    overflow: hidden;
    padding: 2px;
    margin-bottom: 10px;
  }
}
.lang-select a {
  display: block;
  float: left;
  padding: 3px 6px;
  color: #fff;
  text-align: Center;
  width: 33.333333% !important;
  margin: 0 !important;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.lang-select a:hover,
.lang-select a.current {
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (min-width: 1366px) {
  .head-searched {
    width: 200px;
    position: absolute;
    top: 10px;
    overflow: hidden;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .head-searched {
    margin: 10px 0;
    overflow: hidden;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
  }
}
.head-searched input[type="text"] {
  border: none;
  width: 80%;
  float: left;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}
.head-searched input[type="submit"] {
  border: none;
  width: 20%;
  float: left;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
}
.spreg3-button {
  text-align: center;
  margin-top: 30px;
}
.spe-button512 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: #e9e9e9;
  display: inline-block;
  padding: 10px 25px;
  font-weight: 500;
  color: #1e1f20;
}
.spe-button512:hover {
  background: #45aa7d;
  color: #fff;
}
.sub-pad-top-fix {
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .new-list .nlist-col {
    float: left;
    width: 30%;
    margin-right: 2.666666%;
    margin-top: 2.666666%;
  }
  .new-list .nlist-col:nth-child(4n+0) {
    float: right;
    margin-right: 0;
  }
  .new-list .nlist-col:nth-child(1),
  .new-list .nlist-col:nth-child(2),
  .new-list .nlist-col:nth-child(3),
  .new-list .nlist-col:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .new-list .nlist-col {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
  }
  .new-list .nlist-col:nth-child(3n+0) {
    float: right;
    margin-right: 0;
  }
  .new-list .nlist-col:nth-child(1),
  .new-list .nlist-col:nth-child(2),
  .new-list .nlist-col:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .new-list .nlist-col {
    margin-top: 2.666666%;
  }
  .new-list .nlist-col:nth-child(1) {
    margin-top: 0;
  }
}
.foot-secure-card {
  margin: 10px 0;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 5px;
  display: table;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1366px) {
  .foot-secure-card .fsc-col {
    display: table-cell;
    width: 12.5%;
    text-align: Center;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 479px) {
  .foot-secure-card .fsc-col {
    display: inline-block;
    width: 45%;
    text-align: Center;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1365px) {
  .foot-secure-card .fsc-col {
    display: inline-block;
    width: 22%;
    text-align: Center;
    vertical-align: middle;
  }
}
.foot-secure-card .fsc-col img {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  display: block;
  max-width: 100%;
  max-height: 30px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  opacity: 0.8;
}
.foot-secure-card .fsc-col .fsc-bg:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  opacity: 1;
}
@media only screen and (min-width: 1366px) {
  .reg2-images img {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1365px) {
  .reg2-images img {
    display: block;
    width: 175%;
    margin-left: -37.5%;
  }
  .reg2-images {
    position: relative;
    overflow: hidden;
  }
  .new-bot-menu {
  }
}
header {
}

/*@media only screen and (min-width: 1366px) {
  nav {
    float: left;
  }
  .new-bot-menu {
  border-top: 1px solid #ececec;
}
}
@media only screen and (max-width: 1365px) {
  nav {
    position: absolute;
    background: white;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    top: 0;
    z-index: 200;
  }
}
nav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1366px) {
  nav ul li {
    float: left;
    position: relative;
  }
}
@media only screen and (max-width: 1365px) {
  nav ul li {
    position: relative;
  }
}
nav ul::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 1366px) {
  nav ul li a {
    display: block;
    padding: 15px 13px;
    cursor: pointer;
    text-transform: uppercase;
    color: #aaaaaa;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1365px) {
  nav ul li a {
    display: block;
    padding: 10px 10px;
    cursor: pointer;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
    color: #aaaaaa;
    font-weight: 600;
  }
}
nav ul li a i {
  font-size: 10px;
}
nav ul li:hover a,
nav ul li:hover > a {
  background: #ececec;
  color: #1e1e23;
}
nav ul li ul {
  display: none;
  background: #ececec;
  z-index: 1000;
  position: absolute;
  width: 140%;
}
nav ul li ul li {
  display: block;
  float: none;
}
nav ul li ul li a {
  display: block;
  padding: 10px 8px;
  cursor: pointer;
  text-transform: none;
  border-bottom: 1px solid #d6d6d6;
  font-size: 11px;
  color: #5a5a5a !important;
}
nav ul li ul li:last-child a {
  border-bottom: none;
}
nav ul li ul li a:hover {
  background: #fff;
  color: #1e1e23 !important;
}
nav ul li ul li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  float: left;
  margin: 1.5px 5px 0 0;
  color: #999;
}
@media only screen and (min-width: 1366px) {
  nav ul li:hover ul {
    display: block;
    animation-name: anime1;
    animation-duration: .5s;
    animation-fill-mode: forwards;
  }
}*/
@media only screen and (min-width: 1366px) {
  .new-logo {
    float: left;
    padding: 5px 0;
    height: 85px;
  }
  .new-logo a {
    display: block;
    height: 85px;
  }
  .new-logo img {
    display: block;
    max-width: 100%;
    max-height: 75px;
  }
  .new-content {
    float: right;
    margin-top:10px;
  }
  .new-content2 {
    float: right;
    margin-top:10px;
  }
  .new-other-buttons {
    float: right;
    margin-top: 4px;
  }
  .new-other-buttons a {
    display: block;
    float: left;
    margin-left: 8px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #a99b5c;
  }
  header .container {
    width: 1265px !important;
  }
}
@media only screen and (max-width: 1365px) {
  header .container {
    padding: 0 10px !important;
  }
  .new-logo {
    padding: 5px 0;
  }
  .new-logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    max-height: 125px;
  }
  .new-content {
    display:none;
  }
  .new-content2 {
    display:none;
  }
  .new-other-buttons {
    margin-top: 10px;
  }
  .new-other-buttons a:nth-child(1) {
    float: left;
  }
  .new-other-buttons a:nth-child(2) {
    float: right;
  }
  .new-other-buttons a {
    display: block;
    width: 48%;
    margin-bottom: 8px;
    height: 30px;
    font-size:12px !important;
    line-height: 30px;
    text-align: center;
    padding: 0 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #a99b5c;
  }
}
.new-other-buttons a:hover {
  background: #019772;
}
@media only screen and (min-width: 1366px) {
  .new-search,
  .new-share,
  .new-lang,
  .new-register,
  .new-login,
  .new-cart {
    float: left;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 1365px) {
  .new-search,
  .new-lang,
  .new-register,
  .new-login,
  .new-cart,
  .new-resp-menu,
  .new-share {
    display: block;
    float: left;
    margin: 0 1px;
  }
}
@media only screen and (min-width: 1366px) {
  .new-search span,
  .new-share span {
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    border: 2px solid #c8c8c8;
    background: #c8c8c8;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (max-width: 1365px) {
  .new-search span,
  .new-share span {
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    background: #c8c8c8;
    border: 2px solid #c8c8c8;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
}
.new-logged-box span:hover,
.new-search span:hover,
.new-share span:hover,
.new-lang a:hover,
.new-register a:hover,
.new-lang a.current,
.new-cart a:hover,
.nsd-bg a:hover {
  transition: all 0.2s ease-in-out;
  background: #019772;
  color: #fff;
  border-color: #019772;
}
@media only screen and (min-width: 1366px) {
  .new-lang a {
    float: left;
    cursor: pointer;
    margin-left: 8px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    font-size: 12px;
    font-weight: 700;
    -webkit-border-radius: 100%;
    display: block;
    border: 2px solid #c8c8c8;
    line-height: 38px;
    background: #c8c8c8;
    text-align: center;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (max-width: 1365px) {
  .new-lang a {
    float: left;
    cursor: pointer;
    margin-left: 2px;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    font-size: 12px;
    font-weight: 700;
    -webkit-border-radius: 100%;
    display: block;
    border: 2px solid #c8c8c8;
    line-height: 27px;
    background: #c8c8c8;
    text-align: center;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
}
.new-lang a:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 1366px) {
  .new-register a {
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    border: 2px solid #c8c8c8;
    line-height: 38px;
    font-size: 18px;
    background: #c8c8c8;
    text-align: center;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
  .new-login a {
    background: #c8c8c8;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    border: 2px solid #c8c8c8;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (max-width: 1365px) {
  .new-register a {
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    border: 2px solid #c8c8c8;
    line-height: 28px;
    font-size: 14px;
    background: #c8c8c8;
    text-align: center;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
  .new-login a {
    background: #c8c8c8;
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    border: 2px solid #c8c8c8;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
}
.new-login a:hover {
  background: #00c594;
  border-color: #00c594;
  color: #fff;
}
@media only screen and (min-width: 1366px) {
  .new-cart a {
    background: #c8c8c8;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    border: 2px solid #c8c8c8;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    position: relative;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (max-width: 1365px) {
  .new-cart a {
    background: #c8c8c8;
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    border: 2px solid #c8c8c8;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    position: relative;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
  .new-resp-menu span {
    background: #c8c8c8;
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    border: 2px solid #c8c8c8;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    position: relative;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
}

.new-cart a span {
  position: absolute;
  top: -8px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #019772;
  line-height: 20px;
  text-align: center;
  right: -8px;
}
.new-phone-call a:hover {
  color: #008961;
}
@media only screen and (min-width: 1366px) {
  .new-phone-call a,
  .new-phone-call2 a {
    display: block;
    font-size: 24px;
    color: #aaaaaa;
    font-weight: 700;
    float:left;
    margin-left:5px;
    position: relative;

  }
  .new-phone-call span {
    display: block;
    text-align: left;
    color: #aaaaaa !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
  }
  .new-phone-call,
  .new-phone-call2 {

    right: 0;
    margin-top: 45px;
    background: url("../images/icon3.png") no-repeat left center;
    padding-left: 35px;
    float: left;
    display: inline-block;
    margin: 10px;
    color: #FFF;
  }

  .new-share-dropped {
    position: absolute;
    width: 300px;
    right: 0;
    margin: 55px 0 0 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    z-index: 100;
    display: none;
    background: #f2f2f2;
    text-align: center;
  }
  .new-search-dropped {
    position: absolute;
    width: 300px;
    right: 0;
    margin: 55px 0 0 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    z-index: 100;
    display: none;
    background: #f2f2f2;
    text-align: center;
  }
  /*
.new-search-dropped::before {
  content:"\f0d8";
  font-family:"Font Awesome 5 Free";
  font-weight:900;
  position:absolute;
  right:0;
  width:40px;
  height:40px;
  left:0;
  margin:auto;
  top:-22px;
  color:#f2f2f2;
  font-size:40px;
}*/
  .new-resp-menu {
    display: none;
  }
  /*
.new-share-dropped::before {
  content:"\f0d8";
  font-family:"Font Awesome 5 Free";
  font-weight:900;
  position:absolute;
  right:0;
  width:40px;
  height:40px;
  left:0;
  margin:auto;
  top:-22px;
  color:#f2f2f2;
  font-size:40px;
}
*/
}
@media only screen and (max-width: 1365px) {
  .new-phone-call a,
  .new-phone-call2 a {
    display: block;
    font-size: 5px;
    color: #aaaaaa;
    font-weight: 700;

  }
  .new-phone-call span {
    display: block;
    text-align: center;
    color: #999 !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
  }
  .new-phone-call {
    text-align: center;
    float: left;
    margin: 16px 0 10px 0;
  }
  .new-phone-call2 {
    text-align: center;
    margin: 10px 0 10px 0;

  }

  .new-share-dropped {
    position: absolute;
    width: 90%;
    right: 0;
    margin: auto;
    left: 0;
    margin-top: 40px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    z-index: 100;
    display: none;
    background: #f2f2f2;
    text-align: center;
  }
  .new-search-dropped {
    position: absolute;
    width: 90%;
    right: 0;
    margin: auto;
    left: 0;
    margin-top: 40px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    z-index: 100;
    display: none;
    background: #f2f2f2;
    text-align: center;
  }
}
.nsd-bg a {
  display: inline-block;
  background: #d7d7d7;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 2px solid #d7d7d7;
  line-height: 38px;
  font-size: 18px;
  text-align: center;
  position: relative;
  color: #3c3c3c;
  transition: all 0.2s ease-in-out;
}
.new-search-dropped input[type="text"] {
  width: 80%;
  background: rgba(0, 0, 0, 0.1);
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  float: left;
  border: none;
  display: block;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.new-search-dropped input[type="submit"] {
  width: 20%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
  height: 40px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  line-height: 40px;
  padding: 0 20px;
  border: none;
  display: block;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.new-search-dropped input[type="submit"]:hover {
  transition: all 0.2s ease-in-out;
  background: #019772;
}
@media only screen and (min-width: 1366px) {
  .new-logged-box {
    float: left;
  }
  .new-logged-box span {
    background: #c8c8c8;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    border: 2px solid #c8c8c8;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    position: relative;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
  .new-logged-dropped {
    position: absolute;
    z-index: 100;
    width: calc(100% - 30px);
    padding: 10px;
    right: 0;
    top: 42px;
    background: #00af9a;
    display: none;
    color:#fff;
    transition: all 300ms;
    text-align: center;
    overflow: hidden;
  }
  .new-logged-dropped a:hover{
    color: #20a197 !important;
  }
}
@media only screen and (max-width: 1365px) {
  .new-logged-box {
    float: left;
  }
  .new-logged-box span {
    background: #c8c8c8;
    cursor: pointer;
    height: 30px;
    max-width: 121px;
    overflow: hidden;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    padding: 0 10px;
    border: 2px solid #c8c8c8;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    position: relative;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
  .new-logged-dropped a {
    color: #fff;
  }
  .new-logged-dropped {
    position: absolute;
    z-index: 100;
    width: 90%;
    right: 0;
    margin: auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    top: 45px;
    display: none;
    background: #00af9a;
    text-align: center;
    overflow: hidden;
  }
}
.new-logged-dropped a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.new-logged-dropped a:last-child {
  border-bottom: none;
}
.new-logged-dropped a:hover {

}
.sp-sli1-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media only screen and (min-width: 1366px) {
  .sp-sli1-img {
    height:600px;
    overflow:hidden;
    position:relative;
    display:block;
  }
  .sp-sli1-img span {
    display:table;
    width:100%;
  }
  .sp-sli1-img a {
    display:table-cell;
    vertical-align:middle;
  }
  .sp-sli1-img img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 700px;
  }
}
@media only screen and (max-width: 1366px) {
  .sp-sli1-img {
    height:213px;
    display:table;
    position:relative;
    width:100%;
    object-fit: cover;
  }
  .sp-sli1-img span {
    display:table;
    width:100%;
  }
  .sp-sli1-img a {
    display:table-cell;
    vertical-align:middle;
  }
  .sp-sli1-img img {
    display: block;
    width: 174%;
    margin-left:-37%;


  }
}
.sp-sli1-col {

  position: relative;

}


.sp-slider1-nav {
  margin: 40px 0;
}
.sp-sli1-text {
  z-index: 2;
  position: absolute;
  text-align: center;
  width: 100%;
  font-family: "Exo";
  font-weight: 700;
}
@media only screen and (min-width: 1366px) {
  .sp-sli1-text {
    bottom: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-sli1-text {
    bottom: 5px;
  }
}
.sp-sli1-text h2 {
  max-width: 800px;
  text-shadow: 0px 0px 4px #000000;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin: 0;
  font-family: "Exo";
  padding: 0;
}
@media only screen and (min-width: 1366px) {
  .sp-sli1-text h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-sli1-text h2 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1366px) {
  .sp-sli1-text .sp-sli1-buttons {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-sli1-text .sp-sli1-buttons {
    margin-top: 5px;
  }
}
.sp-sli1-text .sp-sli1-buttons a {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  font-family: "Exo";
  display: inline-block;
  text-transform: uppercase;
}
@media only screen and (min-width: 1366px) {
  .sp-sli1-text .sp-sli1-buttons a {
    padding: 10px 45px;
    font-size: 15px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-sli1-text .sp-sli1-buttons a {
    padding: 3px 5px;
    font-size: 10px;
    margin: 0 2px;
  }
}
.sp-sli1-text .sp-sli1-buttons a:hover {
  background: #fff;
  color: #222;
}
.spni-con {
  width: 90px;
  height: 90px;
  background: #e6e6e6;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-radius: 100%;
  margin: 0 auto;
  padding-top: 12.5px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.spni-con:hover {
  background: #4d4d4d;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sp-nav-icon {
  cursor: pointer;
}
.sp-nav-icon span {
  text-align: center;
  display: block;
  margin-top: 5px;
  font-weight: 500;
  font-family: "Exo";
}
.sp-icons {
  background-image: url("../images/sp-icons.png");
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sp-icons:hover {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sp-icon1 {
  background-position: 0 -65px;
}
.sp-icon2 {
  background-position: -65px -65px;
}
.sp-icon3 {
  background-position: -130px -65px;
}
.sp-icon4 {
  background-position: -195px -65px;
}
.sp-icon5 {
  background-position: -260px -65px;
}
.sp-icon6 {
  background-position: -325px -65px;
}
.sp-icon7 {
  background-position: -390px -65px;
}
.sp-icon8 {
  background-position: -455px -65px;
}
.sp-icon9 {
  background-position: -520px -65px;
}
.sp-icon10 {
  background-position: -585px -65px;
}
.sp-nav-icon:hover .spni-con {
  background: #4d4d4d;
}
.sp-nav-icon:hover .sp-icon1 {
  background-position: 0 0;
}
.sp-nav-icon:hover .sp-icon2 {
  background-position: -65px 0;
}
.sp-nav-icon:hover .sp-icon3 {
  background-position: -130px 0;
}
.sp-nav-icon:hover .sp-icon4 {
  background-position: -195px 0;
}
.sp-nav-icon:hover .sp-icon5 {
  background-position: -260px 0;
}
.sp-nav-icon:hover .sp-icon6 {
  background-position: -325px 0;
}
.sp-nav-icon:hover .sp-icon7 {
  background-position: -390px 0;
}
.sp-nav-icon:hover .sp-icon8 {
  background-position: -455px 0;
}
.sp-nav-icon:hover .sp-icon9 {
  background-position: -520px 0;
}
.sp-nav-icon:hover .sp-icon10 {
  background-position: -585px 0;
}
.slick-current .spni-con {
  background: #4d4d4d;
}
.slick-current .sp-icon1 {
  background-position: 0 0;
}
.slick-current .sp-icon2 {
  background-position: -65px 0;
}
.slick-current .sp-icon3 {
  background-position: -130px 0;
}
.slick-current .sp-icon4 {
  background-position: -195px 0;
}
.slick-current .sp-icon5 {
  background-position: -260px 0;
}
.slick-current .sp-icon6 {
  background-position: -325px 0;
}
.slick-current .sp-icon7 {
  background-position: -390px 0;
}
.slick-current .sp-icon8 {
  background-position: -455px 0;
}
.slick-current .sp-icon9 {
  background-position: -520px 0;
}
.slick-current .sp-icon10 {
  background-position: -585px 0;
}
.sp-home-news {
  padding-bottom: 40px;
}
.sp-home-news .sp-hn-tabs {
  margin: 0 auto;
  padding: 0;
  font-family: "Exo";
  font-weight: 500;
  color: #4d4d4d;
  list-style: none;
  text-transform: uppercase;
  background: #e6e6e6;
}
@media only screen and (min-width: 1366px) {
  .sp-home-news .sp-hn-tabs {
    font-size: 13px;
    width:70%;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-home-news .sp-hn-tabs {
    font-size: 10px;
    width:100%;
  }
  .sp-home-news .sp-hn-tabs::after {
    content: "";
    clear: both;
    display: block;
  }
}
@media only screen and (min-width: 1366px) {
  .sp-home-news .sp-hn-tabs {
    display: table;
  }
}
@media only screen and (min-width: 1366px) {
  .sp-home-news .sp-hn-tabs li {
    width: 12.5%;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid  #fff;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-home-news .sp-hn-tabs li {
    width: 50%;
    float: left;
    border-right: 1px solid  #fff;
    border-bottom: 1px solid #fff;
  }
}
.sp-home-news .sp-hn-tabs li:last-child {
  border-right: none;
}
.sp-home-news .sp-hn-tabs li.current div {
  background: #a99b5c;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sp-home-news .sp-hn-tabs li div {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 1366px) {
  .sp-home-news .sp-hn-tabs li div {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-home-news .sp-hn-tabs li div {
    padding: 10px 5px;
  }
}
.sp-home-news .sp-hn-tabs li div:hover {
  background: #a99b5c;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sp-home-news .sp-hn-tabs li a {
  font-family: "Exo";
  font-weight: 700;
  text-transform: uppercase;
  color: #a99b5c;
  display: block;
  text-align: center;
}
.sp-home-news .sp-hn-tabs li a:hover {
  background: #a99b5c;
  color: #fff;
}
@media only screen and (min-width: 1366px) {
  .sp-home-news .sp-hn-tabs li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-home-news .sp-hn-tabs li a {
    font-size: 10px;
    padding: 5px 0;
  }
}
.sp-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.sp-hn-tabs-content {
  position: absolute;
  width: 100%;
  z-index: -10;
  opacity: 0;
}
@media only screen and (min-width: 1920px) {
  .sp-hn-tabs-content {
    height: 480px;
  }
}
@media only screen and (max-width: 479px) {
  .sp-hn-tabs-content {
    height: 510px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .sp-hn-tabs-content {
    height: 430px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1365px) {
  .sp-hn-tabs-content {
    height: 470px;
  }
}
.sp-home-haberler::after {
  content: "";
  display: block;
}
@media only screen and (min-width: 1920px) {
  .sp-home-haberler::after {
    height: 485px;
  }
}
@media only screen and (max-width: 479px) {
  .sp-home-haberler::after {
    height: 505px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .sp-home-haberler::after {
    height: 425px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1365px) {
  .sp-home-haberler::after {
    height: 475px;
  }
}
.sp-hn-tabs-content.current {
  z-index: 1;
  opacity: 1;
}
.shb-row::after {
  content: "";
  display: block;
  clear: both;
}
.shb-row .shb-col {
  margin-top: 20px;
}
@media only screen and (min-width: 1366px) {
  .shb-row .shb-col {
    width: 25.9%;
    margin-right: 1.4666%;
    float: left;
  }
  .shb-row .shb-col:nth-child(4n+0) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .shb-row .shb-col {
    width: 31%;
    margin-right: 3.5%;
    float: left;
  }
  .shb-row .shb-col:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .shb-row .shb-col {
    width: 48.5%;
    margin-right: 1.5%;
    float: left;
  }
  .shb-row .shb-col:nth-child(even) {
    margin-right: 0;
  }
}




.shb-row .shb-col .shb-img {
  position: relative;
}
.shb-row .shb-col .shb-img a {
  display: block;
}
.shb-row .shb-col .shb-img a img {
  display: block;
  width: 100%;
}
.shb-row .shb-col .shb-text {
  background: #efefef;
  padding: 10px 20px;
  border-bottom: 6px solid #a99b5c;
}
.shb-row .shb-col .shb-text .shb-baslik a {
  font-weight: 700;
  display: block;
  font-family: "Exo";
}
.shb-row .shb-col .shb-text .shb-baslik a:hover {
  color: #a99b5c;
}
.shb-row .shb-col .shb-text p {
  line-height: 18px;
  margin: 10px 0 0 0;
  color: #888888;
  font-family: "Exo";
  padding: 0;
  font-weight: 400;
  font-size: 12px;
}
.shb-row .shb-col .shb-text .shb-button {
  text-align: right;
  margin-top: 10px;
}
.shb-row .shb-col .shb-text .shb-button a {
  display: inline-block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #a99b5c;
  font-family: "Exo";
  color: #fff;
  margin-left: 2px;
  padding: 4px 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.shb-row .shb-col .shb-text .shb-button a:hover {
  background: #222;
  color: #fff;
}
.sp-big-content1 {
  position: relative;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .sp-big-content1 {
    background-attachment: fixed;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-big-content1 {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1366px) {
  .spc1-bg {
    padding: 100px 0;
    position: relative;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
  }
}
@media only screen and (max-width: 1365px) {
  .spc1-bg {
    padding: 30px 10px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.sp-text1 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Exo";
  font-weight: 900;
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .sp-text1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-text1 {
    font-size: 20px;
  }
}
.sp-text2 {
  color: #fff;
  margin: 15px 0;
  font-family: "Exo";
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .sp-text2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-text2 {
    font-size: 20px;
  }
}
.sp-text3 {
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: inline-block;
  font-family: "Exo";
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .sp-text3 {
    font-size: 27px;
    padding: 20px 100px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-text3 {
    font-size: 20px;
    padding: 20px;
  }
}
.sp-text4 {
  display: block;
  text-align: center;
  font-size: 38px;
  color: #fff;
  font-family: "Exo";
  width: 170px;
  margin: 0 auto;
  height: 170px;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 170px;
  font-weight: 700;
}
.sp-mh-bar {
  display: inline-block;
  font-family: "Exo";
  text-transform: uppercase;
}
.sp-mh-bar::after {
  content: "";
  display: block;
  clear: both;
}
.sp-mh-bar div {
  float: left;
  color: #fff;
  border-right: 1px solid #fff;
  font-weight: 700;
}
@media only screen and (min-width: 1366px) {
  .sp-mh-bar div {
    padding: 10px 70px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-mh-bar div {
    padding: 10px 20px;
    font-size: 20px;
  }
}
.sp-mh-bar div:last-child {
  border-right: none;
}
.sp-mh-bar div span {
  font-weight: 300;
  display: block;
}
.sp-button1 {
  text-align: center;
  margin-top: 50px;
}
.sp-button1 a {
  background: #a99b5c;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #241a11;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Exo";
  font-size: 24px;
  padding: 10px 75px;
  display: inline-block;
}
.sp-button1 a:hover {
  background: #fff;
  color: #a99b5c;
}
.spper5 {
  background-image: url("../images/spper5.png");
}
.spper10 {
  background-image: url("../images/spper10.png");
}
.spper15 {
  background-image: url("../images/spper15.png");
}
.spper20 {
  background-image: url("../images/spper20.png");
}
.spper25 {
  background-image: url("../images/spper25.png");
}
.spper30 {
  background-image: url("../images/spper30.png");
}
.spper35 {
  background-image: url("../images/spper35.png");
}
.spper40 {
  background-image: url("../images/spper40.png");
}
.spper45 {
  background-image: url("../images/spper45.png");
}
.spper50 {
  background-image: url("../images/spper50.png");
}
.spper55 {
  background-image: url("../images/spper55.png");
}
.spper60 {
  background-image: url("../images/spper60.png");
}
.spper65 {
  background-image: url("../images/spper65.png");
}
.spper70 {
  background-image: url("../images/spper70.png");
}
.spper75 {
  background-image: url("../images/spper75.png");
}
.spper80 {
  background-image: url("../images/spper80.png");
}
.spper85 {
  background-image: url("../images/spper85.png");
}
.spper90 {
  background-image: url("../images/spper90.png");
}
.spper95 {
  background-image: url("../images/spper95.png");
}
.spper100 {
  background-image: url("../images/spper100.png");
}
.shb-new-bg .shb-img {
  position: relative;
}
.shb-new-bg .shb-img a {
  display: block;
}
.shb-new-bg .shb-img a img {
  display: block;
  width: 100%;
}
.shb-new-bg .shb-text {
  background: #efefef;
  padding: 10px 20px;
  border-bottom: 6px solid #a99b5c;
}
.shb-new-bg .shb-text .shb-baslik a {
  font-weight: 700;
  display: block;
  font-family: "Exo";
}
.shb-new-bg .shb-text .shb-baslik a:hover {
  color: #a99b5c;
}
.shb-new-bg .shb-text p {
  line-height: 18px;
  margin: 10px 0 0 0;
  color: #888888;
  font-family: "Exo";
  padding: 0;
  font-weight: 400;
  font-size: 12px;
}
.shb-new-bg .shb-text .shb-button {
  text-align: right;
  margin-top: 10px;
}
.shb-new-bg .shb-text .shb-button a {
  display: inline-block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #a99b5c;
  font-family: "Exo";
  color: #fff;
  margin-left: 2px;
  padding: 4px 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.shb-new-bg .shb-text .shb-button a:hover {
  background: #222;
  color: #fff;
}
@media only screen and (min-width: 1366px) {
  .sp-news-col1 {
    float: left;
    padding: 30px 0;
    width: 49%;
  }
  .sp-news-col2 {
    float: right;
    padding: 30px 0;
    width: 49%;
  }
  .spns-col {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-news-col1 {
    margin-top: 20px;
  }
  .sp-news-col2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .spns-col {
    padding: 0px;
  }
}
.sp-text6 {
  font-family: "Exo";
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1366px) {
  .sp-text6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-text6 {
    font-size: 14px;
  }
}
/* Slider Arrows */
.sp-news1-slider .slick-prev,
.sp-news1-slider .slick-next {
  font-size: 0;
  display: block;
  opacity: 1;
  position: absolute;
}
.sp-news1-slider .slick-prev::before,
.sp-news1-slider .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  opacity: 1;
  color: #b3b3b3;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #eeeeee;
  cursor: pointer;
}
@media only screen and (min-width: 1366px) {
  .sp-news1-slider .slick-prev::before,
  .sp-news1-slider .slick-next::before {
    width: 31px;
    height: 31px;
    font-size: 16px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-news1-slider .slick-prev::before,
  .sp-news1-slider .slick-next::before {
    width: 22px;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1366px) {
  .sp-news1-slider .slick-prev {
    right: 40px;
    top: -35px;
  }
  .sp-news1-slider .slick-next {
    right: 0px;
    top: -35px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-news1-slider .slick-prev {
    right: 30px;
    top: -30px;
  }
  .sp-news1-slider .slick-next {
    right: 0px;
    top: -30px;
  }
}
.slick-prev:hover::before,
.slick-next:hover::before {
  color: #fff;
}
.sp-news1-slider .slick-prev::before {
  content: '\f053';
}
.sp-news1-slider .slick-next::before {
  content: '\f054';
}
.sp-big-content2 {
  position: relative;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .sp-big-content2 {
    background-attachment: fixed;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-big-content2 {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1366px) {
  .spc2-bg {
    padding: 100px 0;
    position: relative;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: center;
  }
}
@media only screen and (max-width: 1365px) {
  .spc2-bg {
    padding: 20px 10px;
    position: relative;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: center;
  }
}
.sp-content3 {
  display: inline-block;
  max-width: 450px;
  text-align: left;
  color: #fff;
  font-family: "Exo";
}
@media only screen and (max-width: 1365px) {
  .sp-content3 {
    padding: 0px 40px;
    text-align: center;
  }
}
.sp-content3 h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
}
.sp-content3 p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}
.sp-content3 a {
  font-family: "Exo";
}
.sp-content3 .sp-con3-buttons {
  margin-top: 30px;
}
.sp-content3 .sp-con3-buttons a {
  display: inline-block;
  font-weight: 700;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 3px 15px;
  font-size: 16.5px;
}
@media only screen and (max-width: 1365px) {
  .sp-content3 .sp-con3-buttons a {
    margin: 5px;
  }
}
.sp-content3 .sp-con3-buttons a:hover {
  background: #fff;
  color: #a99b5c;
}
.spnr3-new-bg .shb-img {
  position: relative;
}
.spnr3-new-bg .shb-img a {
  display: block;
}
.spnr3-new-bg .shb-img a img {
  display: block;
  width: 100%;
}
.spnr3-new-bg .shb-text {
  background: #efefef;
  padding: 10px 20px;
}
.spnr3-new-bg .shb-text .shb-baslik a {
  font-weight: 700;
  display: block;
  font-family: "Exo";
}
.spnr3-new-bg .shb-text .shb-baslik a:hover {
  color: #a99b5c;
}
.spnr3-new-bg .shb-text p {
  line-height: 18px;
  margin: 10px 0 0 0;
  color: #888888;
  font-family: "Exo";
  padding: 0;
  font-weight: 400;
  font-size: 12px;
}
.spnr3-new-bg .shb-text .shb-button {
  text-align: left;
  margin-top: 10px;
}
.spnr3-new-bg .shb-text .shb-button a {
  display: inline-block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #a99b5c;
  font-family: "Exo";
  color: #fff;
  margin-left: 2px;
  padding: 4px 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.spnr3-new-bg .shb-text .shb-button a:hover {
  background: #222;
  color: #fff;
}
.spn-baslik {
  font-family: "Exo";
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 1366px) {
  .spn-baslik {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .spn-baslik {
    font-size: 14px;
  }
}
.spn-baslik span {
  display: block;
  width: 70px;
  height: 3px;
  background: #222;
}
@media only screen and (min-width: 1366px) {
  .sp-news-row3 {
    padding: 40px 0;
  }
  .spn-r3-col1 {
    width: 32%;
    margin-right: 2%;
    float: left;
  }
  .spn-r3-col2 {
    width: 32%;
    float: left;
  }
  .spn-r3-col3 {
    width: 32%;
    float: right;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-news-row3 {
    padding: 20px 0;
  }
  .spn-r3-col2 {
    margin-top: 20px;
  }
  .spn-r3-col3 {
    margin: 20px 0;
  }
}
/* Slider Arrows */
.spn-r3-slider .slick-prev,
.spn-r3-slider .slick-next {
  font-size: 0;
  display: block;
  opacity: 1;
  position: absolute;
}
.spn-r3-slider .slick-prev::before,
.spn-r3-slider .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  opacity: 1;
  color: #b3b3b3;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 19px;
  background: #eeeeee;
  cursor: pointer;
}
@media only screen and (min-width: 1366px) {
  .spn-r3-slider .slick-prev::before,
  .spn-r3-slider .slick-next::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1365px) {
  .spn-r3-slider .slick-prev::before,
  .spn-r3-slider .slick-next::before {
    width: 23px;
    height: 23px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 1366px) {
  .spn-r3-slider .slick-prev {
    right: 60px;
    top: -65px;
  }
  .spn-r3-slider .slick-next {
    right: 0px;
    top: -65px;
  }
}
@media only screen and (max-width: 1365px) {
  .spn-r3-slider .slick-prev {
    right: 30px;
    top: -40px;
  }
  .spn-r3-slider .slick-next {
    right: 0px;
    top: -40px;
  }
}
.spn-r3-slider .slick-prev:hover::before,
.spn-r3-slider .slick-next:hover::before {
  color: #fff;
}
.spn-r3-slider .slick-prev::before {
  content: '\f053';
}
.spn-r3-slider .slick-next::before {
  content: '\f054';
}
.sp-big-content4 {
  position: relative;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
  font-family: "Exo";
}
@media only screen and (min-width: 1366px) {
  .sp-big-content4 {
    background-attachment: fixed;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-big-content4 {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transform: translate3d(0,0,0);
  }
}
@media only screen and (min-width: 1366px) {
  .sp-big-content4 {
    padding: 150px 0;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-big-content4 {
    padding: 10px;
  }
}
.sp-big-content4 .sp-text7 {
  color: #a99b5c;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 1366px) {
  .sp-big-content4 .sp-text7 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-big-content4 .sp-text7 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.sp-big-content4 .sp-text8 {
  display: inline-block;
  max-width: 350px;
  color: #fff;
  font-weight: 700;
}
.sp-big-content4 .sp-text8 span {
  color: #a99b5c;
}
@media only screen and (min-width: 1366px) {
  .sp-big-content4 .sp-text8 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-big-content4 .sp-text8 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1366px) {
  .sp-big-content4 .sp-text9 {
    margin-top: 50px;
    text-align: center;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-big-content4 .sp-text9 {
    margin-top: 10px;
  }
}
.sp-big-content4 .sp-text9 a {
  display: inline-block;
  background: #a99b5c;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
}
.sp-big-content4 .sp-text9 a:hover {
  background: #fff;
  color: #a99b5c;
}
@media only screen and (min-width: 1366px) {
  .sp-big-content4 .sp-text9 a {
    font-size: 24px;
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-big-content4 .sp-text9 a {
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 1366px) {
  .sp-big-content10 {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-big-content10 {
    margin: 20px 0;
  }
}
.sgs-col {
  padding: 0 2px;
}
.sp-gallery-slider {
  border: 2px solid #b8b8b8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
@media only screen and (min-width: 1366px) {
  .sp-gallery-slider {
    padding: 5px 50px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-gallery-slider {
    padding: 5px 20px;
  }
}
.sgs-con {
  display: table;
  width: 100%;
  height: 480px;
}
.sgs-con .sgs-cell {
  display: table-cell;
  vertical-align: middle;
}
.sgs-con .sgs-cell .sgs-img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  height: 420px;
  line-height: 420px;
  text-align: center;
  font-size: 50px;
  color: #7f7f7f;
  background-size: cover;
  background-repeat: no-repeat;
}
.sgs-con .sgs-cell .sgs-img:hover {
  height: 470px;
  color: #fff;
}
.sgs-con .sgs-cell .sgs-img:hover::after {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.sgs-con .sgs-cell .sgs-img::after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
}
/* Slider Arrows */
.sp-gallery-slider .slick-prev,
.sp-gallery-slider .slick-next {
  font-size: 0;
  display: block;
  opacity: 1;
  position: absolute;
}
.sp-gallery-slider .slick-prev::before,
.sp-gallery-slider .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  opacity: 1;
  color: #b3b3b3;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 19px;
  background: #eeeeee;
  cursor: pointer;
}
@media only screen and (min-width: 1366px) {
  .sp-gallery-slider .slick-prev::before,
  .sp-gallery-slider .slick-next::before {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-gallery-slider .slick-prev::before,
  .sp-gallery-slider .slick-next::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .sp-gallery-slider .slick-prev {
    left: -40px;
    top: 45%;
  }
  .sp-gallery-slider .slick-next {
    right: -40px;
    top: 45%;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-gallery-slider .slick-prev {
    left: -5px;
    top: 45%;
  }
  .sp-gallery-slider .slick-next {
    right: -5px;
    top: 45%;
  }
}
.sp-gallery-slider .slick-prev:hover::before,
.sp-gallery-slider .slick-next:hover::before {
  color: #fff;
}
.sp-gallery-slider .slick-prev::before {
  content: '\f053';
}
.sp-gallery-slider .slick-next::before {
  content: '\f054';
}
.sp-text11 {
  font-family: "Exo";
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 1366px) {
  .sp-text11 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-text11 {
    font-size: 18px;
  }
}
.sp-sub-page1 {
  background: #e6e6e6;
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .sp-sub-page1 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-sub-page1 {
    padding: 20px;
  }
}
.sp-sb-p1 {
  text-align: left;
}
@media only screen and (min-width: 1366px) {
  .sp-sb-p1 {
    display: inline-block;
    width: 680px;
  }
}
.sp-sb-p1 h2 {
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 700;
}
.ssp1-col1 {
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
@media only screen and (min-width: 1366px) {
  .ssp1-col1 {
    float: left;
    width: 48%;
    padding: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .ssp1-col1 {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.ssp1-col2 {
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
@media only screen and (min-width: 1366px) {
  .ssp1-col2 {
    float: right;
    width: 48%;
    padding: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .ssp1-col2 {
    padding: 20px;
  }
}
.ssp1-bg {
  float: left;
  background: #f1f1f1;
  width: 48%;
}
.ssp1-bg input {
  height: 35px;
  padding: 0;
  line-height: 35px;
  font-weight: 700;
  background: #f1f1f1;
  float: left;
  border: none;
  text-align: Center;
  width: 75%;
}
.ssp1-bg .ssp1-tl {
  float: right;
  width: 25%;
  height: 35px;
  text-align: left;
  font-weight: 700;
  line-height: 35px;
  background: #f1f1f1;
}
.ssp1-button {
  float: right;
  width: 48%;
}
.ssp1-button input {
  display: block;
  width: 100%;
  border: none;
  height: 35px;
  color: #fff;
  background: #a99b5c;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
}
.ssp1-2-col1 {
  float: left;
  width: 50%;
  border-right: 1px solid #f1f1f1;
  padding-right: 10px;
  text-align: Center;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}
.ssp1-2-col1 span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.ssp1-2-col2 {
  float: right;
  font-size: 12px;
  width: 50%;
  padding-left: 10px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: Center;
}
.ssp1-2-col2 span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.sp-sub-page-con {
  padding: 40px 0;
}
.sp-sub-h1 {
  font-weight: 700;
}
.sp-subp1 {
  margin: 10px 0 0 0;
  line-height: 18px;
  color: #9d9d9d;
  padding: 0;
}
.sp-sub-page-share {
  margin-top: 30px;
}
.sp-sub-page-share h3 {
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
}
.sp-sub-page-share .sp-s-p-s a {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: Center;
  line-height: 40px;
}
.sp-sub-page-share .sp-s-p-s a.sp-face1 {
  background: #2d22c8;
}
.sp-sub-page-share .sp-s-p-s a.sp-twit1 {
  background: #00b6f1;
}
.sp-sub-page-share .sp-s-p-s a.sp-goog1 {
  background: #dc4a38;
}
@media only screen and (min-width: 1366px) {
  .spss-pay {
    padding: 10px 30px 30px 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .spss-pay {
    padding: 15px;
  }
}
.sp-pagenav {
  padding: 20px 0;
  color: #b5b5b5;
}
.sp-pagenav a {
  color: #b5b5b5;
  display: inline-block;
}
.sp-pagenav a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 3px;
}
.sp-pagenav a:last-child::after {
  display: none;
}
@media only screen and (min-width: 1366px) {
  .sp-sub-top {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-sub-top {
    padding: 20px 0;
  }
}
.sp-sub-top h1 {
  font-size: 25px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.sp-sub-top p {
  margin: 0;
  padding: 0;
  line-height: 24px;
  color: #7e7e7e;
}
@media only screen and (min-width: 1366px) {
  .sp-sub-col1 {
    float: left;
    margin-top: 40px;
    width: 22%;
  }
  .sp-sub-col2 {
    float: right;
    width: 76%;
    background: #e6e6e6;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-sub-col1 {
    margin-top: 20px;
  }
  .sp-sub-col2 {
    background: #e6e6e6;
    margin-top: 20px;
  }
}
.sp-sub-cat {
  background: #e6e6e6;
  border-radius: 10px;
  font-family: "Exo";
  padding: 0 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.sp-sub-cat ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-sub-cat ul li {
  display: block;
  position: relative;
  border-bottom: 1px solid #d4d4d4;
}
.sp-sub-cat ul li:last-child {
  border-bottom: none;
}
.sp-sub-cat ul li ul {
  display: none;
  padding-left: 10px;
}
.sp-sub-cat ul li a {
  display: block;
  font-size: 18px;
  color: #565656;
  padding: 15px 0;
  text-transform: uppercase;
}
.sp-sub-cat ul li a:hover {
  background: rgba(0, 0, 0, 0.05);
  padding-left: 10px;
}
.sp-sub-cat ul li a.current {
  background: rgba(0, 0, 0, 0.05);
  padding-left: 10px;
}
.sp-sub-cat ul li a:hover + span {
  background: rgba(0, 0, 0, 0.05);
  color: #fff;
}
.sp-sub-cat ul li span {
  display: block;
  position: absolute;
  color: #bbbbbb;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 14px 20px;
  right: 0;
  top: 0px;
  cursor: pointer;
}
.sp-sub-cat ul li span:hover {
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #fff;
}
.sp-sub-content-p {
  font-size: 22px;
  font-family: "Exo";
  color: #515151;
  line-height: 26px;
}
@media only screen and (min-width: 1366px) {
  .sp-sub-content-p {
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-sub-content-p {
    padding: 15px;
  }
}
@media only screen and (min-width: 1366px) {
  .sp-sub-content-gallery {
    padding: 10px 30px 30px 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-sub-content-gallery {
    padding: 15px;
  }
}
.sp-sub-content-gallery::after {
  content: "";
  display: block;
  clear: both;
}
.sp-sub-content-gallery .sscg-col {
  float: left;
  width: 23%;
  margin-top: 20px;
  margin-right: 2.6666%;
}
.sp-sub-content-gallery .sscg-col:nth-child(4n+0) {
  margin-right: 0;
}
.sp-sub-content-gallery .sscg-col:nth-child(1),
.sp-sub-content-gallery .sscg-col:nth-child(2),
.sp-sub-content-gallery .sscg-col:nth-child(3),
.sp-sub-content-gallery .sscg-col:nth-child(4) {
  margin-top: 20px;
}
.sp-sub-content-gallery .sscg-col img {
  display: block;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #fff;
  border: 2px solid #e6e6e6;
}
@media only screen and (min-width: 1366px) {
  .sp-sub-content-gallery .sscg-col img {
    height: 200px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-sub-content-gallery .sscg-col img {
    height: 50px;
  }
}
.sp-sub-content-gallery .sscg-col img:hover {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #fff;
  border-color: #a99b5c;
}
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.shb-col-sli {
  margin-top: 20px;
}
@media only screen and (min-width: 1366px) {
  .shb-col-sli {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 479px) and (max-width: 1365px) {
  .shb-col-sli {
    padding: 0 5px;
  }
}

.shb-col-sli .shb-img {
  height:290px;
  overflow:hidden;
}
.shb-col-sli .shb-img span {
  display:table;
  width:100%;
  height:290px;
  overflow:hidden;
}
.shb-col-sli .shb-img span a {
  display:table-cell;
  vertical-align: middle;
  width:100%;
}

.shb-col-sli .shb-img {
  position: relative;
}
.shb-col-sli .shb-img a {
  display: block;
}
.shb-col-sli .shb-img a img {
  display: block;
  width: 100%;
  min-height:290px;
}
.shb-col-sli .shb-text {
  background: #efefef;
  padding: 10px 20px;
  border-bottom: 6px solid #a99b5c;
}
.shb-col-sli .shb-text .shb-baslik a {
  font-weight: 700;
  display: block;
  font-family: "Exo";
}
.shb-col-sli .shb-text .shb-baslik a:hover {
  color: #a99b5c;
}
.shb-col-sli .shb-text p {
  line-height: 18px;
  margin: 10px 0 0 0;
  color: #888888;
  font-family: "Exo";
  padding: 0;
  font-weight: 400;
  font-size: 12px;
}
.shb-col-sli .shb-text .shb-button {
  text-align: right;
  margin-top: 10px;
}
.shb-col-sli .shb-text .shb-button a {
  display: inline-block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #a99b5c;
  font-family: "Exo";
  color: #fff;
  margin-left: 2px;
  padding: 4px 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.shb-col-sli .shb-text .shb-button a:hover {
  background: #222;
  color: #fff;
}
/* Slider Arrows */
.home-tab-new-slider .slick-prev,
.home-tab-new-slider .slick-next {
  font-size: 0;
  display: block;
  opacity: 1;
  top: 45%;
  position: absolute;
}
.home-tab-new-slider .slick-prev::before,
.home-tab-new-slider .slick-next::before {
  display: block;
  opacity: 1;
  color: #b3b3b3;
  text-align: center;
  content: "";
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 0px;
  cursor: pointer;
}
@media only screen and (min-width: 1366px) {
  .home-tab-new-slider .slick-prev::before,
  .home-tab-new-slider .slick-next::before {
    width: 80px;
    height: 60px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1365px) {
  .home-tab-new-slider .slick-prev::before,
  .home-tab-new-slider .slick-next::before {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .home-tab-new-slider .slick-prev {
    left: 0px;
  }
  .home-tab-new-slider .slick-next {
    right: 0px;
  }
  .home-tab-new-slider .slick-prev::before {
    background: transparent url("../images/icon-p.png") no-repeat center center;
  }
  .home-tab-new-slider .slick-next::before {
    background: transparent url("../images/icon-n.png") no-repeat center center;
  }
}
@media only screen and (max-width: 1365px) {
  .home-tab-new-slider .slick-prev {
    left: 0px;
  }
  .home-tab-new-slider .slick-next {
    right: 0px;
  }
  .home-tab-new-slider .slick-prev::before {
    background: transparent url("../images/icon-p.png") no-repeat center center;
    background-size: 16px 30px;
  }
  .home-tab-new-slider .slick-next::before {
    background: transparent url("../images/icon-n.png") no-repeat center center;
    background-size: 16px 30px;
  }
}
/* Slider Arrows */
.sp-big-c1-slider .slick-prev,
.sp-big-c1-slider .slick-next {
  font-size: 0;
  display: block;
  opacity: 1;
  top: 50%;
  position: absolute;
}
.sp-big-c1-slider .slick-prev::before,
.sp-big-c1-slider .slick-next::before {
  display: block;
  opacity: 1;
  color: #b3b3b3;
  text-align: center;
  content: "";
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 0px;
  cursor: pointer;
}
@media only screen and (min-width: 1366px) {
  .sp-big-c1-slider .slick-prev::before,
  .sp-big-c1-slider .slick-next::before {
    width: 50px;
    height: 60px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-big-c1-slider .slick-prev::before,
  .sp-big-c1-slider .slick-next::before {
    width: 30px;
    height: 30px;
  }
}
.sp-big-c1-slider .slick-prev {
  left: 0px;
}
.sp-big-c1-slider .slick-next {
  right: 0px;
}
.sp-big-c1-slider .slick-prev:hover::before,
.sp-big-c1-slider .slick-next:hover::before {
  color: #fff;
}
@media only screen and (min-width: 1366px) {
  .sp-big-c1-slider .slick-prev::before {
    background: transparent url("../images/icon-p.png") no-repeat center center;
  }
  .sp-big-c1-slider .slick-next::before {
    background: transparent url("../images/icon-n.png") no-repeat center center;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-big-c1-slider .slick-prev::before {
    background: transparent url("../images/icon-p.png") no-repeat center center;
    background-size: 16px 30px;
  }
  .sp-big-c1-slider .slick-next::before {
    background: transparent url("../images/icon-n.png") no-repeat center center;
    background-size: 16px 30px;
  }
}
/* Slider Arrows */
.sp-big-c2-slider .slick-prev,
.sp-big-c2-slider .slick-next {
  font-size: 0;
  display: block;
  opacity: 1;
  top: 45%;
  position: absolute;
}
.sp-big-c2-slider .slick-prev::before,
.sp-big-c2-slider .slick-next::before {
  display: block;
  opacity: 1;
  color: #b3b3b3;
  text-align: center;
  content: "";
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 0px;
  cursor: pointer;
}
@media only screen and (min-width: 1366px) {
  .sp-big-c2-slider .slick-prev::before,
  .sp-big-c2-slider .slick-next::before {
    width: 50px;
    height: 60px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-big-c2-slider .slick-prev::before,
  .sp-big-c2-slider .slick-next::before {
    width: 30px;
    height: 30px;
  }
}
.sp-big-c2-slider .slick-prev {
  left: 0px;
}
.sp-big-c2-slider .slick-next {
  right: 0px;
}
.sp-big-c2-slider .slick-prev:hover::before,
.sp-big-c2-slider .slick-next:hover::before {
  color: #fff;
}
@media only screen and (min-width: 1366px) {
  .sp-big-c2-slider .slick-prev::before {
    background: transparent url("../images/icon-p.png") no-repeat center center;
  }
  .sp-big-c2-slider .slick-next::before {
    background: transparent url("../images/icon-n.png") no-repeat center center;
  }
}
@media only screen and (max-width: 1365px) {
  .sp-big-c2-slider .slick-prev::before {
    background: transparent url("../images/icon-p.png") no-repeat center center;
    background-size: 16px 30px;
  }
  .sp-big-c2-slider .slick-next::before {
    background: transparent url("../images/icon-n.png") no-repeat center center;
    background-size: 16px 30px;
  }
}
.sbc4-table {
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
}
.sbc4-col1 {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
@media only screen and (max-width: 1365px) {
  .sbc4-col1 {
    text-align: left;
    padding-right: 10px;
  }
}
.sbc4-col2 {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
@media only screen and (max-width: 1365px) {
  .sbc4-col2 {
    text-align: left;
    padding-left: 10px;
  }
}
.sbc4-col2 h3 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  padding: 0;
}
@media only screen and (min-width: 1366px) {
  .sbc4-col2 h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .sbc4-col2 h3 {
    font-size: 16px;
  }
}
.sbc4-col2 a {
  font-weight: 300;
  display: block;
  color: #fff;
  margin: 10px 0;
}
@media only screen and (min-width: 1366px) {
  .sbc4-col2 a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .sbc4-col2 a {
    font-size: 12px;
  }
}
.sbc4-col2 a:hover {
  color: #a99b5c;
}
.sbc4-bg a {
  font-weight: 300;
  display: block;
  color: #fff;
  margin: 10px 0;
}
@media only screen and (min-width: 1366px) {
  .sbc4-bg a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .sbc4-bg a {
    font-size: 12px;
  }
}
.sbc4-bg a:hover {
  color: #a99b5c;
}
.shb-row-bag::after {
  content: "";
  display: block;
  clear: both;
}
.shb-row-bag .shb-col {
  margin-top: 20px;
}
@media only screen and (min-width: 1366px) {
  .shb-row-bag .shb-col {
    width: 31%;
    margin-right: 3.5%;
    float: left;
  }
  .shb-row-bag .shb-col:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .shb-row-bag .shb-col {
    width: 31%;
    margin-right: 3.5%;
    float: left;
  }
  .shb-row-bag .shb-col:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .shb-row-bag .shb-col {
    width: 48.5%;
    margin-right: 1.5%;
    float: left;
  }
  .shb-row-bag .shb-col:nth-child(even) {
    margin-right: 0;
  }
}
.shb-row-bag .shb-col .shb-img {
  position: relative;
}
.shb-row-bag .shb-col .shb-img .shb-bag-img {
  display: block;
  background-size: cover;
  height: 200px;
  width: 100%;
  background-position: center center;
}
.shb-row-bag .shb-col .shb-img a {
  display: block;
}
.shb-row-bag .shb-col .shb-img a img {
  display: block;
  width: 100%;
}
.shb-row-bag .shb-col .shb-text {
  background: #efefef;
  padding: 10px 20px;
  border-bottom: 6px solid #a99b5c;
}
.shb-row-bag .shb-col .shb-text .shb-baslik a {
  font-weight: 700;
  display: block;
  font-family: "Exo";
}
.shb-row-bag .shb-col .shb-text .shb-baslik a:hover {
  color: #a99b5c;
}
.shb-row-bag .shb-col .shb-text p {
  line-height: 18px;
  margin: 10px 0 0 0;
  color: #888888;
  font-family: "Exo";
  padding: 0;
  font-weight: 400;
  font-size: 12px;
}
.shb-row-bag .shb-col .shb-text .shb-button {
  text-align: right;
  margin-top: 10px;
}
.shb-row-bag .shb-col .shb-text .shb-button a {
  display: inline-block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #a99b5c;
  font-family: "Exo";
  color: #fff;
  margin-left: 2px;
  padding: 4px 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.shb-row-bag .shb-col .shb-text .shb-button a:hover {
  background: #222;
  color: #fff;
}
.sp-whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100000;
}
.sp-whatsapp-icon a {
  display: block;
  background: #cdcdcd;
  border-radius: 10px;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-weight: 700;
}
.sp-whatsapp-icon a i {
  float: left;
  color: #019772;
  font-size: 30px;
  margin: -7px 10px 0 0;
}
.loading-mask {


}

/*
Because we set .loading-mask relative, we can span our ::before
element over the whole parent element
*/
.loading-mask::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

/*
Spin animation for .loading-mask::after
*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/*
The loading throbber is a single spinning element with three
visible borders and a border-radius of 50%.
Instead of a border we could also use a font-icon or any
image using the content attribute.
*/
.loading-mask::after {
  content: "";
  position: absolute;
  border-width: 3px;
  border-style: solid;
  border-color: transparent rgb(0, 0, 0) rgb(0, 0, 0);
  border-radius: 50%;

  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  animation: 2s linear 0s normal none infinite running spin;
  filter: drop-shadow(0 0 2 rgba(0, 0, 0, 0.33));
}

@media only screen and (min-width:1366px) {
  .spe-resp-menus {
    display:none;
  }
}
@media only screen and (max-width:1365px) {
  .spe-resp-menus {
    background:#A99B5C;
    padding:5px 10px;
    color: #FFF;
  }
  .srm-1 {
    float:left;
    cursor:pointer;
    font-size:27px;
  }
  .srm-2 {
    float:right;
    font-size:18px;
    margin-top:5px;
    font-weight:700;
    color: #FFF;
  }
  .srm-2 a {
    font-weight:700;
    color: #FFF;

  }
}


.pushmenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  width:250px;
  height:100%;
  overflow-y:auto;
  left: 0;
  background-color: #f6f6f6;
  border-right:1px solid #f1f1f1;
  overflow-x: hidden;
  transition: 0.5s;
}

.pushmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.pushmenu-push-toright { left: 250px; }
.pushmenu, .pushmenu-push {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pushmenu-left { left: -250px; }
.pushmenu-left.pushmenu-open { left: 0; }
.myside-search {
  padding:5px;
}
.my-login-but {
  display:block;
  background:#505050;
  color:#fff;
  padding:15px;
  font-weight:700;
}
.my-donate-but {
  display:block;
  background:#9d9059;
  color:#fff;
  font-weight:700;
  padding:15px;
}
.myside-menu ul {
  display:block;
  margin:0;
  padding:0;
}
.my-donate-but i,.myside-menu i {
  margin-right:5px;
}
.myside-menu ul li {
  display:block;
}
.myside-menu ul li a {
  display:block;
  padding:10px 15px;
  text-transform:uppercase;
  font-weight:700;
  color:#9d9059;
}
.myside-menu ul li a::before {
  content:"\f111";
  color:#9d9059;
  float:left;
  font-size:10px;
  font-family:"Font Awesome 5 Free";
  font-weight:900;
  margin:2px 5px 0 0;
}
.myside-menu ul li ul {
  padding-left:10px;
}
.myside-menu ul li ul li a {
  color:#666;
}

.myside-search input[type="text"] {
  width: 80%;
  background: rgba(0, 0, 0, 0.1);
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  float: left;
  border: none;
  display: block;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.myside-search input[type="submit"] {
  width: 20%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
  height: 40px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  line-height: 40px;
  padding: 0 20px;
  border: none;
  display: block;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.myside-search input[type="submit"]:hover {
  transition: all 0.2s ease-in-out;
  background: #019772;
}
.myside-socials {
  color:#6e6e6e;
  padding:10px 0 0 25px;
}
.myside-socials a {
  color:#6e6e6e;
  font-size:18px;
  margin-right:5px;
  display:inline-block;
}
@media only screen and (min-width: 1025px) {
  .rem-donate-con {
    width: 755px;
    margin: 0 auto; }

  .rdc-one {
    float: left;
    width: 347px;
    height: 325px;
    padding: 30px 50px 0 50px;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff; }

  .rdc-two {
    float: right;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #44a189;
    padding: 100px 50px 0 50px;
    height: 325px;
    width: 408px; } }
@media only screen and (min-width: 1025px) {
  .rem-donate-con .remodal-close {
    right: -54px; }

  .remodal-close {
    color: #dd5955;
    font-size: 14px;
    position: absolute;
    top: 0;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: #dd5955;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    line-height: 32px;
    text-align: center; }

  .rem-login .remodal-close {
    left: 500px; }

  .rem-loginxy .remodal-close {
    left: 500px; }

  .rem-login {
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    width: 360px;
    padding: 50px 50px 0 50px;
    margin: 0 auto;
    height: 324px; }

  .rem-loginxy {
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    width: 360px;
    padding: 50px;
    margin: 0 auto; } }

@media only screen and (min-width: 1025px) {
  .hd-donat-con {
    width: 245px;
    margin: 0 auto; } }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}