


#serviceTraiteur {
    position: relative;
}
.traiteurBlocks {
    height: 850px;
    margin: 0 auto;
    position: relative;
    width: 980px;
}
.traiteurBlocks .block {
    background-color: black;
    cursor: pointer;
    height: 25%;
    position: absolute;
    width: 20%;
}
.traiteurBlocks .block img {
    height: 100%;
    width: 100%;
}
.traiteurBlocks .block:hover img, .traiteurBlocks .block.hovered img {
}
.traiteurBlocks .block.pos1, .traiteurBlocks .block.pos2, .traiteurBlocks .block.pos3, .traiteurBlocks .block.pos4, .traiteurBlocks .block.pos5 {
    top: 0;
}
.traiteurBlocks .block.pos6, .traiteurBlocks .block.pos7, .traiteurBlocks .block.pos8, .traiteurBlocks .block.pos9, .traiteurBlocks .block.pos10 {
    top: 25%;
}
.traiteurBlocks .block.pos11, .traiteurBlocks .block.pos12, .traiteurBlocks .block.pos13, .traiteurBlocks .block.pos14, .traiteurBlocks .block.pos15 {
    top: 50%;
}
.traiteurBlocks .block.pos16, .traiteurBlocks .block.pos17, .traiteurBlocks .block.pos18, .traiteurBlocks .block.pos19, .traiteurBlocks .block.pos20 {
    top: 75%;
}
.traiteurBlocks .block.pos1, .traiteurBlocks .block.pos6, .traiteurBlocks .block.pos11, .traiteurBlocks .block.pos16 {
    left: 0;
}
.traiteurBlocks .block.pos2, .traiteurBlocks .block.pos7, .traiteurBlocks .block.pos12, .traiteurBlocks .block.pos17 {
    left: 20%;
}
.traiteurBlocks .block.pos3, .traiteurBlocks .block.pos8, .traiteurBlocks .block.pos13, .traiteurBlocks .block.pos18 {
    left: 40%;
}
.traiteurBlocks .block.pos4, .traiteurBlocks .block.pos9, .traiteurBlocks .block.pos14, .traiteurBlocks .block.pos19 {
    left: 60%;
}
.traiteurBlocks .block.pos5, .traiteurBlocks .block.pos10, .traiteurBlocks .block.pos15, .traiteurBlocks .block.pos20 {
    left: 80%;
}
#contentWindow {
    background: rgba(0, 0, 0, 0) url("http://kirsch.lu/wp-content/themes/kirsch/Photos/transparent-black.png") repeat scroll 0 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 80%;
}
#contentWindow .content {
    display: none;
    height: 100%;
    width: 100%;
}
#contentWindow .previous, #contentWindow .next {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    top: 188px;
    width: 14px;
}
#contentWindow .previous:hover, #contentWindow .next:hover {
    background-position: 0 bottom;
}
#contentWindow .previous {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/bouton/previous-page.png");
    left: 19px;
}
#contentWindow .next {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/bouton/next-page.png");
    right: 19px;
}
#contentWindow .close_btn {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/bouton/traiteur-close.png");
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
}
#contentWindow .close_btn {
    transform: rotate(0deg);
    transition-duration: 1s;
}
#contentWindow .close_btn:hover {
    transform: rotate(180deg);
    transition-duration: 1s;
}
#contentWindow nav {
    font-size: 0;
    margin-bottom: 23px;
    padding: 33px 0 0 52px;
}
#contentWindow nav div {
    background: rgba(0, 0, 0, 0) url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/bouton/traiteur-menu.jpg") repeat-x scroll 0 0;
    color: #888888;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin-right: 11px;
    padding: 0 42px;
}
#contentWindow nav div.active, #contentWindow nav div:hover {
    color: #da0202;
}
#contentWindow .texts {
    height: 290px;
    margin-left: 52px;
    overflow: hidden;
    position: relative;
    width: 696px;
	
}
#contentWindow .itemsWrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 500%;
}
#contentWindow .text {
    float: left;
    height: 290px;
    margin-right: 20px;
    padding-left: 284px;
    position: relative;
    width: 412px;
}
#contentWindow .photo {
    left: 0;
    position: absolute;
    top: 0;
}
#contentWindow .title {
    font-family: Custom-medium,Arial,Helvetica,sans-serif;
    font-size: 30px;
    margin-bottom: 23px;
    padding-top: 8px;
    text-transform: uppercase;
	color: white;
}
#contentWindow p {
    font-family: Custom-medium,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 25px;
    padding-right: 10px;
	color: white;
}
#contentWindow .brochure {
    bottom: 5px;
    position: absolute;
    right: 35px;
}
#contentWindow.active {
    height: 50%;
}
#contentWindow.pos1, #contentWindow.pos15 {
    left: 0;
}
#contentWindow.pos3, #contentWindow.pos4, #contentWindow.pos7, #contentWindow.pos9, #contentWindow.pos10, #contentWindow.pos12, #contentWindow.pos19 {
    left: 20%;
}
#contentWindow.pos12 {
    top: 25%;
}
#contentWindow.pos1, #contentWindow.pos3, #contentWindow.pos4, #contentWindow.pos15, #contentWindow.pos16, #contentWindow.pos18, #contentWindow.pos19 {
    top: 50%;
}
#contentWindow.pos7, #contentWindow.pos9, #contentWindow.pos10 {
    top: 75%;
}
#contentWindow.pos12.active {
    top: 0;
}
#contentWindow.pos1.active, #contentWindow.pos3.active, #contentWindow.pos4.active, #contentWindow.pos15.active, #contentWindow.pos16.active, #contentWindow.pos18.active, #contentWindow.pos19.active {
    top: 25%;
}
#contentWindow.pos7.active, #contentWindow.pos9.active, #contentWindow.pos10.active {
    top: 50%;
}
#serviceTraiteur .textContents {
    display: none;
}
#traiteurTitles {
    left: 50%;
    margin-left: -120px;
    position: absolute;
    top: 320px !important;
    width: 240px;
    z-index: 5;
}
#traiteurTitles .item-traiteur {
    background-position: center top;
	background-repeat: no-repeat;
    cursor: pointer;
}
#traiteurTitles .item-traiteur:hover, #traiteurTitles .item-traiteur.hovered {
    background-position: center bottom;
}
#traiteurTitles .item-traiteur.aperitifs {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/bouton/aperitifs.png");
    height: 49px;
    margin-bottom: -8px;
}
#traiteurTitles .item-traiteur.lunch-dinatoires {
	background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/bouton/lunchs-dinatoires.png");
    height: 28px;
    margin-bottom: -1px;
}
#traiteurTitles .item-traiteur.potages {
	background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/bouton/potages.png");
    height: 58px;
    margin-bottom: -2px;
}
#traiteurTitles .item-traiteur.entrees {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/bouton/entrees.png");
    height: 45px;
    margin-bottom: -3px;
}
#traiteurTitles .item-traiteur.sorbets {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/bouton/sorbets.png");
    height: 57px;
    margin-bottom: -3px;
}
#traiteurTitles .item-traiteur.buffets {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/bouton/buffets.png");
    height: 49px;
    margin-bottom: -4px;
}
#traiteurTitles .item-traiteur.plats {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/bouton/plats.png");
    height: 89px;
    margin-bottom: -12px;
}
#traiteurTitles .item-traiteur.gibiers {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/bouton/gibiers.png");
    height: 51px;
    margin-bottom: 8px;
}
#traiteurTitles .item-traiteur.fromages-desserts {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/bouton/fromages-desserts.png");
    height: 63px;
    margin-bottom: 5px;
}
#traiteurTitles .item-traiteur.show-cooking {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/bouton/show-cooking.png");
    height: 40px;
    margin-bottom: -4px;
}
#traiteurTitles .item-traiteur.coin-lunch {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/bouton/coin-lunch.png");
    height: 32px;
}



