﻿
@walbaum:               "Walbaum W01 Roman";
@walbaum-italic:        "Walbaum W01 Italic";
/*@walbaum:               "Walbaum LT Roman";*/
/*@walbaum-italic:        "Walbaum LT Italic";*/

@body-bg-color:         #c7cbb8;
@site-bg-color:         #ffffff;

@meta-normal-text-color:#404040;
@meta-hover-text-color: #e12000;
@meta-active-text-color:#e12000;
@meta-disabl-text-color:#dddddd;
@meta-separator-color:  #dddddd;

@foot-normal-text-color:#ffffff;
@foot-hover-text-color: #e12000;
@foot-active-text-color:#e12000;
@foot-separator-color:  #dddddd;

@menu-normal-bg-color:  #f0f0f0;
@menu-normal-text-color:#404040;
@menu-hover-bg-color:   #dddddd;
@menu-hover-text-color: #e12000;
@menu-active-bg-color:  #dddddd;
@menu-active-text-color:#e12000;

@title-color:           #404040;
@text-color-1:          #404040;
@text-color-2:          #808080;

@link-hover-color:      #e12000;
@light-shadow-color:    #808080;
@strong-shadow-color:   #202020;
@line-color:            #b0b0b0;
@error-color:           #e12000;
@success-color:         #60d26e;
@placeholder-color:     #a0a0a0;

@site-min-height:       500px;

@link-trans-duration:   150ms;
@header-trans-duration: 200ms;
@popup-trans-duration:  300ms;

@popup-bg-opacity:      0.67;


.shadow(@blur; @color)
{
    box-shadow: 0 0 @blur 0 @color;
    -o-box-shadow: 0 0 @blur 0 @color;
    -ms-box-shadow: 0 0 @blur 0 @color;
    -moz-box-shadow: 0 0 @blur 0 @color;
    -webkit-box-shadow: 0 0 @blur 0 @color;
}

.rounded-corners(@radius)
{
	border-radius: @radius;
    -o-border-radius: @radius;
    -ms-border-radius: @radius;
    -moz-border-radius: @radius;
    -webkit-border-radius: @radius;
}

.transition(@params)
{
    transition: @params;
    -o-transition: @params;
    -moz-transition: @params;
    -webkit-transition: @params;
}

.transition(@params1; @params2)
{
    transition: @params1, @params2;
    -o-transition: @params1, @params2;
    -moz-transition: @params1, @params2;
    -webkit-transition: @params1, @params2;
}

.transition(@params1; @params2; @params3)
{
    transition: @params1, @params2, @params3;
    -o-transition: @params1, @params2, @params3;
    -moz-transition: @params1, @params2, @params3;
    -webkit-transition: @params1, @params2, @params3;
}

.transition(@params1; @params2; @params3; @params4)
{
    transition: @params1, @params2, @params3, @params4;
    -o-transition: @params1, @params2, @params3, @params4;
    -moz-transition: @params1, @params2, @params3, @params4;
    -webkit-transition: @params1, @params2, @params3, @params4;
}

.transition(@params1; @params2; @params3; @params4; @params5)
{
    transition: @params1, @params2, @params3, @params4, @params5;
    -o-transition: @params1, @params2, @params3, @params4, @params5;
    -moz-transition: @params1, @params2, @params3, @params4, @params5;
    -webkit-transition: @params1, @params2, @params3, @params4, @params5;
}

/*--------------------------------------------------*/

div, img, p, h1, h2, h3, h4, h5, h6, table, tbody, tr, td, th
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    font-family: Verdana;
    color: @text-color-1;
    list-style: none;
}

.clear
{
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1px;
}

.italic
{
    font-style: italic;
}

.tiny
{
    font-size: 5px;
}

.band,
.title
{
    font-style: italic;
}

html
{
    overflow-y: scroll;
}

body 
{
    background-color: @body-bg-color;
    padding: 0;
    margin: 0;
}

a
{
    color: @link-hover-color;
    .transition(color @link-trans-duration linear);
}

a:hover
{
    color: @link-hover-color;
}


/* BEGIN: form */

form *
{
    font-family: Verdana;
    font-size: 12px;
}

::-webkit-input-placeholder { color: @placeholder-color; }
:-moz-placeholder { color: @placeholder-color; }
::-moz-placeholder { color: @placeholder-color; }
:-ms-input-placeholder { color: @placeholder-color; }

