/* PAGE STYLES */

body {
	-o-background-size: cover;





	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale')";
	/* [disabled]background-color: #66FFFF; */
}

.container {
	width: 800px;
	margin: 0 auto;
}
#main-content-top {
	background: url(../images/bg_main_content_top.png) repeat-x;
	width: 100%;
	height: 0px;
	margin-top: 0px;
}
#main-content {
}


.one-column { width: 300px; }
.two-columns {
	width: 420px;
}
.three-columns { width: 960px; }
	
.two-columns-center {
	text-align: center;
	display: block;
	height: 60%;
}
.two-columns-center h2 { text-align: center; }
	
.left { float: left; }
.right {
	float: right;
}

/* CLEARING  ======================
Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }
/* END CLEARING */

header {
	/* [disabled]background: url(../images/bg_header.png) repeat-x; */
	width: 100%;
	position:relative;
}

h2 { font-family: 'Anton', sans-serif; font-size: 20px; line-height:24px; letter-spacing:1px; color: #000; font-weight: 100;} 
h3 {
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	letter-spacing:1px;
	color: #000;
	margin:0;
	font-weight: 100;
} 

/* NAVIGATION */
nav { font-family: 'Anton', sans-serif; }
nav a {
	color: #FFF;
	font-size: 30px;
	text-decoration: none;
	/* [disabled]text-shadow: 1px 1px 1px #000000; */
	margin-top: 35px;
	margin-left: 50px;
}
nav a:first-child { margin-left: 0; }
nav a.redStrikeHover:hover { color:red; text-decoration:line-through; } /* line-through color red*/
nav a.redStrikeHover.active { color:red; text-decoration:line-through; cursor: default;} /* line-through color red*/
nav a span {
	color: #000;
} /* text color back to white but keeps line color */

.bug-fix-nav {
	*margin-top: -150px;
}
/* END NAVIGATION */

/* CONTENT EDITABLE */
#content-editable {
	/* [disabled]background: url(../images/bg_content_editable.png) no-repeat; */
	width: 400px;
	height: 390px;
	margin-top: 20px;
	padding: 0 10px 0 10px;
}

#content-editable h1 {
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	color: #000;
	text-align: center;
	padding-top: 20px;
	font-weight: 100;
}

#icon-slider {
	padding: 5px;
	margin: 5px 0 5px 0;
	width: 180px;
	height: 50px;
}


.small-ico-slider {
    width: 45px;
    height: auto;
}

.small-ico-galery {
	width: 60px;
}

[contenteditable="true"] { 
	font-family: 'Anton', sans-serif;
	padding: 5px; 
	outline: 1px solid #000; 
	*border: 1px solid #000;
	margin: 5px 0 5px 0; 
	width: 200px; 
	height: 24px;
	overflow: hidden;
	text-transform:uppercase; 
	text-align: center;
}

#color-bkg {
	text-align:center;
	width: 120px;
	height: 120px;

	*border: 1px solid #000;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#bkg-white {
	width: 30px;
	height: 30px;
	background: #fff;
	outline: 1px solid #ccc;
	cursor: pointer;
	margin: 3px;
	float: left;
}
#bkg-black {
	width: 30px;
	height: 30px;
	background: #6CC2B9;
	cursor: pointer;
	margin: 3px;
	float: left;
}
#bkg-red {
	width: 30px;
	height: 30px;
	background: #E84C20;
	cursor: pointer;
	float: left;
	margin: 3px;
}
#bkg-yellow {
	width: 30px;
	height: 30px;
	background: #784292;
	cursor: pointer;
	margin: 3px;
	float: left;
}
#bkg-green {
	width: 30px;
	height: 30px;
	background: #91C028;
	cursor: pointer;
	margin: 3px;
	float: left;
}
#bkg-cardboard {
	width: 30px;
	height: 30px;
	cursor: pointer;
	float: left;
	background-image: url(../images/bg_home_preview_cardboard.jpg);
	background-repeat: no-repeat;
	margin: 3px;
}

