html, body {
	width: 100%;
	height: 100%;
	min-height: 800px;
	min-width: 980px;
	font-family: 'Open Sans', sans-serif;
	/*overflow: hidden;*/
}

* {
	outline: none;
}

.clr {
	clear: both;
}

.hidden {
	visibility: hidden;
	display: none;
}

#bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: auto;
	min-width: 980px;
	background: url('../images/Background1600x1200-03.png') center center;
	background-size: 100% auto;
	/*-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;*/
}

#bg.home {
	background: url('../images/Background1600x1200-01.jpg') center center no-repeat;
	background-size: 100% auto;
}

#bg.select {
	background: url('../images/Background1600x1200-03.jpg') center center no-repeat;
	background-size: 100% auto;
}

#bg.cards {
	background: url('../images/Background1600x1200-04.jpg') center center no-repeat;
	background-size: 100% auto;
}

.intro {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.select_theme {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.logo {
	background: url('../images/LogoCredibom.png') no-repeat;
	width: 186px;
	height: 42px;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -490px;
}

a.natal {
	background: url('../images/natal.png') no-repeat;
	width: 333px;
	height: 160px;
	margin: 0 auto;
	display: block;
}

.copy {
	background: url('../images/LogoCrieSeuPostal-Big.png') no-repeat;
	width: 333px;
	height: 370px;
	margin: 0 auto;
}

.copy_small {
	position: relative;
	background: url('../images/LogoCrieSeuPostal-Smaller.png') no-repeat;
	width: 126px;
	height: 139px;
	margin: 20px auto 0 auto;
}

.breadcrumbs {
	width: 260px;
	position: relative;
	left: 50%;
	margin-left: 240px;
	margin-top: -110px;
	color: #FFFFFF;
	text-shadow: 2px 2px #000000;
	text-align: right;
}

.breadcrumbs a {
	text-decoration: none;
	color: #FFFFFF;
}

.breadcrumbs a:hover {
	border-bottom: 1px solid #FFFFFF;
}

.breadcrumbs span {
	/*font-weight: 800;*/
	border-bottom: 1px solid #FFFFFF;
}

.scroll_down {
	background: url('../images/ScrollDown-Normal.png') no-repeat top center;
	width: 100px;
	padding-top: 75px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	line-height: 11px;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.scroll_down:hover {
	background: url('../images/ScrollDown-Rollover.png') no-repeat top center;
}

.scroll {
	position: absolute;
	right: 100px;
	top: 50%;
	margin-top: -16px;
}

.scroll li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('../images/Nav-UnSelected.png') no-repeat;
	width: 11px;
	height: 11px;
	margin: 10px;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.scroll li.active {
	background: url('../images/Nav-Selected.png') no-repeat;
}

.theme {
	position: relative;
	width: 100%;
	margin-top: 200px;
}

.slider_content {
	width: 1010px;
	height: 348px;
	overflow: hidden;
	margin: 0 auto;
}

.slider {
	width: 100000px;
}

.slide {
	width: 326px;
	height: 348px;
	cursor: pointer;
	float: left;
	margin: 5px;
	background: url('../images/postais/sombra.png') bottom center no-repeat;
}

.slide a.thumb {
	width: 316px;
	height: 316px;
	border: 5px solid #FFFFFF;
	text-decoration: none;
	float: left;
	overflow: hidden;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.slide a.thumb:hover {
	background-size: auto 150%;
}

.slide a.thumb span {
	opacity: 0;
	width: 316px;
	height: 316px;
	line-height: 316px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 800;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.slide:hover .thumb span {
	opacity: 1;
}

.nav {
	width: 1110px;
	height: 45px;
	margin: 0 auto;
	margin-top: -190px;
	display: block;
}

.nav .left {
	background: url('../images/left.png') no-repeat;
	width: 41px;
	height: 45px;
	display: block;
	float: left;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.nav .left:hover {
	margin-left: -10px;
}

.nav .left.inative:hover {
	margin-left: 0px;
}

.nav .right {
	background: url('../images/right.png') no-repeat;
	width: 41px;
	height: 45px;
	display: block;
	float: right;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.nav .right:hover {
	margin-right: -10px;
}

.nav .right.inative:hover {
	margin-right: 0px;
}

.nav .left.inative,
.nav .right.inative {
	cursor: default;
	opacity: 0.5;
}


.bullets {
	padding-top: 180px;
	text-align: center;
}

.bullets li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('../images/Nav-UnSelected.png') no-repeat;
	width: 11px;
	height: 11px;
	margin: 10px;
	float: left;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.bullets li.active {
	background: url('../images/Nav-Selected.png') no-repeat;
}

.card {
	position: relative;
	width: 980px;
	margin: 0 auto;
	margin-top: 50px;
}

.card .enviar_varios {
	float: right;
	background: url('../images/Bt-EnviarVarios-Normal.png') no-repeat;
	width: 248px;
	height: 38px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.card .enviar_varios:hover {
	background: url('../images/Bt-EnviarVarios-Rollover.png') no-repeat;
}

.card_form {
	background: url('../images/card_form.png') no-repeat;
	width: 996px;
	height: 436px;
	clear: both;
}

.card_form.sucesso {
	background: url('../images/sucesso.jpg') no-repeat;
	clear: both;
	margin-top: 138px;
}

.card_form.view {
	background: url('../images/Postal-Final-Bg.png') no-repeat;
	width: 996px;
	height: 436px;
	clear: both;
	margin-top: 98px;
}

.card_form.painatal {
	background: url('../images/Postal-PaiNatal-BG.jpg') no-repeat;
	width: 996px;
	height: 436px;
	clear: both;
	margin-top: 98px;
}

.card_form .image{
	position: relative;
	width: 490px;
	height: 400px;
	overflow: hidden;
	margin-left: 8px;
	float: left;
}

.card_form img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	min-height: 100%;
}

.card form {
	float: right;
	width: 415px;
	margin-top: 50px;
	margin-right: 8px;
}

.card form input {
	width: 100%;
	padding: 8px 5px;
	font-size: 14px;
	font-weight: 800;
	border: none;
	margin-top: 5px;
	background: transparent;
	outline: none;
}

.card form textarea {
	width: 100%;
	height: 148px;
	padding: 5px;
	font-size: 14px;
	font-weight: 800;
	resize: none;
	border: none;
	margin-top: 5px;
	background: transparent;
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    font-weight: 400;
    font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-weight: 400;
    font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-weight: 400;
    font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   font-weight: 400;
    font-style: italic;
}


a.voltar {
	background: url('../images/Bt-Voltar-Big01.png') no-repeat;
	width: 204px;
	height: 64px;
	float: left;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

a.voltar:hover {
	background: url('../images/Bt-Voltar-Big02.png') no-repeat;
}

.seguinte {
	background: url('../images/Bt-Seguinte-Normal.png') no-repeat;
	width: 200px;
	height: 60px;
	float: left;
	margin-left: 190px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.seguinte:hover {
	background: url('../images/Bt-Seguinte-Rollover.png') no-repeat;
}

.card_form.view .msg {
	float: right;
	width: 410px;
	height: 340px;
	margin-top: 50px;
	margin-right: 40px;
	color: #1baeb8;
	font-family: Georgia, serif;
	font-size: 16px;
}

.card_form.view .msg  h1 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
}

.card_form.view .msg  h4 {
	font-weight: bold;
	font-size: 12px;
}

.card_form.view .msg  p {
	margin-bottom: 30px;
}

.enviar {
	background: url('../images/Bt-Enviar-Rollover.png') no-repeat;
	width: 208px;
	height: 68px;
	float: left;
	margin-left: 190px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.enviar:hover {
	background: url('../images/Bt-Enviar-normal.png') no-repeat;
}

.popup {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7)
}

.popup .content {
	background: url('../images/enviar_varios.jpg') no-repeat;
	width: 980px;
	height: 408px;
	margin: 0 auto;
	margin-top: 238px;
}

.popup .content .btn-fechar {
	background: url('../images/Bt-Fechar-normal.png') no-repeat;
	width: 98px;
	height: 38px;
	float: right;
	margin: 25px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.popup .content .btn-fechar:hover {
	background: url('../images/Bt-Fechar-Rollover.png') no-repeat;
}

.varios {
	width: 100%;
	clear: both;
	position: absolute;
	margin-top: 118px;
}

.varios input {
	padding: 8px 5px;
	width: 378px;
	border: none;
	background: transparent;
	outline: none;
	margin-top: 4px;
}

.varios input.nome1,
.varios input.nome2,
.varios input.nome3,
.varios input.nome4,
.varios input.nome5 {
	margin-left: 100px;
}

.varios input.email1,
.varios input.email2,
.varios input.email3,
.varios input.email4,
.varios input.email5 {
	margin-left: 38px;
}

.next {
	background: url('../images/Bt-Seguinte-Small-Normal.png') no-repeat;
	width: 108px;
	height: 88px;
	margin: 0 auto;
	margin-top: 30px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.next:hover {
	background: url('../images/Bt-Seguinte-Small-Rollover.png') no-repeat;
}

.painatal .left {
	background: url('../images/Postal-PaiNatal-Left.png') no-repeat;
	width: 305px;
	height: 400px;
	float: left;
}

.painatal .right {
	background: url('../images/Postal-PaiNatal-Right.png') no-repeat;
	width: 305px;
	height: 400px;
	float: right;
	margin-right: 16px;
}

.painatal .btn-seta-left {
	background: url('../images/Postal-PaiNatal-Arrow-Left-Normal.png') no-repeat;
	width: 27px;
	height: 27px;
	float: left;
	margin: 10px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.painatal .btn-seta-left:hover {
	background: url('../images/Postal-PaiNatal-Arrow-Left-Rollover.png') no-repeat;
}

.painatal .btn-seta-right {
	background: url('../images/Postal-PaiNatal-Arrow-Right-Normal.png') no-repeat;
	width: 27px;
	height: 27px;
	margin: 10px;
	float: right;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.painatal .btn-seta-right:hover {
	background: url('../images/Postal-PaiNatal-Arrow-Right-Rollover.png') no-repeat;
}

.painatal .txt {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 800;
	width: 245px;
	padding: 170px 25px;
	float: left;
}

.painatal .stp1 {margin-top: 30px}
.painatal .stp2 {margin-top: 10px}
.painatal .stp3 {margin-top: 10px}
.painatal .stp4 {margin-top: 45px}
.painatal .stp5 {margin-top: 50px}

.painatal_bg {
	width: 337px;
	height: 375px;
	float: left;
	margin: 25px 16px 0 16px;
	position: relative;
}

.bg0,
.bg1,
.bg2,
.bg3,
.bg4,
.bg5,
.bg6
.bg7 {
	position: absolute;
	top: 0;
	left: 0;
	width: 337px;
	height: 375px;
}

.sucesso_ctn {
	float: left;
	margin-left: 40px;
	color: #1baeb8;
	font-size: 14px;
}

.sucesso_ctn h1 {
	font-weight: 800;
	font-size: 20px;
	margin-top: 50px;
}

a.inicio {
	background: url('../images/Bt-Enviar01.png') no-repeat;
	width: 208px;
	height: 68px;
	display: block;
	margin: 20px 0;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

a.inicio:hover {
	background: url('../images/Bt-Enviar02.png') no-repeat;
}

.share {
	background: url('../images/Bt-Partilhar01.png') no-repeat;
	width: 208px;
	height: 68px;
	display: block;
	cursor: pointer;
	margin: 20px 0;
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.share:hover {
	background: url('../images/Bt-Partilhar02.png') no-repeat;
}

.more {
	font-size: 14px;
}


/*
*	2015
*/

.thumb_select {
	width: 316px;
	height: 316px;
	border: 5px solid #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	display: block;
}

.thumb_select.first {
	position: absolute;
	left: 50%;
	margin-left: -340px;
}

.thumb_select.last {
	position: absolute;
	left: 50%;
	margin-left: 20px;
}

.breadcrumbs {
    width: 320px;
    margin-left: 160px;
	}

	.slider_content {
		margin: 0;
		position: relative;
		left: 50%;
		margin-left: -505px;
	}
