/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role za starije preglednike */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* FONTFACE */

@font-face {
    font-family: 'OpenSansRegular';
    src: url('/fonts/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
        url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
        url('/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('/fonts/OpenSans-Bold-webfont.eot');
    src: url('/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-Bold-webfont.woff') format('woff'),
        url('/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
        url('/fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('/fonts/bebasneue-webfont.eot');
    src: url('/fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/bebasneue-webfont.woff') format('woff'),
        url('/fonts/bebasneue-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* DEFAULT */

#facebookshare {
    display: none;
}
.hidethis {
    display: none!important;
}
.show-mobile {
    display: none;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

html {
    height: 100%;
}
body {
    height: 100%;
}
body.overflow {
    overflow: hidden;
}

.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }

::selection { background-color: #fadd1b; color: #000; }
::-moz-selection { background-color: #fadd1b; color: #000; }

.animation {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a { text-decoration: none; color: #fbd500; }

.show-tablet {
    display: none;
}

/* ERROR404 */

body#error404 {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px 0px 100px 25px;
    background-image: url('/images/404.png');
    background-repeat: no-repeat;
    background-position: 190px 10px;
}
body#error404 h1 {
    font-family: 'bebas_neueregular';
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
}
body#error404 p {
    line-height: 22px;
    font-size: 14px;
}
body#error404 p strong {
    display: block;
    font-size: 18px;
    color: #fadd1b;
}
body#error404 a {
    display: inline-block;
    margin: 20px 0px 0px 0px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'bebas_neueregular';
    color: #000;
    background-color: #fff;
    padding: 6px 10px;
}
body#error404 a:hover {
    color: #212121;
    background-color: #fadd1b;
}

/* MOBILE NAVIGATION */

#mobile-icon {
    position: fixed;
    z-index: 3000;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    height: 45px;
    border-bottom: 3px solid #fff;
    -moz-box-shadow: 0px 3px 8px #000;
    -webkit-box-shadow: 0px 3px 8px #000;
    box-shadow: 0px 3px 8px #000;
    cursor: pointer;
}
#mobile-icon.opened {
    background-color: #000;
}
#mobile-icon span {
    float: right;
    width: 50px;
    height: 100%;
    background-position: 10px -56px;
    margin-top: 6px;
}
#mobile-icon span.opened {
    background-position: 40px -56px;
}
#mobile-nav {
    position: fixed;
    top: 0px;
    right: -360px;
    width: 45%;
    height: 100%;
    background-color: #fff;
    z-index: 2000;
    overflow: auto;
    -moz-box-shadow: 0px 3px 8px #000;
    -webkit-box-shadow: 0px 3px 8px #000;
    box-shadow: 0px 3px 8px #000;
    font-family: 'bebas_neueregular';
    font-size: 20px;
    line-height: 24px;
}
#mobile-nav .inner {
    padding: 60px 20px 20px 20px;
}
#mobile-nav a {
    display: block;
    color: #212121;
    padding: 10px 20px;
}
#mobile-nav a:hover {
    background-color: #fadd1b;
}
#mobile-nav h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #999;
}
#mobile-nav::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
#mobile-nav::-webkit-scrollbar-button:start:decrement,
#mobile-nav::-webkit-scrollbar-button:end:increment  {
    display: none;
}
#mobile-nav::-webkit-scrollbar-track-piece  {
    background-color: #3b3b3b;
    -webkit-border-radius: 6px;
}
#mobile-nav::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 6px;
    background-color: #fadd1b;
}

/* SCREEN */

