/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
  font-family: Poppins-Light;
  src: url('../fonts/Poppins/Poppins-Light.ttf');
}

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/Poppins/Poppins-Medium.ttf');
}



/*//////////////////////////////////////////////////////////////////
[ REBOOT ]*/
*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-family: Poppins-Light, sans-serif;
  font-size: 15px;
  color: #666666;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  scroll-behavior: initial;
}

/*---------------------------------------------*/
a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

/* ------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 1em 0 0.5em;
}

h1 {
  font-size: 12px;
  margin: 0;
  font-family: Poppins-Medium, sans-serif;
  font-weight: 300;
}

h1 span a:hover {
  opacity: 0.7;
}

h2 {
  font-family: Poppins-Medium, sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  display: inline;
}

.bottomLink:hover {
  color: #fff;
  background-color: #212d49;
}

.bottomLink {
  padding: 23px 15px 20px;
}

h3 {
  font-family: Poppins-Medium, sans-serif;
  font-weight: 400;
  opacity: 1;
  margin: 0;
  display: inline;
}

h4 {
  font-size: 37px;
  margin: 40px 20px 20px 15px;
  color: #212d49;
  font-family: Poppins-Medium, sans-serif;
  font-weight: 400;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

p,
h6 {
  margin: 0.3em 0 0.5em;
  letter-spacing: -0.02778rem;
  line-height: 1.6;
  font-size: 17px;
  text-rendering: optimizeLegibility;
  font-weight: 300;
}

ul,
li {
  margin: 0px;
  list-style-type: none;
}

.noDesctop {
  display: none !important;
}

.listContent {
  margin: 0.3em 15px 0.5em;
  font-size: 18px;
  letter-spacing: -0.02778rem;
  line-height: 1.6;
  font-size: 20px;
  text-rendering: optimizeLegibility;
  padding-left: 30px;
}

.listContent li:before {
  content: "»";
  margin-left: -0.88889rem;
  padding-right: .44444rem;
}

.listContent li a {
  color: #54c0f1;
}

.boldText {
  font-weight: 600;
  color: #000;
  font-family: Poppins-Medium, sans-serif;
}

.tagsSection {
  padding-top: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.tagsLinks {
  margin: 0 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.textCenter {
  text-align: center !important;
  max-width: 600px;
  margin: 0 auto !important;
  opacity: 1 !important;
}

.textCenter a {
  color: #54c0f1 !important;
}

.noBack {
  background: unset !important;
}

.noBack h4 {
  color: #212d49;
}

.tagsLinks a {
  margin-right: 10px;
}

.linksListContent {
  margin: 30px 15px 0 15px;
  padding: 20px;
  max-width: 600px;
  background: #fff;
}

.linksListContent a {
  color: #54c0f1 !important;
  font-size: 20px !important;
  line-height: 1.6 !important;
}

.dots {
  font-size: 20px !important;
  line-height: 1.6 !important;
}

img {
  max-width: 100%;
}

.bold {
  font-weight: 700;
}

.numbers {
  font-family: sans-serif;
  font-weight: 300;
}

a:link,
a:visited {
  text-decoration: none;
  color: #3f3f3f;
  transition: 0.2s all ease;
  font-weight: 300;
}

a:hover {
  text-decoration: none;
  color: #54c0f1;
  cursor: pointer;
  opacity: 0.6;
}

a:active {
  color: #3f3f3f;
}

a.btn {
  color: #fff;
  opacity: 1 !important;
  cursor: pointer;
}

a.button:hover,
.bottomLink:hover,
.headerTopLink:hover,
.sideMenuItem:hover {
  opacity: 1 !important;
}

a.button:hover {
  background-color: #54c0f1;
  color: #ffffff !important;
}

/* ------------------------------------ */
input,
textarea,
label {
  display: block;
  outline: none;
  border: none;
}

/* ------------------------------------ */
button {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

button:focus {
  outline: none;
}

iframe {
  border: none;
}

section {
  position: relative;
  padding-bottom: 30px;
}

/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  position: relative;
}

.wrapper.narrow,
.narrow {
  width: 800px;
}

.wrapper.side {
  display: flex;
  justify-content: flex-end;
}

header {
  width: 100%;
  top: 0;
  overflow: hidden;
  height: 110px;
  position: fixed;
  z-index: 9999;
}

.sliderSection {
  padding-top: 100px;
  padding-bottom: 0;
}

.headerDesktop {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.headerTop {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 30px;
  background: #fff;
}

.headerTop .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  height: 30px;
}

.mainTitle {
  max-width: 50%;
  display: flex;
  align-items: center;
  height: 100%;
}

.headerTopLinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  font-family: Poppins-Medium, sans-serif;
  height: 100%;
  font-size: 12px;
}

.headerTopLink {
  padding-left: 10px;
}

.headerTopLink img {
  width: 14px;
  vertical-align: middle;
  margin-right: 5px;
}

.headerTopLink:hover {
  color: #212d49 !important;
}

.headerBottom {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 70px;
  display: flex;
  position: fixed;
  top: 30px;
  transition: top 0.4s ease-in-out;
  z-index: 9999;
  background: #fff;
}

.headerBottom.sticky {
  top: 0;
}

.headerBottom.sticky .headerBottomLinkChild {
  top: 70px;
}

