/* CTA */
#cta {
	background: #333;
	padding: 3.5em 0 3.5em 0;
	text-align: center;
	overflow-x: hidden;
	-moz-box-shadow:    inset  0  8px 20px -8px rgba(0,0,0,0.5), 
                        inset  0 -8px 20px -8px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset  0  8px 20px -8px rgba(0,0,0,0.5), 
                        inset  0 -8px 20px -8px rgba(0,0,0,0.5);
     box-shadow:        inset  0  8px 20px -8px rgba(0,0,0,0.5), 
                        inset  0 -8px 20px -8px rgba(0,0,0,0.5);
}

#cta a {
	color: #ccc;
	border-bottom: none;
	font-size: 24px;
}

#cta a img {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width:970px;
	/* cropar imagem */
	/*width: 480px !important;
	height: 282px !important;*/
	overflow: hidden !important;
}
#cta a:hover {
	color: #fff;
	border-bottom: dotted 1px;
}
#cta a:hover img {
	top: -20px !important;
}

#cta h2, #cta h3, #cta h4, #cta h5, #cta h6 {
	color: inherit;
}

#cta form {
	margin: 0 auto;
	max-width: 100%;
	width: 25em;
}

#cta input[type="submit"],
#cta input[type="reset"],
#cta input[type="button"],
#cta .button {
	box-shadow: none;
	background: #fff;
	color: #ed0b6d;
}

#cta input[type="text"],
#cta input[type="password"],
#cta input[type="email"],
#cta select,
#cta textarea {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.15);
	border: 0;
}

	#cta input[type="text"]:focus,
	#cta input[type="password"]:focus,
	#cta input[type="email"]:focus,
	#cta select:focus,
	#cta textarea:focus {
		box-shadow: inset 0 0 0 2px #fff;
	}

#cta ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.75) !important;
}

#cta :-moz-placeholder {
	color: rgba(255, 255, 255, 0.75) !important;
}

#cta ::-moz-placeholder {
	color: rgba(255, 255, 255, 0.75) !important;
}

#cta :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.75) !important;
}

#cta .formerize-placeholder {
	color: rgba(255, 255, 255, 0.75) !important;
}

.slick-slide img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.slick-center img {
	margin-top: -10px;
	-moz-box-shadow:	0 5px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.5);
	box-shadow: 		0 5px 20px rgba(0,0,0,0.5);

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
	bottom: 0;
	margin-bottom: 12px;
}