.container h1 {
	color:#000;
	font-size:24px;
	font-family:"TheSansSemiBoldPlain",Helvetica,Arial,sans-serif;
	line-height: 1.2em;
	font-weight: 100;
	margin: 0px;
}
.container h2 {
	color:#000;
	font-size:18px;
	font-family:"TheSansSemiBoldPlain",Helvetica,Arial,sans-serif;
	line-height: 1.1em;
	font-weight: 100;
	margin: 0px;
}
.container {
	padding-left:10px; padding-right:10px;
	text-align: center;
	font-size: 16px;
}
.ol-step
{
	margin: auto;
	text-align: left;
	max-width: 640px;
	margin-top: 15px;
}
.ol-step strong{
	color: #000 !important;

}
.ol-step li {
		list-style: none;
 }
.ol-step li {
   counter-increment: item;
   margin-bottom: 15px;
 }
 .ol-step li div {
 	margin-left: 20px;
 	width: 90%;
 	 display: inline-block;
 }
 .ol-step li:before {
   content: counter(item);
   background: #ffd88f;
   border-radius: 100%;
   width: 1.2em;
   font-weight: bold;
   text-align: center;
   display: inline-block;
   vertical-align: top;
 }
.masthead-area
{
	width: 100%;
	max-width: 1400px;
	margin: auto;
	background: #f5f5f5;
}
.banner-mobile {
	display: none;
}
.masthead img{

}
body
{
    font-family:"TheSansPlain",Helvetica,Arial,sans-serif;
    color: #000;
}
#header
{
	height: 86px;
}
#footer {
	position: relative;
}
ul.misc_links {
	padding-top: 15px;
}
.footer_container {
	width: 100% ;
	max-width: 940px;
}
.header-wrapper
{
	width: 100%;
	max-width:940px;
}
.container.top
{
	padding-top:60px;
	padding-bottom: 30px;
}

.block-container
{
	background: #f7f7f7;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	padding: 50px;
	padding-top: 25px;
	padding-bottom: 40px;
	
	
}
.menu-container
{
	position: relative;
}
.title-menu-container
{
	position: absolute;
	top: 28%;
	left: 43%;
	color: #000;
	font-family:"TheSansSemiBoldPlain",Helvetica,Arial,sans-serif; 	 
	font-weight: bold;	
	font-size: 16px;
}
.title-menu-container.fixleft
{
	
	left: 38%;
	
}
.benefit-area .row
{
	top: -35px;
	position: relative;
}

.list-area
{
	text-align: left;
	padding-bottom: 20px;
}
.list-area .brand-list-area {
	padding-bottom: 10px;
	padding-top: 10px;
	width: 82%;
	margin: auto;
}
.list-area a.brand-list,  a.brand-list:hover, a.brand-list:link, a.brand-list:visited{
	display: block;
	border:none;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom:2px;
	background: url('../images/circlemenu.png') no-repeat top right;
}
.list-area a.discount-brand {
	font-size: 12px;
}
.term-container
{
	padding: 15px 30px 30px;
}
.fix-height-list
{
	height: 290px;
}
.fix-height-list2
{
	height: 270px;
}
@media screen and (min-width: 768px) {
	.list-area .brand-list-area.fix-height {
		margin-top: 22px;
	}
}
 @media screen and (max-width: 1000px) and (min-width: 768px) {
 	.list-area .brand-list-area.fix-height {
		margin-top: 0px;
	}
 	.list-area .brand-list-area.fix-height.small-brand {
		margin-top: 22px;
	}
	.list-area .brand-list-area.small-brand {
		width: 90%;
	}
 }

@media screen and (max-width: 767px) {
	.list-area .brand-list-area.fix-height {
		margin-top: 22px;
	}
	.list-area .brand-list-area.fix-height.small-brand {
		margin-top: 0px;

	}
	.list-area .brand-list-area.small-brand {
		width: 90%;
	}
	.banner-mobile {
		display: block;
	}
	.banner-desktop {
		display: none;
	}
	.benefit-area .row
	{
		top: -55px;
		position: relative;
	}
	.list-area .brand-list-area {
		width: 90%;
	}
	.container.top
	{
		padding-top:20px;
		padding-bottom:0px;
	}	
	 .ol-step li div {
	 	width: 195px;
	 }	
	.block-container
	{
		padding: 20px;
		
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
	}
	.ol-step li{
		margin-left: 10px;
		font-size: 14px;
	}
	body
	{
		overflow-x: hidden;
	}
	.container
	{
		padding-top: 20px;
		padding-bottom: 20px;
		font-size:14px;
	}
	.container.benefit-area{
		padding-bottom: 0;
	}
	.container h1 {
		font-size:18px;
	}
	.container.term-container{
		padding-top: 0;
	}
	.container h2 {
		font-size:16px;
	}

	#footer {
	    background: url(/assets/images/footer_bg-mobile.jpg) repeat-x top left;
	    display: block;
	    position: relative;
	}
	ul.misc_links
	{
	  float:none;
	  width: 250px;
	  margin: auto;

	}
	#footer .misc_icons {
	    width: 100px;
	    margin: auto;
	    float: none;
	    margin-bottom: 10px;
	}
	.copyright
	{
		padding:0px;
		text-align: center !important;
		padding-bottom: 10px;
		float:left !important;
		width: 100%;
	}
	.mastheadwrap .box-wrap {
		width: 300px;
	}
	#footer .footer_container {
	    width: 100%;
	    padding: 0 15px;
	}
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
   
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media screen and (max-width: 330px) {
	 .ol-step li div {
	 	width: 150px;
	 }	

}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
    .fix-heightipad-list
	{
		height: 290px;
	}
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20% !important;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}