.full-page-outer .download-area {
    padding: 0 15px;
}
.gallery-cat-outer {
    float: left;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    margin: 0 0 15px;
}
.gallery-cat-outer .caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #4fc3f7;
    position: absolute;
    right: 15px;
    text-align: right;
    top: 17px;
}
.gallery-cat-outer .btn {
    float: left;
    text-align: right;
    width: 100%;
}
.gallery-cat-outer .dropdown.btn-group {
    max-width: 400px;
width: 100%;
}
.gallery-cat-outer .dropdown-menu {
    border-color: #4fc3f7;
	border-top: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 400px;
	overflow: auto;
}
.gallery-cat-outer .btn.dropdown-toggle {
    text-align: left;
    width: 100%;
    border-color: #4fc3f7;
    border-radius: 0;
    box-shadow: none !important;
	color: #01579b;
    font-size: 18px;
    height: 42px;
    line-height: normal;
    text-align: left;
    width: 100%;
    overflow: hidden;
    padding-right: 30px;
}
.gallery-cat-outer .btn.dropdown-toggle .selection{
    overflow: hidden;
	display: inline-block;
    text-overflow: ellipsis;
    max-width:100%;
}
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}
.gallery-cat-outer .dropdown.btn-group li a:hover {
	background-color: #01579b;
	color:#fff;
}
.gallery-cat-outer .dropdown.btn-group li a {
    font-size: 18px;
    padding: 5px 10px;
	color: #01579b;
	background:none;
    margin:1px 0;
}
.gallery-cat-outer .dropdown.btn-group li:first-child a{
	margin:0;
}
.gallery-cat-outer .dropdown.btn-group li:last-child a{
	margin:0;
}
.gallery-cat-outer .dropdown.btn-group li.active a{
	background-color: #01579b;
    color:#fff;
}
.download-area h3 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 500;
}
.download_box {
margin-top: 7px;
padding: 0 7px;
}
.download_here {
left: 5%;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
width:90%;
}
.download-area {
padding: 0;
}
.download_outer {
width:100%;
float:left;
border-width:1px;
border-style:dashed;
padding:10px 15px;
margin-bottom:7px;
min-height:200px
}
.download_outer:hover {
padding:10px 15px 30px;
border-width:1px;
border-style:solid
}
.download_outer p:hover {
text-decoration:underline
}
.content_info .download_section {
padding: 0 0 10px;
}
.download_section {
float:left;
width:100%
}
.download_file {
border-width:1px;
border-right-style:solid;
float:left;
margin-right:7px;
padding-right:5px;
width:auto;
line-height:normal
}
.publish_div {
float:left;
width:auto;
line-height:normal
}
.published_date {
padding:20px 0 0
}

@media (max-width: 767px){
.download_box {
    padding: 0;
}
}