article.item-page {
    margin: 30px;
}
#rt-showcase .rt-container, #rt-showcase .rt-container .rt-grid-12 {width: 100%;}
.direhover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */         -webkit-filter: grayscale(100%);     -moz-filter: grayscale(100%);     -ms-filter: grayscale(100%);     filter: grayscale(100%);     filter: gray; /* IE 6-9 */;
    /* transition: filter 10s; */
    transition: 2s filter linear;
    transition: 0.3s -webkit-filter linear;
}
.direhover:hover {
    -webkit-filter: none;     -moz-filter: none;     -ms-filter: none;     filter: none;
}
.fp-roksprocket-showcase.rt-block {
padding: 0px;

}
.rt-block {
padding: 0px;
}

#rt-header {
    background-color: rgba(223, 223, 223, 0.96);

}
#rt-logo {
margin: 0px 0px 5px 0px;
}
#rt-extension{
background-color: #3FB584;
}
.rt-title-tag {
  text-transform: initial;
}

.menu-inscricao-acamento-da-juventude #rt-mainbody-surround {
  background-color: whitesmoke;
}
.menu-lugar-de-mulher-e-no-movimento-popular #rt-mainbody-surround {
  background-color: whitesmoke;
}
.menu-acampamento-da-juventude-oficinas #rt-mainbody-surround {
  background-color: whitesmoke;
}
.menu-inscricao-encontro-dos-sem-terrinha #rt-mainbody-surround {
  background-color: whitesmoke;
}
.rt-block.rt-big-title.rt-center {
  padding-top: 15px;
}
p.chrono_credits {
  visibility: hidden;
  height: 0px;
}

.acymailing_form{
	width: 100%;
}
.boletim-css {
  margin-top: 25px !important;
}

.acymailing_module_form select{
  width: 100%;
  padding: 13px 0px;
  margin-bottom: 12px;
  }
  
#rokajaxsearch > .rokajaxsearch {
  width: 100%;
}
html{
  background-color: #2D2D2D;
}

@media only screen and (min-width: 1200px) {
	body{
    background-color: #F5F6F8;
    background-image: url(../images/backgrounds/feature/preset3/bg.png);
    background-repeat: repeat;
}
#rt-page-surround{
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    box-shadow: 0 1px 15px 5px rgba(0,0,0,0.1);
}
section#rt-main-surround {
    background-color: white;
}
}
.layout-top .sprocket-tabs-nav li, .layout-bottom .sprocket-tabs-nav li {
     margin-right: 0px !important; 
}
@media (max-width: 767px){
body.layout-mode-responsive h2 {
    font-size: 130% !important;
}
}


/* FORM MSTL DE FACHADAS*/

form.form-sppoll {
    margin-left: 20px;
	display: table;
}
.menu-votacao-mstl #rt-mainbottom {
    background-color: whitesmoke;
    box-shadow: 0px -1px 10px #aaa;
}
.form-sppoll .radio{
	display: inherit !important;
}
input.btn.btn-default {
    display: table;
}
.sp-poll-result .progress-bar.progress-bar-default {
	background-color: #4aa3df !important;
	color : white;
}
.sp-poll-result .progress-bar.progress-bar-success {
	background-color: #4aa3df !important;
	color : white;
}
.sp-poll-result .progress-bar.progress-bar-info {
	background-color: #4aa3df !important;
	color : white;
}
.sp-poll-result .progress-bar.progress-bar-danger {
	background-color: #e67e22;
	color : white;
}
.sp-poll-result .progress-bar.progress-bar-warning {
	background-color: #e67e22;
	color : white;
}
.sp-poll-result .progress {
	height: 25px !important;
}
.sp-poll-result .progress-bar {
	    padding-left: 10px;
}

/*Form Fachadas*/

form[data-module_id="304"].form-sppoll .radio {
    /* border: 1px solid #ccc; */
    /* box-sizing: border-box; */
    float: left;
        height: 230px;
    position: relative;
    width: 330px;
	margin: 10px;
	box-shadow: 0 1px 2px #aaa;
    background: white;
    border-radius: 3px;
}
form[data-module_id="304"].form-sppoll .radio label{
            background: #fff no-repeat center center;
            background-size: cover !important;
            bottom: 1px;
            cursor: pointer;
            display: block;
            font-size: 0;
            left: 1px;
            position: absolute;
            right: 1px;
            text-indent: 100%;
            top: 1px;
            white-space: nowrap;
}
form[data-module_id="304"].form-sppoll input:focus + label {
            outline: 2px dotted #21b4d0;
        }