form input[type="text"],
form textarea
{
    margin: 1px 0 10px 0;
    padding: 2px 2px;
    border: solid 1px;
    border-top-color: #9a9a9a;
    border-left-color: #9a9a9a;
    border-right-color: #e7e7e7;
    border-bottom-color: #e7e7e7;
}

form input[type="submit"]
{
    margin: 0;
    height: 19px;
}

/* END: form */


.red
{
    color: @link-hover-color;
}

#site
{
    min-width: 325px;
    max-width: 975px;
    min-height: @site-min-height;
    margin: 10px auto 10px auto;
    padding: 0 25px 25px 0;
    background-color: @site-bg-color;
    .shadow(10px; @light-shadow-color);
    .rounded-corners(10px);
}

.ie7 #site,
.ie8 #site
{
    min-width: 1000px;
}



/* BEGIN: metanav */

#metanav 
{
    float: right;
    margin: 7px 0 0 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-family: Verdana;
    font-size: 9px;
}

#metanav li
{
    display: inline-block;
    border-left: 1px solid @meta-separator-color;
    margin-left: 5px;
    padding-left: 5px;
}

#metanav li:first-child
{
    border-left: none;
}

#metanav li a
{
    color: @meta-normal-text-color;
    text-decoration: none;
}

#metanav li a:hover
{
    color: @meta-hover-text-color;
}

#metanav li a.active
{
    color: @meta-active-text-color;
}

#metanav li a.disabled
{
    color: @meta-disabl-text-color;
}

/* END: metanav */



#site-logo
{
    width: 200px;
    height: 84px;
    float: left;
    margin-left: 25px;
    margin-top: 25px;
}


/* BEGIN: header */

#header
{
/*    max-width: 800px;*/
    height: 90px;
/*    position: absolute; */
    margin: 10px 0 0 247px;


    padding-top: 25px;
/*    overflow-x: hidden;
    overflow-y: visible;*/
    text-align: right;
}

.ie7 #header
{
    margin-left: 22px;
}

#header .banner
{
    width: 728px;
    height: 90px;
    .rounded-corners(5px);
    .shadow(3px; @light-shadow-color);
    .transition(all @header-trans-duration);
}

#header .banner:hover
{
    width: 742px;
    height: 92px;
    margin: -1px 0 0 -7px;
    .shadow(5px; @light-shadow-color);
}

#header .covers
{
/*    background-color: green;*/
/*    max-width: 800px;*/
    list-style: none;
    margin: 0;
    padding: 0;

/*    position: absolute;*/
    height: 90px;
}

#header .covers li
{
    position: relative;
    .transition(z-index @header-trans-duration);


    display: inline-block;
}

#header .covers li:hover
{
    z-index: 10;
}
/*
#header .covers li.pandvd01 { right: 0px;   }
#header .covers li.pandvd02 { right: 82px;  }
#header .covers li.pandvd03 { right: 164px; }
#header .covers li.pandvd04 { right: 246px; }
#header .covers li.pandvd06 { right: 328px; }
#header .covers li.pandvd07 { right: 410px; }
#header .covers li.pandvd08 { right: 490px; }
#header .covers li.pandvd05 { right: 571px; }
#header .covers li.pandvd09 { right: 651px; top: 55px; }
*/
#header .covers li a img
{
    height: 90px;
    margin-left: 10px;
    .rounded-corners(3px);
    .shadow(3px; @light-shadow-color);
    .transition(all @header-trans-duration);
}

#header .covers li:first-child a img
{
    margin-left: 0;
}

.ie7 #header .covers li a img,
.ie8 #header .covers li a img
{
    margin-top: -1px;
    margin-right: -1px;
    border: solid 1px @line-color;
}

#header .covers li.pandvd01 a img { width: 72px; }
#header .covers li.pandvd02 a img { width: 72px; }
#header .covers li.pandvd03 a img { width: 72px; }
#header .covers li.pandvd04 a img { width: 72px; }
#header .covers li.pandvd06 a img { width: 72px; }
#header .covers li.pandvd07 a img { width: 69px; }
#header .covers li.pandvd08 a img { width: 71px; }
#header .covers li.pandvd05 a img { width: 69px; }
#header .covers li.pandvd09 a img { width: 45px; height: 45px; }

