/* ---------------------- 

[Table of contents]

1. Body
    2. Preloader / #preloader
    3. Header / #home
        3.1. Navigation / nav
        3.2. Header Description / .headerDesc
        3.3. Go next icon holder / .iconHolder
    4. About / #about
        4.1. Left column / .leftCol
        4.2. Right column / .rightCol
    5.  Stacked Photos / #third   
        5.1. Left column / .leftPart
        5.2. Right column / .rightPart
    6.  Features / #features
        6.1. Header / .header
        6.2. Content / .fourK
    7.  Videos / #videos
        7.1. Header / .header
        7.2. Content / .content
            7.2.1. Navigation / .navbar
            7.2.2. Main / .draw
    8.  Gallery slider / #gallery
        8.1. Header / .header
        8.2. Slider / #firstSlider
    9. Testimonials slider / #testimonials
        9.1. Header / .header
        9.2. Slider / .slider
    10. Buynow / #buynow
    11. Footer / footer
    12. Animations keyframes / @keyframes
    13. Animations classes / .scrAnm
    14. Media queries / @media

------------------------- */


/* ---------------------- 
Global Styles
------------------------- */
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
}


/* ---------------------- 
Extras
------------------------- */
.w-50{
    width: 50%;
}
.w-60{
    width: 60%;
}
.w-70{
    width: 70%;
}
.v-align{
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
    height: 50%;
}
.ox-hidden{
    overflow-x: hidden;
}
.mainpl{
    padding-left: 4.3%;
}
.mainpr{
    padding-right: 4.3%;
}
.mainplBig{
    padding: 8%;
}
.mainprBig{
    padding-right: 8.6%;
}
.headingM{
    font-size: 30px;
    color: rgb(108, 80, 187);
    line-height: 1.3;
    font-weight: bold;
}
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    padding-left: 15%!important;
    padding-right: 15%!important;
    background-color: #cf51b8;
}


/* ----------------------
[1. Body]
------------------------- */
body{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(81, 81, 81);
}


/* ----------------------
[2. Preloader / #preloader]
------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 999999;
}
#preloader .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* ----------------------
[3. Header / #home]
------------------------- */
#home{
    height: 657px;
    width: 100%;
    overflow: hidden;
}
#home .backWrapper{
    width: 100%;
    height: 97%;
    background-image:  url("../images/mainBG.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* ----------------------
[3.1. Navigation / nav]
------------------------- */
#home nav.navbar{
    border-bottom: 1px solid #b173c7;
    width: 100%;
    transition: all 0.3s ease-out;
}
#home .navbar-nav a{
    color: white;
    padding: 0.5rem 1rem;
    transition: all 0.3s linear;
    font-size: 0.85rem;
    border: 1px solid transparent;
}
#home .navbar-nav li.buynow a{
    background: #007bff;
}
#home .navbar-nav a:hover,
#home .navbar-nav a.active
{
    border-color: white;
}
#home .imgWrapper img{
    position: relative;
    top: 15px;
}


/* ----------------------
[3.2. Header Description / .headerDesc]
------------------------- */
#home .headerDesc h1{color: white;}
#home .headerDesc h3{
    color: white;
    font-weight: bold;
    line-height: 32px;
	color: #ffc286;
}
#home .headerDesc .lead{
    color: #ffffff;
    line-height: 25px;
}
#home .headerDesc .btn{
    font-size: 0.7rem;
    margin-right: 20px;
}
.btn-simple-outline{
    border-color: #ffffff;
    color: #ffffff;
}
.btn-simple-outline:hover{
    background-color: #faf3f352;
}
.btn-simple-outline-blue{
    border-color: rgb(47, 130, 255);
    color: rgb(47, 130, 255);
    background-color: rgba(47, 130, 255, 0);
    opacity: 0.72;
    font-weight: bold;
}
.btn-simple-outline-blue:hover{
    background-color:rgb(47, 130, 255);
    color:  #ffffff;
}
#home .navbar-toggler{
    float: right;
}


