
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	padding: 0;
	margin: 0;
}
body, div, p {
	font-family: Arial, Helvetica, Verdana;
	color: #333;
}
body {
}
h1 {
	font-size: 60px;
}
a, a:link, a:active, a:visited {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #9E1F63;
}
.wrapper {
	max-width: 960px;
	margin: 0px auto;
	padding: 0px;
}
.list_carousel {
	margin: 0;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	overflow: hidden;
	width: 317px;
	height: 428px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
	background: #f5f5f5;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	position:absolute;
	left: 15px;
	top: 150px;
	width: 50px;
	height: 50px;
	display:block;
	
}
.next {
	position:absolute;
	right: 15px;
	top: 150px;
	width: 50px;
	height: 50px;
	display:block;
}
.pager {
	display:none;
	float: left;
	width: 100%;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
a.item{
	position:relative;
	text-decoration:none;
}
.item>.foto{
	/*height:317px;*/
	z-index:3
}
.item>.foto img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.item:hover>.foto img {
    -webkit-transform: scale(1.1) translate(0px,0px);
    -moz-transform: scale(1.1) translate(0px,0px);
    -ms-transform: scale(1.1) translate(0px,0px);
    -o-transform: scale(1.1) translate(0px,0px);
    transform: scale(1.1) translate(0px,0px);
}
.item>.contx{
	height:110px;
	display:block;
	padding: 10px 20px 20px 20px;
	background:#f5f5f5;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transform:translate3d(0, 0px, 0);
	transform:translate3d(0, 0px, 0);
	-webkit-transition:-webkit-transform 550ms;
	transition:transform 550ms;pointer-events:auto;
}
.item:hover>.contx {
    -webkit-transform:translate3d(0, -88px, 0);
	transform:translate3d(0, -88px, 0)
}

.item>.link{
	height:25px;
	display:block;
	padding: 20px;
	background: url(img/arrow.png) 80px 18px no-repeat #ED3BBE;
	bottom:-65px;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transform:translate3d(0, 0px, 0);
	transform:translate3d(0, 0px, 0);
	-webkit-transition:-webkit-transform 300ms;
	transition:transform 300ms;pointer-events:auto;
}
.item:hover>.link {
    -webkit-transform:translate3d(0, -95px, 0);
	transform:translate3d(0, -95px, 0)
}

h1{font-family: 'Oswald', sans-serif; font-weight:300;}
h2{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 28px;
	line-height: 1.2em;
	text-transform:uppercase;
	padding-top:5px;
}
h5{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #352A78;
	font-size: 15px;
	line-height: 1.3em;
	text-transform:uppercase;
}
.arrow{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 15px;
	line-height:25px;
	text-transform:uppercase;
}

@media only screen and (max-width: 640px) {
	.list_carousel li, .item>.contx {
		background: #fff;
	}
	h2{
	font-size: 20px;
	}
	h5{
		font-size: 13px;
	}
}