#header .covers li a img:hover
{
    height: 170px;
    margin: -35px -25px -35px -15px;
    .rounded-corners(5px);
    .shadow(10px; @strong-shadow-color);
}

#header .covers li.pandvd01 a img:hover { width: 122px; }
#header .covers li.pandvd02 a img:hover { width: 122px; }
#header .covers li.pandvd03 a img:hover { width: 122px; }
#header .covers li.pandvd04 a img:hover { width: 122px; }
#header .covers li.pandvd06 a img:hover { width: 122px; }
#header .covers li.pandvd07 a img:hover { width: 119px; }
#header .covers li.pandvd08 a img:hover { width: 121px; }
#header .covers li.pandvd05 a img:hover { width: 119px; }
#header .covers li.pandvd09 a img:hover { width: 80px; height: 80px; margin: -18px; }

/* END: header */



/* BEGIN: menu */

#menu
{
    padding: 0;
    margin: 15px 0 15px 25px;
    list-style: none;
}

#menu li 
{
    display: inline-block;
    height: 18px;
    padding: 5px 10px 7px 10px;
    margin: 0 2px 2px 0;
    background-color: @menu-normal-bg-color;
    text-align: center;
    .transition(background-color @link-trans-duration linear);
}

#menu li a
{
    font-family: Verdana;
    font-size: 14px;
    color: @menu-normal-text-color;
    text-decoration: none;
    text-transform: uppercase;
}

#menu li:hover
{
    background-color: @menu-hover-bg-color;
}

#menu li a:hover
{
    color: @menu-hover-text-color;
}

#menu li.active
{
    background-color: @menu-active-bg-color;
}

#menu li a.active
{
    color: @menu-active-text-color;
}

#menu li.search
{
    padding: 5px 5px 7px 5px;
}

#menu li.search input
{
    font-family: Verdana;
    font-size: 14px;
    height: 18px;
    padding: 0 5px;
    border: 1px solid @menu-hover-bg-color;
}

#menu li.search ::-webkit-input-placeholder {
   color: @menu-hover-bg-color;
}

#menu li.search :-moz-placeholder { /* Firefox 18- */
   color: @menu-hover-bg-color;
   opacity: 1;
}

#menu li.search ::-moz-placeholder {  /* Firefox 19+ */
   color: @menu-hover-bg-color;
   opacity: 1;
}

#menu li.search :-ms-input-placeholder {  
   color: @menu-hover-bg-color;
}

/* END: menu */



/* BEGIN: h1 */

h1
{
    max-width: 950px;
    margin: 0 0 16px 25px;
    padding: 0 0 9px 0;
    border-bottom: solid 1px @line-color;
    font-family: @walbaum;
    font-weight: normal;
    font-size: 22px;
    color: @title-color;
}

.ie8 h1
{
    padding-top: 17px;
}

h1 a
{
    text-decoration: none;
}    

h1 .section-title
{
    font-family: @walbaum;
    font-style: normal;
    font-size: 16px;
    color: @text-color-2;
    .transition(color @link-trans-duration linear);
}

h1 .section-title:hover
{
    color: @link-hover-color;
}

h1 .ver-divider
{
    font-family: Verdana;
    font-size: 15px;
    color: @text-color-2;
}

h1 .page-title
{
    font-family: @walbaum-italic;
/*    font-style: italic;*/
}

h1 .small
{
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    color: @text-color-2;
}

/* END: h1 */



/* BEGIN: content */

#content
{
    max-width: 975px;
    margin: 0;
    font-family: Verdana;
    font-size: 12px;
    line-height: 20px;
    color: @text-color-1;
}

#content .small
{
    font-size: 10px;
    line-height: 18px;
}

#content .large
{
    font-size: 14px;
    line-height: 22px;
}

#content .larger
{
    font-size: 16px;
    line-height: 24px;
}

#content .uppercase
{
    text-transform: uppercase;
}

#content ul
{
    margin: 0 0 7px 0;
    padding-left: 15px;
    list-style-type: disc;
}

#content h2
{
    max-width: 625px;
    font-family: @walbaum;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    color: @title-color;
    margin: 25px 0 15px 25px;
}

