@charset "UTF-8";

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 100px;
    background-color: #95250a;
}

.logo {
    display: block;
    float: left;
    margin-top: 20px;
    width: 255px;
    height: 120px;
    background: url(../images/spritesheet.png) no-repeat -735px 0px transparent;
}

.logo:hover {
    background-position: -735px -140px;
}

.nav-img {
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 1;
    display: none;
    width: 465px;
    height: 125px;
}

.index .nav-img {
    display: block;
}

.bt-img {
    position: relative;
    display: block;
    float: left;
    margin: 10px;
    width: 135px;
    height: 125px;
}


.bt-img:hover {
     margin: 5px;
     border:5px solid #95251A;
}



.bt-img .icon-gallery,
.bt-img .down-arrow {
    position: absolute;
    left: 50%;
    background: url(../images/spritesheet.png) no-repeat;
}

.bt-img .down-arrow {
    bottom: 5px;
    margin-left: -7px;
    width: 14px;
    height: 10px;
    background-position: -502px 0;
}

.bt-img .icon-gallery {
    top: 40%;
    margin-left: -7px;
    width: 20px;
    height: 20px;
    background-position: -352px 0;
}
.bt-img-txt {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 15;
    display: block;
    display: block;
    padding: 5px;
    width: 125px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}
.prologue-bt {
    margin-top: 15px;
    padding: 9px 0;
    width: 135px;
    background-color: #95251a;
    background-image: url(../images/spritesheet.png);
    background-position: 120px -362px;
    text-align: center;
    text-transform: uppercase;
}

/* -----------------------------------------------------------/
///////////				NAV HEADER 	 				 /////////
----------------------------------------------------------- */

header nav {
    float: right;
    height: 30px;
}

header li, .submenu li, .gallery-nav li {
    float: left;
    margin-right: 1px;
    /* margin-bottom: 10px; */
}

header nav a {
    /*
    border-left: 1px solid #6d747e;
    display: inline-block;
    line-height: 1.2em;
    width: 220px;
     */
    display: block;
    margin-top: 65px;
    padding: 12px 15px 12px 15px;
    background: url(../images/spritesheet.png) no-repeat -1px -185px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Syncopate';
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

header nav li {
    background: url(../images/spritesheet.png) no-repeat -980px -390px; /* tiret */
}

/* 
@media screen and (max-height:840px){
    header nav a {
        height: 33px;
        font-size:11px;
        padding: 4px 6px 4px 10px;
        margin-top: 0;
    }
} */

header nav a:hover {
    background: url(../images/spritesheet.png) no-repeat -1px -220px;
    color: #e6d3a4;
}

.nav .current {
    background: url(../images/spritesheet.png) no-repeat -1px -220px;
    color: #e6d3a4;
}


.logo-facebook {position:absolute; width: 32px; height: 32px; left: 50%; margin: 10px 0px 0px 445px; z-index: 100;}
/* -----------------------------------------------------------/
//////////////////		TOP NAV HEADER 	 	   ////////////////
----------------------------------------------------------- */
/* 

header .top-nav { 
	float:right; 
}

header .top-nav a {
	padding:10px 10px 0 10px;
	color: #c6cbce;
	font-size: 1.1em;
}

header .top-nav a:hover { 
	color: #c1ae58;	
}



header .top-nav .bt {
	display: block;
	padding:0 2px;
	width:25px; 
	height: 25px;
	background-image: url(../images/spritesheet.png);
	background-repeat: no-repeat;
}
/* 
header .top-nav .home-bt { background-position: -140px -41px; }
header .top-nav .home-bt:hover, header .top-nav .home-bt.current { background-position: -140px -64px; }
header .top-nav .music-bt {	background-position: 4px -44px; }
header .top-nav .music-bt:hover { background-position: 4px -64px; }
header .top-nav .search-bt { background-position: -32px -43px;}
header .top-nav .search-bt:hover { background-position: -32px -63px;}
header .top-nav .facebook-bt { background-position: -68px -43px;}
header .top-nav .facebook-bt:hover { background-position: -68px -63px;}
header .top-nav .twitter-bt { margin-right:5px; background-position: -100px -43px;}
header .top-nav .twitter-bt:hover { background-position: -100px -63px; }
*/

/* -----------------------------------------------------------/
//////////////////	NAV GALERIE PHOTO	   ///////////////////
----------------------------------------------------------- */

.gallery-nav {
    position: absolute;
    top: -120px;
    left: 0;
    z-index: 20;
    width: 850px;
    height: 25px;
    background: #2E2D30;
}

.gallery-nav ul {
    float: right;
}

.gallery-nav a {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 15px;
}

.gallery-nav p {
    display: inline-block;
    padding: 0 20px 0 20px;
    background: #333;
    font-size: 15px;
    line-height: 25px;
}

.gallery-nav .logo {
    width: 101px;
    height: 55px;
    background-position: -878px -350px;
}