@font-face {
    font-family: 'social_font_iconsmedium';
    src: url('../fonts/social/social_font_icons-webfont.eot');
    src: url('../fonts/social/social_font_icons-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/social/social_font_icons-webfont.woff') format('woff'),
    url('../fonts/social/social_font_icons-webfont.ttf') format('truetype'),
    url('../fonts/social/social_font_icons-webfont.svg#social_font_iconsmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tankregular';
    src: url('../fonts/clients/tank-webfont.eot');
    src: url('../fonts/clients/tank-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/clients/tank-webfont.woff') format('woff'),
    url('../fonts/clients/tank-webfont.ttf') format('truetype'),
    url('../fonts/clients/tank-webfont.svg#tankregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*--------------------------------------------------------------------------------------------------------------------*/


body, h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto 1.25rem;

}

h1, h2, h3, h4 {
    color: #2A6FD6;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h1 {font-size: 2.2em; text-align: center;}
h2 {font-size: 1.9em; text-align: center;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.3em;}

p, strong, ul, ol{
    color: #555;
    font-size: .9rem;
}

p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

a       { color: #2A6FD6; }
a:hover { color: #C92223}

.bold {
    font-weight: bold;
}

.wbbt
{
    background-color: #FFFFFF;
    color: #000000;
}

.row{
    max-width: 65.063em;
}

.button
{
    background-color: #3c3c3c;
    border: 1px solid #2A6FD6;
}

.button:hover
{
    background-color: #2A6FD6;
    color: #FFFFFF;
}


/* ============== HEADER TOP BAR ==========================*/

.header-top-bar {
    background: #EEE;
    display: none;
}

@media only screen and (min-width: 40em) {
    .header-top-bar {
        display: block;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 40em) {
    .header-top-bar .columns{
        padding: 0;
    }
}

.header-top-bar .menu {
    margin: 0;
    background: #2A6FD6;
    background: #999;
    overflow: hidden;
    -webkit-box-shadow: inset 0 -2px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -2px 15px rgba(0, 0, 0, 0.2);
}

.header-top-bar .menu li {
    margin: 0;
    padding: 1em;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0;
    float: left;
    list-style: none;
    text-transform: uppercase;
    width: 50%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    background: transparent;
}

.header-top-bar .menu li:nth-of-type(odd){
    border-right: 1px solid rgba(0,0,0,0.1);
}

.header-top-bar a {
    color: #fff;
}

.header-top-bar a:hover{
    color: #2A6FD6;
}


@media only screen and (min-width: 40em) {

    .header-top-bar .menu {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .header-top-bar .menu li {
        width: auto;
        margin: 0 .5em;
        text-align: left;
        padding: .5em;
        font-size: .7em;
        border: none;
    }

    .header-top-bar .menu li:nth-of-type(odd){
        border: none;
    }

    .header-top-bar a {
        color: #999;
    }
}

/* -------------------- LANGUAGE ------------------ */

.mod-languages ul {
    overflow: hidden;
}

div.mod-languages ul li {
    padding: .5em;
    margin: 0;
    float: left;
    width: 50%;
    text-align: center;
}

@media only screen and (min-width: 40em) {
    .mod-languages ul {
        float: right;
    }

    div.mod-languages ul li {
        display: block;
        padding: 0.15em .5em;
    }
}

.mod-languages li.lang-active {
    background: #FFF;
}

.mod-languages li:not(.lang-active):hover {
    background: #F7f7f7;
}

/* ============== SEARCH ==========================*/

.search{
    margin-top: 10px;
    text-align: left;
}

.search input {
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #EEE;

    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.search .inputbox.search-query {
    width: 86%;
    float: left;
}

.search .button {
    background: #DDD;
    border: none;
    float: right;
    border-radius: 5px;
}

.search .inputbox.search-query + .button {
    width: 12%;
}

.search input:focus {
    background: #FFF;
    border-bottom-color: #b00;
    box-shadow: none;
}

.search input:focus + button{
    background: #b00;
}

/* ---------------- SEARCH RESOULTS ------------------ */

form#searchForm {
    padding-top: 1.5em;
    font-size: .9em;
    color: #555;
}

label.checkbox {
    float: left;
    margin-right: 3%;
    width: 30.3%;
}

fieldset {
    border-radius: 5px;
}

.phrases {}

.ordering-box {}

.ordering-box label{
    float: left;
}

.chzn-container-single .chzn-single {
    background: #FAFAFA;
    border: none;
    height: 36px;
    line-height: 36px;
    padding: 0 1em;
    border-radius: 0;
    box-shadow: none;
}

.chzn-container-single .chzn-single div {
    position: absolute;
    top: 25%;
    right: 0;
    display: block;
    width: 20px;
    height: 50%;
}

.chzn-container-single .chzn-single div b {
    background-position: 0 0;
}

.chzn-container-active.chzn-with-drop .chzn-single {
    background: #FAFAFA;
    border-color: #CCC;
    box-shadow: none;
}

.chzn-container-single .chzn-drop {
    background: #FAFAFA;
    padding: .5em;
    border-radius: 0;
    border-color: #CCC;
    box-shadow: none;
}

/* ------------- HOVER DROPDOWN MENU ------------- */
.chzn-container .chzn-results li.highlighted {
    background: #2A6FD6;
}

.search-results {}

.search-results dt.result-title {
    margin: 1em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #EEE;
    font-size: 1rem;
}

.result-category,
.result-created{
    padding: 0 .5em;
    font-size: .8em;
    font-style: italic;
    color: #BBB;
}

.result-text {
    padding: .5em;

}


/*----- TOP BAR ------------------------------------------------------------------------------------------------------*/

.top-bar,
.top-bar .name {
    height: 65px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.top-bar .name {
    width: 0;
}

nav.top-bar.expanded {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.top-bar .toggle-topbar {
    right: auto;
    width: 100%;
}

nav.top-bar.expanded .title-area {
    background: #0f58bf;
    box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.25);
}

.top-bar .toggle-topbar.menu-icon a span::before,
.top-bar .toggle-topbar.menu-icon a span::after {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.top-bar.expanded .toggle-topbar.menu-icon a span::before,
.top-bar.expanded .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 7px 0 0px #FFF, 0 7px 0 1px #FFF, 0 7px 0 0 #FFF;
    transform-origin: 8px 7px;
    transform: rotate(45deg);
}

.top-bar.expanded .toggle-topbar.menu-icon a span::before {
    transform: rotate(-45deg);
}

.top-bar-section ul li
{
    text-align: left;
    background: transparent;
}

.nav-wrap .navigation .top-bar section.top-bar-section span,
.nav-wrap .navigation .top-bar section.top-bar-section a{
    padding: .75em;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 0.8rem;
    /*-webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;*/
}

@media only screen and (min-width: 40em) {
    .nav-wrap .navigation .top-bar section.top-bar-section span,
    .nav-wrap .navigation .top-bar section.top-bar-section a{
        padding: 10px 31px;
    }
}

.nav-wrap {
    background-color: #2A6FD6;

    box-shadow: 0 2px 2px rgba(0,0,0,0.25);
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 40em) {
    .nav-wrap {
        margin-top: 10px;
    }
}

li.divider,
li.divider span.separator
{
    display: none;
}

.top-bar-section .has-dropdown {
    position: static;
}

.top-bar-section .has-dropdown > .dropdown {

    padding: .5em;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
    box-shadow: 0 2px 2px rgba(0,0,0,0.15);
}

/* HIDEN DROPDOWN */
.has-dropdown.parent .reference + .dropdown,
.has-dropdown.parent .reference + .dropdown {
    display: none!important;
}

.item-204 .parent > a:hover,
.item-204.parent > a:hover,
.item-103 .parent > a:hover,
.item-103.parent > a:hover {
    cursor: default;
}

@media only screen and (min-width: 65em) {

    .top-bar-section .has-dropdown > .dropdown {
        background: #FFF;
    }

    .top-bar-section .has-dropdown > .dropdown > li {
        width: 25%;
    }
}

.top-bar-section .dropdown li {
    width: auto;
}

.top-bar-section ul li.has-dropdown ul.dropdown li a{
    background-color: #FFFFFF;
    color: #555555;
    letter-spacing: 0px;
}

.top-bar-section ul li.has-dropdown ul.dropdown li a:hover
{
    color: #000000;
    background-color: #fafafa;
}

.top-bar-section > ul > li.has-dropdown > ul.dropdown > li > a:before {
    content: "";
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    display: block;
    float: left;
    margin-right: 10px;
}

.top-bar-section .dropdown li.title.back.js-generated a {
    padding: .5em;
}

.top-bar-section > ul > li.has-dropdown > ul.dropdown > li.parent-link > a {
    color: #2A6FD6;
}

.top-bar-section > ul > li.has-dropdown > ul.dropdown > li.parent-link > a:before {
    display: none;
}



@media only screen and (min-width: 40.063em) {}
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        color: #2A6FD6;
        background: #FFF;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        color: #2A6FD6;
        background: #FFF;
    }
}

.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background-color: #FFFFFF;
    color: #2A6FD6;
}

.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
    background-color: transparent;
    color: #575757;
}

.top-bar-section .dropdown li.active:not(.has-form):hover > a:not(.button),
.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button),
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button):hover,
.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button):hover {
    background-color: #F7F7F7;
    color: #2A6FD6;
}

@media only screen and (min-width: 65em) {
    .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
        background-color: white;
        color: #575757;
    }
}


