/*General rules, define the mobile first view*/

/*Font*/

@import url('http://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800,900');

html, body {
    font-family: Arial, sans-serif;
}

/*Generic rules*/
.content-product img{
	width: 60%;
}
.content-product img.all-width{
	width: 100%;
}

.content-product img.img-center{
	margin: 0px auto;
	display: block;
}
.content-product img.margin-vertical{
	margin-top: 10px;
	margin-bottom: 15px;
}
.gray-text{
	color: #ADADAD;
	margin-top: 10px;
}
.through{
	text-decoration: line-through;
}
.price{
	font-size:22px;
	margin-top: 0px;
}

.ch-price.gray-text{
	font-size: 13px;
	margin-top: 10px;
	font-weight: normal;
}
.ch-btn{
	margin-top: 20px;
	width: 100%;
}
.content-product a.last-link{
	display: inline-block;
	margin-top: 15px;
}
.content-product a.center-link{
	display: inline-block;
	margin-top: 10px;
}

/*Generic module*/
.module{
}
.module-container{
	padding: 20px;
}

/*Module one*/
.module.module-one .module-container{
	text-align: center;
}
.module-one-footer{
	padding: 10px 10%;
	margin-top: 20px;
}
.module-one-footer:after{
		content: "";
	    display: table;
	    clear: both;
	}
.module-one-footer .logo{
	width: 20%;
	vertical-align: middle;
	display: inline-block;
}
.module-one-footer a.social-network{
	float:right;
	margin-right: 10px;
	display: inline-block;
	width:10%;
	max-width: 44px;
}
.module-one-footer a.social-network img{
	width:100%;
}
.module.module-one h1{
	font-family: 'Lato', Arial, sans-serif;
	font-size: 30px;
	line-height: 42px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}
.module.module-one p.subtitle{
	font-family: 'Lato', Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
}

/*Module two*/

.module.module-two{
}
.module.module-two h2{
	font-family: 'Lato', Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}
.module.module-two span.specification-title{
	font-family: 'Lato', Arial, sans-serif;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 15px;
}
ul.specifications-list{
	list-style-type: disc;
	margin-left: 20px;
	color:#777777;
}
ul.specifications-list span{
	color:#333333;
}
/*Module three*/
.module.module-three{
}
.module.module-three .module-container{
	text-align: center;
}
.module.module-three h3{
	font-family: 'Lato', Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}
.module.module-three p{
	color: #777777;
}
.module.module-three .feature{
	margin-bottom: 40px;
}
.module.module-three .feature:last-child{
	margin-bottom: 0px;
}
/*Module four*/
.module.module-four{
}
.module.module-four img{
	width:60%;
	margin-bottom: 30px;
}
.module.module-four .module-container{
	text-align: center;
}
.module.module-four h2{
	font-family: 'Lato', Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
}
.module.module-four p{
	color: #777777;
}
/*Module five*/
.module.module-five{
}
.module.module-five .module-container{
	text-align: center;
}
.module.module-five h2{
	font-family: 'Lato', Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
}
.video-container{
	margin-bottom: 20px;
}
/*Module six*/
.module.module-six{
}
.module.module-six .module-container{
	text-align: center;
}
.module.module-six h2{
	font-family: 'Lato', Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}
.module.module-six p{
		font-family: 'Lato', Arial, sans-serif;
		font-size: 14px;
		line-height: 20px;
		font-weight: 300;
	}
/*Module seven*/
.module.module-seven{
}
.module.module-seven .module-container{
	text-align: center;
}
.module.module-seven h2{
	font-family: 'Lato', Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 20px;
}
.product-container{
	margin:0px auto 10px auto;
	width:100%;
	max-width: 200px;
	background-color: #FFFFFF;
	border:1px solid #CCC;
}
.module.module-seven ul{
	display: inline-block;
	margin:0 auto;
}
.module.module-seven ul li{
	margin-bottom: 20px;
}
.module.module-seven ul li:last-child{
	margin-bottom: 0px;
}

/*General Query for fixing template*/
header.ml-header{
	margin-bottom: 0px;
}
.ml-wrapper:after {
	height: 0px;
}
.ml-wrapper{
	padding-bottom: 0px;
}
header {
  height: 54px !important;
}
.brand-header {
  background-size: cover;
}
.brand-header .logo-container {
  text-align: center;
}
.brand-header .image-container {
  margin-top: 40px;
}
.ch-btn {
  color: #FFF !important;
  text-align: center !important;
}
.ml-footer {
	margin-top: 0px !important;
}
.meli-logo img {
	margin-top: 7px;
}
.ml-footer-user{
    display: none;
}
footer.ml-footer nav{
	display: none;
}
footer.ml-footer{
	height: auto;
}
/*Fixing video width*/

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}