/*
    Document   : photo-gallery-kds
    Created on : Sep 4, 2014, 3:06:19 PM
    Author     : es3
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}

.teaser-heading {
    background: none repeat scroll 0 0 #fdb812;
    height: 33px;
    padding: 0 10px 0 14px;
}
.teaser-heading h1{
	color: #fff;
    float: left;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    margin: 0;

}
.teaser-heading a {
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 33px;
}
.teaser-footer{
	background: #fdb90e;
	height: 6px;
	margin-top: 1px;
	margin-bottom: 34px;
}

.justified-image-grid .jig-caption {
    display: none !important;
}