.sticky-wrapper.is-sticky img {
  max-width: 80%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background: transparent;
  border: none;
}

#offcanvas-toggler > i {
  display: none;
}

.camera_caption {
  bottom: 35%;
  left: 15%;
  width: 30%;
}

.camera_caption > div {
  background: rgba(255, 255, 255, 0.8);
  color: #2c3d90;
  padding: 20px;
  border-radius: 20px;
}

.camera_caption_title {
  padding-bottom: 10px;
  font-size: 28px;
}

.camera_caption_desc {
  font-size: 20px;
}

#sp-contact {
  padding:50px 0;
}

#sp-home-intro {
  background: #2c3d90;
  padding: 50px;
  color: #fff;
}

#sp-home-post1 {
  width: 100%;
  max-width: 1170px;
  padding: 30px;
  margin: 0 auto;
}

#sp-home-cat {
  padding: 50px 50px 0 50px;
}

.controls button.btn {
  border-radius: 0 !important;
  width:100%;
  padding:15px;
  background:#2c3d90 !important;
  border: none !important;
}

.controls button.btn:hover {
  background:#222 !important;
}

figure.effectck-goliath {
    background: #2c3d90;
}

.hp-col {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.hp-cat {
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -ms-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.hp-cat img {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.hp-cat img:hover {
  opacity: 0.3;
}

.hp-cat-desc {
  background: #4569db;
  color: #fff;
  padding: 30px;
  min-height: 240px;
}

.hp-cat-desc h4 {
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}

.hp-cat-more {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.hp-cat-more a {
  background: #222;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.hp-cat-more a:hover {
  background: #444;
  color: #fff;
}


.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
  color: #2c3d90;
}

.rl_sliders.accordion > .accordion-group .accordion-heading .accordion-toggle {
  font-weight: 600;
}

.rl_sliders.accordion > .accordion-group.blue.solid.active, .rl_sliders.accordion > .accordion-group.blue.solid:hover {
  border-color: #2c3d90;
}

.rl_sliders.accordion > .accordion-group.blue.active.solid > .accordion-heading > a.accordion-toggle, .rl_sliders.accordion > .accordion-group.blue:hover.solid > .accordion-heading > a.accordion-toggle {
  background-color: #2c3d90;
}

.rl_sliders.accordion > .accordion-group.blue.solid > .accordion-heading > a.accordion-toggle {
  font-size: 20px;
  font-weight: 550;
}

.product-table th, td {
  border: 1px solid white;
}

.product-table th, td {
  padding:10px;
}

.product-table th {
  background: #2c3d90;
  color: #fff;
}

tr:nth-child(even) {background: #ccc;}
tr:nth-child(odd) {background: #eee;}

.product-suit {
  width: 100%;
}

.product-suit img {
  display:inline-block;
  margin:0 10px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #222;
}



@media (max-width: 767px) {
.sp-default-logo.visible-xs {
   width: 90%;
}

#offcanvas-toggler {
   float: right;
   line-height: 90px;
}

#offcanvas-toggler > i {
   color: #222;
   margin-right: 30px;
   font-size: 24px;
   display: block;
}
  

.camera_caption {
  bottom: 0;
  left: 0;
  width: 100%;
}

.camera_caption > div {
  background: rgba(255, 255, 255, 0.8);
  color: #2c3d90;
  padding: 20px;
  border-radius: 0;
}

.camera_caption_title {
  padding-bottom: 10px;
  font-size: 22px;
}

.camera_caption_desc {
  font-size: 14px;
}

  
.sp-page-title {
   display: none;
}
  
  
#sp-home-intro {
  padding: 20px;
}
  
#sp-footer {
   text-align:center;
}

}

@media (max-width: 1438px) {
.djslider-default .slide-desc {
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
}
  
.slide-desc-text-default {
    padding: 10px 26px !important;
}
  
.slide-desc-bg-default {
  border-radius: 0 !important;
}

.slide-title {
  font-size: 110% !important;
}

.slide-desc-text-default .slide-title {
    margin-bottom: 5px !important;
}

.slide-text {
  font-size: 100% !important;
  line-height: 100%;
}  

}

.fancybox-caption-wrap, .fancybox-button--download {
	display: none!important;
}

/* ====== Contact Box ======*/
#slideout {
  position: fixed;
  top: 75%;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

#slideout_tab {
  background-color: rgba(0,0,0, 0.7);
}

#slideout_tab a {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 33px
}

#slideout_tab a:hover {
  background-color: rgba(44,61,144, 1);
}

.my-float{
  margin-top:5px;
}

#djslider-loader98 {
  background: #fff !important;
}

.references .sp-module-content div {
  border: none !important;
}
