﻿/* GENERAL */

p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #777;
}

h2 {
    font-size: 31px;
}

h3 {
    font-size: 21px;
    font-weight: normal;
    color: #777;
}

.btn-green {
    background: #8ab933;
    text-transform: uppercase;
}

#slider .btn, .slider .btn {
    background: #fff;
    color: #0c5849 !important;
    border: none;
}

/* END GENERAL */


/* HEADER */

#header a.logo > img {
    height: auto;
}

/* END HEADER */


/* SLIDER */

#slider .text_white {
    font-weight: bold;
    text-shadow: #000 1px 1px 1px;
}

    #slider .text_white span.weight-300 {
        font-weight: bold !important;
    }

#slider .small_light_white {
    font-size: 16px;
}

/* EDN SLIDER */


/* HOME BOXES */

section.box-icons {
    background: #efefef;
}

h2 a.box-icon-title {
    font-size: 18px;
    padding-left: 20px;
    padding-top: 4px;
}

.box-icon > a, .box-icon .box-icon-title {
    float: left;
}

.box-icon p {
    display: block;
    padding-top: 20px;
    clear: both;
}

/* END HOME BOXES */


/* HTML CONTENT 1 */

section.html-content-1 {
    padding: 60px 0 0;
    border-bottom: none;
}

/* END HTML CONTENT 1 */


/* PORTFOLIO - HOME*/

#portfolio div.col-md-3 h3 {
    font-weight: 600;
}

/* END ORTFOLIO - HOME*/


/* CALLOUT DARK */

.heading-title.heading-arrow-bottom h2 {
    font-size: 30px;
    line-height: 45px;
}

/* END CALLOUT DARK */


/* FORM - MAP ON HOME */

.form-map h3 {
    font-size: 17px;
    text-transform: uppercase;
}

.form-map .col-md-4 h3 {
    margin-bottom: 53px;
}

.form {
    margin: 0 !important;
    padding: 0 !important;
}

/* END FORM - MAP ON HOME */


/* FOOTER */

#footer {
}

    #footer a img {
        margin-top: -6px;
    }

/* END FOOTER */


/* CALLOUT GREEN */

.callout-green {
    border-top: 1px solid #cacaca;
}

    .callout-green .btn-primary {
        background: #117964;
        color: #fff;
        border: 0;
    }

        .callout-green .btn-primary:hover {
            background: #555;
            color: #fff;
        }

    .callout-green h3 {
        font-weight: 500 !important;
    }

.alert.alert-transparent.bordered-bottom.nomargin.callout-green {
    margin-top: 50px !important;
}

/* END CALLOUT GREEN */


/* RESPONZIVNOST */

@media only screen and (max-width: 992px) {
    #topMain.nav-pills > li > a,
    #topNav ul.dropdown-menu li a,
    #topNav ul.dropdown-menu li:hover > a {
        background: #333 !important;
        color: #fff !important;
    }

        #header.dark #topMain.nav-pills > li.active > a,
        #topMain.nav-pills > li > a:hover {
            background: #8ab933 !important;
            color: #000 !important;
        }

    #topNav li ul.dropdown-menu li a:hover {
        background: #8ab933 !important;
    }

    .html-content-1 h2 {
        font-size: 30px;
    }

    #slider a.btn-lg,
    #slider a.btn-lg span {
        font-size: 12px !important;
        padding: 10px !important;
    }

    section.page-header.page-header-xs {
        margin-top: 103px;
    }

    section.box-icons {
        padding: 0;
    }

    ul#topMain li > ul li > ul li a {
        padding-left: 60px !important;
    }
}

@media only screen and (max-width: 480px) {
    #slider a.btn-lg,
    #slider a.btn-lg span {
        margin-top: 40px !important;
    }

    .tp-bullets.simplebullets.round {
        display: none !important;
    }
}

/* END RESPONZIVNOST */