html {
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 12px;
    color: #e7e9e9;
    background-color: #404441;
}
body {
    width: 100%;
    height: 100%;
}
b, strong {
    font-weight: bold;
}
i, em {
    font-style: oblique;
}
.sprite {
    background-image: url('/images/sprite.png');
    background-repeat: no-repeat;
}
#empty {
    width: 100%;
    -moz-box-shadow: 0px 1px 15px #000;
    -webkit-box-shadow: 0px 1px 15px #000;
    box-shadow: 0px 1px 15px #000;
    height: 17px;
    background-color: #e7e9e9;
}
#header-wrapper {
    position: relative;
    width: 100%;
    height: 130px;
    border-bottom: 5px solid #fff;
    background-image: url('/images/header.gif');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-shadow: 0px 1px 15px #000;
    -webkit-box-shadow: 0px 1px 15px #000;
    box-shadow: 0px 1px 15px #000;
}
#header-wrapper h1 a {
    text-indent: -9999px;
    top: 27%;
    left: 6%;
    position: absolute;
    width: 565px;
    height: 60px;
    background-image: url('/images/logo.png');
    background-repeat: no-repeat;
    background-position: top left;
}
#header-wrapper header {
    width: 980px;
    margin: 0px auto;
}
#header-wrapper header .fr {
    text-align: right;
}
#header-wrapper header address {
    color: #fadd1b;
    line-height: 20px;
    font-size: 13px;
    margin: 20px 10px 20px 0px;
    font-family: 'OpenSansBold';
}
#header-wrapper header nav {
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'bebas_neueregular';
}
#header-wrapper header nav a {
    display: inline-block;
    color: #fff;
    padding: 6px 10px;
}
#header-wrapper header nav li:hover a,
#header-wrapper header nav li a.active {
    color: #212121;
    background-color: #fadd1b;
}
#header-wrapper header nav ul li {
    display: inline-block;
}
#header-wrapper header nav ul li:hover > ul.sub {
    display: block;
}
#header-wrapper header nav ul.sub {
    display: none;
    position: absolute;
    z-index: 1000;
    text-align: left;
    background-color: #fadd1b;
    margin-top: 0px;
    line-height: 32px;
    border-bottom: 5px solid #000;
}
#header-wrapper header nav ul.sub li {
    display: block;
    padding: 0px 0px;
}
#header-wrapper header nav ul.sub li a {
    display: block;
    padding: 0px 10px;
}
#header-wrapper header nav ul.sub li a:hover {
    background-color: #212121;
    color: #fff;
}
#slider-wrapper {
    width: 100%;
    border-bottom: 5px solid #fff;
}
#slider-wrapper .pager {
    padding-top: 40px;
    margin-bottom: 30px;
}
#slider-wrapper .pager span {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: rgba(33, 33, 33, 0.6);
    cursor: pointer;
    border-radius: 100%;
}
#slider-wrapper .pager span a {
    display: block;
    width: 35px;
    height: 35px;
    background: none;
}
#slider-wrapper .pager span:hover {
    background-color: #fbd500;
}
#slider-wrapper .pager span.prev {
    background-position: 10px 9px;
}
#slider-wrapper .pager span.prev:hover {
    background-position: -67px 9px;
}
#slider-wrapper .pager span.next {
    background-position: -24px 9px;
}
#slider-wrapper .pager span.next:hover {
    background-position: -104px 9px;
}
#slider-wrapper #homeslider .inner {
    height: 405px;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#slider-wrapper #homeslider .inner section {
    width: 940px;
    margin: 0px auto;
}
#slider-wrapper #homeslider .inner section.right {
    text-align: right;
}
#slider-wrapper #homeslider .inner section .box {
    display: inline-block;
    /*background-color: rgba(33, 33, 33, 0.6);*/
    padding: 12px;
    margin-bottom: 10px;
    background-image: url('/images/slider-content.png');
}
#slider-wrapper #homeslider .inner section h2 {
    font-family: 'bebas_neueregular';
    text-transform: uppercase;
    font-size: 32px;
    max-width: 500px;
}
#slider-wrapper #homeslider .inner section h2 a {
    color: #fff;
}
#slider-wrapper #homeslider .inner section h2 a:hover {
    color: #fbd500;
}
#slider-wrapper #homeslider .inner section p {
    line-height: 20px;
    max-width: 300px;
}
#slider-wrapper #homeslider .inner section a.read-more:hover {
    color: #212121;
    background-color: #fadd1b;
    background-image: none;
}
#djelatnosti-wrapper {
    background: url('/images/djelatnosti.jpg') top center;
    height: 465px;
}
#djelatnosti-wrapper #djelatnosti {
    width: 940px;
    margin: 0px auto;
    text-align: center;
    padding-top: 85px;
}
#djelatnosti-wrapper #djelatnosti .line {
    border-top: 1px solid #5b5a5e;
    height: 1px;
}
#djelatnosti-wrapper #djelatnosti h2 {
    font-family: 'bebas_neueregular';
    font-size: 34px;
    letter-spacing: 0.2em;
    display: inline-block;
    margin: -42px 0px 0px 0px;
    padding: 0px 30px 0px 30px;
    max-width: 460px;
    background: url('/images/djelatnosti-h2.jpg') top center;
}
#djelatnosti-wrapper #djelatnosti h2 span {
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
}
#djelatnosti-wrapper #djelatnosti section {
    vertical-align: top;
    display: inline-block;
    width: 120px;
    border-radius: 10px;
    margin: 90px 4px 0px 4px;
    height: 120px;
    padding: 60px 12px 30px 12px;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    color: #fff;
    background-image: url('/images/djelatnosti-content.png');
}
#djelatnosti-wrapper #djelatnosti section:hover {
    cursor: pointer;
    background-image: none;
    background-color: #fbd500;
    color: #000;
}
#djelatnosti-wrapper #djelatnosti section:hover > h3 {
    color: #000;
}
#djelatnosti-wrapper #djelatnosti section h3 {
    font-family: 'bebas_neueregular';
    letter-spacing: 0.1em;
    font-size: 16px;
    margin-bottom: 5px;
    color: #fbd500;
}
#djelatnosti-wrapper #djelatnosti section p {
    line-height: 16px;
}
#djelatnosti-wrapper #djelatnosti section a.icon {
    margin: -94px 0px 0px -38px;
    position: absolute;
    width: 83px;
    height: 81px;
    background: url('/images/sprite.png') no-repeat 0px -122px;
}
#djelatnosti-wrapper #djelatnosti section a.icon span {
    overflow: hidden;
    border-radius: 100%;
    display: block;
    background-image: url('/images/sprite.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
#djelatnosti-wrapper #djelatnosti section a.icon.visokogradnja span {
    background-position: -91px -122px;
}
#djelatnosti-wrapper #djelatnosti section a.icon.niskogradnja span {
    background-position: -4px -202px;
}
#djelatnosti-wrapper #djelatnosti section a.icon.vodogradnja span {
    background-position: -89px -194px;
}
#djelatnosti-wrapper #djelatnosti section a.icon.voznipark span {
    background-position: 2px -289px;
}
#djelatnosti-wrapper #djelatnosti section a.icon.beton span {
    background-position: -89px -290px;
}
#djelatnosti-wrapper #djelatnosti section a.icon.izenjering span {
    background-position: 0px -373px;
}
#certifikati-wrapper {
    background: url('/images/certifikati.gif') top left repeat-x #f8f8f8;
    border-bottom: 67px solid #e7e9e9;
    -moz-box-shadow: 0px 1px 15px #000;
    -webkit-box-shadow: 0px 1px 15px #000;
    box-shadow: 0px 1px 15px #000;
}
#certifikati-wrapper #certifikati {
    color: #969696;
    width: 940px;
    margin: 0px auto;
    padding: 0px 0px 53px 0px;
    overflow: hidden;
    background: url('/images/certifikati.gif') top left repeat-x;
}
#certifikati-wrapper #certifikati h4 {
    font-family: 'OpenSansRegular';
    color: #818888;
    font-size: 26px;
    padding: 60px 10px 10px 10px;
    border-bottom: 1px solid #bfc5c5;
    margin-bottom: 20px;
    line-height: 32px;
}
#certifikati-wrapper #certifikati p {
    font-size: 14px;
    padding: 0px 10px;
    line-height: 22px;
}
#certifikati-wrapper #certifikati .fl {
    width: 350px;
    margin-right: 30px;
}
#certifikati-wrapper #certifikati .fl a.cert {
    display: inline-block;
    width: 140px;
    height: 145px;
    margin: 0px 15px 15px 10px;
}
#certifikati-wrapper #certifikati .fl a.cert.devetjedan {
    background-position: -206px 3px;
}
#certifikati-wrapper #certifikati .fl a.cert.cetrnjedan {
    background-position: -206px -155px;
}
#certifikati-wrapper #certifikati .fr {
    width: 560px;
}
#certifikati-wrapper #certifikati .fr img {
    float: left;
    margin: 0px 30px 0px 10px;
    width: 120px;
    padding: 10px;
    border: 1px solid #bfc5c5;
    background-color: #ddd;
}
#certifikati-wrapper #certifikati .fr img:hover {
    background-color: #818888;
}
#footer a {
    color: #bbb9a0;
}
#footer a:hover {
    text-decoration: underline;
}
#footer strong {
    font-weight: 600;
    color: #d3d1d1;
}
#footer {
    font-size: 12px;
    line-height: 18px;
    color: #9b9a9a;
}
#footer footer {
    overflow: hidden;
    width: 940px;
    margin: 0px auto 0px auto;
    padding: 40px 0px 20px 0px;
    background-image: url('/images/footer.png');
    background-repeat: no-repeat;
    background-position: top right;
}
#footer footer p {
    padding: 0px 12px;
}
#footer footer section {
    margin-right: 45px;
    margin-bottom: 26px;
}
#footer footer section mark {
    display: block;
    border-bottom: 1px solid #838382;
    margin-bottom: 12px;
    height: 50px;
    background-color: transparent;
}
#footer footer section mark.adresa {
    background-position: -362px -5px;
}
#footer footer section mark.kontakt {
    background-position: -362px -85px;
}
#footer footer section mark.djelatnosti {
    background-position: -362px -163px;
}
#footer footer section.mailto {
    width: 360px;
    margin: 13px 0px 0px 20px;
}
#footer footer section mark.mailto {
    float: left;
    margin: 0px 20px 0px 0px;
    padding: 3px 20px 0px 0px;
    width: 50px;
    height: 40px;
    border-bottom: none;
    border-right: 1px solid #838382;
    display: inline-block;
    background-position: -360px -236px;
}
#static-wrapper {
    width: 100%;
    background: url('/images/static-wrapper.png') repeat top left;
}
#static-wrapper #static {
    width: 940px;
    margin: 0px auto;
    background-position: top center;
    padding: 35px 0px;
}
#static-wrapper #static a {
    color: #fbd500;
}
#static-wrapper #static a:hover {
    color: #E9DE96;
}
#static-wrapper #static #col-left,
#staticb-wrapper #static-bottom #col-left-bottom {
    float: left;
    width: 510px;
    margin-right: 30px;
}
#static-wrapper #static #col-right,
#staticb-wrapper #static-bottom #col-right-bottom {
    float: right;
    width: 390px;
}
#static-wrapper #static strong {
    color: #fff;
}
#static-wrapper #static p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0px 10px;
}
#static-wrapper #static p img {
    width: 96%;
    padding: 2%;
    border: 1px solid #282627;
}
#static-wrapper #static h1 {
    margin-bottom: 20px;
    font-family: 'OpenSansRegular';
    font-size: 26px;
    line-height: 32px;
    padding: 0px 10px 10px 10px;
}
#static-wrapper #static h2 {
    margin-bottom: 20px;
    font-family: 'OpenSansRegular';
    font-size: 26px;
    line-height: 32px;
    padding: 0px 10px 10px 10px;
    border-bottom: 1px solid #bfc5c5;
}
#static-wrapper #static h3 {
    margin-bottom: 15px;
    font-family: 'OpenSansRegular';
    font-size: 18px;
    line-height: 24px;
    padding: 0px 10px;
    font-weight: 600;
    margin-top: 30px;
}
#static-wrapper #static h3 small {
    font-size: 11px;
}
#static-wrapper #static #col-right h3,
#static-wrapper #static #col-right p {
    padding: 0px 15px;
}
#static-wrapper #static h3:first-of-type {
    margin-top: 0px;
}
#mapa, #mapa2 {
    padding: 10px;
    border: 1px solid #282627;
    margin-top: 30px;
}
#mapa #info, #mapa2 #info2 {
    color: #212121;
    width: 200px;
    line-height: 22px;
}
#mapa #info h5, #mapa2 #info2 h5 {
    font-weight: bold;
}
#mapa #info p, #mapa2 #info2 p {
    padding: 0px!important;
    margin: 0px!important;
}
#mapa #gmap, #mapa2 #gmap2 {
    width: 100%;
    height: 380px;
}
#static-wrapper #static #col-left.kontakt p span {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}
#staticb-wrapper {
    width: 100%;
    background: url('/images/certifikati.gif') top left repeat-x #f8f8f8;
    border-bottom: 67px solid #e7e9e9;
    -moz-box-shadow: 0px 1px 15px #000;
    -webkit-box-shadow: 0px 1px 15px #000;
    box-shadow: 0px 1px 15px #000;
}
#staticb-wrapper #static-bottom {
    width: 940px;
    margin: 0px auto;
    padding: 30px 0px;
    color: #969696;
}
#staticb-wrapper #static-bottom a {
    color: #4E4E37;
}
#staticb-wrapper #static-bottom a:hover {
    color: #212121;
    text-decoration: underline;
}
#staticb-wrapper #static-bottom h2 {
    margin-bottom: 20px;
    font-family: 'OpenSansRegular';
    font-size: 26px;
    line-height: 32px;
    padding: 0px 10px 10px 10px;
    color: #818888;
    border-bottom: 1px solid #bfc5c5;
}
#staticb-wrapper #static-bottom p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0px 10px;
}
#staticb-wrapper #static-bottom p.betonara span {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}
#staticb-wrapper #static-bottom.betonara #col-left-bottom {
    width: 300px;
}
#staticb-wrapper #static-bottom.betonara #col-right-bottom {
    width: 610px;
}
#staticb-wrapper #static-bottom.betonara #col-right-bottom #mapa2 {
    margin-top: 0px;
    border: 1px solid #969696;
}