/*------ dropdown icons ----------------------------------------------------------------------------------------------*/

.top-bar-section ul li.has-dropdown ul.dropdown li > a.bp-icon:before
{
    background-image: url("/images/pumpicon1.png");
}
.top-bar-section ul li.has-dropdown ul.dropdown li > a.ep-icon:before
{
    background-image: url("/images/pumpicon2.png");
}
.top-bar-section ul li.has-dropdown ul.dropdown li > a.op-icon:before
{
    background-image: url("/images/pumpicon3.png");
}

/*----- icon hover ---------------------------------------------------------------------------------------------------*/

.top-bar-section ul li.has-dropdown ul.dropdown li > a.bp-icon:hover:before
{
    background-image: url("/images/pumpicon1.png");
}
.top-bar-section ul li.has-dropdown ul.dropdown li > a.ep-icon:hover:before
{
    background-image: url("/images/pumpicon2.png");
}
.top-bar-section ul li.has-dropdown ul.dropdown li > a.op-icon:hover:before
{
    background-image: url("/images/pumpicon3.png");
}

.top-bar-section ul li.has-dropdown ul.dropdown li > a.op-icon:hover:before,
.top-bar-section ul li.has-dropdown ul.dropdown li > a.ep-icon:hover:before,
.top-bar-section ul li.has-dropdown ul.dropdown li > a.bp-icon:hover:before
{
    background-position: bottom;
}

