/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : June 14, 2021, 09:45:45 PM
    Author     : maticm
*/

/*html{
    -ms-overflow-style: -ms-autohiding-scrollbar;
}*/

html {
    overflow-x: hidden;
}

body{
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    color: #ffffff;
    background-color: #ffffff;
    overflow-x: hidden !important;
}

a {
    color: white;
}

a:hover {
    color: white;
}

h1, h2, h3, p{
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 45px;
    font-weight: bold;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

*:focus {
    outline: 0;
    outline: none;
}

a:focus {
    outline:none !important;
}

button:focus {
    outline:0;
}

img:focus {
    outline:0;
}

button{
    border: none;
}

a:hover{
    text-decoration: none;
}
a:focus{
    text-decoration: none;
}

img:focus {
    outline:none !important;
}

label{
    font-weight: normal;
    font-size: 13px;
}
.topNav{
    height: 35px;
    width: 100%;
    max-width: 100%!important;
    background-color: #313242;
}
.social_icons{
    padding-top: 5px;
    padding-left: 5px;
}
.social_icons span{
    margin-left: 20px;
}
.social_icons span a img{
    height: 16px;
    width: 16px;
    margin-right: 10px;
    margin-top: -2px;
}
.social_icons a{
    color: #ffffff;
    line-height: 1.3;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
}

.loginIcons{
    padding-top: 5px;
    padding-right: 40px;
    text-align: right;
}
.loginIcons span{
    margin-left: 20px;
}
.loginIcons span a img{
    height: 16px;
    width: 16px;
    margin-right: 10px;
    margin-top: -2px;
}
.loginIcons a{
    color: #ffffff;
    line-height: 1.3;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all .3s;
}
.loginIcons a:hover{
    transition: all .3s;
    opacity: 0.8;
}
.navbar.main-navbar{
    padding-bottom: 20px;
}
.main-navbar .nav>li>a {
    color: #ffffff;
    font-size: 12px;
    margin-right: 70px;
    padding-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 800;
    transition: all .2s;
}
/*.main-navbar .nav>li:last-child>a{
    margin-right: 40px;
    background-color: #91b744;
    border: 1px solid #91b744;
    padding-left: 40px;
    padding-right: 40px;
    transition: all .2s;
    padding-bottom: 8px;
    color: #ffffff;
}*/
/*.main-navbar .nav>li:last-child>a:hover{
    background-color: #fff;
    color: #91b744;
}*/
.main-navbar .nav.navbar-right{
    margin-top: 20px;
}
.nav>li>a:hover, .nav>li>a:focus{
    color: #bebebe;
    background: none;
}

.activeNav {
    /*    color: #4c577b !important;*/
    color: #bebebe !important;
}
.navbar-brand>img {
    display: block;
    margin-top: 0px;
    margin-left: 35px;
    /*    width: 120px;*/
    height: auto;
    transition: all .3s;
}
.main-navbar.navbar-shrink .nav>li>a {
    color: white;
    font-size: 12px;
    margin-right: 50px;
    padding-top: 8px;
    padding-bottom: 7px;
    font-weight: 800;
    transition: all .2s;
}
.main-navbar.pageNav .nav>li>a {
    color: white;
}
.pageNav .dropdownLi li a{
    color: #000000;
}
.main-navbar.navbar-shrink .nav>li:last-child>a{
    margin-right: 30px;
    padding-bottom: 6px;
    padding-top: 7px;
    /*    color: #fff;*/
}
.main-navbar.navbar-shrink .nav>li:last-child>a:hover{
    color: #91b744;
}
.navbar-shrink .navbar-nav>li>.dropdown-menu{
    margin-top: 15px;
}
.navbar.main-navbar.navbar-shrink{
    margin-top: 0px;
    background-color: black;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    transition: all .3s;
    padding-bottom: 0;
}
.navbar-shrink .navbar-brand{
    padding-top: 2px;
    padding-bottom: 35px;
    margin-top: 20px;
    padding-left: 25px;
}
.navbar-shrink .navbar-brand>img{
    display: block;
    margin-top: -13px;
    margin-left: 35px;
    width: 100px;
    height: auto;
    transition: all .3s; 
}
.navbar.main-navbar .navbar-nav > li > a:focus{
    background-color: transparent;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color: transparent;
}
.main-navbar.navbar-shrink .nav>li>a:hover{
    color: #888888;
}
.dropdown-menu{
    background-color: #fff;
    box-shadow: none;
    border: none;
    left: 5px;
    padding-top: 10px;
}
.dropdownLi li{
    padding-bottom: 8px;
}
.dropdownLi{
    list-style: none;
    padding-left: 10px;
}
.dropdownLi li a{
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    color: #555555;
    transition: all .3s;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.dropdownLi li a:hover{
    color: #bebebe;
}
.caret{
    padding-bottom: 2px;
}
.navbar-shrink .dropdown-menu{
    background-color: #fff;
    -webkit-box-shadow:0px 13px 8px rgb(0 0 0 / 10%);
    box-shadow: 0px 13px 8px rgb(0 0 0 / 10%);
    padding-top: 15px;
}
.navbar-shrink .dropdownLi li{
    padding-bottom: 8px;
}
.navbar-shrink .dropdownLi li a{
    color: #242021;
    transition: all .2s;
}
.navbar-shrink .dropdownLi li a:hover{
    color: #bebebe;
}
.navbar-mobile__content{
    display: none;
}


/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
}
@keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
    0% {transform: scale(1);}
    50% {transform: scale(0.67);}
    100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
    50% {transform: scale(0.67);}
    100% {transform: scale(1);}
}/*End of Zoom out Keyframes */
@keyframes beat{
    to { transform: scale(1.2); }
}