#content h2:first-child
{
    margin-top: 0;
}

#content p
{
    margin-bottom: 7px;
}

#content a
{
    color: @text-color-1;
    text-decoration: none;
    border-bottom: 1px dotted @text-color-2;
    .transition(color @link-trans-duration linear, border @link-trans-duration linear);
}

#content a:hover
{
    color: @link-hover-color;
    border-bottom: 1px dotted @site-bg-color;
}

#content a.img
{
    border-bottom: none;
}
/*
#content a.img img
{
    .transition(box-shadow 500ms, -webkit-box-shadow 500ms);
}

#content a.img img:hover
{
    .shadow(7px; #e0b1a8);
}
*/

#content hr
{
    border: 0;
    height: 1px;
    margin: 14px 0;
    background: @line-color;
}

#content hr.one-side
{
    background: -webkit-linear-gradient(left, @line-color, @site-bg-color); /*Safari 5.1-6*/
    background: -o-linear-gradient(left, @line-color, @site-bg-color); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right, @line-color, @site-bg-color); /*Fx 3.6-15*/
    background: linear-gradient(to right, @line-color, @site-bg-color); /*Standard*/
}

#content hr.one-side-2
{
    background: -webkit-linear-gradient(left, @line-color, @link-hover-color, @site-bg-color); /*Safari 5.1-6*/
    background: -o-linear-gradient(left, @line-color, @link-hover-color, @site-bg-color); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right, @line-color, @link-hover-color, @site-bg-color); /*Fx 3.6-15*/
    background: linear-gradient(to right, @line-color, @link-hover-color, @site-bg-color); /*Standard*/
}

#content hr.two-side
{
    background: -webkit-linear-gradient(left, @site-bg-color, @line-color, @site-bg-color); /*Safari 5.1-6*/
    background: -o-linear-gradient(left, @site-bg-color, @line-color, @site-bg-color); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right, @site-bg-color, @line-color, @site-bg-color); /*Fx 3.6-15*/
    background: linear-gradient(to right, @site-bg-color, @line-color, @site-bg-color); /*Standard*/
}

#content .w1015,
#content .w725,
#content .w590
{
    display: none;
}

#content .box
{
    margin-bottom: 15px;
    padding: 10px;
    max-width: 278px;
    border: dashed 1px @line-color;
    .rounded-corners(3px);
}


/* END: content */



/* BEGIN: content - layouts */

#content .one-column-layout
{
    max-width: 975px;
}

#content .one-column-layout h2
{
    margin-left: 0;
}

#content .one-column-layout .column
{
    margin-left: 25px;
}

#content .two-column-layout h2
{
    margin-left: 0;
}

#content .two-column-layout .column-wrapper
{
    float: left;
    width: 100%;
    margin-left: 25px;
    margin-right: -350px;
}

#content .two-column-layout .column-wrapper .column1
{
    margin-right: 350px;
}

#content .two-column-layout .column2
{
    float: right;
    width: 300px;
    margin-left: 25px;
}

#content .three-column-layout .column0
{
    float: right;
    width: 300px;
    margin-left: 25px;
}

#content .three-column-layout .column-wrapper
{
    width: 100%;
    margin-right: -290px;
}

#content .three-column-layout .column
{
    float: left;
    width: 300px;
    margin-left: 25px;
}

#content .three-column-layout .column1,
#content .three-column-layout .column2
{
    float: left;
    max-width: 300px;
    margin-left: 25px;
}

#content .three-column-layout .column-wrapper .double-column
{
    max-width: 625px;
    margin-left: 25px;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 25px;
    -moz-column-gap: 25px;
    -webkit-column-gap: 25px;
}

#content .three-column-layout .triple-column
{
    margin-left: 25px;
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-gap: 25px;
    -moz-column-gap: 25px;
    -webkit-column-gap: 25px;
}

/* END: content - layouts */



/* BEGIN: content - home */

#content .home #news-wrapper
{
    overflow: hidden;
    .transition(max-height 0.5s linear);
}

#content .home #news
{
    padding-left: 0;
    margin-bottom: 14px;
/*    background-color: #f0f0f0;*/
}

#content .home #news li
{
    list-style-type: none;
    margin-bottom: 14px;
}

#content .home #news li:first-child hr
{
    display: none;
}