/* ----------------------
[3.3. Go next icon holder / .iconHolder]
------------------------- */
#home .iconHolder{
    position: relative;
    top: 50px;
}
#home .iconHolder a{
    color: #ffffff;
}
#home .iconHolder a span{
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    border-color: #ffffffc5;
    animation: arrowScale 2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}
#home .iconHolder a > span{
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-color: #ffffff70;
}
#home .iconHolder a:hover span{
    animation: none;
}


/* ----------------------
[4. About / #about]
------------------------- */
#about .row{
    position: relative;
}


/* ----------------------
[4.1. Left column / .leftCol]
------------------------- */
#about .row .leftCol{
    height: 421px;
    background-image:  url("../images/collagen.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 30px;
    padding-left: 4.3%;
    position: relative;
    color: #ffffff;
}
#about .row .leftCol .op-7{
    opacity: 0.7;
    line-height: 25px;
}


/* ----------------------
[4.2. Right column / .rightCol]
------------------------- */
#about .row .rightCol{
    height: 377px;
    background: rgb(255, 255, 255);
    position: absolute;
    left: calc( 100%/12*4 );
    box-shadow: 0px 51px 87px 0px rgba(0, 0, 0, 0.17);
    padding-left: 4.3%;
    
}
#about .row .rightCol .v-align{
    height: 90%;
    padding-right: 4.3%;
}
#about .row .rightCol .v-align p{
    font-size: 18px;
    color: rgb(81, 81, 81);
    line-height: 1.5;
}  
#about .arrowDown{
    position: relative;
    animation: arrowDown 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    transform: scale(1.3);
}
.arrowDown {
    position: relative;
    animation: arrowDown 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    transform: scale(1.3);
}

/* ----------------------
[5.  Stacked Photos / #third]
------------------------- */
#third{
    min-height: 50px;
}
#third .row{
    position: relative;
    height: 100%;
}


/* ----------------------
[5.1. Left column / .leftPart]
------------------------- */
#third .leftPart img.cameraImg{
    width: 80%;
}


/* ----------------------
[5.2. Right column / .rightPart]
------------------------- */
#third .rightPart .row{
    position: relative;
}
#third .rightPart .innerRight{
    position: absolute;
    left: 55%;
}
#third .rightPart img.remoteControlImg{
    position: relative;
    width: 110%;
}
#third .rightPart .innerLeft{
    height: auto;
    background-color: rgba(255, 255, 255, 0.871);
    z-index: 1;
}
#third p.lead{
    font-size: 12.5px;
    line-height: 2.333;
    text-align: left;
    color: rgb(114, 123, 142);
}
#third .headingM{
    font-size: 30px;
}
#third h2{
    color: #e11111;
}


/* ----------------------
[6.  Features / #features]
------------------------- */
#features{
    min-height: 578px;
    background-color: rgb(104, 80, 187);
	padding-bottom: 50px;
}
#features h1.headingM{
	color: #fff;
}
#features h3.headingM{
    font-size: 22px;
	color: #a75c9a;
}

/* ----------------------
[6.1. Header / .header]
------------------------- */
section .header p.lead{
    font-size: 12.5px;
    line-height: 2.333;
    color: rgb(114, 123, 142);
}
#features .imageWrapper img{
    width: 100%;
}


