/* Local Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Abel|Zilla+Slab+Highlight|Audiowide|Archivo+Black|Teko&subset=latin-ext&Roboto:wght@100;300;400;500;700;900&display=swap');
/*
font-family: 'Abel', sans-serif;
font-family: 'Archivo Black', sans-serif;
font-family: 'Audiowide', cursive;
font-family: 'Teko', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Zilla Slab Highlight', serif;

*/

* {
  box-sizing: border-box;
}

/* 
Tiny flats...
https://citymagazine.danas.rs/lifestyle/zdravlje/opste/luksuzni-stanovi-velicine-do-20-kvadrata-zvuci-cudno-ali-nije-nemoguce-a-ova-fotografije-su-dokaz
Tanak scroll bar (za sada nije potreban) ####################
* {
  box-sizing: border-box;
  *** Works on Firefox ***
  scrollbar-width: thin;
  scrollbar-color: #2c164d white;
}

*** Works on Chrome, Edge, and Safari ***
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: white;
}

*::-webkit-scrollbar-thumb {
  background-color: #2c164d;
  border-radius: 20px;
  border: 3px solid white;
}
END Tanak scroll bar (za sada nije potreban) ##########
*/




html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

/* DIV SCROLLBAR ################################################################ */
body::-webkit-scrollbar {
  background-color: rgb(43, 27, 57);
  width: 14px;
}

body::-webkit-scrollbar:hover {
  background-color: rgb(43, 27, 57);
  width: 16px !important;
}

body::-webkit-scrollbar-track {
  background-color: rgb(43, 27, 57);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
  
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5); 
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(142, 147, 240, 1);
}

body::-webkit-scrollbar-thumb:hover { 
  -webkit-box-shadow: inset 0 0 6px rgba(142, 147, 240, 1);
  background-color: rgba(142, 147, 240, 0.04);
  width: 16px !important;
 }
/* END DIV SCROLLBAR ############################################################ */

/* =================================== */
/*  Basic Style 
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  background-color: #e45447;
  color: #fff;
}

::selection {
  background-color: #e45447;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

/*body {
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.625em;
    position: relative;
    overflow-x: hidden !important;
    overflow-y: visible;
}*/

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

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #222222;
  line-height: 1.2em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222222;
}

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

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

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

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

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

h6,
.h6 {
  font-size: 14px;
  color: #222222;
}

td,
th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before,
.clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fz-48 {
  font-size: 48px !important;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

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

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

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

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

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-170 {
  padding-top: 170px;
}

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

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-90 {
  padding-left: 90px;
}

.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 100px 0;
}

.section-half {
  padding: 75px 0;
}

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

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

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

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #000;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* .container.fullwidth {
    width: 100%;
}
.container.no-padding {
    padding-left: 0;
    padding-right: 0;
} */

/* 
container se odnosi na sve kontejnere u svim 
sekcijama, na celoj strani, ali MORA||\\|||||a  |a 
"min-width", primer: min-width: 1500px; 
*/
/* .container {
    background-color: transparent;

} */


#work_section {
  height: auto;
  min-height: 915px;
  padding: 30px 0 0 0;
  background-color: #e6e8ec;
  /* 
    background-image: linear-gradient(68deg,white,#e6e8ec); 
    box-shadow:         inset 0 7px 19px -7px rgba(88,142,254,1);
    */
  -moz-box-shadow: inset 0 19px 19px -19px rgba(88, 142, 254, 1);
  -webkit-box-shadow: inset 0 19px 19px -19px rgba(88, 142, 254, 1);
  box-shadow: inset 0 19px 19px -19px rgba(88, 142, 254, 1);
  border-bottom-style: dashed;
  border-width: 1px;
}

.worksection_body {
  margin: 0 0 0 50%;
  transform: translate(-50%, 0px);
  width: 1110px;
  background-color: transparent;
}

.worksection_title {
  width: 100%;
  background-color: transparent;
  font-family: "Courier";
  letter-spacing: 0px;
  font-size: 11.7pt;
  line-height: 25px;
  color: #333438;
  margin: 0 0 30px 0;
}

#work_h2 {
  font-family: "Teko", sans-serif;
  font-size: 36pt;
  font-weight: 100;
  letter-spacing: 3px;
  text-shadow: none;
  /* 0px 0px 5px rgba(17, 12, 24, 1); */
  background-image: url(../img/backgrounds/watercolor_posterized_400x97.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 30px 40px 23px 40px;
  margin: 0 0 20px 0;
  display: inline-block;
  color: white;
  -ms-transform: rotate(-4deg);
  /* IE 9 */
  -webkit-transform: rotate(-4deg);
  /* Safari 3-8 */
  transform: rotate(-4deg);
}

.selection_menu {
  position: absolute;
  right: 0;
  top: 30px;
  padding: 0;
  margin: 0;
}

.selection_menu span:hover {
  -webkit-filter: drop-shadow(0 0 0.4rem rgba(88, 142, 254, 1));
  filter: drop-shadow(0 0 0.4rem rgba(88, 142, 254, 1));
  cursor: hand;
  cursor: pointer;
  border-bottom: 1px dashed black;
}

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

/* PPRELOADER MI NE TREBA 
.preloader-area {
    background-color: #e45447;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
*/

.preloader-area .loader-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-area .loader {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-width: 30px;
  border-style: double;
  border-color: transparent #fff;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader 2s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* #back-top {
  position: fixed;
  right: 0;
  bottom: 30px;
  cursor: pointer;
  cursor: hand;
  z-index: 9999999;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#back-top a {
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  text-align: center;
  width: 37px;
  height: 48px;
  border-radius: 50%;
  padding: 12px 8px 8px 7px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: solid 1px rgba(255, 255, 255, 0.3);
}
#back-top a i {
  font-weight: 900;
  font-size: 22px;
  color: #fff;
}
#back-top a:hover {
  border: solid 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 1), 0 0 12px rgba(255, 255, 255, 1);
}

.back-top-animation {
  right: 20px !important;
  opacity: 1 !important;
  -webkit-transition: all 0.4s ease-in !important;
  -moz-transition: all 0.4s ease-in !important;
  -o-transition: all 0.4s ease-in !important;
  transition: all 0.4s ease-in !important;
} */

.section-gap {
  padding: 50px;
  background-color: white;
}

@media (max-width: 1024px) {
  .section-gap {
    padding: 60px 0;
  }
}

.section-gap-top {
  padding-top: 150px;
}

@media (max-width: 1024px) {
  .section-gap-top {
    padding: 60px 0;
  }
}

.section-gap-bottom-90 {
  padding-bottom: 130px;
}

@media (max-width: 1024px) {
  .section-gap-bottom-90 {
    padding-bottom: 30px;
  }
}

.section-title {
  font-family: "Teko", sans-serif;
  background-image: url(../img/backgrounds/watercolor_posterized_negative_400x97.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 70px;
  text-transform: capitalize;
  position: relative;
  line-height: 44px;
}

@media (max-width: 1024px) {
  .section-title h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .section-title h2 {
    font-size: 30px;
  }
}

.section-title h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 10px;
  height: 10px;
  background: #e45447;
  border-radius: 7px;
}

@media (max-width: 1024px) {
  .section-title h2:before {
    bottom: -15px;
  }
}

.section-title h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -31px;
  width: 100px;
  height: 2px;
  background: #e45447;
}

@media (max-width: 1024px) {
  .section-title h2:after {
    bottom: -11px;
  }
}

.section-title p {
  max-width: 535px;
  margin-bottom: 0;
}

.alert-msg {
  color: #008000;
}

.primary-btn {
  color: #fff;
  letter-spacing: 2px;
  padding: 10px 20px;
  background: rgba(17, 12, 24, 1);
  overflow: hidden;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 900;
  display: inline-block;
  border: 1px solid #e45447;
  vertical-align: middle;
  position: relative;
  margin: 10px 0 0 0;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 13px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  color: #fff;
}

.primary-btn:hover {
  background: #fff;
  border: 1px solid #e45447;
}

.primary-btn:hover:before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.primary-btn:hover span {
  opacity: 1;
  color: #e45447;
  -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);
}

.primary-btn:hover span:nth-child(1) {
  -webkit-transition-delay: 0.01s;
  -moz-transition-delay: 0.01s;
  -o-transition-delay: 0.01s;
  transition-delay: 0.01s;
}

.primary-btn:hover span:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.primary-btn:hover span:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.primary-btn:hover span:nth-child(4) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.primary-btn:hover span:nth-child(5) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.primary-btn:hover span:nth-child(6) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.primary-btn:hover span:nth-child(7) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.primary-btn:hover span:nth-child(8) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.primary-btn:hover span:nth-child(9) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.primary-btn:hover span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.primary-btn:hover span:nth-child(11) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.primary-btn:hover span:nth-child(12) {
  -webkit-transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.primary-btn:hover span:nth-child(13) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.primary-btn:hover span:nth-child(14) {
  -webkit-transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.primary-btn:hover span:nth-child(15) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.primary-btn:hover span:nth-child(16) {
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.primary-btn:hover span:nth-child(17) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.primary-btn:hover span:nth-child(18) {
  -webkit-transition-delay: 0.85s;
  -moz-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.primary-btn:hover span:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  -moz-transition-delay: 0.95s;
  -o-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.primary-btn:hover span:nth-child(20) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.primary-btn span {
  display: inline-block;
  padding: 12px 0;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(10, 10px, 0);
  -moz-transform: translate3d(10, 10px, 0);
  -ms-transform: translate3d(10, 10px, 0);
  -o-transform: translate3d(10, 10px, 0);
  transform: translate3d(10, 10px, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.primary-btn.white {
  border: 1px solid #90acd1;
  color: #e45447;
  background: #fff;
}

.primary-btn.white span {
  color: #222222;
}

.primary-btn.white:before {
  color: #222222;
}

.primary-btn.white:hover {
  background: #90acd1;
  color: #fff;
}

.primary-btn.white:hover span {
  color: #fff;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.sample-text {
  margin-bottom: 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

.typo-list {
  margin-bottom: 10px;
}

b,
sup,
sub,
u,
del {
  color: #e45447;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #777777;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: rgba(0, 0, 0, 1);
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #e45447;
  border: 1px solid #e45447;
  background: #fff;
}

.genric-btn.primary-border {
  color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #e45447;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #e45447;
}

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #e45447;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #e45447;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #e45447;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #e45447;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #e45447;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input+label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e45447;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked+label {
  left: 19px;
}

.single-element-widget {
  margin-bottom: 30px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked+label:after {
  left: 19px;
}

.primary-switch input:checked+label:before {
  background: #e45447;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked+label:after {
  left: 19px;
}

.confirm-switch input:checked+label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked+label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked+label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked+label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked+label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked+label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-radio input:checked+label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #e45447;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #e45447;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

/* 
@media (max-width: 991px) {
    .left-align-p p {
        margin-top: 20px;
    }
} */

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #e45447;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #e45447;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.main-menu {
  padding: 0;
}

#header {
  padding: 0px 0px 20px 0px;
  position: absolute;
  left: 0;
  top: 0;
  height: 37px;
  /* 52px; */
  right: 0;
  transition: all 0.5s;
  z-index: 20000;
}

#header.header-scrolled {
  position: fixed;
  /* box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5); */
  background-color: white;
  /* background-image: linear-gradient(90deg, rgba(0,0,0,0.05), rgba(255,255,255,0.4)); */
  transition: all 0.5s;
}

#header.header-scrolled #nav-menu-container {
  margin-left: auto;
}

#header.header-scrolled.dark {
  background: #222222;
}

#logo {
  margin-left: 15px;
}

@media (max-width: 673px) {
  #logo {
    margin-left: 20px;
  }
}

#header h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

#header h1 a,
#header h1 a:hover {
  color: #000;
  padding-left: 10px;
  border-left: 4px solid #e45447;
}

#header img {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.9);
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
  text-align: left;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 28px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
  margin-left: 140px;
}

.nav-menu a {
  padding: 0px;
  text-decoration: none;
  display: inline-block;
  color: #222222;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  outline: none;
  font-family: "Poppins", sans-serif;
}

.nav-menu a.active,
.nav-menu a:hover {
  color: #e45447 !important;
}

.nav-menu.white a {
  color: #fff;
}

.nav-menu>li {
  margin-right: 50px;
}

.nav-menu>li:last-child {
  margin-right: 0;
}

.nav-menu ul {
  margin: 33px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul.dark {
  background: #222222;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
}

.nav-menu ul li:hover>a {
  color: #e45447;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 999;
  top: 60px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

@media (max-width: 800px) {
  #mobile-nav-toggle {
    top: 26px;
  }
}

#mobile-nav-toggle i {
  color: #e45447;
  font-weight: 900;
}

@media (max-width: 800px) {
  #mobile-nav-toggle {
    display: inline;
  }

  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 400;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #e45447;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #e45447;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

@media (max-width: 1920px) {
  .home-banner-area {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 817px;
    /* 911px 100%; 47.4479vw */
    max-width: 1920px;
    min-height: 817px;
    max-height: 817px;
    /* 800px; 911px; */
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: black;
    padding: auto;
    margin: auto;
    text-align: center;
    clip: rect(0px, 1920px, 817px, 0px);
    z-index: 21 !important;
    -moz-box-shadow: 0px -10px 19px 19px rgba(35, 23, 53, 0.9);
    -webkit-box-shadow: 0px -10px 19px 19px rgba(35, 23, 53, 0.9);
    box-shadow: 0px -10px 19px 19px rgba(35, 23, 53, 0.9);
  }

  .yt_bg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -131px);
    width: 1920px;
    /* 100vw; */
    min-width: 1920px;
    height: 1080px;
    /* 56.25vw; */
    max-width: 1920px;
    max-height: 1080px;
    background-color: transparent;
    overflow: hidden !important;
    padding: 0;
    margin: 0;
    z-index: -2;
    clip: rect(0px, 1920px, 948px, 0px);
  }

  .video_screen_texture {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100%;
    max-width: 1920px;
    max-height: 911px;
    overflow-x: hidden;
    overflow-y: hidden;
    /* DARK TIRES OK!        
        background-image:url(../img/backgrounds/darktire_250x250.png);
        background-repeat: repeat;
        background-position: 0px 0px;
        background-size: 250px 250px; 
        END */
    padding: 0;
    margin: 0;
    /* ORIGINAL LILA SETTINGS, FINE! */
    background-image: url(../img/backgrounds/videoscreen_texture_66x63_70.png);
    background-repeat: repeat;
    background-position: 0px 0px;
    background-size: 66px 63px;
    z-index: -1;
    /* END */
  }

  .influencercontent {
    position: fixed;
    left: -210px;
    /* 285px; */
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg);
    top: 380px;
    width: auto;
    max-width: 400px;
    height: 240px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    /* Sirina kontejnera jednaka sirini sadrzaja */
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-animation: pinky3 4s;
    animation: pinky3 4s;
    padding: 10px 80px 40px 70px;
    margin: 0;
    transition: all 0.5s;
    border-radius: 50% 70%;
    /* z-index: 9999; */
  }

  .influencercontent:hover {
    background-color: rgba(0, 0, 0, 0.4);
    left: -40px;
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
    top: 390px;
    padding: 0px 90px 50px 80px;
    cursor: pointer;
    cursor: hand;
  }

  .influencercontent h1 {
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-size: 24pt !important;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 66px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hiremebutton {
    height: 35px;
    max-height: 37px !important;
    line-height: 37px;
    background-image: linear-gradient(68deg, #07aaff, #0078ff);
    font-family: "Teko", sans-serif;
    font-size: 14pt;
    font-weight: 100;
    letter-spacing: 1.5px;
    /* word-spacing: 1px; */
    text-transform: uppercase;
    color: white;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    padding: 2px 10px 0 10px;
    margin: 0;
    -moz-box-shadow: 0px 1px 3px 1px #272126;
    -webkit-box-shadow: 0px 1px 3px 1px #272126;
    box-shadow: 0px 1px 3px 1px #272126;
    transition: all 0.5s;
  }

  .influencercontent:hover>.hiremebutton {
    background-image: linear-gradient(68deg, #1db2ff, #1784ff);
    border: 1px solid rgba(255, 255, 255, 0.7);
    -moz-box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
  }
}

.buttons_backwhite1 {
  position: fixed;
  left: 0px;
  top: 100px;
  text-align: center;
  width: 100%;
  height: 90px;
  max-height: 90px;
  line-height: 90px;
  background-color: white;
  padding: auto;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 121, 255, 0.5);
  border-radius: 5px 5px 0 0;
  z-index: 21;
  -moz-box-shadow: -3px 7px 7px -7px rgba(23, 132, 255, 0.7);
  -webkit-box-shadow: -3px 7px 7px -7px rgba(23, 132, 255, 0.7);
  box-shadow: -3px 7px 7px -7px rgba(23, 132, 255, 0.7);
}

/* .text_buydomainbutton {
  position: absolute;
  right: 70px;
  top: 22px;
  width: 140px;
  min-width: 140px;
  height: 45px;
  max-height: 45px !important;
  line-height: 42px;
  background-image: linear-gradient(68deg, #07aaff, #0078ff);
  font-family: "Teko", sans-serif;
  font-size: 20pt;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 2px 0px 0 0px;
  margin: 0;
  -moz-box-shadow: 0px 1px 3px 1px #0054b4;
  -webkit-box-shadow: 0px 1px 3px 1px #0054b4;
  box-shadow: 0px 1px 3px 1px #0054b4;
  transition: all 0.2s;
}

.text_buydomainbutton:hover {
  background-image: linear-gradient(68deg, #1db2ff, #1784ff);
  border: 1px solid rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
  letter-spacing: 3px;
  cursor: pointer;
  cursor: hand;
  border: 1px solid rgba(5, 45, 92, 0.5);
} */

.text_buydomainbutton_gelb {
  position: absolute;
  left: 70px;
  top: 27px;
  width: 140px;
  min-width: 140px;
  height: 45px;
  max-height: 45px !important;
  line-height: 42px;
  background-image: linear-gradient(68deg, gold, #ffbf29);
  font-family: "Teko", sans-serif;
  font-size: 20pt;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #005ec9;
  text-align: center;
  border: 1px solid #fde9ba;
  border-radius: 3px;
  padding: 2px 0px 0 0px;
  margin: 0;
  -moz-box-shadow: 0px 1px 3px 1px #be8500;
  -webkit-box-shadow: 0px 1px 3px 1px #be8500;
  box-shadow: 0px 1px 3px 1px #be8500;
  transition: all 0.2s;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.795);
}

.text_buydomainbutton_gelb:hover {
  background-image: linear-gradient(68deg, #ffc132, #fdb100);
  border: 1px solid rgb(190, 133, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
  letter-spacing: 3px;
  cursor: pointer;
  cursor: hand;
}

.paypalbutton {
  /* position: absolute;
  left: 70px; */
  top: 12px;
  width: 164px;
  min-width: 164px;
  height: 46px;
  max-height: 46px !important;
  line-height: 46px;
  padding: 0px;
  margin: auto;
  margin-top: 10px;
  transition: all 0.2s;
  cursor: pointer;
  cursor: hand;
}

/*@media (max-width: 1400px) {
    .home-banner-area {
        max-width: 1400px;
        min-height: 727px;
        max-height: 727px;  800px; 911px; 
    }
}*/

.brand-wrap {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: -180px;
  border-radius: 10px;
  padding: 40px 14px 0px 14px;
  -webkit-box-shadow: 0px -4px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -4px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -4px 5px 3px rgba(0, 0, 0, 0.2);
  z-index: 19;
}

.black_round_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*12.10.2019 20:35H Overlay wth box-shadow. 
      To gether with Overlay background image 
      a. it can be made more dark 
      b. or more transparent 
    / *box-shadow: inset 0px 0px 15.625vw 7.8125vw rgba(0,0,0,1);
      -moz-box-shadow: inset 0px 0px 15.625vw 7.8125vw rgba(0,0,0,1);
      -webkit-box-shadow: inset 0px 0px 15.625vw 7.8125vw rgba(0,0,0,1);
      -o-box-shadow: inset 0px 0px 15.625vw 7.8125vw rgba(0,0,0,1);*/
  /*@media (max-width: 1400px) {
      .video_screen_texture {
      max-width: 1400px;
      max-height: 727px;
      }
    */
}

.img_kenny {
  position: absolute;
  left: 110%;
  bottom: 0;
  width: 27.8645vw;
  min-width: 450px;
  max-width: 535px;
  height: auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-animation: influencer_picture 4s;
  animation: influencer_picture 4s;
  transition: all 0.5s;
  /* transform: translate(-50%, 0%); */
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  filter: fliph;
}

@media (max-width: 1024px) {
  .influencercontent h1 {
    font-size: 45px;
  }
}


.me {
  position: relative;
  top: 20px;
  font-family: "Teko", sans-serif;
  color: rgba(255, 255, 255, 1);
  font-weight: 300;
  letter-spacing: 1px;
  background: rgba(17, 12, 24, 0.7);
  padding: 10px;
  display: inline-block;
  font-size: 12pt;
  font-weight: 100;
  font-style: italic;
  border-radius: 50%;
  /* border: solid 1px rgba(255,255,255, 0.2); */
}

.me:after {
  content: "";
  position: absolute;
  right: 38%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 0px solid transparent;
  border-top: 10px solid rgba(17, 12, 24, 0.7);
}

.kjackson {
  position: relative;
  width: 200px;
  top: -10px;
  height: 30px;
  letter-spacing: 2px !important;
  color: rgba(255, 255, 255, 1);
  margin: 0 auto 0 auto;
  text-shadow: 0px 0px 5px rgba(17, 12, 24, 1);
  transition: all 0.5s;
}

.influencercontent:hover>.kjackson {
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

.designation {
  text-align: center;
  font-family: "Teko", sans-serif;
  font-style: italic;
  color: rgba(255, 255, 255, 1);
  font-weight: 300;
  letter-spacing: 2.5px !important;
  font-size: 12pt;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 20px;
  color: white !important;
  margin: -20px 0 0 0;
  padding: 0;
  text-shadow: 0px 0px 3px rgba(17, 12, 24, 1);
}

.influencercontent .designation .designer {
  color: #e45447;
}

.influencercontent .designation .developer {
  color: #90acd1;
}

/*.hiremebutton {
    background-image: linear-gradient(68deg,#ff00eb,#ff006f);
}*/

/* .banner-img {
    text-align: right;
    position: relative;
    left: 160px;
}
@media (max-width: 1480px) {
    .banner-img {
        left: 0px;
    }
}
@media (max-width: 991px) {
    .banner-img {
        display: none;
    }
}
@media (max-width: 1480px) {
    .banner-img img {
        max-width: 80%;
    }
} */

.filmsh3 {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 50px;
  max-width: 160px;
  font-family: "Teko", sans-serif;
  text-transform: none;
  color: white;
  font-size: 14pt;
  /* 40pt; */
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 18px;
  margin: 0 auto 0 auto;
  padding: 5px;
  display: block;
  background-color: transparent;
  /* text-shadow: 0px 0px 6px rgba(255,255,255,1), 0px 0px 6px rgba(255,255,255,1); */
  z-index: 30;
}

#innervideos_container {
  background-color: transparent;
  border-radius: 5px;
  transition: all 1s;
}

/* @media (max-width: 991px) {
    .brand-wrap {
        padding: 40px 0;
        margin-top: -52px;
    }
} */
.brand-wrap .owl-carousel .owl-item img {
  width: auto !important;
}

.single-brand_1,
.single-brand_2,
.single-brand_3,
.single-brand_4,
.single-brand_5,
.single-brand_6,
.single-brand_7,
.single-brand_8,
.single-brand_9,
.single-brand_10 {
  position: relative;
  text-align: center;
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  filter: grayscale(50%) alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: left;
}

.single-brand_1:hover,
.single-brand_2:hover,
.single-brand_3:hover,
.single-brand_4:hover,
.single-brand_5:hover,
.single-brand_6:hover,
.single-brand_7:hover,
.single-brand_8:hover,
.single-brand_9:hover,
.single-brand_10:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%), alpha(opacity=100);
  opacity: 1;
}

#innervideos_container .col:hover {
  cursor: pointer;
  cursor: hand;
}

.igranifilm {
  position: relative;
  text-align: center;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%) alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: left;
}

.igranifilm:hover {
  text-align: center;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%) alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: context-menu;
}

/*-------- Start About Area ------------*/

.about-area {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 675px;
  max-height: 675px;
  background-color: black;
  /* background-image: url(../img/backgrounds/myplaces/myplace_5.png);
  background-repeat: no-repeat;
  background-position: 0px -45px;
  background-size: 100% auto; */
  padding: 0;
  margin: 0;
  /* transition: all 0.5s; */
  overflow: hidden;
  z-index: 20;

}

/* background picture floating with the rest forground pictures */
.bgimage_position {
  position: absolute;
  width: 1920px;
  /* 100%; */
  height: 675px;
  /* 100%; */
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  display: block;
  visibility: visible;
}

#mod1 {
  width: 1920px;
  height: 675px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}

#mod2 {
  width: 1920px;
  height: 675px;
  /* opacity: 0;
  filter: alpha(opacity=0); */
  z-index: 2;
  display: none;
}

#mod3 {
  z-index: 3;
  display: none;
}

#mod4 {
  z-index: 4;
  display: none;
}

#mod5 {
  z-index: 5;
  display: none;
}

#mod6 {
  z-index: 6;
  display: none;
}

#mod7 {
  z-index: 7;
  display: none;
}

#mod8 {
  z-index: 8;
  display: none;
}

#mod9 {
  z-index: 9;
  display: none;
}

#mod10 {
  z-index: 10;
  display: none;
}

#makapo {
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 8000;
}

/* BABA */

#baba0 {
  position: absolute;
  left: 42%;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 11;
}

#baba1 {
  position: absolute;
  left: 42%;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
  bottom: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 11;
}

#baba2 {
  position: absolute;
  left: 42%;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 11;
}

#baba3 {
  position: absolute;
  left: 42%;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 11;
}

#baba4 {
  position: absolute;
  left: 42%;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 11;
}

#circleloader {
  position: absolute;
  left: 42%;
  -webkit-transform: translateX(-235px);
  -moz-transform: translateX(-235px);
  -ms-transform: translateX(-235px);
  -o-transform: translateX(-235px);
  transform: translateX(-235px);
  top: 90px;
  width: 34px;
  height: 34px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 99999;
  margin-right: -30vw;
  visibility: hidden;
  /* -webkit-filter: invert(100%) contrast(200%) brightness(150%) blur(1px);
  filter: invert(100%) contrast(200%) brightness(150%) blur(1px); */
}

#baba5 {
  position: absolute;
  left: 42%;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 11;
}

/* DOGS */
#baba6 {
  position: absolute;
  left: 40%;
  -webkit-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  -o-transform: translateX(-80%);
  transform: translateX(-80%);
  top: 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 11;
}

#baba7 {
  position: absolute;
  left: 42%;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 11;
}

#baba8 {
  position: absolute;
  left: 42%;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 11;
}

#baba9 {
  position: absolute;
  left: 42%;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 11;
}

#baba10 {
  position: absolute;
  left: 42%;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 11;
}

.about-area .section-title {
  margin-bottom: 0;
}

/* @media (max-width: 1024px) {
    .about-area .section-title {
        padding-bottom: 0px;
    }
}
@media (max-width: 991px) {
    .about-area .about-left {
        display: none;
    }
} */
.about-area .primary-btn.white {
  margin-right: 10px;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .about-area .primary-btn.white {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/* @media (max-width: 991px) {
    .about-area .primary-btn.white {
        margin-bottom: 0px;
    }
}
@media (max-width: 374px) {
    .about-area .primary-btn.white {
        margin-right: 0;
        margin-bottom: 15px;
    }
} */

/*-------- End About Area ------------*/
/*--------- Start Work Area -------------*/
.work-area {
  background: #f9f9ff;
}

/* @media (max-width: 1024px) {
    .work-area .row.mb-80 {
        margin-bottom: 30px;
    }
} */
.work-area .section-title {
  margin-bottom: 0;
}

.work-area .filters {
  text-align: center;
}

/* @media (max-width: 991px) {
    .work-area .filters {
        margin-top: 40px;
    }
} */
.work-area .filters ul {
  padding: 0;
  text-align: right;
}

/* @media (max-width: 991px) {
    .work-area .filters ul {
        text-align: left;
    }
} */
.work-area .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
  font-size: 13px;
}

.work-area .filters ul li:last-child {
  padding-right: 0;
}

/* @media (max-width: 991px) {
    .work-area .filters ul li:first-child {
        padding-left: 0;
    }
} */
.work-area .filters ul li.active,
.work-area .filters ul li:hover {
  color: #e45447;
}

.work-area .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}

.work-area .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}

.work-area .filters-content img {
  border-radius: 10px;
  width: 100%;
}

