/* 
    Created on : 2016.07.06., 14:11:14
    Author     : stradus
*/

/*#divSlider {
position:relative;
margin:0px auto 0px auto;
height:350px;
width:100%;
background-color:white;
overflow:hidden;
}*/
header #slider {
    height:100%;
    position:absolute;
    width:100%;
    top:0px;
    left:0px;
    z-index: 1;
}
        header .bg {
        display:none;
        position:absolute;
        top:0px;
        left:0px;
        height:100%;
        width:100%;
        background-position:center center;
        background-size:cover;
        overflow:hidden;
        }
                header .bg .title {
                    background-color: #006D33;
                    display:none;
                    color:#fff;
                    position:absolute;
                    top:10px;
                    right:0px;
                    box-shadow:0px 0px 1px #111;
                }
                    header .bg .title h4 {
                        padding:0px;
                        margin:5px;
                        font-weight:300;
                        font-size:14px;
                    }
                header .bg img {
                position: absolute;
                right: 0;
                bottom: 0;
                min-width: 100%;
                min-height: 100%;
                width: 100%;
                height: auto;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                background:url(elements/main_bg.jpg) no-repeat;
                background-size:cover;
                background-position:center;
                }
        header #frameSwitcher {
        position:absolute;
        top:0;
        right:20px;
        text-align:center;
        z-index:3;
        font-size:0px;
        }
                header .frameSwitcher {
                height:10px;
                width:10px;
                display:inline-block;
                background:#006D33;
                margin:0 7px 0 7px;
                border-radius: 5px;
                -webkit-transition:.5s;
                -moz-transition:.5s;
                -ms-transition:.5s;
                -o-transition:.5s;
                transition:.5s;
                box-shadow:0px 0px 1px #111;
                }
                        header .frameSwitcherA, header .frameSwitcher:hover {
                        background:#fff;
                        }