#brochures .centerWrapper {
    height: 100%;
}
.centerWrapper {
    margin: 0 auto;
    position: relative;
    width: 980px;
}

.bigTitleBlock .title {
    height: 80px;
}
.bigTitleBlock .title {
    font-family: Custom-medium,Arial,Helvetica,sans-serif;
    font-size: 35px;
    height: 116px;
    margin: 0 auto;
    max-width: 980px;
    padding-top: 92px;
    text-align: center;
    text-transform: uppercase;
	color: white;
}

#brochures .slider {
    height: 100%;
    margin: 0 auto;
    width: 908px;
}

#brochures .bigPhoto 
{
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/brochures.jpg");
    background-position: center -320px;
    height: 562px;
}

#brochures .item-traiteur .imageWrapper {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/pdf-shadow.png");
    height: 122px;
    left: 0;
    padding: 14px;
    position: absolute;
    top: 9px;
    width: 85px;
}

.clear {
    clear: both;
}
strong {
    font-family: Custom-bold,Arial,Helvetica,sans-serif;
}
.centerWrapper {
    margin: 0 auto;
    position: relative;
    width: 980px;
}
#page {
    background: black url("backgrounds/background.jpg") repeat fixed center top;
    color: white;
    font-family: Custom-regular,Arial,Helvetica,sans-serif;
    min-height: 100%;
    min-width: 1000px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#scrollToTop {
    background-image: url("buttons/scroll-to-top.png");
    bottom: 30px;
    cursor: pointer;
    display: none;
    height: 65px;
    left: 50%;
    margin-left: 520px;
    position: fixed;
    width: 58px;
}
#scrollToTop:hover {
    background-position: 0 -65px;
}
#scrollDown {
    background-image: url("buttons/scroll-down.png");
    bottom: 20px;
    cursor: pointer;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: fixed;
    width: 13px;
}
#wrapper {
    margin: 0 auto;
    position: relative;
}
#bigLogo {
    background-image: url("backgrounds/logo-k.png");
    height: 100%;
    left: 50%;
    margin-left: -340px;
    position: absolute;
    top: 0;
    width: 681px;
    z-index: 0;
}
.bigPhoto {
    position: relative;
}