.single-work .thumb .overlay-bg {
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.image {
  position: relative;
  z-index: 10;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.image_backpack_2,
.image_backpack_3 {
  position: absolute;
  z-index: 19;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.image_backpack_4 {
  position: absolute;
  z-index: 20;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 1.3s;
  -moz-transition: all 1.3s;
  -o-transition: all 1.3s;
  transition: all 1.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.image_backpack_5 {
  position: absolute;
  z-index: 20;
  opacity: 1;
  display: block;
  width: 40%;
  height: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.single-work:hover .image_backpack_2 {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 1;
  filter: alpha(opacity=100);
}

.single-work:hover .image_backpack_3 {
  -webkit-transform: translateY(13%);
  -moz-transform: translateY(13%);
  -ms-transform: translateY(13%);
  -o-transform: translateY(13%);
  transform: translateY(13%);
  opacity: 1;
  filter: alpha(opacity=100);
}

.single-work:hover .image_backpack_4 {
  -webkit-transform: translate(30%, -11%);
  -moz-transform: translate(30%, -11%);
  -ms-transform: translate(30%, -11%);
  -o-transform: translate(30%, -11%);
  transform: translate(30%, -11%);
  opacity: 1;
  filter: alpha(opacity=100);
}

.single-work:hover .image_backpack_5 {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.single-work:hover .image_backpack_1 {
  -webkit-transform: translateX(-16%);
  -moz-transform: translateX(-16%);
  -ms-transform: translateX(-16%);
  -o-transform: translateX(-16%);
  transform: translateX(-16%);
}

.single-work:hover .image_backpack_0 {
  -webkit-transform: translateX(-18%);
  -moz-transform: translateX(-18%);
  -ms-transform: translateX(-18%);
  -o-transform: translateX(-18%);
  transform: translateX(-18%);
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.thumb {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(68deg,
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.07));
  border-radius: 5px;
  cursor: hand;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-work:hover .thumb {
  width: 104% !important;
  -webkit-transform: translate(-2%, -4%);
  -moz-transform: translate(-2%, -4%);
  -ms-transform: translate(-2%, -4%);
  -o-transform: translate(-2%, -4%);
  transform: translate(-2%, -4%);
  margin-bottom: -2.5%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
  -webkit-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
  box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
  background-image: linear-gradient(68deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0));
}

.thumb_games {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(68deg,
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.07));
  border-radius: 5px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  /*    z-index: 129000 !important;*/
  cursor: hand;
  cursor: pointer;
}

.single-work:hover .thumb_games {
  width: 122% !important;
  -webkit-transform: translate(-9%, -18%);
  -moz-transform: translate(-9%, -18%);
  -ms-transform: translate(-9%, -18%);
  -o-transform: translate(-9%, -18%);
  transform: translate(-9%, -18%);
  margin-bottom: -14%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
  -webkit-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
  box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
  background-image: linear-gradient(68deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0));
}

.sel_data_games {
  position: absolute;
  width: 100% !important;
  height: auto;
  max-height: 154px;
  background-color: rgba(255, 255, 255, 1);
  /*    background-image: linear-gradient(68deg,rgba(255,255,255,1),rgba(230,232,236,1));*/
  color: #333438;
  font-size: 11pt;
  font-family: "Signika", sans-serif;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  white-space: normal;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 7px;
  border-radius: 3px;
  margin: -2px 0 0 0;
  overflow-y: hidden;
  visibility: hidden;
  z-index: 300000 !important;
  -moz-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 1);
  -webkit-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 1);
  box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 1);
}

.single-work:hover * .sel_data_games {
  visibility: visible;
}

/* Sprecava trzanje pri onMouseover, elemenata ispod */
.single-work .sel_pdata {
  transition: all 0.5s;
}

.single-work:hover .sel_data {
  margin: 0 0 -10px 0;
}

/* KRAJ Sprecava trzanje pri onMouseover, elemenata ispod */

/*--------- End Work Area -------------*/
.job-area.offwhite {
  background: #f9f9ff;
}

.single-job {
  background-color: #f9f9ff;
  padding: 40px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 576px) {
  .single-job .top-sec {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.single-job .top-left h4 {
  color: #000;
  font-size: 21px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .single-job .top-left h4 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .single-job .bottom-sec {
    margin-top: 30px;
  }
}

.single-job .primary-btn {
  padding: 0 28px;
  background: #fff;
  color: #222222;
  border: 1px solid #90acd1;
}

@media (max-width: 1199px) {
  .single-job .primary-btn {
    padding: 0 15px;
  }
}

.single-job .primary-btn span {
  color: #222222;
}

.single-job .primary-btn:before {
  color: #222222;
}

.single-job:hover {
  background: #90acd1;
  cursor: pointer;
  color: #fff;
}

.single-job:hover .top-left h4 {
  color: #fff;
}

.service-area {
  background: rgba(245, 246, 248, 1);
  padding-top: 50px;
  padding-bottom: 100px;
}

.service-area.white {
  background: #fff;
}

.service-area .col-lg-3.col-md-6:nth-child(1) .single-service {
  background: #e2a599;
}

.service-area .col-lg-3.col-md-6:nth-child(2) .single-service {
  background: #715f69;
}

.service-area .col-lg-3.col-md-6:nth-child(3) .single-service {
  background: #e45447;
}

.service-area .col-lg-3.col-md-6:nth-child(4) .single-service {
  background: #90acd1;
}

.single-service {
  color: #fff;
  padding: 60px 30px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1199px) {
  .single-service {
    padding: 30px 15px;
  }
}

/* @media (max-width: 991px) {
    .single-service {
        margin-bottom: 30px;
        padding: 60px 30px;
    }
}
@media (max-width: 576px) {
    .single-service {
        text-align: center;
    }
} */
.single-service .lnr {
  font-size: 36px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-service h4 {
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}

.single-service h4 span {
  display: block;
}

.single-service:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.testimonials_area {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 105px);
  width: 550px;
  height: 706px;
  max-height: 706px;
  /*    width: 444px;
        height: 670px;
        max-height: 670px; 
        width: 400px;
        height: 332px;
        max-height: 332px; */
  background-color: rgba(255, 0, 0, 0) !important;
  overflow: visible !important;
  z-index: 100 !important;
}

.testimonials_area:hover {
  z-index: 73500 !important;
}

.testimonials_area .owl-controls {
  text-align: center;
}

.testimonials_area .owl-controls .owl-nav {
  position: relative;
}

/* NAVIGACIJA LEVA STRELICA */
.testimonials_area .owl-controls .owl-nav .owl-prev,
.testimonials_area .owl-controls .owl-nav .owl-next {
  display: inline-block;
  margin-right: 31px;
  color: rgba(255, 255, 255, 0.2);
}

.testimonials_area .owl-controls .owl-nav .owl-prev:hover {
  color: rgba(255, 255, 255, 1);
}

.testimonials_area .owl-controls .owl-nav .owl-next:hover {
  color: rgba(255, 255, 255, 1);
}

.testimonials_area .owl-controls .owl-nav .owl-prev {
  margin-right: 180px;
}

.testimonials_area .owl-controls .owl-nav .owl-next {
  margin-left: 180px;
  margin-right: 0;
}

.moovinghand {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(100% - 128px);
  width: 128px;
  height: 128px;
  background: url(../img/handmoove_128x128.png) no-repeat;
  position: center;
  z-index: 100 !important;
  -webkit-animation: pulsate 4s infinite;
  -moz-animation: pulsate 4s infinite;
  -o-animation: pulsate 4s infinite;
  animation: pulsate 4s infinite;
  display: none;
}

@-webkit-keyframes pulsate {
  0% {
    left: 55%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  25% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  50% {
    left: 45%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  75% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    left: 55%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}

@-moz-keyframes pulsate {
  0% {
    left: 55%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  25% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  50% {
    left: 45%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  75% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    left: 55%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}

@-ms-keyframes pulsate {
  0% {
    left: 55%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  25% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  50% {
    left: 45%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  75% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    left: 55%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}

@-o-keyframes pulsate {
  0% {
    left: 55%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  25% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  50% {
    left: 45%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  75% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    left: 55%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}

@keyframes pulsate {
  0% {
    left: 55%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  25% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  50% {
    left: 45%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  75% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    left: 55%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}











/* ############################################################################################################################################# */
/* N E T R E B A !!! ########################################################################################################################### */
/* TANKA BELA LINJA SA KOCKICOM! NE DIRAJ! ##################################################################################################### */
.testimonials_area .owl-controls .owl-dots .owl-dot {
  height: 1px;
  width: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}

.testimonials_area .owl-controls .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* AKTIVNA TANKA CRNA CRTICA ACTIVE /////////////////////////////////// */
.testimonials_area .owl-controls .owl-dots .owl-dot:hover,
.testimonials_area .owl-controls .owl-dots .owl-dot.active {
  background: rgba(0, 0, 0, 0.5);
  height: 5px;
  margin-bottom: -2px;
}

.owl-dots {
  margin: -24px auto 24px auto !important;
}

/*#products {
    position: absolute; 
    left: 50%;
    transform: translate(-50%, -300px);
    margin: 0 0 0 -300px;
    top: 240px;
    width: 444px;
    height: 670px;
    max-height: 670px; 
     top: 300px;
    width: 400px;
    height: 332px;
    max-height: 332px; 

    background-color: rgba(255, 0, 0, 0) !important;
    overflow: visible !important;

}*/

#enki {
  position: absolute;
  top: 0px !important;
  width: 100%;
  height: 100%;
  max-width: 550px;
  max-height: 670px !important;
  background-color: transparent;
  /*    background-color: rgba(255, 140, 0, 0) !important;*/
  padding: 0;
  margin: 0;
  overflow: visible !important;
  text-align: center;
  z-index: 22000 !important;
}

.malimica {
  height: 400px;
  max-height: 510px;
  background-color: rgba(65, 105, 225, 0);
  text-align: center;
  overflow: visible !important;
  margin: 23px auto 0 auto;
}

.affiliateimage_33 {
  position: relative;
  top: 0;
  /* width: 100%;
  height: 100%; */
  max-width: 225px;
  max-height: 209px;
  background-color: rgba(255, 166, 0, 0);
  transition: all 0.3s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin: 0 auto 0 auto;
}

.testi_item:hover .affiliateimage_33 {
  top: -115px;
  -ms-transform: scale(2, 2);
  /* IE 9 */
  -webkit-transform: scale(2, 2);
  /* Safari */
  transform: scale(2, 2);
  /* Standard syntax */
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0 auto 115px auto;
}

.pokazidetalje {
  position: absolute;
  left: 50%;
  top: 465px;
  transform: translateX(-50%);
  width: 500px;
  height: 72px;
  background-color: rgba(229, 255, 0, 0);
  padding: 3px 0 0 0;
  margin: 0 auto 0 auto;
  z-index: 5;
}

/* Ne treba da ima
.relative {
    cursor: pointer;
    cursor: hand;
}*/

.sel_pdata {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  text-align: center;
  background-color: transparent;
  padding: 3px auto 0 auto;
  margin: 0 auto 0 auto;
  z-index: 100 !important;
}

.sel_pdata_games {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  width: 122%;
  height: auto;
  text-align: center;
  background-color: transparent;
  padding: auto !important;
  margin: 5px auto -5px auto;
  z-index: 11 !important;
}

.relative:hover .sel_pdata_games {
  width: 122%;
  padding: 0 !important;
}

.sel_pprice {
  position: relative;
  width: 100px;
  height: 19px;
  background-color: rgba(0,
      0,
      0,
      0.8);
  /* background-color: rgba(0, 0, 0, 0.8); */
  font-family: "Teko", sans-serif;
  /* font-family: 'Teko', sans-serif; */
  font-weight: 100;
  font-size: 10pt;
  letter-spacing: 2px;
  line-height: 19px;
  text-align: center;
  color: white;
  border-radius: 40% 0 40% 0;
  padding: 2px 5px 2px 5px;
  margin: 0 auto 5px auto;
  -moz-box-shadow: 0px 0px 15px 5px rgba(88, 142, 254, 0.3);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(88, 142, 254, 0.3);
  box-shadow: 0px 0px 15px 5px rgba(88, 142, 254, 0.3);
}

.sel_pshort {
  position: relative;
  width: 100%;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: black;
  font-size: 10pt;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 17px;
  margin: 0 auto 0 auto;
  padding: 0 auto 0 auto;
  text-align: center;
  text-decoration: none;
  z-index: 19007;
}

.sel_pshort_games {
  width: 100%;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: black;
  font-size: 10pt;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 17px;
  margin: 0 auto 0 auto;
  padding: 0 auto 0 auto;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.sel_data {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: rgba(230, 232, 236, 1);
  color: #333438;
  font-size: 10pt;
  font-family: "Signika", sans-serif;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  white-space: normal;
  -moz-box-shadow: 0px 5px 5px 5px rgba(230, 232, 236, 1),
    0px 8px 8px 8px rgba(230, 232, 236, 1),
    0px 10px 10px 10px rgba(230, 232, 236, 1);
  -webkit-box-shadow: 0px 5px 5px 5px rgba(230, 232, 236, 1),
    0px 8px 8px 8px rgba(230, 232, 236, 1),
    0px 10px 10px 10px rgba(230, 232, 236, 1);
  box-shadow: 0px 5px 5px 5px rgba(230, 232, 236, 1),
    0px 8px 8px 8px rgba(230, 232, 236, 1),
    0px 10px 10px 10px rgba(230, 232, 236, 1);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 1s;
  padding: 7px;
  border-radius: 3px;
  margin: -2px auto 0 auto;
  z-index: 19000 !important;
  overflow-y: visible;
  visibility: hidden;
  /*    -moz-box-shadow: 0px 0px 15px 5px rgba(88,142,254,0.3);
        -webkit-box-shadow: 0px 0px 15px 5px rgba(88,142,254,0.3);
        box-shadow: 0px 0px 15px 5px rgba(88,142,254,0.3);*/
}

/*.single-work:hover .sel_data_games {
    visibility: visible;
    opacity: 1; 
    filter: alpha(opacity=100);
}*/

.single-work:hover .sel_data {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.product_price {
  position: relative;
  width: 100px;
  height: 19px;
  background-color: rgba(0,
      0,
      0,
      0.8);
  /* background-color: rgba(0, 0, 0, 0.8); */
  font-family: "Teko", sans-serif;
  /* font-family: 'Teko', sans-serif; */
  font-weight: 100;
  font-size: 10pt;
  letter-spacing: 2px;
  line-height: 19px;
  text-align: center;
  color: white;
  border-radius: 40% 0 40% 0;
  padding: 2px 5px 2px 5px;
  margin: 0 auto 2px auto;
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
  /*
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.3);
    */
}

.product_shortdescription {
  position: relative;
  width: 100%;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 10pt;
  /* 40pt; */
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 14px;
  margin: 0 auto 0 auto;
  padding: 0 auto 0 auto;
  text-align: center;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
  /* display: inline; */
  text-decoration: none;
  z-index: 7;
}

.datatitle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 560px !important;
  width: 260px;
  height: auto;
  /* 132px; */
  max-height: 170px !important;
  /* 145px  132px; */
  background: black;
  color: rgba(255, 255, 255, 1);
  font-size: 9pt;
  /*  font-family: 'Signika', sans-serif; */
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  letter-spacing: 1px;
  font-weight: 100;
  line-height: 18px;
  text-align: center;
  white-space: normal;
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 1s;
  padding: 7px;
  border-radius: 3px;
  margin: 0 auto 0 auto;
  z-index: 20000 !important;
  overflow-y: visible;
}

.testi_slider {
  position: absolute;
  left: 0;
  margin: auto;
  z-index: 1000 !important;
}

.testi_slider .testi_item {
  /*  max-height: 350px;*/
  background-color: rgba(255, 34, 179, 0);
  text-align: center;
  z-index: 1001 !important;
}

.testi_slider .testi_item img {
  width: auto;
  margin: auto;
}

.item {
  background-color: transparent;
  /* rgba(123,34,179,0.4); */
  margin: 0;
  height: 710px;
  overflow: visible;
  /*max-height: 470px;*/
}

.testi_item {
  padding: 260px 0 0 0;
  margin: 0;
}

.owl-controls {
  margin: -204px 0 204px 0;
}

.arrowleftgp,
.arrowrightgp {
  position: absolute;
  top: -100px;
  font-size: 60pt;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  margin: 0;
  transition: all 0.3s;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.arrowleftgp {
  left: -60px;
  width: 50px;
  height: 110px;
  background-color: transparent;
  background-image: url(../img/arrow_left_white.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% auto;
  transition: all 0.3s;
}

.arrowrightgp {
  right: -60px;
  width: 50px;
  height: 110px;
  background-color: transparent;
  background-image: url(../img/arrow_right_white.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% auto;
  transition: all 0.3s;
  overflow: visible;
}

.arrowleftgp:hover .arrowrightgp:hover {
  /*  color: rgba(255, 255, 255, 1);
        font-size: 70pt;*/

  cursor: hand;
  cursor: pointer;
}

.arrowleftgp:hover {
  left: -65px;
}

.arrowrightgp:hover {
  right: -65px;
}

.ptextclass {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  padding: 5px;
}

.testi_item h4 {
  font-size: 21px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 10px;
}

.testi_item .list {
  margin-bottom: 35px;
}

.testi_item .list li {
  display: inline-block;
}

.testi_item .list li a {
  color: #ffc000;
  font-size: 14px;
}

.testi_item p {
  max-width: 570px;
  margin: auto;
}

.contact-area {
  background: #e45447;
}

@media (max-width: 1024px) {
  .contact-area .row.mt-80 {
    margin-top: 40px;
  }
}

.contact-area .contact-title {
  color: #fff;
  text-align: center;
}

.contact-area .contact-title h2 {
  color: #fff;
  position: relative;
  margin-bottom: 45px;
  font-size: 48px;
  line-height: 45px;
}

@media (max-width: 1024px) {
  .contact-area .contact-title h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .contact-area .contact-title h2 {
    font-size: 30px;
  }
}

.contact-area .contact-title h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: #fff;
}

@media (max-width: 1024px) {
  .contact-area .contact-title h2:before {
    bottom: -5px;
  }
}

.contact-area .contact-title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -19px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 8px;
}

@media (max-width: 1024px) {
  .contact-area .contact-title h2:after {
    bottom: -9px;
  }
}

.contact-area .contact-title p {
  max-width: 540px;
  margin: 0 auto;
}

.contact-area .primary-btn {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

.contact-area .primary-btn:before {
  color: #000;
}

.contact-area .primary-btn span {
  color: #000;
}

.contact-area .primary-btn:hover {
  background: transparent;
}

.contact-area .primary-btn:hover span {
  color: #fff;
}

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

.contact-box h4 {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
}

.whole-wrap {
  background-color: #fff;
}

.generic-banner {
  margin-top: 60px;
  background-color: #e45447;
  text-align: center;
}

.generic-banner .height {
  height: 600px;
}

.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}

.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}

.generic-content h1 {
  font-weight: 600;
}

.about-generic-area {
  background: #fff;
}

.about-generic-area p {
  margin-bottom: 20px;
}

.white-bg {
  background: #fff;
}

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.switch-wrap {
  margin-bottom: 10px;
}

.switch-wrap p {
  margin: 0;
}

.link-nav {
  margin-top: 10px;
  margin-bottom: 0px;
}

.about-content {
  margin-top: 190px;
  margin-bottom: 112px;
  text-align: center;
}

.about-content h1 {
  font-size: 60px;
  font-weight: 700;
}

.about-content .box {
  border: 2px solid #fff;
  padding: 10px 18px;
  border-radius: 25px;
  display: inline-block;
}

.about-content .box a {
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-left: 16px;
  padding-right: 16px;
  border-right: 2px solid #fff;
}

@media (max-width: 380px) {
  .about-content .box a {
    font-size: 13px;
  }
}

.about-content .box a:first-child {
  padding-left: 0;
}

.about-content .box a:last-child {
  border-right: 0;
  padding-right: 0;
}

.about-content .box a:hover {
  color: #e45447;
}

.portfolio_details_inner .row {
  margin-bottom: 65px;
}

/* @media (max-width: 480px) {
    .portfolio_details_inner .row {
        margin-bottom: 30px;
    }
} */
.portfolio_details_inner p {
  margin-bottom: 30px;
  font-size: 14px;
}

.portfolio_details_inner p:last-child {
  margin-bottom: 0px;
}

/* @media (max-width: 991px) {
    .portfolio_details_inner .portfolio_right_text {
        margin-top: 0px;
    }
}
@media (max-width: 576px) {
    .portfolio_details_inner .portfolio_right_text {
        margin-top: 50px;
    }
} */
.portfolio_details_inner .portfolio_right_text h4 {
  color: #222222;
  font-size: 21px;
  margin-bottom: 18px;
  font-weight: 700;
}

.portfolio_details_inner .portfolio_right_text p {
  margin-bottom: 25px;
  font-size: 14px;
}

.portfolio_details_inner .portfolio_right_text .list li {
  margin-bottom: 7px;
  font-weight: normal;
  font-size: 14px;
}

.portfolio_details_inner .portfolio_right_text .list li span {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  width: 97px;
  display: inline-block;
}

.portfolio_details_inner .portfolio_right_text .list li:last-child {
  margin-bottom: 0px;
}

.portfolio_details_inner .portfolio_right_text .list li i {
  color: #f1cd09;
}

.social_details {
  margin-top: 50px;
}

/* @media (max-width: 480px) {
    .social_details {
        margin-top: 20px;
    }
} */
.social_details li {
  display: inline-block;
  margin-right: 14px;
}

.social_details li a {
  font-size: 14px;
}

.social_details li a i {
  color: #000 !important;
}

.social_details li a i:hover {
  color: #e45447 !important;
}

.social_details li:last-child {
  margin-right: 0px;
}

.contact-page-area .map-wrap {
  margin-top: 80px;
}

/* @media (max-width: 991px) {
    .contact-page-area .map-wrap {
        margin-top: 40px;
    }
} */
.contact-page-area .contact-btns {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 40px;
  color: #fff;
  margin-bottom: 30px;
}

.contact-page-area .contact-btns:hover {
  color: #fff;
}

/* @media (max-width: 991px) {
    .contact-page-area .form-area .form-group-top {
        margin-bottom: 0px;
    }
} */
.contact-page-area .form-area input {
  padding: 15px;
}

.contact-page-area .form-area input,
.contact-page-area .form-area textarea {
  border-radius: 0;
  font-size: 12px;
}

.contact-page-area .form-area input:focus,
.contact-page-area .form-area textarea:focus {
  border-color: #ced4da;
  box-shadow: none;
}

.contact-page-area .form-area textarea {
  height: 154px;
  margin-top: 0px;
}

.contact-page-area .form-area .primary-btn {
  padding: 0 20px;
  font-size: 13px;
}

.contact-page-area .form-area ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-weight: 500;
}

.contact-page-area .form-area :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-weight: 500;
}

.contact-page-area .form-area ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-weight: 500;
}

.contact-page-area .form-area :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 500;
}

.contact-page-area .form-area ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 500;
}

.contact-page-area .single-contact-address {
  margin-bottom: 10px;
}

.contact-page-area .single-contact-address h5 {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
}

.contact-page-area .single-contact-address .lnr {
  font-size: 30px;
  font-weight: 500;
  color: #e45447;
  margin-right: 30px;
}

/*
################
               Start Blog Home  Page style
################
*/
.blog-home-banner {
  background: url(../img/blog/blog-home-banner.jpg) bottom;
  background-size: cover;
  padding: 130px 0px;
}

.blog-home-banner .primary-btn {
  border-radius: 0px;
  background: #fff;
  color: #000;
  font-weight: 600;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-home-banner .primary-btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.blog-home-banner .overlay-bg {
  background: rgba(0, 0, 0, 0.5);
}

.blog-page {
  background: #f9f9ff;
}

.blog-header-content h1 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 414px) {
  .blog-header-content h1 {
    font-size: 30px;
  }
}

.blog-header-content p {
  margin: 20px 0px;
}

.top-category-widget-area .single-cat-widget {
  position: relative;
  text-align: center;
}

.top-category-widget-area .single-cat-widget .overlay-bg {
  background: rgba(0, 0, 0, 0.85);
  margin: 7%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-category-widget-area .single-cat-widget img {
  width: 100%;
}

.top-category-widget-area .single-cat-widget .content-details {
  top: 32%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  bottom: 0px;
  position: absolute;
}

.top-category-widget-area .single-cat-widget .content-details h4 {
  color: #fff;
}

.top-category-widget-area .single-cat-widget .content-details span {
  display: inline-block;
  background: #fff;
  width: 60%;
  height: 1%;
}

.top-category-widget-area .single-cat-widget:hover .overlay-bg {
  background: rgba(228, 84, 71, 0.85);
  margin: 7%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.post-content-area .single-post {
  margin-bottom: 50px;
}

.post-content-area .single-post .meta-details {
  text-align: right;
  margin-top: 35px;
}

.post-content-area .single-post .meta-details .tags {
  margin-bottom: 30px;
}

.post-content-area .single-post .meta-details .tags li {
  display: inline-block;
  font-size: 14px;
}

.post-content-area .single-post .meta-details .tags li a {
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.post-content-area .single-post .meta-details .tags li a:hover {
  color: #e45447;
}

/* @media (max-width: 1024px) {
    .post-content-area .single-post .meta-details {
        margin-top: 0px;
    }
} */
.post-content-area .single-post .user-name a,
.post-content-area .single-post .date a,
.post-content-area .single-post .view a,
.post-content-area .single-post .comments a {
  color: #777777;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.post-content-area .single-post .user-name a:hover,
.post-content-area .single-post .date a:hover,
.post-content-area .single-post .view a:hover,
.post-content-area .single-post .comments a:hover {
  color: #e45447;
}

.post-content-area .single-post .user-name .lnr,
.post-content-area .single-post .date .lnr,
.post-content-area .single-post .view .lnr,
.post-content-area .single-post .comments .lnr {
  font-weight: 900;
  color: #000;
}

.post-content-area .single-post .feature-img img {
  width: 100%;
}

.post-content-area .single-post .posts-title h3 {
  margin: 20px 0px;
  font-weight: 700;
}

.post-content-area .single-post .excert {
  margin-bottom: 20px;
}

.post-content-area .single-post .primary-btn {
  background: #fff !important;
  color: #222222;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0px !important;
  padding: 0 32px;
  border: 0;
}

.post-content-area .single-post .primary-btn:before {
  color: #222222;
  padding: 6px 0;
}

.post-content-area .single-post .primary-btn span {
  padding: 6px 0;
}

.post-content-area .single-post .primary-btn:hover {
  background: #e45447 !important;
  color: #fff !important;
}

.post-content-area .single-post .primary-btn:hover:before {
  color: #fff;
}

.post-content-area .single-post .primary-btn:hover span {
  color: #fff;
}

.blog-pagination {
  padding-top: 60px;
  padding-bottom: 120px;
}

.blog-pagination .page-link {
  border-radius: 0;
}

.blog-pagination .page-item {
  border: none;
}

.page-link {
  background: transparent;
  font-weight: 400;
}

.blog-pagination .page-item.active .page-link {
  background-color: #e45447;
  border-color: transparent;
}

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #777777;
  border: none;
}

.blog-pagination .page-link .lnr {
  font-weight: 600;
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e45447;
  border-color: #eee;
}

.widget-wrap {
  background: #fafaff;
  padding: 20px 0px;
  border: 1px solid #eee;
}

/* @media (max-width: 991px) {
    .widget-wrap {
        margin-top: 50px;
    }
} */
.widget-wrap .single-sidebar-widget {
  margin: 30px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.widget-wrap .single-sidebar-widget:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.widget-wrap .search-widget form.search-form input[type="text"] {
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
  border: none;
  float: left;
  width: 80%;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background: #e45447;
}

.widget-wrap .search-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.widget-wrap .search-widget ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.widget-wrap .search-widget :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.widget-wrap .search-widget :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.widget-wrap .search-widget form.search-form button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #e45447;
  color: white;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.widget-wrap .search-widget form.search-form::after {
  content: "";
  clear: both;
  display: table;
}

.widget-wrap .user-info-widget {
  text-align: center;
}

.widget-wrap .user-info-widget a h4 {
  margin-top: 40px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .user-info-widget .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

.widget-wrap .user-info-widget .social-links li a {
  color: #000;
  padding: 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .user-info-widget .social-links li a:hover {
  color: #e45447;
}

.widget-wrap .popular-post-widget .popular-title {
  background: #e45447;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}

.widget-wrap .popular-post-widget .popular-post-list {
  margin-top: 30px;
}

.widget-wrap .popular-post-widget .popular-post-list .thumb img {
  width: 100%;
}

.widget-wrap .popular-post-widget .single-post-list {
  margin-bottom: 20px;
}

.widget-wrap .popular-post-widget .single-post-list .details {
  margin-left: 12px;
}

.widget-wrap .popular-post-widget .single-post-list .details h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.widget-wrap .popular-post-widget .single-post-list .details p {
  margin-bottom: 0px;
}

.widget-wrap .ads-widget img {
  width: 100%;
}

.widget-wrap .post-category-widget .category-title {
  background: #e45447;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}

.widget-wrap .post-category-widget .cat-list li {
  padding-top: 15px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .post-category-widget .cat-list li p {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .post-category-widget .cat-list li a {
  color: #777777;
}

.widget-wrap .post-category-widget .cat-list li:hover {
  border-color: #e45447;
}

.widget-wrap .post-category-widget .cat-list li:hover p {
  color: #e45447;
}

.widget-wrap .newsletter-widget .newsletter-title {
  background: #e45447;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}

.widget-wrap .newsletter-widget .col-autos {
  width: 100%;
}

.widget-wrap .newsletter-widget p {
  text-align: center;
  margin: 20px 0px;
}

.widget-wrap .newsletter-widget .bbtns {
  background: #e45447;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 7px 20px;
  border-radius: 0;
}

.widget-wrap .newsletter-widget .input-group-text {
  background: #fff;
  border-radius: 0px;
  vertical-align: top;
}

.widget-wrap .newsletter-widget .input-group-text i {
  color: #ccc;
  margin-top: -1px;
}

.widget-wrap .newsletter-widget .form-control {
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px;
  font-size: 13px;
  color: #ccc;
  padding: 9px;
  padding-left: 0px;
}

.widget-wrap .newsletter-widget .form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}

.widget-wrap .newsletter-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #ccc;
}

.widget-wrap .newsletter-widget ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #ccc;
}

.widget-wrap .newsletter-widget :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #ccc;
}

.widget-wrap .newsletter-widget :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #ccc;
}

.widget-wrap .newsletter-widget .text-bottom {
  margin-bottom: 0px;
}

.widget-wrap .tag-cloud-widget .tagcloud-title {
  background: #e45447;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
  margin-bottom: 30px;
}

.widget-wrap .tag-cloud-widget ul li {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 4px 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-wrap .tag-cloud-widget ul li:hover {
  background: #e45447;
}

.widget-wrap .tag-cloud-widget ul li:hover a {
  color: #fff;
}

.widget-wrap .tag-cloud-widget ul li a {
  font-size: 12px;
  color: black;
}

/*
################
               End Blog Home  Page style
################
*/
/*
################
               Start Blog Details  Page style
################
*/
.single-post-area .meta-details {
  margin-top: 20px !important;
}

.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

.single-post-area .social-links li a {
  color: #000;
  padding: 7px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .social-links li a:hover {
  color: #e45447;
}

.single-post-area .quotes {
  margin-top: 20px;
  padding: 30px;
  background-color: white;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
}

.single-post-area .arrow {
  position: absolute;
}

.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-area {
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.single-post-area .navigation-area .nav-left {
  text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}

.single-post-area .navigation-area .nav-right {
  text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}

.comments-area {
  background: #fafaff;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-top: 50px;
}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}

.comments-area h4 {
  text-align: center;
  margin-bottom: 50px;
}

.comments-area a {
  color: #000;
}

.comments-area .comment-list {
  padding-bottom: 30px;
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }

  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }

  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

.comments-area .thumb {
  margin-right: 20px;
}

.comments-area .date {
  font-size: 13px;
  color: #cccccc;
}

.comments-area .comment {
  color: #777777;
}

.comments-area .btn-reply {
  background-color: #fff;
  color: #000;
  padding: 8px 30px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.comments-area .btn-reply:hover {
  background-color: #e45447;
  color: #fff;
}

.comment-form {
  text-align: center;
  background: #fafaff;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-top: 50px;
}

.comment-form h4 {
  text-align: center;
  margin-bottom: 50px;
}

.comment-form .name {
  padding-left: 0px;
}

/* @media (max-width: 991px) {
    .comment-form .name {
        padding-right: 0px;
    }
} */
.comment-form .email {
  padding-right: 0px;
}

/* @media (max-width: 991px) {
    .comment-form .email {
        padding-left: 0px;
    }
} */
.comment-form .form-control {
  padding: 10px;
  background: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  font-size: 13px;
  color: #777777;
}

.comment-form .form-control:focus {
  box-shadow: none;
}

.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*
################
               End Blog Details  Page style
################
*/
.footer-area {
  padding: 100px 0;
}

/* @media (max-width: 1024px) {
    .footer-area {
        padding: 60px 0;
    }
} */
.footer-area .footer-logo {
  text-align: center;
}

.footer-area .footer-logo h4 {
  font-size: 21px;
  color: #777777;
  font-weight: 700;
  margin-top: 48px;
}

.footer-area .footer-social {
  text-align: center;
  margin: 25px 0px 50px;
}

/* @media (max-width: 1024px) {
    .footer-area .footer-social {
        margin: 15px 0px 30px;
    }
} */
.footer-area .footer-social a {
  padding: 0 20px;
}

.footer-area .footer-social a i {
  color: #cccccc;
  font-size: 36px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* @media (max-width: 576px) {
    .footer-area .footer-social a i {
        font-size: 25px;
    }
} */
.footer-area .footer-social a i:hover {
  color: #e45447;
}

.footer-area .footer-bottom {
  text-align: center;
}

.footer-area .footer-bottom p {
  margin-bottom: 0;
}

.footer-area .footer-bottom a {
  color: #e45447;
}

/*# sourceMappingURL=main.css.map */

/* YOUTUBE PLAYER PROPERTIES //////////////////////////////// */
#video-placeholder {
  z-index: -1;
}

.robot_h2 {
  letter-spacing: 1px;
  color: black;
  font-weight: 900;
  text-transform: uppercase;
}

.youtube_controls {
  position: absolute;
  left: 50%;
  transform: translate(-545px, 0px);
  width: 1090px;
  -webkit-appearance: none;
  height: 29px;
  background-color: transparent;
  /* rgba(176,122,200,0.2); */
  outline: none;
  margin: 0;
  z-index: 1000;
  /*    
    position: absolute;
    left: 50%;
    transform: translate(-545px, 642px);
    width: 1090px;
    -webkit-appearance: none;
    height: 29px;
    background-color: rgba(176,122,200,0.2);
    outline: none;
    margin: 0;
    z-index: 99999 !important;
    */
}

.ytvideo_timer {
  position: absolute;
  left: 0;
  top: -22px;
  width: 800px;
  height: auto;
  color: #d4d4d4;
  z-index: 7;
  padding: 0;
  margin: 0;
  font-size: 8pt;
  transition: all 1s;
  /*    
        position: absolute;
        left: 50%;
        width: 800px;
        height: auto;
        transform: translate(-545px, 710px);
        z-index: 7;
        padding: 0;
        margin: 0;
        font-size: 8pt;
    */
}

/* Progress Bar ------------------------ */

.ispodnjega {
  position: absolute;
  left: 0;
  top: 14px;
  width: 1090px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0;
  z-index: 499;
  /*  
        position: absolute;
        left: 50%;
        width: 1090px;
        height: 1px;
        background-color: rgba(255,255,255,0.1);
        transform: translate(-545px, 746px);
        margin: 0;
        z-index: 499;
    */
}

.ytvideo_prbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 1090px;
  -webkit-appearance: none;
  height: 29px;
  background-color: transparent;
  /* rgba(226,122,200,0.5); */
  outline: none;
  margin: 0;
  z-index: 9501;
}

.prekonjega {
  position: absolute;
  left: 0;
  top: 14px;
  width: 0;
  height: 1px;
  background-color: rgba(255, 0, 0, 0.5);
  padding: 0;
  margin: 0;
  z-index: 1929500 !important;
  transition: all 1s;
  /*    
        position: absolute;
        left: 50%;
        width: 0;
        height: 1px;
        background: rgba(255,0,0,0.5);
        transform: translate(-545px, 746px);
        padding: 0;
        margin: 0;
        z-index: 500;
    */
}

/*
.kruzic {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    background-color: rgba(255,0,0,0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%;
}

.kruzic:hover {
    position: absolute;
    left: 0;
    top: -4px;
    width: 10px;
    height: 10px;
    background-color: rgba(255,0,0,1);
}*/

.ytvideo_prbar:hover {
  cursor: pointer;
  cursor: hand;
}

.ytvideo_prbar:hover+.prekonjega {
  position: absolute;
  height: 3px;
  top: 13px;
  background-color: rgba(255, 0, 0, 1);
}

/*
.ytvideo_prbar:hover ~ .prekonjega > .kruzic  {
    position: absolute;
    top: 13px;
    width: 10px;
    height: 10px;
    background-color: rgba(255,0,0,1);
}*/

.ytvideo_prbar:hover~.ispodnjega {
  background-color: rgba(255, 255, 255, 0.15);
  top: 13px;
  height: 3px;
}

.ytvideo_prbar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background-color: transparent;
  /* rgba(255,255,255,0.0); */
  border-radius: 50%;
  transition: all 0.5s;
  border-color: transparent;
  cursor: pointer;
  cursor: hand;
}

.ytvideo_prbar::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background-color: transparent;
  /* rgba(255,255,255,0.0); */
  border-radius: 50%;
  transition: all 0.5s;
  border-color: transparent;
  cursor: pointer;
  cursor: hand;
}

.zvucnik {
  margin: 0 5px 0 5px;
}

.zvucnik:hover+.slidercontainer {
  visibility: visible;
}

.slidecontainer {
  position: relative;
  top: -2px !important;
  width: 52px;
  max-width: 52px !important;
}

.slidecontainer:hover~.procenat_zvuka {
  color: rgba(185, 184, 187, 1);
}

.procenat_zvuka {
  position: absolute !important;
  left: 168px;
  top: 4px !important;
  width: 29px !important;
  height: 15px !important;
  line-height: 15px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
  font-size: 7pt;
  font-weight: 100;
  letter-spacing: 1px;
  text-align: right;
  padding: 0;
  z-index: 30;
}

.slider {
  -webkit-appearance: none;
  width: 52px;
  height: 3px;
  background-color: rgba(185, 184, 187, 0.5);
  outline: none;
  cursor: pointer;
  cursor: hand;
  margin: 0;
}

.slider:hover {
  background-color: rgba(185, 184, 187, 1);
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background-color: rgba(185, 184, 187, 1);
  cursor: pointer;
  cursor: hand;
}

.slider::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: rgba(185, 184, 187, 1);
  cursor: pointer;
  cursor: hand;
}

#idplaypause,
#soundwoofer {
  width: 24px;
  height: auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#idplaypause:hover,
#soundwoofer:hover {
  cursor: hand;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 0px 3px white) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
  filter: drop-shadow(0px 0px 3px white) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
}

.timers {
  position: absolute;
  left: 0px;
  top: -42px;
  width: 50px;
  height: 25px;
  line-height: 25px;
  letter-spacing: 1px;
  font-size: 9pt;
  font-weight: 100;
  color: white;
  background-color: black;
  text-align: center;
  z-index: 500;
  visibility: hidden;
  /*
    position: absolute;
    left: 70%;
    top: 711px;
    width: 50px;
    height: 25px;
    line-height: 25px;
    letter-spacing: 1px;
    font-size: 9pt;
    font-weight: 500;
    color: white;
    background-color: black;
    text-align: center;
    z-index: 500;
    visibility: hidden;
    */
  /* border-radius: 50%;*/
}

/* CRNI SPIC TIMERS-A NA DOLE */
.timers:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #000000;
  border-bottom: 0;
  margin-left: -10px;
  margin-bottom: -5px;
}

.ytvideo_prbar:hover~.ispodnjega #vreme {
  visibility: visible;
}

/* END Progress Bar */

.filmintrotitle_class {
  position: absolute;
  left: 0;
  top: 588px;
  width: 600px;
  height: 100%;
  background-color: transparent;
  letter-spacing: 0px !important;
  font-family: "Courier";
  font-size: 12pt;
  line-height: 28px;
  color: #333438;
  margin: 0 !important;
  padding: 0px !important;
  display: none;
  -webkit-animation: pinky3 16s;
  animation: pinky3 16s;
  z-index: 8005;
}

/* ALL ANIMATIONS ########################################################### */

/* BOOK ME BUTTON ANIMATION */
@keyframes pinky3 {
  0% {
    left: 50%;
    -webkit-transform: translateX(-555px);
    -moz-transform: translateX(-555px);
    -ms-transform: translateX(-555px);
    -o-transform: translateX(-555px);
    transform: translateX(-555px);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  20% {
    left: 50%;
    -webkit-transform: translateX(-555px);
    -moz-transform: translateX(-555px);
    -ms-transform: translateX(-555px);
    -o-transform: translateX(-555px);
    transform: translateX(-555px);
    opacity: 1;
    filter: alpha(opacity=100);
  }

  90% {
    left: 50%;
    -webkit-transform: translateX(-555px);
    -moz-transform: translateX(-555px);
    -ms-transform: translateX(-555px);
    -o-transform: translateX(-555px);
    transform: translateX(-555px);
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    left: -210px;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes pinky3 {
  0% {
    left: 50%;
    -webkit-transform: translateX(-555px);
    -moz-transform: translateX(-555px);
    -ms-transform: translateX(-555px);
    -o-transform: translateX(-555px);
    transform: translateX(-555px);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  20% {
    left: 50%;
    -webkit-transform: translateX(-555px);
    -moz-transform: translateX(-555px);
    -ms-transform: translateX(-555px);
    -o-transform: translateX(-555px);
    transform: translateX(-555px);
    opacity: 1;
    filter: alpha(opacity=100);
  }

  90% {
    left: 50%;
    -webkit-transform: translateX(-555px);
    -moz-transform: translateX(-555px);
    -ms-transform: translateX(-555px);
    -o-transform: translateX(-555px);
    transform: translateX(-555px);
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    left: -210px;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* END BOOK ME BUTTON ANIMATION */

/* INFLUENCER PICTURE ANIMATION */
@keyframes influencer_picture {
  0% {
    left: 110%;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  10% {
    left: 58%;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  90% {
    left: 58%;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  100% {
    left: 110%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes influencer_picture {
  0% {
    left: 110%;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  10% {
    left: 58%;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  90% {
    left: 58%;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  100% {
    left: 110%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

/* END INFLUENCER PICTURE ANIMATION */

/* END ALL ANIMATIONS ####################################################### */

#h1_headline {
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-size: 40pt;
  /* 40pt; */
  font-weight: 400;
  letter-spacing: 2px;
  color: white;
  margin: 0 auto 41px auto;
  padding: 0;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
  cursor: pointer;
  cursor: hand;
}

.filmname {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  margin: auto;
  margin-left: -8px;
  padding: auto;
  padding-top: 92px;
  overflow: hidden;
  z-index: 30000 !important;
}

.filmname h1 {
  width: auto;
  max-width: fit-content;
  margin: auto;
}

.film_data {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
  height: auto;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12pt;
  /* 40pt; */
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 18px;
  background-color: transparent;
  margin: auto;
  margin-top: -22px;
  padding: 0;
  text-shadow: 0px 0px 16px #fff;
  text-align: center;
  transition: all 1s;
  cursor: pointer;
  cursor: hand;
}

.span_act {
  position: relative;
  float: left;
}

h2 {
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12pt;
  /* 40pt; */
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
  display: inline;
  text-decoration: none;
}

.trailer_buy {
  position: relative;
  width: auto;
  max-width: 300px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  font-size: 20pt;
  /* 40pt; */
  font-weight: 300;
  text-align: center;
  letter-spacing: 0;
  line-height: 38px;
  background-color: transparent;
  margin: 10px auto 0 auto;
  padding: 0;
  text-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff;
  z-index: 30;
  transition: all 1s;
}

.trailer_buy_invisible {
  position: absolute;
  left: 50%;
  top: 275px;
  width: 250px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  font-size: 20pt;
  /* 40pt; */
  font-weight: 300;
  text-align: left;
  letter-spacing: 0;
  line-height: 38px;
  background-color: transparent;
  margin: 1vw 0 0 -142px;
  padding: 0;
  text-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff;
  z-index: 500;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.trailer_buy_games {
  position: absolute;
  top: 125px;
  width: 100%;
  height: 18px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  font-size: 12pt;
  /* 40pt; */
  font-weight: 300;
  text-align: center;
  word-spacing: 2px;
  line-height: 18px;
  margin: 0 auto 0 auto;
  padding: 0 auto 0 auto;
  text-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff;
  z-index: 10;
  transition: all 0.5s;
}

.trailer_buy_films {
  position: absolute;
  top: 204px;
  width: 100%;
  height: 18px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  font-size: 12pt;
  /* 40pt; */
  font-weight: 300;
  text-align: center;
  letter-spacing: 0;
  word-spacing: 2px;
  line-height: 18px;
  margin: 0 auto 0 auto;
  padding: 0 auto 0 auto;
  text-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff;
  z-index: 30;
  transition: all 0.5s;
}

.trailer_buy_two {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 1),
    0px 0px 9px rgba(255, 255, 255, 1);
  margin: 0 20px 0 20px;
}

.trailer_buy_two:hover {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),
    0px 0px 12px rgba(255, 255, 255, 1), 0px 0px 13px rgba(255, 255, 255, 1);
  cursor: hand;
  cursor: pointer;
}

.trailer_selections_two {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 1), 0px 0px 9px rgba(0, 0, 0, 1);
  margin: 0 10px 0 10px;
}

.trailer_selections_two:hover {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),
    0px 0px 12px rgba(255, 255, 255, 1), 0px 0px 13px rgba(255, 255, 255, 1);
  cursor: hand;
  cursor: pointer;
}

.buy_selections_two {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 1), 0px 0px 9px rgba(0, 0, 0, 1);
  margin: 0 10px 0 10px;
}

.buy_selections_two:hover {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),
    0px 0px 12px rgba(255, 255, 255, 1), 0px 0px 13px rgba(255, 255, 255, 1);
}

/* .gamerfishlogo {
  position: absolute;
  left: 15px;
  top: 5px;
  width: 92px;
  height: 55px;
  background-color: transparent;
  background-image: url(../img/gamerfish_logo_92x55.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% auto;
  filter: brightness(1.5);
  z-index: 59;
  transition: all 0.5s;
} */

.gamerfishlogo:hover {
  -webkit-filter: drop-shadow(0 0 0.4rem rgba(88, 142, 254, 1));
  filter: drop-shadow(0 0 0.4rem rgba(88, 142, 254, 1));
  cursor: hand;
  cursor: pointer;
}

/* FROG onScroll 1920px */
#header.header-scrolled .gamerfishlogo {
  top: 9px;
  background-size: 78% auto;
}

.levinaziv {
  width: auto;
  float: left;
}

.act {
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  font-size: 14pt;
  font-weight: 300;
  letter-spacing: 1px;
  background-color: rgba(165, 42, 42, 0);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 7px rgba(0, 0, 0, 1),
    0px 0px 10px rgba(0, 0, 0, 1), 0px 0px 15px rgba(0, 0, 0, 1);
  margin: 0;
  height: 30px;
  line-height: 30px;
  margin: 0;
}

.h2_actors {
  position: relative;
  top: 0;
  background-color: transparent;
  /* rgba(255, 238, 0, 0); */
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12pt;
  font-weight: 400;
  letter-spacing: 2px;
  color: white;
  text-decoration: none;
  height: 20px !important;
  min-height: 20px !important;
  line-height: 20px !important;
  padding: 0;
  margin: 0 7px 0 0;
  z-index: 359001;
}

.tooltiptext {
  position: absolute;
  left: 50%;
  transform: translate(-54%, 0);
  top: -110px;
  background-color: transparent;
  width: 80px;
  min-width: 80px;
  height: 112px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  color: black;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 15px 5px rgba(255, 244, 209, 0.3);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 244, 209, 0.3);
  box-shadow: 0px 0px 15px 5px rgba(255, 244, 209, 0.3);
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  z-index: 359000;
}

.h2_actors:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltippic {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 359000 !important;
}

.h2_actors a {
  color: white;
  text-decoration: none;
  transition: all 0.5s;
}

.h2_actors:hover {
  color: white;
  text-decoration: none;
  /*  -moz-box-shadow: 0px 0px 15px 5px rgba(255, 244, 209, 0.3);
        -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 244, 209, 0.3);
        box-shadow: 0px 0px 15px 5px rgba(255, 244, 209, 0.3);*/
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),
    0px 0px 7px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1),
    0px 0px 15px rgba(255, 255, 255, 1);
}

.testi_item {
  position: relative;
  z-index: 10 !important;
}

.testi_item:hover {
  z-index: 35 !important;
}

/* RANGO */
/* A 'disabled' class is added to owl-next          */
/* and owl-prev when the first/last item is reached */
.owl-next.disabled,
.owl-prev.disabled {
  display: none !important;
}

#tera {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -18px);
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: white;
  background-color: transparent;
  font-size: 7pt;
  /* 40pt; */
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 17px;
}

.dvadesetka {
  color: rgba(255, 255, 255, 0.5);
}

/* #video_2 {
  z-index: 50000;
} */

.topmenu_left {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  top: -2px;
  width: auto;
  max-width: auto;
  max-height: 45px !important;
  height: 45px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  font-size: 14pt;
  /* 40pt; */
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 45px;
  background-color: transparent;
  margin: 0;
  padding: 0 !important;
  z-index: 30;
  text-align: center;
  display: inline-block;
}

.menupoints_left {
  text-shadow: 0px 0px 3px black, 0px 0px 6px black, 0px 0px 9px black;
  margin: 0 auto 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}

.languages {
  position: relative;
  z-index: 1;
  text-shadow: 0px 0px 3px black, 0px 0px 6px black, 0px 0px 9px black;
  /*
    background-image:url(../img/backgrounds/w78.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-size: 16px 16px;
    */
  max-width: 20px !important;
  padding: 0;
  padding: 0;
  margin: 0 !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#header.header-scrolled .menupoints_left {
  color: black;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

#header.header-scrolled .languages {
  color: black;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}

.languages:hover,
.menupoints_left:hover {
  /*    text-shadow: 0px 0px 3px white, 0px 0px 6px white, 0px 0px 9px white !important;*/
  cursor: pointer;
  cursor: hand;
}

.vertical_down {
  position: relative !important;
  max-width: 10px;
  left: 0;
  top: 5px !important;
  height: 4px !important;
  font-size: 11pt;
  margin: 0;
  padding: 0;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.languages:hover .vertical_down {
  /*    text-shadow: 0px 0px 3px white, 0px 0px 6px white, 0px 0px 9px white, 0px 0px 3px white, 0px 0px 6px white, 0px 0px 9px white, 0px 0px 3px white, 0px 0px 6px white, 0px 0px 9px white !important;*/
  cursor: pointer;
  cursor: hand;
}

.pockemonloader {
  position: absolute;
  left: 50%;
  width: 92px;
  height: auto;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  display: none;
}

.menuclicked {
  height: 20px;
  line-height: 22px;
  color: white;
  background-color: black;
  font-family: "Teko", sans-serif;
  font-size: 16pt;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 2px 7px 0 7px;
  margin: 0 10px 0 10px;
  transition: all 0.5s;
  border-bottom: 1px dotted rgba(88, 142, 254, 0);
  border-radius: 3px;
  transition: all 1s;
}

.menuclear {
  height: 20px;
  line-height: 22px;
  color: black;
  background-color: transparent;
  font-family: "Teko", sans-serif;
  font-size: 16pt;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 2px 7px 0 7px;
  margin: 0 10px 0 10px;
  transition: all 0.5s;
  border-bottom: 1px dotted rgba(88, 142, 254, 0.3);
  border-radius: 3px;
  transition: all 1s;
}

.about_h4 {
  display: block;
  font-weight: 700;
  font-size: 14pt;
  width: auto;
  color: black;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.worksection_title:hover>.about_h4 {
  font-weight: 900;
  color: #fff;
  font-size: 24pt;
  font-weight: bold;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
    0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2),
    0 20px 20px rgba(0, 0, 0, 0.15);
}

.trailerman_visible_selections {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.90); */
  background-image: linear-gradient(68deg,
      rgba(230, 232, 236, 0.93),
      rgba(230, 232, 236, 1));
  font-family: "Signika", sans-serif;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 30pt;
  color: white;
  padding: 0 auto 0 auto;
  margin: 0;
  text-align: center;
  z-index: 18000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

#yt_trailer2_selections {
  position: relative;
  top: 0;
  /* -190px; */
  width: 50vw;
  /* 70vw; */
  height: 28.125vw;
  /* 39.375vw; */
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
  margin: 0 auto 0 auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  visibility: visible;
  -moz-box-shadow: 0 20px 39px -20px rgba(88, 142, 254, 1);
  -webkit-box-shadow: 0 20px 39px -20px rgba(88, 142, 254, 1);
  box-shadow: 0 20px 39px -20px rgba(88, 142, 254, 1);
}

.tri_naslova {
  position: relative;
  max-height: 40px;
  left: 50%;
  transform: translate(-50%, 1px);
  width: 50vw;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.small_h2 {
  position: relative;
  width: auto;
  left: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-size: 16pt;
  /* 40pt; */
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 1px 10px 0;
  /* 0 -50px 0; */
  padding: auto;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0);
  -webkit-font-smoothing: antialiased !important;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s;
  border-radius: 5px 5px 0 0;
  float: left;
}

.small_headline_wraper_black {
  position: relative;
  width: 140px;
  left: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  font-family: "Teko", sans-serif;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 1),
    0px 0px 9px rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 14pt;
  /* 40pt; */
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 1px 10px 0;
  /* 0 -50px 0; */
  padding: auto 20px auto 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: linear-gradient(68deg, #07aaff, #0078ff);
  -webkit-font-smoothing: antialiased !important;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s;
  border-radius: 5px 5px 0 0;
  float: left;
}

.small_headline_wraper_black:hover {
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),
    0px 0px 12px rgba(255, 255, 255, 1), 0px 0px 13px rgba(255, 255, 255, 1);
}

.small_h2 p {
  position: relative;
  height: 100%;
  width: auto;
  padding: auto;
  margin: auto 15px auto 15px;
  text-shadow: none;
  text-align: center;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  color: white;
}

/*.game_film_videoinfo {
    width: 100% !important;
    background-color: transparent !important;
    color: black;

}*/

.mandragula {
  background-color: transparent;
  font-family: "Signika", sans-serif;
  font-size: 11pt;
  letter-spacing: 1px;
  font-weight: 100;
  width: 50vw;
  background-image: linear-gradient(68deg,
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.7));
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-align: left;
  z-index: 100;
  padding: 15px;
  margin: 0 0 20px 0;
  border-width: 1px;
  border-color: rgba(88, 142, 254, 0.5);
  border-style: dashed;
  -moz-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 1);
  -webkit-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 1);
  box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 1);
}

.last_ones {
  position: absolute;
  left: 0;
  width: 300px;
  height: 37px;
  max-height: 37px !important;
  line-height: 37px;
  width: auto;
  bottom: -90px;
  text-align: center;
  padding: auto;
  margin: auto;
  font-size: 8pt;
}

.next_ones {
  position: absolute;
  right: 0;
  width: 300px;
  height: 37px;
  max-height: 37px !important;
  line-height: 37px;
  width: auto;
  bottom: -90px;
  text-align: center;
  padding: auto;
  margin: auto;
  font-size: 8pt;
}

.next_back_buttonscontainer {
  position: relative;
  display: grid;
  width: max-content;
  height: 37px;
  grid-template-columns: auto auto auto;
  background-color: transparent;
  margin: -20px auto 50px auto;
  padding: 0px auto 0 auto;
  text-align: center;
  z-index: 9000 !important;
}

.back_button {
  width: 70px;
  height: 22px;
  max-height: 24px;
  line-height: 24px;
  background-color: black;
  background-image: linear-gradient(68deg,
      rgba(255, 255, 255, 0.4),
      rgba(0, 0, 0, 1));
  font-family: "Teko", sans-serif;
  font-size: 9pt;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  text-align: right;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 3px;
  margin: auto;
  transition: all 0.5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0px 17px 0px 0px;
  /*       
    -moz-box-shadow: 0 1px 1px 1px rgba(88,142,254,0.1);
    -webkit-box-shadow: 0 1px 1px 1px rgba(88,142,254,0.1);
    box-shadow: 0 1px 1px 1px rgba(88,142,254,0.1);
    justify-content: center;
    */
}

.back_button_last {
  width: 70px;
  height: 22px;
  max-height: 24px;
  line-height: 24px;
  background-color: black;
  background-image: linear-gradient(68deg,
      rgba(255, 255, 255, 0.4),
      rgba(0, 0, 0, 1));
  font-family: "Teko", sans-serif;
  font-size: 9pt;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  margin: auto;
  -moz-box-shadow: 0 1px 3px 1px rgba(88, 142, 254, 1);
  -webkit-box-shadow: 0 1px 3px 1px rgba(88, 142, 254, 1);
  box-shadow: 0 1px 3px 1px rgba(88, 142, 254, 1);
  transition: all 0.5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.08;
  filter: alpha(opacity=8);
  padding: 0px 0px 0px 13px;
}

.next_button {
  width: 70px;
  height: 22px;
  max-height: 24px;
  line-height: 24px;
  background-color: black;
  background-image: linear-gradient(68deg,
      rgba(255, 255, 255, 0.4),
      rgba(0, 0, 0, 1));
  font-family: "Teko", sans-serif;
  font-size: 9pt;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 3px;
  margin: auto;
  transition: all 0.5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0px 0px 0px 17px;
  /*       
    -moz-box-shadow: 0 1px 1px 1px rgba(88,142,254,0.1);
    -webkit-box-shadow: 0 1px 1px 1px rgba(88,142,254,0.1);
    box-shadow: 0 1px 1px 1px rgba(88,142,254,0.1);
    justify-content: center;
    */
}

/*.next_button:hover {
    cursor: pointer;
    cursor: hand;
}*/

.next_button_last {
  width: 70px;
  height: 22px;
  max-height: 24px;
  line-height: 24px;
  background-color: black;
  background-image: linear-gradient(68deg,
      rgba(255, 255, 255, 0.4),
      rgba(0, 0, 0, 1));
  font-family: "Teko", sans-serif;
  font-size: 9pt;
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  margin: auto;
  -moz-box-shadow: 0 1px 3px 1px rgba(88, 142, 254, 1);
  -webkit-box-shadow: 0 1px 3px 1px rgba(88, 142, 254, 1);
  box-shadow: 0 1px 3px 1px rgba(88, 142, 254, 1);
  transition: all 0.5s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.08;
  filter: alpha(opacity=8);
  padding: 0px 0px 0px 13px;
}

.cicmic {
  height: 37px;
  max-height: 37px;
  line-height: 37px;
  margin: 0px 10px 0px 10px;
  text-align: center;
  background-color: transparent;
  font-family: "Teko", sans-serif;
  font-size: 12pt;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.next_button:hover,
.back_button:hover {
  text-shadow: 0px 0px 3px white, 0px 0px 6px white, 0px 0px 9px white;
  letter-spacing: 2px;
  cursor: hand;
  cursor: pointer;
}

.sel_pshort_films {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  top: 230px;
  width: 100%;
  max-width: 160px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: black;
  font-size: 10pt;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 17px;
  margin: 0 auto 0 auto;
  padding: 0 auto 0 auto;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  cursor: hand;
  cursor: pointer;
}

.thumb_films {
  width: 100%;
  height: auto;
  background-image: linear-gradient(68deg,
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.07));
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 129000 !important;
  cursor: hand;
  cursor: pointer;
  margin-bottom: 3px;
}

.single-work:hover .thumb_films {
  width: 118% !important;
  -webkit-transform: translate(-7.5%, -15%);
  -moz-transform: translate(-7.5%, -15%);
  -ms-transform: translate(-7.5%, -15%);
  -o-transform: translate(-7.5%, -15%);
  transform: translate(-7.5%, -15%);
  margin-bottom: -25.5%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
  -webkit-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
  box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
  background-image: linear-gradient(68deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0));
}

.blackbold {
  color: black;
  font-weight: 600;
  letter-spacing: 1px;
}

#ftext {
  position: absolute;
  height: 100%;
  max-height: 250px;
  background-color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10.1pt;
  font-weight: 300;
  line-height: 19px;
  /*    overflow-y: hidden !important;*/
  padding: 0 10px 0 0;
  overflow-y: scroll;
  letter-spacing: 0;
}

.blackbold_2 {
  font-family: "Teko", sans-serif;
  font-size: 14pt;
  color: black;
  font-weight: 600;
  font-style: italic;
}

#g1 {
  display: none;
}

.single-work {
  /*    border-radius: 5px;*/
  margin-bottom: 50px;
}

.single-films {
  margin-bottom: 57px;
}

/* GREY BACKGROUND FOR PAYPAL */
.all_videoselections {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  background-color: rgba(230, 232, 236, 1);
  background-image: linear-gradient(68deg,
      rgba(255, 255, 255, 0.3),
      rgba(230, 232, 236, 1));
  font-family: "Signika", sans-serif;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 30pt;
  color: white;
  padding: 0 auto 50px auto !important;
  margin: auto;
  text-align: center !important;
  z-index: 30000 !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  display: none;
}

/* G A M E S /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 0px MEDIA MIN WIDTH TO ~ 1920px ////////////////////////////////////////////////////////////////////////////////////////////////// */

.sklop {
  position: relative;
  width: 960px;
  height: auto;
  left: 50%;
  top: 0px;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  margin-bottom: 20px;
}

.yt_trailer_selectionsss {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: 0px;
  width: 960px;
  /* 50vw; 60vw; */
  height: 540px;
  /* 28.125vw; 28.125vw; 39.375vw; */
  overflow-y: hidden;
  padding: 0;
  margin: 0 auto -8px auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  visibility: visible;
  -moz-box-shadow: 0 5px 24px -3px rgba(88, 142, 254, 0.8);
  -webkit-box-shadow: 0 5px 24px -3px rgba(88, 142, 254, 0.8);
  box-shadow: 0 5px 24px -3px rgba(88, 142, 254, 0.8);
  -webkit-animation: ytiframe_anim 0.7s;
  animation: ytiframe_anim 0.7s;
  transition: all 0.7s;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: black;
}

/* YOUTUBE IFRAME TRAILER ANIMATION */
@keyframes ytiframe_anim {
  0% {
    margin-top: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    margin-top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes ytiframe_anim {
  0% {
    margin-top: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    margin-top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* END YOUTUBE IFRAME TRAILER ANIMATION */

.half-circle {
  position: absolute;
  top: -15%;
  left: 0px;
  width: 100%;
  height: 500px;
  border-radius: 0 60% 40% 50%;
  background-image: linear-gradient(78deg,
      rgba(0, 0, 0, 0.01),
      rgba(0, 0, 0, 0.3));
  transform: rotate(7deg);
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.game_film_videoinfo {
  width: 100%;
  height: auto;
  background-color: transparent;
  color: black;
  margin: 0;
  padding: 0;
}

.komentarproizvoda {
  position: relative;
  left: 0;
  width: 960px;
  min-width: 960px;
}

.mojopis {
  height: 36px;
  line-height: 36px;
  font-family: "Teko", sans-serif;
  font-size: 22pt;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  margin: 0 auto 6px auto;
  padding: 4px 0 0 22px;
  background-color: transparent;
}

.mainproduct {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 960px !important;
  min-width: 960px !important;
  height: 323px;
  min-height: 323px;
  padding: 0 0 16px 0;
  margin: 0;
  background-color: transparent;
  /* rgba(60,202,202,0.1); */
  list-style: none;
  /* -ms-box-orient: horizontal;*/
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  overflow-y: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: filmt_com 1s;
  animation: filmt_com 1s;
  transition: all 1s;
}

/* FILM TEXT COMMING */
@keyframes filmt_com {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes filmt_com {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* END FILM TEXT COMMING */

.mainproduct .filmcover_genre {
  flex-grow: 1;
  background: white;
  /* rgba(220,107,66,0.3); */
  width: 544px;
  min-width: 544px;
  height: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 9pt;
  font-weight: 300;
  margin: 0;
  font-weight: 300;
  line-height: 18px;
  padding: 14px 14px 10px 14px;
  text-align: left;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid none solid solid;
  background-color: transparent;
  background-image: linear-gradient(68deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.9));
  overflow: visible !important;
}

.mainproduct .filmcover_text {
  background: white;
  /* rgba(220,107,66,0.3); */
  width: 388px;
  min-width: 388px;
  height: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 9.5pt;
  font-weight: 300;
  margin: 0 0 1% 0;
  font-weight: 300;
  line-height: 21px;
  padding: 14px 10px 10px 20px;
  text-align: left;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid solid solid dashed;
  background-color: transparent;
  background-image: linear-gradient(68deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.9));
  overflow-y: hidden !important;
}

.closex_selections {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(478px, 0%);
  -moz-transform: translate(478px, 0%);
  -ms-transform: translate(478px, 0%);
  -o-transform: translate(478x, 0%);
  transform: translate(478px, 0%);
  top: -18px;
  width: 50px;
  height: 50px;
  font-size: 50px;
  margin: 0;
  padding: 0;
  color: black;
  transition: all 0.3s;
  z-index: 9999;
}

.closex_selections:hover {
  top: -22px;
  cursor: pointer;
  cursor: hand;
  font-size: 54px;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),
    0px 0px 5px rgba(255, 255, 255, 1);
}

.closex_selections_2 {
  position: absolute;
  right: 10px;
  top: 13px;
  width: 50px;
  height: 50px;
  font-size: 50px;
  margin: 0;
  padding: 0;
  color: white;
  transition: all 0.3s;
  z-index: 9999;
}

.closex_selections_2:hover {
  cursor: pointer;
  cursor: hand;
  font-size: 54px;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),
    0px 0px 5px rgba(255, 255, 255, 1);
}

.leftpisline {
  position: relative;
  width: 196px;
  height: 100%;
  background-color: transparent;
  float: left;
  margin: 0 14px 0 0;
  overflow-y: visible !important;
}

.buystamp {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(410px, -60px);
  -moz-transform: translate(410px, -60px);
  -ms-transform: translate(410px, -60px);
  -o-transform: translate(410px, -60px);
  transform: translate(410px, -60px);
  z-index: 9000 !important;
}

.games_buystamp {
  position: absolute;
  width: 100px;
  height: auto;
  left: 50%;
  -webkit-transform: translate(420px, -60px);
  -moz-transform: translate(420px, -60px);
  -ms-transform: translate(420px, -60px);
  -o-transform: translate(420px, -60px);
  transform: translate(420px, -60px);
  z-index: 9000 !important;
}

.genrefilms {
  position: absolute;
  left: 226px;
  bottom: 13px;
  width: auto;
  height: 116px;
  background-color: transparent;
  padding: 0;
  margin: 0 0 18px 0;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: filmgenres 2s;
  animation: filmgenres 2s;
  transition: all 2s;
  text-align: center;
}

/* FILM TEXT COMMING */
@keyframes filmgenres {
  0% {
    bottom: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    bottom: 13px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes filmgenres {
  0% {
    bottom: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    bottom: 13px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* END FILM TEXT COMMING */

.genre_small_headline_films {
  font-size: 8pt;
  font-weight: 100;
  width: 100%;
  height: 40px;
  line-height: 20px;
  background-color: black;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 0 0 5px;
  margin: 0 0 3px 0;
}

.headsmall {
  position: absolute;
  left: 0px;
  width: 100%;
  max-height: 20px;
  color: white;
  overflow: hidden !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 8pt;
  font-weight: 100;
  padding: 0 3px 0 3px;
  margin: 0;
}

.filmchenimg {
  position: absolute;
  bottom: 4px;
  width: 196px;
  height: auto;
}

.bild {
  width: 55px;
  height: auto;
  margin: 0 1px 0 0;
  transition: all 0.5s;
}

.bild:hover {
  filter: grayscale(100%) brightness(130%);
  -webkit-filter: grayscale(100%) brightness(130%);
  cursor: hand;
  cursor: pointer;
  margin: -4px 1px 4px 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.main_games_flex {
  width: 539px;
  max-width: 539px;
  height: 227px;
  max-height: 227px;
  background-color: white;
  /* rgba(248,224,161,0.5); */
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-flow: column wrap;
  align-items: flex-start;
  align-content: space-between;
  flex-direction: row;
  margin: 0 1px 1px 1px !important;
}

.main_g {
  width: 269px;
  min-width: 269px !important;
  height: 151px;
  max-height: 151px;
  background-color: transparent;
  margin: 0 1px 0 0;
  overflow: hidden;
}

.a_game_img {
  width: 100%;
  height: 100%;
}

.a_game_img:hover {
  cursor: pointer;
  cursor: hand;
}

.b_game_img {
  width: 100%;
  height: 100%;
}

.b_game_img:hover {
  cursor: pointer;
  cursor: hand;
  filter: sepia(34%) hue-rotate(360deg) saturate(398%);
  -webkit-filter: sepia(34%) hue-rotate(360deg) saturate(398%);
  -moz-filter: sepia(34%) hue-rotate(360deg) saturate(398%);
}

.gam_1 {
  width: 134px;
  height: 75px;
  max-height: 75px;
  background-color: transparent;
  /* rgba(248,224,131,0.9); */
  margin: auto;
}

.four_g {
  width: 269px;
  height: 151px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-flow: column wrap;
  align-items: flex-start;
  align-content: space-between;
  flex-direction: column;
  background-color: white;
  margin: 0;
}

.four_g2 {
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-flow: row nowrap;
  align-items: flex-start;
  align-content: space-between;
  background-color: white;
  margin: 1px 0 0 0;
}

.black_inftext {
  position: relative;
  top: 0px;
  width: 539px;
  height: 40px;
  background-color: black;
  color: white;
  font-family: sans-serif;
  /* font-family: 'Teko', sans-serif; font-family: "Courier"; */
  font-weight: 100;
  font-size: 12pt;
  letter-spacing: 1px;
  line-height: 40px;
  text-align: center;
  margin: 1px;
}

.s_game_img {
  width: 100%;
  height: auto;
}

.exp_gms {
  width: 100%;
  max-width: 539px;
  background-color: transparent;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  line-height: 100%;
  padding: 6px 0 5px 0;
  font-size: 8pt;
  font-weight: 100;
  font-style: italic;
  letter-spacing: 1px;
}

#ssyt_trailer3_selections {
  visibility: hidden;
}

.footer_component {
  position: relative;
  height: 290px;
  /* 289px; */
  max-height: 290px;
  /* 289px; */
  max-width: 100vw;
  background-color: black;
  padding: 0 auto 0 auto;
  background-image: linear-gradient(68deg,
      rgba(89, 149, 166, 0.2),
      rgba(0, 0, 0, 1));
  -moz-box-shadow: 0 19px 19px 19px rgba(88, 142, 254, 1);
  -webkit-box-shadow: 0 19px 19px 19px rgba(88, 142, 254, 1);
  box-shadow: 0 19px 19px 19px rgba(88, 142, 254, 1);
  margin: 0;
  z-index: 100;
  overflow: hidden;
}

.footer_background_right {
  position: absolute;
  right: 0px;
  width: 26.0416vw;
  /* 500px; */
  min-width: 350px;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  padding: 0;
}












.flex_container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 40px;
  height: auto;
  /* 191px; */
  max-height: 191px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 0px) and (max-width: 1020px) {

  /* width */
  .flex_container::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  .flex_container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(50, 93, 104, 0.5);
  }

  /* Handle */
  .flex_container::-webkit-scrollbar-thumb {
    background-color: rgba(50, 93, 104, 0.4);
  }

  /* Handle on hover */
  .flex_container::-webkit-scrollbar-thumb:hover {
    background-color: rgba(50, 93, 104, 8);
  }

  .flex_container {
    /* position: absolute;
    left: 20px; */

    width: min-content;
    /* 231px; */
    /* max-width: 231px; */
    /* height: 191px;
    max-height: 191px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    /* overflow-y: scroll; */
    margin: auto;
    /* margin-top: 30px; */
  }

  .footer_background_right {
    position: absolute;
    right: -80px;
    width: 350px;
    /* 500px; */
    min-width: 350px;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0;
    padding: 0;
  }
}

.max_width1 {
  position: relative;
  flex-flow: column wrap;
  width: 400px;
  /* 220px; */
  max-width: 400px;
  margin: 0;
  padding: 0 15px 0 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.max_width1:hover {
  cursor: pointer;
  cursor: hand;
  color: rgba(255, 255, 255, 1) !important;
  /* box-shadow: inset 0 -2px 6px rgba(0,43,123,1); */
  background-image: linear-gradient(38deg, #028bff, #0055d5);
}

.max_width1:hover .footer_p {
  color: rgba(255, 255, 255, 1) !important;
}

.max_width1:hover .footer_a {
  color: rgba(255, 255, 255, 1) !important;
}

.spnumb {
  color: rgba(255, 255, 255, 0.5);
}

.footer_p {
  width: 280px;
  height: 18px;
  line-height: 18px;
  line-height: 18px;
  background-color: transparent;
  font-family: "Courier";
  letter-spacing: 0.5px;
  font-size: 8.5pt;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 100;
  text-transform: none;
  margin: 0 10px 0 0;
  padding: 0px;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_a {
  height: 18px;
  line-height: 18px;
  line-height: 18px;
  background-color: transparent;
  font-family: "Courier";
  letter-spacing: 0px;
  font-size: 8.5px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 100;
  text-transform: none;
  margin: auto;
  padding: 0;
  text-align: right;
}

.footer_r {
  position: absolute;
  width: 100%;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 19px;
  line-height: 19px;
  background-color: transparent;
  font-family: "Courier";
  letter-spacing: 0px;
  font-size: 8pt;
  line-height: 20px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  text-transform: none;
  margin: 0 auto 0 auto;
  padding: auto;
  cursor: default;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(158, 229, 235, 0.7),
    0px 0px 9px rgba(158, 229, 235, 0.7);
  /* border-bottom: 1px dashed rgba(255, 255, 255, 0.4); */
}


























.child_1 {
  position: relative;
  top: -2px;
  width: auto;
  height: auto;
  text-align: left;
  background-color: transparent;
  float: left;
  padding: 5px 10px 0 15px;
  margin: 0 0 0 0;
  border-left: 1px dashed rgba(255, 255, 255, 0.2);
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

.child_1b {
  position: relative;
  top: -2px;
  width: auto;
  height: auto;
  text-align: left;
  background-color: transparent;
  float: left;
  padding: 5px 15px 0 0;
  margin: 0 0 0 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

#f_child_left {
  position: relative;
  margin-left: 20px;
}

/* .footer_p:hover {
  color: rgba(255, 255, 255, 1);
  font-weight: 100;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
} */

.footer_gfish {
  position: relative;
  width: 60px;
  height: auto;
  margin: -68% 0 0 20%;
  -webkit-filter: drop-shadow(0 0 0.4rem rgba(162, 192, 222, 1));
  filter: drop-shadow(0 0 0.4rem rgba(162, 192, 222, 1));
}

.footer_world {
  opacity: 0.2;
  filter: alpha(opacity=20);
  margin: 5px 0 0 0;
}

.pmico {
  height: 30px;
  width: auto;
  margin: 0 15px 0 15px;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}

.terms_privacy33 {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 40px;
  bottom: 0px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.3);
  /* rgba(0, 0, 0, 0.1); */
  /*    background-image: linear-gradient(38deg,rgba(89,149,166,0.2),rgba(0,0,0,1));*/
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 8.5pt;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0.5px;
  padding: 5px 0px 0px 100px;
  margin: 0;
  border-top: solid 1px rgba(12, 49, 56, 0.8);
  /* rgba(89,149,166,0.2); */
  color: #527077;
}

.terms_privacy33,
a {
  color: #527077;
  text-decoration: none;
}

.terms_privacy33,
a:hover {
  color: rgb(152, 182, 189);
}



/* .aboutmyself_h2 {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 420px;
  height: 102px;
  font-family: "Teko", sans-serif;
  font-size: 30pt;
  font-weight: 100;
  letter-spacing: 3px;
  text-shadow: none; 
  background-image: url(../img/backgrounds/me2_watercolor_posterized_400x97.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 25px auto 23px auto;
  margin: 0 auto -20px auto;
  display: inline-block;
  color: white;
  text-align: center;
  cursor: pointer;
  cursor: hand;
} */



#aboutmyself_h2 {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  width: 100%;
  height: 140px;
  line-height: 20px;
  font-family: "Teko", sans-serif;
  font-size: 20pt !important;
  font-weight: 100;
  letter-spacing: 1px;
  text-shadow: none;
  background-image: url(../img/backgrounds/me4_watercolor_posterized_766x180.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  padding: auto;
  padding-top: 50px;
  margin: auto;
  margin: 0;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1);
  display: inline-block;
  color: white;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  /* -webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5));
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5)); */
}

#aboutmyself_h2 .ah9 {
  /* position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 71px; */
  line-height: 10px;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 8pt;
  letter-spacing: 1px;
  font-weight: 100;
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0;
}

#priceplans_h2 {
  position: relative;
  width: 320px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Teko", sans-serif;
  font-size: 36pt;
  font-weight: 300;
  letter-spacing: 3px;
  text-shadow: none;
  /* 0px 0px 5px rgba(17, 12, 24, 1); */
  background-image: url(../img/backgrounds/price_plans_black.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 30px 25px 30px;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
  /*    text-shadow: 0 0 1px rgba(31,77,205,1),0 0 3px rgba(31,77,205,0.5);*/
}

.kerovi {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  z-index: 15;
}

.img_aboutme {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* 100%; */
  height: 675px;
  max-height: 675px;
  background-color: transparent;
  transition: all 0.5s;
  top: 0px;
}

.balon_1 {
  position: absolute;
  left: 43%;
  -webkit-transform: translateX(-380px);
  -moz-transform: translateX(-380px);
  -ms-transform: translateX(-380px);
  -o-transform: translateX(-380px);
  transform: translateX(-380px);
  top: 210px;
  background-color: transparent;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
  cursor: hand;
  z-index: 1000;
}

.balon_2 {
  position: absolute;
  left: 97%;
  top: 16px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
  cursor: hand;
}

#balon_0div {
  visibility: hidden;
}

#balon_1div {
  visibility: visible;
}

#balon_2div {
  visibility: hidden;
}

#balon_3div {
  visibility: hidden;
}

#balon_4div {
  visibility: hidden;
}

#balon_5div {
  visibility: hidden;
}

#balon_6div {
  visibility: hidden;
}

#balon_7div {
  visibility: hidden;
}

#balon_8div {
  visibility: hidden;
}

#balon_9div {
  visibility: hidden;
}

#balon_10div {
  visibility: hidden;
}

