.logo {
  padding-top: 15px;
}
.black {
  background: #000;
}
nav {
  background: #000 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
/*nav .navbar-fixed ul li:first-child {
  background-color: #D1671B;
  border-bottom-left-radius: 25px;
}*/
nav .navbar-fixed ul li:first-child a:hover:first-child {
  background-color: #FBB040;
  border-bottom-left-radius: 25px;
}
nav .navbar-fixed ul li:last-child {
  border-bottom-right-radius: 25px !important;
}
nav .navbar-fixed ul li:last-child a:hover:last-child {
  border-bottom-right-radius: 25px !important;
}
.mod-list li a:hover, .divider:hover {
  background: #FBB040 !important;
}
nav .row {
  margin-bottom: 0 !important;
}
.divider{
  overflow: visible;
  background: none;
  padding:0 15px;
}
.divider .nav-child{
  display: none;
}
.divider:hover>.nav-child{
    display: block;
    width: 139.297px;
    left: 584.859px;
    top: 0px;
    height: 151px;
    transform-origin: 0px 0px;
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}
.camera_wrap .camera_pag .camera_pag_ul {
  text-align: center !important;
}
.camera_commands {
  display: none;
  visibility: hidden;
}
.cexito {
  background: #FBB040;
  padding: 35px 0;
}
.cexito h1 {
  color: #fff;
}
.cexito h2 {
  color: #263238;
}
.cexito h3 {
  color: #fff;
}
.cexito p {
  text-align: justify;
}

.banners {
  background: #000;
  padding: 35px 0;
}
.banners img {
  width: 100%;
  max-width: 285px;
  max-height: 214px;
}
.banners .fixed {
  position: fixed;
  top: 0;
}

.midbanner .card-image {
  text-align: center !important;
}
.midbanner .card {
  box-shadow: none !important;
}
.midbanner img {
  width: 150px !important;
  height: 150px !important;
  border-radius: 250px !important;
  margin: 0 auto;

}
footer {
  background: #dadada;
}
.element-invisible{
  display: none;
  visibility: hidden;
}
input[type=search]:not(.browser-default):focus:not([readonly]){
  border-bottom: 1px solid #FBB040;
  -webkit-box-shadow: 0 1px 0 0 #FBB040;
  box-shadow: 0 1px 0 0 #FBB040;
}
.card-content{
  min-height: 253px;
  max-height:253px;
}