.footer h2 {
    text-align: center;
    font-weight: bold;
}

.question_footer {
    margin-top: 70px;
    padding-left: 91px;
}


.link a {
    color: black;
    font-weight: bold;
    transition: all .3s;
}

.link a:hover {
    color: grey;
}

.question_footer_link {
    margin-top: 70px;
}

.question {
    font-weight: bold;
    color: black;
}

.footer{
    background-color: white;
    color: black;
    padding-top: 80px;
}
.footerInfo{
    margin-left: 170px; 
    font-weight: 200;
}
.footer_middle{
    padding-left: 50px; 
    margin-top: 100px;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 4px;
}
.footer_middle .title{
    margin-bottom: 10px;
}
.footer_middle .info{
    font-weight: 200;
}
.footer_right  {
    color: white;
    font-weight: 800;
    font-size: 14px;
    margin-top: 100px;
}
.footer_right .link{
    margin-bottom: 2px;
}
.footer_right a{
    color: #fff;
    transition: all .3s;
}
.footer_right a:hover{
    opacity: 0.6;
}
.footer_right .payments{
    margin-top: 20px;
}
.payments img{
    margin-right: 15px;
}
.fundText{
    color: black;
    font-size: 13px;
    margin-top: 150px;
    margin-bottom: 10px;
}

