.banner{
	position:relative;
}
.banner img{
	width:100%;
}
.banner .landing-button{
	position:absolute;
	top:-36px;
	right:0px;	
}
#commitment{
	margin:0 auto;
	overflow:hidden;
}
#commitment .commitment{
	height:70px;
	padding:20px 0 0;
}
#commitment .commitment li{
	float:left;
	padding:10px 0;
	background:url(../images/landing201310/separator1.png) repeat-y top right;
}
#commitment .commitment .col1{
	width:14%;
}
#commitment .commitment .col2{
	width:24%;
}
#commitment .commitment .col3{
	width:20%;
}
#commitment .commitment .col4{
	width:20%;
}
#commitment .commitment .col5{
	width:22%;
	background:none;
}
#commitment .commitment p{
	font-size:13px;
	color:#0173bd;
	text-transform:uppercase;
	font-weight:bold;
	line-height:16px;
}
#commitment .commitment p span{
	color:#242424;
	text-transform:none;
}
#commitment .commitment img{
	float:left;
	margin:0 3px 0 5px;
}
#commitment .commitment .col1 img{
	float:left;
	margin:-10px 3px 0 0;
}
.quout{
	text-align:center;
}
.quout .landing-quout{
	display:inline-block;
	width:300px;
	vertical-align:top;
	color:#0173bd;
	line-height:16px;
}
a.landing-button{
	display:inline-block;
	padding:7px 15px;
	vertical-align:top;
	background:#d2051e;
	color:#fff;
	margin:4px 0 0;
	text-transform:uppercase;
	font-weight:normal;
}
.list-website-countrys{
	padding-top:10px;
	border-top:1px dotted #c1c1c1;
	margin-top:25px;
}
.list-website-countrys table tr td:nth-child(odd){
	background:#f8f8f5;
}
.list-website-countrys tr.title-list-website td{
	padding:10px;
	width:195px;
}
.list-website-countrys tr.title-list-website td.title-website-images{
	width:112px !important;
	padding:5px 10px;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ec8409;
	vertical-align:text-top;
}
.list-website-countrys tr.content-list-website td{
	padding:7px 30px;
	width:155px;
}
.list-website-countrys tr.content-list-website a{
	font-weight:normal;
}

.list-website-countrys tr.content-list-website td.images-list-website{
	vertical-align:top;
	text-align:center;
	padding:7px 0px !important;
	width:130px
}
p.desc-list-webstie{ 
	font-size:11px; margin-top:10px;
}
.alert-list-website{
	text-align:center;
	margin:30px 0px;
}
.alert-list-website h2{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#ec8409;
	margin-bottom:10px;
}
@media (max-width: 767px){
	.banner .landing-button{
		position:static;
		margin:0 0 10px;
	}
	#commitment .commitment{
		height:auto;
		padding:20px 0 15px;
	}
	#commitment .commitment li{
		float:none;
		width:auto !important;
		background:none;
	}
	.list-website-countrys{
		overflow:auto;
		overflow-y:hidden;
	}
}
@media (max-width: 480px){
	.quout{
		text-align:left;
	}
	.quout .landing-quout{
		display:block;
		width:auto;
		padding:0 0 10px;
	}
	.quout a.landing-button{
		display:inline-block;
		padding:7px 15px;
		vertical-align:top;
		background:#d2051e;
		color:#fff;
		margin:4px 0 0;
		text-transform:uppercase;
		font-weight:normal;
	}
	.alert-list-website{
		text-align:left;
		margin:15px 0;
	}
	.alert-list-website h2{
		text-align:left;
		font-size:14px;
	}
}