
@font-face {
    font-family: OpenSans-Light;
    src: url("../fonts/OpenSans-Light.ttf");
    }
    @font-face {
    font-family: OpenSans-Regular;
    src: url("../fonts/OpenSans-Regular.ttf");
    }
    @font-face {
    font-family: OpenSans-Bold;
    src: url("../fonts/OpenSans-Bold.ttf");
    }
    @font-face {
    font-family: JosefinSans-Bold;
    src: url("../fonts/JosefinSans-Bold.ttf");
    }
    @font-face {
    font-family: JosefinSans-Regular;
    src: url("../fonts/JosefinSans-Regular.ttf");
    }
    h1{
    color:#00415a;
    font-family: JosefinSans-Regular;
    }
    h2{
    color: #00415a;
    font-family: JosefinSans-Regular;
    text-transform: Uppercase;
    }
    h3{
    color:#00415a;
    font-family: JosefinSans-Regular;
    }
    body {
    margin: 0;
    font-family: 'OpenSans-Light', sans-serif;
    color:#4d4d4d;
    }
    /* unvisited link */
a:link {
    color: #f2f2f2;
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    color: #f2f2f2;
    text-decoration: none;
  }
  
  /* mouse over link */
  a:hover {
    color: #bfbfbf;
    text-decoration: none;
  }
  
  /* selected link */
  a:active {
    color: #f2f2f2;
    text-decoration: none;
  }
    .heading{  
    position: relative;
    width:100%;
    background-color: #00415a;
    text-align: center;
    
    }
    .heading1{ 
    margin-left:auto;
    margin-right:auto;
    width:70%;
    }
    .logo{
    padding-top:10px;
    padding-bottom:10px;
    width:100%;
    display:inline-block;
    }
    .logo2{
    padding-top:10px;
    padding-bottom:10px;
    display:inline-block;
    width:87%;
    text-align:right;
    }

    .fa {
    padding: 10px;
    font-size: 24px;
    width: 24px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 100px;
    
    }
    .fut{
    color:#00415a;
    background-color:#fff;
    box-shadow: 0px 0px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 100px;
    }

    .topnav {
    overflow: hidden;
    background-color:white;
    border-radius: 5px;
    padding:10px;
    }
    .topnav a {
    margin-left:10px;
    margin-right:5px;
    float: left;
    display: block;
    color: #b3b3b3;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
    font-family: JosefinSans-Regular;
    }
    .topnav a:hover {
    color: #009bd6;
    }
    .topnav a.active {
    color: #009bd6;
    border-bottom: 2px solid #009bd6;
    }
    .topnav .icon {
    display: none;
    margin-top: -20px;
    }
    .punch1{
    margin-top:20px;
    color:white;
    font-size: 32px;
    font-family: JosefinSans-Bold;
    text-shadow: 2px 2px #000;
    }
    .punch2{
    color:#00415a;
    font-size: 32px;
    font-family: JosefinSans-Bold;
    /*animation: 1.5s ease-out 0s 1 slideInFromLeft;*/
    text-shadow: 2px 2px #d9d9d9;
    text-align: center;
    }
    .wraper{
    margin-top:1px;
    margin-left:auto;
    margin-right:auto;
    width:70%;
    /*border:  1px solid black;*/
    }
    .intro{
    font-size: 18px;
    padding:10px 10px 0px 10px;
    }
    .containerT{
    width:100%;
    display:flex;
    }
    .containerPara{
    display:table-cell;
    width:32.5%;
    
    }
    .shadow{
    margin:20px; 
    padding:10px; 
    border-radius: 15px;
    background: #f2f2f2; /* Fallback for older browsers without RGBA-support */
    box-shadow: 5px 4px 15px -4px rgba(143,143,143,0.75);
    -webkit-box-shadow: 5px 4px 15px -4px rgba(143,143,143,0.75);
    -moz-box-shadow: 5px 4px 15px -4px rgba(143,143,143,0.75);
    
    }
    .shadoww{
    margin:20px; 
    padding:10px; 
    border-radius: 15px;
    background: #ffffff; /* Fallback for older browsers without RGBA-support */
    }
    .head1{
    padding:0px 20px 20px 20px;
    
    }
    .naslov{
    height:40px;
    margin-bottom:5px;
    }
    .serviceHeading{
    font-size:32px;
    color:#00415a;
    font-family: JosefinSans-Regular; 
   
    }
    .services{
    text-align:center;
    }
    .serviceLine{
    margin-top:5px;
    padding-bottom:5px;
    }
    .button {
    background-color:#00415a;
    border: none;
    color:  #fff;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
    font-family: OpenSans-Bold;
    }
    .pitaj{
    width: 100%;
    
    border-radius: 10px; 
    }
    .pitaj2{
    /*background-color:#00415a;*/
    color:#00415a;;  
   
    border-radius: 10px;   
    text-align:center; 
    }
    .pitaj3{
    color:#00415a;;  
    padding:20px;   
    }
    .button2 {
    background-color:#fff;
    border: none;
    color:  #00415a;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 6px;
    font-family: OpenSans-Bold;
    }
    .contactMain{
    display:flex;
    /*width:98%;*/
    border: 1px solid #ccc;
    border-radius: 10px;
    }
    .contactData{
    width:calc(50% - 40px); 
    display:table-cell;
    color: #00415a;
    padding:20px;
    }
    .shadow2{
    height:97%;
    background: #f2f2f2;
    border-radius: 10px;
    padding:10px;
    box-shadow: 5px 4px 15px -4px rgba(143,143,143,0.75);
    -webkit-box-shadow: 5px 4px 15px -4px rgba(143,143,143,0.75);
    -moz-box-shadow: 5px 4px 15px -4px rgba(143,143,143,0.75);
    }
    div.input-block {
    position: relative;
    margin-bottom:10px
    }
    div.input-block input {
    font-weight: 400;
    font-size: 1.0rem;
    color: #495055;
    width:calc(100% - 40px);
    /*width:calc(100% - 60px);*/
    padding: 15px 15px;
    border-radius: 0.5rem;
    border: 1px solid  #D9D9D9;
    outline:none;
    }
    div.input-block span.placeholder {
    position: absolute;
    margin: 17px 0;
    padding: 0 4px;
    font-family: Roboto, sans-serif;
    color:  #6c757d;
    display: flex;
    align-items: center;
    font-size: 1.0rem;
    top: 0;
    left: 17px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    background: none;
    pointer-events: none;
    }
    div.input-block input:valid + span.placeholder,
    div.input-block input:focus + span.placeholder {
    transform: scale(0.8) translateY(-30px);
    background: #fff;
    }
    div.input-block input:focus{
    color: #00415a;
    border-color: #00415a;
    }
    div.input-block input:focus + span.placeholder {
    color: #00415a;
    }
    textarea {
    width:calc(100% - 10px);
    height: 150px;
    padding: 15px 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    resize: none;
    border-radius: 10px;
    }
    textarea:focus { 
    outline: none !important;
    border-color: #00415a;
    }
    .footer1{
    margin-top:20px;
    padding:20px;
    border-radius: 10px 10px 0px 0px;
    background:#00415a;
    color:#f2f2f2;
    background-image: url("../images/main.png");
    
    }
    .credits{
    font-size:12px ;
    text-align:center;
    }
    .fa2 {
    font-size: 24px;
    width: 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    color:#fff;
    background-color:#00415a;
    box-shadow: 0px 0px;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    }
    @keyframes slideInFromLeft {
    0% {
    transform: translateX(-100%);
    }
    100% {
    transform: translateX(0);
    }
    }
    @keyframes zoom-in-zoom-out {
    0% {
    transform: scale(0.5, 0.5);
    }
    100% {
    transform: scale(1.0, 1.0 );
    }
    }
    @media screen and (max-width: 750px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
    float: right;
    display: block;

    }
  

    }
    @media screen and (max-width: 750px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0;
    margin-top: 0px;
    }
    .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    }
    }
    /*elementi*/
    @media screen and (max-width: 1000px) {
    .wraper{
    width:98%;
    }
    .containerT{
    display:block;
    }
    .containerPara{
    display:block;
    width:100%;
    }
    .heading1{ 
    width:96%;
    }
    .contactMain{
    display:block;
    }
    .contactData{
    
        width:calc(100% - 40px);
    display:block;  
    }
    div.input-block input {
    width:calc(100% - 30px);
    }
    textarea{
    width:100%;
    }
    .shadow2{
    width:(100% - 60px);
    }
    }/*end 600px*/
    @media only screen and (min-width: 1001px) and (max-width: 1400px){
    .wraper{
    width:98%;
    }
    .heading1{ 
    width:95%;
    }
    }

    .flex {
        display: flex;
    }
    .flex > div {
        width: calc(100%/3); /* Setting the width of columns at one third each */
    
    }
    /* The following CSS is for background colors only */
    .flex > div:nth-child(1) {
        background-color: #b3b3b3;
        padding:20px;
        margin:10px;
        border-radius: 15px;
        background: white; /* Fallback for older browsers without RGBA-support */
        box-shadow: 5px 4px 15px -4px rgba(0, 65, 90,0.20);
        -webkit-box-shadow: 5px 4px 15px -4px rgba(0, 65, 90,0.20);
        -moz-box-shadow: 5px 4px 15px -4px rgba(0, 65, 90,0.20);
    }
    .flex > div:nth-child(2) {
        background-color: #b3b3b3;
        padding:20px;
        margin:10px;
        border-radius: 15px;
        background: white; /* Fallback for older browsers without RGBA-support */
        box-shadow: 5px 4px 15px -4px rgba(0, 65, 90,0.20);
        -webkit-box-shadow: 5px 4px 15px -4px rgba(0, 65, 90,0.20);
        -moz-box-shadow: 5px 4px 15px -4px rgba(0, 65, 90,0.20);
    }
    .flex > div:nth-child(3) {
        background-color: #b3b3b3;
        padding:20px;
        margin:10px;
        border-radius: 15px;
        background: white; /* Fallback for older browsers without RGBA-support */
        box-shadow: 5px 4px 15px -4px rgba(0, 65, 90,0.20);
        -webkit-box-shadow: 5px 4px 15px -4px rgba(0, 65, 90,0.20);
        -moz-box-shadow: 5px 4px 15px -4px rgba(0, 65, 90,0.20);
    }
    
    
    .flex2 {
        display: flex;
    }
    .flex2 > div {
        width: calc(100%/3); /* Setting the width of columns at one third each */
    
    }
    /* The following CSS is for background colors only */
    .flex2 > div:nth-child(1) {
       
        padding:20px;
        margin:10px;
        border-radius: 15px;
        text-align:center;
        border: 1px solid #e6e6e6;
    }
    .flex2 > div:nth-child(2) {
      
        padding:20px;
        margin:10px;
        border-radius: 15px;
        text-align:center;
        border: 1px solid #e6e6e6;
    }
    .flex2 > div:nth-child(3) {
       
        padding:20px;
        margin:10px;
        border-radius: 15px;
        text-align:center;
        border: 1px solid #e6e6e6;
    }
    
    
    .flex3 {
        display: flex;
    }
    .flex3 > div {
        width: calc(100%/3); /* Setting the width of columns at one third each */
    
    }
    /* The following CSS is for background colors only */
    .flex3 > div:nth-child(1) {
       
        padding:20px;
        margin:10px;    
        text-align:center;
        
    }
    .flex3 > div:nth-child(2) {
      
       padding:20px;
        margin:10px;    
        text-align:center;
    }
    .flex3 > div:nth-child(3) {
       
       padding:20px;
        margin:10px;    
        text-align:center;
    }

    .flex4 {
        display: flex;
    }
    .flex4 > div {
        width: calc(100%/4); /* Setting the width of columns at one third each */
    
    }
    /* The following CSS is for background colors only */
    .flex4 > div:nth-child(1) {
        
        padding:20px;
        margin:10px;
        
    }
    .flex4 > div:nth-child(2) {
        
        padding:20px;
        margin:10px;
       
    }
    .flex4 > div:nth-child(3) {
        
        padding:20px;
        margin:10px;
       
        
    }
     .flex4 > div:nth-child(4) {
        
        padding:20px;
        margin:10px;
       
        
    }
    
    @media screen and (max-width: 750px) {
       .flex {
        display: block;
    }
       .flex > div:nth-child(1) {
       display: block;  
       width: calc(100% - 60px);
       }
        .flex > div:nth-child(2) {
       display: block;
       width: calc(100% - 60px);
       }
        .flex > div:nth-child(3) {
       display: block;
       width: calc(100% - 60px);
       }
       .flex2 {
        display: block;
    }
       .flex2 > div:nth-child(1) {
       display: block;  
       width: calc(100% - 60px);
       }
        .flex2 > div:nth-child(2) {
       display: block;
       width: calc(100% - 60px);
       }
        .flex2 > div:nth-child(3) {
       display: block;
       width: calc(100% - 60px);
       }
       
       .flex3 {
        display: block;
    }
       .flex3 > div:nth-child(1) {
       display: block;  
       width: calc(100% - 60px);
       }
        .flex3 > div:nth-child(2) {
       display: block;
       width: calc(100% - 60px);
       }
        .flex3 > div:nth-child(3) {
       display: block;
       width: calc(100% - 60px);
       }
       .flex4 {
        display: block;
    }
       .flex4 > div:nth-child(1) {
       display: block;  
       width: calc(100% - 60px);
       }
        .flex4 > div:nth-child(2) {
       display: block;
       width: calc(100% - 60px);
       }
        .flex4 > div:nth-child(3) {
       display: block;
       width: calc(100% - 60px);
       }
        .flex4 > div:nth-child(4) {
       display: block;
       width: calc(100% - 60px);
       }
    }
    
    .naslovPrice{
      color: #00415a;
        font-family: JosefinSans-Regular;
        text-transform: Uppercase;
        font-size:2em;  
        text-shadow: 2px 2px 4px rgba(116,116,116,0.6);
    }
    .naslovPriceWrap{
     background-color:#f2f2f2;
     padding-top:2em;
     padding-bottom:1.2em;
     margin-bottom:1em;
     border-radius: 10px 10px 10px 10px;     
    }
    .naslovPrice2{
      color: #00415a;
        font-family: JosefinSans-Regular;
        text-transform: Uppercase;
        color:#4d4d4d;
        
    }
    
    .segment{
    padding-top:5px;
    padding-bottom:5px;
    width:70%;
    margin:auto;
    }
    .segment4{
       color: #00415a;  
    padding-top:5px;
    padding-bottom:5px;
    width:90%;
    margin:auto;
    font-size:1.5em;
    text-shadow: 1px 1px 4px rgba(116,116,116,0.6);    
    }

    .segment5{
    padding-top:5px;
    padding-bottom:5px;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    font-size:1em;
    bottom: 0;
    position:absolute;
    }

    .segment6{
        color: #00415a;  
     padding-top:1px;
     padding-bottom:5px;
     width:90%;
     margin:auto;
     font-size:1.2em;
    margin-bottom:1px; 
     }
    
    .hr{
      border: 1px solid #ffe680;
    }
    .hr1{
      border: 1px solid #d9d9d9;
    }
    .button3{
       background-color:#f2f2f2;
        border: none;
        color:  #00415a;
        padding: 15px 25px 15px 25px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.2em;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 6px;
        font-family: OpenSans-Bold;
        box-shadow: 2px 2px 6px rgba(116,116,116,0.6);
        
    }
       .button4{
       background-color:#f2f2f2;
        border: none;
        color:  #00415a;
        width:80%;
        padding: 15px 25px 15px 25px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.2em;
        margin-left:auto;
        margin-right:auto;
        cursor: pointer;
        border-radius: 6px;
        font-family: OpenSans-Bold;
        box-shadow: 2px 2px 6px rgba(116,116,116,0.6);
        
    }
    .star{
       color:  #00415a; 
       font-weight:700; 
    }
    /*
    .heading{
        background-image: url("images/main.png");
     }
    */
    .footerText{
        font-weight:bold;
        font-size:16px;
        margin-bottom:3px;
    }

    .pointer{
        cursor: pointer;
      }

      .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
      }
      
      /* Modal Content */
      .modal-content {
        background-color: #fefefe;
        margin: 100px auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        border-radius: 10px;
        animation: 0.5s ease-out 0s 1 zoom-in-zoom-out;
        
      }

      .close1 {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        }
        .close1:hover,
        .close1:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        }
        

        .socialNetwork22{ width:200px;}
        .socialNetwork22 a:link {
        color: #cccccc;
        }
        .socialNetwork22 a:visited {
        color: #cccccc;
        }
        .socialNetwork22 a:hover {
        color: #009bd6;
        }
        @media only screen and (min-width: 900px) {
        .socialNetwork22{
        float:right;
        width:200px;
        }
        }
        @media only screen and (max-width: 899px) {
        .socialNetwork22{
        width:200px;
        float:none;
        margin:auto;
        }
        }

      