.copyRight {
    font-size: 12px;
    color: #fff;
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footerB{
    font-size: 12px;
    background-color: #002b46;
    color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
}
.footerB a{
    color: #ffffff;
    transition: all .3s;
}
.footerB a:hover{
    color: #ffffff54;
}


.header {
    margin-top: 100px;
    min-height: 80vh;
    background-image: url("../images/header-new.png");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: background 300ms ease-in 200ms;
    -moz-transition: background 300ms ease-in 200ms;
    -o-transition: background 300ms ease-in 200ms;
    transition: background 300ms ease-in 200ms; 
}
.container_1_mobile{
    margin-top: 150px;
}
.header h1 {
    color: black;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.02;
}

.header p {
    color: #051824;
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
}

.headerButton {
    color: white !important;
    margin-top: 30px;
    padding: 12px 50px 12px 50px;
    background-color: #533747;
    text-align: center;
    font-weight: bold;
    transition: all .3s;
    border: 1px solid #4D5362;
}

.headerButton:hover {
    padding: 12px 50px 12px 50px;
    background: none;
    text-align: center;
    font-weight: bold;
    transition: all .3s;
    border: 1px solid white;
    color: white;
}

.our_spaces h2 {
    color: white;
    font-size: 30px;
    font-weight: 600;
    margin-top: 40px;
}

.our_spaces p {
    color: white;
    font-size: 18px;
}

.secondButton {
    min-height: 42px;
    /*    border-radius: 3px;*/
    background-color: #051824;
    padding-left: 55px;
    padding-right: 55px;
    font-size: 16px;
    line-height: 1.11;
    letter-spacing: 0.3px;
    color: #ffffff;
    border: 1px solid #979797;
    transition: background-color .5s;
    margin-top: 30px;
    font-weight: 300;
}

.secondButton:hover {
    background-color: #E0E0E0;
    color: black;
}


.image_container {
    position: absolute;
    /*    top: 160%;*/
    left: 50%;
    transform: translate(-50%, -50%);
}

.absolute {
    font-size: 20px;
    color: white;
    position: absolute;
    bottom: 7%;
    left: 11%;
    font-weight: 600;
}

.container_black_mobile{
    margin-top: 230px; 
    text-align:left;
}
.container_black_mobile h2{
    font-size: 32px; 
    font-weight: 800; 
    color: white;
}
.icons_container1 p, .icons_container2 p, .icons_container3 p, .icons_container4 p, .icons_container5 p{
    margin-bottom: 0px; 
    font-size: 18px; 
    font-weight: 800;
}
.icons_container2, .icons_container3, .icons_container4, .icons_container5{
    margin-top: 20px;
}
.icons_container1:before {
    content: url("https://harvestbow.si/library/images/spaces-1.svg");
    position: absolute;
    left: 9%;
    top: 25%;
}

.icons_container1 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1C333D;
    color: white;
}

.icons_container2:before {
    content: url("https://harvestbow.si/library/images/car.svg");
    position: absolute;
    left: 9%;
    top: 25%;
}

.icons_container2 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1C333D;
    color: white;
}

.icons_container3:before {
    content: url("https://harvestbow.si/library/images/team-1.svg");
    position: absolute;
    left: 9%;
    top: 25%;
}

.icons_container3 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1C333D;
    color: white;
}

.icons_container4:before {
    content: url("https://harvestbow.si/library/images/computer-1.svg");
    position: absolute;
    left: 9%;
    top: 25%;
}

.icons_container4 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1C333D;
    color: white;
}

.icons_container5:before {
    content: url("https://harvestbow.si/library/images/serving-dish.svg");
    position: absolute;
    left: 9%;
    top: 25%;
}

.icons_container5 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1C333D;
    color: white;
}
.arrow_container1 p, .arrow_container2 p, arrow_container3 p, arrow_container4 p{
    margin-top: 15px;
}
.arrow_container1:before {
    content: url("https://harvestbow.si/library/images/right-arrow-3.png");
    position: absolute;
    right: -3%;
    top: 20%;
    bottom: 0%;
}

.arrow_container2:before {
    content: url("https://harvestbow.si/library/images/right-arrow-3.png");
    position: absolute;
    right: -7%;
    top: 20%;
    bottom: 0%;
}

.arrow_container3:before {
    content: url("https://harvestbow.si/library/images/right-arrow-3.png");
    position: absolute;
    right: -12%;
    top: 20%;
    bottom: 0%;
}
.buttonContainer{
    margin-top: 60px;
}
.image_container1:before {
    content: url("https://harvestbow.si/library/images/bitmap1.png");
    position: absolute;
    left: -29%;
    top: -24%;
}

.image_container1 {
    margin-left: 110px;
}

.google_container {
    margin-bottom: 150px;
}

.text_container {
    margin-left: 160px;
    margin-top: 60px;
}

.absolute_container {
    background-color: #f8f8f8;
    height: 359px;
    width: 600px;
    position: absolute;
    left: 46%;
    margin-top: 45px;
    z-index: -1;
}

.text_container h2 {
    font-weight: 800;
    font-size: 30px;
    color: black;
}

