body{
	font-family: 'Rubik', sans-serif !important;
}

body, html {
  height: 100%;
}
div, p, span{
	/*font-size:18px !important;*/
}
.myDevider{
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid #d9d9d9; 
	line-height: 0.1em; 
	margin: 30px 0 20px;
}
.myDevider span{
	background:#fff; 
	padding:0 10px;
}
.abcRioButtonContents span{
  font-size:1rem !important;
  font-weight: normal !important;
}
.g-signin2 div{
  border-radius:5px;
}
.fbtn{
	background-color:#4267B2 !important;
}
.fbtn:hover{
	background-color:#3a548a !important;
}
.firstSection{
	display:block;
}
.secondSection{
	display: none;
}
.submitCupon{
	background-color: #ff8c00;
}
.submitCupon:hover{
	background-color: #d27400;
}

.wazeNav{
	font-size: 32px;
	text-shadow: 2px 1px 1px black;
}
.verticalalignment{
	vertical-align: middle !important;
}
.img-container{
	position: relative;
}
.img-container:after {
    content: '';
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    top: 0px;
    z-index: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.img-container:hover:after{
    opacity: 1;
}

.img-container .butt{
	color:#fff;
    box-shadow: none;
    position: absolute;
    right: 7px;
    top: -5px;
    margin-top: 4px;
    opacity: 0;
    display: block;
    transition: all .5s ease-in-out;
}
.img-container:hover .butt{
	color:#000;
	cursor:pointer;
	opacity: 1;
    z-index: 99;
    position: absolute;
    top: 5px;
	
}
.closeBtn{
	border: none;
    background-color: rgba(255,255,255,0.0);
}
.ticketWrapper{
	display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; border-radius: 8px;
}
.ticketWrapper .ticketPunch{
	width:50%;
	text-align: center;
	padding:10px;
	font-weight: bold;
	background-color: lightgrey;
	border:1px solid black;
}
.labledCheck{
	background-color: #00b700 !important;
	font-weight: bold;
	color:#fff;
}
.wrapperDiv{
	position: absolute;
    text-align: center;
    background-color: lightgrey;
    width: 100%;
    height: 100%;
	padding-top: 12%;
}
#passInput{
	width: 20%;
    margin: 10px auto;
	direction: rtl;
}
#showInsertGuest{
	display: none;
}
@media only screen and (max-width:560px){
	.wazeNav{
	font-size: 15px;
	line-height: 1.2em;
	margin-top:10px;
}
}