.logo_container {
    width: 500px;
    height: 80px;
    position: relative;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/img/fabius_black_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 992px){
    .logo_container {
        width:270px;
        height: 60px;
    }
    .logo {
        background-image: url(/img/fabius_logo.png);
    }
}

@media (max-width: 520px){
    .logo_container {
        width:210px;
        height: 45px;
    }
}

.navbar-shrink .logo {
    background-image: url(/img/fabius_logo.png);
}

/* Text */
.align_justify{
    text-align: justify;
}

.align_center{
    text-align: center;
}

.align_justify_center{
    text-align: left;
    display: inline-block;
}

/* Language */
.language{
    letter-spacing: 1px;
    font-size: 90%;
}

.language a{

    /*font-weight: 600;*/
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}

@media (min-width: 992px) {
    .language {
        padding: 1.1em 1em!important;
        margin-left: 50px;
    }
}

.language a:hover, a.active {
    text-decoration: none;
    color: #f04816;
}

/*.language{
    height: 3em;
    overflow: hidden;
    padding: 0.6em 1em ;
}

.language select{
    height: 2em;
    !*font-size: 90%;*!
    font-weight: 300;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
}*/

/* Isotope button */
.button {
    display: inline-block;
    padding: 10px 18px;
    margin-bottom: 10px;
    background: #EEE;
    border: none;
    border-radius: 7px;
    background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
    color: #222;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-shadow: 0 1px white;
    cursor: pointer;
}

.button:hover {
    background-color: rgb(255, 187, 158);
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
    color: #222;
}

.button:active,
.button.is-checked {
    background-color: #e94c1b;
}

.button.is-checked {
    color: white;
    text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 15px;
    margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 50px;
    height: 50px;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: .9;
}

.table{
    margin: 0 auto;
}
.table td{
    text-align: left;
}

.table .leftcolumn{
    width: 40%;
    text-align: right;
}

/* Services icons*/
.icons{
    border: 4px solid #f1f1f1;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.curtain_wall {
    background-image: url("/img/icons/zid zavesa.png");
}

.ventilated_facade_systems {
    background-image: url("/img/icons/ventilisane2.png");
}

.skylight_systems {
    background-image: url("/img/icons/skylight.png");
}

.windows_doors {
    background-image: url("/img/icons/prozori vrata.png");
}

.narrower_row{
    margin-left: 10px;
    margin-right: 10px;
}

.services {
    margin-left: 50px;
}

@media (max-width: 768px){
    .services {
        margin-left: 10px;
    }
}

/* Return to top*/
#return-to-top {
    z-index: 2000;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px){
    #return-to-top {
        width: 35px;
        height: 35px;
    }
    #return-to-top i {
        left: 8px;
        top: 6px;
    }
    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.5);
    }
}


/* Pagination */
.page {
    display: none;
}
.page-active {
    display: block;
}


/* Post */

.post-preview > a {
    color: #212529;
}

.post-preview > a:focus, .post-preview > a:hover {
    text-decoration: none;
    color: #f04816;
}

.post-preview > a > .post-title {
    margin-top: 30px;
    margin-bottom: 10px;
}

.post-preview > a > .post-subtitle {
    font-weight: 300;
    text-transform: none;
    margin: 0 0 10px;
}


.post-preview > .post-meta {

    font-style: italic;
    margin-top: 0;
    color: #868e96;
}

@media only screen and (min-width: 768px) {
    .post-preview > a > .post-title {
        text-transform: none;
        /*font-size: 36px;*/
    }
}


.author, .posted {
    margin: 0% 0 0% 1.6%;
    padding: .5rem .75rem;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.adminlabel {
    text-transform: none;
}

.adminauthorlabel {
    margin-left: 1.6%;
    text-transform: none;
}

/*  GRID */
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.colgrid {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}
.span_1_of_2 {
    width: 47.5%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }
}

@media only screen and (max-width: 480px) {
    .span_2_of_2, .span_1_of_2 { width: 100%; }
}