#color-text {
	text-align:center;
	width: 120px;
	height: 125px;

	*border: 1px solid #000;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#text-white {
	width: 30px;
	height: 30px;
	background: #fff;
	outline: 1px solid #ccc;
	cursor: pointer;
	margin: 3px;
	float: left;
}
#text-black {
	width: 30px;
	height: 30px;
	background: #000;
	cursor: pointer;
	margin: 3px;
	float: left;
}
#text-red {
	width: 30px;
	height: 30px;
	background: #E84C20;
	cursor: pointer;
	float: left;
	margin: 3px;
}
#text-yellow {
	width: 30px;
	height: 30px;
	background: #784292;
	cursor: pointer;
	margin: 3px;
	float: left;
}
#text-green {
	width: 30px;
	height: 30px;
	background: #91C028;
	cursor: pointer;
	margin: 3px;
	float: left;
}
#text-blue {
	width: 30px;
	height: 30px;
	background: #6CC2B9;
	cursor: pointer;
	float: left;
	margin: 3px;
}
/* END CONTENT EDITABLE */

/* HOME SIDEBAR */

#home-preview {
	width: 276px;
	height: 400px;
	margin-top: 20px;
	text-align: center;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	position:relative;
}
#home-preview div { max-height: 52px;}
#home-preview div:first-child {
	height: 100px;
	padding: 10px;
	margin-bottom: 25px;
}

.bg-white { background: url(../images/bg_home_preview_white.png) no-repeat;}
.bg-black { background: url(../images/bg_home_preview_black.png) no-repeat; }
.bg-red { background: url(../images/bg_home_preview_red.png) no-repeat; }
.bg-yellow { background: url(../images/bg_home_preview_yellow.png) no-repeat; }
.bg-green { background: url(../images/bg_home_preview_green.png) no-repeat; }
.bg-cardboard { background: url(../images/bg_home_preview_cardboard.png) no-repeat; }

.logoPV { position: absolute; bottom: 10px; right: 10px; width: 57px; height: 11px; background: url(../images/logo_protesto_preview_P&V.png) no-repeat; }
.logoBV { position: absolute; bottom: 10px; right: 10px; width: 57px; height: 11px; background: url(../images/logo_protesto_preview_B&V.png) no-repeat; }
.logoPB { position: absolute; bottom: 19px; right: 10px;  width: 57px; height: 11px; background: url(../images/logo_protesto_preview_P&B.png) no-repeat; }

input[type="checkbox"]{
	float: left;
	margin:28px 10px 10px 10px;
	*margin-top: 5px;	
}

p.not-galeria-label {
	font-family: 'Anton', sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
	color: #ababab;
	text-align: center;
	float: left;
}

/* POSTER */

#poster {
	width: auto;
	height: 500px;
	text-align: center;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	position:relative;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.alinha-poster {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
}
#fila1 {
	height: 20%;
	text-align: center;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	font-size: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}


/* GALLERY */

#gallery {
	width: 200px;
	height: 300px;
	text-align: center;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	position:relative;
	margin: 5px;
	float: left;
}
#gallery div { max-height: 52px;}
#gallery div:first-child {
	height: 100px;
	padding: 10px;
	margin-bottom: 10px;
}

.bg-white { background: url(../images/bg_home_preview_white.png) no-repeat; background-size:contain; }
.bg-black { background: url(../images/bg_home_preview_black.png) no-repeat; background-size:contain; }
.bg-red { background: url(../images/bg_home_preview_red.png) no-repeat; background-size:contain; }
.bg-yellow { background: url(../images/bg_home_preview_yellow.png) no-repeat; background-size:contain; }
.bg-green { background: url(../images/bg_home_preview_green.png) no-repeat; background-size:contain; }
.bg-cardboard { background: url(../images/bg_home_preview_cardboard.png) no-repeat; background-size:contain; }

.logoPV { position: absolute; bottom: 10px; right: 10px; width: 57px; height: 11px; background: url(../images/logo_protesto_preview_P&V.png) no-repeat; }
.logoBV { position: absolute; bottom: 10px; right: 10px; width: 57px; height: 11px; background: url(../images/logo_protesto_preview_B&V.png) no-repeat; }
.logoPB { position: absolute; bottom: 19px; right: 10px;  width: 57px; height: 11px; background: url(../images/logo_protesto_preview_P&B.png) no-repeat; }

.fb_iframe_widget {
	display:block;
}

/* lightbox form */
form {
	font-family: 'Anton', sans-serif;
	padding: 10px;
}
fieldset { border: none; width: 300px; }
label { width: 300px; display:block; text-align: left;}
label a { color: #000; font-size: 12px; }
input[type="text"] { width: 300px; padding: 5px; }
#aceito { float: left; margin-top: 5px;  }
textarea { width: 300px; padding: 5px; max-height: 130px; min-height: 130px; }

#mysubmitbutton {
	width: 280px;
	height: 77px;
	cursor: pointer;
	border: none;
	margin-left: 35px;
	background-image: url(../images/btn_continuar.png);
	background-repeat: no-repeat;
}
#mysubmitbutton:hover { background: url(../images/btn_continuar.png) no-repeat; width: 280px; height: 77px; cursor: pointer;  margin-left: 35px;}
#mysubmitbutton:active { background: url(../images/btn_continuar_active.png) no-repeat; width: 280px; height: 77px; cursor: pointer;  margin-left: 35px;}