.headerBottomLink {
  height: 66px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.headerBottom .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.headerLogo {
  width: 210px;
}

.logo.hover {
  display: none;
}

.headerLogo a:hover {
  opacity: 1 !important;
}

.headerLogo:hover .logo {
  display: none;
}

.headerLogo:hover .logo.hover {
  display: inline-block;
}

.headerBottomLinks {
  flex: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.headerBottomLink:hover .headerBottomLinkChild {
  display: block;
}

.headerBottomLink a {
  display: block;
  z-index: 9999;
}

.headerBottomLinkChild {
  position: fixed;
  width: 100%;
  left: 0;
  top: 100px;
  display: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  background: #fff;
}

.headerBottomLinkChild .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 50px 0;
}

.headerBottomLinkChild .sideMenu,
.headerBottomLinkChild .smallSideMenu {
  flex: 1;
  max-width: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.sideMenuItem {
  padding: 10px 20px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
}

.sideMenuItem::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  display: inline-block;
  height: 1px;
  width: 9px;
  background: #ccc;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.sideMenuItem::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  display: inline-block;
  height: 1px;
  width: 9px;
  background: #ccc;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.sideMenuItem:hover,
.sideMenuItem.active {
  color: #fff !important;
  background: #54c0f1;
}

.sideMenuItem:hover::before,
.sideMenuItem:hover::after,
.sideMenuItem.active::after,
.sideMenuItem.active::before {
  color: #fff !important;
  background: #fff;
}

.sideMenuItem h3 {
  font-size: 18px;
  opacity: 0.8;
  font-family: Poppins-Medium, sans-serif;
}

.menuDesc {
  flex: 2;
}

.headerBottomLinkChild .desc {
  display: none;
  flex: 2;
  padding: 0 25px;
  font-size: 18px;
  line-height: 1.8;
  width: 100%;
}

.headerBottomLinkChild .desc.active {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.headerBottomLinkChild .descTitle {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  opacity: 1;
  font-family: Poppins-Medium, sans-serif;
}

.desc .button {
  margin-top: 25px;
}

.desc.descChildren.active {
  flex-direction: row;
}

.smallDesc {
  display: none;
}

.smallDesc.active {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}

.headerMobile {
  display: none;
}

.sliderItemContent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex: wrap;
  flex-wrap: nowrap;
  height: 500px;
  overflow: hidden;
}

.slideImage img {
  height: 500px;
  max-width: unset;
}

.slideImage {
  flex: 2;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.slideDesc {
  flex: 1;
  height: 500px;
  background-color: #212d49;
  display: flex;
  justify-content: flex-start;
  padding: 40px 20px 0 40px;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
  max-width: 500px;
}

.button {
  display: inline-block;
  padding: 15px !important;
  background-color: #212d49;
  color: #fff !important;
  width: 150px !important;
  text-align: center;
  line-height: 1 !important;
  font-size: 16px !important;
  font-family: Poppins-Medium, sans-serif !important;
}

.oNama p {
  margin: auto 15px;
  text-align: justify;
}

.oNama .button {
  margin: 50px 15px 20px;
}

.slideDesc .button {
  margin-top: 25px;
  margin-top: 25px;
  position: absolute;
  /* top: 70%; */
  bottom: 80px;
  background-color: #ffffff;
  color: #212d49 !important;
}

.slideDescTitle {
  font-size: 50px;
  line-height: 1.3;
  margin-top: 0;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
}

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:after,
.lightSlider:before {
  content: " ";
  display: table
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lightSlider li {
  overflow: hidden;
  margin: 0;
  position: relative;
}

.sliderVideo {
  display: flex;
  justify-content: center;
  position: relative;
}

.fiveStars {
  display: flex;
  width: 250px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}

.fiveStars img {
  width: 16px;
  margin: 0 2.5px;
}

.customerAbout {
  display: flex;
  width: 250px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.customerAbout h4 {
  font-size: 17px;
}

.repairDesc {
  text-align: center;
}

.lightSlider .sliderContainer .slideContent {
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

.lightSlider .sliderContainer .slideContent h3 {
  font-weight: 700;
  margin: 0;
  padding: 0 0 25px 0;
}

.lightSlider .sliderContainer .slideContent p {
  line-height: 25px;
  margin: 0;
}

.slideContent h4 {
  margin-top: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 25px;
}

.lSSlideWrapper>.lightSlider:after {
  clear: both
}

.lightSlider li>img {
  position: absolute;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important
}

.lSSlideWrapper .lSFade {
  position: relative
}

.lSSlideWrapper .lSFade>* {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important
}

.lSSlideWrapper .lSFade>.active {
  z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
  opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
  padding: 0;
  text-align: center;
  width: 150px;
  position: absolute;
  right: 175px;
  bottom: 50px;
}

.lSSlideOuter .lSPager.lSpg>li {
  cursor: pointer;
  display: inline-block;
  padding: 0 8px
}

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: #d8d8d8;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  overflow: hidden;
  text-indent: -999em;
  width: 10px;
  position: relative;
  z-index: 99;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #54c0f1
}

.lSSlideOuter .media {
  opacity: .8
}

.lSSlideOuter .media.active {
  opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
  transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both
}

.lSAction>a {
  width: 45px;
  display: block;
  top: 50%;
  background: #ffffff;
  border-radius: 0;
  height: 45px;
  padding: 12px;
  cursor: pointer;
  position: absolute;
  z-index: 6;
  margin-top: -16px;
  opacity: 1;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s;
}

.lSAction {
  display: block;
  width: 110px;
  position: absolute;
  right: 30px;
  bottom: 135px;
}

.lSAction>a:hover {
  background: #54c0f1;
}

.lSAction>.lSPrev {
  background-position: 0 0;
  left: 10px
}

.lSAction>.lSNext {
  background-position: -32px 0;
  right: 10px
}

.lSAction>a.disabled {
  pointer-events: none
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  overflow: hidden
}

.lSSlideOuter.vertical {
  position: relative
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
  width: 100% !important;
  max-width: none !important
}

.lSSlideOuter.vertical .lSAction>a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px
}

.lSSlideOuter.lSrtl {
  direction: rtl
}

.lSSlideOuter .lightSlider {
  list-style: none outside none;
  padding: 0 0 25px 0;
  min-height: 500px;
}

.brands .lSSlideOuter .lightSlider {
  min-height: 100px;
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
  float: left
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
  float: right !important
}

@-webkit-keyframes rightEnd {
  0% {
    left: 0
  }

  50% {
    left: -15px
  }

  100% {
    left: 0
  }
}

@keyframes rightEnd {
  0% {
    left: 0
  }

  50% {
    left: -15px
  }

  100% {
    left: 0
  }
}

@-webkit-keyframes topEnd {
  0% {
    top: 0
  }

  50% {
    top: -15px
  }

  100% {
    top: 0
  }
}

@keyframes topEnd {
  0% {
    top: 0
  }

  50% {
    top: -15px
  }

  100% {
    top: 0
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0
  }

  50% {
    left: 15px
  }

  100% {
    left: 0
  }
}

@keyframes leftEnd {
  0% {
    left: 0
  }

  50% {
    left: 15px
  }

  100% {
    left: 0
  }
}

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0
  }

  50% {
    bottom: -15px
  }

  100% {
    bottom: 0
  }
}

@keyframes bottomEnd {
  0% {
    bottom: 0
  }

  50% {
    bottom: -15px
  }

  100% {
    bottom: 0
  }
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd .3s;
  animation: topEnd .3s;
  position: relative
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd .3s;
  animation: bottomEnd .3s;
  position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s;
  position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s;
  position: relative
}

.lightSlider.lsGrab>* {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lightSlider.lsGrabbing>* {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.featuresContent,
.workingContent,
.newsContent {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.featuresItem {
  position: relative;
  flex: 1;
  min-width: 295px;
  margin: 15px;
  -webkit-box-shadow: 5px -5px 15px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px -5px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 5px -5px 15px 0 rgba(0, 0, 0, 0.25);
}

.featuresItemTitle {
  position: absolute;
  top: 20px;
  left: 65px;
  font-size: 40px;
  line-height: 1;
  margin-top: 0;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3), 0 -5px 20px rgba(153, 153, 153, 0.2);
  width: 75%;
}

.featuresItemDesc {
  position: absolute;
  bottom: 0;
  left: 70px;
  background-color: #fff;
  padding: 20px;
  width: 250px;
  opacity: 1;
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
  height: 110px;
}

.featuresItemDesc a {
  color: #54c0f1;
  font-weight: 600;
}

.solutionsContent {
  padding-top: 0;
}

.solutionsContent .tizerTitle {
  padding-top: 30px;
  width: unset;
}

.solutionsFeature .featuresItemDesc {
  width: 350px;
  height: 150px;
}

.managment {
  padding: 1px 0 30px;
  background: #212d49;
}

.managment h4 {
  color: #fff;
}

.managment .wrapper>p {
  color: #fff;
  margin: 15px;
}

.tizers {
  padding-top: 40px;
  padding-bottom: 0;
}

.tizersContent {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}

.tizer {
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-width: 283px;
  margin-right: 5%;
}

.tizer:nth-of-type(3) {
  margin-right: 0;
}

.tizerImage img {
  display: block;
  width: 40px;
  margin: 0 auto;
}

.tizerDesc {
  padding: 15px;
}

.tizerTitle {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #212d49;
}

.tizerItemDesc {
  text-align: justify;
}

.featuresItem .button {
  position: absolute;
  top: 52px;
  left: -53px;
  transform: rotate(90deg);
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.expirience,
.newsContent p {
  color: #000;
  font-weight: 600;
}

.features {
  padding-bottom: 25px;
}

.working {
  background-color: #666;
  padding: 25px 0;
}

.news {
  padding: 25px 0;
}

.workingTitle {
  color: #fff;
}

.workingItem {
  flex: 1;
  position: relative;
  min-width: 295px;
  min-height: 340px;
  max-width: 370px;
  margin: 15px;
  -webkit-box-shadow: 5px -5px 15px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px -5px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 5px -5px 15px 0 rgba(0, 0, 0, 0.25);
}

.largeWorkingItem {
  flex: 1;
  position: relative;
  min-width: 295px;
  min-height: 340px;
  max-width: 370px;
}

.workingItemTitle {
  margin: 15px 15px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.workingItemDesc {
  position: absolute;
  bottom: 0;
  height: 150px;
  padding: 20px;
  background-color: #fff;
  width: 100%;
}

.workingItemImage {
  overflow: hidden;
}

.workingItemImage a:hover {
  opacity: 1 !important;
}

.workingItemImage a img {
  transition: transform 0.3s ease-in-out;
}

.workingItemImage a:hover img {
  transform: scale(1.2);
}

.expirienceLink {
  position: absolute;
  bottom: 20px;
  text-transform: uppercase;
  color: #54c0f1 !important;
}

.newsItem {
  height: 150px;
  max-width: 370px;
  padding: 20px;
  background-color: #fff;
  flex: 1;
  position: relative;
  min-width: 295px;
  margin: 15px;
  -webkit-box-shadow: 5px -5px 15px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px -5px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 5px -5px 15px 0 rgba(0, 0, 0, 0.25);
}

.newsTitle a {
  color: #54c0f1 !important;

  font-family: Poppins-Light, sans-serif;
}

.newsTitle img {
  width: 20px;
}

.publish {
  position: absolute;
  bottom: 20px;
}

.publisher a {
  text-transform: uppercase;
  color: #54c0f1 !important;
}

.footerTop {
  width: 100%;
  background: #666;
}

.cta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.ctaTitle {
  color: #fff;
}

.cta .button {
  margin-left: 20px;
}

.socialIcons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  height: 50px;
}

.socialIcons img {
  width: 30px;
  margin-left: 20px;
}

.socialIcons a:hover {
  opacity: 1 !important;
}

.socialIcons a .social.hover {
  display: none;
}

.socialIcons a:hover .social {
  display: none;
}

.socialIcons a:hover .social.hover {
  display: inline;
}

.footerTopContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 20px;
}

.footerCenter {
  background: #212d49;
  padding: 20px 0 20px;
}

.footerBottom {
  background: #212d49;
}

.footerCenter .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.footerLinks {
  margin: 0;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1;
  min-width: 283px;
}

.footerLinks.privacyLinks {
  flex-direction: row;
  padding-top: 0px;
}

.footerLinks li {
  margin-right: 20px;
  line-height: 2.6;
}

.footerLinksTitle {
  padding-bottom: 30px;
  color: #fff;
  font-size: 20px !important;
  font-family: Poppins-Light, sans-serif;
  line-height: 1.6 !important;
}

.footerLinks li a {
  color: #fff;
}

.designCopy * {
  color: #fff;
  font-weight: 300;
}

.designCopy a {
  color: #fff !important;
}

.designCopy a:hover {
  color: #54c0f1 !important;
}

.designCopy .wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px 45px;
}

.designCopy .wrapper::after {
  display: none;
}

.designCopy .wrapper p {
  font-size: 14px;
  display: inline-block;
}

.designCopy .wrapper h6 {
  font-size: 14px;
  display: inline-block;
  text-align: center;
}

.copyright {
  display: flex;
  flex-direction: row;
}

.flexFooter {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: sans-serif;
}

.heroImage {
  padding-top: 100px;
  padding-bottom: 0;
}

div.heroTitle {
  background: rgba(0, 0, 0, 0.37);
  padding: 15px;
  max-width: 850px;
}

.heroTitle {
  position: absolute;
  bottom: 50px;
  width: 100%;
  font-weight: 700;
  margin: 0 auto;
  max-width: 1200px;
  left: calc((100% - 1110px)/2);
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3), 0 -5px 20px rgba(153, 153, 153, 0.2);
}

.heroTitle h4 {
  width: 100%;
  font-weight: 700;
  max-width: 1200px;
  font-size: 60px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3), 0 -5px 20px rgba(153, 153, 153, 0.2);
}

.partnerTitle h4 {
  text-transform: none;
}

.heroTitle p {
  width: 100%;
  font-weight: 400;
  max-width: 1200px;
  font-size: 30px;
  color: #fff;
  margin: 0;
  text-transform: none;
  font-family: "Oswald", sans-serif;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3), 0 -5px 20px rgba(153, 153, 153, 0.2);
}