.booking_form {
  position: absolute !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0px;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 40px;
  background-color: white;
  z-index: 10001;
  overflow-x: hidden;
  visibility: hidden;
}

.booking_form_back {
  position: absolute !important;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  visibility: hidden;

}

.ppbuy_form {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 750px;
  max-height: 2000px;
  margin: 0px auto 30px auto;
  padding: 40px 40px 140px 40px;
  background-color: white;
  z-index: 29998;
  display: block;
  overflow-x: hidden;
  visibility: hidden;
}

h1,
.bookusform {
  width: 100%;
  font-family: "Teko", sans-serif;
  font-size: 30pt;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.3px;
  margin: -20px 0 20px 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

#underh3 {
  background-color: transparent;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 8pt;
  font-weight: 100 !important;
  line-height: 15px;
  letter-spacing: 0.7px;
  margin: -34px auto 30px auto;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  text-transform: none;
}



.ppppal_logo {
  margin: 5px 0 5px 0;
}

h3,
.underh4 {
  background-color: transparent;
  font-family: "Teko", sans-serif;
  font-weight: 500 !important;
  font-size: 14pt;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 0;
  color: rgba(0, 0, 0, 1);
  text-align: left;
  /* font-style: italic; */
}

.underh4_centered {
  background-color: transparent;
  font-family: "Teko", sans-serif;
  font-weight: 500 !important;
  font-size: 14pt;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 0px 0 10px 0;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  /* font-style: italic; */
}