/* ----------------------
[6.2. Content / .fourK]
------------------------- */
#features .fourK{
    position: absolute;
    right: 0;
    top: 90px;
    background-color: rgba(255, 255, 255, 0.902);
    max-width: 667px;
    min-height: 221px;
}
#features .fourK .row{
    margin-right: -8px;
}
#features .leftPart{
    transition: all 0.7s ease-in-out 0.3s;
}
#features .leftPart h1{
    font-size: 30px;
    line-height: normal;
}
#features .leftPart hr{
    position: relative;
    width: 90%;
    left: 5%;
    border-width: 1.5px;
}
#features .leftPart p{
    /*font-size: 12.5px;
    color: rgb(185, 192, 203);*/
}
#features .leftPart a{
    font-size: 12.5px;
}
#features .rightPart .fourkd{
    height: 50%;
    transition: all 0.3s ease-in-out !important;
}
#features .rightPart .fourkd.active,
#features .rightPart .fourkd:hover{
    transform: scaleX(1.2) scaleY(1.1) ;
    background-image: -moz-linear-gradient( 68deg, rgb(47,130,255) 0%, rgb(20,90,195) 100%);
    background-image: -webkit-linear-gradient( 68deg, rgb(47,130,255) 0%, rgb(20,90,195) 100%);
    background-image: -ms-linear-gradient( 68deg, rgb(47,130,255) 0%, rgb(20,90,195) 100%);
    box-shadow: 0px 34px 59px 0px rgba(0, 0, 0, 0.37);
    z-index: 3;
    top: 5px;
}
#features .rightPart .fourkd.active .wrapper h3,
#features .rightPart .fourkd.active .wrapper p,
#features .rightPart .fourkd:hover .wrapper h3,
#features .rightPart .fourkd:hover .wrapper p{
    color: #ffffff;
}
#features .rightPart .wrapper{
    text-align: center;
}
#features .rightPart .wrapper h3{
    transition: all 0.3s ease-in-out;
    width: 90%;
}
#features .rightPart .wrapper h3 i{
    font-size: 1.3em;
}
#features .rightPart .wrapper p{
    transition: all 0.3s ease-in-out;
    font-size: 12.5px;
    color: rgb(185, 192, 203);
    line-height: 1.33;
    width: 110%;
}


/* ----------------------
[7.2.1. Navigation / .navbar]
------------------------- */
#videos .navbar{
    width: 80%;
    margin: auto;
    justify-content: flex-start;
}
#videos .navbar li{
    list-style-type: none;
}
#videos .navbar a{
    font-size: 12.583px;
    color: rgb(148, 155, 168);
    line-height: 2.571;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    padding: 1rem 1.8rem;
}
#videos .navbar a:hover,
#videos .navbar a.active{
    background-image: -moz-linear-gradient( 68deg, rgb(47,130,255) 0%, rgb(20,90,195) 100%);
    background-image: -webkit-linear-gradient( 68deg, rgb(47,130,255) 0%, rgb(20,90,195) 100%);
    background-image: -ms-linear-gradient( 68deg, rgb(47,130,255) 0%, rgb(20,90,195) 100%);
    box-shadow: 0px 34px 59px 0px rgba(0, 0, 0, 0.37);
    color: #ffffff;
}


/* ----------------------
[7.2.2. Main / .draw]
------------------------- */
#videos {
    padding-bottom: 40px;
}
#videos .draw{
    /*height: 480px;
    overflow: hidden;*/
}
#videos .draw .videoIcon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: rgba(0, 0, 0, 0.361);
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    border-radius: 50%;
}
#videos .draw video{
    object-fit: cover;
}
#videos .draw .videoIcon{
    color: white;
    font-size: 1.5em;
}
#videos .contentPart{
    /*overflow-y: scroll;*/
}
#videos .contentPart::-webkit-scrollbar-track{
	border-radius: 6px;
	background-color: rgb(185, 192, 203);
}
#videos .contentPart::-webkit-scrollbar
{
	width: 12px;
    background-color: #F5F5F5;
}
#videos .contentPart::-webkit-scrollbar-thumb
{
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgb(114, 123, 142);
    background-image: url("../images/scrollBarPipes.png");
    background-repeat: no-repeat;
    background-position: 50%;
}
#videos .contentPart .headingM{
    font-size: 22px;
    color: #a75c9a;
    }
#videos .contentPart p{
    /*font-size: 12.5px;
    color: rgb(185, 192, 203);
    line-height: 2.333;*/
}
  

