/** Modifier - jer zbog inline partova nije radio style.css od childa **/
/** Frontpage, header i footer */

@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

#header {
    max-width: none;
}

#main {
    margin-top: 38px;
    max-width: none;
}

#frontpage {
    padding-bottom: 50px;
}

/** NAV **/
#header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2000;
}

#access {
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    padding: 0 30px;
    position: relative;
}

#access .menu > ul > li > a > span {
    border: none;
    box-shadow: none;
    color: #fff;
}

#access .menu > ul > li > a:hover {
    background-color: #1fa759;
}

#access ul li.current_page_item > a {
    background-color: transparent;
}

#access ul li.current_page_item > a span {
    color: #cccccc;
}

#access ul li.current-menu-ancestor > a {
    background-color: transparent;
}

.menu {
    text-transform: uppercase;
}

.sub-menu {
    text-transform: none;
    text-align: left;
}




/* MENU ALIGN */
/* Tema moze namjestiti ovo, ali nadoda bordere pa je pilana */
#navHolder {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

#navHolder ul li {
    display: inline-block;
    float: none;
}

/* Ovo je vezano sa frontend.js u ORIGINALNOJ TEMI! */
.menu-activePart {
    background-color: #1fa759 !important; /* TREBA SREDIT */
}




/**SLIDER **/
.slider-wrapper {
    margin-top: -38px;
}

.slider-wrapper, #slider {
    max-width: none;
    max-height: 650px;
}

.theme-default .nivo-directionNav a {
    background: rgba(255, 255, 255, 0) url("images/nivoslider/arrows.png") no-repeat scroll 8px 10px;
    box-shadow: none;
}

.theme-default a.nivo-nextNav {
    background-position: -83px 10px;
}

.theme-default .nivo-controlNav {
    background-color: transparent;
    box-shadow: none;
    top: -43px;
}

.nivo-directionNav a {
    top: 45%;
}



#bigLogoHolder {
    position: absolute;
    z-index: 8;
    width: 100%;
    height: auto;
    top: 90px;
    text-align: left;
    padding-left: 70px;
    box-sizing: border-box;
    /*opacity: 0.8;*/
}

#bigLogoHolder img {
    height: auto;
    /*width: 60%;*/
    width: 36%;
}

/* Font za naslove */
.nivo-caption h2 {
	font-family: 'Noto Sans', sans-serif;
	}

.nivo-caption a {
    text-decoration: none;
}

#front-text3 span {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

.nivo-caption h2, .slide-text {
    text-align: left;
}
.slide-text {
    padding-left: 10px;
}

/* FRONT (Cryout) COLUMNS */
#front-columns > div {
    width: 50%;
    margin: 0;
    box-sizing: border-box;
    border: 2px solid #fff;
}

#front-columns .column-image {
    max-width: none;
}

#front-columns .column-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    max-height: 350px;
}

.columnmore a {
    border-radius: 0px;
    text-transform: uppercase;
    padding: 3px 15px;
    border: 3px solid rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.column-header-image {
    font-size: 26px;
    line-height: 26px;
}



/* Footer + Social */
#footer {
    margin-top: 0;
}

#footer2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f2f2f2;
    border-top: 1px solid #E3E3E3;
}

.socials a, .socials-hover {
    border-radius: 0px;
}

#toTopImg {
    cursor: pointer;
}





/*****************/
/* MEDIA QUERIES */
/*****************/

/* Cryout Columns - stavljanje headinga unutra na vecim ekranima */
@media screen and (min-width: 801px) {

	/* Your Experience Designer Naslov */ 
	#front-text1 h1 {
	margin-top: 80px;	
	font-size: 50px;
	}

    /* selektiraj direct children kojima class pocinje sa column */
    #front-columns > div[class^="column"] {
        position: relative;
    }

    #front-columns > div > a.clickable-column {
        color: #fff;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 15px 20px 12px 20px;
        z-index: 500;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
        background-color: rgba(0, 0, 0, 0.4);
    }

    /*Ovo je za Nexus 7 problem - izgleda da na webkitu nekakav JS daje .mobile klasu na body,
    pa je ovo zato da malo legne bolje*/
    body.mobile .column-text {
        min-height: 150px;
    }

    body.mobile .column-image {
        margin-bottom: 20px;
    }

    body.mobile #front-columns > div {
        border: 4px solid #fff;
    }

}

@media screen and (max-width: 1060px) {
    .column-header-image {
    font-size: 20px;
    line-height: 20px;
}
}

/* Cryout Columns isto */
@media screen and (min-width: 481px) and (max-width: 800px ) {

    #forbottom #front-columns > div {
        width: 50%;
        margin-bottom: 20px;
    }
    #bigLogoHolder {        
        padding-left: 40px;        
    }
    
    .column-text{
    height: 200px;
}

#front-columns > div {
    
    border: 4px solid #fff;
}
}



@media screen and (max-width: 650px) {

    #navHolder {
        text-align: left;
    }

    #bigLogoHolder {
        top: 100px;
        padding-left: 0px;
        text-align: center;
    }

    #bigLogoHolder img {
        width: 60%;
    }

    /* Zajebava i minja se u bilu na nekim slideovima, u picku materinu i ova tema */
    .nivo-caption a {
        color: #444;
    }
}
