.footer-box img {
  width:100%;
}
.sidebar {
  width: 45px;
  position: fixed;
  top:30%;
  left:0;
  }
.sidebar ul{
  -webkit-padding-start:10px;
}

#points1{
  background: -moz-linear-gradient(top, #505459 0%, #282828 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #505459 0%,#282828 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #505459 0%,#282828 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color:#00b7c2ccc;
   text-shadow: 1px 1px 2px black, 0 0 25px  white, 0 0 5px #008a96;
  font-weight: bold;
  min-width: 55px;

}
.ir-box-download .download {
  margin:2%;
  width:21%;
  float:left;
}

.ir-box-download{
  background-color: #F8F8F8 ;
  min-height: 100px;
  width: 960px;
  margin:auto;
  overflow:hidden;
    }
    .ir-box-download .download a{
      color: #00b7c2;
      margin:auto;
      display: block;
      text-align: center;
    }

    .ir-box-download .download a:hover{
      background: #00b7c2;
      color:white;
    }
    .ir-box-download .download:hover a{
      background: #00b7c2;
      color:white;
    }


body{
  background-color: #ededeb;
  background: url(bg8.png) no-repeat center center fixed;
  background-repeat: repeat;
  padding-top: 40px;

}
.box1{
  padding-top:10px;
  background: #F8F8F8;
  width:300px;
}

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
  }

.rectangle-list li{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #eee;
    color: #484848;
    text-decoration: none;
    transition: all .3s ease-out;
}

.rectangle-list li:hover{
    background: #f7f7f7;
}
.rectangle-list li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #00b7c2; /*#fa8072*/
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    color:#5f5f5f;
}
.rectangle-list li:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}
.rectangle-list li:hover:after{
    left: -.5em;
    border-left-color: #00b7c2;
}



h2{
  font: Helvetica,Arial , sans-serif;
  font-weight: normal;
  font-size: 20px;
  padding-left: 10px;
  padding-top: 10px;
  color:#00b7c2;
  margin:0;

}


 .ff1 {
 position: absolute;
 background-color:red;
 color:white;
 bottom:-50px;
 left:0;
 font-weight: 800;
 padding: 2px 10px 2px 10px;
}

.ff2 {
 position: absolute;
 background-color:red;
 color:white;
 bottom:-80px;
 left:0;
 font-weight: 800;
 padding: 2px 10px 2px 10px;
}

.tt2 {
 position: absolute;
 background-color:green;
 color:white;
 bottom:-80px;
 left:0;
 font-weight: 800;
 padding: 2px 10px 2px 10px;
}

 .tt1 {
 position: absolute;
 background-color:green;
 color:white;
 bottom:-50px;
 left:0;
 font-weight: 800;
 padding: 2px 10px 2px 10px;
}




  .tool{

    width: 960px;
    margin: auto;
    background-image: -moz-linear-gradient( 90deg, rgb(61,61,61) 0%, rgb(14,14,14) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(61,61,61) 0%, rgb(14,14,14) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(61,61,61) 0%, rgb(14,14,14) 100%);


      }

.ir-box-practice3 .list1{
  background-color: white;
  height: 100%;
  width: 47%;
  float:left;
  margin-left: 2%;

    }

.ir-box-practice3{
    background-color: white;
  
    width: 960px;
    margin:auto;
    }

.ir-box-practice{
  background-color: #F8F8F8 ;
  min-height: 100px;
  width: 960px;
  margin:auto;
    }









.footer{
  background-color: #3d3d3d ;
  min-height: 100px;
  width: 960px;
  margin:auto;
  overflow:hidden;
  font-family: 'Source Sans Pro','Arial';
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

    }
