#header_outer{
	background:#f1c40f;
	padding:10px 0px;
	}
.top_cont_outer{
	background:#f1c40f;
	position:relative;
	}
.homepage-color{
	color:#f1c40f;
}
.kockica {
    background-color: #f1c40f;
    float: left;
    height: 35px;
    margin-right: 10px;
    margin-top: 5px;
    width: 35px;
}
.prevodjenje-color {
	color:#f1c40f;
}

a.cta {
    background: #f1c40f none repeat scroll 0 0;
    border: 2px solid #f1c40f;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-family: "Oswald";
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    margin:-1em auto 1em;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    -moz-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
}
a.cta:hover{
    background:#ffffff;
    color:#f1c40f;
    }
.cta i {
    margin: 0 10px 0 -10px;
}