#static-wrapper #static #col-left article h1 {
    padding: 0px 10px 0px 10px;
}
#static-wrapper #static #col-left article time {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 10px;
}
#static-wrapper #static #col-left article .image img {
    width: 96%;
    padding: 2%;
    border: 1px solid #282627;
    margin-bottom: 20px;
}
#static-wrapper #static #col-left article strong,
#static-wrapper #static #col-left article b {
    font-weight: bold;
}
#static-wrapper #static #col-left article em,
#static-wrapper #static #col-left article i {
    font-style: oblique;
}
#static-wrapper #static #col-left article ul,
#static-wrapper #static #col-left article ol {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0px 10px;
    margin-left: 30px;
}
#static-wrapper #static #col-left article ol li {
    list-style-type: decimal;
}
#static-wrapper #static #col-left article ul li {
    list-style-type: disc;
}
#static-wrapper #static #col-left article #sharethis {
    margin: 30px 7px 10px 7px;
}


#static-wrapper #static #col-right #arhiva {
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}
#static-wrapper #static #col-right #arhiva h3 {
    padding: 8px 10px 0px 10px;
    margin-bottom: 5px;
    font-size: 13px;
}
#static-wrapper #static #col-right #arhiva time {
    display: block;
    padding: 0px 11px;
    font-size: 10px;
    margin: 5px 0px;
    color: #ccc;
}
#static-wrapper #static #col-right #arhiva p {
    padding: 0px 11px;
    margin-bottom: 10px;
    font-size: 12px;
}
#static-wrapper #static #col-right a.arhiva-more {
    text-align: center;
    display: block;
    padding: 13px 10px;
    border-radius: 0px 0px 10px 10px;
    background-color: rgba(251, 213, 0, 0.3);
    color: #000;
}
#static-wrapper #static #col-right a.arhiva-more:hover {
    background-color: #fbd500;
}