.footer  .footer-box{
      color:lightgray;
            border-right: 1px solid gray;
      height: 25%;
      padding:2%;
      width:25%;
      float:left;
      text-align: justify;
      height: 200px;
    }
    .footer  .footer-box h3{
          font-weight: lighter;
          margin: 0;
          padding: 0;
        }

        .footer  .footer-box p{
              font-weight: lighter;
              font-size: 13px;
            }
            .footer  .footer-box a{
                  display: block;
                  padding: 3px;
                  margin: 7px;
                  border: 1px solid #00b7c2;
                  color:#00b7c2;
                  font-weight: lighter;
                  font-size: 12px;
                  width: 70%;
                   text-decoration: none;
                   text-align: center;
                }
                .footer  .footer-box a:hover{
                      color:white;

                      background: #00b7c2;
                      font-weight: lighter;
                      font-size: 12px;
                    }
                    .footer  .footer-box ul{
                            list-style: none;
                        }






  .ir-title1{
    font-family: 'Source Sans Pro', sans-serif;

    text-align: center;
    background-image: -moz-linear-gradient( 90deg, rgb(0,153,176) 0%, rgb(43,186,217) 100%);

    background-image: -webkit-linear-gradient( 90deg, rgb(0,153,176) 0%, rgb(43,186,217) 100%);

    background-image: -ms-linear-gradient( 90deg, rgb(0,153,176) 0%, rgb(43,186,217) 100%);
         width: 960px;
    margin: auto;
    font-weight: 200;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
  }
h1{
  color:snow;
  font-weight: normal;
  margin: 0px;
  padding: 1px;

}
.ir-title{
  background-color: white;
  height: 40px;
    /* border-bottom:5px solid #0093A6; */
  width: 960px;
  margin: auto;
  margin-top:4px;
  color:#0093A6;
  font-weight: 800;
  border-bottom: 2px solid #00b7c2;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);

}


.statistics{
  background-color: gray;
  height: 220px;
  width: 960px;
  margin:auto;
  padding-top: 0;
  }


.practice-box{
  background-color: #0093A6;
  height: 80px;
  width: 960px;
  margin: auto;
  margin-top:2px;
}

.video{
  background-color:rgba(255, 255, 255, 0.3);
  height: 180px;
  width: 960px;
  margin: auto;
}



.top{
  position: fixed;
  z-index:10;
  width: 100%;
  top:0;
  right:0;
  font-size: 16px;
  background-image: -moz-linear-gradient( 90deg, rgb(0,153,176) 0%, rgb(43,186,217) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,153,176) 0%, rgb(43,186,217) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,153,176) 0%, rgb(43,186,217) 100%);
    }
*{
  box-sizing: border-box;
}
.navigation{ width:960px;
            margin:auto;}
.navigation ul{list-style-type:none;
            margin: 0;
            padding: 0;}
.navigation li{float:left;}
.navigation li a{
  display: block;
  color:white;
  font-weight: 200;
  padding: 5px;
  margin-left: 5px;
  text-decoration: none;
  text-align: center;

}

li a:hover  {
    background-color: white;
    color:#0093A6;
    }


/* lista glagola */
/* !!~~~~~~~ pocetak ~~~~~~~!!!!*/
#heart{
  cursor: url(heart.cur),default;
}

table {
   cursor: url(cursor.cur),default;
}
table {
  font-family: 'Arial';
  /* margin: 20px auto; */
  margin: 10px auto;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
  border-bottom: 2px solid #00b7c2;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);
  background-color: white;
}
table:first-child {
  margin-top:30px;
}


table tr:hover {
  background: #f4f4f4;
}
table tr:hover td {
  color: #555;
}
table th, table td {
  color: #999;
  border: 1px solid #eee;
  padding: 3px 20px;
  border-collapse: collapse;
}
table th {
  background: #00b7c2;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}
table th.last {
  border-right: none;
}


/* statusi */
span.status {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #ddd;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
span.status.red {
  background: red;
}
span.status.green {
  background: green;
}
/* ~~~~~~~ K R A J ~~~~~~~!!!!*/