.bigPhoto .scrollToNextBtn:hover {
    background-position: left bottom;
}
.bigPhoto .trame, .bigPhotosWrapper .trame {
    background: rgba(0, 0, 0, 0) url("http://kirsch.lu/wp-content/themes/kirsch/Photos/trame.png") repeat scroll 0 0;
    height: 100%;
    position: relative;
    width: 100%;
}
.bigPhoto .stripe, .bigPhotosWrapper .stripe {
    background: rgba(0, 0, 0, 0) url("http://kirsch.lu/wp-content/themes/kirsch/Photos/transparent-white.png") repeat scroll 0 0;
    color: black;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.bigTitleBlock 
{
    padding-top: 76px;
    position: relative;
}
.bigTitleBlock .title {
    font-family: "fff_tusjbold";
    font-size: 3vw;
    height: 116px;
    margin: 0 auto;
    max-width: 980px;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #CD0028;
}

.content-page.traiteur
{
	background: black url("http://kirsch.lu/wp-content/themes/kirsch/Photos/paperbackround.jpg") repeat fixed center top;
}


.bigTitleBlock .cherry {
    background-image: url("pictos/cerise.jpg");
    height: 31px;
    left: 50%;
    margin-left: -22px;
    position: absolute;
    top: 59px;
    width: 44px;
}

#cerise.bigPhoto 
{
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/cerise.jpg");
    background-position: center -700px;
    height: 490px;
    position: relative;
}
#cerise.bigPhoto .stripe {
    color: #000000;
    font-family: Custom-medium,Arial,Helvetica,sans-serif;
    font-size: 35px;
    height: 108px;
    line-height: 108px;
    margin-top: -54px;
}
#location {
}
#location .bigPhoto {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/location.jpg");
    background-position: center -324px;
    height: 752px;
}
#location .bigPhoto .stripe {
    font-size: 18px;
    height: 306px;
    line-height: 32px;
    margin-top: -153px;
}
#location .stripe p {
    margin-bottom: 23px;
}
#location .stripe p.first {
    padding-top: 55px;
}
#brochures {
}

#brochures .bigPhoto 
{
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/brochures.jpg");
    background-position: center -320px;
    height: 562px;
}