.heroTitle.heroIndustry {
  bottom: 250px;
}

.heroTizer {
  position: absolute;
  bottom: 50px;
  width: 100%;
  font-weight: 400;
  margin: 0 auto;
  max-width: 1200px;
  left: calc((100% - 1110px)/2);
  font-size: 30px;
  color: #fff;
  text-transform: none;
  font-family: "Oswald", sans-serif;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3), 0 -5px 20px rgba(153, 153, 153, 0.2);
}

.button.hero {
  position: absolute;
  bottom: 150px;
  left: calc((100% - 1110px)/2);
}

.lineHeight {
  font-size: 25px;
  line-height: 1.6;
}

.solutionsFeature .featuresItem {
  max-width: 760px;
}

.solutionsContent p,
.capabilitiesDesc {
  margin-left: 15px;
  margin-right: 15px;
  text-align: justify;
}

.capabilitiesContent {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.capabilitiesItem {
  height: 250px;
  max-width: 370px;
  padding: 20px;
  background-color: #fff;
  color: #000;
  flex: 1;
  position: relative;
  min-width: 295px;
  margin: 15px;
  -webkit-box-shadow: 5px -5px 15px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px -5px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 5px -5px 15px 0 rgba(0, 0, 0, 0.25);
}

.capabilities {
  background: #303030;
  padding: 1px 0 30px;
}

.capabilitiesTitle,
.capabilitiesDesc {
  color: #fff;
}

.capabilitiesItemContent p {
  font-size: 14px;
  line-height: 1.33333rem;
}

.capabilitiesItemContent .boxTitle,
.capabilitiesItem .publisher a {
  font-size: 18px;
  line-height: 1.33333rem;
  text-transform: none;
}

.partnershipDesc {
  margin-left: 15px;
  margin-right: 15px;
}

.partnership,
.solutionsCta {
  background: #fff;
  padding: 1px 0 30px;
}

.solutionsCtaTitle {
  margin: 20px 0;
}

.partnershipContent {
  margin: 0 15px;
  padding: 30px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}

.partnershipItem {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.partnershipItemDesc,
.partnershipDesc {
  text-align: justify;
}

.partnershipItemTitle {
  color: #212d49;
  font-size: 22px;
  opacity: 1;
}

.followItem {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  flex: 1;
  margin: 0 15px;
}

.followItem img {
  width: 50px;
}

.followItemContent {
  flex: 1;
  padding-left: 20px;
  font-size: 14px;
}

.followItemTitle {
  line-height: 1;
  margin-top: 0;
}

.followItemDesc {
  font-size: 14px;
}

.followItemDesc a {
  color: #54c0f1;
}

.followContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.partnershipImage {
  min-width: 160px;
  max-width: 160px;
}

.partnershipItemContent {
  padding-left: 20px;
  min-width: 283px;
  flex: 1;
  position: relative;
  padding-bottom: 25px;
}

.singlePartner {
  position: absolute;
  right: 0;
  bottom: 0;
}

.singlePartner a {
  color: #54c0f1;
  font-weight: 400;
}

.singlePartner a:hover {
  color: #212d49;
  font-weight: 400;
  opacity: 1 !important;
}

.peopleContent {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  margin: 0 15px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.peopleDesc {
  text-align: center;
}

.peopleName {
  color: #54c0f1;
}

.people.white {
  background: #fff;
  padding: 1px 0 20px 0;
}

.ctaContent {
  margin: 0 15px;
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.wrapper.narrow .ctaContent {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.wrapper.narrow .peopleItem,
.wrapper.side .peopleItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wrapper.narrow .peopleItemImage,
.wrapper.side .peopleItemImage {
  margin-right: 20px;
}

.sideNewsContent {
  position: relative;
}

.sideNavigation {
  position: absolute;
  top: 0;
  left: calc((100% - 1110px)/2);
  z-index: 2;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  width: 220px;
  background: #fff;
  padding: 20px;
  line-height: 1.6;
  text-align: right;
}

.sideNavigation.fixed {
  position: fixed;
  top: 110px;
}

.sideNavigationTitle {
  line-height: 2;
  border-bottom: 2px solid;
  color: #212d49;
}

.sideNavigationItem a {
  padding: 5px 0;
  display: block;
}

.connect,
.share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}

.reports {
  background: #303030;
}

.reports * {
  color: #fff !important;
}

.reportsItem,
.reportsContainer>p {
  margin: 15px;
}

.reportsItem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid;
}

.reportsImage {
  min-width: 160px;
  max-width: 160px;
  margin-right: 20px;
}

.reportsContent {
  flex: 1;
}

.reportsContent a {
  color: #54c0f1 !important;
  font-size: 20px;
}

.narrow .newsItem {
  max-width: 100%;
}

.latestNews .boldText {
  margin: 15px;
  font-size: 22px !important;
}

.latestNews .boldText a {
  color: #54c0f1 !important;
}

.latestNews h4 {
  font-family: Poppins-Light, sans-serif;
  font-weight: 600;
}

.newsContainer>p {
  margin: 15px;
}

.SandboxRoot.var-fully-expanded .timeline-Viewport {
  overflow: hidden;
}

.timeline-Viewport {
  overflow-x: hidden;
  overflow-y: scroll !important;
  height: 750px !important;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.contact {

  padding-top: 120px;
}

i {
  font-weight: 400;
  color: #212d49;
}

.contact * {
  font-family: Poppins-Light, sans-serif;
  font-size: 18px;
  font-weight: 300 !important;
}

.contact h4 {
  text-align: center;
  font-size: 34px;
  font-weight: 400 !important;
}

.contactUs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 0;
  /* padding-right: 50px; */
  /* padding-top: 30px; */
  position: absolute;
  left: 50px;
  top: 0;
}

.posaljite {
  margin-left: 0;
  text-align: left !important;
}

.telefon {
  margin-top: 20px;
}

.contactUs img {
  width: 18px;
  margin-right: 15px;
}

.contactUsItem {
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

#search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .77);
  z-index: 999999;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translate(0, -100%) scale(0, 0);
  transform: translate(0, -100%) scale(0, 0);
  opacity: 0
}

#search.open {
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  opacity: 1
}

#search input[type=text] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  background: 0 0;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0;
  margin: 0 auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 600px;
  background-color: #fff;
  color: #000;
  padding: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media (max-width:992px) {
  #search input[type=text] {
    font-size: 24px
  }
}

@media (max-width:768px) {
  #search input[type=text] {
    top: 40%;
    width: 90%;
  }
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 81px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #212d49;
  border: #000
}