.top-bar-section .has-dropdown > .dropdown > .has-dropdown > .dropdown li a {

}

.top-bar-section .has-dropdown:hover > .dropdown > .has-dropdown > .dropdown {
    background: #F7F7F7;
    padding: .5em;
}

@media only screen and (min-width: 65em) {
    .top-bar-section .has-dropdown > .dropdown > .has-dropdown > .dropdown {
        left: 0;
        top: auto;
        min-width: 0;
        overflow: hidden;
        width: 100%;
        background: #F7F7F7;
    }

    .top-bar-section .has-dropdown > .dropdown > .has-dropdown > .dropdown li {
        width: 50%;
        float: left;
        background: transparent;
    }
}

.top-bar-section .has-dropdown > .dropdown > .has-dropdown > .dropdown > li > a{
    background: transparent;
    border-bottom: 2px solid transparent;
    letter-spacing: 0px;
    padding: 1em;
}

.top-bar-section .has-dropdown li.parent-link a,
.top-bar-section .has-dropdown > .dropdown > .has-dropdown > .dropdown > li.parent-link > a{
    border-top: 1px solid rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.15);
    line-height: 1;
    margin-bottom: 0.5em;
}

@media only screen and (min-width: 65em) {
    .top-bar-section .has-dropdown > .dropdown > .has-dropdown > .dropdown li a{
        padding: 0 1em;
    }
}

.top-bar-section .has-dropdown.active > .dropdown > .has-dropdown > .dropdown li a:hover{
    border-bottom-color: #FFF;
}

/*--------------------------------------------------------------------------------------------------------------------*/