.underh4free {
  background-color: transparent;
  font-family: "Teko", sans-serif;
  font-weight: 500 !important;
  font-size: 30pt;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 40px 0 10px 0;
  color: rgba(0, 0, 0, 0.1);
  text-align: center;
  /* font-style: italic; */
}

h3,
.underh5 {
  background-color: transparent;
  font-family: "Teko", sans-serif;
  font-size: 26pt;
  font-weight: 900 !important;
  line-height: 34px;
  letter-spacing: 1px;
  margin: 20px 0 30px 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  text-transform: uppercase;
  font-style: normal;
}

.underh6 {
  font-size: 12pt;
  font-weight: 900 !important;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.8);
  font-style: normal;
}

.flexboxContainer {
  display: -webkit-box;
  /* For Safari 6-9 */
  display: -ms-flexbox;
  /* For IE 10 */
  display: flex;
  /* For modern browsers */
  -webkit-box-orient: vertical;
  /* For Safari 6-9 */
  -webkit-box-direction: normal;
  /* For Safari 6-9 */
  -ms-flex-direction: row;
  /* For IE 10 */
  flex-direction: row;
  /* For modern browsers */
}

.lefttext_booking {
  width: 50%;
  height: min-content;
  background-color: transparent;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-weight: 300;
  font-size: 10.2pt;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 0;
  margin-bottom: 30px;
  margin-right: 20px;
  color: rgba(0, 0, 0, 0.8);
  padding: 20px 20px 120px 30px;
  border-radius: 3px;
  /*    border: 1px solid rgba(0,0,0,0.15);*/
}

.weunderstand_text {
  background-color: transparent;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-weight: 300;
  font-size: 10.2pt;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: rgba(0, 0, 0, 0.8);
}

.groupingwhole5 {
  position: relative;
  width: 45%;
  height: min-content;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  padding: 20px;
  margin: 20px 0 0 0;
}

.clos_boo7 {
  position: fixed;
  right: 1px;
  top: 0px;
  width: 49px;
  height: 49px;
  font-size: 40px;
  line-height: 44px;
  margin: 0;
  padding: auto;
  background-color: transparent;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  z-index: 5000;
  font-weight: 900;
}

.clos_boo7:hover {
  cursor: pointer;
  cursor: hand;
  font-size: 44px;
  background-color: black;
  color: white;
  /* text-shadow: 0px 0px 10px rgba(88, 142, 254, 1),
    0px 0px 10px rgba(88, 142, 254, 1); */
}



/* GOUP DOMAINS TOP TEXT */

.place_order {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-size: 10pt;
  letter-spacing: 0.5px;
  line-height: 18px;
  color: black;
  font-weight: 500;
  padding: 0;
  margin-bottom: 13px;
}

.placingordertext {
  color: #009cde;
  font-size: 8pt;
}

.paiments_first_7 {
  margin: 13px 7px 25px 0;
}

.paiments_seccond_7 {
  margin: 13px 0 25px 0;
}



/* END GOUP DOMAINS TOP TEXT */

.groupingwhole_paypal {
  position: absolute !important;
  left: 600px;
  /* right: 70px; */
  top: 230px;
  width: 530px;
  height: auto;
  background-color: transparent;
}

.form_1_brown_bookus {
  position: relative;
  top: 0px;
  width: 400px;
  max-width: 400px;
  height: 60px;
  line-height: 14px;
  width: auto;
  background-color: transparent;
  /* #eaeaea; */
  font-family: "Teko", sans-serif;
  font-size: 13pt;
  font-weight: 100;
  letter-spacing: 1px;
  word-spacing: 4px;
  text-transform: uppercase;
  color: black;
  text-align: left;
  margin: 0 auto 11px auto;
}

.form_1_brown_bookus_black {
  position: relative;
  top: 3px;
  width: 400px;
  max-width: 400px;
  height: 60px;
  line-height: 14px;
  width: auto;
  background-color: transparent;
  /* #eaeaea; */
  font-family: "Teko", sans-serif;
  font-size: 13pt;
  font-weight: 100;
  letter-spacing: 1px;
  word-spacing: 4px;
  text-transform: uppercase;
  color: black;
  text-align: center;
  margin: 0 auto 11px auto;
}

.form_1_brown_bookus_area {
  position: relative;
  top: 0px;
  width: 400px;
  max-width: 400px;
  height: 60px;
  line-height: 14px;
  width: auto;
  background-color: transparent;
  /* #eaeaea; */
  font-family: "Teko", sans-serif;
  font-size: 13pt;
  font-weight: 100;
  letter-spacing: 1px;
  word-spacing: 4px;
  text-transform: uppercase;
  color: black;
  text-align: center;
  margin: 0 auto 11px auto;
}

.icons_brown_bookus {
  position: relative;
  top: 0px;
  height: 34px;
  max-height: 34px;
  line-height: 34px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 10pt;
  font-weight: 500;
  color: black;
  letter-spacing: 1px;
  width: 400px;
  max-width: 400px;
  background-color: rgba(165, 223, 255, 0.1);
  /* #eaeaea; */
  border-radius: 3px;
  text-align: left;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /* #DDD; */
  box-shadow: inset 0 2px 6px rgba(53, 44, 49, 0.7),
    0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 3px 8px 0 8px;
  margin: 4px auto 0 auto;
  z-index: 60;
}

.icons_brown_bookus78~.greydom .greydom2 {
  position: relative;
  top: 4px;
  height: 34px;
  max-height: 34px;
  line-height: 34px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 10pt;
  font-weight: 500 !important;
  color: black !important;
  letter-spacing: 1px;
  width: 400px;
  max-width: 400px;
  background-color: rgba(165, 223, 255, 0.03);
  /* #eaeaea; */
  border-radius: 0px 0px 3px 3px;
  text-align: center;
  border: none;
  box-shadow: inset 0 2px 6px rgba(53, 44, 49, 0.1),
    0 -1px 1px rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 3px 8px 0 8px;
  margin: 0 auto 0 auto;
  z-index: 1;
}

.domains_websites_dropdown {
  position: relative;
  top: 0px;
  height: 34px;
  max-height: 34px;
  line-height: 35px;
  font-family: "Teko", sans-serif;
  font-size: 14pt;
  font-weight: 100;
  letter-spacing: 2px;
  word-spacing: 4px;
  text-transform: uppercase;
  color: white;
  width: 400px;
  max-width: 400px;
  background-color: transparent;
  /* rgba(165,223,255,0.1);  #eaeaea; */
  background-image: linear-gradient(68deg, rgba(0, 0, 0, 0.644), rgb(0, 0, 0));
  /* border-radius: 2px; */
  text-align: center;
  border: 1px solid black;
  box-shadow: 0 2px 6px rgba(53, 44, 49, 0.7),
    0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 0 auto 0 auto;
  margin: 4px auto 0 auto;
  z-index: 60;
}

.domains_websites_dropdown:hover {
  cursor: pointer;
  cursor: hand;
}

.domains_websites_dropdown27 {
  position: relative;
  top: -35px;
  height: 34px;
  max-height: 34px;
  line-height: 35px;
  font-family: "Teko", sans-serif;
  font-size: 12pt;
  font-weight: 100;
  letter-spacing: 2px;
  word-spacing: 4px;
  text-transform: uppercase;
  color: black;
  width: 400px;
  max-width: 400px;
  background-color: rgba(0, 0, 0, 0.01);
  /* rgba(165,223,255,0.1);  #eaeaea; */
  /* border-radius: 2px; */
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.07);
  /* box-shadow: inset 0 2px 6px rgba(53,44,49, 0.7), 0 -1px 1px rgba(255,255,255, 0.7), 0 1px 0 rgba(255,255,255, 0.7); */
  padding: 0 0 0 -50px !important;
  margin: 0 auto 0 auto;
  z-index: 59;
  cursor: context-menu;
}

.dropbtn {
  background-color: #3498db;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #2980b9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.ddcontent1class {
  color: black;
  padding: 13px 0 12px 0;
  text-decoration: none;
  display: block;
  border-bottom: 1px rgb(78, 78, 78) solid;
  border-left: 1px rgb(78, 78, 78) solid;
  border-right: 1px rgb(78, 78, 78) solid;
  text-align: left;
}

.ddcontent1class:hover {
  background-color: #f6fcff;
  cursor: pointer;
  cursor: hand;
}

.dropdown-content a:hover {
  background-color: #f6fcff;
  /* background-color: rgba(0, 0, 0, 0.05); */
  transition: none;
}

.show {
  display: block;
}

.greydom {
  font-size: 12pt;
  text-transform: none;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  word-spacing: 2px;
  margin: 0 5px 0 5px;
}

.greydom2 {
  position: absolute;
  right: 0px;
  font-size: 12pt;
  text-transform: none;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  word-spacing: normal !important;
  margin-right: 10px;
}

.icons_brown_bookus_textarea {
  position: relative;
  top: 0px;
  height: 170px;
  max-height: 170px;
  line-height: 19px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 10pt;
  font-weight: 500;
  color: black;
  letter-spacing: 1px;
  width: 400px;
  max-width: 400px;
  background-color: rgba(165, 223, 255, 0.1);
  /* #eaeaea; */
  border-radius: 3px;
  text-align: left;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /* #DDD; */
  box-shadow: inset 0 2px 6px rgba(53, 44, 49, 0.7),
    0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 3px 8px 0 8px;
  margin: 4px auto 0 auto;
  /*    transition: all 0.2s;*/
  z-index: 60;
}

.icons_brown_bookus:focus,
.icons_brown_bookus_textarea:focus {
  outline: 0;
  background-color: white;
  color: black;
  box-shadow: inset 0 4px 6px rgba(53, 44, 49, 0.9),
    0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
}

.text_aboutme {
  position: relative;
  left: 0;
  top: 49px;
  width: 100%;
  height: 255px;
  /* 360px; */
  max-height: 255px;
  min-height: fit-content;
  background-color: transparent;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-weight: 300;
  font-size: 10.2pt;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(180deg,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.9));
  padding: 10px 20px 10px 70px;
  /* 100px 20px 20px 70px; */
  margin: 0;
  z-index: 20;
  overflow-y: auto;
  overflow-x: hidden;
}

.right_textpart {
  position: absolute;
  left: 65%;
  -webkit-transform: translate(-50%, 45px);
  -moz-transform: translate(-50%, 45px);
  -ms-transform: translate(-50%, 45px);
  -o-transform: translate(-50%, 45px);
  transform: translate(-50%, 45px);
  height: fit-content;
  width: 600px;
  max-width: 600px;
  padding: 0px;
  margin: 0px;
  z-index: 12;
  background-color: transparent;
  /* rgba(0, 121, 255, 0.5); */
}

.more_infome {
  position: absolute;
  left: 0;
  top: 462px;
  width: 160px;
  height: 55px;
  line-height: 60px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-size: 20pt;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 20px auto 20px auto;
  margin: 0;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.6);
  /* background-image: linear-gradient(168deg,rgba(0,0,0,0.3),rgba(0,0,0,1)); */
}

.more_infome:hover,
.more_videome:hover {
  cursor: hand;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(255, 255, 255, 0);
  letter-spacing: 2px;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),
    0px 0px 20px rgba(255, 255, 255, 1);
}

.more_videome {
  position: absolute;
  right: 0;
  top: 462px;
  width: 160px;
  height: 55px;
  line-height: 60px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-size: 20pt;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 20px auto 20px auto;
  margin: 0;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.6);
  /* background-image: linear-gradient(168deg,rgba(0,0,0,0.3),rgba(0,0,0,1)); */
}

.more_videome span {
  font-size: 14pt;
}

.whereami {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  top: 0;
}

/* ########################################################################################## */
/* YOUTUBE VIDEO ############################################################################ */

.trailerman {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  font-family: "Signika", sans-serif;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 30pt;
  color: white;
  padding: 0 auto 0 auto;
  margin: 0;
  text-align: center;
  z-index: 25000;
  /* -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; */
  /* visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); */
}

#trailerback {
  display: none;
}

.closetrailercross {
  position: absolute;
  left: 85vw;
  top: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: white;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16pt;
  font-weight: 100;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  z-index: 9001;
}

.closetrailercross:hover {
  color: rgba(0, 0, 0, 1);
  font-size: 20pt;
  font-weight: 300;
  cursor: pointer;
  cursor: hand;
}

.shoptrailer {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  font-family: "Signika", sans-serif;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 30pt;
  color: white;
  padding: 0 auto 0 auto;
  margin: 0;
  text-align: center;
  z-index: 25000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.trailerman_visible {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  font-family: "Signika", sans-serif;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 30pt;
  color: white;
  padding: 0 auto 0 auto;
  margin: 0;
  text-align: center;
  z-index: 25000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.trailerman_white {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: "Signika", sans-serif;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 30pt;
  color: white;
  padding: 0 auto 0 auto;
  margin: 0;
  text-align: center;
  z-index: 25000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.trailerman_visible_white {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: "Signika", sans-serif;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 30pt;
  color: white;
  padding: 0 auto 0 auto;
  margin: 0;
  text-align: center;
  z-index: 25000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.trailerman_for {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  font-family: "Signika", sans-serif;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 30pt;
  color: white;
  padding: 0 auto 0 auto;
  margin: 0;
  text-align: center;
  z-index: 26001;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.trailerman_for_visible {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  font-family: "Signika", sans-serif;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 30pt;
  color: white;
  padding: 0 auto 0 auto;
  margin: 0;
  text-align: center;
  z-index: 26001;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.yt_trailer {
  position: relative;
  top: -70%;
  /* -190px; */
  width: 70vw;
  height: 39.375vw;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
  margin: -70% auto 100% auto;
  /* opacity: 0;
  filter: alpha(opacity=0); */
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 89000 !important;
}

#yt_trailer2 {
  position: relative;
  top: 0;
  /* -190px; */
  width: 70vw;
  height: 39.375vw;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
  margin: 20px auto 0 auto;
  opacity: 1;
  filter: alpha(opacity=100);
  /* -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; */
  z-index: 9000;
  /* border: 1px solid orange; */
  overflow: hidden;
}

.login {
  position: absolute !important;
  right: 88px;
  top: -1px !important;
  width: 88px;
  height: 100%;
  max-height: 53px !important;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  font-size: 14pt;
  /* 40pt; */
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 15px;
  text-align: center;
  line-height: 53px;
  padding: auto;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #1b1628;
  /* background-image: linear-gradient(68deg, rgba(57, 76, 156, 1), rgba(23, 33, 84, 1)); */
  transition: all 0.5s;
  z-index: 30;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.searchbutton3 {
  position: relative;
  left: 0px;
  top: 1px;
  width: 38px !important;
  height: 36px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  font-size: 19pt;
  /* 40pt; */
  font-weight: 100;
  letter-spacing: 1px;
  text-align: center;
  line-height: 38px !important;
  border-radius: 0px 12px 12px 0px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0) !important;
  background-image: linear-gradient(68deg, #07aaff, #0078ff);
  transition: all 0.3s;
  z-index: 30;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9999;
}

.searchbutton3:hover {
  top: 1px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0) !important;
  font-size: 20pt;
  /* 40pt; */
  font-weight: 300;
  cursor: pointer;
  cursor: hand;
}

.searchbutton3:focus {
  outline: 0;
}

.register {
  position: absolute;
  right: 0px;
  top: -1px;
  width: 88px;
  height: 100%;
  max-height: 53px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: #adc5ff;
  font-size: 14pt;
  /* 40pt; */
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 15px;
  text-align: center;
  line-height: 53px;
  padding: auto;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #1b1628;
  /* background-image: linear-gradient(68deg, rgba(57, 76, 156, 1), rgba(23, 33, 84, 1)); */
  transition: all 0.5s;
  z-index: 30;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.register:hover,
.login:hover {
  /*
  background-image: linear-gradient(68deg, #ff00eb, #ff006f);
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  text-shadow: 0px 0px 3px white, 0px 0px 6px white, 0px 0px 9px white;
  background-image: linear-gradient(0deg, #07aaff, #0078ff);
  */
  border: 1px solid rgba(255, 255, 255, 0.8);
  letter-spacing: 1.4px;
  cursor: hand;
  cursor: pointer;
}

#registration_container {
  position: fixed;
  right: -450px;
  top: 53px;
  height: 473px;
  width: 440px;
  background-color: black;
  background-image: linear-gradient(68deg, #685658, #151219);
  /* Dark brown */
  text-align: center;
  -webkit-align-content: center;
  align-content: center;
  padding: 0 auto 0 auto;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px 0 0 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: all 0.8s;
  z-index: 40000;
}

#login_container {
  position: fixed;
  right: -450px;
  top: 53px;
  height: 260px;
  max-height: 260px !important;
  width: 440px;
  max-width: 440px !important;
  background-image: linear-gradient(68deg, #685658, #151219);
  /* Dark Brown */
  /* background-image: linear-gradient(68deg,#887075,#151219); Light Brown */
  text-align: center;
  -webkit-align-content: center;
  align-content: center;
  padding: 0 auto 0 auto;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px 0 0 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.8s;
  z-index: 40000;
}

.close_form {
  position: absolute;
  top: 10px;
  right: 8px;
  width: auto;
  height: auto;
  background-color: transparent;
  /* Blue #07aaff; */
  font-family: "Teko", sans-serif;
  font-size: 23pt;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  text-align: center;
  -webkit-align-content: center;
  align-content: center;
  padding: 0 !important;
  margin: 0 !important;
}

.close_form:hover {
  color: #4c3f42;
  /* Pink rgba(255,0,155,1); */
  cursor: hand;
  cursor: pointer;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),
    0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 15px rgba(255, 255, 255, 1);
}

.close_form_2 {
  position: absolute;
  top: 10px;
  right: 8px;
  width: auto;
  height: auto;
  background-color: transparent;
  /* Blue #07aaff; */
  font-family: "Teko", sans-serif;
  font-size: 23pt;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  text-align: center;
  -webkit-align-content: center;
  align-content: center;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 9000;
}

.close_form_2:hover {
  color: #4c3f42;
  /* Pink rgba(255,0,155,1); */
  cursor: hand;
  cursor: pointer;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),
    0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 15px rgba(255, 255, 255, 1);
}

.form_2 {
  position: absolute;
  top: 10px;
  left: 23px;
  width: auto;
  background-color: transparent;
  /* #eaeaea; */
  font-family: "Teko", sans-serif;
  font-size: 20pt;
  font-weight: 900;
  letter-spacing: 4px;
  word-spacing: 8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin: 0 0 33px 0;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
    0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2),
    0 20px 20px rgba(0, 0, 0, 0.15);
}

.form_2b {
  position: absolute;
  top: 43px;
  left: 23px;
  width: auto;
  background-color: transparent;
  /* #eaeaea; */
  font-family: "Teko", sans-serif;
  font-size: 20pt;
  font-weight: 900;
  line-height: 34px;
  text-transform: uppercase;
  color: rgba(39, 33, 38, 1);
  text-align: center;
  margin: 0 0 33px 0;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
  /*
    text-shadow: 0 1px 0 #ccc, 
                 0 2px 0 #c9c9c9,
                 0 3px 0 #bbb,
                 0 4px 0 #b9b9b9,
                 0 5px 0 #aaa,
                 0 6px 1px rgba(0,0,0,.5),
                 0 0 5px rgba(0,0,0,.5),
                 0 1px 3px rgba(0,0,0,.7),
                 0 3px 5px rgba(0,0,0,.6),
                 0 5px 10px rgba(0,0,0,.7),
                 0 10px 10px rgba(0,0,0,.6),
                 0 20px 20px rgba(0,0,0,.4);
    
 When activating Brown 
    opacity: 0.9; 
    filter: alpha(opacity=90);
    */
}

.form_3b {
  position: absolute;
  top: 47px;
  left: 23px;
  width: auto;
  background-color: transparent;
  /* #eaeaea; */
  font-family: "Teko", sans-serif;
  font-size: 28pt;
  line-height: 34px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(39, 33, 38, 1);
  text-align: center;
  margin: 0 0 33px 0;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
}

.form_3c {
  position: absolute;
  bottom: -8px;
  left: 23px;
  width: auto;
  background-color: transparent;
  /* #eaeaea; */
  font-family: "Teko", sans-serif;
  font-size: 28pt;
  line-height: 34px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(39, 33, 38, 1);
  text-align: center;
  margin: 0 0 33px 0;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
}

.log_span {
  position: relative;
  height: 10px !important;
  margin: -10px 0 0 0 !important;
  line-height: 31px !important;
}

.icons {
  position: relative;
  top: 0px;
  height: 34px;
  line-height: 34px;
  width: 300px;
  background-color: ghostwhite;
  /* #eaeaea; */
  border-radius: 3px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /* #DDD; */
  /* box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF; */
  box-shadow: inset 0 2px 6px rgba(0, 120, 255, 0.8),
    0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 0 7px 0 7px;
  margin: 2px auto 0 auto;
  z-index: 60;
}

.icons_brown {
  position: relative;
  top: 0px;
  height: 34px;
  max-height: 34px;
  line-height: 34px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 12pt;
  font-weight: 700 !important;
  color: #392f34;
  letter-spacing: 1px;
  width: 300px;
  max-width: 300px;
  background-color: snow;
  /* #eaeaea; */
  border-radius: 3px;
  text-align: left;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /* #DDD; */
  box-shadow: inset 0 2px 6px rgba(53, 44, 49, 0.7),
    0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 3px 8px 0 8px;
  margin: 4px auto 0 auto;
  transition: all 0.5s;
  z-index: 60;
}

.icons_brown:focus {
  outline: 0;
  background-color: white;
  color: black;
  box-shadow: inset 0 4px 6px rgba(53, 44, 49, 0.9),
    0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
}

.icons_asterisk {
  position: relative;
  top: 0px;
  height: 34px;
  line-height: 34px;
  width: 300px;
  background-color: ghostwhite;
  /* #eaeaea; */
  border-radius: 3px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /* #DDD; */
  /* box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF; */
  box-shadow: inset 0 2px 6px rgba(0, 120, 255, 0.8),
    0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 0 7px 0 7px;
  margin: 2px auto 0 auto;
  z-index: 60;
}

.required {
  position: absolute;
  color: #ff006f;
  right: 53px;
  /* 64px; */
  top: 29px;
  background-color: transparent;
  width: 5px !important;
  font-size: 11pt !important;
  font-weight: 100;
  margin: 0;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 1),
    0px 0px 6px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
  z-index: 430;
}

.required_brown {
  position: absolute;
  color: #cfc1c3;
  right: -15px;
  top: 28px;
  background-color: transparent;
  width: 5px !important;
  font-size: 10pt !important;
  font-weight: 100;
  margin: 0;
  -webkit-font-smoothing: antialiased !important;
  z-index: 430;
}

#e_mail,
#e_mail_login {
  position: relative;
  width: 300px;
  max-width: 300px;
  top: 0px;
  height: 34px;
  max-height: 34px;
  line-height: 34px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 12pt;
  font-weight: 700 !important;
  color: #392f34;
  letter-spacing: 1px;
  background-color: snow;
  /* #eaeaea; */
  background-image: url(../img/email_login.jpg);
  background-repeat: no-repeat;
  background-position: 7px 10px;
  background-size: 26px auto;
  color: #028bff;
  border-radius: 3px;
  text-align: left;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /* #DDD; */
  box-shadow: inset 0 2px 6px rgba(53, 44, 49, 0.7),
    0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 3px 8px 0 38px;
  margin: 4px auto 0 auto;
  transition: all 0.5s;
  z-index: 60;
}

#e_mail:focus,
#e_mail_login:focus {
  outline: 0;
  background-color: white;
  box-shadow: inset 0 4px 6px rgba(53, 44, 49, 0.9),
    0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
}

#pass_word {
  color: #ff0077;
}

#login_pass_word {
  position: relative;
  width: 300px;
  max-width: 300px;
  top: 0px;
  height: 34px;
  max-height: 34px;
  line-height: 34px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 12pt;
  font-weight: 700 !important;
  color: #392f34;
  letter-spacing: 1px;
  background-color: snow;
  /* #eaeaea; */
  background-image: url(../img/login_key.png);
  background-repeat: no-repeat;
  background-position: 7px 10px;
  background-size: 26px auto;
  border-radius: 3px;
  text-align: left;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /* #DDD; */
  box-shadow: inset 0 2px 6px rgba(53, 44, 49, 0.7),
    0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 3px 8px 0 38px;
  margin: 4px auto 0 auto;
  transition: all 0.5s;
  z-index: 60;
}

#login_pass_word:focus {
  outline: 0;
  background-color: white;
  color: black;
  box-shadow: inset 0 4px 6px rgba(53, 44, 49, 0.9),
    0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* 1920px */
.gamerfishlogo {
  position: absolute;
  left: 5px;
  top: 8px;
  width: 121px;
  /* 104px; */
  height: 102px;
  /* 53px; */
  background-color: transparent;
  background-image: url(../img/froglogo_121x102.webp);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% auto;
  z-index: 59;
  transition: all 0.5s;
}

/* 1920px */
.gamerfishlogo_for_paypal {
  width: 104px;
  height: 53px;
  background-color: transparent;
  background-image: url(../img/froglogo_121x102.webp);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% auto;
  z-index: 59;
  margin: auto;
  margin-bottom: 20px;
  padding: auto;
}

.mojianim {
  position: absolute;
  left: 17px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: moji 1.2s ease;
  animation: moji 1.2s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  display: none;
}

