@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
    background: #1f1f1f;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    margin: 0;
}

h1 {
    font-size: 38px;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 30px 0 25px 0;
    text-align: center;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.71);
    font-size: 18px;
    margin: 0 0 5px 0;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.71);
    font-size: 18px;
    margin: 0 0 5px 0;
}

h6 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.71);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
    line-height: 28px;
}

p {
    line-height: 24px;
    margin: 0;
}

.full
{
    width: 15%;
    color: lightgray;
    margin-top: -20px;
}
/*-------------------------------------------- HEADER --------------------------------------------*/
.card.hovercard {
    position: relative;
    padding: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgb(15, 129, 223);
    margin: 0;
}

.card.hovercard .cardheader {
    background-size: cover;
    height: 150px;
    background: #1f1f1f;
}

.card.hovercard .avatar {
    position: relative;
    top: -80px;
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .avatar img {
    width: 165px;
    height: auto;
    max-width: 165px;
    margin-left: -11px;
}

.card.hovercard .info {
    padding: 0 8px 22px;
    top: -40px;
    position: relative;
}

.card.hovercard .info .title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1;
    color: #ffffff;
    vertical-align: middle;
}
.card.hovercard .info .title a{ 
    color: #ffffff;
}
.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.77);
    text-overflow: ellipsis;
}
.card.hovercard .info .desc a{
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.77);
    text-overflow: ellipsis;
}

.card.hovercard .info .desc b{
	color: #2a2a2b;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 30px;
}
.social_links {
    padding:0;
    margin: 0;
    display: block;
    overflow: hidden;
    list-style: none;
    text-align: center;
    margin: 0 auto;
}
.social_links li {
    display: inline-block;
    margin-right: 4px;
    border: 1px solid #285d6b;
    border-radius: 50%;
    padding: 0px;
}

.social_links li a {
    display: block;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #1f1f1f;
}

.social_links li a:hover, .social_links li a:focus {
    text-decoration: none;
    border-radius: 80px;
    background: #1f1f1f;
    color: #fff;
}
/*-------------------------------------------------------- NAV BAR --------------------------------------------------------*/
.navbar {
    background-color: #1f1f1f;
}

hr {
    border-color: rgba(88, 88, 88, 0.411);
    margin-top: 0em;
}
/*-------------------------------------------------------- O MENI --------------------------------------------------------*/
#o_meni{
	margin-top: 30px;
	margin-bottom: 0;
}

#o_meni h3{
    font-size:26px;
    line-height:22px;
}
.points{ 
	margin-bottom: 10px;
	font-size:14px;
	padding-left:0px;
}

.points i {
    color: rgb(15, 129, 223);
}

.about-us-list{
	list-style: none;
	margin-bottom: 20px;
	padding-left:0px;
}
/*-------------------------------------------------------- VJEŠTINE --------------------------------------------------------*/
#vjestine {
    padding: 30px 0px;
    background: rgb(15, 129, 223);
    margin-top: 30px;
}

.container h3 {
    margin-top: 10px;
}
/*-------------------------------------------------------- PROGRESS BAR --------------------------------------------------------*/
.skillbar {
  font-family: 'Open Sans', 'sans-serif';
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	background:#6adcfa;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:35px;
	line-height:35px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:35px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#444;
	color:rgba(0, 0, 0, 0.4);
}
/*-------------------------------------------------------- ŠKOLOVANJE --------------------------------------------------------*/
#skolovanje {
    padding-top: 30px;
}
.content-element{
  margin:50px 0 0 50px;
}
.circles-list ol {
  list-style-type: none;
  margin-left: 1.25em;
  padding-left: 2.5em;
  counter-reset: li-counter;
  border-left: 1px solid rgb(15, 129, 223);
  position: relative; 
}

.circles-list ol > li {
  position: relative;
  margin-bottom: 3.125em;
  clear: both; 
}

.circles-list ol > li:before {
  position: absolute;
  top: -0.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1em;
  left: -3.75em;
  width: 2.25em;
  height: 2.25em;
  line-height: 2.25em;
  text-align: center;
  z-index: 9;
  color: rgb(15, 129, 223);
  border: 2px solid rgb(15, 129, 223);
  border-radius: 50%;
  content: counter(li-counter);
  background-color: #1f1f1f;
  counter-increment: li-counter; 
}
/*-------------------------------------------------------- PROJEKTI --------------------------------------------------------*/
#projekti {
    padding: 30px 0px;
    background: rgb(15, 129, 223);
    margin-top: 30px;
}
.card-title, .card-title a{
    color: #1f1f1f;
}
/*-------------------------------------------------------- KONTAKT --------------------------------------------------------*/
#kontakt {
    padding: 30px 0px;
}
/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin-bottom: 35px;
}

input {
    font-size: 18px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgb(15, 129, 223);
    background: transparent;
}

    input:focus {
        outline: none;
    }

/* LABEL ======================================= */
label {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: rgb(15, 129, 223);
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: rgb(15, 129, 223);
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }



/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

input {
    color: white;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: rgb(15, 129, 223);
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: rgb(15, 129, 223);
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: rgb(15, 129, 223);
    }

    to {
        width: 0;
        background: transparent;
    }
}