.top-bar,
.top-bar-section li:not(.has-form) a:not(.button){
    background-color: #2A6FD6;
}


.top-bar-section ul,
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li:not(.has-form) a:not(.button):active,
.top-bar-section ul li:hover:not(.has-form) > a {
    background-color: #FFFFFF;
    color: #000000;
}

.top-bar.expanded .title-area
{
    background-color: transparent;
    color: #FFFFFF;
}

.top-bar.expanded .toggle-topbar a
{
    color:#FFFFFF;
}

.top-bar .toggle-topbar.menu-icon a span::before,
.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    box-shadow: 0 0px 0 1px #FFF,0 7px 0 1px #FFF,0 14px 0 1px #FFF;
    width: 16px;
}



/*
@media only screen and (max-width: 65em) {
    .top-bar-section .has-dropdown,
    .top-bar-section .has-dropdown > .dropdown,
    .top-bar-section ul li.has-dropdown ul.dropdown li a,
    .top-bar-section .has-dropdown:hover > .dropdown > .has-dropdown > .dropdown,
    .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button)
    {
        background: transparent;
        color: #FFF;
    }
}
*/

/* ===================== SECTION ======================= */

/*#article-content-main {
    padding: 0;
}*/



.section,
.footer {
    padding: 2em 0;
    text-align: center;
    overflow: hidden;;
}

