a{
    text-decoration:none;
    color:#ffffff;
}
.fleft{
    float:left;
}
.fright{
    float:right;
}
h1{
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
h2{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.content-box h2 a{
    color: #ffffff;
    margin-left: 10px;
    font-size: 13px;
}
.content-box h2 a:hover{
    color: #bbbbbb;
}
body
{
    background:#ffffff;
    color:#ffffff;
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
    line-height:24px;
    overflow-y: scroll;
    
    background: url('') no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.menu{
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
    padding:25px 0px;
    position: fixed;
    left: 1%;
    top: 20px;
    border-radius: 5px;
    width: 20%;
    min-width: 100px;
    max-width: 170px;
    text-align: center;
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
}
.sepe-logo{
    width: 90%;
    max-width: 125px;
}
.menu-social{
    position: fixed;
    right: 1%;
    top: 20px;
    z-index: 1;
}
.menu-social a{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
    background-image: url('/pub/img/sprite-ico.png');
    background-repeat: no-repeat;
    text-indent: -9000px;
    display: block;
    float: left;
    margin-left: 5px;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
}
.menu-social a:hover{
    border-radius: 5px;
}
.menu-social a.facebook{
    background-position: 0px 0px;
}
.menu-social a.blog{
    background-position: 0px -40px;
}
.menu-social a.dynamite{
    background-position: 0px -80px;
}
.menu-item, .menu-gallery .label{
    display: block;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-gallery .label.active{
    font-size: 22px;
}
.menu-item:hover, .menu-gallery:hover .label, .menu-item.active, .menu-gallery.opened .label{
    font-size: 22px;
}
.submenu-item{
    display: block;
    
    height: 24px;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    border-radius: 5px;
    width: 170px;
    text-align: center;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.submenu-item-container{
    float: left;
}
.submenu-item.pos-0{
    -webkit-transition: opacity .3s ease-in-out .0s, margin-top .3s ease-in-out .0s;
    -moz-transition: opacity .3s ease-in-out .0s, margin-top .3s ease-in-out .0s;
    -o-transition: opacity .3s ease-in-out .0s, margin-top .3s ease-in-out .0s;
    -ms-transition: opacity .3s ease-in-out .0s, margin-top .3s ease-in-out .0s;
    transition: opacity .3s ease-in-out .0s, margin-top .3s ease-in-out .0s;
}
.submenu-item.pos-1{
    -webkit-transition: opacity .3s ease-in-out .4s, margin-top .3s ease-in-out .4s;
    -moz-transition: opacity .3s ease-in-out .4s, margin-top .3s ease-in-out .4s;
    -o-transition: opacity .3s ease-in-out .4s, margin-top .3s ease-in-out .4s;
    -ms-transition: opacity .3s ease-in-out .4s, margin-top .3s ease-in-out .4s;
    transition: opacity .3s ease-in-out .2s, margin-top .3s ease-in-out .2s;
}
.submenu-item.pos-2{
    -webkit-transition: opacity .3s ease-in-out .4s, margin-top .3s ease-in-out .4s;
    -moz-transition: opacity .3s ease-in-out .4s, margin-top .3s ease-in-out .4s;
    -o-transition: opacity .3s ease-in-out .4s, margin-top .3s ease-in-out .4s;
    -ms-transition: opacity .3s ease-in-out .4s, margin-top .3s ease-in-out .4s;
    transition: opacity .3s ease-in-out .4s, margin-top .3s ease-in-out .4s;
}
.submenu-item.pos-3{
    -webkit-transition: opacity .3s ease-in-out .6s, margin-top .3s ease-in-out .6s;
    -moz-transition: opacity .3s ease-in-out .6s, margin-top .3s ease-in-out .6s;
    -o-transition: opacity .3s ease-in-out .6s, margin-top .3s ease-in-out .6s;
    -ms-transition: opacity .3s ease-in-out .6s, margin-top .3s ease-in-out .6s;
    transition: opacity .3s ease-in-out .6s, margin-top .3s ease-in-out .6s;
}
.menu-gallery .submenu{
    left: 230px;
    position: fixed;
    top: -30px;
    overflow: hidden;
    
    background-image: url('../img/transparent.png');
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-gallery{
    cursor: pointer;
}
.menu-gallery:hover .submenu{
    
}
.menu-gallery.opened .submenu-item{/*.menu-gallery*/
    margin-top: 297px;
    margin-bottom: 50px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.gallery-list-photo-box-0{
    display: block;
    padding:5px;
    width: 152px;
    height: 90px;
    margin: 0px auto;
}
.gallery-list-photo-box{
    -webkit-box-shadow: 0 0 3px black;
    -moz-box-shadow: 0 0 3px black;
    box-shadow: 0 0 3px black;
    
    width: 140px;
    height: 90px;
    overflow: hidden;
    border: solid 1px transparent;
    margin: 0px auto;
    
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.gallery-list-photo-box-0:hover .gallery-list-photo-box{
    width: 152px;
    height: 96px;
    margin-top: -3px;
    border: solid 1px #909090;
}
.gallery-list-photo-box-0 .gallery-list-photo{
    margin: -3px -6px;
    
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.gallery-list-photo-box-0:hover .gallery-list-photo{
    margin: 0px;
}
.gallery-list{
    width: 170px;
    margin: 0px auto;
}
.yt-img{
    width: 152px;
}
.submenu-item .sub-label{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    font-size: 14px;
    line-height: 26px;
}
.submenu-item:hover .sub-label{
    font-size: 20px;
}
.submenu-item.opened .sub-label{
    font-size: 22px;
    padding-top: 8px;
}
.jspVerticalBar{
    width: 5px;
    background-color: transparent;
    right: 5px;
}
.jspTrack{
    background-color: rgb(100,100,100);
    background-color: rgba(255,255,255,0.5);
}
.jspDrag{
    background-color: #ffffff;
}
.content-box{
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
    width: 515px;
    padding: 20px;
    margin: 20px 20px 20px 240px;
    min-height: 90%;
    position: absolute;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
}
.content-box.gallery{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    
    color:#000000;
    background-color: transparent;
}
.form-box{
    margin-top: 20px;
}
.contact-line{
    margin: 8px 0px;
    width: 335px;
}
.contact-line .label{
    float: left;
    width:110px;
    line-height: 28px;
}
.contact-line .contact-input, .contact-line .contact-textarea{
    float: left;
    border: none;
    border-radius: 4px;
    width: 209px;
    padding: 5px 7px;
    line-height: 18px;
    
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
    
    -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 1px rgba(0,0,0,0.75);
}
.contact-textarea{
    height: 160px;
    resize: none;
}
.content-box.gallery{
    width:auto;
    min-width: 200px;
}
.captcha-img{
    border-radius: 4px;
    overflow: hidden;
}
.content-box .contact-button{
    border: none;
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 20px;
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
    line-height: 39px;
    color: #000000;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
    -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 1px rgba(0,0,0,0.75); 
}
.content-box .contact-button:hover{
    border-radius: 5px;
    color: #000000;
}
.err_captcha{
    color:#ff0000;
    font-weight: bold;
}
.gallery-photo{
    margin: 5px auto;
    cursor: url('../img/ico-zoom.png'),pointer;
    width: 100%;
}
.gallery-navigation{
    display: block;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
    padding:5px 0px;
    position: absolute;
    border-radius: 5px;
    width: 55px;
    text-align: center;
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
div.gallery-navigation{
    background-color: rgba(0,0,0,0.2);
}
a.gallery-navigation:hover{
    font-size: 20px;
}
.gallery-navigation.prev{
    right: 265px;
}
.gallery-navigation.next{
    right: 200px;
}

.news-photo{
    float: left;
    margin: 0px 10px 10px 0px;
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
}
.news-item{
    margin-bottom: 20px;
}
.news-date{
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
}
.content-box a{
    color: #bbbbbb;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.content-box a:hover{
    color: #ffffff;
}
/* fullGalery */
#full-gallery {
    background-color: #000000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
#close-gal{
    position:fixed; 
    z-index:3; 
    right:10px; 
    top:10px; 
    padding:5px; 
    background:url('/pub/img/fs_img_g_bg.png');
    filter:alpha(opacity=40);
    -moz-opacity:0.4; 
    -khtml-opacity:0.4; 
    opacity:0.4;
}
#close-gal img{
    border:none;
}
.zoom-navi{
    position:fixed; 
    z-index:3; 
    top:10px; 
    padding:5px; 
    background:url('/pub/img/fs_img_g_bg.png');
    filter:alpha(opacity=40);
    -moz-opacity:0.4; 
    -khtml-opacity:0.4; 
    opacity:0.4;
}
.zoom-navi.zoom-navi-prev{
    right:150px;
}
.zoom-navi.zoom-navi-next{
    right:80px;
}
.photonav{
    margin-bottom:10px;
}
#toolbar{position:fixed; z-index:3; right:10px; top:10px; padding:5px; background:url('/pub/img/fs_img_g_bg.png');}
#toolbar img{border:none;}
#img_title{position:fixed; z-index:3; left:10px; top:10px; padding:10px; background:url('/pub/img/fs_img_g_bg.png'); color:#FFF; font-family:'Josefin Sans Std Light', arial, serif; font-size:24px; text-transform:uppercase;}
#bg{position:fixed; z-index:1; overflow:hidden; width:100%; height:100%;}
#bgimg{display:none; -ms-interpolation-mode: bicubic;}
#preloader{position:relative; z-index:3; width:32px; padding:10px; top:80px; margin:auto; background:#000;border-radius:5px;}
#thumbnails_wrapper{z-index:2; position:fixed; bottom:0; width:100%; background:url('/pub/img/empty.gif'); /* stupid ie needs a background value to understand hover area */}
#outer_container{position:relative; padding:0; width:100%; margin:0px auto;}
#outer_container .thumbScroller{position:relative; overflow:hidden; background:url('/pub/img/fs_img_g_bg.png');}
#outer_container .thumbScroller, #outer_container .thumbScroller .container, #outer_container .thumbScroller .content{height:160px;}
#outer_container .thumbScroller .container{position:relative; left:0px;}
#outer_container .thumbScroller .content{float:left;}
#outer_container .thumbScroller .content div{margin:5px; height:100%;}
#outer_container .thumbScroller img{border:1px solid #fff;}
#outer_container .thumbScroller .content div a{display:block; padding:5px;}

.nextImageBtn, .prevImageBtn{display:block; position:absolute; width:50px; height:50px; top:50%; margin:-25px 10px 0 10px; z-index:3; filter:alpha(opacity=40); -moz-opacity:0.4; -khtml-opacity:0.4; opacity:0.4;}
.nextImageBtn:hover,.prevImageBtn:hover{filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8;}
.nextImageBtn{right:0; background:#000 url('/pub/img/nextImgBtn.png') center center no-repeat;}
.prevImageBtn{background:#000 url('/pub/img/prevImgBtn.png') center center no-repeat;}

.gallery-navigation-container{
    position: fixed;
    width: 100%;
    max-width: 1150px;
    left: 0px;
    top: 24px;
}
.fb-btn{
    float:left;
    width:100px;
}
.tweet-btn{
    float:left;
    width:100px;
}