.text_container h4 {
    font-weight: 800;
    font-size: 18px;
    color: black;
    margin: 0px;
}

.text_container label {
    margin: 0px;
    font-size: 18px;
    color: black;
    font-weight: 800;
}

.text_container p {
    font-size: 18px;
    color: black;
}

.black_box {
    margin-top: 330px;
    margin-bottom: 100px;
}

.black_box_image:before {
    content: "";
    position: absolute;
    left: 4%;
    top: -10%;
    width: 300px;
    height: 300px;
    margin-right: 5px;
    background-color: black;
    z-index: -1;
}

.text_container2 {
    margin-left: 20px;
}

.container_black {
}

.jumbotron {
    background-color: #051824; 
    min-height: 529px; 
    margin-bottom:0;
}

.google_container {
}

.grey_background {
    background-color: #f8f8f8;
    height: 359px;
    width: 780px;
    position: absolute;
    left: 40%;
    margin-top: 68px;
    z-index: -1;
}

.black_box_image img {
    margin-left: 60px;
}

.text_container2 h2 {
    font-size: 30px;
    font-weight: 800;
    color: black;
    margin-left: 219px;
    margin-top: 65px;
}

.text_container2 ul {
    margin-left: 199px;
    margin-top: 31px;
    font-weight: 400;
    font-size: 18px;
}

.text_container2 li {
}
.text_container3{
    margin-bottom: 150px;
}
.text_container3 .titleContainer{
    margin-top: 40px;
}
.text_container3 .titleContainer h2{
    color:black; 
    font-weight: 800; 
    font-size: 36px; 
    margin-top: 100px; 
    margin-bottom: 40px;
}
.text_container3 p {
    font-weight: bold;
    font-size: 16px;
    color: #051824;
}

.text_container3 h2 {
    color:black;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 40px;
}

.section_lecture_room h3 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.section_lecture_room p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.section_lecture_room h5 {
    font-size: 16px;
    color: #fff;
}

.section_lecture_room h1 {
    font-size: 25px;
    font-weight: 800;
    color: white;
}

.float_right {
    padding-left: 150px;
}

.thirdButton {
    min-height: 42px;
    /*    border-radius: 3px;*/
    background-color: #051824;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 16px;
    line-height: 1.11;
    letter-spacing: 0.3px;
    color: #ffffff;
    border: 1px solid #979797;
    transition: background-color .5s;
    margin-top: 30px;
    font-weight: 300;
    white-space: nowrap;
}

.thirdButton:hover {
    background-color: #E0E0E0;
    color: black;
}

.image_wifi:before {
    font-family: 'Poiret One', cursive;
    font-size: 16px;
    content: "WI-FI";
    position: absolute;
    color: white;
    bottom: -79%;
    left: 16%;
}

.image_microphone:before {
    font-family: 'Poiret One', cursive;
    font-size: 16px;
    content: "mikrofon";
    position: absolute;
    color: white;
    bottom: -79%;
    left: 0%;
}

.image_projector:before {
    font-family: 'Poiret One', cursive;
    font-size: 16px;
    content: "projektor";
    position: absolute;
    color: white;
    bottom: -79%;
    left: 5%;
}

.image_blackboard:before {
    font-family: 'Poiret One', cursive;
    font-size: 16px;
    content: "whiteboard";
    position: absolute;
    color: white;
    bottom: -79%;
    left: -1%;
}