.mojianim_back {
  position: absolute;
  left: 150px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: moji 1.2s ease;
  animation: moji 1.2s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.gamerfish_loginlogo {
  /* registration_container
    background-image:url(../images/gamerfish_logo_117x70.png); 
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    */
  position: absolute;
  left: 17px;
  top: 12px;
  width: 20px;
  height: 12px;
  background-color: transparent;
  -webkit-animation: fmoji 1.2s ease;
  animation: fmoji 1.2s ease;
  display: none;
  z-index: 59;
}

.gamerfish_registrationlogo {
  /* registration_container
    background-image:url(../images/gamerfish_logo_117x70.png); 
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    */
  position: absolute;
  left: 17px;
  top: 12px;
  width: 20px;
  height: 12px;
  background-color: transparent;
  -webkit-animation: fmoji 1.2s ease;
  animation: fmoji 1.2s ease;
  display: none;
  z-index: 60;
}

@-webkit-keyframes fmoji {
  0% {
    left: 150px;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    left: 17px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes fmoji {
  0% {
    left: 150px;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    left: 17px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes moji_2 {
  0% {
    left: 17px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    left: 150px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes moji_2 {
  0% {
    left: 17px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  100% {
    left: 150px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.mask_anim {
  position: absolute;
  left: 100px;
  top: 28px;

  /* Set our animation play state to paused initially */
  /* animation-play-state: paused; running */
}

@-webkit-keyframes swing {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes swing {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

#maskanim {
  visibility: hidden;
  -webkit-animation: swing 0.2s ease;
  animation: swing 0.2s ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* SEARCH FEALD /////////////////////////////*/

.searchfield {
  width: 34px;
  max-width: 250px;
  height: 34px;
  line-height: 34px;
  background-color: transparent;
  /* #eaeaea; */
  font-family: "Teko", sans-serif;
  font-size: 13pt;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #cfc1c3;
  text-align: center;
  margin: -5px auto 0 auto;
}

.searchfield:focus {
  width: 250px;
}

.searchfield_icons_brown {
  position: relative;
  top: 0px;
  height: 34px;
  max-height: 34px;
  line-height: 34px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 12pt;
  font-weight: 300 !important;
  color: #392f34;
  letter-spacing: 0px;
  width: 36px;
  max-width: 250px;
  background-color: #f1f3f4;
  /* snow #eaeaea; */
  text-align: left;
  border-radius: 17px;
  border: 0px solid rgba(0, 0, 0, 0);
  border: none;
  box-shadow: inset 0 2px 6px rgba(53, 44, 49, 0.7),
    0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 3px 8px 0 8px;
  margin: 4px 0px 0px 14px;
  transition: all 0.5s;
  z-index: 60;
}

.searchfield_icons_brown:focus {
  width: 50px;
  outline: 0;
  background-color: white;
  color: black;
  box-shadow: inset 0 4px 6px rgba(53, 44, 49, 0.9),
    0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
}

::-webkit-input-placeholder {
  /* Edge */
  position: relative;
  top: 3px;
  font-family: "Teko", sans-serif;
  font-size: 20pt;
  font-weight: 100;
  color: rgba(165, 223, 255, 0.2);
  text-transform: uppercase;
  text-align: center;
  height: 36px;
  line-height: 36px;
  /* transform: rotate(-28deg); */
  /* W3C */
  /* -webkit-transform: rotate(-28deg); */
  /* Safari & Chrome */
  /* -moz-transform: rotate(-28deg); */
  /* Firefox */
  /* -ms-transform: rotate(-28deg); */
  /* Internet Explorer */
  /* -o-transform: rotate(-28deg); */
  /* Opera */
  padding: auto;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  position: relative;
  top: 3px;
  font-family: "Teko", sans-serif;
  font-size: 20pt;
  font-weight: 100;
  color: rgba(165, 223, 255, 0.2);
  text-transform: uppercase;
  text-align: center;
  height: 36px;
  line-height: 36px;
  /* transform: rotate(20deg); */
  /* W3C */
  /* transform: rotate(-28deg); */
  /* W3C */
  /* -webkit-transform: rotate(-28deg); */
  /* Safari & Chrome */
  /* -moz-transform: rotate(-28deg); */
  /* Firefox */
  /* -ms-transform: rotate(-28deg); */
  /* Internet Explorer */
  /* -o-transform: rotate(-28deg); */
  /* Opera */
  padding: auto;
}

::placeholder {
  position: relative;
  top: 3px;
  font-family: "Teko", sans-serif;
  font-size: 20pt;
  font-weight: 100;
  color: rgba(165, 223, 255, 0.2);
  text-transform: uppercase;
  text-align: center;
  height: 36px;
  line-height: 36px;
  /* transform: rotate(20deg); */
  /* W3C */
  /* transform: rotate(-28deg); */
  /* W3C */
  /* -webkit-transform: rotate(-28deg); */
  /* Safari & Chrome */
  /* -moz-transform: rotate(-28deg); */
  /* Firefox */
  /* -ms-transform: rotate(-28deg); */
  /* Internet Explorer */
  /* -o-transform: rotate(-28deg); */
  /* Opera */
  padding: auto;
}

.form_1_brown {
  position: relative;
  top: 30px;
  width: 300px;
  max-width: 300px;
  height: 60px;
  line-height: 14px;
  width: auto;
  background-color: transparent;
  /* #eaeaea; */
  font-family: "Teko", sans-serif;
  font-size: 13pt;
  font-weight: 100;
  letter-spacing: 1px;
  word-spacing: 4px;
  text-transform: uppercase;
  color: #cfc1c3;
  text-align: center;
  margin: 0 auto 11px auto;
}

.login_button {
  position: relative;
  top: 47px;
  height: 35px;
  max-height: 37px !important;
  line-height: 37px;
  /*    width: 314px;
        max-width: 314px !important;*/
  /* background-color: rgba(7,170,255, 1); */
  width: 300px;
  max-width: 300px;
  background-image: linear-gradient(68deg, #07aaff, #0078ff);
  font-family: "Teko", sans-serif;
  font-size: 16pt;
  font-weight: 100;
  letter-spacing: 4px;
  word-spacing: 4px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 0 !important;
  margin: 0 auto 0 auto;
  -moz-box-shadow: 0px 1px 3px 1px #272126;
  -webkit-box-shadow: 0px 1px 3px 1px #272126;
  box-shadow: 0px 1px 3px 1px #272126;
  /* transition: all 0.1s;*/
}

.login_button:hover,
.send_button_bookingus:hover {
  background-image: linear-gradient(68deg, #1db2ff, #1784ff);
  border: 1px solid rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  cursor: hand;
  letter-spacing: 5px;
}

.asteri_x {
  color: #d830c2;
  font-size: 18pt;
  cursor: help;
}

.send_button_bookingus {
  position: relative;
  height: 35px;
  max-height: 37px !important;
  line-height: 37px;
  width: 398px;
  max-width: 398px;
  background-image: linear-gradient(68deg, #07aaff, #0078ff);
  font-family: "Teko", sans-serif;
  font-size: 16pt;
  font-weight: 100;
  letter-spacing: 4px;
  word-spacing: 4px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 0 !important;
  margin: 0 auto 0 auto;
  -moz-box-shadow: 0px 1px 3px 1px #272126;
  -webkit-box-shadow: 0px 1px 3px 1px #272126;
  box-shadow: 0px 1px 3px 1px #272126;
  /*    transition: all 0.1s;*/
}

.grey_importance {
  text-transform: none;
  font-size: 11pt;
  color: rgba(0, 0, 0, 0.5);

}

sup {
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  font-size: 11pt;
  color: rgba(0, 0, 0, 0.5);
}

#login_pass_word {
  position: relative;
  width: 300px;
  max-width: 300px;
  top: 0px;
  height: 34px;
  max-height: 34px;
  line-height: 34px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 12pt;
  font-weight: 700 !important;
  color: #392f34;
  letter-spacing: 1px;
  background-color: snow;
  /* #eaeaea; */
  background-image: url(../img/login_key.png);
  background-repeat: no-repeat;
  background-position: 7px 10px;
  background-size: 26px auto;
  border-radius: 3px;
  text-align: left;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /* #DDD; */
  box-shadow: inset 0 2px 6px rgba(53, 44, 49, 0.7),
    0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
  padding: 3px 8px 0 38px;
  margin: 4px auto 0 auto;
  transition: all 0.5s;
  z-index: 60;
}

#login_pass_word:focus {
  outline: 0;
  background-color: white;
  color: black;
  box-shadow: inset 0 4px 6px rgba(53, 44, 49, 0.9),
    0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 1921px MEDIA MIN WIDTH TO ~ 3840px /////////////////////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 1921px) {
  #header {
    padding: 0px 0px 20px 0px;
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    right: 0;
    transition: all 0.5s;
    z-index: 20000;
  }

  #header.header-scrolled {
    position: fixed;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.5);
    background: #fff;
    transition: all 0.5s;
  }

  .topmenu_left {
    position: absolute;
    left: 0px;
    top: -2px;
    width: 100%;
    max-width: 100% !important;
    max-height: 100px !important;
    height: 90px;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-size: 26pt;
    /* 40pt; */
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 90px;
    background-color: transparent;
    margin: 0 auto 0 auto;
    padding: 6px 0 0 0 !important;
    z-index: 30;
    text-align: center;
    display: inline-block;
  }

  .languages {
    position: relative;
    height: 22px;
    z-index: 1;
    text-shadow: 0px 0px 3px black, 0px 0px 6px black, 0px 0px 9px black;
    /*
        background-image:url(../img/backgrounds/w78.png);
        background-repeat: no-repeat;
        background-position: 0px 4px;
        background-size: 16px 16px;
        */
    max-width: 50px !important;
    padding: 0;
    padding: 0;
    margin: 0 !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .flaggs_top1 {
    position: relative;
    top: -3px;
    width: auto;
    height: 22px;
    margin: 0 3px 2px 0;
  }

  /* SEARCH FEALD /////////////////////////////*/

  .searchfield {
    width: 54px;
    max-width: 350px;
    height: 54px;
    line-height: 54px;
    background-color: transparent;
    /* #eaeaea; */
    font-family: "Teko", sans-serif;
    font-size: 22pt;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #cfc1c3;
    text-align: center;
    margin: -5px auto 0 auto;
  }

  .searchfield:focus {
    width: 350px;
  }

  .searchfield_icons_brown {
    position: relative;
    top: 0px;
    height: 54px;
    max-height: 54px;
    line-height: 54px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
      Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-size: 22pt;
    font-weight: 400 !important;
    color: #392f34;
    letter-spacing: 0px;
    width: 56px;
    max-width: 350px;
    background-color: #f1f3f4;
    /* snow #eaeaea; */
    text-align: left;
    border-radius: 27px;
    border: 0px solid rgba(0, 0, 0, 0);
    border: none;
    box-shadow: inset 0 2px 6px rgba(53, 44, 49, 0.7),
      0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
    padding: 3px 8px 0 15px;
    margin: 0px 0px 0px 14px;
    transition: all 0.5s;
    z-index: 60;
  }

  .searchfield_icons_brown:focus {
    width: 70px;
    outline: 0;
    background-color: white;
    color: black;
    box-shadow: inset 0 4px 6px rgba(53, 44, 49, 0.9),
      0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  ::-webkit-input-placeholder {
    /* Edge */
    font-family: "Teko", sans-serif;
    font-size: 30pt;
    font-weight: 100;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em;
    transform: rotate(-28deg);
    /* W3C */
    -webkit-transform: rotate(-28deg);
    /* Safari & Chrome */
    -moz-transform: rotate(-28deg);
    /* Firefox */
    -ms-transform: rotate(-28deg);
    /* Internet Explorer */
    -o-transform: rotate(-28deg);
    /* Opera */
    padding-right: 4px;
  }

  :-ms-input-placeholder {
    /* Internet Explorer */
    font-family: "Teko", sans-serif;
    font-size: 30pt;
    font-weight: 100;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em;
    transform: rotate(-28deg);
    /* W3C */
    transform: rotate(-28deg);
    /* W3C */
    -webkit-transform: rotate(-28deg);
    /* Safari & Chrome */
    -moz-transform: rotate(-28deg);
    /* Firefox */
    -ms-transform: rotate(-28deg);
    /* Internet Explorer */
    -o-transform: rotate(-28deg);
    /* Opera */
    padding-right: 4px;
  }

  ::placeholder {
    font-family: "Teko", sans-serif;
    font-size: 30pt;
    font-weight: 100;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em;
    transform: rotate(-28deg);
    /* W3C */
    transform: rotate(-28deg);
    /* W3C */
    -webkit-transform: rotate(-28deg);
    /* Safari & Chrome */
    -moz-transform: rotate(-28deg);
    /* Firefox */
    -ms-transform: rotate(-28deg);
    /* Internet Explorer */
    -o-transform: rotate(-28deg);
    /* Opera */
    padding-right: 4px;
  }

  .searchbutton3 {
    position: relative;
    left: 0px;
    top: -2px;
    width: 58px !important;
    height: 56px;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-size: 26pt;
    /* 40pt; */
    font-weight: 100;
    letter-spacing: 2px;
    text-align: center;
    line-height: 56px !important;
    border-radius: 0px 12px 12px 0px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    background-image: linear-gradient(68deg, #07aaff, #0078ff);
    transition: all 0.3s;
    z-index: 30;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
  }

  .searchbutton3:hover {
    top: -1px;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    font-size: 30pt;
    /* 40pt; */
    font-weight: 300;
    cursor: pointer;
    cursor: hand;
  }

  .searchbutton3:focus {
    top: -3px;
    outline: 0;
  }

  /* YOUTUBE VIDEO CONTAINER FOR THE IFRAME */
  .home-banner-area {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100vw;
    max-width: 100vw;
    height: 1600px;
    /* 1600px 41.6666vw; */
    max-height: 1600px;
    /* 1600px 41.6666vw; */
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: black;
    padding: 0;
    margin: 0;
    z-index: 19 !important;
    /* NOT NEEDED ANY MORE       
        clip: rect(0px,3840px,1634px,0px);
        */
  }

  /* YOUTUBE VIDEO IFRAME */
  .yt_bg {
    position: absolute;
    left: 0px;
    top: -7.2916vw;
    /* -280px; */
    width: 100vw;
    max-width: 100vw;
    height: 56.25vw;
    max-height: 56.25vw;
    padding: 0;
    margin: 0;
    z-index: -1;
    /*    clip: rect(0px,3840px,1896px,0px);*/
  }



  .video_screen_texture {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    /* ORIGINAL LILA SETTINGS, FINE! */
    background-image: url(../img/backgrounds/videoscreen_texture_66x63_70.png);
    background-repeat: repeat;
    background-position: 0px 0px;
    background-size: 99px 94.5px;
    /* END */
    padding: 0;
    margin: 0;
    z-index: -1;

    /* THE BEST ONE DARK TIRES FOR WIDE SCREEN 
        background-image:url(../img/backgrounds/darktire_250x250.png);
        background-repeat: repeat;
        background-position: 0px 0px;
        background-size: 13.0208vw 13.0208vw; ///// 500px 500px; 
        END */
  }

  .gamerfishlogo {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 175.5px;
    /* 104px; */
    height: 105px;
    /* 53px; */
    background-color: transparent;
    background-image: url(../img/gamerfish_logo_117x70.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% auto;
    z-index: 59;
    transition: all 0.5s;
  }

  .gamerfishlogo:hover {
    -webkit-filter: drop-shadow(0 0 0.4rem rgba(88, 142, 254, 1));
    filter: drop-shadow(0 0 0.4rem rgba(88, 142, 254, 1));
    cursor: hand;
    cursor: pointer;
  }

  #header.header-scrolled .gamerfishlogo {
    top: 3px;
    background-size: 80% auto;
  }

  .filmname {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 510px;
    text-align: center;
    background-color: transparent;
    /* rgba(0,0,0,0); */
    text-align: center;
    padding: 0 auto 0 auto;
    margin: 0 0 0 -8px;
    padding: 220px 0 0 0;
    overflow: hidden;
    z-index: 30000 !important;
  }

  #h1_headline {
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    font-size: 70pt;
    /* 40pt; */
    font-weight: 400;
    letter-spacing: 4px;
    color: white;
    margin: 0 auto 0 auto;
    padding: 0;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
  }

  .film_data {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-size: 24pt;
    /* 40pt; */
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 44px;
    background-color: transparent;
    margin: 30px auto 0 auto;
    padding: 0;
    text-shadow: 0px 0px 16px #fff;
    text-align: center;
    transition: all 1s;
    z-index: 359000 !important;
  }

  .h2_actors {
    position: relative;
    top: 0;
    background-color: transparent;
    /* rgba(255, 238, 0, 0); */
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 24pt;
    font-weight: 400;
    letter-spacing: 2px !important;
    color: white;
    text-decoration: none;
    height: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
    padding: 0;
    margin: 0 7px 0 0;
    z-index: 359001 !important;
  }

  .film_data span {
    letter-spacing: 2.5px !important;
  }

  .h2_actors a {
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    letter-spacing: 4px !important;
  }

  .h2_actors:hover {
    color: white;
    text-decoration: none;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),
      0px 0px 7px rgba(255, 255, 255, 0.5),
      0px 0px 10px rgba(255, 255, 255, 0.4),
      0px 0px 15px rgba(255, 255, 255, 0.3);
  }

  .testimonials_area {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 200px);
    width: 1260px;
    height: 1450px !important;
    max-height: 1450px !important;
    background-color: rgba(255, 0, 0, 0) !important;
    overflow-y: visible;
    z-index: 100 !important;
  }

  .trailer_buy {
    position: relative;
    top: 210px;
    width: auto;
    max-width: 410px;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-size: 34pt;
    /* 40pt; */
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    line-height: 48px;
    background-color: transparent;
    margin: 0px auto 0px auto;
    padding: 0;
    text-shadow: 0px 0px 8px #fff, 0px 0px 16px #fff;
    z-index: 500000 !important;
    transition: all 0.5s;
  }

  .trailer_buy_invisible {
    position: absolute;
    left: 50%;
    top: 275px;
    width: 250px;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-size: 20pt;
    /* 40pt; */
    font-weight: 300;
    text-align: left;
    letter-spacing: 0;
    line-height: 38px;
    background-color: transparent;
    margin: 1vw 0 0 -142px;
    padding: 0;
    text-shadow: 0px 0px 8px #fff, 0px 0px 16px #fff;
    z-index: 500;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .trailer_buy_games {
    position: absolute;
    top: 125px;
    width: 100%;
    height: 18px;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-size: 12pt;
    /* 40pt; */
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 auto 0 auto;
    padding: 0 auto 0 auto;
    text-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff;
    z-index: 30;
    transition: all 0.5s;
  }

  .trailer_buy_films {
    position: absolute;
    top: 510px;
    width: 100%;
    height: 30px;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-size: 26pt;
    /* 40pt; */
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0 auto 0 auto;
    padding: 0 auto 0 auto;
    text-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff;
    z-index: 30;
    transition: all 0.5s;
  }

  .trailer_buy_two {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 1),
      0px 0px 9px rgba(255, 255, 255, 1);
    margin: 0 20px 0 20px;
  }

  .trailer_buy_two:hover {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),
      0px 0px 16px rgba(255, 255, 255, 1), 0px 0px 23px rgba(255, 255, 255, 1);
  }

  .trailer_selections_two {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 1), 0px 0px 9px rgba(0, 0, 0, 1);
    margin: 0 10px 0 10px;
  }

  .trailer_selections_two:hover {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),
      0px 0px 12px rgba(255, 255, 255, 1), 0px 0px 13px rgba(255, 255, 255, 1);
    cursor: hand;
    cursor: pointer;
  }

  .buy_selections_two {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 1), 0px 0px 9px rgba(0, 0, 0, 1);
    margin: 0 10px 0 10px;
  }

  .buy_selections_two:hover {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),
      0px 0px 12px rgba(255, 255, 255, 1), 0px 0px 13px rgba(255, 255, 255, 1);
  }

  .tooltiptext {
    position: absolute;
    left: 50%;
    transform: translate(-54%, 0);
    top: -220px;
    background-color: transparent;
    width: 160px;
    min-width: 160px;
    height: 224px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    color: black;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 244, 209, 0.3);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 244, 209, 0.3);
    box-shadow: 0px 0px 15px 5px rgba(255, 244, 209, 0.3);
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    z-index: 399000 !important;
  }

  .h2_actors:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .tooltippic {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 359000 !important;
  }

  .brand-wrap {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: -305px;
    border-radius: 10px;
    padding: 40px 14px 0px 14px;
    -webkit-box-shadow: 0px -4px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -4px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -4px 5px 3px rgba(0, 0, 0, 0.2);
    z-index: 19;
  }

  .mx-auto {
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
  }

  .row {
    position: relative;
    width: 2500px !important;
    min-width: 2500px !important;
    max-width: 2500px !important;
    background-color: transparent;
    left: 50%;
    -webkit-transform: translateX(-1235px);
    -moz-transform: translateX(-1235px);
    -ms-transform: translateX(-123px);
    -o-transform: translateX(-1235px);
    transform: translateX(-1235px);
  }

  .col img {
    width: 380px !important;
    /* 380px 9.8958vw */
    min-width: 380px !important;
    max-width: 380px !important;
  }

  .brand-wrap {
    position: relative;
    width: 2500px !important;
    min-width: 2500px !important;
    max-width: 2500px !important;
    left: 50%;
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    -ms-transform: translateX(-1250px);
    -o-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }

  /* LOGIN CONTAINER --------------------------------- */
  .login {
    position: absolute !important;
    right: 150px;
    top: -1px !important;
    width: 150px;
    height: 100%;
    max-height: 90px !important;
    background-color: transparent;
    /*
    background-image: linear-gradient(68deg,
        rgba(33, 22, 29, 0.8),
        rgba(0, 0, 0, 0.9));
    */
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-size: 30pt;
    /* 40pt; */
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    line-height: 92px !important;
    padding: auto;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    transition: all 0.5s;
    z-index: 31;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .login:hover {
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    /*
    text-shadow: 0px 0px 3px white, 0px 0px 6px white, 0px 0px 9px white;
    background-image: linear-gradient(68deg,
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 1));
        */
    letter-spacing: 1.2px;
    cursor: hand;
    cursor: pointer;
  }

  #login_container {
    position: fixed;
    right: -660px;
    top: 91px;
    height: 429px;
    max-height: 429px !important;
    width: 660px;
    max-width: 660px !important;
    background-image: linear-gradient(68deg, #685658, #151219);
    /* Dark Brown */
    /* background-image: linear-gradient(68deg,#887075,#151219); Light Brown */
    text-align: center;
    -webkit-align-content: center;
    align-content: center;
    padding: 0 auto 0 auto;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 7px 0 0 7px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.8s;
    z-index: 40000;
  }

  .gamerfish_loginlogo {
    position: absolute;
    left: 17px;
    top: 12px;
    width: 40px;
    height: 24px;
    min-width: 40px !important;
    min-height: 24px;
    max-width: 40px !important;
    max-height: 24px;
    font-size: 28px;
    background-color: transparent;
    -webkit-animation: fmoji 1.2s ease;
    animation: fmoji 1.2s ease;
    display: none;
    z-index: 59;
    margin: 0;
    padding: 0;
  }

  .form_3b {
    position: absolute;
    top: 90px;
    left: 28px;
    width: auto;
    background-color: transparent;
    /* #eaeaea; */
    font-family: "Teko", sans-serif;
    font-size: 38pt;
    line-height: 55px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(39, 33, 38, 1);
    text-align: center;
    margin: 0;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
  }

  .form_1_brown {
    position: relative;
    top: 30px;
    width: 500px;
    max-width: 500px;
    height: auto;
    line-height: 25px;
    width: auto;
    background-color: transparent;
    /* #eaeaea; */
    font-family: "Teko", sans-serif;
    font-size: 24pt;
    font-weight: 100;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #cfc1c3;
    text-align: center;
    margin: 0 auto 28px auto;
  }

  #e_mail,
  #e_mail_login {
    position: relative;
    width: 500px;
    max-width: 500px;
    top: 0px;
    height: 60px;
    max-height: 60px;
    line-height: 60px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
      Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-size: 22pt;
    font-weight: 700 !important;
    color: #392f34;
    letter-spacing: 0px;
    background-color: snow;
    /* #eaeaea; */
    background-image: url(../img/email_login.jpg);
    background-repeat: no-repeat;
    background-position: 7px 18px;
    background-size: 36px auto;
    color: #028bff;
    border-radius: 7px;
    text-align: left;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* #DDD; */
    box-shadow: inset 0 2px 6px rgba(53, 44, 49, 0.7),
      0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
    padding: 3px 8px 0 50px;
    margin: 4px auto 0 auto;
    transition: all 0.5s;
    z-index: 60;
  }

  #e_mail:focus,
  #e_mail_login:focus {
    outline: 0;
    background-color: white;
    box-shadow: inset 0 4px 6px rgba(53, 44, 49, 0.9),
      0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  #login_pass_word,
  #register_pass_word {
    position: relative;
    width: 500px;
    max-width: 500px;
    top: 0px;
    height: 60px;
    max-height: 60px;
    line-height: 60px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
      Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-size: 22pt;
    font-weight: 700 !important;
    color: #392f34;
    letter-spacing: 1px;
    background-color: snow;
    /* #eaeaea; */
    background-image: url(../img/login_key.png);
    background-repeat: no-repeat;
    background-position: 10px 18px;
    background-size: 36px auto;
    border-radius: 7px;
    text-align: left;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* #DDD; */
    box-shadow: inset 0 2px 6px rgba(53, 44, 49, 0.7),
      0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
    padding: 3px 8px 0 50px;
    margin: 4px auto 0 auto;
    transition: all 0.5s;
    z-index: 60;
  }

  #login_pass_word:focus,
  #register_pass_word:focus {
    outline: 0;
    background-color: white;
    color: black;
    box-shadow: inset 0 4px 6px rgba(53, 44, 49, 0.9),
      0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  .login_button {
    position: relative;
    top: 58px;
    height: 60px;
    max-height: 60px !important;
    line-height: 64px;
    width: 500px;
    max-width: 500px;
    background-image: linear-gradient(68deg, #07aaff, #0078ff);
    font-family: "Teko", sans-serif;
    font-size: 32pt;
    font-weight: 100;
    letter-spacing: 4px;
    word-spacing: 4px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 7px;
    padding: 0 !important;
    margin: 0 auto 0 auto;
    -moz-box-shadow: 0px 1px 3px 1px #272126;
    -webkit-box-shadow: 0px 1px 3px 1px #272126;
    box-shadow: 0px 1px 3px 1px #272126;
    transition: all 0.5s;
  }

  .login_button:hover {
    background-image: linear-gradient(68deg, #1db2ff, #1784ff);
    border: 1px solid rgba(255, 255, 255, 0.7);
    -moz-box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
    cursor: pointer;
    cursor: hand;
    letter-spacing: 6px;
  }

  .close_form_2 {
    position: absolute;
    top: 2px;
    right: 12px;
    width: auto;
    height: auto;
    background-color: transparent;
    /* Blue #07aaff; */
    font-family: "Teko", sans-serif;
    font-size: 30pt;
    font-weight: 900;
    text-transform: uppercase;
    color: white;
    text-align: center;
    -webkit-align-content: center;
    align-content: center;
    padding: 0 !important;
    margin: 0 !important;
  }

  .close_form_2:hover {
    color: #4c3f42;
    /* Pink rgba(255,0,155,1); */
    cursor: hand;
    cursor: pointer;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),
      0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 15px rgba(255, 255, 255, 1);
  }

  /* END LOGIN CONTAINER --------------------------- */

  /* REGISTRATION CONTAINER ------------------------ */

  #registration_container {
    position: fixed;
    right: -660px;
    top: 91px;
    height: 780px;
    width: 660px;
    background-color: black;
    background-image: linear-gradient(68deg, #685658, #151219);
    /* Dark brown */
    text-align: center;
    -webkit-align-content: center;
    align-content: center;
    padding: 0 auto 0 auto;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 7px 0 0 7px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all 0.8s;
    z-index: 40000;
  }

  .register {
    position: absolute !important;
    right: 0px;
    top: -1px !important;
    width: 150px;
    height: 100%;
    max-height: 90px !important;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-size: 30pt;
    /* 40pt; */
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    line-height: 92px !important;
    padding: auto;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    background-image: linear-gradient(68deg, #07aaff, #0078ff);
    transition: all 0.5s;
    z-index: 30;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .register:hover {
    background-image: linear-gradient(68deg, #ff00eb, #ff006f);
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    text-shadow: 0px 0px 3px white, 0px 0px 6px white, 0px 0px 9px white;
    letter-spacing: 2px;
    cursor: hand;
    cursor: pointer;
  }

  .gamerfish_registrationlogo {
    position: absolute;
    left: 17px;
    top: 12px;
    width: 40px;
    height: 24px;
    min-width: 40px !important;
    min-height: 24px;
    max-width: 40px !important;
    max-height: 24px;
    font-size: 28px;
    background-color: transparent;
    -webkit-animation: fmoji 1.2s ease;
    animation: fmoji 1.2s ease;
    display: none;
    z-index: 59;
    margin: 0;
    padding: 0;
  }

  .form_2b {
    position: absolute;
    top: 72px;
    left: 28px;
    width: auto;
    background-color: transparent;
    /* #eaeaea; */
    font-family: "Teko", sans-serif;
    font-size: 38pt;
    line-height: 55px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(39, 33, 38, 1);
    text-align: center;
    margin: 0;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
  }

  .close_form {
    position: absolute;
    top: 2px;
    right: 12px;
    width: auto;
    height: auto;
    background-color: transparent;
    /* Blue #07aaff; */
    font-family: "Teko", sans-serif;
    font-size: 30pt;
    font-weight: 900;
    text-transform: uppercase;
    color: white;
    text-align: center;
    -webkit-align-content: center;
    align-content: center;
    padding: 0 !important;
    margin: 0 !important;
  }

  .close_form:hover {
    color: #4c3f42;
    /* Pink rgba(255,0,155,1); */
    cursor: hand;
    cursor: pointer;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),
      0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 15px rgba(255, 255, 255, 1);
  }

  .icons_brown {
    position: relative;
    width: 500px;
    max-width: 500px;
    top: 0px;
    height: 60px;
    max-height: 60px;
    line-height: 60px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
      Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-size: 22pt;
    font-weight: 700 !important;
    color: #392f34;
    letter-spacing: 1px;
    background-color: snow;
    /* #eaeaea; */
    border-radius: 7px;
    text-align: left;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* #DDD; */
    box-shadow: inset 0 2px 6px rgba(53, 44, 49, 0.7),
      0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
    padding: 3px 8px 0 8px;
    margin: 4px auto 0 auto;
    transition: all 0.5s;
    z-index: 60;
  }

  .icons_brown:focus {
    outline: 0;
    background-color: white;
    color: black;
    box-shadow: inset 0 4px 6px rgba(53, 44, 49, 0.9),
      0 -1px 1px rgba(255, 255, 255, 0.7), 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  .required_brown {
    position: absolute;
    color: #cfc1c3;
    right: -25px;
    top: 45px;
    background-color: transparent;
    width: 10px !important;
    font-size: 14pt !important;
    font-weight: 100;
    margin: 0;
    -webkit-font-smoothing: antialiased !important;
    z-index: 430;
  }

  #reg_01,
  #log_01 {
    margin-top: 20px;
  }

  .influencercontent {
    position: fixed !important;
    top: 520px;
    left: -370px;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg);
    width: 680px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    /* Sirina kontejnera jednaka sirini sadrzaja */
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-animation: pinkywhidescreen 10s;
    animation: pinkywhidescreen 10s;
    cursor: pointer;
    cursor: hand;
    padding: 40px 40px 120px 120px;
    margin: 0;
    transition: all 0.5s;
    border-radius: 50% 70%;
  }

  .influencercontent:hover {
    background-color: rgba(0, 0, 0, 0.25);
    left: -80px;
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
    top: 630px;
    padding: 60px 60px 140px 150px;
  }

  .influencercontent h1 {
    height: 90px;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-size: 48pt !important;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 90px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hiremebutton {
    height: 69px;
    max-height: 69px !important;
    line-height: 69px;
    background-image: linear-gradient(68deg, #07aaff, #0078ff);
    font-family: "Teko", sans-serif;
    font-size: 32pt;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 7px;
    padding: 6px 40px 0px 40px;
    margin: 0;
    -moz-box-shadow: 0px 1px 3px 1px #272126;
    -webkit-box-shadow: 0px 1px 3px 1px #272126;
    box-shadow: 0px 1px 3px 1px #272126;
    transition: all 0.5s;
  }

  /* BOOK ME BUTTON ANIMATION */
  @keyframes pinkywhidescreen {
    0% {
      left: 50%;
      -webkit-transform: translateX(-700px);
      -moz-transform: translateX(-700px);
      -ms-transform: translateX(-700px);
      -o-transform: translateX(-700px);
      transform: translateX(-700px);
      opacity: 0;
      filter: alpha(opacity=0);
    }

    20% {
      left: 50%;
      -webkit-transform: translateX(-1200px);
      -moz-transform: translateX(-1200px);
      -ms-transform: translateX(-1200px);
      -o-transform: translateX(-1200px);
      transform: translateX(-1200px);
      opacity: 1;
      filter: alpha(opacity=100);
    }

    90% {
      left: 50%;
      -webkit-transform: translateX(-1200px);
      -moz-transform: translateX(-1200px);
      -ms-transform: translateX(-1200px);
      -o-transform: translateX(-1200px);
      transform: translateX(-1200px);
      opacity: 1;
      filter: alpha(opacity=100);
    }

    100% {
      left: -370px;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      transform: rotate(-90deg);
      opacity: 1;
      filter: alpha(opacity=100);
    }
  }

  @-webkit-keyframes pinkywhidescreen {
    0% {
      left: 50%;
      -webkit-transform: translateX(-700px);
      -moz-transform: translateX(-700px);
      -ms-transform: translateX(-700px);
      -o-transform: translateX(-700px);
      transform: translateX(-700px);
      opacity: 0;
      filter: alpha(opacity=0);
    }

    20% {
      left: 50%;
      -webkit-transform: translateX(-1200px);
      -moz-transform: translateX(-1200px);
      -ms-transform: translateX(-1200px);
      -o-transform: translateX(-1200px);
      transform: translateX(-1200px);
      opacity: 1;
      filter: alpha(opacity=100);
    }

    90% {
      left: 50%;
      -webkit-transform: translateX(-1200px);
      -moz-transform: translateX(-1200px);
      -ms-transform: translateX(-1200px);
      -o-transform: translateX(-1200px);
      transform: translateX(-1200px);
      opacity: 1;
      filter: alpha(opacity=100);
    }

    100% {
      left: -370px;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      transform: rotate(-90deg);
      opacity: 1;
      filter: alpha(opacity=100);
    }
  }

  /* END BOOK ME BUTTON ANIMATION */

  .me {
    position: relative;
    top: -15px;
    font-family: "Teko", sans-serif;
    /*    text-transform: uppercase;*/
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    letter-spacing: 1px;
    background: rgba(17, 12, 24, 0.7);
    padding: 15px 25px 15px 25px;
    display: inline-block;
    font-size: 28pt;
    font-weight: 100;
    font-style: italic;
    border-radius: 40px;
  }

  .me:after {
    content: "";
    position: absolute;
    right: 38%;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 0px solid transparent;
    border-top: 10px solid rgba(17, 12, 24, 0.7);
  }

  .kjackson {
    letter-spacing: 2px !important;
    color: rgba(255, 255, 255, 1);
    margin: -5px 0 0 0 !important;
    text-shadow: 0px 0px 5px rgba(17, 12, 24, 1);
    transition: all 0.5s;
  }

  .designation {
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 22pt;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 30px;
    color: white !important;
    margin: -20px 0 10px 0;
    padding: 0;
    text-shadow: 0px 0px 3px rgba(17, 12, 24, 1);
  }

  .img_kenny {
    position: absolute;
    right: -110%;
    transform: translateX(400px);
    bottom: 0;
    width: 1070px;
    /* 1070px 535px 27.8645%; */
    min-width: 350px;
    max-width: 1070px;
    height: auto;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-animation: influencer_picture 10s;
    animation: influencer_picture 10s;
    transition: all 0.5s;
  }

  /* INFLUENCER PICTURE ANIMATION */
  @keyframes influencer_picture {
    0% {
      left: 50%;
      opacity: 0;
      filter: alpha(opacity=0);
    }

    20% {
      left: 50%;
      opacity: 0.7;
      filter: alpha(opacity=70);
    }

    90% {
      left: 50%;
      opacity: 0.7;
      filter: alpha(opacity=70);
    }

    100% {
      left: 110%;
      opacity: 0;
      filter: alpha(opacity=0);
    }
  }

  @-webkit-keyframes influencer_picture {
    0% {
      left: 50%;
      opacity: 0;
      filter: alpha(opacity=0);
    }

    20% {
      left: 50%;
      opacity: 0.7;
      filter: alpha(opacity=70);
    }

    90% {
      left: 50%;
      opacity: 0.7;
      filter: alpha(opacity=70);
    }

    100% {
      left: 110%;
      opacity: 0;
      filter: alpha(opacity=0);
    }
  }

  /* END INFLUENCER PICTURE ANIMATION */

  /*.testi_item {
        background-color: rgba(213,172,122, 0.6);
        width: 619px;
        max-width: 619px;
        height: 574px !important;
    }*/

  .affiliateimage_33 {
    position: relative;
    top: 0;
    width: 100% !important;
    /* 100%; */
    height: 100% !important;
    max-width: 520px !important;
    /* 225px; */
    max-height: 482px !important;
    background-color: rgba(255, 166, 0, 0);
    transition: all 0.3s;
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin: 0 auto 0 auto;
  }

  .affiliateimage_33_selected {
    position: relative;
    top: 0;
    width: 100% !important;
    /* 100%; */
    height: 100% !important;
    max-width: 520px !important;
    /* 225px; */
    max-height: 482px !important;
    background-color: rgba(255, 166, 0, 0);
    transition: all 0.3s;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0 auto 0 auto;
  }

  .testi_item {
    padding: 460px 0 0 0;
    margin: 0;
  }

  .item {
    background-color: transparent;
    /* rgba(123,34,179,0.4); */
    margin: 0;
    height: 1450px;
    /* 1040px; */
    overflow-y: visible !important;
  }

  .testi_item:hover .affiliateimage_33 {
    top: -170px;
    -ms-transform: scale(1.7, 1.7);
    /* IE 9 */
    -webkit-transform: scale(1.7, 1.7);
    /* Safari */
    transform: scale(1.7, 1.7);
    /* Standard syntax */
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0 auto 170px auto;
  }

  #enki {
    position: absolute;
    top: 0px !important;
    width: 100%;
    height: 100%;
    max-width: 1260px;
    max-height: 1450px !important;
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    overflow-y: visible !important;
    text-align: center;
    z-index: 22000 !important;
  }

  /* PRODUCT PRICE AND TITLE ################################################## */
  .pokazidetalje {
    position: absolute;
    left: 50%;
    top: 939px;
    transform: translateX(-50%);
    width: 800px;
    height: 90px;
    background-color: rgba(229, 255, 0, 0);
    padding: 3px 0 0 0;
    margin: 0 auto 0 auto;
    z-index: 5;
  }

  .product_price {
    position: relative;
    width: 200px;
    height: 40px;
    background-color: rgba(0,
        0,
        0,
        0.8);
    /* background-color: rgba(0, 0, 0, 0.8); */
    font-family: "Teko", sans-serif;
    /* font-family: 'Teko', sans-serif; */
    font-weight: 100;
    font-size: 22pt;
    letter-spacing: 4px;
    line-height: 40px;
    text-align: center;
    color: white;
    border-radius: 40% 0 40% 0;
    padding: 2px 5px 2px 5px;
    margin: 0 auto 5px auto;
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
    /*
        -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.3);
        -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.3);
        box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.3);
        */
  }

  .product_shortdescription {
    position: relative;
    width: 100%;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 22pt;
    /* 40pt; */
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 30px;
    margin: 10px auto 0 auto;
    padding: 0 auto 0 auto;
    text-align: center;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
    /* display: inline; */
    text-decoration: none;
    z-index: 7;
  }

  .youtube_controls {
    position: absolute;
    left: 50%;
    transform: translate(-545px, 0px);
    width: 1090px;
    -webkit-appearance: none;
    height: 40px;
    background-color: transparent;
    /* rgba(176,122,200,0.2); */
    outline: none;
    margin: 0;
    z-index: 999 !important;
  }

  .ytvideo_timer {
    position: absolute;
    left: -214px;
    top: -40px;
    width: 800px;
    height: auto;
    z-index: 7;
    padding: 7px 0 0 0;
    margin: 0;
    font-size: 16pt;
    color: rgba(255, 255, 255, 0.6);
    transition: all 1s;
  }

  #idplaypause,
  #soundwoofer {
    width: 44px;
    height: auto;
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin-top: -7px;
  }

  #idplaypause:hover,
  #soundwoofer:hover {
    cursor: hand;
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 0px 6px white) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(0px 0px 6px white) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5));
  }

  .slidecontainer {
    position: relative;
    left: 7px;
    top: -6px !important;
    width: 104px;
    max-width: 104px !important;
  }

  .slidecontainer:hover~.procenat_zvuka {
    color: rgba(255, 255, 255, 1);
  }

  .procenat_zvuka {
    position: absolute !important;
    left: 320px;
    top: 6px !important;
    width: 60px !important;
    height: 30px !important;
    line-height: 30px;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16pt;
    font-weight: 100;
    letter-spacing: 2px;
    text-align: right;
    padding: 0;
    z-index: 30;
  }

  .slider {
    -webkit-appearance: none;
    width: 104px;
    height: 6px;
    background-color: rgba(185, 184, 187, 0.5);
    outline: none;
    cursor: pointer;
    cursor: hand;
    margin: 0;
  }

  .slider:hover {
    background-color: rgba(185, 184, 187, 1);
  }

  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    background-color: rgba(185, 184, 187, 1);
    cursor: pointer;
    cursor: hand;
  }

  .slider::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: rgba(185, 184, 187, 1);
    cursor: pointer;
    cursor: hand;
  }

  #idplaypause,
  #soundwoofer {
    width: 44px;
    height: auto;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #idplaypause:hover,
  #soundwoofer:hover {
    cursor: hand;
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 0px 6px white) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(0px 0px 6px white) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5));
  }

  #tera {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -31px);
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 16pt;
    /* 40pt; */
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 28px;
  }

  .prekonjega {
    position: absolute;
    left: 0;
    top: 14px;
    width: 0;
    height: 2px;
    background-color: rgba(255, 0, 0, 0.5);
    padding: 0;
    margin: 0;
    z-index: 5;
    transition: all 1s;
  }

  .ytvideo_prbar:hover+.prekonjega {
    position: absolute;
    height: 4px;
    top: 13px;
    background-color: rgba(255, 0, 0, 1);
  }

  .ytvideo_prbar:hover~.ispodnjega {
    background-color: rgba(255, 255, 255, 0.15);
    top: 13px;
    height: 4px;
  }

  .testimonials_area .owl-controls .owl-dots .owl-dot {
    height: 2px;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  /* AKTIVNA TANKA CRNA CRTICA ACTIVE /////////////////////////////////// */
  .testimonials_area .owl-controls .owl-dots .owl-dot:hover,
  .testimonials_area .owl-controls .owl-dots .owl-dot.active {
    background: rgba(0, 0, 0, 0.7);
    height: 8px;
    margin-bottom: -3px;
  }

  .owl-dots {
    margin: 200px auto -200px auto !important;
  }

  .datatitle {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 1130px !important;
    width: 560px;
    height: auto;
    max-height: 264px !important;
    background-color: black;
    color: rgba(255, 255, 255, 1);
    font-size: 18pt;
    /*      font-family: 'Signika', sans-serif; */
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
      Helvetica, Arial, "Lucida Grande", sans-serif !important;
    letter-spacing: 1px;
    font-weight: 100;
    line-height: 34px;
    text-align: center;
    white-space: normal;
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.7);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1s;
    padding: 10px;
    border-radius: 5px;
    margin: 0 auto 0 auto;
    z-index: 20000;
    overflow-y: visible;
  }

  .timers {
    position: absolute;
    left: 0px;
    top: -60px;
    width: 70px;
    height: 40px;
    line-height: 37px;
    letter-spacing: 1px;
    font-size: 16pt;
    font-weight: 100;
    color: white;
    background-color: black;
    text-align: center;
    z-index: 500;
    visibility: hidden;
  }

  /* CRNI SPIC TIMERS-A NA DOLE */
  .timers:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #000000;
    border-bottom: 0;
    margin-left: -20px;
    margin-bottom: -10px;
  }

  .worksection_body {
    margin: 0 0 0 50%;
    transform: translate(-50%, 0px);
    width: 2500px;
    background-color: transparent;
  }

  .worksection_title {
    width: 100%;
    background-color: transparent;
    font-family: "Courier";
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 22pt;
    line-height: 45px;
    color: #333438;
    margin: 0 0 30px 0;
  }

  .robot_h2 {
    font-size: 28pt;
    line-height: 70px;
    color: #333438;
    letter-spacing: 0.4px;
    color: black;
    font-weight: 900;
    text-transform: uppercase;
  }

  .filmsh3 {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 50px;
    max-width: 460px;
    font-family: "Teko", sans-serif;
    text-transform: none;
    color: white;
    font-size: 23pt;
    /* 40pt; */
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 52px;
    margin: 0 auto 0 auto;
    padding: 0;
    display: block;
    background-color: transparent;
    /* text-shadow: 0px 0px 6px rgba(255,255,255,1), 0px 0px 6px rgba(255,255,255,1); */
    z-index: 30;
  }

  #work_h2 {
    font-family: "Teko", sans-serif;
    font-size: 70pt;
    font-weight: 100;
    letter-spacing: 5px;
    text-shadow: none;
    /* 0px 0px 5px rgba(17, 12, 24, 1); */
    background-image: url(../img/backgrounds/watercolor_posterized_400x97.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 90px 50px 90px;
    margin: 0 0 10px 0;
    display: inline-block;
    color: white;
    -ms-transform: rotate(-4deg);
    /* IE 9 */
    -webkit-transform: rotate(-4deg);
    /* Safari 3-8 */
    transform: rotate(-4deg);
  }

  .selection_menu {
    position: absolute;
    right: 0;
    top: 30px;
    padding: 0;
    margin: 0;
  }

  .selection_menu span:hover {
    -webkit-filter: drop-shadow(0 0 0.4rem rgba(88, 142, 254, 1));
    filter: drop-shadow(0 0 0.4rem rgba(88, 142, 254, 1));
    cursor: hand;
    cursor: pointer;
    border-bottom: 3px dashed black;
  }

  .menuclicked {
    height: 60px;
    line-height: 66px;
    color: white;
    background-color: black;
    font-family: "Teko", sans-serif;
    font-size: 28pt;
    letter-spacing: 2px;
    font-weight: 300;
    padding: 5px 20px 0 20px;
    margin: 0 30px 0 30px;
    transition: all 0.3s;
    border-bottom: 3px dotted rgba(88, 142, 254, 0);
    border-radius: 7px;
  }

  .menuclear {
    height: 50px;
    line-height: 56px;
    color: black;
    background-color: transparent;
    font-family: "Teko", sans-serif;
    font-size: 28pt;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 5px 15px 0 15px;
    margin: 0 30px 0 30px;
    transition: all 0.3s;
    border-bottom: 3px dotted rgba(88, 142, 254, 0.5);
    border-radius: 6px;
  }

  .back_button_last {
    width: 140px;
    height: 44px;
    max-height: 48px;
    line-height: 48px;
    background-color: black;
    background-image: linear-gradient(68deg,
        rgba(255, 255, 255, 0.4),
        rgba(0, 0, 0, 1));
    font-family: "Teko", sans-serif;
    font-size: 22pt;
    font-weight: 100;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: white;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 7px;
    margin: auto;
    -moz-box-shadow: 0 2px 6px 2px rgba(88, 142, 254, 1);
    -webkit-box-shadow: 0 2px 6px 2px rgba(88, 142, 254, 1);
    box-shadow: 0 2px 6px 2px rgba(88, 142, 254, 1);
    transition: all 0.5s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.08;
    filter: alpha(opacity=8);
    padding: 0px 0px 0px 20px;
  }

  .next_button {
    width: 140px;
    height: 44px;
    max-height: 48px;
    line-height: 48px;
    background-color: black;
    background-image: linear-gradient(68deg,
        rgba(255, 255, 255, 0.4),
        rgba(0, 0, 0, 1));
    font-family: "Teko", sans-serif;
    font-size: 22pt;
    font-weight: 100;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: white;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 7px;
    margin: auto;
    transition: all 0.5s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px 0px 0px 28px;
  }

  .back_button {
    width: 140px;
    height: 44px;
    max-height: 48px;
    line-height: 48px;
    background-color: black;
    background-image: linear-gradient(68deg,
        rgba(255, 255, 255, 0.4),
        rgba(0, 0, 0, 1));
    font-family: "Teko", sans-serif;
    font-size: 22pt;
    font-weight: 100;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: white;
    text-align: right;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 7px;
    margin: auto;
    transition: all 0.5s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px 28px 0px 0px;
  }

  .next_button_last {
    width: 140px;
    height: 44px;
    max-height: 48px;
    line-height: 48px;
    background-color: black;
    background-image: linear-gradient(68deg,
        rgba(255, 255, 255, 0.4),
        rgba(0, 0, 0, 1));
    font-family: "Teko", sans-serif;
    font-size: 22pt;
    font-weight: 100;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: white;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 7px;
    margin: auto;
    -moz-box-shadow: 0 1px 3px 1px rgba(88, 142, 254, 1);
    -webkit-box-shadow: 0 1px 3px 1px rgba(88, 142, 254, 1);
    box-shadow: 0 1px 3px 1px rgba(88, 142, 254, 1);
    transition: all 0.5s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.08;
    filter: alpha(opacity=8);
    padding: 0px 0px 0px 28px;
  }

  .cicmic {
    height: 74px;
    max-height: 74px;
    line-height: 74px;
    margin: 0px 20px 0px 20px;
    text-align: center;
    background-color: transparent;
    font-family: "Teko", sans-serif;
    font-size: 22pt;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
  }

  .next_back_buttonscontainer {
    position: relative;
    display: grid;
    width: max-content;
    height: 70px;
    grid-template-columns: auto auto auto;
    background-color: transparent;
    margin: -20px auto 50px auto;
    padding: 0px auto 0 auto;
    text-align: center;
    z-index: 9000 !important;
  }

  .next_button:hover,
  .back_button:hover {
    text-shadow: 0px 0px 3px white, 0px 0px 6px white, 0px 0px 9px white;
    letter-spacing: 5px;
    cursor: hand;
    cursor: pointer;
  }

  .single-work:hover .thumb_games {
    width: 105% !important;
    -webkit-transform: translate(-2.5%, -5%);
    -moz-transform: translate(-2.5%, -5%);
    -ms-transform: translate(-2.5%, -5%);
    -o-transform: translate(-2.5%, -5%);
    transform: translate(-2.5%, -5%);
    margin-bottom: -14%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -moz-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
    -webkit-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
    box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
    background-image: linear-gradient(68deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0));
  }

  .trailer_buy_games {
    position: absolute;
    top: 300px;
    width: 100%;
    height: 32px;
    background-color: transparent;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-size: 24pt;
    /* 40pt; */
    font-weight: 300;
    text-align: center;
    letter-spacing: 3px;
    line-height: 32px;
    margin: 0 auto 0 auto;
    padding: 0 auto 0 auto;
    text-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff;
    z-index: 30;
    transition: all 0.5s;
  }

  .single-work {
    margin-bottom: 100px;
  }

  .sel_pshort_games {
    width: 100%;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: black;
    font-size: 24pt;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: 34px;
    margin: 0 auto 0 auto;
    padding: 0 auto 0 auto;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
  }

  .sel_pdata_games {
    position: absolute;
    top: 334px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    text-align: center;
    background-color: transparent;
    padding: auto !important;
    margin: 5px auto -5px auto;
    z-index: 11 !important;
  }

  #selected_products {
    z-index: 3000 !important;
    margin: 0 0 150px 0;
  }

  .sel_data_games {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100% !important;
    max-width: 622px;
    height: auto;
    max-height: 360px;
    background-color: rgba(255, 255, 255, 1);
    /*    background-image: linear-gradient(68deg,rgba(255,255,255,1),rgba(230,232,236,1));*/
    color: #333438;
    font-size: 20pt;
    /*    font-family: 'Signika', sans-serif;*/
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
      Helvetica, Arial, "Lucida Grande", sans-serif !important;
    letter-spacing: 0px;
    font-weight: 500 !important;
    line-height: 35px;
    text-align: center;
    white-space: normal;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 14px;
    border-radius: 3px;
    margin: 5px auto 0 auto;
    overflow-y: hidden;
    visibility: hidden;
    z-index: 3001 !important;
    -moz-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 1),
      0 14px 38px -14px rgba(88, 142, 254, 1);
    -webkit-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 1),
      0 14px 38px -14px rgba(88, 142, 254, 1);
    box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 1),
      0 14px 38px -14px rgba(88, 142, 254, 1);
  }

  .yt_trailer_selectionsss {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0px;
    width: 1800px;
    height: 1013px;
    /* 28.125vw; 39.375vw; */
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    visibility: visible;
    -moz-box-shadow: 0 5px 24px -3px rgba(88, 142, 254, 0.8);
    -webkit-box-shadow: 0 5px 24px -3px rgba(88, 142, 254, 0.8);
    box-shadow: 0 5px 24px -3px rgba(88, 142, 254, 0.8);
    -webkit-animation: ytiframe_anim 0.7s;
    animation: ytiframe_anim 0.7s;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .main_g {
    width: 527px;
    height: 297px;
    min-height: 297px;
    background-color: transparent;
    margin: 0;
    overflow: hidden;
  }

  #marduk {
    height: auto;
  }

  .gam_1 {
    width: 263px;
    min-width: 263px;
    height: 148px;
    min-height: 148px;
    background-color: transparent;
    /* rgba(248,224,131,0.9); */
    overflow: hidden;
  }

  .four_g {
    width: 527px;
    height: 297px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-flow: column wrap;
    align-items: flex-start;
    align-content: space-between;
    flex-direction: column;
    background-color: white;
    margin: 0;
  }

  .four_g2 {
    width: 100%;
    height: 148px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-flow: row nowrap;
    align-items: flex-start;
    align-content: space-between;
    background-color: white;
    margin: 1px 0 0 0;
  }

  .black_inftext {
    position: relative;
    top: 0px;
    width: 1055px;
    height: 80px;
    background-color: black;
    color: white;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
      Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-weight: 100;
    font-size: 20pt;
    letter-spacing: 1px;
    line-height: 80px;
    text-align: center;
    margin: 0;
  }

  .mooviedescription_all {
    position: absolute;
    left: 450px;
    top: 13px;
    width: 600px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
      Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-size: 18pt;
    line-height: 34px;
  }

  .blackbold {
    color: black;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .blackbold_2 {
    font-family: "Teko", sans-serif;
    font-size: 30pt;
    color: black;
    font-weight: 600;
    font-style: italic;
    line-height: 60px;
  }

  .exp_gms {
    position: relative;
    top: 9px;
    width: 1055px;
    max-width: 1055px;
    background-color: transparent;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    line-height: 100%;
    padding: 6px auto 5px auto;
    font-size: 18pt;
    line-height: 24px;
    font-weight: 100;
    font-style: italic;
    letter-spacing: 1px;
    margin: 0;
  }

  .closex_selections {
    position: fixed !important;
    left: 50% !important;
    -webkit-transform: translate(900px, 0px);
    -moz-transform: translate(900px, 0px);
    -ms-transform: translate(900px, 0px);
    -o-transform: translate(900px, 0px);
    transform: translate(900px, 0px);
    top: 0px;
    width: 95px;
    height: 95px;
    font-size: 90px;
    line-height: 90px;
    margin: 0;
    padding: 0px 4px 4px 5px;
    background-color: transparent;
    color: black;
    z-index: 5000;
    display: block;
    text-shadow: 0px 0px 10px rgba(88, 142, 254, 1),
      0px 0px 10px rgba(88, 142, 254, 1);
  }

  .closex_selections:hover {
    top: -3px;
    cursor: pointer;
    cursor: hand;
    font-size: 96px;
    text-shadow: 0px 0px 10px rgba(88, 142, 254, 1),
      0px 0px 10px rgba(88, 142, 254, 1);
  }

  .half-circle {
    position: absolute;
    top: -15%;
    left: 0px;
    width: 100%;
    height: 1000px;
    border-radius: 0 60% 40% 50%;
    background-image: linear-gradient(78deg,
        rgba(0, 0, 0, 0.01),
        rgba(0, 0, 0, 0.3));
    transform: rotate(7deg);
    opacity: 0.3;
    filter: alpha(opacity=30);
  }

  .thumb_films {
    width: 100%;
    height: auto;
    background-image: linear-gradient(68deg,
        rgba(255, 255, 255, 0.7),
        rgba(255, 255, 255, 0.07));
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 129000 !important;
    cursor: hand;
    cursor: pointer;
    margin: 20px 0 3px 0;
  }

  .single-work:hover .thumb_films {
    width: 110% !important;
    -webkit-transform: translate(-5%, -9.2%);
    -moz-transform: translate(-5%, -9.2%);
    -ms-transform: translate(-5%, -9.2%);
    -o-transform: translate(-5%, -9.2%);
    transform: translate(-5%, -9.2%);
    margin-bottom: -25.5%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -moz-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
    -webkit-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
    box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
    background-image: linear-gradient(68deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0));
  }

  .sel_pshort_films {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 552px;
    width: 100%;
    max-width: 386px;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: black;
    font-size: 26pt;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 35px;
    margin: 0 auto 0 auto;
    padding: 0 auto 0 auto;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    cursor: hand;
    cursor: pointer;
  }

  .filmchenimg {
    position: absolute;
    bottom: 4px;
    width: 409px;
    height: auto;
    visibility: visible;
  }

  .genrefilms {
    position: absolute;
    left: 450px;
    bottom: 13px;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 0;
    margin: 0;
    overflow: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: filmgenres 2s;
    animation: filmgenres 2s;
    transition: all 2s;
    text-align: center;
    vertical-align: top !important;
  }

  .genrefilms .bild {
    vertical-align: top !important;
  }

  /* FILM TEXT COMMING */
  @keyframes filmgenres {
    0% {
      bottom: -100%;
      opacity: 0;
      filter: alpha(opacity=0);
    }

    100% {
      bottom: 13px;
      opacity: 1;
      filter: alpha(opacity=100);
    }
  }

  @-webkit-keyframes filmgenres {
    0% {
      bottom: -100%;
      opacity: 0;
      filter: alpha(opacity=0);
    }

    100% {
      bottom: 13px;
      opacity: 1;
      filter: alpha(opacity=100);
    }
  }

  /* END FILM TEXT COMMING */

  .bild {
    width: 100px;
    height: auto;
    margin: 0 1px 0 0;
    transition: all 0.5s;
  }

  .bild:hover {
    filter: grayscale(100%) brightness(130%);
    -webkit-filter: grayscale(100%) brightness(130%);
    cursor: hand;
    cursor: pointer;
    margin: -4px 1px 4px 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  .genre_small_headline_films {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
      Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-size: 16pt;
    font-weight: 100;
    width: 100%;
    height: 100px;
    line-height: 30px;
    background-color: black;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    padding: 0 0 0 5px;
    margin: 5px 0 5px 0;
  }

  .headsmall {
    position: absolute;
    top: 40px;
    height: 50px;
    min-height: 50px;
    left: 0px;
    width: 100%;
    line-height: 25px;
    color: white;
    background-color: transparent;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
      Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-size: 18pt;
    font-weight: 100;
    padding: 0 7px 0 7px;
    margin: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html body {
    overflow-x: hidden;
  }

  .worksection_title {
    width: 80%;
    margin: 0 0 30px 10%;
  }

  .selection_menu {
    left: 36%;
    top: 30px;
    padding: 0;
    margin: 0;
  }

  .youtube_controls {
    position: absolute;
    left: 50%;
    transform: translate(-460px, 0px);
    width: 920px;
    -webkit-appearance: none;
    height: 29px;
    background-color: transparent;
    /* rgba(176,122,200,0.2); */
    outline: none;
    margin: 0;
    z-index: 9990 !important;
  }

  .ytvideo_prbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-appearance: none;
    height: 29px;
    background-color: transparent;
    /* rgba(226,122,200,0.5);*/
    outline: none;
    margin: 0;
    z-index: 9501;
  }

  .ispodnjega {
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0;
    z-index: 499;
  }

  .prekonjega {
    position: absolute;
    left: 0;
    top: 14px;
    width: 0;
    max-width: 100%;
    height: 1px;
    background-color: rgba(255, 0, 0, 0.5);
    padding: 0;
    margin: 0;
    z-index: 5;
    transition: all 1s;
  }

  .trailer_buy_games {
    top: 100px;
  }

  .sel_pdata_games {
    top: 120px;
  }

  .trailer_buy_films {
    position: absolute;
    top: 166px;
    font-size: 10.4pt;
  }

  .sel_pshort_films {
    top: 190px;
    font-size: 10pt;
    line-height: 14px;
  }

  .closex_selections {
    position: fixed;
    left: 50%;
    -webkit-transform: translate(432px, 0%);
    -moz-transform: translate(432px, 0%);
    -ms-transform: translate(432px, 0%);
    -o-transform: translate(432x, 0%);
    transform: translate(432px, 0%);
    top: -16px;
    width: 50px;
    height: 50px;
    font-size: 50px;
    margin: 0;
    padding: 0;
    color: black;
    transition: all 0.3s;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),
      0px 0px 5px rgba(255, 255, 255, 1);
    z-index: 9999;
  }

  .closex_selections:hover {
    top: -18px;
    cursor: pointer;
    cursor: hand;
    font-size: 54px;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),
      0px 0px 5px rgba(255, 255, 255, 1);
  }

  .buystamp {
    position: absolute;
    left: 50%;
    width: 110px;
    height: auto;
    -webkit-transform: translate(390px, -60px);
    -moz-transform: translate(390px, -60px);
    -ms-transform: translate(390px, -60px);
    -o-transform: translate(390px, -60px);
    transform: translate(390px, -60px);
    z-index: 9000 !important;
  }

  .games_buystamp {
    position: absolute;
    width: 90px;
    height: auto;
    left: 50%;
    -webkit-transform: translate(400px, -60px);
    -moz-transform: translate(400px, -60px);
    -ms-transform: translate(400px, -60px);
    -o-transform: translate(400px, -60px);
    transform: translate(400px, -60px);
    z-index: 9000 !important;
  }
}

