.ri-grid{
	margin: 0px auto 30px;
	position: relative;
	height: 400px;
}

.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
	content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.ri-grid ul li {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -o-perspective: 400px;
    -ms-perspective: 400px;
    perspective: 400px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
    width: auto;
}

.ri-grid ul li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
	width: 55%;
}
.ri-grid-size-2{
	width: 100%;
}
.ri-grid-size-3{
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */
/*.ri-shadow:after,
.ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}*/

.ri-grid-loading:after,
.ri-grid-loading:before{
	display: none;
}

.ri-loading-image{
	display: none;
}

.ri-grid-loading .ri-loading-image{
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}


.popup-overlay {
	display: none;
	position: fixed;
	/* top: 0; */
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	align-items: center;
	justify-content: center;
	z-index: 10000000;
}

.popup {
	display: inline-block;
	width: 100%;
	min-height: 40px;
	background-color: white;
	border-radius: 1px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	bottom: 0;
	-webkit-box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
	-moz-box-shadow: inset 0px 10px 10px -6px rgba(117,117,117,1);
	box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
	position: absolute;
	font-size: 12px;
	font-weight: normal;
}

a.accept, a.submit {
	margin-top: 0;
	margin-left: 20px;
	display: inline-block;
	color: white;
	background-color: #161e49;
	border-radius: 5px;
	padding: 0px 9px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: sans-serif;
}

#content-container, #content-container p {
	display: block;
	clear: both;
}
.blueBar {
	background: #181d48;
	text-align: center;
	color: #fff;
	font-size: 32px;
	padding: 15px 0;
	display: block;
	clear: both;
}
.circle:hover {
	-webkit-animation: pulse 1s;
	animation: pulse 1s;
}

.CustomBlueBar {
	background: #181d48;
	height: 200px;
	margin-top: -200px;
	margin-bottom: 40px;
}

.circle img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.circle {
	display: block;
	border: 5px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	width: 195px;
	height: 195px;
	margin: 0 auto;
}

.mall_Name {
	text-align: center;
	color: #fff;
	font-size: 17px;
	margin-top: 7px;
}

.mall_location {
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
}
textarea#Message {
	border-radius: 0;
	max-width: 98%;
}
h1, .h1 {
	font-size: 28px;
}
h2.content-header {
	font-size: 22px;
}
#content {
	padding-top: 15px;
}
.assosiates div {
	padding: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #151e49;
}
.blueBar h1 {
	color: #fff;
}
.inner-content {
	margin-top: 10px;
}