body {
	background:url(../images/bg-landing-page.png) center top no-repeat;
	font-size:20px;
	line-height:24px;
	font-family:"Lato" arial;
	background-color:#4883cb;
	}
*{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
}	
/* ===================== 19. SHORTCODE COLUMN ================*/

.one_third{
    float: left;
    margin-right: 4%;
    margin-bottom: 15px;
    overflow: hidden;
}
.one_third {
    width: 30%;
}
 
.one_third.last {
    margin-right: 0;
    overflow: hidden;
}

.one_half.first, 
.one_third.first, .two_third.first, 
.one_fourth.first, .three_fourth.last, 
.one_fifth.first, .two_fifth.first, .three_fifth.first, .four_fifth.first, 
.one_sixth.first, .five_sixth.first {
    clear:both;
}

@media 
only screen and (max-device-width: 960px),
only screen and (max-width: 960px) {
.one_half ,
.one_third,
.two_third,
.one_fourth, 
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth, 
.five_sixth, 
.one_half.last, 
.one_third.last, .two_third.last, 
.one_fourth.last, .three_fourth.last, 
.one_fifth.last, .two_fifth.last, .three_fifth.last, .four_fifth.last, 
.one_sixth.last, .five_sixth.last {overflow:hidden;}
}
	
@media 
only screen and (max-device-width: 767px),
only screen and (max-width: 767px) {
.one_half ,
.one_third,
.two_third,
.one_fourth, 
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth, 
.five_sixth, 
.one_half.last, 
.one_third.last, .two_third.last, 
.one_fourth.last, .three_fourth.last, 
.one_fifth.last, .two_fifth.last, .three_fifth.last, .four_fifth.last, 
.one_sixth.last, .five_sixth.last{width:100%;margin:0 0 10px;}
}
/* END COLUMN */
/* HEADER */
.header{
	text-align:center;
}

.header h3{
	font-size:16px;
	color:#ffffff;
	line-height:20px;
	font-weight:300;
}

.header .logo{
	margin-bottom:50px;
}

/* END HEADER */	

.header{
	max-width:100%;
	margin:0px auto;
	padding:70px 50px 40px 50px;
	display:block;
	width:100%;
}
	
.container_main{
	max-width:100%;
	margin:0px auto;
	padding:10px 50px 10px 50px;
	display:block;
	width:100%;
}


.container_main{
	overflow:hidden;
	margin-bottom:10px;
}

.wd_item .bg{
	width:100%;
	height:450px;
	max-width:360px;
	transition:all 2000ms ease-in-out 0;
	-moz-transition:all 2000ms ease-in-out 0;
	-webkit-transition:all 2000ms ease-in-out 0;
	display:inline-block;
}

.wd_item{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	width:100%;
	height:550px;
	max-width:400px;
	margin:0 auto;
	padding:20px;
	background:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
.wd_item .bg:hover{
	background-position:bottom center !important;
}

.wd_item img{
	box-shadow: 0 0 5px #fff;
	-webkit-box-shadow: 0 0 5px #fff;
	-moz-box-shadow: 0 0 5px #fff;
}

div.button{
	text-align:center;
	margin:40px 0 50px 0;
	clear:both;
	display:inline-block;
	width:100%;
}
a.bt-buy{
	background:url(../images/button_buy.png) center no-repeat;
	height:82px;
	width:320px;
	display:inline-block;
}

a.bt-buy:hover{
	opacity:0.7;
	filter:alpha(opacity=70)
}
div.title-page{
	font-size:16px;
	line-height:20px;
	padding:30px 20px 20px 20px;
	height:100px;
	width:100%;
	text-align:center;
}