/* END 3840 ########################################################################################################################################## */
/* ################################################################################################################################################## */
/* ################################################################################################################################################# */
/* ################################################################################################################################################ */
/* ############################################################################################################################################### */

@media (min-width: 1921px) and (max-width: 3840px) {
  .right_textpart {
    position: absolute;
    left: -20%;
    -webkit-transform: translate(50vw, -220px);
    -moz-transform: translate(50vw, -220px);
    -ms-transform: translate(50vw, -220px);
    -o-transform: translate(50vw, -220px);
    transform: translate(50vw, -220px);
    width: 800px;
    max-width: 800px !important;
    padding: 0px !important;
    margin: 0px 50px 0 -50px;
  }

  .text_aboutme {
    width: 800px;
    height: 600px;
    background-color: transparent;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
      Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-weight: 300;
    font-size: 18pt;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.8);
    padding: 20px 20px 20px 30px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(150deg,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0.8));
    overflow-y: scroll;
  }

  .img_aboutme {
    position: relative;
    left: -67%;
    -webkit-transform: translate(50vw, 0px);
    -moz-transform: translate(50vw, 0px);
    -ms-transform: translate(50vw, 0px);
    -o-transform: translate(50vw, 0px);
    transform: translate(50vw, 0px);
    width: 100%;
    height: 1350px;
    max-height: 1350px;
    background-color: transparent;
    background-image: url(../img/people/about_us_man_1.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: auto 1350px;
    transition: all 1s;
    bottom: -46px;
  }

  .about-area {
    width: 3840px;
    height: 1446px;
    max-height: 1446px;
    padding: 50px 0 0 0;
    background-color: transparent;
    background-image: url(../img/backgrounds/myplaces/myplace_5.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 3840px 1446px;
    margin-top: auto;
    transition: all 0.5s;
  }

  .games_buystamp {
    position: relative;
    width: 196px;
    height: auto;
    left: 480px;
    top: 1060px;
    /*        -webkit-transform: translate(370px, -60px);
                -moz-transform: translate(370px, -60px);
                -ms-transform: translate(370px, -60px);
                -o-transform: translate(370px, -60px);
                transform: translate(370px, -60px);*/
    z-index: 9000 !important;
  }

  .games_buystamp:hover {
    width: 190px;
    filter: brightness(104%) contrast(105%);
    -webkit-filter: drop-shadow(0 5px 10px rgba(88, 142, 254, 0.3)) brightness(104%) contrast(105%);
    filter: drop-shadow(0 5px 10px rgba(88, 142, 254, 0.3)) brightness(104%) contrast(105%);
  }

  .main_games_flex {
    width: 1055px;
    min-width: 1055px;
    max-width: 1055px;
    height: 446px;
    min-height: 446px;
    background-color: white;
    /* rgba(248,224,161,0.5); */
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-flow: column wrap;
    align-items: flex-start;
    align-content: space-between;
    flex-direction: row;
    margin: 20px 0 1px 0;
  }

  .buystamp {
    position: absolute;
    width: 220px;
    left: 50%;
    -webkit-transform: translate(800px, 0px);
    -moz-transform: translate(800px, 0px);
    -ms-transform: translate(800px, 0px);
    -o-transform: translate(800px, 0px);
    transform: translate(800px, 0px);
    top: 1010px;
    /* 1080px; */
    z-index: 9000 !important;
    -webkit-filter: drop-shadow(0 5px 10px rgba(88, 142, 254, 0.6));
    filter: drop-shadow(0 5px 10px rgba(88, 142, 254, 0.6));
  }

  .yt_trailer_selectionsss {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0px;
    width: 1800px;
    height: 1013px;
    /* 28.125vw; 39.375vw; */
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    visibility: visible;
    -moz-box-shadow: 0 5px 24px -3px rgba(88, 142, 254, 0.8);
    -webkit-box-shadow: 0 5px 24px -3px rgba(88, 142, 254, 0.8);
    box-shadow: 0 5px 24px -3px rgba(88, 142, 254, 0.8);
    -webkit-animation: ytiframe_anim 0.7s;
    animation: ytiframe_anim 0.7s;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .mainproduct .filmcover_genre {
    position: relative;
    left: -840px;
    top: 1110px;
    width: 1800px !important;
    min-width: 1800px !important;
    height: 610px;
    min-height: 610px;
    padding: 16px 0 10px 15px;
    margin: 0 auto 0 auto;
    background-color: transparent;
    list-style: none;
    flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    overflow-y: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: filmt_com 1s;
    animation: filmt_com 1s;
    transition: all 1s;
  }

  .spremioga {
    position: relative !important;
    left: 230px !important;
    top: 450px !important;
    background: transparent;
    width: 1802px !important;
    height: 100%;
    min-height: 100%;
    padding-right: 40px;
  }

  .mainproduct .filmcover_text {
    position: relative;
    top: 50px;
    background: white;
    /* rgba(220,107,66,0.3); */
    width: 730px;
    min-width: 730px;
    height: 610px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 9.5pt;
    font-weight: 300;
    margin: 0 0 1% 0;
    font-weight: 300;
    line-height: 21px;
    padding: 14px 10px 10px 20px;
    text-align: left;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid solid solid dashed;
    background-color: transparent;
    background-image: linear-gradient(68deg,
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.9));
    overflow-y: hidden !important;
  }

  #ftext {
    position: absolute !important;
    width: auto;
    height: 100%;
    min-width: 306px;
    /* 100%;  467px */
    max-height: 490px;
    background-color: transparent;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
      Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-size: 20pt;
    font-weight: 300;
    line-height: 35px;
    padding: 20px 10px 20px 0;
    margin-bottom: 20px;
    overflow-y: scroll;
    letter-spacing: 0;
  }

  .blackbold_2 {
    font-family: "Teko", sans-serif;
    font-size: 24pt;
    color: black;
    font-weight: 600;
    font-style: italic;
    line-height: 36px;
  }

  .komentarproizvoda {
    width: 1800px;
    min-width: 1800px;
  }

  .mojopis {
    width: 100%;
    padding: 0 0 0 10px;
    font-family: "Teko", sans-serif;
    font-size: 54pt;
    font-weight: 600;
    letter-spacing: 1px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    text-transform: uppercase;
    margin: 10px 0 8px -404px;
    padding: 0 0 0 122px;
    background-color: gold;
    overflow: hidden !important;
  }

  .game_film_videoinfo .mojopis {
    position: absolute;
    top: 1025px;
    width: 100%;
    left: 0px;
    height: auto;
    overflow: hidden;
    background-color: transparent;
    color: black;
    padding: 0;
  }

  #madehim {
    position: absolute;
    left: 230px;
    top: 1110px;
    background: white;
    /* rgba(220,107,66,0.3); */
    width: 730px;
    min-width: 730px;
    height: 610px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 9.5pt;
    font-weight: 300;
    margin: 0 0 1% 0;
    font-weight: 300;
    line-height: 21px;
    padding: 14px 10px 10px 20px;
    text-align: left;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid solid solid dashed;
    background-color: transparent;
    background-image: linear-gradient(68deg,
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.9));
    overflow-y: hidden !important;
  }
}