form[data-module_id="304"].form-sppoll input:checked + label {
            outline: 4px solid #21b4d0;
        }
form[data-module_id="304"].form-sppoll input:checked + label:after {
            background: url(checked.html);
            bottom: -10px;
            content: "";
            display: inline-block;
            height: 20px;
            position: absolute;
            right: -10px;
            width: 20px;
        }
@-moz-document url-prefix() {
            form[data-module_id="304"].form-sppoll input:checked + label:after {
                bottom: 0;
                right: 0;
                background-color: #21b4d0;
            }
        }

form[data-module_id="304"].form-sppoll :nth-child(1) label{
 background: url(../../../images/fachadas/1.jpg);
}
form[data-module_id="304"].form-sppoll :nth-child(2) label{
 background: url(../../../images/fachadas/2.jpg);
}
form[data-module_id="304"].form-sppoll :nth-child(3) label{
 background: url(../../../images/fachadas/3.jpg);
}
form[data-module_id="304"].form-sppoll :nth-child(4) label{
 background: url(../../../images/fachadas/4.jpg);
}
form[data-module_id="304"].form-sppoll :nth-child(5) label{
 background: url(../../../images/fachadas/5.jpg);
}
form[data-module_id="304"].form-sppoll :nth-child(6) label{
 background: url(../../../images/fachadas/6.jpg);
}
form[data-module_id="304"].form-sppoll input{
	/* display: none; */
}

/*Form Louças*/

form[data-module_id="305"].form-sppoll .radio {
    /* border: 1px solid #ccc; */
    /* box-sizing: border-box; */
    float: left;
           height: 355px;
    position: relative;
    width: 150px;
	margin: 10px;
	box-shadow: 0 1px 2px #aaa;
    background: white;
    border-radius: 3px;
	
}
form[data-module_id="305"].form-sppoll .radio label{
            background: #fff no-repeat center center;
            background-size: cover !important;
            bottom: 1px;
            cursor: pointer;
            display: block;
            font-size: 0;
            left: 1px;
            position: absolute;
            right: 1px;
            text-indent: 100%;
            top: 1px;
            white-space: nowrap;
}
form[data-module_id="305"].form-sppoll input:focus + label {
            outline: 2px dotted #21b4d0;
        }
form[data-module_id="305"].form-sppoll input:checked + label {
            outline: 4px solid #21b4d0;
        }
form[data-module_id="305"].form-sppoll input:checked + label:after {
            background: url(checked.html);
            bottom: -10px;
            content: "";
            display: inline-block;
            height: 20px;
            position: absolute;
            right: -10px;
            width: 20px;
        }
@-moz-document url-prefix() {
            form[data-module_id="305"].form-sppoll input:checked + label:after {
                bottom: 0;
                right: 0;
                background-color: #21b4d0;
            }
        }

form[data-module_id="305"].form-sppoll :nth-child(1) label{
 background: url(../../../images/fachadas/loucas/1.jpg);
}
form[data-module_id="305"].form-sppoll :nth-child(2) label{
 background: url(../../../images/fachadas/loucas/2.jpg);
}
form[data-module_id="305"].form-sppoll input{
	/* display: none; */
}



/*Form Pisos*/

form[data-module_id="306"].form-sppoll .radio {
    /* border: 1px solid #ccc; */
    /* box-sizing: border-box; */
    float: left;
        height: 600px;
    position: relative;
    width: 250px;
	margin: 10px;
	box-shadow: 0 1px 2px #aaa;
    background: white;
    border-radius: 3px;
	
}
form[data-module_id="306"].form-sppoll .radio label{
            background: #fff no-repeat center center;
            background-size: cover !important;
            bottom: 1px;
            cursor: pointer;
            display: block;
            font-size: 0;
            left: 1px;
            position: absolute;
            right: 1px;
            text-indent: 100%;
            top: 1px;
            white-space: nowrap;
}
form[data-module_id="306"].form-sppoll input:focus + label {
            outline: 2px dotted #21b4d0;
        }
form[data-module_id="306"].form-sppoll input:checked + label {
            outline: 4px solid #21b4d0;
        }
form[data-module_id="306"].form-sppoll input:checked + label:after {
            background: url(checked.html);
            bottom: -10px;
            content: "";
            display: inline-block;
            height: 20px;
            position: absolute;
            right: -10px;
            width: 20px;
        }
@-moz-document url-prefix() {
            form[data-module_id="306"].form-sppoll input:checked + label:after {
                bottom: 0;
                right: 0;
                background-color: #21b4d0;
            }
        }

