/*
      www.OnlineWebFonts.Com 
      You must credit the author Copy this link on your web 
      <div>Font made from <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>is licensed by CC BY 3.0</div>
      OR
      <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>
*/
@font-face {font-family: "Elephant";
    src: url("https://db.onlinewebfonts.com/t/76e4f7ec874825c077cc2961142f102c.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/76e4f7ec874825c077cc2961142f102c.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://db.onlinewebfonts.com/t/76e4f7ec874825c077cc2961142f102c.woff2") format("woff2"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/76e4f7ec874825c077cc2961142f102c.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/76e4f7ec874825c077cc2961142f102c.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/76e4f7ec874825c077cc2961142f102c.svg#Elephant") format("svg"); /* iOS 4.1- */
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
  .festusModel {
		z-index: -10;
		opacity: 0.5;
	}	
	
	.iniContent {
		text-align:center;
	}
}

@media only screen and (max-width: 600px) {
	.festusModel {
		z-index: -10;
		opacity: 0.5;
		
	    left: -11% !important;
	    max-width: 550pt !important;
	    top: -1% !important;
	    position: absolute !important;
	}	
	
	#greetMessage {
		background: #f7f7f7b5 !important;
	}
	
	.iniContent {
		text-align:center;
	}
}