#brochures .stripe {
    height: 172px;
    margin-top: -86px;
}
#brochures .centerWrapper {
    height: 100%;
}
#brochures .slider {
    height: 100%;
    margin: 0 auto;
    width: 908px;
}
#brochures .item-traiteur {
    display: block;
    float: left;
    height: 152px;
    padding: 26px 0 0 116px;
    position: relative;
    width: 108px;
	    text-decoration: none;
}
#brochures .item-traiteur .picto {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/pdf.png");
    height: 36px;
    left: 111px;
    position: absolute;
    top: 111px;
    width: 28px;
}
#brochures .item-traiteur .imageWrapper {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/pdf-shadow.png");
    height: 122px;
    left: 0;
    padding: 14px;
    position: absolute;
    top: 9px;
    width: 85px;
}
#brochures .item-traiteur:hover .imageWrapper {
    background-position: left bottom;
}
#brochures .item-traiteur p {
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}
#brochures .item-traiteur p strong {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}
#partenaires {
}
#partenaires .bigPhotosWrapper {
    height: 752px;
    position: relative;
}
#partenaires .bigPhoto {
    background-color: black;
    background-position: center 0;
    height: 100%;
    position: absolute;
    width: 100%;
}
#partenaires .bigPhoto.greiwelsHaff {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/greiwels-haff.jpg");
}
#partenaires .bigPhoto.chateau {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/chateau-du-bois-d-arlon.jpg");
}
#partenaires .bigPhoto.oenophile {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/l-oenophile.jpg");
}
#partenaires .bigPhoto.oenophile {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/l-oenophile.jpg");
}
#partenaires .bigPhoto.anHaffen {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/an-haffen.jpg");
}
#partenaires .stripe {
    height: 493px;
    margin-top: -262px;
    padding-top: 31px;
}
#partenaires .photoWrapper {
    height: 345px;
    margin: 0 auto 24px;
    position: relative;
    width: 753px;
}
#partenaires .photoWrapper .photo {
    display: block;
    height: 345px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#partenaires .photoWrapper .greiwelsHaff {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/greiwels-haff-mini.jpg");
}
#partenaires .photoWrapper .chateau {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/chateau-du-bois-d-arlon-mini.jpg");
}
#partenaires .photoWrapper .oenophile {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/l-oenophile-mini.jpg");
}
#partenaires .photoWrapper .anHaffen {
    background-image: url("http://kirsch.lu/wp-content/themes/kirsch/Photos/traiteur/an-haffen-mini.jpg");
}
#partenaires .logos {
    font-size: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 753px;
}
#partenaires .logo {
    cursor: pointer;
    display: inline-block;
    height: 80px;
    vertical-align: middle;
    width: 25%;
}
#partenaires .logo .padding {
    border-right: 1px solid black;
    height: 100%;
    padding: 0 20px;
}
#partenaires .logo:last-child .padding {
    border-right: medium none;
}
#partenaires .logo img {
    display: inline-block;
    line-height: 80px;
    max-height: 80px;
    max-width: 148px;
    vertical-align: middle;
}
#partenaires .logo img.active {
    display: none;
}
#partenaires .logo.active img.normal, #partenaires .logo:hover img.normal {
    display: none;
}
#partenaires .logo.active img.active, #partenaires .logo:hover img.active {
    display: inline-block;
}

.bigTitleBlock .title {
    height: 80px;
}
#contact .errorMessage {
    color: #ff0000;
    font-size: 14px;
    margin-bottom: 40px;
}
#contact .column {
    float: left;
    position: relative;
}
#contact .column.left {
    color: #a7a7a7;
    font-size: 12px;
    margin-left: 56px;
    padding-top: 0;
    width: 286px;
}
#contact .column.left .photo {
    left: 0;
    position: absolute;
    top: -113px;
}
#contact .column.left p {
    line-height: 16px;
    margin-bottom: 16px;
}
#contact .column.left p span {
    text-transform: uppercase;
}
#contact .column.left strong {
    color: white;
}
#contact .openingHours {
    margin-bottom: 40px;
}
#contact .brochure {
    margin-bottom: 15px;
}
#contact .brochure a {
    background-image: url("buttons/brochure-traiteur.png");
    display: block;
    height: 184px;
    margin: -2px 0 0 -13px;
    width: 138px;
}
#contact .brochure a:hover {
    background-position: center bottom;
}
#contact .facebook {
}
#contact .column.left .facebook p {
    margin-bottom: 29px;
}
#contact .column.right {
    width: 518px;
}
#contact #form {
    position: relative;
}

#form .textInputWrapper.first {
    margin-right: 20px;
}
#form .textInputWrapper .title, #form .textareaWrapper .title {
    display: none;
}


#form .submit {
    clear: both;
    text-align: right;
}
#form .errorDetails {
    color: #ff0000;
    font-size: 10px;
}
#contact #form .forms-erreur {
    color: #ff0000;
}