.image_background {
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.image_background:before {
    content: url("../images/left-arrow-4.png");
    position: absolute;
    bottom: 5%;
    right: 30%;
}

.image_background:after {
    content: url("../images/right-arrow-4.png");
    position: absolute;
    bottom: 5%;
    right: 22%;
}

.numbers h2 {
    position: absolute;
    bottom: 4%;
    left: 9%;
    font-size: 46px;
    color: white;
    font-weight: 800;
}

.numbers h3 {
    position: absolute;
    bottom: 8%;
    left: 14.5%;
    font-size: 18px;
    color: white;
    font-weight: 800;
}
.lecture_room_text {
    margin-top: 135px;
    padding-left: 73px;
}
.lecture_room_text h1 {  
    font-size: 64px;
    color: #051824;
    font-weight: 800;
}
.lecture_room_text h3 {
    margin-top: 38px;  
    font-size: 20px;
    color: #051824;
    font-weight: 800;
}
.lecture_room_text p {
    font-family: 'Poiret One', cursive;  
    font-size: 16px;
    color: #051824;
}
.location_style{
    margin-top: 35px; 
}
.location_style h2{
    font-family: 'Poiret One', cursive;  
    font-size: 16px;
    color: #051824;
    letter-spacing: 0.36px;
    margin-bottom: 35px;
}
.location_style p{
    font-family: 'Poiret One', cursive;  
    font-size: 16px;
    color: #051824; 
}
.lecture_room_header{
    margin-top: 100px; 
    margin-left: 0px; 
    margin-right: 0px; 
    padding-left: 0px; 
    padding-right: 0px;
}
.landingSlider img {
    height: 100%;
    width: 100%;
}
.slick-prev, .slick-next{
    top: 90%;
}
.slick-next{
    right: 10%;
}
.slick-prev{
    z-index: 9999;
    left: 75%;
}
.slick-prev:before {
    content: url(../images/left-arrow-slider.svg);
    position: absolute;

    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}
.slick-next:before {
    content: url("../images/right-arrow-slider.svg");
    position:absolute;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%);
    opacity: 1;
}
.total__counter{
    font-size: 46px;
    font-weight: 800;
    color: white;
    position: absolute;
    bottom: 5%;
    left: 5%;
}    
.total__counter .divider{
    font-weight: 400;
    font-size: 21px;
    vertical-align: super;
}
.total__counter .total{
    font-weight: 800;
    font-size: 21px;
    vertical-align: super;
}
.slider-img{
    height: 350px;
    width: auto;
}
.slider-img img{
    margin-left: 30px;
    height: 100%;
    width: auto;
}
.slick-dots li button {
    border: solid 1px #979797;
    text-indent: -9999px;
    overflow:hidden;
    border-radius: 100%;
    width: 16px;
    height: 16px;
}

li.slick-active button {
    background-color: #0064a7;
    border: none;
    border-radius: 100%;
}
.slick-dots{
    margin-bottom: -20px;
}

.pageBody{
    background-color: #4c577b;
    padding-top: 180px;
    padding-bottom: 100px;
}
.pageBody h1{
    color: white;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.02;
    margin-bottom: 40px;
}
.pageBody .body{
    line-height: 1.69;
    color: white;
    margin-top: 10px;
    font-size: 16px;
}
.pageBody .homeLink{
    list-style: none;
    margin-top: 40px;
}
.customPageBody{
    padding-top: 35vh;
    padding-bottom: 35vh;
    background-color: #4c577b;
}
.card{
    padding-bottom: 20px;
}

.logos {
    margin: 0 auto;
}

.cta-home img{
    margin-bottom: 60px;
}
.formTitle{
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
    color: white;
}
.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 37px;
    margin-bottom: 12px;
    margin-top: 10px;
    padding-top: 4px;
    font-weight: 400;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid black;
}

.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #313242;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
    background-color: #4c577b;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
    background-color: #4c577b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-control{
    /*    border: solid 1px rgba(0, 0, 0, 0.32);*/
    padding-top: 10px;
    height:50px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    background-color: #313242;
    color: white;
    border: 1px solid #4c577b;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: white;
}
#inputContainer{
    padding-bottom:20px;
    margin-left: 5%;
    width: 80%;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
}
.form-control:focus{
    border: solid 2px #4c577b;
    box-shadow:none;
}

input:-webkit-autofill { 
    -webkit-box-shadow: 0 0 0 1000px #313242 inset !important;
    -webkit-text-fill-color: white;
    /*    border: solid 1px rgba(0, 0, 0, 0.32);*/
}

.requiredInputCheck, .requiredCheckbox{
    border: 1px solid red !important;
}
.successMessage{
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    background-color: darkgreen;
}


/* HARVEST HUB LANDING PAGE */

