@charset "utf-8";
/* CSS Document */
body { font-family:'Roboto'; }

/* DROPDOWN ANIMATION IN NAVBAR */

@media (min-width: 992px) 
{
    .animate 
    {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn 
{
    0% 
    {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% 
    {
        transform:translateY(0rem);
        opacity: 1;
    }
    0% 
    {
        transform: translateY(1rem);
        opacity: 0;
    } 
}

@-webkit-keyframes slideIn 
{
    0% 
    {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% 
    {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% 
    {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn 
{
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

/* HEADER - NASLOVNICA */

.masthead 
{
    font-family:'Roboto';
    color:#fff;
    height: 600px;
    min-height: 600px;
    background-image: url('../../assets/img/htb-cnc-naslovna-slika.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(30,30,30,0.50);
}

@media (max-width:767px)/*mobiteli*/
{
    .masthead
    {
        height: 400px;
        min-height: 400px;
    }
}

.header-text
{
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    /*box-shadow: inset 0 0 0 1000px rgba(30,30,30,0.60);*/
    text-shadow: 2px 1px 0px rgba(0,0,0,0.6);
    padding: 20px;
}

.masthead h1
{
    font-family: 'Roboto';
    font-weight: bold;
    color: #fff;
    /*text-shadow: 4px 4px 2px #333333;*/
    letter-spacing: 1px;
}
.masthead p
{
    letter-spacing: 3px;
    /*text-shadow: 4px 4px 2px #333333;*/
}


/* NAVIGACIJA NAV-BAR */

#logo-nav 
{
    width: 150px;
    height: auto;
}

.navigation-clean 
{
    background: rgb(69,69,69);
    background: linear-gradient(32deg, rgba(69,69,69,1) 0%, rgba(18,18,18,1) 100%);
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #333;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (min-width:768px) 
{
    .navigation-clean 
    {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.navigation-clean .navbar-brand 
{
    font-weight: bold;
    color: inherit;
}

.navigation-clean .navbar-brand:hover 
{
    color: #222;
}

.navigation-clean .navbar-toggler 
{
    border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus 
{
    background: none;
}

.navigation-clean .navbar-toggler 
{
    color: #888;
}

.navigation-clean .navbar-collapse, .navigation-clean .form-inline 
{
    border-top-color: #ddd;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover 
{
    color: #fff;
    box-shadow: none;
    background: none;
    pointer-events: none;
    border-bottom: 2px solid #ff3333;
}

.navigation-clean.navbar .navbar-nav .nav-link 
{
     padding-left: 18px;
    padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link 
{
    color: #fff;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover 
{
    color: #fff!important;
    background-color: transparent;
    border-bottom: 2px solid #ff3333;
    transition: 0s;
}

.navigation-clean .navbar-nav > li > .dropdown-menu 
{
    margin-top: -5px;
    box-shadow: none;
    background-color: #fff;
    border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item 
{
    line-height: 2;
    color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover 
{
    background: #eee;
    color: inherit;
}

#red-button 
{
   /* font-weight: bold;*/
    line-height: 1;
    font-family:'Roboto';
    letter-spacing: 2px;
    padding: 15px 25px 15px 25px;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    background: rgb(255,51,51);
    background: linear-gradient(219deg, rgba(255,51,51,1) 0%, rgba(212,18,18,1) 100%);
    /*-webkit-box-shadow: 0px 4px 0px 0px rgba(128,8,8,1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(128,8,8,1);
    box-shadow: 0px 4px 0px 0px rgba(128,8,8,1);*/
    opacity:0.9;
}


/* TOP INFO BAR */

.index-top-info 
{
    font-weight: 400;
    height: 32px;
    color: #fff;
    /*background-color: #ff3333;*/
    background: rgb(255,51,51);
    background: linear-gradient(90deg, rgba(255,51,51,1) 30%, rgba(212,18,18,1) 100%);
}

@media (max-width: 768px) 
{
    .index-top-info 
    {
        display: none !important;
    }
}

.index-top-info .info-links 
{
    text-decoration: none;
}

.index-top-info .info-links ul 
{
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.index-top-info .info-links ul li 
{
    display: inline-flex;
}

.index-top-info .info-links ul li a 
{
    color: white;
    text-decoration: none;
}

.index-top-info .info-links ul li:not(:last-child) 
{
    margin-right: 15px;
}

.index-top-info .contact-information 
{
    color: white;
}

.index-top-info .contact-information span:not(:last-child) 
{
     margin-right: 15px;
}

/* INFO OGLAS */

/*.beautiful.alert 
{
    margin-top: 20px;
    border-width: 1px;
    background-image: none;
    border-color: transparent;
    border-radius: 0px;
    box-shadow: none;
}

.alert.alert-info.beautiful.alert-info 
{
    background-color: #e0ebf9;
    border-color: #e0ebf9;
    color: #327ad5;
}
*/

/* PARTNER BANNER */

@media (max-width: 991px) 
{
    #partner-img 
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

@media (min-width: 991px) 
{
    #partner-img 
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}

/* CERTIFICATES */

.certificates-list .photos 
{
    padding-bottom: 10px;
}

.certificates-list .item 
{
    padding-top: 80px;
}

#tuv-slika 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 190px;
    transition: transform .4s;
}

#tuv-slika:hover
{
    transform: scale(1.25);
}

@media (max-width: 767px) 
{
    #tuv-slika 
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 130px;
    }
}


/* OUR FEATURES */

.our-features 
{
    color: #fff;
    /*background: rgb(69,69,69);
    background: linear-gradient(32deg, rgba(69,69,69,1) 0%, rgba(18,18,18,1) 100%);*/
}

.our-features p 
{
    color: #ddd;
}

.our-features h2 
{
    border-bottom: 6px solid #ff3333;
    padding-bottom: 10px;
    font-family: 'Roboto';
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 80px;
    color: #fff;
    letter-spacing: 1px;
}

@media (max-width:767px) 
{
    .our-features h2 
    {
        margin-bottom: 25px;
        padding-top: 50px;
        font-size: 24px;
    }
}

.our-features .intro 
{
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto;
}

.our-features .features 
{
    padding: 50px 0;
}

.our-features .item 
{
    text-align: center;
}

.our-features .item .box 
{
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.our-features .item .icon 
{
    font-size: 60px;
    color: #ff3333;
    margin-top: 20px;
    margin-bottom: 35px;
}

.our-features .item .name 
{
    letter-spacing:1px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 20px;
    color: inherit;
}

.our-features .item .description 
{
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}

#img-icon 
{
    width: 60px;
    height: auto;
}


/* ANIMATED SECTION */

.animated-section 
{
    color: #fff;
    background-color: #ff3333;
    padding: 50px 0;
    background-image: url(../../assets/img/htb-cnc-podnaslovna-slika.jpg);
    box-shadow: inset 0 0 0 1000px rgba(255,51,51,0.89);
    background-size: cover;
    background-position: center;
}

.animated-section p 
{
    color: #c4d5ef;
    line-height: 1.5;
}

.animated-section h2 
{
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
    color: inherit;
}

.animated-section .intro 
{
    font-size: 13px;
    max-width: 100%;
    /*margin: 0 auto 25px;*/
}

.animated-section .buttons 
{
    text-align: center;
}

.cd-words-wrapper 
{
    font-family: 'Roboto';
    display: inline-block;
    position: relative;
    text-align: left;
    font-size: 70px;
}

.cd-words-wrapper b 
{
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.blc
{
    font-size: 70px;
}

.cd-words-wrapper b.is-visible 
{
    position: relative;
}

.cd-headline.clip span 
{
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper 
{
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip b 
{
    opacity: 0;
}

.cd-headline b.is-visible 
{
    opacity: 1;
    font-weight: 900;
}


/* OUR JOBS / NAŠE USLUGE */

.our-jobs
{
    padding-bottom:50px;
    color: #fff;
    background: rgb(69,69,69);
    background: linear-gradient(32deg, rgba(69,69,69,1) 0%, rgba(18,18,18,1) 100%);
}

.our-jobs h2
{
    border-bottom: 6px solid #ff3333;
    padding-bottom: 10px;
    font-family: 'Roboto';
    font-weight: bold;
    padding-top: 80px;
    color: #fff;
    letter-spacing: 1px;
}

@media (max-width:767px) 
{
    .our-jobs h2 
    {
        margin-bottom: 25px;
        padding-top: 50px;
        font-size: 24px;
    }
}

.our-jobs .intro 
{
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto 10px;
}

.our-jobs .articles 
{
    padding-top: 50px;
    padding-bottom: 20px;
}

.our-jobs .item 
{
    padding-top: 10px;
    min-height: 400px;
    text-align: center;
    transition: transform .4s;
}

.our-jobs .item:hover
{
    transform: scale(1.04);
}

.our-jobs .item .name 
{
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    color: #fff;
    letter-spacing: 1px;
}

.our-jobs .item .description 
{
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    color: #ddd;
    letter-spacing: 1px;
}


/* CALL SECTION */

.call-section 
{
    color: #fff;
    font-family: 'Roboto';
    background-image: url(../../assets/img/programiranje-stroja.jpg);
    background-position: center;
    box-shadow: inset 0 0 0 1000px rgba(255,51,51,0.89);
    padding: 50px 0 55px;
    overflow: hidden;
}

@media (max-width:767px) 
{
    .call-section 
    {
        text-align: center;
    }
}

.call-section p 
{
    color: #fff;
}

.call-section h2 
{
    font-family: 'Roboto';
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
    color: inherit;
}

.call-section .intro 
{
    font-size: 18px;
    max-width: 500px;
    line-height: 1.5;
}

@media (max-width:767px) 
{
    .call-section .intro 
    {
        max-width: none;
    }
}

.call-section .intro p 
{
    margin-bottom: 35px;
}

.call-section .iphone-mockup 
{
    position: relative;
    max-width: 260px;
    margin-top: -30px;
    margin-bottom: -230px;
    transform: rotate(-15deg);
}

.call-section .iphone-mockup img.device 
{
    width: 100%;
    height: auto;
}


/* BRANDS LIST REFERENCE / LOGO LINKOVI */

#reference-logo
{
    transition: transform .4s;
}

#reference-logo:hover
{
    transform: scale(1.2);   
}

.brands-list 
{
    padding-top:50px;
    padding-bottom:30px;
    color: #fff;
    background: rgb(69,69,69);
    background: linear-gradient(32deg, rgba(69,69,69,1) 0%, rgba(18,18,18,1) 100%);
}

.brands-list h2 
{
    border-bottom: 6px solid #ff3333;
    padding-bottom: 10px;
    font-family: 'Roboto';
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 30px;
    color: inherit;
    letter-spacing: 1px;
}

@media (max-width:767px) 
{
    .brands-list h2 
    {
        margin-bottom: 25px;
        padding-top: 50px;
        font-size: 24px;
    }
}

.brands-list .intro 
{
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto;
}

.brands 
{
    color: #313437;
    padding-bottom: 40px;
}

.brands a:hover 
{ 
    text-decoration: none; 
}

.brands a 
{
    display: block;
    text-align: center;
    padding-top:30px;
}

@media (max-width:767px) 
{
    .brands a 
    {
        padding: 0 0;
    }
}

.brands a img 
{
    width: 100px;
    height: auto;
    display: inline-block;
    margin: 10px 20px;
    vertical-align: middle;
}


/* FOOTER */

footer 
{
    font-family: 'Roboto';
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 55px 50px;
    bottom: 0;
    color: #fff;
    background: rgb(255,51,51);
    background: linear-gradient(90deg, rgba(255,51,51,1) 30%, rgba(212,18,18,1) 100%);
}

.footer-navigation h3
{
    margin: 0;
    font: normal 36px Cookie, cursive;
    margin-bottom: 20px;
    color: #fff;
}

.footer-navigation h3 a 
{
    text-decoration: none;
    color: #fff;
}

.footer-navigation h3 span 
{
    color: #5383d3;
}

.footer-navigation .links a 
{
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}

.footer-navigation .links a:hover
{
    color: #333;
    transition: 0.4s;
}

.footer-navigation .company-name 
{
    font-family: 'Roboto';
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-top: 20px;
}

@media (max-width:767px) 
{
    .footer-contacts 
    {
        margin: 30px 0;
    }
}

.footer-contacts p 
{
    font-size: 18px;
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    padding-top:10px;
}

.footer-contacts p a 
{
    color: #ffffff;
    text-decoration: none;
}

.fa.footer-contacts-icon 
{
    background-color: #333;
    color: #fff;
    font-size: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    margin: 10px 15px 10px 0;
}

span.new-line-span 
{
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-about h4 
{
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-about p 
{
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    margin: 0;
}

#logo-footer 
{
    width: 150px;
    height: auto;
}

#footer-icon-navi
{
    color: #333;
}

#designby 
{
    color: #ff8c8c;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'Roboto';
    font-weight: bold;
}

/* GRADIENT BLACK BACKGROUND */

.gradient-bg
{
    /*padding-bottom: 10px;*/
    background: rgb(69,69,69);
    background: linear-gradient(32deg, rgba(69,69,69,1) 0%, rgba(18,18,18,1) 100%);
}

.error
{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}



.about-htb
{
    color:#fff;
}
.about-htb h3
{
    color:#fff;
}