@media (max-width:768px) {
  #search .btn {
    top: 33%
  }
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #212d49;
  border-color: #212d49;
  opacity: 1;
  padding: 6px 17px;
  font-size: 27px;
  border: none
}

#search .close:hover {
  background-color: #54c0f1;
  color: #fff;
}

#search button[type=submit],
#search input[type=submit] {
  padding: 10px 60px;
  font-size: 15px;
  color: #fff;
}

#search button[type=submit]:hover,
#search input[type=submit]:hover {
  background-color: #54c0f1;
  color: #fff;
  cursor: pointer;
}

#search form::-webkit-input-placeholder {
  color: #aaa
}

#search form::-moz-placeholder {
  color: #aaa
}

#search form:-ms-input-placeholder {
  color: #aaa
}

#search form:-moz-placeholder {
  color: #aaa
}

.headerBottomSearch svg {
  width: 17px;
  transform: scale(-1, 1);
}

.headerBottomSearch {
  margin-left: 15px;
}

.filterNews {
  padding: 160px 0 40px;
}

.filterNews .sideNavigation {
  margin-top: 0;
  top: 160px;
  background: transparent;
}

.filterNews .sideNavigationTitle {
  border-bottom: none;
  font-weight: 600;
  margin-bottom: 20px;
}

.sideNavigationMainTitle {
  margin: 75px 0 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #303030;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
}