form[data-module_id="306"].form-sppoll :nth-child(1) label{
 background: url(../../../images/fachadas/pisos/1.jpg);
}
form[data-module_id="306"].form-sppoll :nth-child(2) label{
 background: url(../../../images/fachadas/pisos/2.jpg);
}
form[data-module_id="306"].form-sppoll input{
	/* display: none; */
}
/*Form Pias*/

form[data-module_id="307"].form-sppoll .radio {
    /* border: 1px solid #ccc; */
    /* box-sizing: border-box; */
    float: left;
           height: 100px;
    position: relative;
    width: 235px;
	margin: 10px;
	box-shadow: 0 1px 2px #aaa;
    background: white;
    border-radius: 3px;
	
}
form[data-module_id="307"].form-sppoll .radio label{
            background: #fff no-repeat center center;
            background-size: cover !important;
            bottom: 1px;
            cursor: pointer;
            display: block;
            font-size: 0;
            left: 1px;
            position: absolute;
            right: 1px;
            text-indent: 100%;
            top: 1px;
            white-space: nowrap;
}
form[data-module_id="307"].form-sppoll input:focus + label {
            outline: 2px dotted #21b4d0;
        }
form[data-module_id="307"].form-sppoll input:checked + label {
            outline: 4px solid #21b4d0;
        }
form[data-module_id="307"].form-sppoll input:checked + label:after {
            background: url(checked.html);
            bottom: -10px;
            content: "";
            display: inline-block;
            height: 20px;
            position: absolute;
            right: -10px;
            width: 20px;
        }
@-moz-document url-prefix() {
            form[data-module_id="307"].form-sppoll input:checked + label:after {
                bottom: 0;
                right: 0;
                background-color: #21b4d0;
            }
        }

form[data-module_id="307"].form-sppoll :nth-child(1) label{
 background: url(../../../images/fachadas/pias/1.jpg);
}
form[data-module_id="307"].form-sppoll :nth-child(2) label{
 background: url(../../../images/fachadas/pias/2.jpg);
}
form[data-module_id="307"].form-sppoll :nth-child(3) label{
 background: url(../../../images/fachadas/pias/3.jpg);
}
form[data-module_id="307"].form-sppoll input{
	/* display: none; */
}
/*Form Metais*/

form[data-module_id="308"].form-sppoll .radio {
    /* border: 1px solid #ccc; */
    /* box-sizing: border-box; */
    float: left;
        height: 355px;
    position: relative;
    width: 150px;
	margin: 10px;
	box-shadow: 0 1px 2px #aaa;
    background: white;
    border-radius: 3px;
	
}
form[data-module_id="308"].form-sppoll .radio label{
            background: #fff no-repeat center center;
            background-size: cover !important;
            bottom: 1px;
            cursor: pointer;
            display: block;
            font-size: 0;
            left: 1px;
            position: absolute;
            right: 1px;
            text-indent: 100%;
            top: 1px;
            white-space: nowrap;
}
form[data-module_id="308"].form-sppoll input:focus + label {
            outline: 2px dotted #21b4d0;
        }
form[data-module_id="308"].form-sppoll input:checked + label {
            outline: 4px solid #21b4d0;
        }
form[data-module_id="308"].form-sppoll input:checked + label:after {
            background: url(checked.html);
            bottom: -10px;
            content: "";
            display: inline-block;
            height: 20px;
            position: absolute;
            right: -10px;
            width: 20px;
        }
@-moz-document url-prefix() {
            form[data-module_id="308"].form-sppoll input:checked + label:after {
                bottom: 0;
                right: 0;
                background-color: #21b4d0;
            }
        }

form[data-module_id="308"].form-sppoll :nth-child(1) label{
 background: url(../../../images/fachadas/metais/1.jpg);
}
form[data-module_id="308"].form-sppoll :nth-child(2) label{
 background: url(../../../images/fachadas/metais/2.jpg);
}
form[data-module_id="308"].form-sppoll :nth-child(3) label{
 background: url(../../../images/fachadas/metais/3.jpg);
}
form[data-module_id="308"].form-sppoll input{
	/* display: none; */
}

/* Popup voador */
.voador {
	width: 250px;
    right: 5px;
    position: fixed;
    bottom: 0px;
    padding: 10px;
    z-index: 100;
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    color: #606060;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

.voador .fechar {
    text-align: right;
}


/* Popup*/
.img-whatsapp {
    text-align: center;
}

.img-whatsapp img {
    margin-bottom: -1px;
    box-shadow: inherit;
}

.img-whatsapp p {
    margin: 0px;
}
/* FIM DO WHATSAPP MARKETING*/

#dp-event .row {
    margin: 20px;
}