body {font-weight:400 !important;}
#sp-logo {padding:0 !important;}
b, strong {
    font-weight: 600 !important;
}
#sp-top-bar, #sp-footer {
    background-color: #2d2323 !important;
}
.sp-megamenu-parent > li > a {
  font-size:15px !important;
  font-weight:400;
  padding:0 7px !important;
}
.sp-megamenu-parent {
  float:left !important;
  background-color:#ffffff;
}
#sp-header {
 box-shadow:none !important;
}
.logo img {
  margin-bottom:15px;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
  color:#999999 !important;
}
.layout-boxed .body-innerwrapper {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.00) !important;
}
#lbCaption, #lbNumber {
  display:none;
}
div#fox-container-m115 .control-label, div#fox-container-m115 .control-label label, div#fox-container-m115 .fox-item-attachments .controls label {
  font-size:1.1em !important;
}
.zoom {
	width: 100%;
	height: 100%;
	height:390px;
	overflow:hidden;
}

.zoom img {
	height:390px;
	-webkit-transition: all 400ms ease; /* Safari and Chrome */
	-moz-transition: all 400ms ease; /* Firefox */
	-o-transition: all 400ms ease; /* IE 9 */
	-ms-transition: all 400ms ease; /* Opera */
	transition: all 400ms ease;
}

.zoom:hover img {
	-webkit-transform: scale(1.21.2); /* Safari and Chrome */
	-moz-transform: scale(1.2); /* Firefox */
	-ms-transform: scale(1.2); /* IE 9 */
	-o-transform: scale(1.2); /* Opera */
	transform: scale(1.2);
}