/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*Background World*/

#page {

    background: url(../../images/background/npdi/npdi3.jpg) 50% 50% no-repeat fixed;
    background:
        url(../../images/background/texture/diagonal_50.png) 0 0 repeat fixed,
        url(../../images/background/npdi/npdi3.jpg) 50% 50% no-repeat fixed,
        #628EBE;
    background-size: auto, cover;
}

#page-bg {
}

#block-main {
    border-color: #ccc;
    border-color: rgba(0,0,0,0.05);
    background-color: #ebebeb;
    background-color: rgba(255,255,255,0.5);
}

#block-main > div {
    border-color: #e5e5e5;
    border-color: rgba(0,0,0,0.1);
}

#toolbar { text-shadow: 0 1px 0 rgba(255,255,255,0.4); }

.searchbox.loading button { background: url(../../images/background/world/searchbox_loader.gif) 50% 50% no-repeat; }

/* Only Phones */
@media (max-width: 767px) {

    #page-bg { background: none; }

}