#mysubmitbuttonden { background: url(../images/btn_continuar.png) no-repeat; width: 280px; height: 77px; cursor: pointer; border: none; margin-left: 15px;}
#mysubmitbuttonden:hover { background: url(../images/btn_continuar.png) no-repeat; width: 280px; height: 77px; cursor: pointer;  margin-left: 15px;}
#mysubmitbuttonden:active { background: url(../images/btn_continuar_active.png) no-repeat; width: 280px; height: 77px; cursor: pointer;  margin-left: 15px;}

#mensagem { color: #ff0000; font-family: arial, helvetica, sans serif; font-size: 12px; padding: 10px; }

/* end lightbox form */

/* css necessária par dar estilos à tooltip */
.tooltip{
   position: absolute;
   font-size: 11px;
   text-align:center;
   color: #929ca3;
   top: 0;
   left: 0;
   z-index: 9999;
   display: none;
   background: #fff;
   background: rgba(255, 255, 255, .9);
   padding: 10px;
   width: 150px;
   -webkit-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.gerar-cartaz { background: url(../images/btn_gerar.png) no-repeat; width: 273px; height: 74px; cursor: pointer; }
.gerar-cartaz:hover { background: url(../images/btn_gerar_hover.png) no-repeat; width: 273px; height: 74px; cursor: pointer; }
.gerar-cartaz:active { background: url(../images/btn_gerar_active.png) no-repeat; width: 273px; height: 74px; cursor: pointer; }
            
/* END HOME SIDEBAR */

.center-form {
    width: 350px;
    margin: 0 auto;
}

/* PREVIEW */

#preview-area {
	height: 50%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	/* [disabled]vertical-align: middle; */
}
#share-area {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	width: 560px;
	padding-top: 20px;
}

#btn-fb {
	float: left;
	padding-right: 20px;
}
#btn-email {
	width: auto;
	float: left;
	padding-right: 20px;
	margin-top: -32px;
}
#btn-print {
	width: auto;
	float: left;
	padding-right: 20px;
}
#btn-download {
	width: auto;
	float: left;
}

#btn-fb:hover { background-color: rgba(255, 255, 255, .5); }
#btn-email:hover { background-color: rgba(255, 255, 255, .5); }
#btn-print:hover { background-color: rgba(255, 255, 255, .5); }
#btn-download:hover { background-color: rgba(255, 255, 255, .5); }
/* END PREVIEW */

/* GALERIA */
	
	#poster-container { padding: 30px; max-width: 920px; margin: 0 auto; }
	
/* END GALERIA */

/* FOOTER */
footer { width: 960px; margin: 0 auto; padding-bottom: 20px; margin-top: 30px; }
footer a { font-family: 'Anton', sans-serif; color: #000; font-size: 20px; text-decoration:none; }
footer a span { font-family: 'Anton', sans-serif; color: #ff9c00; font-size: 20px; text-decoration:none; }


.send-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
}.send-button:hover {
	background-color:#c62d1f;
}.send-button:active {
	position:relative;
	top:1px;
}


#navig, #navig2 {
	margin-left: 30px;
}

#navig b, #navig2 b {
	background: #ccc;
	padding: 6px;
	font-size: 10px;
	color: #303030;
}

#navig a, #navig2 a {
	background: #fff;
	padding: 6px;
	font-size: 10px;
	color: #303030;
	text-decoration: none;
}

#navig a:hover, #navig2 a:hover {
	background: #efefef;
}


.bxslider li {
	*margin: 15px 0 0 -35px;
}


/* END FOOTER */

.fb-comments {
    margin: 20px 0 0 10px;   
}

.btn_denunciar {
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  text-shadow: 1px 1px 3px #666666;
  border: solid #9e0e0e 2px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fa3f3f), to(#a80a0a));
  background: -moz-linear-gradient(top, #fa3f3f, #a80a0a);
}

.btn-denunciar {
    
}
#various1 img {
	text-align: center;
	padding-top: 32px;
	padding-left: 0px;
}

/* MEDIA QUERIES */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
	}
#target {
	height: 300px;
	width: 200px;
}
