.ajax-loader{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0, 0.75);
	display: none;
	z-index: 42;
}
.ajax-loader .preloader-wrapper{
	position:fixed;
	display:block;
	left: 50%;
	margin-left:-30px;
	margin-top: -30px;
	top:50%;
	color:#ffffff;
}

img{
	max-width: 100%;
}


iframe {
	width: 100%;

    min-height: 70%;
    min-height: -webkit-calc(100% - 84px);
    min-height: -moz-calc(100% - 84px);
    min-height: calc(100% - 84px);
}

.button-blue{
	background-color: #16264e;
}

.stamp-background-container{
	padding: 5px !important;
}

.stamp-background{
	background-color: #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}

#map{
	width:100%;
	height: 300px;
}
.stamp-card-wrapper{
	padding: 40px 20px !important;
}

.btn{
	width: 60% !important;
    height: 50px !important;
    background-color: #19264b !important;
}
nav .nav-wrapper {
    background-color: #d91917 !important;
}
.logo-container{
    margin: 4em 0 2em 0;
}
