﻿.ImgResp {width:100%;max-width: 250px;}
.LogoMob {display:none;}
.owl-theme .owl-dots, .owl-theme .owl-nav {display: none;}

@media screen and (max-width: 768px) {
	.ImgResp {width:100%;max-width: 750px;margin-bottom:50px !important}
	.TextMargResp {margin-top:30px}
	.MargTop30 {width:100%; margin-top:30px !important;}
	.LogoSlider {display:none}
	.custom-font-slider-1 {font-size: 30px;line-height: 30px;text-shadow: 0px 0px 8px rgba(0,0,0,0.8);}

}

@media screen and (max-width: 992px) {
	.LogoResp  {display:none !important;}
	.LogoMob {display:inline;width:100%;border:0px solid red;text-align:left !important;padding: 10px 0;}
}


.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #F00; }
    100%{   color: #fff;    }
}