.big-img{
	padding-top: 10px;
}

.big-img img{
	width: auto;
	max-width: 100%;
	height: auto;
}


.break-header{
	height: 4px;
	background: #007947;
}


.contact-area .map-area{
	margin-right: 0px;
	float: left;
}

.contact-area .c-row{
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 15px;
}

.map-area{
	width:50%;
}

.account-titles i{
	background: url(../images/arrows-n.png);
	display: inline-block;
	width: 10px;
	height: 8px;
	margin-left: 5px;

}

.banner-account{
	padding-top:10px;
	padding-bottom: 10px;
	text-align: center;
}

.banner-account a img{
	margin: 20px 10px;
	max-width: 426px;
	width: 100%;
	height: auto;
    float:none !important;
}


.account-options{
	margin-top: 20px;
	text-align: center;
	padding-right: 0px;
	margin-right: 0px;
}

.account-options li{
	display: inline-block;
	margin: 20px 20px;
}

.account-options li i{
	display: block;
	width: 100%;
	height: 70px;
}
.account-options li.o-list-my-account i{
	background: url(../images/icon1.png) no-repeat center center;
}
.account-options li.o-list-change-mobile i{
	background: url(../images/icon2.png) no-repeat center center;
}
.account-options li.o-list-change-email i{
	background: url(../images/icon3.png) no-repeat center center;
}
.account-options li.o-list-change-password i{
	background: url(../images/icon4.png) no-repeat center center;
}
.account-options li.o-list-my-orders i{
	background: url(../images/icon5.png) no-repeat center center;
}
.account-options li.o-list-do-request i{
	background: url(../images/icon6.png) no-repeat center center;
}


@media (max-width: 650px) { 

	.contact-area .c-row .info{
		float: none;
	}

	.contact-area .c-row .map-area{
		float: none;
		padding-top: 20px;
		width: 100%;
	}

	.banner-account a img{
		margin-right: auto;
		margin-left: auto;
	}

	.account-options li{
		width: 200px;
	}

}

@media (max-width: 450px) { 

	.account-options li{
		display: block;
		margin: 20px auto;
		width: auto;
	}


}