@charset "UTF-8";
/* CSS Document */

.cm_album_panel{
    clear:both;
    position:relative;
    font-family:"Raleway", sans-serif;
    font-size:11pt;
    line-height:15pt;
    font-weight:400;
    
    padding-top:2vh;
    text-align:center;
}
.cm_pics_mound{
    position:relative;
    text-align:center;
    margin-top:1em;
    
}
#cm_pics_list{
    text-align:center;
}

.cm_album_head{
    position:relative;
    
    text-align:center;
    font-family:"Raleway", sans-serif;
    font-weight:600;
    font-size:14px;
    margin-top:1em;
    margin-bottom:1em;
    color:#0B581D;
 
}
.cm_commentheader{
    position:relative;
    
    
    padding:0.8em;
    vertical-align:middle;
    text-align:center;
    font-family:"Raleway", sans-serif;
    
    
    display:none;
    background-color:#E7EBF0;
    color:#777777;
}
.cmc_click_to_expand{
    font-size:11px;
    font-weight:600;
    width:20%;
}
.cm_buyorcomment{
    font-size:11px;
    font-weight:400;
    width:25%;
    
    
    
}
.borderCTE{
    border-radius: 15px;
    
    border: solid 2px #7BA882;
}
.borderAM{
    border-radius: 15px;
    
    border: solid 2px #8F93B9;
    
}
.borderFKR{
    border-radius: 15px;
    border: solid 2px #8962A2;
    
    
    
    
    
}
@media screen and (min-width: 320px) {
  .cm_album_head {
    font-size: calc(14px + 6 * ((100vw - 320px) / 680));
  }
.cmc_click_to_expand{
    font-size: calc(11px + 6 * ((100vw - 320px) / 680));
    }
.cm_buyorcomment{
     font-size: calc(11px + 6 * ((100vw - 320px) / 680));
    width:40%;
    }
   
}
@media screen and (min-width: 1000px) {
  .cm_album_head {
    font-size: 22px;
  }
  .cmc_click_to_expand{
      font-size:16px;
    }
    .cm_buyorcomment{
        font-size:14px;
        width:25%;
    }
}


.cm_album_entry_container{
    position:relative; 
    display:inline-block;
    vertical-align:middle;
    padding-left:0.8em; 
    padding-right:0.8em; 
    padding-bottom:0.8em;
    width:352px;
}
@media screen{
   .cm_album_entry_container{ 
        width:85%;
    }
}
@media screen and (min-width: 400px) {
    .cm_album_entry_container{ 
        width:352px;
    }
}
.cm_album_entry_a{
    text-decoration:none;
}
.cm_album_entry_desc{
    padding-top:12px;
    padding-bottom:24px;
    position:relative;
    width:100%;
    text-align:center;
    font-family:"Raleway", sans-serif;
    font-size:16pt;
    color:#242424;
}
.cm_pic_image{
    border-style:none;
     box-shadow:15px 15px 25px #777777; 
    width:91%;
}
.cm_pic_title{
    padding-top:12px;
    
    position:relative;
    width:100%;
    text-align:center;
    font-family:"Raleway", sans-serif;
    font-size:12pt;
    font-weight:600;
    color:#242424;
}
.cm_pic_caption{
    padding-top:6px;
    ;
    position:relative;
    width:100%;
    text-align:center;
    font-family:"Raleway", sans-serif;
    font-size:11pt;
    
    color:#242424;
}
.cm_pic_type{
    padding-top:6px;
    
    position:relative;
    width:100%;
    text-align:center;
    font-family:"Raleway", sans-serif;
    font-size:10pt;
    font-weight:600;
    color:#242424;
}
.cm_pic_edition{
    padding-top:6px;
    
    position:relative;
    width:100%;
    text-align:center;
    font-family:"Raleway", sans-serif;
    font-size:10pt;
    font-weight:600;
    color:#242424;
}
.cm_pic_sizes{
    padding-top:4px;
    
    position:relative;
    width:100%;
    text-align:center;
    font-family:"Raleway", sans-serif;
    font-size:10pt;
    font-weight:600;
    color:#242424;
}
.cm_pic_sizes_a{
    text-decoration: none;
    font-style:italic;
    color:#085F93;
}