#content .home #news li img
{
    float: left;
    width: 150px;
    margin: 8px 15px 8px 1px;
    .shadow(3px; @light-shadow-color);
    .rounded-corners(2px);
}

#content .home #news li .date
{
    font-size: 10px;
    color: @text-color-2;    
}

#content .home #news li h3
{
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 5px 0 7px 0;
}

#content .home #more-news
{
    .transition(height 0.5s, opacity 0.5s);
}

#content .home .quotations
{
    padding-left: 0;
    margin-top: 27px;
}

#content .home .quotations li
{
    list-style-type: none;
    margin-bottom: 12px;
}

#content .home .quotations li .text
{
    font-family: @walbaum-italic;
    font-size: 14px;
    border: none;
    margin-bottom: 2px;
}

#content .home .quotations li .text .non-italic
{
    font-family: @walbaum;
}

#content .home .quotations li .text a
{
    border: none;
}

#content .home .quotations li .source
{
    font-style: italic;
    text-align: right;
}

/* END: content - home */



/* BEGIN: content - catalogue */

#content .catalogue .product-title
{
    font-size: 16px;
    font-weight: bold;
}

#content .catalogue
{
    padding-left: 0;
}

#content .catalogue li
{
    display: inline-block;
    vertical-align: top;    
    width: 278px;
    margin: 0 0 25px 25px;
    padding: 15px 10px;
    border: dashed 1px @line-color;
    text-align: center;
    .transition(background-color @link-trans-duration linear);
}

#content .catalogue li:hover
{
    background-color: @menu-normal-bg-color;
}

#content .catalogue li img
{
    width: 200px;
    .shadow(5px; @light-shadow-color);
    .rounded-corners(2px);
    border: none !important;
}

#content .catalogue .product-id
{
    font-size: 9px;
    color: @text-color-2;
}

/* END: content - catalogue */



/* BEGIN: content - authors */

#content .authors
{
    margin: 0 !important;
    padding-left: 0;
}

#content .authors a
{
    font-size: 16px;
    line-height: 24px;
}

#content .authors li
{
    list-style-type: none;
    margin-bottom: 10px;
}

#content img.author
{
    width: 300px;
    .shadow(5px; @light-shadow-color);
    .rounded-corners(5px);
}

#content img.publication
{
    float: right;
    width: 300px;
    margin-bottom: 25px;
    .shadow(5px; @light-shadow-color);
    .rounded-corners(5px);
}

/* END: content - authors */



/* BEGIN: magnificPopup */