.section.slider {
    padding: 0;
    position: relative;
    background: #f6f6f6; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #f6f6f6 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5));/* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #f6f6f6 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #f6f6f6 0%,#e5e5e5 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #f6f6f6 0%,#e5e5e5 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #f6f6f6 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */;
    background-image: url(http://subtlepatterns.com/patterns/graphy.png);
    -webkit-background-size: 20px;
    background-size: 20px;
}

@media only screen and (min-width: 40em) {


    section.section.slider:after {
        content: "";
        width: 150%;
        position: absolute;
        left: -25%;
        bottom: -210px;
        height: 250px;
        display: block;
        background: #FFF;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0,0,0,0.25);
    }
}

@media only screen and (min-width: 40em) {
    .section.slider + section {
        padding: 0 0 2em;
    }
}

.section.gray{
    background-color: rgba(0,0,0,0.1);
    position: relative;
    border-top: 2px solid #2A6FD6;
    border-bottom: 2px solid #C92223;
    border-top: 4px solid #EEE;
    border-bottom: 4px solid #EEE;
    /*background: url(http://subtlepatterns.com/patterns/tiny_grid.png);*/
    /*background: url(http://subtlepatterns.com/patterns/graphy.png);*/
    /*box-shadow: inset 0 5px 10px -5px rgba(0,0,0,0.5), inset 0 -5px 10px -5px rgba(0,0,0,0.5);
    text-shadow: 0 1px #FFF, 0 2px 3px #CCC;*/
}

.section.gray::after {
    content: "";
    background: url(http://subtlepatterns.com/patterns/graphy.png) fixed;
    opacity: 0.25;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.section.dark-gray {
    background-color: #4e4e4e;
    color: #FFFFFF;
    border-top: 2px solid #2A6FD6;
    border-bottom: 2px solid #C92223;
}

.panel {
    background: #FFF;
    color: #555;
    text-align: center;
    font-size: .9rem;
    margin-top: 1em;
    margin-bottom: 2em;
    border: 1px dashed #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.panel ul {
    list-style: none;
    margin: 0;
}

.panel li {
    margin: .75em 0;
}

.panel p {
    font-weight: 500;
    color: inherit;
}

.gray .panel {
    border: none;
    box-shadow: 0 2px #ddd;
    border-radius: 5px;
}

.gray .panel:hover {
    box-shadow: 0 2px #2A6FD6;
}

.gray .panel h4{
    color: #2A6FD6;
    margin: 1em 0;
    line-height: 1.2;
}

.gray .panel .button{
    background: transparent;
    color: #555;
    border-radius: 5px;
    box-shadow: inset 0 0 0 0 #2A6FD6;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.gray .panel .button:hover{
    background: transparent;
    color: #FFF;
    border-radius: 5px;
    box-shadow: inset 0 0 0 25px #2A6FD6;
}

/*------ welcome -----------------------------------------------------------------------------------------------------*/

.welcome {
    text-align: center;
}

.w-title, .d-title, .v-title, .o-title{
    font-size: 2em;
}

/*------ djelatnosti -----------------------------------------------------------------------------------------------------*/


.vijesti-content
{
    /*
        width: 68%;
    */
    margin: auto;
    padding: 6px;

}

.proizp img
{
    margin-bottom: 10px;
}

.vijesti
{
    text-align: center;
}

.work-panel {
    padding: 0.5em;
}

/*----- o-title ------------------------------------------------------*/

.ostale-vijesti-title {
    position: relative;
    margin-bottom: 20px;
}

.line, .v-title-line
{
    height: 1px;
    background-color: #C92223;
    position: relative;
    z-index: 10;
    top: 30px;
}

.v-title-line
{
    background-color: #C0C0C0;
    width: 75%;
    margin: auto;
}

.square,
.v-title-square {
    width: 250px;
    height: 60px;
    border: 1px solid #AAAAAA;
    overflow: hidden;
    margin: auto;
    text-align: center;
    background-color: #FFFFFF;
}

.v-title-square
{
    border: none;
    top: 15px;
    width: 35%;
    color: #C0C0C0;
}

.square:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #C92223;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}

.square h2 {
    margin: 0;
    line-height: 60px;
    background: #FFF;
}

.ostale-vijesti h4
{
    margin: 10px 0 0;
}

.description-line
{
    height: 1px;
    background-color: #C92223;
    margin: 5px 0;
}


/*--------------------- O NAMA ---------------- */

.certificate {
    padding: 2em 0;
    text-align: center;
    float: none;
    margin: 0;
}

.certificate .clearing-thumbs li, [data-clearing] li {
    float: none;
    display: inline-block;
}

/* =================== NEWS ======================== */

.blog {
    text-align: left;
}

.news-box {
    overflow: hidden;
    position: relative;
    text-align: left;
}

.news-box h2 {
    font-size: 1.2em;
    text-align: left;
}
.news-box h4 {
    margin: 1em 0 0;
    font-size: 1.2em;
    letter-spacing: 0;
    line-height: 1.2;
}

.news-box.item {
    padding: .5em;
}

.news-box.item h4{
    margin: 0 0 .5em 0;
}

.news-box img{
    border-radius: 5px;
    width: 100%;
}

.news-box p {
    margin: .5rem 0;
}

.news-box .news-image {}



.news-content {
    background: #FFF;
    overflow: hidden;

    border-radius: 5px;
    transition: all .25s;
}

.news-box:hover .news-content{
    opacity: 1;
}

dl.article-info.muted {
    margin: 0;
    font-size: 0.8rem;
}

dt.article-info-term {
    margin: 0;
}

dd.published {
    margin: 0;
}

/*----- klijenti ---------------------------------------------------------*/

.klijenti-wrap
{
    background-color: #f5f5f5;
    border-top: 3px solid #EEE;
    overflow: hidden;
}

.klijenti {
    overflow: hidden;
}

.klijenti li {
    text-align: center;
}

.klijenti img {
    padding: 0;
}

.k-title
{
    color: #C92223;
    margin: 0;
    text-align: center;
    font-size: 1.2em;
    line-height: inherit;
}

.klijenti ul li
{
    /*font-family: 'tankregular';*/
    font-size: 5em;
    padding: 0 0 30px 0;
    margin: 0;
    line-height: 43px;
}

.klijenti ul li a
{
    color: #c5c5c5;
}

.klijenti ul li a:hover
{
    color: #808080;
}

/* =================== PROIZVODI ======================== */

.product {
    margin-bottom: 2em;
}

ul.products-list-detail {
    list-style: none;
    margin: 2em;
    padding: 1em;
    font-weight: normal;
    color: #777;
    overflow: hidden;
    border-radius: 5px;
    border: 1px dashed #BBB;
    background: #FAFAFA;
}

ul.products-list-detail li {
    float: left;
    width: 16.5%;
    line-height: 2;
}

.download.iconed {
    background: none;
    margin: 0;
    border-bottom: 2px solid #eee;
    color: #2A6FD6;
    text-align: left;
    display: inline-block;
    width: 80%;
    line-height: 1;
    padding-bottom: .5em;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.download.iconed i {
    float: right;
    color: #555;
}

.download.iconed:hover {
    color: #c60f13;
    border-bottom-color: #2A6FD6;
}

.product-image,
.product-detail {
    margin-top: 2em;
}

.product-image img {
    max-width: 70%;
}

/* =================== REFERENCE ======================== */

.references {}

.reference-box {
    margin: 1em auto;
}

.references h3{
    font-size: 1.4em;
    color: #2A6FD6;
    text-transform: uppercase;
}

.references h3 a{
    transition: all .5s;
}

.references h3 a:hover {
    color: #B00;
    letter-spacing: 1px;
}

.references h4{
    margin: 2em auto 2em;
}

dl {
    color: #777;
    font-size: 0.9rem;
}
dt {
    color: #555;
    font-weight: 600;
    margin: 0;
}

dd {
    font-weight: 300;
    font-style: italic;
}

/* =================== BUSINESS CORE ======================== */

.business-core {}

.business-core-box {
    padding: 2em;
}

.business-core img{}

.business-core h4{
    margin: 2em 0;
}

.business-core ul{
    font-style: italic;
    margin: 0;
}

.business-core li{
    margin: .5em 0;
}

/* =================== DOWNLOAD ======================= */

.download-section {
    text-align: left;
}

.download-section small {
    text-transform: lowercase;
}

ul.download-list {
    list-style: none;
    margin: 0 0 0 1em;
}

.download-list li a {
    color: #555;
    display: block;
    padding: .5em 0;
}

.download-list li a:hover {
    color: #2A6FD6;
}

.download-list li a:before {
    content: "\f1c1";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #999;
}

.download-list li a:hover:before {
    color: #555;
}

/* =================== KONTAKT ======================== */

.contact-form {
    text-align: left;
}
.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form input[type="date"],
.contact-form input[type="datetime"],
.contact-form input[type="datetime-local"],
.contact-form input[type="month"],
.contact-form input[type="week"],
.contact-form input[type="email"],
.contact-form input[type="number"],
.contact-form input[type="search"],
.contact-form input[type="tel"],
.contact-form input[type="time"],
.contact-form input[type="url"],
.contact-form input[type="color"],
.contact-form input[type="file"],
.contact-form textarea,
.contact-form select {
    border-radius: 5px;
    box-shadow: none;
    padding: 1em;
    border: 2px solid #DDD;
    height: auto;
    margin: 5px 0;
    border-width: 2px;
}

.contact-form h5 {
    margin: 1em 0 0;
    font-size: 1em;
    color: #999;
}

.contact-form label {
    margin: .5em 0;
    color: #2A6FD6;
    text-indent: 0.25em;
}

.contact-form input[type="file"],
.contact-form input[type="checkbox"],
.contact-form input[type="radio"],
.contact-form select {
    background-position: 95%;
    background-color: #fff;
}

.contact-form select:hover,
.contact-form select:focus {
    outline: none;
    background-color: #fff;
    border-color: #DDD;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="password"]:focus,
.contact-form input[type="date"]:focus,
.contact-form input[type="datetime"]:focus,
.contact-form input[type="datetime-local"]:focus,
.contact-form input[type="month"]:focus,
.contact-form input[type="week"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="number"]:focus,
.contact-form input[type="search"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="time"]:focus,
.contact-form input[type="url"]:focus,
.contact-form input[type="color"]:focus,
.contact-form textarea:focus {
    border-color: #f5f5f5;
    box-shadow: none;
    border-bottom-color: #2A6FD6;
    background: #FFF;
}

textarea {
    resize: vertical;
}

button.submit {
    margin: 1em 0 0;
    border: 2px solid #DDD;
    background: #FFF;
    color: #2A6FD6;
    border-radius: 5px;
    box-shadow: 0 0 0 #999;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

button.submit:hover {
    box-shadow: 0 0 5px #999;
    border-color: #FFF;
}

/* =================== JOBS ======================== */

.job-form {
    margin: 2em 0;
    padding: 1em;
}

.reveal-modal .job-form {
    margin: 0;
}

@media only screen and (min-width: 40.063em) {
    .job-form {
        padding: 0;
    }
}

.job {
    text-align: left;
    border: 1px solid #EEE;
    padding: 1em 0;
    margin: 0 0 1em;
    border-radius: 5px;
    background: #FAFAFA;
}

.job .panel {
    background: #FFFFFF;
    text-align: left;
    border: none;
    margin: 0;
    border: 1px solid #EEE;
}

.job h5 {
    color: #2A6FD6;
    text-transform: uppercase;
    margin: .5em 0 ;
}

.mod-articles-category-date {
    color: #999;
    font-size: .6rem;
    margin: .5em 0;
    display: block;
}

p.mod-articles-category-introtext {
    max-width: 100%;
}

.job dd {
    width: 100%;
    margin: 0;
    font-style: normal;
}

@media only screen and (min-width: 40.063em) {
    .job dd {
        width: 50%;
        float: left;
    }
}

.job ul li{
    font-size: .9rem;
    color: #777;
    padding-left: .5em;
    margin: 0 0 .25em;
}

.job > div {
    text-align: center;
}

.job i {
    padding: 0.25em;
}

/* =============================== MAP ============================== */

.phocamaps {
    margin: -2.7em 0 3em;
}

.phocamaps .gmnoprint img{
    max-width: none;
}



/*--------------------- footer ---------------------*/

.footer
{
    background-color: #2A6FD6;
    color: #FFF;
    /*margin-top: 2em;*/
    overflow: hidden;
    border-top: 3px solid rgba(0,0,0,0.25);
    border-bottom: 3px solid rgba(0,0,0,0.5);
}

.footer .columns {
    padding-top: 1em;
    padding-bottom: 1em;
}

@media only screen and (max-width: 30em) {
    .footer .columns > .columns {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 40em) {

    .footer .columns {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.footer ul {
    list-style: none;
}

.footer li {
    border-left: 2px solid #FFF;
    padding-left: .5em;
    margin: 3px 0;
}

@media only screen and (min-width: 30em){
    .footer li {
        border-left: none;
    }
}

@media only screen and (min-width: 30em) {
    .footer .footnav1 li {
        border-left: 0px solid #FFF;
    }
}

.footer a
{
    color: #FFFFFF;
}

.footnav {
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 30em) {
    .footnav:after {
        content: "";
        position: absolute;
        left: 50%;
        width: 2px;
        background: rgba(0, 0, 0, 0.25);
        height: 100%;
    }
}

.footnav1 a:hover,
.footnav2 a:hover{
    border-bottom: 1px solid #C92223;
}

.footnav1, .footnav2 {
    line-height: 28px;
}

.footnav1 {
    text-align: right;

    margin: 0;
}

.footnav1 + .footnav2 {
    text-align: left;
    margin: 0;
}

.footnav-center
{
    text-align: center;
}

.footer dl{
    margin-bottom: .5em;
    color: #FFF;
}

.footer dl * {
    color: #fff;
}

/*-------- copyright -------------------------------------------------------------------------------------------------*/

.copyright
{
    text-align: center;
    background-color: #333;
    color: #cacaca;
    padding: 15px 0 1px;
    font-size: .7rem;
}

.copyright p
{
    font-size: inherit;
    color: #fafafa;
}

.copyright a
{
    color: #cacaca;
}

.copyright a:hover
{
    color: #99CC33;
}

.social-icons
{
    font-family: 'social_font_iconsmedium';
    font-size: 2em;
    margin: 1em 0 0;
}

.social-icons a
{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0.1em;
}

.social-icons a:hover{
    color: rgba(0,0,0,0.5);
    text-decoration: none;
    border: none;
}



/*--- hamburger ------------------------------------------------------------------------------------------------------*/

.top-bar.expanded .toggle-topbar a::after
{
    -webkit-box-shadow: 1px 10px 1px 1px #fff, 1px 16px 1px 1px #fff, 1px 22px 1px 1px #fff;
    box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}
/*--- hamburger ------------------------------------------------------------------------------------------------------*/



/*--- @media ---------------------------------------------------------------------------------------------------------*/


        @media only screen and (min-width: 60.625em)
        {
            .top-bar-section ul li.has-dropdown ul.dropdown li > a:before
            {
                margin-top: 6px;
            }

            .top-bar-section > ul > .divider
            {
                border-right: solid 1px #2C56B9;
                height: 65px;
            }
        }

        @media only screen and (max-width: 60.625em)
        {
            .top-bar-section ul li.has-dropdown ul.dropdown li > a:before
            {
                margin-top: -3px;
            }

            .top-bar-section > ul > .divider
            {
                border-top: solid 1px #2C56B9;
                clear: both;
                height: 1px;
                width: 100% ;

            }
        }


@media only screen and (max-width: 64em)
{
    .klijenti-wrap
    {
        padding-top: 1em;
        margin-top: 1em ;
    }
}


@media only screen and (min-width:40em) and (max-width: 64em)
{
    .ostale-vijesti
    {
        width: 70%;
        margin: auto;
    }
}


@media only screen and (min-width:40em) and (max-width: 65.625em)
{
    .top-bar-section ul.nav.menu a {
        font-size: .8em;
    }

}


@media only screen and (max-width: 30em)
{

    .footnav1, .footnav2, .footnav-center {
        width: 100%;
        text-align: left;
        border-right: none;
        padding-bottom: 1em;
    }
}




        @media only screen and (min-width: 64.063em) and (max-width: 78.125em)
        { .v-title-square { width: 45%;}}

        @media only screen and (max-width: 64em)
        { .v-title-square{ width: 16%;}}

        @media only screen and (max-width: 58.125em)
        { .v-title-square{ width: 19%;}}

        @media only screen and (max-width: 45.625em)
        { .v-title-square {width: 25%;}}

        @media only screen and (max-width: 35em)
        { .v-title-square { width: 30%;}}

        @media only screen and (max-width: 28.750em)
        { .v-title-square { width: 40%;}
            .footnav1
            {
                height: 10%;
            }
        }

/*--------------------------------------------------------------------------------------------------------------------*/
meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em; }



/* ---------------- TOOLTIP -------------- */

.has-tip:hover, .has-tip:focus,
.has-tip {
    border: none;
}

.tooltip {
    background: #2A6FD6;
}

.tooltip > .nub {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2A6FD6 rgba(0, 0, 0, 0);
}



/*------ after(not essential) ----------------------------------------------------------------------------------------*/

@media only screen and (min-width: 47.5em)
{
    .top-bar-section .has-dropdown > a:after {
        content: "";
        display: none;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(143, 182, 212, 0.77) transparent transparent transparent;
        border-top-style: solid;
        top: 45%;
        margin-right: 5px;
    }
}

.top-bar-section .has-dropdown > a:after
{
    content: "";
    display: none;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(143, 182, 212, 0.77) transparent transparent transparent;
    border-top-style: solid;
    margin-top: 0;
    margin-right: 5px;
}

/* ========================== ORBIT OVERWRITE =========================== */

.orbit-bullets-container {
    position: relative;
    bottom: 100px;
    margin-bottom: -50px;
}

.orbit-bullets li {
    background: #FFF;
}

.orbit-bullets li.active {
    background: #2A6FD6;
}

.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
    background: transparent;
}

.orbit-container .orbit-next:hover>span {
    border-left-color: #2A6FD6;
}

.orbit-container .orbit-prev:hover>span {
    border-right-color: #2A6FD6;
}

/*------ selection ---------------------------------------------------------------------------------------------------*/

::selection  {
    background-color: #C92223;
    color: #FFF;
}
::-moz-selection {
    background-color: #C92223;
    color: #FFF;
}

/* Works in Opera */
::-o-selection {
    background-color: #C92223;
    color: #FFF;
}
::-ms-selection {
    background-color: #C92223;
    color: #FFF;
}

/* Works in Internet Explorer */
::-webkit-selection {
    background-color: #C92223;
    color: #FFF;
}

::-webkit-input-placeholder {
    color: #999;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
:-moz-placeholder {
    color: #999;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

:focus::-webkit-input-placeholder { color: #fff; letter-spacing: -10px;}
:focus:-moz-placeholder { color: #fff; letter-spacing: -10px;}​

/*--------------------------------------------------------*/