/* DONT'T TOUCH */
#changemymobile {
  visibility: hidden;
}

#putm_in {
  visibility: hidden;
}

.topmenu_left {
  visibility: visible;
}

.topmenu_left_mobile {
  visibility: hidden;
}

@media (max-width: 991px) {
  .youtube_controls {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 690px;
    min-width: 690px;
    max-width: 690px;
    -webkit-appearance: none;
    height: 29px;
    background-color: transparent;
    outline: none;
    margin: 0;
    z-index: 9990 !important;
  }

  .ytvideo_prbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 690px;
    -webkit-appearance: none;
    height: 29px;
    background-color: transparent;
    outline: none;
    margin: 0;
    z-index: 9501;
  }

  .prekonjega {
    position: absolute;
    left: 0;
    top: 14px;
    width: 0;
    height: 1px;
    background-color: rgba(255, 0, 0, 0.5);
    padding: 0;
    margin: 0;
    z-index: 5;
    transition: all 1s;
  }

  .ispodnjega {
    position: absolute;
    left: 0;
    top: 14px;
    width: 690px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0;
    z-index: 499;
  }

  .testimonials_area .owl-controls .owl-dots .owl-dot {
    height: 1px;
    width: 12px;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

/* @media (max-width: 583px) { */
@media (max-width: 767px) {

  .thumb_films {
    width: 100%;
    height: auto;
    background-image: none;
    z-index: 129000 !important;
    cursor: hand;
    cursor: pointer;
    margin-bottom: 3px;
  }

  .single-work:hover .thumb_films {
    width: 100% !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-bottom: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -moz-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
    -webkit-box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
    box-shadow: 0 7px 19px -7px rgba(88, 142, 254, 0);
    background-image: linear-gradient(68deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0));
  }

  .thumb_films .image {
    position: relative;
    z-index: 10;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    max-width: 160px;
    min-width: 160px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: auto;
  }

  .genrefilms {
    position: relative;
    top: 0px;
    left: 0px;
    width: auto;
    height: 116px;
    background-color: transparent;
    padding: 0;
    margin: 0 0 -190px 0;
    overflow: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: filmgenres 2s;
    animation: filmgenres 2s;
    transition: all 2s;
    text-align: center;
  }

  #big_filmname {
    text-align: center;
    margin-left: -20px;
    font-size: 14pt;
  }

  .leftpisline {
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent;
    float: none;
    margin: 0;
    overflow-y: visible !important;
  }

  .filmchenimg {
    position: relative;
    width: 196px;
    height: auto;
  }

  .sklop {
    position: relative;
    width: 100%;
    height: auto;
    left: 50%;
    top: 0px;
    background-color: transparent;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin-bottom: 20px;
  }

  .yt_trailer_selectionsss {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    top: 0px;
    width: 100%;
    /* 50vw; 60vw; */
    height: 56.25vw;
    /* 28.125vw; 28.125vw; 39.375vw; */
    overflow-y: hidden;
    padding: 0;
    margin: 0 auto -8px auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
    -moz-box-shadow: 0 5px 24px -3px rgba(88, 142, 254, 0.8);
    -webkit-box-shadow: 0 5px 24px -3px rgba(88, 142, 254, 0.8);
    box-shadow: 0 5px 24px -3px rgba(88, 142, 254, 0.8);
    -webkit-animation: ytiframe_anim 0.7s;
    animation: ytiframe_anim 0.7s;
    transition: all 0.7s;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: black;
  }

  .mainproduct .filmcover_genre {
    position: relative;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    flex-grow: 1;
    max-width: 270px !important;
    height: auto;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 9pt;
    font-weight: 300;
    margin: 10px 0 0 0;
    font-weight: 300;
    line-height: 18px;
    padding: 0;
    text-align: center;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0);
    border-style: none;
    background-color: transparent;
    background-image: none;
    /* linear-gradient(68deg,rgba(255,255,255,0),rgba(255,255,255,0)); */
    overflow: visible !important;
  }

  .main_games_flex {
    position: relative !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 270px;
    height: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-flow: column wrap;
    align-items: flex-start;
    align-content: space-between;
    flex-direction: row;
    margin: 0 1px 1px 1px !important;
    padding: 0;
  }

  .mainproduct .filmcover_text {
    position: relative !important;
    top: 210px;
    left: 0px !important;
    background: white;
    width: 100%;
    height: 100%;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 9.5pt;
    font-weight: 300;
    margin: 0 auto 1% auto;
    font-weight: 300;
    line-height: 21px;
    padding: 14px 10px 10px 20px;
    text-align: left;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid solid solid solid;
    background-color: transparent;
    background-image: linear-gradient(68deg,
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.9));
    overflow-y: hidden !important;
  }

  .closex_selections {
    position: fixed;
    left: 100%;
    -webkit-transform: translate(-64px, 0%);
    -moz-transform: translate(-64px, 0%);
    -ms-transform: translate(-64px, 0%);
    -o-transform: translate(-64x, 0%);
    transform: translate(-64px, 0%);
    top: -15px;
    width: 50px;
    height: 50px;
    font-size: 50px;
    margin: 0;
    padding: 0;
    color: black;
    transition: all 0.3s;
    z-index: 9999;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),
      0px 0px 5px rgba(255, 255, 255, 1);
  }

  .closex_selections:hover {
    top: -17px;
    cursor: pointer;
    cursor: hand;
    font-size: 54px;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),
      0px 0px 5px rgba(255, 255, 255, 1);
  }

  .main_g {
    width: 269px;
    min-width: 269px !important;
    height: 151px;
    max-height: 151px;
    background-color: transparent;
    margin: 0 1px 1px 0;
    overflow: hidden;
    float: none;
  }

  .four_g2 {
    max-width: 269px;
    width: 100%;
    height: 75px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: space-between;
    background-color: transparent;
    margin: 1px 0 -1px 0;
  }

  .gam_1 {
    min-width: 134px;
    height: 75px;
    max-height: 75px;
    background-color: transparent;
    margin: auto;
  }

  #gmig_7,
  #gmig_8 {
    margin-top: 1px;
  }

  .black_inftext {
    top: 230px;
    width: auto;
    max-width: 100%;
    height: 30px;
    background-color: transparent;
    color: black;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 11pt;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 0 2px !important;
    padding-left: 10px;
  }

  .komentarproizvoda {
    max-width: 100% !important;
    position: relative;
    left: 0;
    width: 100%;
    min-width: 100%;
  }

  div#poguraj.mojopis {
    position: absolute !important;
    left: 0px !important;
    width: 100% !important;
    height: 32px;
    line-height: 32px;
    font-family: "Teko", sans-serif;
    font-size: 18pt;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    padding: 4px 0 0 22px;
    background-color: transparent;
  }

  .filmcover_text {
    max-width: 91.3vw !important;
  }

  #madehim {
    position: absolute !important;
    left: 50% !important;
    top: 500px !important;
    width: 270px !important;
    max-width: 270px !important;
    min-width: 270px;
    height: 100%;
    margin: 0 0 0 -135px;
    padding: 10px !important;
  }

  /* FILME ##################################################################### */

  .spremioga {
    position: absolute !important;
    top: 590px !important;
    left: 50% !important;
    -webkit-transform: translate(-170px, 0%);
    -moz-transform: translate(-170px, 0%);
    -ms-transform: translate(-170px, 0%);
    -o-transform: translate(-170px, 0%);
    transform: translate(-170px, 0%);
    top: 650px;
    background: transparent;
    width: 300px !important;
    height: 100%;
    min-height: 100%;
    padding-right: 40px;
  }

  .mainproduct .filmcover_text {
    position: absolute !important;
    width: 300px !important;
    max-width: 320px !important;
    height: 100% !important;
    top: 10px !important;
    overflow-y: scroll !important;
  }

  .pera5 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 258px !important;
    color: black;
    height: 100%;
    overflow-x: hidden !important;
  }

  #ftext {
    position: absolute;
    width: 90% !important;
    height: 100%;
    overflow: hidden !important;
    margin-left: 10px;
  }

  .blackbold_2 {
    margin-left: 10px !important;
    font-family: "Teko", sans-serif;
    font-size: 12pt;
    color: black;
    font-weight: 600;
    font-style: italic;
  }

  .leftpisline {
    position: relative;
    width: 100%;
    height: 277px;
    max-height: 277px !important;
    background-color: transparent;
    float: left;
    margin: 0 14px 0 0;
    overflow-y: visible !important;
  }

  .image_backpack_2,
  .image_backpack_3 {
    position: absolute;
    z-index: 19;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .image_backpack_4 {
    position: absolute;
    z-index: 20;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .image_backpack_5 {
    position: absolute;
    z-index: 20;
    opacity: 1;
    display: block;
    width: 40%;
    height: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  #filmdata_6 {
    background-color: transparent;
    width: 100% !important;
    display: block;
    text-align: center;
    margin: auto;
  }

  .youtube_controls {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    /* 500px; */
    min-width: 500px;
    /* 500px; */
    max-width: 500px;
    /* 500px; */
    -webkit-appearance: none;
    height: 29px;
    background-color: transparent;
    outline: none;
    margin: 0;
    z-index: 9990 !important;
  }

  .ytvideo_prbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* 500px; */
    -webkit-appearance: none;
    height: 29px;
    background-color: transparent;
    outline: none;
    margin: 0;
    z-index: 9501;
  }

  .prekonjega {
    position: absolute;
    left: 0;
    top: 14px;
    width: 0;
    height: 1px;
    background-color: rgba(255, 0, 0, 0.5);
    padding: 0;
    margin: 0;
    z-index: 5;
    transition: all 1s;
  }

  .ispodnjega {
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    /* 500px; */
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0;
    z-index: 499;
  }

  .testimonials_area .owl-controls .owl-dots .owl-dot {
    height: 1px;
    width: 12px;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  #tera {
    margin-left: 90px;
    margin-top: -2px;
  }

  .influencercontent .designation {
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
    font-size: 10pt;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 20px;
    color: white !important;
    margin: -20px 0 10px 0;
    padding: 0;
    text-shadow: 0px 0px 3px rgba(17, 12, 24, 1);
  }

  .influencercontent {
    position: fixed;
    left: -106px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 240px;
    width: auto;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-animation: pinky3 4s;
    animation: pinky3 4s;
    padding: 20px 20px 40px 10px;
    margin: 0;
    transition: all 0.5s;
    border-radius: 50% 70%;
    visibility: hidden;
  }

  .influencercontent:hover {
    background-color: rgba(0, 0, 0, 0.8);
    left: -10px;
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
    top: 250px;
    padding: 20px 80px 40px 60px;
    cursor: pointer;
    cursor: hand;
  }

  /* BOOK ME BUTTON ANIMATION */
  @keyframes pinky3 {
    0% {
      left: 50%;
      -webkit-transform: translateX(-163px);
      -moz-transform: translateX(-163px);
      -ms-transform: translateX(-163px);
      -o-transform: translateX(-163px);
      transform: translateX(-163px);
      opacity: 0;
      filter: alpha(opacity=0);
    }

    20% {
      left: 50%;
      -webkit-transform: translateX(-163px);
      -moz-transform: translateX(-163px);
      -ms-transform: translateX(-163px);
      -o-transform: translateX(-163px);
      transform: translateX(-163px);
      opacity: 1;
      filter: alpha(opacity=100);
    }

    90% {
      left: 50%;
      -webkit-transform: translateX(-163px);
      -moz-transform: translateX(-163px);
      -ms-transform: translateX(-163px);
      -o-transform: translateX(-163px);
      transform: translateX(-163px);
      opacity: 1;
      filter: alpha(opacity=100);
    }

    100% {
      left: -106px;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      transform: rotate(-90deg);
      opacity: 1;
      filter: alpha(opacity=100);
    }
  }

  @-webkit-keyframes pinky3 {
    0% {
      left: 50%;
      -webkit-transform: translateX(-163px);
      -moz-transform: translateX(-163px);
      -ms-transform: translateX(-163px);
      -o-transform: translateX(-163px);
      transform: translateX(-163px);
      opacity: 0;
      filter: alpha(opacity=0);
    }

    20% {
      left: 50%;
      -webkit-transform: translateX(-163px);
      -moz-transform: translateX(-163px);
      -ms-transform: translateX(-163px);
      -o-transform: translateX(-163px);
      transform: translateX(-163px);
      opacity: 1;
      filter: alpha(opacity=100);
    }

    90% {
      left: 50%;
      -webkit-transform: translateX(-163px);
      -moz-transform: translateX(-163px);
      -ms-transform: translateX(-163px);
      -o-transform: translateX(-163px);
      transform: translateX(-163px);
      opacity: 1;
      filter: alpha(opacity=100);
    }

    100% {
      left: -106px;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      transform: rotate(-90deg);
      opacity: 1;
      filter: alpha(opacity=100);
    }
  }

  /* END BOOK ME BUTTON ANIMATION */
}

.shop {
  position: fixed;
  left: 50%;
  top: 20px;
  /* 127px; */
  width: 948px;
  height: 530px;
  /* 767px; */
  background-color: white;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 26000;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.close_cross {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 46px;
  height: 30px;
  background-color: transparent;
  background-image: url(../img/backgrounds/close_cross_14x14.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  color: black;
  transition: all 0.1s;
  z-index: 9999;
}

.close_cross:hover {
  background-color: #e81123;
  background-image: url(../img/backgrounds/close_cross_14x14_white.png);
  cursor: pointer;
  cursor: hand;
}

.shop_h1 {
  position: absolute;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-family: "Teko", sans-serif;
  font-size: 22pt;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin: 14px auto 0 auto;
  padding: auto;
  background-color: transparent;
}

.skirts_smallother hr {
  height: 1px;
  margin: 0 0 5px 0;
  padding: 0;
}

.stylenumber {
  font-size: 12pt;
  font-weight: 500;
}

.skirts_andother {
  position: absolute;
  left: 20px;
  top: 60px;
  width: 100%;
  max-width: 900px;
  height: 450px;
  background-color: transparent;
  transition: all 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
  clip: rect(0px, 450px, 450px, 0px);
}

.modells_1 {
  position: absolute;
  left: 190px;
  top: 10px;
  width: auto;
  height: 26px;
  line-height: 26px;
  font-family: "Teko", sans-serif;
  font-size: 12pt;
  font-weight: 300;
  letter-spacing: 1px;
  background-color: transparent;
}

.modells_32 {
  position: relative;
  left: 10px;
  height: 30px;
  line-height: 30px;
  font-family: "Teko", sans-serif;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: line-through;
  font-size: 14pt;
  font-weight: 300;
  letter-spacing: 1px;
  background-color: transparent;
}

.modells_33 {
  position: relative;
  left: 20px;
  top: -2px;
  height: 29px;
  max-height: 29px;
  line-height: 29px;
  font-family: "Teko", sans-serif;
  color: red;
  font-size: 11pt;
  font-weight: 300;
  letter-spacing: 1px;
  background-color: #faf1f0;
  border-radius: 3px;
  padding: 2px 4px 0px 4px;
}

.modells_44 {
  position: relative;
  top: 0px;
  left: 0px;
  height: 29px;
  max-height: 29px;
  line-height: 29px;
  font-family: "Teko", sans-serif;
  color: red;
  font-size: 11pt;
  font-weight: 300;
  letter-spacing: 1px;
  background-color: #faf1f0;
  border-radius: 3px;
  padding: 2px 4px 0px 4px;
}

#skirty_1 {
  transition: all 0.5s;
}

#skirty_2,
#skirty_3,
#skirty_4,
#skirty_5,
#skirty_6,
#skirty_7,
#skirty_8,
#skirty_9,
#skirty_10,
#skirty_11,
#skirty_12,
#skirty_13,
#skirty_14,
#skirty_15,
#skirty_16 {
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.skirts_andother2 {
  position: absolute;
  left: 20px;
  top: 60px;
  width: 450px;
  height: 450px;
  background-color: transparent;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.skirts_andover {
  position: absolute;
  left: 20px;
  top: 60px;
  width: 450px;
  height: 450px;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s;
}

.skirts_andover2 {
  position: absolute;
  left: 20px;
  top: 60px;
  width: 450px;
  height: 450px;
  background-color: white;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s;
}

.stamp_fs {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 99px;
  height: auto;
  background-color: transparent;
}

/* ################################################################### */
/* ################################################################## */
/* SKIRTS CONTAINER RIGHT FLEX ##################################### */

.skirts_smallother {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
  vertical-align: top;
  flex-direction: column;
  left: 485px;
  top: 60px;
  width: 450px;
  height: auto;
  background-color: transparent;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                          supported by Chrome, Edge, Opera and Firefox */
}

.shop_h2 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-family: "Teko", sans-serif;
  font-size: 20pt;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 0 4px;
  padding: auto;
  background-color: transparent;
  display: inline;
}

.skirts_smallother55 {
  width: 450px;
  height: auto;
  background-color: transparent;
  font-size: 10pt;
  line-height: 18px;
  border-top: 1px solid #e5e5e5;
  padding: 8px 5px 0px 5px;
  margin-bottom: 8px;
}

.smallicon_group {
  display: inline-block;
  padding: 0 0 5px 0;
  margin: 0;
  height: auto;
  float: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mk_skirt {
  width: auto;
  padding: 1px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: hand;
  cursor: pointer;
  float: left;
}

.irt_last {
  float: none;
}

.whitch_product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: auto;
  margin-top: 5px;
}

.one_product_size {
  width: 50px;
  min-width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
  margin: 0 5px 0 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.sizes_all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: auto;
  margin-top: 5px;
}

.one_size {
  width: 40px;
  min-width: 40px;
  height: 29px;
  font-size: 10pt;
  line-height: 15px;
  text-align: center;
  font-weight: 400;
  padding: 5px;
  margin: 0 5px 0 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.one_size:hover {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: black;
  font-weight: 500;
  cursor: pointer;
  cursor: hand;
}

.one_size_selected {
  width: auto;
  font-size: 10pt;
  height: 29px;
  line-height: 15px;
  text-align: center;
  padding: 5px;
  margin: 0 5px 0 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-color: rgba(232, 17, 93, 1);
  box-shadow: 0px 0px 5px rgba(232, 17, 93, 0.5);
  border-radius: 3px;
}

.sizes_quantitys {
  font-size: 10pt;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: 80px;
  padding: 0;
  margin-top: 22px;
}

.quantity {
  font-size: 9pt;
  text-align: center;
  width: 90px;
  background-color: transparent;
}

.naslovkol {
  height: 10px;
  line-height: 10px;
}

.roundeds {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 12px;
  padding: 5px;
  font-size: 10pt;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.roundeds:hover {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: black;
  font-weight: 500;
  cursor: pointer;
  cursor: hand;
}

.roundeds:active {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.05);
  color: black;
  font-weight: 500;
  cursor: pointer;
  cursor: hand;
}

.quantiflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: 100px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  font-size: 10pt;
  text-align: center;
}

.qnumber {
  width: 30px;
  line-height: 12px;
  padding: 5px;
  text-align: center;
}

.sizes_all_buttons {
  position: absolute;
  left: 0px;
  top: 418px;
  font-size: 10pt;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: auto;
  padding: 0 0 0 5px;
  margin-top: 0;
  /*    border-bottom: 1px solid rgba(0,0,0,0.1);*/
}

.buy_now_button {
  width: 80px;
  height: 31px;
  border-radius: 3px;
  background-color: rgba(255, 0, 24, 1);
  padding: 5px;
  line-height: 20px;
  text-align: center;
  color: white;
}

.buy_now_button:hover {
  background-color: rgba(255, 0, 24, 0.7);
  cursor: pointer;
  cursor: hand;
}

.add_to_cart_button {
  width: 80px;
  height: 31px;
  border-radius: 3px;
  background-color: rgba(218, 165, 32, 1);
  /* goldenrod; */
  padding: 5px;
  line-height: 20px;
  text-align: center;
  color: white;
  margin-left: 10px;
}

.add_to_cart_button:hover {
  background-color: rgba(218, 165, 32, 0.7);
  cursor: pointer;
  cursor: hand;
}

.reset_cart_button {
  width: 80px;
  height: 31px;
  border-radius: 3px;
  background-color: transparent;
  /* goldenrod; */
  padding: 5px;
  line-height: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  margin-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.reset_cart_button:hover {
  border: 1px solid rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
  cursor: hand;
}

.add_to_hart {
  width: auto;
  height: 31px;
  border-radius: 3px;
  background-color: transparent;
  padding: 5px;
  line-height: 15px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18pt;
}

/* TOP MENNU CART RIGHT ####################### */
.topmenu_smallcart {
  position: fixed;
  top: 6px;
  left: calc(100vw - 191px);
  /* right: 67px; */
  width: 124px;
  height: 37px;
  background-color: rgba(244, 244, 244, 1);
  background-image: url(../img/cart_31x31.png);
  background-repeat: no-repeat;
  background-position: 7px 3px;
  background-size: 31px auto;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-size: 10pt;
  padding: 4px 20px 3px 0;
  line-height: 15px;
  text-align: right;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 90000 !important;
  cursor: pointer;
  cursor: hand;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  /*
    border-left: 1px solid rgba(0,0,0,0);
    border-right: 1px solid rgba(0,0,0,0);
    */
}

.topmenu_smallcart_text {
  position: absolute;
  right: 53px;
  top: 4px;
}

.topmenu_cart_articklenumber {
  color: rgba(255, 0, 24, 1);
  font-weight: 700;
}

.topmenu_cart_smallvaluta {
  position: absolute;
  top: 19px;
  right: 53px;
  padding: 0;
}

.topmenu_cart_smalltotal {
  position: absolute;
  width: 50px;
  font-weight: 700;
  right: 3px;
  text-align: right;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

/* KRAJ TOP MENNU CART RIGHT ################## */

.smallcart {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 124px;
  height: 37px;
  background-color: transparent;
  background-image: url(../img/cart_31x31.png);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background-size: 31px auto;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-size: 10pt;
  padding: 3px 2px 3px 38px;
  line-height: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
}

.smallcart:hover {
  background-color: rgba(218, 165, 32, 0.2);
  cursor: pointer;
  cursor: hand;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.smallcart_text {
  color: rgba(0, 0, 0, 0.5);
}

.cart_articklenumber {
  position: absolute;
  right: 22px;
  color: rgba(255, 0, 24, 1);
  font-weight: 700;
}

.cart_smalltotal {
  font-weight: 700;
  margin-left: 5px;
}

.skirts_pointer {
  cursor: pointer;
  cursor: hand;
}

/* E N D  SKIRTS CONTAINER RIGHT FLEX ################################ */
/* ################################################################## */
/* ################################################################# */

/* SHOP CARD ####################################################### */

.shop_cart {
  position: fixed;
  left: 100vw;
  /* -100%; */
  top: 0;
  width: 298px;
  height: auto;
  background-color: #f4f4f4;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 30000;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow-x: hidden;
}

.payment_cart {
  position: relative;
  /* fixed; */
  left: -10px;
  /* -100%; calc(100vw - 841px) */
  top: 0;
  width: 298px;
  /* 858px; */
  height: 100%;
  background-color: rgba(250, 250, 250, 1);
  /* #f4f4f4; */
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 29999;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  padding: 5px 20px 0 10px;
  transition: all 0.3s;
}

.payment_cart_visible {
  position: fixed;
  left: calc(100vw - 598px);
  /* -100%; calc(100vw - 841px) */
  top: 0;
  width: 300px;
  /* 858px; */
  height: 100%;
  background-color: rgba(250, 250, 250, 1);
  /* #f4f4f4; */
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 29999;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  padding: 20px 20px 0 20px;
  transition: all 0.3s;
}

.shop_cart_hideme {
  position: fixed;
  left: calc(100vw - 298px);
  /* 70.89843vw;  0px; */
  top: 0;
  width: 298px;
  height: 100%;
  max-height: max-content;
  background-color: #f4f4f4;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 30000;
  opacity: 1;
  filter: alpha(opacity=100);
  /* -webkit-animation: cartIn 1s;
    animation: cartIn 1s; */
  transition: all 0.3s;
}

.shopping_cart_h1 {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 107px;
  height: 37px;
  line-height: 18px;
  font-family: "Teko", sans-serif;
  font-size: 16pt;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 2px 0 0 0;
  background-color: #f4f4f4;
  z-index: 100;
}

.close_cross_cart {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url(../img/backgrounds/close_cross_14x14.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  color: black;
  transition: all 0.1s;
  z-index: 9999;
}

.close_cross_cart:hover {
  background-color: black;
  /* #e81123; */
  background-image: url(../img/backgrounds/close_cross_14x14_white.png);
  cursor: pointer;
  cursor: hand;
}

/* SHOW SHOPPING CART ANIMATION */
@keyframes cartIn {
  0% {
    right: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  20% {
    right: -20px;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  100% {
    right: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes cartIn {
  0% {
    right: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  20% {
    right: -20px;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  100% {
    right: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* END SHOW SHOPPING CART ANIMATION */

.single_cart_data {
  position: relative;
  left: 0px;
  width: 100%;
  height: 132px;
  background-color: white;
  margin: 0;
  padding: 20px 0 10px 10px;
  border-bottom: solid #f4f4f4 1px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s;
  /*    -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);*/
}

.single_cart_data_removed {
  position: relative;
  width: 100%;
  height: 132px;
  background-color: white;
  margin: -132px 0 0 0;
  padding: 20px 0 10px 10px;
  border-bottom: solid #f4f4f4 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s;
  /*    -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);*/
}

.image_cart {
  position: relative;
  left: 0px;
  float: left;
  margin-right: 10px;
}

.right_cart_content {
  background-color: white;
  margin: 0;
  padding: 0;
}

.slidebar_h1 {
  width: 90%;
  background-color: white;
  font-size: 10pt;
  line-height: 18px;
  font-weight: 400;
  float: none;
}

.slidebar_h2 {
  height: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 9pt;
  line-height: 16px;
  font-weight: 400;
  background-color: transparent;
}

.slidebar_h2 span {
  color: rgba(0, 0, 0, 1);
}

.cross_singleproduct {
  position: absolute;
  right: 6px;
  top: 5px;
  width: 18px;
  height: 18px;
  background-color: #b6b5b5;
  background-image: url(../img/backgrounds/close_cross_8x8_white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  border-radius: 50%;
}

.cross_singleproduct:hover {
  background-color: black;
  cursor: pointer;
  cursor: hand;
}

.cart_shop_h2 {
  width: 100%;
  height: 15px;
  line-height: 15px;
  font-family: "Teko", sans-serif;
  font-size: 18pt;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  padding: auto;
  background-color: transparent;
  display: inline;
}

.cart_shop_h2 span {
  height: 15px;
  line-height: 15px;
}

.fixpreis {
  position: absolute;
  color: rgba(0, 0, 0, 0.5);
  left: 110px;
  top: 95px;
  height: 15px;
  line-height: 15px;
  background-color: transparent;
}

.badza {
  background-color: #f4f4f4;
  height: auto;
}

.mandragola {
  height: auto;
  background-color: #f4f4f4;
  float: none;
}

.graufake {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 51px;
  background-color: #f4f4f4;
  z-index: 100;
  border-bottom: 1px solid #dbdbdb;
}

.bottom_cart_pay {
  width: 100%;
  height: auto;
  /* 300px; */
  font-size: 11pt;
  color: black;
  background-color: #f4f4f4;
  /* rgba(0,0,0,0.3); */
  padding: 0 10px 0 10px;
  margin: -1px 0 0 0;
}

/* DivTable.com */
.divTable {
  display: table;
  width: 100%;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #dbdbdb;
}

.divTableNext {
  display: table;
  width: 100%;
  padding: 10px 0 10px 0;
}

.divTableRow {
  display: table-row;
  height: 40px;
  line-height: 40px;
}

.divTableRowTotal {
  display: table-row;
  height: 40px;
  line-height: 40px;
  font-size: 13pt;
  font-weight: 500;
}

.divTableHeading {
  display: table-header-group;
}

.divTableCellLeft,
.divTableHead {
  display: table-cell;
  padding: 3px 10px;
}

.divTableCellRight,
.divTableHead {
  display: table-cell;
  padding: 3px 10px;
  text-align: right;
}

.divTableHeading {
  display: table-header-group;
  font-weight: bold;
}

.divTableFoot {
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}

.hr_payment {
  height: 1px;
  width: 100%;
  color: #dbdbdb;
  margin: 0;
}

.checkout_group_button {
  width: 259px;
  height: auto;
  padding: 0 0 10px 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}

.checkout_group_button:hover>.proceed_checkout {
  letter-spacing: 1.3px;
  background: linear-gradient(155deg, rgba(45, 46, 47, 1), rgba(45, 46, 47, 1));
  cursor: pointer;
  cursor: hand;
}

.proceed_checkout {
  width: 268px;
  height: 50px;
  line-height: 50px;
  font-size: 12pt;
  border-radius: 5px;
  letter-spacing: 0.5px;
  background: linear-gradient(155deg, rgba(0, 0, 0, 1), rgba(45, 46, 47, 1));
  font-family: "Teko", sans-serif;
  font-size: 18pt;
  font-weight: 100;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  color: white;
  padding: auto;
  margin-left: 0;
  text-align: center;
  transition: all 0.3s;
}

#getme_all_carts {
  margin-top: 51px;
  transition: all 3s;
}



.pplink,
#udomains1,
#udomains2 {
  color: #017bff;
  text-decoration: none;
}

.pplink:hover,
#udomains1:hover,
#udomains2:hover {
  color: #017bff;
  text-decoration: underline;
}

#viewer_3D {
  position: absolute;
  left: 50%;
  /* left: -90px; */
  -webkit-transform: translateX(-615px);
  -moz-transform: translateX(-615px);
  -ms-transform: translateX(-615px);
  -o-transform: translateX(-615px);
  transform: translateX(-615px);
  top: 0px;
  min-width: 540px;
  /* 600px; */
  height: 700px;
  z-index: 12;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: transparent;
  text-align: center;
}

.viewer {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  /* 600px; */
  height: 100%;
  background-color: transparent;
  z-index: 12;
  /* transition: all 2s; */
}

.ah7 {
  position: relative;
  top: 20px;
  font-family: "Teko", sans-serif;
  font-size: 17pt;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 18px;
  color: black;
  margin: 0;
}

.ah8 {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 25px;
  width: 100%;
  font-size: 8pt;
  letter-spacing: 1px;
  font-weight: 100;
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
  margin: 0;
}

.ah9 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 72px;
  line-height: 25px;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 8pt;
  letter-spacing: 1px;
  font-weight: 100;
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
  text-align: center;
  margin: auto;
  padding: auto;
}

.brandlogos1 {
  position: absolute;
  top: 485px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 200;
}

.arrowright1318 {
  margin-top: -4px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
}

.trailer_buy_two:hover .arrowright1318 {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 8px rgba(255, 255, 255, 1));
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 8px rgba(255, 255, 255, 1));
}

/* $Milke_777$-Enlil */

/* ABSOLUTE STYLES FOR OTHER CARTS */

.sizes_quantitysAbs {
  position: absolute;
  left: 45px;
  top: 340px;
  font-size: 10pt;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  width: 80px;
  padding: 0;
  margin-top: 22px;
}

.modells_1Abs {
  position: absolute;
  left: 370px;
  top: 70px;
  width: 120px;
  height: 20px;
  line-height: 22px;
  font-family: "Teko", sans-serif;
  font-size: 12pt;
  font-weight: 300;
  letter-spacing: 1px;
  background-color: white;
  padding: 0 3px 0 3px;
}

/* PAYPAL CHECKOUT CARD */

.underh3_rightAbs {
  width: 100%;
  background-color: transparent;
  /* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;  */
  font-family: "Roboto Condensed", sans-serif;
  font-size: 8pt;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1px;
  margin: 0;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
  text-transform: none;
  font-style: italic;
}

.domainpricetext_sub_2Abs {
  position: absolute;
  right: 301px;
}

.hiddenDiv_1 {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}

.zusatzbild {
  position: absolute;
  right: 0px;
  top: 170px;
}

.zusatzbild_watch1 {
  position: absolute;
  right: 0px;
  top: 188px;
}

.gifvideo1 {
  position: absolute;
  top: 132px;
  right: 13px;
  width: 160px;
  height: 285px;
  background-color: white;
  z-index: 600;
}

.video_img_160 {
  cursor: pointer;
  cursor: hand;
}

.mp4_video1_watch {
  position: absolute;
  top: 188px;
  left: 5px;
  width: 280px;
  max-height: 158px;
  background-color: white;
  z-index: 600;
  padding: 0;
  margin: 0;
  /* clip:rect(33px 280px 191px 0px); */
}

.mp4_video1 {
  position: absolute;
  top: 155px;
  left: 5px;
  width: 280px;
  max-height: 158px;
  background-color: white;
  z-index: 600;
  padding: 0;
  margin: 0;
  clip: rect(33px 280px 191px 0px);
}

.more_videome span {
  font-size: 18pt;
}

/* ################################################################# */
/* ################################################################ */
/* MEDIA SCREEN 640px to 1024px ################################## */

@media (min-width: 0px) and (max-width: 1020px) {

  #newsletterfrog_yebiga_logo {
    width: 290px !important;
    height: 62px !important;
  }

  .gamerfishlogo {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 80px;
    /* 104px; */
    height: 67px;
    /* 53px; */
    background-color: transparent;
    background-image: url(../img/froglogo_80x67.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% auto;
    filter: brightness(1.1);
    z-index: 59;
    transition: all 0.5s;
  }

  .img_aboutme {
    position: absolute;
    left: 14%;
    /* -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px); */
    top: 0;
    width: 100%;
    /* 100%; */
    height: 675px;
    max-height: 675px;
    background-color: transparent;
    transition: all 0.5s;
    top: 0px;
  }

  .about-area {
    position: relative;
    width: 100vw;
    height: 100%;
    min-height: 550px;
    /* 675px; */
    max-height: 550px;
    /* 675px; */
    background-color: black;
    background-image: url(../img/backgrounds/myplaces/myplace_5.png);
    background-repeat: no-repeat;
    background-position: 0px -50px;
    background-size: auto 100vw;
    padding: 0;
    margin: 0;
    transition: all 0.3s;
    overflow: hidden;
    box-sizing: border-box;
  }

  .right_textpart {
    position: absolute;
    left: 50%;
    /* top: 45px; */
    width: 70vw;
    max-width: 70vw !important;
    height: 700px;
    max-height: 700px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: transparent;
    padding: 0;
    margin: 0;
    z-index: 12;
    overflow: hidden;
    /* clip: rect(0px,50vw,650px,0px); */
  }

  /* #aboutmyself_h2 {
    position: relative;
    left: 0;
    top: 0;
    transform: translateX(0%);
    width: 100%;
    height: auto;
    font-family: "Teko", sans-serif;
    font-size: 24pt;
    font-weight: 100;
    letter-spacing: 1px;
    text-shadow: none; / 0px 0px 5px rgba(17, 12, 24, 1); /
    background-image: url(../img/backgrounds/me2_watercolor_posterized_400x97.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 25px auto auto auto;
    margin: 0 auto 0 auto;
    color: white;
    text-align: center;
    cursor: pointer;
    cursor: hand;
  } */

  #aboutmyself_h2 .ah9 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-51%);
    -moz-transform: translateX(-51%);
    -ms-transform: translateX(-51%);
    -o-transform: translateX(-51%);
    transform: translateX(-51%);
    top: 59px;
    line-height: 25px;
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 8pt;
    letter-spacing: 1px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    text-align: center;
    margin: 10px 0 0 0;
    padding: auto;
  }

  .text_aboutme {
    position: relative;
    left: 0;
    top: 17px;
    width: 100%;
    height: 100%;
    /* 360px; */
    max-height: 260px;
    min-height: fit-content;
    background-color: transparent;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
      Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-weight: 300;
    font-size: 10.2pt;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(180deg,
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0.9));
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px 20px 10px 20px;
    /* 100px 20px 20px 70px; */
    margin: 0;
    z-index: 20;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .buttons_backwhite1 {
    position: fixed;
    left: 0px;
    top: 90px;
    text-align: center;
    width: 100%;
    /* 581px; */
    height: 68px;
    max-height: 68px;
    background-color: white;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 121, 255, 0.5);
    border-radius: 5px 5px 0 0;
    z-index: 21;
    -moz-box-shadow: -3px 7px 7px -7px rgba(23, 132, 255, 0.7);
    -webkit-box-shadow: -3px 7px 7px -7px rgba(23, 132, 255, 0.7);
    box-shadow: -3px 7px 7px -7px rgba(23, 132, 255, 0.7);
  }

  /* .paypalbutton {
    position: absolute;
    left: 18px;
    top: 9px;
    width: 120px;
    min-width: 120px;
    height: auto;
    max-height: auto !important;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
    transition: all 0.2s;
    cursor: pointer;
    cursor: hand;
  }
  */
  .paypalbutton img {
    width: auto;
    height: 100%;
  }

  .text_buydomainbutton {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 100px;
    min-width: 100px;
    height: 35px;
    max-height: 35px !important;
    line-height: 34px;
    background-image: linear-gradient(68deg, #07aaff, #0078ff);
    font-family: "Teko", sans-serif;
    font-size: 20pt;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    padding: 2px 0px 0 0px;
    margin: 0 0 170px 0;
    -moz-box-shadow: 0px 1px 3px 1px #0054b4;
    -webkit-box-shadow: 0px 1px 3px 1px #0054b4;
    box-shadow: 0px 1px 3px 1px #0054b4;
    transition: all 0.2s;
  }

  .text_buydomainbutton:hover {
    background-image: linear-gradient(68deg, #1db2ff, #1784ff);
    border: 1px solid rgba(255, 255, 255, 0.7);
    -moz-box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
    letter-spacing: 3px;
    cursor: pointer;
    cursor: hand;
    border: 1px solid rgba(5, 45, 92, 0);
  }

  .shop {
    position: absolute;
    left: 50%;
    top: 20px;
    /* 127px; */
    width: 92%;
    /* 948px; */
    height: 530px;
    /* 767px; */
    background-color: white;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 26000;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    overflow-x: hidden;
  }

  .more_infome {
    position: absolute;
    left: 0;
    top: 420px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    font-size: 16pt;
    font-weight: 500;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px auto 20px auto;
    margin: 0;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.6);
    /* background-image: linear-gradient(168deg,rgba(0,0,0,0.3),rgba(0,0,0,1)); */
  }

  .more_infome:hover,
  .more_videome:hover {
    cursor: hand;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(255, 255, 255, 0);
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),
      0px 0px 20px rgba(255, 255, 255, 1);
  }

  .more_videome {
    position: absolute;
    right: 0;
    top: 420px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    font-size: 16pt;
    font-weight: 500;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px auto 20px auto;
    margin: 0;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.6);
    /* background-image: linear-gradient(168deg,rgba(0,0,0,0.3),rgba(0,0,0,1)); */
  }

  .more_videome span {
    font-size: 14pt;
  }

  /* DOGS */
  #baba6 {
    position: absolute;
    left: 30%;
    top: 300px;
    width: 700px;
    height: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11;
  }

  .balon_2 {
    position: absolute;
    left: 83%;
    top: 16px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
    cursor: hand;
  }

  #viewer_3D {
    position: absolute;
    left: 50%;
    /* left: -90px; */
    -webkit-transform: translateX(-580px);
    -moz-transform: translateX(-580px);
    -ms-transform: translateX(-580px);
    -o-transform: translateX(-580px);
    transform: translateX(-580px);
    top: 0px;
    min-width: 540px;
    /* 600px; */
    height: 700px;
    z-index: 12;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: transparent;
    text-align: center;
  }

}


/* ################################################################# */
/* ################################################################ */
/* MEDIA SCREEN 0px to 760px ################################## */

@media (min-width: 0px) and (max-width: 760px) {

  .topmenu_smallcart {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
  }

  .close_cross {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-image: url(../img/backgrounds/close_cross_14x14.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    color: black;
    transition: all 0.1s;
    z-index: 9999;
  }


  .shop {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 817px;
    background-color: white;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 26000;
    margin: 0;
    overflow: hidden;
  }

  .influencercontent {
    visibility: hidden;
  }

  #h1_headline {
    width: 100%;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    font-size: 26pt;
    text-align: center;
    /* 40pt; */
    font-weight: 400;
    letter-spacing: 1px;
    color: white;
    margin: auto;
    margin-bottom: 30px;
    padding: auto;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
    cursor: pointer;
    cursor: hand;

  }

  .img_aboutme {
    position: absolute;
    left: 25%;
    top: 0;
    width: 100%;
    height: 675px;
    max-height: 675px;
    background-color: transparent;
    transition: all 0.5s;
    top: 0px;
  }

  .h2_gamerCologne {
    position: relative;
    left: 7px;
  }

  #baba6 {
    position: absolute;
    left: 30%;
    top: 300px;
    width: 700px;
    height: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11;
  }

  .stamp_fs {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: auto;
    background-color: transparent;
    -webkit-filter: contrast(2.5), brightness(1.5);
    filter: contrast(2.5), brightness(1.5);
    visibility: hidden;
  }

  .shop_h1 {
    position: absolute;
    width: 100%;
    height: auto;
    line-height: 21px;
    font-family: "Teko", sans-serif;
    font-size: 14pt;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 55px auto 0 auto;
    padding: auto;
    background-color: transparent;
    z-index: 9800;
  }

  .skirts_andother {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100px;
    width: 100%;
    max-width: 200px;
    height: 100%;
    max-height: 200px;
    background-color: transparent;
    transition: all 0.3s;
    opacity: 1;
    filter: alpha(opacity=100);
    clip: rect(0px, 450px, 450px, 0px);
  }

  .skirts_andother img {
    width: 100%;
    height: auto;
  }

  .modells_1Abs {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(38px);
    -moz-transform: translateX(38px);
    -ms-transform: translateX(38px);
    -o-transform: translateX(38px);
    transform: translateX(38px);
    top: 97px;
  }

  .skirts_smallother {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
    vertical-align: top;
    flex-direction: column;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 300px;
    width: 100%;
    max-width: 300px;
    height: auto;
    background-color: transparent;
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                            supported by Chrome, Edge, Opera and Firefox */
  }

  .skirts_smallother55 {
    width: 100%;
    min-width: 300px;
    max-width: 300px;
  }

  .sizes_quantitysAbs {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .sizes_all_buttons {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 418px;
    font-size: 10pt;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: auto;
    padding: auto;
    margin: 0 0 0 2px;
    /*    border-bottom: 1px solid rgba(0,0,0,0.1);*/
  }


  .add_to_hart {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 45px;
    width: auto;
    min-width: 80px;
    height: 28px;
    border-radius: 50%;
    background-color: transparent;
    padding: auto;
    line-height: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 10pt;


  }

}

#vec_prijavljen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  font-size: 16pt;
  color: white;
  line-height: 24px;
  text-align: center;
  padding: 30px 0 0 107px;
  z-index: 20;
  visibility: hidden;
}

#rounded_answer {
  width: 200px;
  min-width: 290px;
  height: auto;
  border-radius: 7px;
  letter-spacing: 1px;
  color: #527077;
  background-color: rgba(10, 18, 20, 0.4);
  padding: 10px;
}

