#Background{
	/*overflow-y: hidden;*/
}
.EditEvents {
	margin-top: 200px;
}
.accordion-container{
	margin-bottom:0;
}

.sf-menu > li:nth-child(4) ul, .sf-menu > li:nth-child(6) ul{
	/*display:none!important;*/
}
.DnnModule{
	margin:0!important;
}
.royalSlider {
	opacity:0;
}
.rsThumbs, .owl-carousel{
	z-index:0!important;
}
body.sticky-menu-active #Header #MainRow{

}

.submenu{
	padding:7px 0;
	width:100%;
	position:absolute;
	background: #F0F0ED;
	background: rgba(240,240,237,0.95);
	background: rgba(0,0,0,0.7895);
	background: transparent;
	/*z-index: 99;*/
	-webkit-transform: translate(0,-17px);
    -moz-transform: translate(0,-17px);
    -o-transform: translate(0,-17px);
    -ms-transform: translate(0,-17px);
    transform: translate(0,-17px);
	opacity: 0;/*
	-moz-box-shadow: 		0px 2px 3px 0px rgba(2, 2, 2, 0.2);
	-webkit-box-shadow: 	0px 2px 3px 0px rgba(2, 2, 2, 0.2);
     box-shadow: 				0px 2px 3px 0px rgba(2, 2, 2, 0.2);
	*/
	/*
	background: #D4D4D4 url(/portals/0/Imagens/portal/parallax_light.svg) 50% top no-repeat;
	box-shadow: 0 -2px rgba(0, 0, 0, 0.05) inset;
	*/
	-webkit-transition: opacity 200ms ease-in,  -webkit-transform 400ms ease-in-out;
    -moz-transition: opacity 200ms ease-in, -moz-transform 400ms ease-in-out;
    -ms-transition: opacity 200ms ease-in,  -ms-transform 400ms ease-in-out;
    -o-transition: opacity 200ms ease-in, -o-transform 400ms ease-in-out;
    transition: opacity 200ms ease-in, transform 400ms ease-in-out;
}

.ie8andDown .submenu{
	background:#D4D4D4;
}

.submenu.sticky-subMenu-active{
	position:fixed;
	top:60px;
	-webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
	opacity: 1;
}
#subNav{
	text-align:right;
	padding-right: 4px;
	float: right;
}
#subNav li {
	display:inline;
}
#subNav li a{
	padding:9px 15px;
	margin-right:-0.25em;
	font-size:18px;
	line-height: 18px;
	display:inline-block;
	font-weight:400;
	font-family: "Shadows Into Light", cursive;
	color:#ccc;
	text-transform:none;
	background: #060606;
	border-radius: 0;
	/*box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;*/
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
#subNav li:first-child a{
	border-radius: 3px 0 0 3px;
}

#subNav li:last-child a{
	border-radius: 0 3px 3px 0;
}


#subNav li a:hover{
	color:#fff;
}
#subNav li a:active, #subNav li.current a{
	color:#fff;
	background:#B01B2E;
}
#Panes{
	padding-top:0;
}
#Content{
  overflow: hidden;
}
.fullscreen {
  position: relative;
  overflow: hidden;
}
.fullscreen#Sobre{
  background:#fff;

}
.fullscreen.sticky-subMenu-margin-active#Sobre{
/*altura do subMenu Fixo*/
	/*margin-top:70px;*/
}

/*.aboutOffsetHeight{
	height:118px;
	display:none;
}
*/
.fullscreen#Servicos{
  background:#262626
}
.fullscreen#Livraria{
  background:#F0F0ED;
}
#FAQs{
  background:#F0F0ED;
}
#Espacos{
  background:#fff
}
#dnn_AboutPane, #dnn_ServicesPane, #dnn_SectionsPane,  #dnn_LivrariaPane{
	width:100%;
	overflow-x: hidden;
}
#dnn_BannerPane .toptools, #dnn_SectionsPane .toptools{
	display: none!important;
}

#dnn_FaqsPane2, #dnn_FaqsPane, #dnn_FaqsPane3 {
	width:100%;
}

.parallax {
  color: white;
  margin: 0 auto;
  text-align:center;
  padding: 0;
  background:#D4D4D4 url(/portals/0/Imagens/portal/BG_caminha.svg) 50% -50% no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
  padding:0;
  position: relative;
  clear: both;
}
.ie8andDown .parallax{
  background-image: url(/portals/0/Imagens/portal/parallax_light.jpg);
  background-position: 50% 50%;
  background-repeat: repeat;
  background-color: #191919;
}

span#goAbout{
  box-shadow: none;
  cursor:pointer;
  color: #ccc;
  text-shadow: none;
  background: #1E2327;
  background: rgba(0,0,0,0.5);
  padding: 11px 25px 12px 25px;
  line-height: 21px;
  font-size: 21px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  margin-top: 3px;
  letter-spacing:0.025em;
  box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
 -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  }
 span#goAbout:hover{
  color: #fff;
  background: rgba(0,0,0,0.65);
 }
.parallax h2.short{
  color: white;
  font-size:3.6em;
  margin-bottom:27px;
  
}

#Intro{
	position:relative;
	overflow:hidden;
	min-height:800px;
}

.bannerContent{
 position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  top: 0;
  padding: 0 15px;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bannerContent > div {
  height: 100%;
  width: 100%;
  display: table !important;
  max-width: 1170px;
  margin: -50px auto 0 auto;
  
}
.bannerContent > div > div {
  display: table-cell !important;
  vertical-align: middle;
  text-align: center;
}



.bannershadow{
	margin-bottom:0;
}

.bannershadow.Intro:after, .bannershadow.Intro:before {
  border-bottom: 50px solid #fff;
}
.bannershadow.About:after, .bannershadow.About:before {
  border-bottom: 50px solid #262626;
}
.bannershadow.Services:after, .bannershadow.Services:before {
  border-bottom: 50px solid #fff;
}
.bannershadow.FAQs:after, .bannershadow.FAQs:before {
  border-bottom: 50px solid #B01B2E;
}
.bannershadow.toFooter:after, .bannershadow.toFooter:before {
  border-bottom: 50px solid #262626;
}
.bannershadow.livraria:after, .bannershadow.livraria:before {
  border-bottom: 50px solid #B01B2E;
}
/*
.footer_twitter {
  background: #262626;
  border-top: 0px solid #ECECE8;
  height: 33px;
}
.twitter_line:after {
  position: absolute;
  top: -50px;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid transparent;
  border-bottom: 50px solid #0E0E0E;
  bottom: auto;
  z-index: 1;
  left: 50%;
  margin-left: -50px;
}
*/
.footer_twitter {
  background: #fff;
  border-top: 0px solid #ECECE8;

}
.twitter_line:after{border-top-color:#F0F0ED;}


#Footer .Content{/*padding-top: 108px;*/}
@media (max-width: 918px){
	.submenu{display:none;}
	.rsNav {
	  margin-top: 0!important;
	}

}
@media (max-width: 991px){
	.parallax {
	  background-attachment: scroll !important;
	  background-position: 50% 0!important;
	}
}