#header_outer{
	background:#bdc3c7;
	padding:10px 0px;
	}
.top_cont_outer{
	background:#bdc3c7;
	position:relative;
	}
.homepage-color{
	color:#bdc3c7;
}
.kockica {
    background-color: #bdc3c7;
    float: left;
    height: 35px;
    margin-right: 10px;
    margin-top: 5px;
    width: 35px;
}
.prevodjenje-color {
	color:#bdc3c7;
}
a.cta {
    background: #bdc3c7 none repeat scroll 0 0;
    border: 2px solid #bdc3c7;
    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:#bdc3c7;
    }
.cta i {
    margin: 0 10px 0 -10px;
}
ul.nav-list.primary > li {
    margin: 0 10px;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #95a5a6;
}
.post-content h2 a, .post-content h1 a {
    color: #bdc3c7;
}
.btn-primary {
    background-color: #bdc3c7;
    border-color: #bdc3c7;
    color: #ffffff;
    font-family: Oswald;
    text-transform: uppercase;
}