/**** kontakt strana*/
DIV.alert .alert-message {
    background-color: coral;
}
/**** FPAGE */
DIV.popover.fade.right {
    background-color: #BCBEC2;
    font-weight: bold;
    padding: 7px;
    width: 30%;
}
/*** NASLOV*/
.gkIsWrapper-gk_photo FIGCAPTION H2 {
    font-size: xx-large;
}
.gkIsWrapper-gk_photo FIGCAPTION P {
    font-size: small;
}
/****  GLAVNI MENI */
#overlay-menu-content.active {
    opacity: 0.9;
}
/**** FUTER*/
#gk-social {
    margin: -14px 0 27px;
}
#gk-style-area {
    margin-bottom: 14px;
}
#gk-footer {
    height: 57px;
}
.gk-logo IMG {
    max-height: 112px !important;
}
/**** BLOG slike*/
.blog-grid .itemInfo > H3 {
    text-transform: none;
    font-size: 27px !important;
    text-shadow: 3px 4px 0px #A19B99;
}
.portfolio.blog-grid .gk-overlay > STRONG:hover {
    background: rgba(95, 90, 90, 0.300);
    border-color: #540266;
}
.portfolio.blog-grid .gk-overlay {
    background: rgba(255, 255, 255, 0.4);
}
.itemImageBlock.lazy {
    background-position: 50% 50%;
}
/****BLOG 2 kolone*/
.portfolio .itemList[data-cols="2"] .itemImageBlock {
    height: 427px;
}
