/* Enter Your Custom CSS Here */
.custom-logo-link img{
		max-width: 50%!important;
}

.text-slider-caption{
	display: inline-block!important;
}

@media (min-width: 768px){
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
			margin-right: none;
			margin-left: none;
}
}

@media only screen and (max-width: 479px){
	.text-slider-caption, .banner-title-line.line > span {
			display: inline-block!important;
	}
	.animated {
  visibility: visible !important;
  -webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
      -ms-animation: none !important;
          animation: none !important;
}
}

.grecaptcha-badge{
	visibility: hidden;
}