/* iGlobal Welcome Mat Styles */
/* Authored by iGlobal Stores (www.iglobalstores.com) */

/* Google Fonts - If you're using your own fonts, you can remove these */
@font-face { font-family: 'PT Sans'; font-style: normal; font-weight: 400; src: local('PT Sans'), local('PTSans-Regular'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v5/7YGmE4Ls5b94ct65u07hVQLUuEpTyoUstqEm5AMlJo4.woff) format('woff'); }
@font-face { font-family: 'PT Sans'; font-style: normal; font-weight: 700; src: local('PT Sans Bold'), local('PTSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v5/0XxGQsSc1g4rdRdjJKZrNL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff'); }

/* igFlag controls the placement of the country flag on your website */
#igFlag { width: 30px; }
#igFlag img { max-width: 25px; margin-bottom: -3px; cursor: pointer; margin-left: 5px; }

/* Begin Modal Styles */
#igSplashElement {position: absolute!important;top: 10%!important;left: 50%!important;
	transform: translateX(-50%);
	width: 500px;background-color: #eee;-webkit-box-shadow:  0px 0px 60px 0px rgba(0, 0, 0, 0.5);box-shadow:  0px 0px 60px 0px rgba(0, 0, 0, 0.5);
	font-family: 'PT Sans','Helvetica Neue', Helvetica, Arial, sans-serif; /* Set your preferred font here */color: #333;}
.closeButton {display: none;position: absolute;top: 3px;right: 3px;}
.close { cursor: pointer; }
.igModalHeader {width: auto;background-color: transparent;text-align: center;color: inherit;font-weight: bold;overflow: auto;margin-left: auto;margin-right: auto;padding: 0px;}
.logoWrapper {float: none;width: auto;margin-left: auto;margin-right: auto;text-align: center;
	background: url('../images/bg_body.png') repeat-x center -20px;
	padding-top: 30px;
} /* If your logo is wider than 180px, you may wish to widen this and decrease the width of the .messageWrapper */
.messageWrapper {padding: 20px 0px;float: none;width: auto;margin-right: auto;margin-left: auto;text-align: center;}

p.countryP {
    margin-top: 5px;
    font-size: 14px!important;
}
.modalLogo {float: none;margin: 5px;width: auto;margin-left: auto;margin-right: auto;text-align: center;}
.igModalHeader img.headerFlag {max-width: 40px;margin-top: -5px;}
.headerZero {font-size: 14px;margin-bottom: 10px;}
.headerOne { font-size: 30px; padding-left: 0.5em; color: #ff8b00; /* Set the color of your choice here */ text-transform: uppercase; }
.headerTwo { color: #999; margin-top: 7px; font-size: 12px; }
.igModalBody {text-align: center;background-color: transparent;width: 100%;min-height: 150px;height: auto;}
.countryDropDownWrapper {width: 45%;min-width: 200px;min-height: 25px;-webkit-border-radius: 0px;border-radius: 0px;
	background: url(https://www.iglobalstores.com/images/downarrow.png) no-repeat 94% center;
	border: 1px solid #ccc; /* Set the color of your choice here */margin: 0 auto;padding: 0;cursor: pointer;margin-top: 10px;}
#countrySelect {position: relative;height: 35px;width: 100%;padding: 0px 0px;padding-left: 5px;margin: 0px;font-size: 14px;color: #333 !important;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;background: none !important;border: 0 !important;border-radius: 10px;-webkit-appearance: none;-moz-appearance: window;appearance: none;ms-appearance: none;overflow: hidden;}
select::-ms-expand { display: none; }
ul.featureList {padding: 10px!important;margin: 0;-webkit-padding-start: 0;background-color: transparent; color: #eee;font-size: 16px;font-weight: normal;}
ul.featureList li {list-style-type: none;padding: 10px 5px;font-size: 16px;font-weight: normal;}
ul.featureList li strong { color: white; }
ul.featureList li img { padding-top: 5px; max-width: 80px; margin-bottom: -15px; }
.igWelcomeCTAButton {background: transparent;width: 100%;height: auto;}
.igWelcomeCTAButton button {width: 225px;height: 50px;-webkit-border-radius: 10px;border-radius: 2px;color: #eee;margin: 20px auto;border: none;font-size: 18px;font-weight: normal;
	background-color: black;opacity: 1;text-shadow: none;float: none;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	text-transform: uppercase;
}

.igWelcomeCTAButton button:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

li.bebas.float-left img:nth-child(2) {
	display: none;
}

@media screen and (max-width: 600px) { /* Responsive design sets a width of 400px for all devices <= 600px */
	#igSplashElement { width: 95%; top: 20px; }
	.igModalHeader { width: 100%; }
	.logoWrapper { float: none; width: auto; }
	.modalLogo { float: none; margin: 10px auto; }
	.messageWrapper { clear: both; }
}