/* ----------------------
[8.1. Header / .header]
------------------------- */
#gallery .header ul{
    display: inline-block;
}
#gallery .header ul li{
    float: left;
    list-style-type: none;
}
#gallery .header ul li a{
    padding: 7px 30px;
    background: rgb(185, 192, 203);
    color: white;
    margin-right: 5px;
    display: block;
    font-size: 1.3em;
    transition: all 0.3s ease-in-out;
}
#gallery .header ul li a:hover,
#gallery .header ul li a.active{
    background-image: -moz-linear-gradient( 68deg, rgb(47,130,255) 0%, rgb(20,90,195) 100%);
    background-image: -webkit-linear-gradient( 68deg, rgb(47,130,255) 0%, rgb(20,90,195) 100%);
    background-image: -ms-linear-gradient( 68deg, rgb(47,130,255) 0%, rgb(20,90,195) 100%);
    box-shadow: 0px 17px 43px 0px rgba(0, 0, 0, 0.41);
    transform: scale(1.2);
}


/* ----------------------
[8.2. Slider / #firstSlider]
------------------------- */
#firstSlider, #secondSlider{
    width: 100%;
    overflow: hidden;
    height: 380px; /* temporary */
}
#firstSlider{
    height: 522px;
}
#firstSlider .owl-item img{
    height: 250px;
}
#firstSlider .owl-item.center img{
    height: 175px;
}
#firstSlider .owl-item.active{
    transform: scale(1.4);
}
#firstSlider .owl-item.active:not(.center){
    position: relative;
    left: -175px;
    top: -30px;
}
#firstSlider .owl-item.center + .active {
    position: relative;
    right: -175px;
    left: initial;
}
#firstSlider .owl-item.active:not(.center)::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 253, 253, 0.6);
}
#firstSlider .owl-item.active.center{
    transform: scale(2.5);
    z-index: 5;
    transition: all 0.3s linear;
    opacity: 1;
    box-shadow: inset 0 -10px 10px -10px #000000;
    box-shadow: 0px 0px 40px 0px #948e8e30;
}
#firstSlider .owl-stage-outer{
    padding: 115px 0;
}

#firstSlider .owl-nav{
    position: absolute;
    top: 43%;
    width: 100%;
}
#firstSlider .owl-prev,
#firstSlider .owl-next{
    position: absolute;
    background: none!important;
    
}
#firstSlider .owl-prev i,
#firstSlider .owl-next i{
    color: white;
    font-size: 1.4em;
    opacity: 1;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
#firstSlider .owl-prev i{
    padding-right: 5px;
}
#firstSlider .owl-next i{
    padding-left: 5px;
}
#firstSlider .owl-prev{
    left: 23%;
}
#firstSlider .owl-next{
    right: 24%;
}
.owl-carousel .owl-dots{
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: inline-block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
#firstSlider .owl-dot.active{
    background-image: -moz-linear-gradient( 68deg, rgb(47,130,255) 0%, rgb(20,90,195) 100%);
    background-image: -webkit-linear-gradient( 68deg, rgb(47,130,255) 0%, rgb(20,90,195) 100%);
    background-image: -ms-linear-gradient( 68deg, rgb(47,130,255) 0%, rgb(20,90,195) 100%);
    opacity: 1;
}


