.row { margin-left:0; margin-right:0; }
#chart-body { padding:15px 0; text-align:center; }
h2.row-title { clear:both; max-width:1199px; margin:15px auto; padding-bottom:5px; border-bottom:3px solid #c0ced8; line-height:1.25; text-align:left; text-transform:uppercase; font-family:'Roboto Condensed','Lato','Helvetica Neue',Helvetica,Arial,sans-serif; font-size:25px; font-weight:bold; color:#707f8f; }
.chartbox h3 { margin:15px auto 10px auto; line-height:1.25; font-family:'Roboto Condensed','Lato','Helvetica Neue',Helvetica,Arial,sans-serif; font-size:30px; font-weight:bold; color:#16191d; }
.chartbox img { vertical-align:top; width:auto; max-width:100%; margin:0 auto 15px auto; }
#list-of-charts { margin-top:10px; }
#list-of-charts ul { left:-35px; }

/*
HEADER
*/
#histgall-header { z-index:1; position:relative; padding:90px 0; background-color:#243342; }
#histgall-header.header-slim { padding:45px 0; }
#histgall-header .header-bg {
    background:url(//d.stockcharts.com/img/historical-chart-gallery-01.jpg) no-repeat center center scroll;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
    opacity:0.15;
}
#histgall-header .text-col { text-align:center; }
#histgall-header h1 { margin:0 auto; line-height:1.40; font-family:'Roboto Condensed','Lato','Helvetica Neue',Helvetica,Arial,sans-serif; font-size:45px; font-weight:900; color:#fff; }
#histgall-header h3 { margin:0 auto 30px auto; line-height:1.40; font-size:28px; font-weight:300; color:#fff; }
#histgall-header.header-slim h3 { margin-bottom:15px; }
#histgall-header h3 a { border-bottom:1px dotted #fff; color:#fff !important; }
#histgall-header h3 a:hover { color:#fff !important; }
@media (max-width:767px) {
    #histgall-header {padding:60px 0;}
    #histgall-header.header-slim {padding:15px 0;}
    #histgall-header h1 {font-size:30px;}
    #histgall-header h3 {font-size:22px;}
}

/*
GALLERY CARDS
*/
#gallerycards .gallerycard { margin-bottom:15px; background-color:#fff; border:0; border-bottom:3px solid #c0ced8; border-radius:5px; text-align:left; }
#gallerycards .gallerycard .card-body { padding:25px 20px; }
#gallerycards .gallerycard .card-body h3 { position:relative; margin:0; font-family:'Roboto Condensed','Lato','Helvetica Neue',Helvetica,Arial,sans-serif; font-size:26px; font-weight:bold; color:#2d3339; }
#gallerycards .gallerycard .card-body h3 a { color:#2d3339; }
#gallerycards .gallerycard .card-body h3 a:hover,
#gallerycards .gallerycard .card-body h3 a:focus { color:#3281d0; text-decoration:underline; -webkit-transition:all 0.35s ease; -moz-transition:all 0.35s ease; -o-transition:all 0.35s ease; transition:all 0.35s ease; }
#gallerycards .gallerycard .card-body h3 .label { border-radius:0 !important; font-size:45%; }
#gallerycards .gallerycard .card-body p.note { position:relative; margin:15px 0 15px 0; padding:0; color:#707f8f; }
#gallerycards .gallerycard .card-body .btn-row,
#gallerycards .gallerycard .card-body .btn-row.text-right .btn-row-link { position:relative; }
#gallerycards .gallerycard .card-body .btn-row.text-right .btn-row-link { margin:0; font-size:16px; }
@media (max-width:991px) {
    #gallerycards .gallerycard .card-body {padding:15px;}
}
