/*------------------------------*/
/* BASIC SETUP */
/*------------------------------*/
@charset "utf-8";
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    
}

html{
    
    background-color: white;
    color:white;
    font-family: 'Lato','Arial',sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;

}


header
{
    background-image:url(img/back.jpg);
    background-size: cover;
    background-position: center;
    height: 22vh;
    
}

/*------------------------------*/
/* HEADER */
/*------------------------------*/

.frame
{
    margin-top: 35px;
    position: relative;
    margin-right: 150px;
    margin-bottom: 55px;
	width: 180px;
	height: 150px;
	/*border:#999 1px solid;*/
	float: right;
	background-color: white;
    padding-bottom: 20px;
    text-align:center;
	
}
section{
    padding: 50px 0;
    
}
.row{
    max-width: 1140px;
    margin: 0 auto;
    color: black;
   
 
}
.section-frames
{
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 320px;
    padding-top: 50px;
}

.text-box
{
    position: absolute;
    width:1140px;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.logo
{
    height: 86px;
    width:auto;
    float:left;  
    margin-top: 20px;
}
.main-nav
{
    float:right;
    list-style: none;
    margin-top: 60px;
}
.main-nav li
{
    display: inline-block;
    margin-left: 40px;
}
.main-nav li a:link, .main-nav li a:visited
{
    color:white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 90%;
    transition: border-bottom 0.2s;
    padding: 8px 0;
}
.main-nav li a:hover, .main-nav li a:active
{
    border-bottom: 2px solid #bcbc2c;
}
/*------------------------------*/
/* HEADINGS */
/*------------------------------*/

h1,h2
{


    font-weight: 300;

}
h1{
      margin: 0;
      font-size: 210%;
    letter-spacing: 4px;
    
}
h2{
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
   
  
    letter-spacing: 1px;
    color:black;
    
}
h2:after{
    
    display: block;
    height: 2px;
    background-color: #c6c654;
    content: " ";
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    
}
hr
{
    width: 50%;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    
    
}

	
/*------------------------------*/
/* BUTTONS */
/*------------------------------*/

.btn:link
{
    display: inline-block;
    padding: 10px 20px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 300px;
    color: white;
    font-family: 'Lato','Arial',sans-serif;
}
.btn:hover
{
    background-color:cadetblue;
}

.btn-full
{
    margin-top: 15px;
    background-color:#c6c654;
    color: white;
    
}

/*---------------------------*/
/*       PARAGRAPHS          */
/*---------------------------*/

.long-copy
{
    
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
    font-size: 100%;
    padding-top: 35px;
    
}
.email
{
    color:darkblue;
}
input[type=text],input[type=email], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
/*------------------------------*/
/*           IMAGES             */
/*------------------------------*/
.section-ponuda
{
   padding-top: 0;
   padding-left: 30px;
    padding-top: 35px;
    
}

/*------------------------------*/
/*          HELP                */
/*------------------------------*/
.help-section
{
    padding-top: 35px;
    padding-left: 52px;
    padding-right: 20px;
    float: left;
    
    
  
    
}
.help-section img
{
    height: 80px;
    width: 75px;
    display: block;
    margin-left: 51px;
    
}

.help-section a
{
  text-decoration: none;
    color: midnightblue;
    font-weight: 500;
      


    
    
}
.help-section a:hover
{
    color:darkolivegreen;
}
.help-section a:checked
{
    color:cadetblue;
}

.item
{
  

    font-size: 23;
    font-weight: bold;
  
}



/*------------------------------*/
/* POSLOVNI SOFTVER             */
/*------------------------------*/

.box
{
    height:50px;
    width: 800px;
    border: 1px solid #53539d;
    color: #090965;
    text-align: left;
    padding-top: 10px;
    padding-left: 5px;
    margin-top: 10px;
    
    
 
}
a
{
    text-decoration: none;
}






/*------------------------------  */
/*           ACCORDION            */
/*------------------------------  */

.accordion, .acc-notext{
  background-color: #f4f4f4;
  color: #010150;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid #010150;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  font-weight: 400;
   margin-top: 5px;
}

.active, .accordion:hover, .acc-notext:hover{
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
    
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.acc-content
{
    padding-top: 10px;
    padding-bottom: 10px;
    color:#010150;
    font-weight: 400;
}
.index-content
{
    padding-left: 198px;
    padding-bottom: 185px;
}

.figure
{
    padding-top: 20px;
    padding-right: 100px;
    width: 180px;
	height: 150px;
    background-color: white;
    
    
    float: left;
    
}
.figure img
{
    height: 80px;
    width: 82px;
    display: block;
    margin-left: 50px;
    margin-bottom: 10px;
   
 

}
.image-title
{
     font-size: 20;
    font-weight: 300;
    text-transform: uppercase;
    color:#383737;
    position:sticky;   
}







/*------------------------------*/
/*           FOOTER             */
/*------------------------------*/

footer
{
    background-color: #333;
    padding: 20px;
    margin-top: 150;
}

.footer-nav {
    
    list-style: none;
    float: left;
}

.social-links
{
    list-style: none;
    float: right;
}

.footer-nav li, .social-links li
{
    display: inline-block;
    margin-right: 20px;
    
    
}

.footer-nav li:last-child,
.social-links li:last-child
{
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited

{
    text-decoration: none;
    color: #888;
    transition: color 0.2s;
   
}

.footer-nav li a:hover,
.footer-nav li a:active,
.social-links li a:hover,
.social-links li a:active
{
    color:#ddd;
}

footer p{
    color:#888;
    text-align: center;
    font-size: 90%;
    margin-top: 40px;
}