/* ----------------------
[9.2. Slider / .slider]
------------------------- */
#testimonials{
    background-image: url(../images/slider2.png);
    background-position: left 100px;
    background-size: 39%;
    background-repeat: no-repeat;
    overflow: hidden;
	background-color: #6850bb;
	padding: 50px 0;
}
#testimonials .wrapper{
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid rgb(243, 243, 243);
    padding: 20px 20px 20px 30px;
    position: relative;
	width:70%;
	margin:30px auto;
}
#testimonials .owl-stage{
    padding: 50px 0;
}
#testimonials .owl-item.active:not(.center){
    position: relative;
    left: -80px;
    opacity: 0.7;
}
#testimonials .owl-item.center{
    border-radius: 10px;
}
#testimonials .owl-item.center .wrapper{
    border: none!important;
    box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.26);
}
#testimonials .owl-item.center + .active{
    left: initial;
    right: -80px;
}
#testimonials .wrapper img{
    border-radius: 50%;
    background-color: rgb(213, 213, 213);
    width: 120px;
    height: 120px;
}
#testimonials .upper > div{
    padding-left: 30px;
}
#testimonials .upper h3{
    font-size: 15.545px;
    color: rgb(107, 116, 126);
    font-weight: bold;
    line-height: 1.879;
    margin: 0;
}
#testimonials .upper p{
    font-size: 16px;
    color: rgb(107, 116, 126);
    line-height: 1.5;
}
#testimonials .bottom p{
    font-size: 18px;
    color: rgb(81, 81, 81);
    line-height: 1.558;
    width: 90%;
    padding-left: 20px;
    padding-top: 20px;
}
#testimonials .quotes{
    position: absolute;
    bottom: -95px;
    right: 17px;
    color: rgb(199, 203, 208);
    font-size: 8em;
    font-weight: bold;
}
#testimonials .owl-dots,
#testimonials .owl-nav{
    display: block;
    text-align: center;
}
#testimonials .owl-dot.active{
    background-color: rgb(24, 95, 203);
    opacity: 1;
}
#testimonials .owl-prev, 
#testimonials .owl-next {
    background: none;
    font-size: 1.3em;
    width: initial;
    opacity: 1;
    color: rgb(114, 123, 142);
}


