/* Image Remove Button ================================ */
.img-wrapper{
position:relative;
}
.img-wrapper .btn-float{
position:absolute;
right:4px;
padding:4px 8px;
font-size:20px;
color:#000;
text-shadow:0 1px 0 #fff;
filter:alpha(opacity=20);
opacity:.2
}
.btn-float:focus,
.btn-float:hover {
 color:#f00;
 cursor:pointer;
 filter:alpha(opacity=50);
 opacity:.5
}
/* Dropdown Sub-Menu ================================ */
.dropdown-submenu {
position:relative;
}
.dropdown-submenu .dropdown-menu {
top:0;
left:100%;
margin:1px;
height:400px;
min-width:intrinsic;
min-width:-moz-max-content;
min-width:-webkit-max-content;
overflow-y:auto;
overflow-x:hidden;
}
@media (max-width:767px) {
.dropdown-submenu .dropdown-menu{
height:200px;
}
}

/* Content Box ================================ */
.content-box {
 background-color:#fcfcfc;
 border:1px solid hsla(0,0%,4%,.25);
 border-radius:2px;
 padding:25px 20px;
 margin:0 0 15px 0;
}

/* Content Breadcrumbs ================================ */
.content-breadcrumbs {
 margin-top:-12px;
 margin-bottom:25px;
 color:#000;
 padding:10px;
 border:1px solid hsla(0,0%,4%,.25);
 background-color:#fcfcfc !important;
 border-radius:2px;
}

/* Panel Subtitle ================================ */
.panel-subtitle {
 margin-top:0;
 margin-bottom:20px;
 color:#444242;
 font-style:none;
}
/* Footer ================================ */
footer.nb-footer {
background:#efefef;
padding:10px;
}
footer.nb-footer .about {
margin:0 auto;
margin-top:40px;
max-width:1170px;
text-align:center; 
}
footer.nb-footer .about p {
font-size:13px;
color:#000;
margin-top:30px; 
}
footer.nb-footer .footer-info-single {
margin-top:30px; 
}
footer.nb-footer .footer-info-single .title {
color:#0488d4;
text-transform:uppercase;
font-size:21px;
font-weight:bold;
}
footer.nb-footer .footer-info-single ul li a {
display:block;
color:#000;
padding:2px 0; 
}
footer.nb-footer .footer-info-single ul li a:hover {
color:#0488d4; 
}
footer.nb-footer .footer-info-single p {
font-size:13px;
line-height:20px;
color:#000; 
}
footer.nb-footer .copyright {
margin-top:15px;
background:#000;
padding:7px 0;
color:#fff; 
}
footer.nb-footer .copyright p {
margin:0;
padding:0; 
}