
/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

a{

    color:#550505;
}

.breadcrumbs a:link, .breadcrumbs a:visited{

    color:#550505;
}

.clean-float{

    clear: both;
}

.shadow {
    -moz-box-shadow:    3px 3px 5px 0 #ccc;
    -webkit-box-shadow: 3px 3px 5px 0 #ccc;
    box-shadow:         3px 3px 5px 0 #ccc;
}

img{

    display: block;
}

.gutter{

    margin-left: 30px;
    margin-right: 30px;
}

body{

    background: #d3d3d3;
    font-family: 'Georgia';

}
#page .region{

    background: white;
}

a:hover{

    font-weight: 700;
    text-decoration: underline;
}



/**
 * Type
 */

h3,.heading3,.heading3 a, h3 a{
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    color:black;
    font-size:14px;
    font-weight: 700;
}

h2,.heading2,.heading2 a, h2 a{
     font-family: 'Roboto Slab', serif;
     text-transform: uppercase;
     color:black;
     font-size:16px;
     font-weight: 700;
 }

h1,.heading1,.heading1 a, h1 a{
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    color:black;
    font-size:22px;
    font-weight: 700;
    margin-bottom: 20px;
}

h1.title {
    border-bottom: 1px solid #550505;
    color: #550505;
    padding-bottom: 20px;
}

.heading2bold{


}

.subtitulo{

    font-weight: 300;
    font-size: 16px;
    margin-bottom: 5px;
}

.parentisis{

    font-weight: 300;
    font-size: 11px;
    color: #414141;
    margin-bottom: 10px;
}


/**
 * Header Group
 */

#header-top.region{

    height:30px;
    background-color: #550505;
}

#header-top .block{

    margin:0;
}

/**
 * Menu Principal
 */

#header-top .menu{

    display:inline-block;
    float: right;
    margin-bottom: 0;
    height:30px;
}

#header-top .menu li{

    float:left;
    list-style: none;
    margin-right: 10px;
    padding-top:5px;
}

#header-top .menu li.last{

    margin-right: 0;
}

#header-top .menu li a{

    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    color:white;
    font-size:11px;
    font-weight: 300;
}


/**
 * Logotipo
 */

#logo{

    float: none;
    margin: 0;
}

#logo img{

    margin:auto;
}


/**
 * Slideshow
 */

.view-slideshow{

    position: relative;
}

 .view-slideshow .views-slideshow-cycle-main-frame{

     margin:auto;
     -moz-box-shadow:    3px 3px 5px 3px #ccc;
     -webkit-box-shadow: 3px 3px 5px 3px #ccc;
     box-shadow:         3px 3px 5px 3px #ccc;
     position: relative;
 }


.view-slideshow .slideshow-legend{

    background: url("../images/slide_bg.png") repeat-x scroll 0 0 transparent;
    height: 52px;
}

.view-slideshow .views-field-nothing{

    position:absolute;
    bottom:0;
    right: 0;
    width: 100%;
}

.view-slideshow .slideshow-legend p{

    color: white;
    font-weight: 300;
    margin: 0 10px 0 0;
    text-align: right;
}

.view-slideshow .slideshow-legend h2{

    color: white;
    font-weight: 400;
    margin-bottom: 5px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: right;
}

.view-slideshow .slideshow-legend a{

    text-transform: uppercase;
    color: #000000;
    padding:5px 5px;
    background-color: white;
    float: right;
    font-weight: 700;
}

.view-slideshow .views_slideshow_controls_text_pause{

    display:none;
}

.view-slideshow .views-slideshow-controls-text-previous a{

    position: absolute;
    top:240px;
    text-indent: -9999px;
    background-image: url(../images/previous_slide.png);
    left: -30px;
    display: block;
    height: 57px;
    width: 23px;
}

.view-slideshow .views-slideshow-controls-text-next a{

    position: absolute;
    top:240px;
    text-indent: -9999px;
    background-image: url(../images/next_slide.png);
    right: -30px;
    display: block;
    height: 57px;
    width: 23px;
}


/**
 * Stripe
 */

.view-sripe-menu{

    margin-top: 5px;
}

.view-sripe-menu h2 a{
    padding-right: 20px;
 }

.view-sripe-menu h2 a:hover{
    background: url("../images/highlight_link.png") no-repeat right center;
}