.section_bcg_image {
    background-image: url("../images/naslovna-min.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 760px;
}

.button_hub {
    background-color: #533747;
    padding-left: 30px !important;
    padding-right: 30px !important;
    transition: all .3s;
    border: 1px solid #4D5362;
    padding-top: 10px;
    padding-bottom: 10px;
}

.button_hub:hover {
    color: white !important;
    border: 1px solid white;
    transition: all .3s;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section_bcg_image h1 {
    margin-bottom: 35px;
}

.section_bcg_image h4 {
    margin-top: 350px;
}

.button_harvesthub {
    padding: 12px 50px 12px 50px;
    background-color: #533747;
    text-align: center;
    font-weight: bold;
    transition: all .3s;
    border: 1px solid #4D5362;
}

.button_harvesthub:hover {
    border: 1px solid white;
    background: none;
    transition: all .3s;
}

.button_harvesthub_white {
    padding: 12px 50px 12px 50px;
    background-color: #533747;
    text-align: center;
    font-weight: bold;
    transition: all .3s;
    border: 1px solid white;
}

.button_harvesthub_white:hover {
    border: 1px solid white;
    background-color: black;
    transition: all .3s;
}

.second_section img {
    max-height: 650px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.second_section h3 {
    padding-top: 140px;
    color: #533747;
    font-weight: bold;
}

.underline {
    margin-top: 20px;
    border-top: 1px solid #979797;
    height: 1px;
    width: 28px;
}

.second_section p {
    color: #545454;
    font-family: 'Mulish', sans-serif;
    margin-top: 30px;
    margin-bottom: 40px;
}

.third_section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #4c577b;
}

.third_section .col-md-3 {
    margin-bottom: 70px;
}

.third_section p {
    margin-top: 20px;
}

.third_section h2 {
    margin-bottom: 50px;
}

.third_section button {
    margin-top: 70px;
}

.background_employee_1 {
    background-image: url('https://www.harvest.si/uploads/employees/1/tomi2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
    background-position: 78% -34px;
    position: relative;
}

.background_employee_2 {
    background-image: url('https://www.harvest.si/uploads/employees/2/gregormegusar.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
    background-position: 78% -34px;
    position: relative;
}

.background_employee_3 {
    background-image: url('https://www.harvest.si/uploads/employees/4/ervinsmisl.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
    background-position: 78% -34px;
    position: relative;
}

.background_employee_4 {
    background-image: url('https://www.harvest.si/uploads/employees/3/jozefabijan.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
    background-position: 78% -34px;
    position: relative;
}

.background_employee_5 {
    background-image: url('https://www.harvest.si/uploads/employees/5/milankosec.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
    background-position: 78% -34px;
    position: relative;
}

.background_employee_6 {
    background-image: url('https://www.harvest.si/uploads/employees/8/lukajensterle.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
    background-position: 78% -34px;
    position: relative;
}

.background_employee_7 {
    background-image: url('https://www.harvest.si/uploads/employees/7/stankogalic.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
    background-position: 78% -34px;
    position: relative;
}

.background_employee_8 {
    background-image: url('https://www.harvest.si/uploads/employees/10/jasminburzic.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
    background-position: 78% -34px;
    position: relative;
}

.employes_caption {
    position: absolute;
    padding-top: 8px;
    padding-bottom: 14px;
    padding-left: 20px;
    bottom: 0;
    left: 0;
    background-color: #533747;
    width: 100%;
}

.name {
    font-size: 20px;
}

.description {
    font-size: 14px;
}

.fourth_section h3 {
    padding-top: 70px;
    padding-bottom: 70px;
    color: #533747;
    font-weight: bold;
}

.fourth_section .col-md-3 {
    margin-bottom: 50px;
}

.btn_container {
    text-align: center;
    padding-bottom: 70px;
}

.fifth_section {
    background-color: #313242;
    font-family: "Mulish", sans-serif;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.fifth_section p {
    margin-top: 30px;
}

.six_section {
    color: #533747;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.six_section h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

/* END OF HARVEST HUB LANDING PAGE*/

.agreementLink {
    /*    color: #4c577b;*/
    color: black;
    transition: all .3s;
}

.agreementLink:hover {
    /*    color: #4c577b;*/
    color: lightblue !important;
}

.agreementLink2 {
    color: #313242;
}

.agreementLink2:hover {
    color: black;
}


.agreementLink:hover {
    color: black;
}

.home_page {
    color: #6495ED;
}

.home_page:hover {
    color: black;
}

.error_page {
    margin-bottom: 20px;
}

.is-visible {
    display: block;
}


.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.AgreeToTermsSpan {
    color: white;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.modal-wrapper {
    top: 25vh;
}
.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}
.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}
.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 50%;
    width: 35em;
    margin-left: -18em;
    background-color: #313242;
    box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
    border-radius: 5px;
}
.modal-wrapper section {
    padding: 20px;
    padding-bottom: 0px;
}
.big-element-text {
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 800;
}
.loginInput {
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #313242;
}

.loginInput:focus {
    border: 2px solid #4c577b;
}
.loginCard {
    padding: 40px;
    width: auto;
    margin: 0 auto;
    margin-top: 30vh;
}
.loginImage {
    margin-bottom: 20px;
}
.modal-footer{
    border: none;
}

.btn-next:active {
    color: white !important;
}

.btn-next{
    background-color: #533747;
    line-height: 2.3;
    border: none;
    height: 45px;
    width: 100%;
    border: 1px solid #313242;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.9px;
    color: #fff;
    transition: all .2s ease-in-out;
    float:right;
    margin-bottom: 20px;
}

.btn-next:hover{
    background-color: #313242;
    border: 1px solid white;
    color: white;
}
.failedLogin{
    color: white;
    background-color: #313242;
    border: 1px solid #4c577b;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* COOKIES */

#gdpr-cookie-message {
    display: block;
    font-weight: 400;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #051824;
    padding: 10px 20px;
    text-align: center;
}
#gdpr-cookie-message h4,
#gdpr-cookie-message p {
    color: #ffffff;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    padding-right: 15px;
}
#gdpr-cookie-message h4 {
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}
#gdpr-cookie-message p a {
    color: #0064a7;
    text-decoration: underline;
    padding-left: 5px;
}
#gdpr-cookie-message button {
    margin: 0 10px;
    background-color: #FFFFFF;
    border: none;
    padding: 5px 10px;
    color: #000;
    font-size: 13px;
}
#gdpr-cookie-message button#gdpr-cookie-advanced {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
#gdpr-cookie-message button:hover {
    opacity: 0.7;
}
#gdpr-cookie-message button#gdpr-cookie-advanced:hover {
    opacity: 0.7;
}
#gdpr-cookie-types h5 {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}
#gdpr-cookie-types ul li {
    list-style: none;
    color: #fff;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
}


/* END OF COOKIES */

.section_about_us {
    padding-top: 200px;
    background-color: #313242;
    padding-bottom: 100px;
}

.services {
    padding-top: 200px;
    padding-bottom: 100px;
    background-color: #313242;
}

.services h2 {
    font-size: 18px;
}

.serviceRow:hover {
    background-color: #4c577b;
}

.activeSection{
    outline: 1px solid white;
    background-color: #4c577b;
    padding-top: 10px;
}

.activeSection .moreText{
    padding-top: 20px;
    display:inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.moreText {
    transition: opacity 2s ease-out;
    display:none;
    overflow: hidden;
    transition: all 0.5s ease;
}

.activeTab div{
    border-bottom: none;
    padding-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
}

.serviceRow {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s ease;
}

.serviceRow:hover{
    outline: 1px solid white;
    background-color: #4c577b;
    cursor: pointer;
}

.services img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 65px;
    margin-bottom: 10px;
}

.services h3, h5 {
    text-align: center;
}

.services h5 {
    margin-bottom: 60px;
    font-size: 16px;
    margin-right: 15px;
    margin-left: 15px;
}

.services h3 {
    font-size: 36px;
}

.passwordError{
    font-size: 13px;
    color: red;
    margin-top: 5px;
    display: none;
}
