/*
Plugin: Zenith 
Author: ALeksej Vukomanovic
Version: 1.0
*/
.tf_slide:nth-child(1){
  background: palegoldenrod;
}
.tf_slide:nth-child(2){
  background: indianred;
}
.tf_slide:nth-child(3){
  background: olive;
}
.tf_slide:nth-child(4){
  background: aliceblue;
}
.tf_slide:nth-child(5){
  background: darkkhaki;
}
.tf_slide:nth-child(6){
  background: skyblue;
}
.tf_slide:nth-child(7){
  background: orange;
}

.src{
  margin: 60px 0;
}
@keyframes fadeUp{
  0%{transform: translateY(20%);}
  100%{transform: translateY(0); visibility: visible}
}
@-webkit-keyframes fadeUp{
  0%{-webkit-transform: translateY(20%);}
  100%{-webkit-transform: translateY(0); visibility: visible}
}
* { box-sizing: border-box; }

/* .zenith_slider { padding: 3.6% 0;  padding-left: 15px; padding-right: 15px;} */
.zenith_slider .row{z-index: 2; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; width: 31.777777%; margin-right: -15px; margin-left: -15px;}
.zenith_slider ul {list-style: none;  z-index: 2;}
.highlight h3 {position: relative; margin-top: 10px; display: inline-block; font-family : "Helvetica", serif; font-size: 17px; vertical-align: middle; font-weight: bold; max-width: 70%;}
.highlight h3:after{content: ' '; display: block; position: absolute; bottom: -50%; width: 0; left: 40%; margin: 0 20%; height: 2px; background: crimson; visibility: hidden; transition: all 0.45s ease; -webkit-transition: all 0.45s ease; -moz-transition: all 0.45s ease;}
.highlight.active h3:after{width: 60%; left:0; visibility: visible;}
.highlight { cursor: pointer; margin-bottom: 50px;}

.highlights-phone{ width: 40%;height: 600px; float: left;}
.phone-holder{  display: block; height: 520px; position: relative;  top: 40px; left: 19px; width: 258px; margin: auto; overflow: hidden}
#fon{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/phone-black.png) center top no-repeat; background-position-x: -27px; z-index: 2; overflow: hidden;}
.highlights-phone.wht .phone-holder #fon{background: url(../images/phone-white.png) center top no-repeat; background-position-x: -27px;}
.hgi{position: absolute; visibility: hidden;}
/* .hgi{position: absolute; width: 235px;height: 400px; visibility: hidden;} */
.hgi img{width: 100%;height: 400px;}
.highlights-phone.wht .hgi{top: 52px;}
.hgi.active{visibility: visible;}
.right-row {padding-right: 0; float: right;}
.left-row{float: left; margin-right: 0;}
.left-row .highlight-title{text-align: right;}
.left-row .highlight-title span{right: -8px;}
.right-row .highlight-title span{left: -8px;}
.right-row .highlight-title{ text-align: left;}
.right-row ul {padding: 0 40px 0 0;}
.left-row p {padding-right: 18%;}
.right-row p {padding-left: 18%;}
.highlight-title span{position: relative; z-index: 1;}
.highlight-title .fa{color: #FFFFF0; font-size: 40px; width: 64px; height: 64px; text-align: center; vertical-align: middle;}
.highlight-title .fa:before{margin: 3px 0; display: block}
.highlight-title span {background: cornflowerblue;-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s; -moz-transition: -moz-transform ease-out 0.1s, background 0.2s; transition: transform ease-out 0.1s, background 0.2s;}
.highlight-title span:after {top: 0;left: 0;padding: 0;z-index: -1;box-shadow: inset 0 0 0 2px rgba(9,16,26,0.76);opacity: 0; -webkit-transform: scale(0.9);-moz-transform: scale(0.9);-ms-transform: scale(0.9);transform: scale(0.9);pointer-events: none;position: absolute;width: 100%;height: 100%;content: '';-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;}
.highlight.active .highlight-title span {background: crimson; webkit-transform: scale(0.93);-moz-transform: scale(0.93);-ms-transform: scale(0.93);transform: scale(0.93);}
.highlight:hover .highlight-title span:after {-webkit-animation: sonarEffect 1.3s ease-out 75ms;-moz-animation: sonarEffect 1.3s ease-out 75ms;animation: sonarEffect 1.3s ease-out 75ms;}

.hiw-nav-dot{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 5px;
  display: none;
}
.hiw-nav-dot .hiw-navigation-common{
	display: flex;
	gap: 5px;
}
.hiw-nav-dot .hiw-navigation-common .hiw-nav {
	padding: 0;
	width: 12px;
	height: 12px;
}

/*=====================================
            SLIDER STYLE
=====================================*/
.tf_container.shadow{box-shadow: 0 0 3px; -webkit-box-shadow: 0 0 3px;}
.tf_container.border{border: 7px double #929292;}
.tf_container.frame{border: 10px ridge #777;}
.tf_layer{opacity: 0;}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes arrows {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes arrows {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}


@media only screen and (max-width: 360px) {
  .highlight, .zenith-small .highlight {
    float: none;
    width: 100%;
  }
}



@media only screen and (max-width: 1100px){
    .highlights-phone{ 
      float: none;
      width: 70%;
      margin: auto;
     }
     
}
@media only screen and (min-width: 880px){
    .tf_thumb, .zenith-medium .tf_thumb{width: 92px; height: 92px;}
}
@media only screen and (min-width: 1200px){
     .zenith_slider {
       padding-left: 0;
       padding-right: 0;
     }
     .tf_thumb{width: 108px; height: 108px;}
}
@media only screen and (min-width: 1600px) {
    .highlight h3{max-width: 89%;}
}
@media only screen and (min-width: 1660px) and (max-width: 1760px) {
    .zenith_slider {
       padding-left: 7%;
       padding-right: 7%;
    }
}
@media only screen and (min-width: 1760px){
 
  .zenith_slider {
    padding-left: 7%;
    padding-right: 7%;
  }
}