@charset "UTF-8";

/*
font-family:'HelveticaNeueW01-85Heav';
font-family:'Helvetica W01 Light';
font-family:'Helvetica W01 Roman';
font-family:'Helvetica W01 Bold';
font-family:'Helvetica W01 Light Cn';
font-family:'Helvetica W01 Cm';
font-family:'Helvetica LT W01 Bold Cond';
*/

/* archives section */
.section.section-archives { padding-bottom: 48px; background-color: #EEE; }
.section.section-archives .col-sub-title { margin-bottom: 18px; }
.section.section-archives .col-sub-title h3 { text-align: center; font-family:'Helvetica LT W01 Bold Cond'; }
.section.section-archives img { margin-bottom: 14px; }
.section.section-archives a:hover img { opacity: 0.7; }



/* ------------------------------------------------------------------------------------------------
Responsive
------------------------------------------------------------------------------------------------ */

/*
@media (max-width: @screen-xs-max) { 
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) { }
@media (min-width: @screen-lg-min) { }
*/


/* -----------------------------------------------------
xs, sm
----------------------------------------------------- */
@media (max-width:991px) {

}


/* -----------------------------------------------------
xs
----------------------------------------------------- */
@media (max-width: 767px) {

}



/* -----------------------------------------------------
sm
----------------------------------------------------- */
@media (min-width: 768px ) and (max-width:991px) {

}


/* -----------------------------------------------------
md
----------------------------------------------------- */
@media (min-width: 992px) and (max-width:1199px) {

}


/* -----------------------------------------------------
lg
----------------------------------------------------- */
@media (min-width: 1200px) and (max-width:1479px) {

}

/* -----------------------------------------------------
xl
----------------------------------------------------- */
@media (min-width: 1480px) {

}



/* ------------------------------------------------------------------------------------------------
Printing
------------------------------------------------------------------------------------------------ */
@media print {
	
}