.newsContainerTitle {
  padding-bottom: 5px;
  border-bottom: 1px solid #303030;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #666;
}

.filterNews .sideNavigationItem {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1;
}

.filterNewsItem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.filterNewsItemImage {
  min-width: 160px;
  max-width: 16px;
  flex: 1;
  margin-right: 20px;
}

.filterNewsItemDesc {
  min-width: 283px;
  max-width: calc(100% - 160px);
  flex: 2;
}

.filterNewsItemDesc h4 {
  margin: 0 0 20px 0;
  font-size: 21px;
}

.connectSocial {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.connectSocial a {
  display: flex;
  width: 30px;
  margin-left: 15px;
}

.position.boldText,
.learn.boldText {
  font-size: 25px;
  font-weight: 400;
}

.learn.boldText {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.karijeraTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  font-weight: 400;
  font-family: 'Josefine Sans', sans-serif;
}

.karijeraDesc,
.inspiracijaDesc {
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
}

.karijeraDesc.more,
.inspiracijaDesc.more {
  max-height: 500px;
}

.karijeraTitleText {
  font-weight: 400;
  font-family: Poppins-Medium, sans-serif;
}

.karijeraTitleButtons {
  margin-right: 15px;
}

.karijeraTitleButtons .triggerLess,
.karijeraTitleButtons .triggerMore {
  font-weight: 400 !important;
  color: #54c0f1 !important;
  display: flex;
}

.karijeraTitleButtons .triggerLess {
  display: none;
}

.karijera {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.plusMinus {
  width: 15px;
  vertical-align: middle;
  margin-left: 3px;
}

/*//////////////////////////////////////////////////////////////////
[ Media ]*/

/*---------------------------------------------*/
@media (max-width:1024px) {
  .contact {

    padding-top: 80px;
  }

  select {
    width: 95% !important;
  }

  .noMobile {
    display: none !important;
  }

  .noDesctop {
    display: block !important;
  }

  header {
    height: unset;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    overflow: unset;
  }

  .headerTop {
    overflow: hidden;
    transition: height 0.3s ease-in-out;
  }

  .headerTop.locationVisible {
    height: 110px;
  }

  .headerDesktop {
    display: none;
  }

  .headerMobile {
    display: block;
  }

  .headerMobile .headerTop {
    display: block;
  }

  .headerTop .wrapper {
    margin-top: 0;
    height: 31px;
    z-index: 5;
    background: #212d49;
  }

  .designCopy .wrapper p {
    margin: 0;
  }

  .footerLinks {
    margin-bottom: 20px;
  }

  .mainTitle {
    max-width: 50%;
    display: flex;
    align-items: center;
    height: 30px;
    width: 100%;
    max-width: unset;
    text-align: center;
    background: #212d49;
    color: #fff;
  }

  .headerTopLinks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    height: 100%;
    font-size: 12px;
    width: 100%;
    height: 40px;
    background: #212d49;
    color: #fff;
    border-top: 1px solid white;
  }

  .headerTopLink {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
    height: 100%;
    border-right: 1px solid white;
  }

  .headerTopLink:nth-of-type(3) {
    border: none;
  }

  .headerTopLink img {
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
  }

  .headerTopLink svg {
    width: 15px;
  }

  h1 {
    width: 100%;
  }

  .featuresContent,
  .workingContent,
  .newsContent {
    justify-content: center;
  }

  .location {
    border-top: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #212d49;
    color: #fff;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
  }

  .location.locationVisible {
    height: 40px;
  }

  .narrow .posaljite {
    margin-left: 15px;
  }

  .contactWrapper {
    flex-direction: column;
  }

  .contactUs {
    position: relative;
    margin-left: 15px;
    left: unset;
  }

  .flexFooter,
  .designCopy .wrapper {
    flex-direction: column;
  }

  .flexFooter img {
    width: 58px;
  }

  .copyright {
    flex-direction: column;
  }

  h6 {
    margin: 0;
  }

  .workingItem {
    max-width: 295px;
    min-height: 310px;
  }

  .newsItem {
    max-width: 295px;
  }

  .dropdownWrapper.headerTop {
    display: block;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: unset;
    height: 60px;
  }

  .dropdownWrapper {
    height: 50px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
  }

  .dropdownLogotip {
    width: 100%;
    text-align: center;
  }

  .dropdownActive .dropdownLogotip img {
    margin: 8px 12px;
  }

  .dropdownLogotip img {
    margin: 8px 0;
  }

  .dropdownTrigger {
    display: block;
    position: absolute;
    line-height: 40px;
    background-color: #ffffff;
    color: #3f3f3f;
    border-radius: 3px;
    width: 20px;
    right: 12px;
    bottom: 15px;
  }

  .dropdownPhone {
    display: block;
    position: absolute;
    line-height: 40px;
    border-radius: 3px;
    width: 20px;
    top: 19px;
    right: 50px;
    opacity: 0.7;
  }

  .dropdownTrigger img {
    display: block;
    width: 20px;
  }

  .dropdownLogotip img {
    width: 150px;
  }

  .dropdown h2,
  .dropdownContent a,
  .dropdownContent ul a {
    height: 50px;
    line-height: 50px;
  }

  .dropdown h2,
  .dropdownContent a,
  .dropdownContent ul a,
  .dropdownContent .cd-divider {
    padding: 0 20px;
  }

  .dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ffffff;
    color: #3f3f3f;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: height 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: height 0.5s 0s, visibility 0s 0.5s;
    transition: height 0.5s 0s, visibility 0s 0.5s;
    overflow: hidden;
    transition: height 0.5s 0s, visibility 0.5s 0s;
    visibility: hidden;
  }

  .dropdown h2 {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1;
    color: #585a70;
    background-color: #ffffff;
    border-bottom: 1px solid #242643;
  }

  .dropdown .close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: #3f3f3f;
  }

  .dropdown .close::after,
  .dropdown .close::before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #3f3f3f;
  }

  .dropdown .close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }

  .dropdown .close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }

  .dropdown.dropdownActive {
    visibility: visible;
    webkit-transition: height 0.5s 0s, visibility 0.5s 0s;
    -moz-transition: height 0.5s 0s, visibility 0.5s 0s;
    transition: height 0.5s 0s, visibility 0.5s 0s;
    overflow: unset;
    height: 100vh;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
  }

  .dropdownContent,
  .dropdownContent ul {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 95%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
    padding: 0;
    margin: 0;
  }

  .dropdownContent ul {
    top: 0;
  }

  .dropdownContent a,
  .dropdownContent ul a {
    display: block;
    color: #3f3f3f;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0.8;
    text-decoration: none;
    outline: none;
  }

  .borderBottomUnset {
    border-bottom: unset !important;
  }

  .zakazivanjeServisa {
    padding: 20px;
  }

  .dropdownContent li:first-of-type>a,
  .dropdownContent ul li:first-of-type>a {
    border-top-width: 0;
  }

  .dropdownContent li:last-of-type>a,
  .dropdownContent ul li:last-of-type>a {
    border-bottom-width: 1px;
  }

  .dropdownContent .cd-divider,
  .dropdownContent ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b0e23;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #585a70;
    text-transform: uppercase;
  }

  .dropdownContent .cd-divider+li>a,
  .dropdownContent ul .cd-divider+li>a {
    border-top-width: 0;
  }

  .dropdownContent a,
  .dropdownContent .cd-search,
  .dropdownContent .cd-divider,
  .dropdownContent ul a,
  .dropdownContent ul .cd-search,
  .dropdownContent ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
  }

  .dropdownContent.isHidden,
  .dropdownContent ul.isHidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  .dropdownContent.isHidden>li>a,
  .dropdownContent.isHidden>li>.cd-search,
  .dropdownContent.isHidden>.cd-divider,
  .dropdownContent.moveOut>li>a,
  .dropdownContent.moveOut>li>.cd-search,
  .dropdownContent.moveOut>.cd-divider,
  .dropdownContent ul.isHidden>li>a,
  .dropdownContent ul.isHidden>li>.cd-search,
  .dropdownContent ul.isHidden>.cd-divider,
  .dropdownContent ul.moveOut>li>a,
  .dropdownContent ul.moveOut>li>.cd-search,
  .dropdownContent ul.moveOut>.cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
  }

  .dropdownContent.moveOut>li>a,
  .dropdownContent.moveOut>li>.cd-search,
  .dropdownContent.moveOut>.cd-divider,
  .dropdownContent ul.moveOut>li>a,
  .dropdownContent ul.moveOut>li>.cd-search,
  .dropdownContent ul.moveOut>.cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .dropdownActive .dropdownContent,
  .dropdownActive .dropdownContent ul {
    -webkit-overflow-scrolling: touch;
  }

  .dropdownContent .see-all a {
    /* different style for the See all links */
    color: #3f8654;
  }

  .dropdownContent .dropdownGallery .dropdownItem h3,
  .dropdownContent .dropdown-icons .dropdownItem h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dropdownContent .dropdownGallery img {
    display: block;
    width: 100%;
    left: 20px;
  }

  .dropdownContent .dropdown-icons .dropdownItem {
    padding-left: 75px;
    position: relative;
  }

  .dropdownContent .dropdown-icons .dropdownItem p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none;
  }

  .dropdownContent .dropdown-icons .dropdownItem::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
  }

  .vehicles {
    height: unset !important;
    display: flex !important;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    padding: 10px !important;
  }

  @-webkit-keyframes cd-fade-in {
    0% {
      opacity: 0;
      visibility: visible;
    }

    100% {
      opacity: 1;
      visibility: visible;
    }
  }

  @-moz-keyframes cd-fade-in {
    0% {
      opacity: 0;
      visibility: visible;
    }

    100% {
      opacity: 1;
      visibility: visible;
    }
  }

  @keyframes cd-fade-in {
    0% {
      opacity: 0;
      visibility: visible;
    }

    100% {
      opacity: 1;
      visibility: visible;
    }
  }

  @-webkit-keyframes cd-fade-out {
    0% {
      opacity: 1;
      visibility: visible;
    }

    100% {
      opacity: 0;
      visibility: visible;
    }
  }

  @-moz-keyframes cd-fade-out {
    0% {
      opacity: 1;
      visibility: visible;
    }

    100% {
      opacity: 0;
      visibility: visible;
    }
  }

  @keyframes cd-fade-out {
    0% {
      opacity: 1;
      visibility: visible;
    }

    100% {
      opacity: 0;
      visibility: visible;
    }
  }

  .cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #ffffff;
    color: #3f3f3f;
    border: none;
    border-radius: 0;
  }

  .hasChildren>a,
  .goBack a {
    position: relative;
  }

  .hasChildren>a::before,
  .hasChildren>a::after,
  .goBack a::before,
  .goBack a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #3f3f3f;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .hasChildren>a::before,
  .goBack a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .hasChildren>a::after,
  .goBack a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hasChildren>a {
    padding-right: 40px;
  }

  .hasChildren>a::before,
  .hasChildren>a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
  }

  .dropdownContent .goBack a {
    padding-left: 40px;
  }

  .dropdownContent .goBack a::before,
  .dropdownContent .goBack a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }

  .cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
  }

  .no-js .dropdownWrapper:hover .dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .no-js .dropdownWrapper .close {
    display: none;
  }

  .container>header {
    width: 90%;
    max-width: 70em;
    margin: 0 auto;
    padding: 0 1.875em 3.125em 1.875em;
  }

  .container>header {
    padding: 2.875em 1.875em 1.875em;
  }

  .container>header h1 {
    font-size: 2.125em;
    line-height: 1.3;
    margin: 0;
    float: left;
    font-weight: 400;
  }

  .container>header span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding: 0 0 0.6em 0.1em;
  }

  .container>header nav {
    float: right;
  }

  .container>header nav a {
    display: block;
    float: left;
    position: relative;
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: 50%;
    color: #3f3f3f;
    margin: 0 0.1em;
    border: 4px solid #47a3da;
    text-indent: -8000px;
  }

  .container>header nav a:after {
    content: attr(data-info);
    color: #47a3da;
    position: absolute;
    width: 600%;
    top: 120%;
    text-align: right;
    right: 0;
    opacity: 0;
    pointer-events: none;
  }

  .container>header nav a:hover:after {
    opacity: 1;
  }

  .container>header nav a:hover {
    background: #47a3da;
  }

  .icon-drop:before,
  .icon-arrow-left:before {
    font-family: 'fontawesome';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 2;
    text-align: center;
    color: #47a3da;
    -webkit-font-smoothing: antialiased;
    text-indent: 8000px;
    padding-left: 8px;
  }

  .container>header nav a:hover:before {
    color: #fff;
  }



  .icon-drop:before {
    content: "\e000";
  }

  .icon-arrow-left:before {
    content: "\f060";
  }

  .cbp-hrmenu {
    width: 100%;
    margin-top: 2em;
    border-bottom: 4px solid #47a3da;
  }

  /* general ul style */
  .cbp-hrmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  /* first level ul style */
  .cbp-hrmenu>ul,
  .cbp-hrmenu .cbp-hrsub-inner {
    width: 90%;
    max-width: 70em;
    margin: 0 auto;
    padding: 0 1.875em;
  }

  .cbp-hrmenu>ul>li {
    display: inline-block;
  }

  .cbp-hrmenu>ul>li>a {
    font-weight: 700;
    padding: 1em 2em;
    color: #999;
    display: inline-block;
  }

  .cbp-hrmenu>ul>li>a:hover {
    color: #47a3da;
  }

  .cbp-hrmenu>ul>li.cbp-hropen a,
  .cbp-hrmenu>ul>li.cbp-hropen>a:hover {
    color: #fff;
    background: #47a3da;
  }

  /* sub-menu */
  .cbp-hrmenu .cbp-hrsub {
    display: none;
    position: absolute;
    background: #47a3da;
    width: 100%;
    left: 0;
  }

  .cbp-hropen .cbp-hrsub {
    display: block;
    padding-bottom: 3em;
  }

  .cbp-hrmenu .cbp-hrsub-inner>div {
    width: 33%;
    float: left;
    padding: 0 2em 0;
  }

  .cbp-hrmenu .cbp-hrsub-inner:before,
  .cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
  }

  .cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
  }

  .cbp-hrmenu .cbp-hrsub-inner>div a {
    line-height: 2em;
  }

  .cbp-hrsub h4 {
    color: #afdefa;
    padding: 2em 0 0.6em;
    margin: 0;
    font-size: 160%;
    font-weight: 300;
  }


  .headerTop {
    display: none;
  }

  .headerTop.sticky {
    height: 65px;
  }

  body.menuOpen {
    overflow: hidden;
  }

  .heroImage {
    padding-bottom: 0;
  }

  .heroTitle {
    text-align: center;
    left: unset;
    width: 92%;
    margin: 15px 4%;
    bottom: 0;
  }

  .heroTitle h4 {
    font-size: 35px;
  }

  .heroTitle p {
    font-size: 20px;
  }

  .heroImage img {
    display: block;
    margin: 0 auto;
    padding: 12px;
  }

  .wrapper {
    padding: 0;
  }

  .solutionsTitle {
    font-size: 35px;
  }

  p,
  h6 {
    font-size: 17px;
  }

  .lineHeight {
    font-size: 20px;
  }

  .wrapper.narrow,
  .narrow {
    width: 100%;
  }

  .wrapper.narrow .peopleItem,
  .wrapper.side .peopleItem {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .footerTopContent,
  .cta {
    flex-direction: column;
    padding-bottom: 20px;
    align-items: flex-start;
  }

  .cta .button {
    margin-left: 0;
  }

  .socialIcons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 50px;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid white;
  }

  .socialIcons a:first-of-type img {
    margin-left: 0;
  }

  .followItem:first-of-type {
    padding-bottom: 20px;
  }

  .headerBottomSearch {
    margin-left: 0;
  }

  .tagsLinks a {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .textCenter {
    margin: 0 15px !important;
  }

  .sliderSection {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .headerMobile .top-contactMobile {
    position: absolute;
    bottom: 15;
    bottom: 12px;
    right: 50px;
  }

  .peopleContent {
    justify-content: center;
  }

  .wrapper.narrow .peopleItem,
  .wrapper.side .peopleItem {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .tweets {
    padding: 15px;
  }

  .slideDesc {
    flex: 1;
    height: 500px;
    background-color: #212d49;
    display: flex;
    justify-content: flex-start;
    padding: 40px 20px 70px;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    max-width: 100%;
    width: 100%;
    min-height: 350px;
  }

  .slideDesc .button {
    margin-top: 25px;
    margin-top: 25px;
    position: absolute;
    /* top: 70%; */
    bottom: 0;
    margin-bottom: 21px;
  }

  .slideImage {
    height: unset;
  }

  .slideImage img {
    height: unset;
    width: 100%;
    padding: 12px;
  }

  .sliderItemContent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex: wrap;
    flex-wrap: nowrap;
    height: unset;
    overflow: hidden;
  }

  .lSAction,
  .lSPager {
    display: none !important;
  }

  .slideDescTitle {
    font-size: 30px;
  }

  .lSSlideOuter .lightSlider {
    height: unset !important;
  }

  form.footer-form .column.half {
    width: 100% !important;
    padding: 0 !important;
  }

  form.footer-form .row {
    display: flex;
    margin: 15px 15px 0;
    flex-direction: column;
    justify-content: flex-start;
  }

  .input {
    margin: 15px;
    display: flex;
  }

  form.footer-form .column.half .input {
    width: 100%;
    margin: 15px 0px;
    display: flex;
  }

  form.footer-form input {
    width: 95% !important;
  }

  form.footer-form .column.half input {
    margin: 0 !important;
  }

  form.footer-form textarea {
    width: 95% !important;
  }

  form.footer-form input[type="submit"] {
    margin-left: 15px;
    width: 125px !important;
  }

  .justifyEnd {
    justify-content: flex-start !important;
    min-width: unset !important;


  }

  .justifyEnd li {
    margin-left: 0 !important;
    margin-right: 20px !important;
  }
}

.flex2 {
  flex: 2;
}

.kategorija {
  color: #54c0f1;
}

.justifyEnd {
  justify-content: flex-end;
  min-width: 430px;
}

.justifyEnd li {
  margin-left: 20px;
  margin-right: 0;
}

.hoverArrow {
  display: none;
}

.lSAction>a:hover .hoverArrow {
  display: block;
}

.lSAction>a:hover .noHoverArrow {
  display: none;
}