.INDmenuFooter div {
  display: none !important;
}
.gt_float_switcher {
  margin-right: 30px;
}
#offcanvas-toggler .fa.fa-bars {
  font-size: 30px;
}
a.flag img{
	transform: scale(0.8);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.rowImages {
    width: 68%;
    overflow: hidden;
    display: inline-block;
}

#sp-bottom {
    color: #fff;
    background-color: #2d2d2d;
    padding: 40px 0px 70px;
    margin: 0px;
    position: relative;
    overflow: hidden;
}
#rev_slider_2_1_wrapper{
  z-index: -1;
}
@media screen and (max-width: 840px) {
  #extra_services .fancybox-title-image .fancybox-icon {
    display: none;
}
#extra_services .fancybox-title-image .fancybox-content {
  padding-left: 18px;
}  
}

@media screen and (max-width: 999px) {
  .sp-megamenu-parent > li > a {
    display: inline-block;
    padding: 0 5px;
    line-height: 90px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #696969;
}
}


blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  /*font-family: Georgia, serif; */
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #F7C51E;
  border-right: 2px solid #F7C51E;
  
  /*Box Shadow - (Optional)
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
*/
}

	
blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font
  font-family: Georgia, serif;*/
  font-size: 26px;
 font-weight: 100;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}
  
	#sp-bottom a:hover {
  color: #ffcc00;
  font-weight: bold;
}

.cshero-fancybox-title {
    font-size: 24px;
}