body{
	background: url(../images/howitworks/bg.jpg) no-repeat center;
	background-size: cover;
}
.navbar{
	border-radius: 0;
}

.navbar-brand{
	display: inline-block;
	height: auto;
}
.navbar-nav{
	top: 15px;
    display: inline-block;
    list-style-type: none;
    position: relative;
}

.howitworks-wrap{
	display: inline-block;
	width: 100%;
	position: relative;
}
.howitworks-wrap h2{
    text-align: center;
    font-weight: bold;
    margin: 35px auto;
}
.group-links{
	display: inline-block;
	position: relative;
	width: 100%;
}
.group-links ul{
	display: inline-block;
	position: relative;
	width: 100%;
	list-style-type: none;
	padding: 0;
	text-align: center;
}

.group-links ul li{
	margin: 10px;
	vertical-align: top;
}

.group-links ul li, .group-links ul li a{
	display: inline-block;
}

.group-links ul li a{
	-webkit-box-shadow: 5px 6px 41px -15px #000000; 
	box-shadow: 5px 6px 41px -15px #000000;
	background: #fff;
	color: #000;
}

.group-links ul li a:hover{
	background: #ebebeb;
}

.g-wrap{
	display: inline-block;
	width: auto;
	
}

.white-wrap{
	display: inline-block;
	position: relative;
	background: transparent;
	width: 190px;
	min-height: 180px;
	padding: 20px 10px;
}

.icon-wrap{
	display: inline-block;
	width: 100%;
	height: 70px;
	position: relative;
	margin-bottom: 10px;
}
.white-wrap img{
	width: auto;
	height: 100%;
	display: inline-block;
}


.title-event{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}



footer{
	width: 100%;
}
.footer-wrap{
	display: inline-block;
	padding: 15px;
	text-align: center;
	width: 100%;
}


@media screen and (max-width: 453px){
	.white-wrap{
		width: 150px;
    	min-height: 150px;
	}
	.group-links ul li{
		margin: 5px;
	}
	.icon-wrap{
		height: 50px;	
	}
	.title-event{
		margin: 3px 0;
    	font-size: 13px;
	}
}

@media screen and (max-width: 353px){
	.white-wrap{
		padding: 10px 5px;
    	width: 133px;
    	min-height: 125px;
	}	
	.title-event{
    	font-size: 12px;
	}
}


/*modal*/

.modal.in .modal-dialog{
    padding: 5px;
}
.modal-body{
	display: inline-block;
	text-align: center;
	width: 100%;
}
.modal-body img{
	display: inline-block;
    margin: 0 auto!important;
    width: 100%;
}

button.close{
	padding: 5px 8px;
}

#mymodal6 .modal-body{
	text-align:left
}
#mymodal6 .modal-body .container{
	width:100%
}
#mymodal6 .modal-body .container h1{
	display:none
}