.view-sripe-menu .views-row{

    border-bottom: 1px solid #550505;
    border-top: 1px solid #550505;
    float: left;
    margin-right: 25px;
    padding-bottom: 15px;
    padding-top: 20px;
}

.view-sripe-menu .views-row-last{

    float:left;
    margin-right: 0;
}

.view-sripe-menu .views-field-field-imagem-menu{

    margin-bottom: 10px;
}

/**
 * Footer
 */

 #footer.region{

     background-color: #550505;
     padding-top:20px;
     color:white;
     font-weight: 300;
 }

#footer.region h2{

    color:white;
    font-weight: 300;
}

#footer.region a{

    color:white;
    font-weight: 700;
}

#block-block-1{

    width:500px;
}

#block-block-1 p{

    margin:0;
}

#block-block-2{

    float: right;
    margin-bottom: 10px;
    margin-top: 30px;
    width: 300px;
}

 /**
  * Conteudos
  */

#main.region{

    padding-bottom:10px;
}

.node-bottom{

    border-bottom: 1px solid #550505;
}

/**
 * Aventura
 */

 .node-type-sobre h1.title{

     display:none;
 }

.node-type-sobre .field-name-field-imagem-aventura{

    float:left;
    margin-right: 20px;
}

.node-type-sobre .heading1{

    margin-top: 20px;
    margin-bottom: 20px;
}

.seccao{

    overflow:auto;
}

/**
 * Achados
 */

.view-achados td{

    padding:5px;
}

.view-achados .views-field-title{

    background-color: white;
    height: 100px;
}

.view-achados .achado-square{

    width: 210px;

}

.view-achados .achado-square .achados-title{

    height: 50px;
    text-align: center;
    margin-top: 10px;

}

.view-achados .heading3 a{
    padding-right: 20px;
}

.view-achados .heading3 a:hover{
    background: url("../images/highlight_link.png") no-repeat right center;
    color:#550505;
}

.view-achados .achado-square:hover > .achados-title a {     background: url("../images/highlight_link.png") no-repeat right center;
    color:#550505; }

ul.quicktabs-tabs li {
    background: none repeat scroll 0 0 #550505;
    display: block;
    float: left;
    list-style-type: none;
    margin-right: 10px !important;
    padding: 10px 20px;
    white-space: nowrap;
}

ul.quicktabs-tabs li a{
    color:white;
}

ul.quicktabs-tabs{

    display: inline-block;
    margin-bottom: 0;
}

ul.quicktabs-tabs li.first{

    margin-left: 5px;

}

#quicktabs-container-mapas .block{

    margin-bottom: 0;

}

ul.quicktabs-tabs li.active a{

    text-decoration: underline;
    font-weight: 700;
}

#quicktabs-container-mapas p{

    margin-bottom: 0;
}

/**
 * PRESS
 */

.page-press .sidebar-second {
    margin-top: 125px;
}

.view-press .item-list{

    margin-top: 20px;
}

.view-press .item-list ul li{


    list-style: none outside none;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.view-press .item-list ul li h2{

    margin-bottom: 5px;
    text-decoration: underline;
}

.view-press .views-field-field-image{

	margin-top:10px;
}

#block-menu-menu-press ul li a{

    color:#550505;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 400;

}

#block-menu-menu-press ul li a.active{

    font-weight: 700;
    text-decoration: underline;

}

#block-menu-menu-press .gutter{

    -moz-box-shadow:    3px 3px 5px 0 #ccc;
    -webkit-box-shadow: 3px 3px 5px 0 #ccc;
    box-shadow:         3px 3px 5px 0 #ccc;
    padding:30px;

}

.view-press .item-list ul li img{

    -moz-box-shadow:    3px 3px 5px 0 #ccc;
    -webkit-box-shadow: 3px 3px 5px 0 #ccc;
    box-shadow:         3px 3px 5px 0 #ccc;
}

.galleryformatter-greenarrows .gallery-thumbs{

    padding: 0;
}

.galleryformatter-greenarrows .gallery-thumbs .wrapper{

    background: none;
    border: none;
}

.galleryformatter-greenarrows .gallery-thumbs li{

    padding-top: 0;
    background: none;
}

.galleryformatter-greenarrows .gallery-thumbs li a{

    padding-top: 10px;
    background: none !important;
}

.galleryformatter {

    margin-bottom: 15px;
}

.arrow{

    display:none !important;
}

.node-type-achado .node-achado .content{

	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #550505;

}