.image-popup img
{
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-bg 
{
	opacity: @popup-bg-opacity;
}

.mfp-title
{
    position: absolute;
    font-family: @walbaum-italic;
    font-size: 16px;
    margin-top: 4px;
}

.mfp-title .small
{
    font-family: Verdana;
    font-size: 11px;
}

.mfp-iframe-holder .mfp-title
{
    margin-top: 8px;
}

/* Dark overlay, start state */
.image-popup-bg.mfp-bg 
{
	opacity: 0;
    .transition(opacity @popup-trans-duration linear);
}

/* animate in */
.image-popup-bg.mfp-ready.mfp-bg 
{
	opacity: @popup-bg-opacity;
}

/* animate out */
.image-popup-bg.mfp-removing.mfp-bg 
{
	opacity: 0;
}


/* END: shadowbox */


/* BEGIN: footer */

#footer
{
    margin: 0 auto 40px auto;
    max-width: 950px;
    padding: 0 25px;
}

#footer *
{
    font-family: Verdana;
    font-size: 9px;
    color: @foot-normal-text-color;
}

#footer .left
{
    float: left;
}

#footer .menu
{
    float: right;
    list-style: none;
    margin: 0;
    text-transform: uppercase;
    font-family: Verdana;
    font-size: 9px;
}

#footer .menu li
{
    display: inline-block;
    border-left: 1px solid @foot-separator-color;
    margin-left: 5px;
    padding-left: 5px;
}

#footer .menu li:first-child
{
    border-left: none;
}

#footer .menu li a
{

    text-decoration: none;
}

#footer li a:hover
{
    color: @foot-hover-text-color;
}

#footer li a.active
{
    color: @foot-active-text-color;
}


/* END: footer */



/* BEGIN: admin */

h1 .admin
{
    color: @error-color;
}

table.admin
{
    width: 850px;
    border-collapse: collapse;
}

table.admin td,
table.admin th
{
    text-align: center;
    padding: 5px;
    border: dotted 1px @line-color;
}

form.admin fieldset
{
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0 20px 0 0;
}

form.admin label
{
    display: block;
    font-weight: bold;
}

form.admin label.inline
{
    display: inline;
    vertical-align: text-bottom;
    margin-right: 5px;
}

form.admin input[type="text"]
{
    height: 13px;
}

form.admin input[type="checkbox"]
{
    height: 15px;
    width: 15px;
    margin: 0;
}

form.admin textarea
{
    width: 842px;
}

.save-result
{
    margin-left: 20px;
}

.error
{
    color: @error-color;
    font-weight: bold;    
}

.success
{
    color: @success-color;
    font-weight: bold;    
}

/* END: admin */



.preloaded-images,
.preloaded-images img
{
    display: none;
    width: 1px;
    height: 1px;
}

#debug-info
{
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    font-family: Verdana;
    font-size: 10px;
}

#mti_wfs_colophon a img
{
    visibility: hidden;
}






@media only screen and (max-width: 1015px)
{
    #content .w1015
    {
        display: inherit;
    }

    #content .three-column-layout .column-wrapper .column1,
    #content .three-column-layout .column-wrapper .column2
    {
        float: none;
        max-width: 560px;
        margin-right: 290px;
    }

    #content .three-column-layout .column-wrapper .double-column
    {
        margin-right: 290px;
        column-count: inherit;
        -moz-column-count: inherit;
        -webkit-column-count: inherit;
    }
}

@media only screen and (max-width: 913px)
{
    #header .covers li.pandvd01 a img
    {
        width: 0;
        margin-left: 0;
        opacity: 0;
    }
}

@media only screen and (max-width: 831px)
{
    #header .covers li.pandvd02 a img
    {
        width: 0;
        margin-left: 0;
        opacity: 0;
    }
}

@media only screen and (max-width: 749px)
{
    #header .covers li.pandvd03 a img
    {
        width: 0;
        margin-left: 0;
        opacity: 0;
    }
}

@media only screen and (max-width: 725px)
{
    #content .w725
    {
        display: inherit;
    }

    #content .two-column-layout .column-wrapper
    {
        float: none;
        width: inherit;
        margin-right: 0;
    }

    #content .two-column-layout .column-wrapper .column1
    {
        margin-right: 0;
    }

    #content .two-column-layout .column2
    {
        float: none;
        width: inherit;
        margin-top: 40px;
    }

    #content .three-column-layout .column0
    {
        border-left: dashed 1px @line-color;
        border-bottom: dashed 1px @line-color;
        padding: 0 0 5px 10px;
        margin-left: 10px;   
        margin-bottom: 5px;   
    }

    #content .three-column-layout .column-wrapper
    {
        width: inherit;
        margin-right: inherit;
    }

    #content .three-column-layout .column-wrapper .column1,
    #content .three-column-layout .column-wrapper .column2,
    #content .three-column-layout .column-wrapper .double-column
    {
        margin-right: inherit;
    }

    #content .three-column-layout .triple-column
    {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }
}

@media only screen and (max-width: 667px)
{
    #header .covers li.pandvd04 a img
    {
        width: 0;
        margin-left: 0;
        opacity: 0;
    }
}

@media only screen and (max-width: 590px)
{
    #content .w590
    {
        display: inherit;
    }

    #content .three-column-layout .column0
    {
        float: none;
        width: inherit;

        border: none;
        padding: 0;
        margin-left: 20px;
        margin-bottom: 0;

    }

    #content img.release
    {
        float: none;
        margin-bottom: 0;
    }

    #content img.release.cover-with-dvd
    {
        margin-left: -10px;
    }
}

@media only screen and (max-width: 585px)
{
    #header .covers li.pandvd06 a img
    {
        width: 0;
        margin-left: 0;
        opacity: 0;
    }
}

@media only screen and (max-width: 505px)
{
    #header .covers li.pandvd07 a img
    {
        width: 0;
        margin-left: 0;
        opacity: 0;
    }
}

@media only screen and (max-width: 465px)
{
    #content .three-column-layout .triple-column
    {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }
}