/* ----------------------
[10. Buynow / #buynow]
------------------------- */
#buynow{
    margin-top: 0px;
}
#buynow .blueBack{
    height: 150px;
    position: relative;
    top: 0%;
    /*transform: translateY(-50%);*/
    background-image: url("../images/buyreflex.png");
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
}
#buynow .blueBack > a{
    text-decoration: none;
    color: inherit;
}
#buynow .blueBack h3{
    position: relative;
    padding-top: 55px;
    font-weight: bold;
	color: #fff;
}
#buynow .blueBack p{
    color: rgba(255, 255, 255, 0.6);
}
#buynow .bottomLine{
    text-align: center;
    margin-top: 0px;
}
#buynow .bottomLine h3{
    font-size: 17px;
    color: rgb(114,123,142);
    font-weight: bold;
}
#buynow .bottomLine p{
    width: 55%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 29px;
    color: rgb(185,192,203);
}
#megrendeles h3, #megrendeles h1 {
    color: #a75c9a;
}
#megrendeles h2 {
    color: rgb(81, 81, 81);
}
.top1 {
    margin-top: 60px;
}
/* ----------------------
[11. Footer / footer]
------------------------- */
footer{
    background-color: #353941;
    color: white;
    margin-top: 100px;
}
footer .footer-brand{
    margin-right: 35px;
}
footer h6{
    font-size: 15px;
    font-weight: bold;
}
footer ul{
    padding-left: 0;
}
footer ul li{
    list-style-type: none;
}
footer ul li a{
    font-size: 13px;
    line-height: 33px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease-in-out;
}
footer ul li a:hover{
    text-decoration: none;
    color: white;
}
footer ul li .input-group{
    height: 33px;
}
footer ul li .input-group>.form-control{
    background-color: transparent;
    border-radius: 0px;
    font-size: 13px;
    outline: none;
    border-color: #ced4da75;
}
footer ul li .input-group>.form-control:focus{
    box-shadow: none;
}
footer ul li .btn-outline-secondary{
    background-image: url("../images/footerBtnBg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: .375rem 1.5rem;
    outline: none;
    border: none;
}
footer ul li .btn-outline-secondary:focus,
footer ul li .btn-outline-secondary:active,
footer ul li .btn-outline-secondary:not(:disabled):not(.disabled):active{
    box-shadow: none;
    background-image: url("../images/footerBtnBg.png");
}

footer ul li .btn-outline-secondary i{
    font-size: 1.1em;
}
footer ul.footerNavLeft,
footer ul.footerNavSocial{
    display: inline-flex;
    margin-bottom: 0px;
}
footer ul.footerNavLeft{
    display: flex;
    flex-wrap: wrap;
}
footer ul.footerNavSocial{
    float: right;
}
footer ul.footerNavSocial li{
    float: left;
    margin-right: 7px;
}
footer ul.footerNavLeft li{
    margin-right: 10px;
}
footer ul.footerNavLeft li a{
    font-size: 12px;
}
footer ul.footerNavSocial li a{
    opacity: 1;
    font-size: 12px;
    margin-right: 13px;
}
footer ul.footerNavSocial li a i{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    background-color: #909093;
    color: black;
    transition: all 0.3s ease-in-out;
}
footer ul.footerNavSocial li.active a i,
footer ul.footerNavSocial li a i:hover{
    background-color: white;
    color: #353941;
}
footer hr{
    background-color: rgba(255, 255, 255, 0.5);
    border-width: 0.5px;
}
footer .copyright{
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}


/* ----------------------
[12. Animations keyframes / @keyframes]
------------------------- */
@keyframes arrowScale{
    from{
        transform: scale(1.1);
    }
    to{
        transform: scale(1);
    }
}
@keyframes arrowDown{
    from{
        top: -5px;
    }
    to{
        top: 5px;
    }
}


/* ----------------------
[13. Animations classes / .scrAnm]
------------------------- */
.scrAnm {
    opacity: 0;
    position: relative;
}

/* slide left animation for scroll */
.scrAnm.slLeft {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}
.scrAnm.slLeft.show {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/* slide right animation for scroll */
.scrAnm.slRight {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}
.scrAnm.slRight.show {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/* slide up animation for scroll */
.scrAnm.slUp {
    opacity: 0;

    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;

    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.scrAnm.slUp.show {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/* slide up animation for scroll */
.scrAnm.slBot {
    opacity: 0;

    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;

    -moz-transform: translate3d(0px, -200px, 0px);
    -webkit-transform: translate3d(0px, -200px, 0px);
    -o-transform: translate(0px, -200px);
    -ms-transform: translate(0px, -200px);
    transform: translate3d(0px, -200, 0px);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.scrAnm.slBot.show {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/* scale 2x animation for scroll */
.scrAnm.scale-2x {
    opacity: 0;

    -moz-transition: all 1000ms ease-out;
    -webkit-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;

    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
.scrAnm.scale-2x.show {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
ul.check-ok li {
        padding-left: 55px;
    padding-top: 13px;
    padding-bottom: 8px;
    background: url("../images/check-ok.png") no-repeat 0 0;
}
#garancia {
    background-color: #6850bb;
	color: #fff;
}
#garancia h1{
	color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}
.red-font {
    color: #e11111 !important;
}
.white-font {
    color: #fff !important;
}
.blue-font {
    color: #181e98;
	font-weight: 700;
}
/*Countdown*/
.countdown{margin:0 auto;padding:0;text-align:center;}
.countdown li { display: inline-block;width:70px;margin:0 auto 0 15px;}
.countdown li:first-child{margin-left:0;}
.countdown li h3 {color:#fff;font-size:28px;border:2px solid #fff;padding:10px 0 10px;margin-bottom:10px;}
.countdown li p {color:#fff; text-transform:uppercase;}
#coming-soon-count.countdown li h3 {color:#000;border:2px solid #000;}
#coming-soon-count.countdown li p {color:#000;}
.countdown-title {text-align:center;}
.countdown-title h1{text-transform:uppercase;font-size:72px;color:#fff;letter-spacing:5px;}
.countdown-title p{text-transform:uppercase;color:#fff;letter-spacing:1px;margin-top:15px;margin-bottom:13px;}
@media only screen and (max-width: 479px){
.countdown li {width:50px;margin:0 auto 0 5px;}
.countdown li h3 {padding:5px 0 5px;margin-bottom:10px;}	
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.countdown li {width:60px;margin:0 auto 0 10px;}
.countdown li h3 {padding:5px 0 5px;margin-bottom:10px;}	
}
/* ----------------------
[14. Media queries / @media]
------------------------- */
@media screen and (min-width: 1535px){
    #home{
        height: 750px;
    }
    #home .backWrapper{
        height: 97%;
    }
    #home .imgWrapper img{
        top: 15px;
    }
    #home .iconHolder{
        top: -10px;
    }
    #buynow .blueBack{
        background-size: cover;
    }
}
@media screen and (min-width: 1735px){
    #home{
        height: 750px;
    }
    #home .backWrapper{
        height: 100%;
    }
    #home .imgWrapper img{
        top: 30px;
    }
    #home .iconHolder{
        top: 150px;
    }
}
@media only screen and (min-width:1200px){
#home::before {
    background: url(../images/a-honap-ajanlata-balra-dontott.png) no-repeat;
    content: "";
    height: 250px;
    left: 145px;
    position: absolute;
    top: 7px;
    width: 250px;
}
#home::after {
    background: url(../images/arengedmeny-badge-jobbra-dontott.png) no-repeat;
    content: "";
    height: 210px;
    right: 145px;
    position: absolute;
    top: 10px;
    width: 210px;
}
.mobilbadge{display:none !important;}
}
@media only screen and (min-width:960px) and (max-width:1199px){
#home::before {
    background: url(../images/a-honap-ajanlata-balra-dontott.png) no-repeat;
    content: "";
    height: 250px;
    left: 30px;
    position: absolute;
    top: 7px;
    width: 250px;
}
#home::after {
    background: url(../images/arengedmeny-badge-jobbra-dontott.png) no-repeat;
    content: "";
    height: 210px;
    right: 20px;
    position: absolute;
    top: 7px;
    width: 210px;
}
.mobilbadge{display:none !important;}
}
@media only screen and (min-width:768px) and (max-width:959px){
#home::before {
    background: url(../images/a-honap-ajanlata-balra-dontott.png) no-repeat;
    content: "";
    height: 250px;
    left: -5px;
    position: absolute;
    top: 0px;
    width: 250px;
}
#home::after {
    background: url(../images/arengedmeny-badge-jobbra-dontott.png) no-repeat;
    content: "";
    height: 210px;
    right: -5px;
    position: absolute;
    top: 0px;
    width: 210px;
}
.mobilbadge{display:none !important;}
}
@media screen and (max-width: 1199px){
    #about .row .rightCol{
        min-height: 430px;
    }
    #videos .navbar{
        width: 100%;
    }
	#features .fourK {
    max-width: 467px;
    }
	.top1 {
    margin-top: 35px;
    }
}
@media screen and (max-width: 991px){
    #home .iconHolder{
        top: 0px;
    }
	#home .imgWrapper img {
    top: 90px;
    }
    #about .row .rightCol{
        min-height: 565px;
    }
    #videos .navbar{
        justify-content: center;
    }
    #videos .navbar a{
        padding: 0.6rem 0.8rem;
        font-size: 13px;
    }
    #firstSlider .owl-prev{
        left: 5%;
    }
    #firstSlider .owl-next{
        right: 10%;
    }
    #testimonials{
        background-position: left 70%;
        background-size: 47%;
    }
    #testimonials .wrapper{
    
    }
	#features .fourK {
    max-width: 367px;
    top: 30px;
    }
	#third {
    /*margin-top: 150px;*/
    }
	#down {
    padding-top: 120px;
    }
	.top1 {
    margin-top: 0;
    }
}
@media screen and (max-width: 767px){
    /* header */
    #home{
        height: 1100px;
    }
	#home .headerDesc{
        text-align: center;
    }
    #home .imgWrapper img{
        width: 85%;
    }
	#home .imgWrapper img {
    top: 0;
    }
    #home .iconHolder{
        top: 10px;
    }
    #home .iconHolder a span{
        border-color: #fff;
    }
    #home .iconHolder a{
        color: #fff;
    }
    
    /* about */
    #about{
        margin-top: 80px;
    }
    #about .row .leftCol .v-align{
        top: 37%;
        width: 30%;
    }
    #about .row .leftCol button{
        padding-left: 26px!important;
        padding-right: 26px!important;
        font-size: 15px;
    }
    #about .row .rightCol{
        min-height: 750px;
        top: 50px;
        right: -15px;
        left: unset;
    }
    #about .iconHolder{
        position: relative;
        top: 190px;
    }

    /* third */
    #third{
        margin-top: 50px;
        min-height: 50px;
    }
    #third .leftPart img.cameraImg{
        width: 50%;
    }
    #third .rightPart {
        min-height: 450px;
        text-align: center;
    }
    #third .rightPart img.remoteControlImg{
        width: 50%;
    }
    #third .rightPart .innerLeft{
        top: 72%;
        transform: none;
    }
    #third .rightPart .innerRight{
        position: static;
        left: unset;
    }
    #down {
    padding-top: 370px;
    }
    /* fourth */
    #features{
        /*min-height: 1000px;
        overflow-x: hidden;
        overflow-y: -webkit-paged-y; */
    }
    #features .fourK {
        top: 25px;
        min-height: auto;
        max-width: 100%;
        position: relative;
		padding: 0 10px;
    }
    #features .imageWrapper{
        text-align: center;
    }
    #features .rightPart .wrapper h3{
        width: 100px;
    }
    #features .fourkd {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #features .leftPart hr{
        width: 100%;
        left: 0;
    }

    /* videos */
    #videos .draw{
        min-height: 480px;
        height: auto;
    }
    #videos .draw .videoPart {
        padding-right: 0;
    }
    #videos .contentPart{
        overflow-y: auto;
    }
    #testimonials{
        background-position: left 50%;
        background-size: 53%;
    }

    /* buynow */
    #buynow .blueBack{
        padding: 5px;
    }
    #buynow .blueBack h3{
        font-size: 1.5em;
        margin: 0;
		padding-top: 40px;
    }
    #buynow .blueBack p{
        font-size: 0.9em;
    }
    #buynow .bottomLine p{
        width: 90%;
    }

    /* footer */
    footer ul.footerNavSocial{
        float: none;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 576px){
    #features {
        /*min-height: 950px;*/
    }
    #features .fourK {
        min-height: 375px;
		width: 90%;
        margin: 0 auto;
    }
    #videos .navbar a{
        font-size: 10px;
    }
    #about{
        min-height: 0px;
    }
    #about .row .leftCol .v-align{
        width: 80%!important;   
    }
    #about .row .rightCol{
        /*left: 0;
        top: 80%!important;
        width: 100%;
        max-width: 100%;
        box-shadow: none;*/
		display: none;
    }
    #about .row h3{
        font-size: 17px;
    }
	#down {
    padding-top: 0px;
    }
    #third{
        margin-top: 50px;
    }
    #about .iconHolder{
        top: 360px;
    }
    #home nav.navbar:not(.sticky){
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}
@media screen and (max-width: 515px){
    #features .fourK{
        top: 25px;
    }
    #features .rightPart .wrapper h3{
        width: 80px;
    }
}
@media screen and (max-width: 494px){
    #home {
        height: 1350px;
    }
}
@media screen and (max-width: 480px){
    #third .rightPart .innerLeft{
        top: 60%;
    }
    #videos .navbar a{
        font-size: 10px;
        padding: 0.5rem 0.6rem;
    }
    #testimonials{
        background-position: left 60%;
        background-size: 100%;
    }
    #buynow .blueBack h3{
        font-size: 22px;
        padding-top: 45px
    }
    #buynow .blueBack p{
        font-size: 0.7em;
    }
    footer{
        margin-top: 100px;
    }
}
@media screen and (max-width: 376px){
    #about .iconHolder {
        top: 550px;
    }
    #testimonials{
    
    }
    #third {
        margin-top: 50px;
    }
    #features{
        margin-top: 0px;
    }
    #third .rightPart .innerLeft {
        top: 50%;
    }

    #videos{
        margin-top: 0px;
    }
}