/* ################################################################# */
/* ################################################################ */
/* MEDIA SCREEN 0px to 639px ##################################### */

@media (min-width: 0px) and (max-width: 640px) {

  .influencercontent {
    visibility: hidden;
  }

  #viewer_3D {
    display: none;
    visibility: hidden;
  }

  #baba1 {
    position: absolute;
    left: 0;
    /* 40%; */
    bottom: 0;
    width: 418px;
    height: 675px;
    /* -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); */
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 11;
  }

  #peoplecontainer {
    position: absolute;
    left: 31%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 95px;
    width: 418px;
    height: 675px;
    background-color: transparent;
    z-index: 10;

  }

  /* #baba1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 418px;
    height: 675px;
    z-index: 11;
  } */

  #baba4 {
    position: absolute;
    left: 30%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* top: 95px;
    width: 360px;
    height: auto; */
  }

  #baba5 {
    position: absolute;
    left: 31%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* top: 95px;
    width: 360px;
    height: auto; */
  }

  /* DOGS */
  #baba6 {
    position: absolute;
    left: 15%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 110px;
    width: 700px;
    height: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11;
  }

  #baba7 {
    position: absolute;
    left: 30%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* top: -100px;
  width: 520px;
  height: auto; */
  }

  #aba9 {
    position: absolute;
    left: 100%;
    /* -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); */
    margin: -50px 0 0 0;
  }

  .right_textpart {
    /* position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 240px);
    -moz-transform: translate(-50%, 240px);
    -ms-transform: translate(-50%, 240px);
    -o-transform: translate(-50%, 240px);
    transform: translate(-50%, 240px);
    height: fit-content; */
    width: 100%;
    min-width: 90%;
    margin-left: -8px;
    /* max-width: 600px;
    height: 400px;
    padding: 0px;
    margin: 0;
    z-index: 12;
    background-color: transparent; */
  }

  /* .more_infome,
  .more_videome {
    top: 340px;
  } */

  /* .more_infome:hover,
  .more_videome:hover {
    cursor: hand;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(255, 255, 255, 0);
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),
      0px 0px 20px rgba(255, 255, 255, 1);
  } */

  .more_videome span {
    font-size: 14pt;
  }

  .ah7 {
    /* top: 7px; */
    font-size: 14pt;
    letter-spacing: 0.4px;
    font-weight: 500;
    line-height: 18px;
  }

  /* .text_aboutme {
    top: 69px;
    max-height: 177px;
    font-size: 9.5pt;
    letter-spacing: 0.3px;
    font-weight: 500;
    line-height: 18px;
  } */

  /* #aboutmyself_h2 {
    position: relative;
    left: 0;
    top: 7px;
    transform: translateX(0%);
    width: 100%;
    height: auto;
    font-family: "Teko", sans-serif;
    font-size: 20pt;
    font-weight: 100;
    letter-spacing: 1px;
    text-shadow: none;
    / 0px 0px 5px rgba(17, 12, 24, 1); /
    background-image: url(../img/backgrounds/me2_watercolor_posterized_400x97.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 25px auto auto auto;
    margin: 0 auto 0 auto;
    color: white;
    text-align: center;
    cursor: pointer;
    cursor: hand;
  } */



  #aboutmyself_h2 .ah9 {
    top: 58px;
  }

  .balon_2 {
    top: 0;
  }

  .footer_background_right {
    position: absolute;
    right: -130px;
    width: 240px;
    /* 500px; */
    min-width: 240px;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0;
    padding: 0;
  }

  .flex_footer {
    top: 20px;
    left: 20px;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  .child_1 {
    position: relative;
    width: auto;
    height: auto;
    text-align: left;
    background-color: transparent;
    z-index: 8900;
  }

}


@media (max-width: 550px) {
  .youtube_controls {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    /* 500px; */
    min-width: 90%;
    /* 500px; */
    max-width: 90%;
    /* 500px; */
    -webkit-appearance: none;
    height: 29px;
    background-color: transparent;
    outline: none;
    margin: 0;
    z-index: 9990 !important;
  }

  .ytvideo_prbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* 500px; */
    -webkit-appearance: none;
    height: 29px;
    background-color: transparent;
    outline: none;
    margin: 0;
    z-index: 9501;
  }

  .ispodnjega {
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    /* 500px; */
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0;
    z-index: 499;
  }
}

@media (max-width: 450px) {
  .flex_container {
    width: 90vw;
    max-width: 90vw;
    font-size: 8pt;
    letter-spacing: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .footer_a {
    height: 18px;
    line-height: 18px;
    line-height: 18px;
    background-color: transparent;
    font-family: "Courier";
    letter-spacing: 0px;
    font-size: 7px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 100;
    text-transform: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .footer_p {
    position: relative;
    left: 0px;
    width: 220px;
    height: 18px;
    line-height: 18px;
    line-height: 18px;
    background-color: transparent;
    font-family: "Courier";
    letter-spacing: 0px;
    font-size: 7px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 100;
    text-transform: none;
    margin: 0;
    padding-left: 0;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .spnumb {
    width: auto;
    background-color: orange;
  }
}

#babazora {
  max-height: 180px !important;
  opacity: 1;
  filter: alpha(opacity=100);
  animation-name: videomania;
  animation-duration: 4s;
  animation-iteration-count: 1;
  padding: auto;
}

/* POCINJE VIDEOMANIJA */
@keyframes videomania {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  20% {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes videomania {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  20% {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* END POCINJE VIDEOMANIA */

.brands-area,
.container,
.brand-wrap {
  position: relative;
  z-index: 29;
}


.domainstable,
td {
  height: 19px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-collapse: collapse;
  font-family: "Courier", sans-serif;
  font-size: 8.5pt;
}

.domainstable tr {
  height: 20px;
}

.domainstable tr:hover {
  cursor: hand;
  cursor: pointer;
  background-image: linear-gradient(38deg, rgba(2, 135, 255, 0.7), rgba(0, 85, 213, 0.7));
}

.tablecontainer {
  position: absolute;
  left: 65%;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  top: 10px;
  width: 100%;
  max-width: 340px;
  margin: auto;
  margin-top: 0;
}

.domainstable {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

#d26_1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  /* rgba(255, 166, 0, 0.397); */
  z-index: 300;
  visibility: hidden;
}

#selectedBlue {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 100%;
  height: 20px;
  background-image: linear-gradient(38deg, rgba(2, 135, 255, 0.4), rgba(0, 85, 213, 0.4));
  z-index: 2;
}

th {
  width: 13px;
  max-width: 13px;
  height: 19px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-collapse: collapse;
  font-family: "Courier", sans-serif;
  font-size: 8.5pt;
  color: white;
  text-shadow: 0px 0px 5px rgba(158, 229, 235, 0.7),
    0px 0px 9px rgba(158, 229, 235, 0.7);
  padding-left: 4px;
}

.broj {
  width: 13px;
  max-width: 13px;
  padding-left: 4px;
  color: rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0);
}

.naziv_d {
  padding-left: 4px;
  width: 70%;
}

.z_cena {
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  padding-right: 4px;
  width: auto;

}


.brands {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 540px;
  height: auto;
  padding: 10px;
  background-color: transparent;
  color: white;
  z-index: 890;
}

.footerfroglogo {
  position: relative;
  float: left;
}

.cright {
  font-size: 6pt;
  letter-spacing: 0.5px;
  color: rgba(82, 112, 119, 0.6);
}

.groupingwhole_footer {
  position: absolute;
  left: 100px;
  top: 50px;
  background-color: transparent;
  /* rgba(140, 170, 172, 0.2);*/
  font-family: "Courier", sans-serif;
  /* font-family: "Teko", sans-serif; */
  /* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
  font-size: 9pt;
  font-weight: 100;
  letter-spacing: 1px;
  color: white;
  /* rgba(140, 170, 172, 0.7); */
  text-align: left;
  padding: 0;
  margin: 0;
}

.unusual {
  font-weight: 900;

}

.form_footer {
  position: relative;
  top: 0px;
  left: 82px;
  width: 340px;
  max-width: 340px;
  line-height: 18px;
  width: auto;
  background-color: transparent;
  /* #eaeaea; */
  font-family: "Teko", sans-serif;
  font-size: 9pt;
  font-weight: 100;
  letter-spacing: 1px;
  word-spacing: 4px;
  text-transform: uppercase;
  color: rgba(165, 223, 255, 0.5);
  text-align: left;
  margin: 0;
}



.email_footer {
  position: relative;
  top: 0px;
  height: 36px;
  max-height: 36px;
  line-height: 36px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 12pt;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important;
  background-color: rgba(165, 223, 255, 0.1);
  background-image: linear-gradient(68deg, rgba(7, 170, 255, 0.05), rgba(90, 123, 141, 0.4));
  border-radius: 5px;
  text-align: left !important;
  border: none;
  padding: 0;
  margin-top: 4px;
  z-index: 60;
}

.email_footer:focus {
  color: black;
  outline: none;
  background-color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 6px rgba(53, 44, 49, 0.7);
}

/* OLD BUTTON */
/* .send_button_footer {
  position: relative;
  left: 82px;
  top: 28px;
  height: 36px;
  max-height: 38px !important;
  line-height: 38px;
  width: 340px; 
  max-width: 340px; 
  background-image: linear-gradient(68deg, #07aaff, #0078ff);
  font-family: "Teko", sans-serif;
  font-size: 20pt;
  font-weight: 100;
  letter-spacing: 2px;
  word-spacing: 4px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 6px 0 0 0 !important;
  margin: auto;
  -moz-box-shadow: 0px 1px 3px 1px #272126;
  -webkit-box-shadow: 0px 1px 3px 1px #272126;
  box-shadow: 0px 1px 3px 1px #272126;
  transition: all 0.3s;
  z-index: 8900;
} */

.send_button_footer {
  position: relative;
  left: 0px;
  top: 8px;
  height: 36px;
  max-height: 38px !important;
  line-height: 38px;
  width: 296px !important;
  /* 147px; */
  /* min-width: 296px; */
  max-width: 296px;
  /* 147px; */
  background-image: linear-gradient(68deg, #07aaff, #0078ff);
  font-family: "Teko", sans-serif;
  font-size: 20pt;
  font-weight: 100;
  letter-spacing: 2px;
  word-spacing: 4px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 6px 0 0 0 !important;
  margin: auto;
  -moz-box-shadow: 0px 1px 3px 1px #272126;
  -webkit-box-shadow: 0px 1px 3px 1px #272126;
  box-shadow: 0px 1px 3px 1px #272126;
  transition: all 0.3s;
  z-index: 8900;
}

.send_button_footer:hover {
  background-image: linear-gradient(68deg, #1db2ff, #1784ff);
  border: 1px solid rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 3px 1px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  cursor: hand;
  letter-spacing: 3px;
  transition: all 0.3s;
}

.underh4free_footer {
  position: relative;
  left: 82px;
  top: 36px;
  width: 340px;
  height: 40px;
  background-color: transparent;
  font-family: "Teko", sans-serif;
  font-size: 38pt;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  color: rgba(165, 223, 255, 0.1);
  text-align: center;
  /* font-style: italic; */
}

.sbato {
  font-size: 16pt;
  width: 100%;
  font-family: 'Zilla Slab Highlight', serif;
  /* font-family: "Teko", sans-serif; */
  text-align: left;
  margin: 0;
}

#receiver {
  position: absolute;
  left: 0;
  /* -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); */
  top: 0;
  width: 100%;
  max-width: 440px;
  /* 290px; */
  height: 100%;
  /* border-radius: 5px; */
  background-color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  padding: 2px 0px 2px 30px;
  overflow-x: hidden !important;
  z-index: 9999;
  visibility: hidden;
}

#closeanswer {
  position: absolute;
  left: 5px;
  top: 2px;
  color: black;
  font-size: 20px;
  font-weight: 900;
  z-index: 10000;
  visibility: hidden;
}

#closeanswer:hover {
  cursor: pointer;
  cursor: hand;
}

#bigwhitereceiver {
  position: absolute;
  left: 0;
  /* -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); */
  top: 0;
  width: 100%;
  height: 100%;
  /* border-radius: 5px; */
  /* background-color: rgba(255, 145, 155, 0.4); */
  text-align: left;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  padding: 2px 0px 2px 30px;
  overflow-x: hidden !important;
  z-index: 39999;
  visibility: hidden;
}

#bigwhitecloseanswer {
  position: absolute;
  left: 5px;
  top: 2px;
  color: black;
  font-size: 20px;
  font-weight: 900;
  z-index: 10000;
  visibility: hidden;
}

#bigwhitevec_prijavljen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 12pt;
  color: white;
  line-height: 18px;
  text-align: center;
  padding: auto;
  z-index: 20;
  visibility: hidden;
}

#bigwhiterounded_answer {
  width: 200px;
  min-width: 290px;
  height: auto;
  border-radius: 7px;
  letter-spacing: 0.2px;
  color: #527077;
  background-color: rgba(10, 18, 20, 0.4);
  padding: 10px;
  margin: auto;
  margin-top: 80px;
  visibility: hidden;
}

#closeanswer:hover #bigwhitecloseanswer:hover {
  cursor: pointer;
  cursor: hand;
}

/* ############################################################################################## */
/* ############################################################################################# */
/* ############################################################################################ */
@media (min-width: 0px) and (max-width: 1120px) {
  .footer_component {
    height: 770px;
    max-height: 770px;
  }

  .brands {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    top: 240px;
    width: 100%;
    min-width: 280px;
    max-width: 490px;
    height: auto;
    padding: 10px;
    background-color: transparent;
    /* font-family: 'Audiowide', cursive; */
    font-family: "Teko", sans-serif;
    font-size: 22pt;
    letter-spacing: 1px;
    color: white;
    z-index: 890;
  }

  .form_footer {
    position: relative;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    min-width: 280px;
    max-width: 490px;
    /* height: 50px; */
    line-height: 14px;
    background-color: transparent;
    /* #eaeaea; */
    font-family: "Teko", sans-serif;
    font-size: 9pt;
    font-weight: 100;
    letter-spacing: 1px;
    word-spacing: 4px;
    text-transform: uppercase;
    color: rgba(165, 223, 255, 0.5);
    text-align: center;
    margin: 0;
  }


  .footerfroglogo {
    position: relative;
    float: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .sbato {
    width: 80%;
    background-color: white;
    font-family: "Courier", sans-serif;
    color: black;
    text-align: center;
    font-size: 9pt;
    font-weight: 900;
    padding: 5px 0 5px 0;
    border-radius: 3px;
    margin-left: 10%;
    margin-top: 20px;
  }

  .send_button_footer {
    left: 0;
    top: 20px;
    width: 100%;
    max-width: 100%;
    float: none;
  }

  .underh4free_footer {
    position: relative;
    left: 0;
    top: 41px;
  }

  .email_footer {
    text-align: center;
  }

  table {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    top: 10px;
    width: 100%;
    min-width: 300px;
    max-width: 340px;
    margin: auto;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .broj,
  .naziv_d {
    font-size: 8pt;
  }

  .z_cena {
    font-size: 7pt;
  }

  .terms_privacy33 {
    text-align: center;
    padding: 5px 0px 0px 0px;
  }

  .film_data {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: auto;
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12pt;
    /* 40pt; */
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 18px;
    background-color: transparent;
    margin: auto;
    margin-top: -22px;
    padding: 0;
    text-shadow: 0px 0px 16px #fff;
    text-align: center;
    transition: all 1s;
    cursor: pointer;
    cursor: hand;
  }

  #aboutmyself_h2 {
    font-size: 16pt !important;
  }

  #aboutmyself_h2 img {
    display: none;
  }

  .flexboxContainer {
    display: -webkit-box;
    /* For Safari 6-9 */
    display: -ms-flexbox;
    /* For IE 10 */
    display: flex;
    /* For modern browsers */
    -webkit-box-orient: vertical;
    /* For Safari 6-9 */
    -webkit-box-direction: normal;
    /* For Safari 6-9 */
    -ms-flex-direction: column;
    /* For IE 10 */
    flex-direction: column;
    /* For modern browsers */
    padding: 0;
  }

  .lefttext_booking {
    width: 70%;
    min-width: 280px;
    text-align: justify;
    margin: auto;
    padding: 0;
  }

  .groupingwhole5 {
    position: relative;
    min-width: 280px;
    width: 70%;
    text-align: justify;
    margin: auto;
    padding: 10px;

  }

  .underh4 {
    text-align: center;
  }

  .booking_form {
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: max-content;
    margin: 0;
    padding: 80px 0 0 0;
    overflow-x: hidden;
    visibility: hidden;
  }

  .pplink {
    text-align: left;
  }

  .icons_brown_bookus {
    width: 100%;
    max-width: 100%;
  }

  .send_button_bookingus {
    width: 100%;
    max-width: 398px;
  }

  .tablecontainer {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    top: 10px;
    width: 100%;
    max-width: 340px;
    margin: auto;
    margin-top: 0;
  }

  .groupingwhole_footer {
    margin-top: 100px;
    margin-left: -7%;
    width: 80%;
    font-size: 8pt;
  }

}



@media (min-width: 0px) and (max-width: 500px) {
  .groupingwhole_footer {
    position: absolute;
    top: 50px;
    left: 10%;
    width: 100%;
    min-width: 100%;
    padding: 5px;
    padding-right: 30px;
    font-size: 8pt;
    margin-right: 30px;
  }

  .sbato {
    width: 100%;
    background-color: white;
    font-family: "Courier", sans-serif;
    color: black;
    text-align: center;
    font-size: 9pt;
    font-weight: 900;
    padding: 5px 0 5px 0;
    border-radius: 3px;
    margin-left: 10%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .send_button_footer {
    left: 0;
    top: 20px;
    width: 260px;
    max-width: 260px;
    float: none;

    /* .footer_component {
    height: 700px;
    max-height: 1000px;
  } */
  }
}

.dmprice {
  font-size: 14pt;
}


/* ################################################################ */
/* ############################################################### */
/* PAY PAL PAYMENTS FOR DOMAINS ################################# */

.bookusform_left {
  width: 530px;
  max-width: 530px;
  height: fit-content;
  font-family: "Teko", sans-serif;
  font-size: 24pt;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.3px;
  margin: auto;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

#href_rocketblue,
#href_rocketblue2 {
  color: rgba(0, 157, 225, 1);
  text-decoration: none;
  /* margin-right: 10px; */
}

#href_rocketblue:hover,
#href_rocketblue2:hover {
  color: rgba(0, 157, 225, 1);
  text-decoration: underline;
}

#underh3_right {
  width: 530px;
  background-color: transparent;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 8pt;
  font-weight: 700 !important;
  line-height: 12px;
  letter-spacing: 0.3px;
  margin: auto;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  text-transform: none;
  font-style: italic;
}

.left_paypaltext {
  width: 530px;
  height: auto;
  background-color: transparent;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-weight: 300;
  font-size: 10.2pt;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  text-align: left;
  margin: auto;
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
}

.domainpricetext_sub_2 {
  margin-left: 10px;
}

.domainpricetext {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10pt;
  font-weight: 600;
  color: rgba(0, 157, 225, 1);
  margin: auto;
}

.domainpricetext_sub_1 {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}

.domainpricetext_hr {
  background-color: rgba(44, 46, 47, 0.05);
  width: 100%;
  margin: 0;
}

#naslov_underh4,
#naslov_underh3 {
  background-color: transparent;
  font-family: "Teko", sans-serif;
  font-weight: 500 !important;
  font-size: 14pt;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1px;
  margin: auto;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  text-transform: uppercase;
}

#smart-button-container {
  position: relative;
  text-align: center;
  width: 530px;
  max-width: 530px;
  margin: auto;
  /* display: none; */
}

.thanks_forpayment {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16pt;
  font-weight: 700;
}

@media (min-width: 0px) and (max-width: 640px) {

  .bookusform_left {
    width: 290px;
    padding: auto;
  }

  #smart-button-container {
    width: 290px;
    max-width: 290px;
  }

  .ppbuy_form {
    margin: auto;
    margin-bottom: 30px;
    padding: 40px 2px 140px 2px;
  }

  #underh3_right {
    width: 290px;
    background-color: transparent;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
      Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-size: 8pt;
    font-weight: 700 !important;
    line-height: 12px;
    letter-spacing: 0.3px;
    margin: auto;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    text-transform: none;
    font-style: italic;
    padding: 0;
  }

  .paiments_first_7 {
    margin: 10px 0px 7px 0px;
  }

  .paiments_seccond_7 {
    margin: 0px 0px 10px 0px;
  }

  .left_paypaltext {
    width: 290px;
    font-size: 9.5pt;
    line-height: 18px;
    letter-spacing: none;
  }

  #naslov_underh4,
  #naslov_underh3 {
    font-size: 12pt;
    line-height: 20px;
  }
}

/* END PAY PAL PAYMENTS FOR DOMAINS ############################# */
/* ############################################################### */
/* ################################################################ */

.arrowleftgp2,
.arrowrightgp2 {
  position: absolute;
  top: 30px;
  font-size: 60pt;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  margin: 0;
  transition: all 0.3s;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.arrowleftgp2 {
  left: -35px;
  width: 50px;
  height: 110px;
  background-color: transparent;
  background-image: url(../img/arrow_left_white.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% auto;
  transition: all 0.3s;
}

.arrowrightgp2 {
  right: -35px;
  width: 50px;
  height: 110px;
  background-color: transparent;
  background-image: url(../img/arrow_right_white.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100% auto;
  transition: all 0.3s;
  overflow: visible;
}

.arrowleftgp2:hover,
.arrowrightgp2:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: hand;
  cursor: pointer;
}

.arrowleftgp2:hover {
  left: -50px;
}

.arrowrightgp2:hover {
  right: -50px;
}

#affiliateform {
  position: relative;
  top: 20px;
  left: 80px;
  width: 400px;
  max-width: 4000px !important;
  height: auto;
  line-height: 18px;
  width: auto;
  background-color: transparent;
  /* #eaeaea; */
  font-family: "Teko", sans-serif;
  font-size: 9pt;
  font-weight: 100;
  letter-spacing: 1px;
  word-spacing: 4px;
  text-transform: uppercase;
  color: rgba(165, 223, 255, 0.5);
  text-align: left;
  margin: 0 0 0 50px;
}

.moonlike {
  color: #017bff;
  text-decoration: none;
}

.moonlike:hover {
  color: #017bff;
  text-decoration: underline;
}