@charset "utf-8";
/* 
    Created on : Nov 17, 2014, 11:28:10 AM
    Author     : miguel cerdeira
*/

.main-content {
    background: #eef9e8 url(../images/bg-oquesomos.jpg) center bottom no-repeat;
    background-size: 100% auto;
    margin: 2em auto 2em auto;
    max-width: 1122px;
    padding: 1em 0 0 0;
    position: relative;
    width: 90%;
}

.content-wrapper {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 1em 0;
}

.txt-intro-main {
    font-family: 'Shadows Into Light Two', cursive;
    /*font-family: 'dandelion-in-the-spring';*/
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 1.1em;
    padding: 1.5em 0;
}

#right-content{
  width: 90%;
  /* margin: 0 auto -80px; */
  /*width: 65%;*/
  margin: 0 1em -4em auto;
  /* bottom: 0; */
  /* position: absolute; */
  /* right: 0; */
}

#middle-content{
  width: 90%;
  margin: 0 auto;
}

.text-content-holder {
  width: 100%;
  margin: 0 auto -6em;
  background: url(../images/bg-wood-text.png) 30% top no-repeat;
  background-size: 90% 100%;
  padding: 5%;
  font-size: 1.1em;
  height: 250px;
  color: white;
  position: relative;
}

.text-mh {
    width: 70%;
    /* height: 500px; */
    margin: 0 auto;
    /*background: rgba(255,255,255,0.5);*/
}

/*///////// SCROLLER BAR ///////////*/

.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 30px 0; }

.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 30px;
    height: auto;
    left: auto;
    top: 0;
    right: 1.9em;
    bottom: 0;
    opacity: 0.9;
}

.mCSB_scrollTools .mCSB_draggerRail{
    width: 10px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}

.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #fff; 
    background-color: rgba(255,255,255,1);
    filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; 
}

.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px; /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
    position: relative;
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(225,225,225,0.75);
    filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #cdcdcd; background-color: rgba(205,205,205,0.85);
    filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #9b9b9b; background-color: rgba(155,155,155,0.9);
    filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
    display: block;
    position: absolute;
    height: 36px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
    background-image: url(../images/scroll-btns.png); /* css sprites */
    background-repeat: no-repeat;
    opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
    width: 30px;
    z-index: 9;
}

.mCSB_scrollTools .mCSB_buttonUp{
    background-position: -61px -7px;
    /* 
    sprites locations 
    light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
    dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
    */
}

.mCSB_scrollTools .mCSB_buttonDown{
    background-position: -61px -56px;
    /* 
    sprites locations
    light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
    dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
    */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover{
    opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
    background-position: -13px -7px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover{
    background-position: -13px -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

/*//////// end scroll bar ///////////*/


.text-content-title {
    font-size: 2em;
    /* margin-bottom: 0.5em; */
    width: 70%;
    margin: 0 auto 0.5em;
    text-align: center;
}

.text-content-subtitle {
    font-size: 1.5em;
    margin-bottom: 0.2em;
}

.text-content {
    /* overflow: visible; */
    /* display: block; */
    height: 69%;
    /* border: 1px solid red; */
    overflow: hidden;
    padding-bottom: 3%;
}


/*//////// btns left right ////////*/

.btn-slider{
    position: absolute;
    max-width: 45px;
    top:45%;
    z-index: 20;
}

.btnLeft {
    left: -3%;
}

.btnRight {
    right: -3%;
    /* z-index: 9999999999999; */
}

/*////// end btns left right //////*/


.relva {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    /* padding-bottom: 2em; */
    /* overflow: hidden; */
    margin: 0;
    /* padding: 1em; */
    width: 100%;
    z-index: 1;
}

.relva img {
    height: 80px;    
}

@media screen and (min-width:480px){
    .content-wrapper {
        width: 95%;
    }
    .txt-intro-main {
        font-size: 1.2em;
    }
    .relva img {
        height: auto;    
    }
    #right-content{
        width: 65%;
        margin-bottom: -5em;
    }
}

@media screen and (min-width:640px){
    .main-content {
      margin: 1em auto 6em auto;
    }
    .txt-intro-main {
        /* font-size: 1.25em; */
        margin-bottom: 1em;
    }

    .text-content-holder {
      margin: 0 auto -8em;
    }
    
    .relva {
        height: 120px;
    }
    .relva img {
        height: 100%;
    }
}

@media screen and (min-width:768px){
    .main-content {
      margin: 2em auto 6em;
    }

    .txt-intro-main {
        /* font-size: 1.5em; */
    }
    
    #right-content{
        width: 50%;
    }
}

@media screen and (min-width:1024px){
    .main-content {
      margin: 1em auto 6em auto;
    }
    
    .content-wrapper {
        width: 95%;
    }
    .txt-intro-main {
        /*font-size: 1.6em;*/
        width: 80%;
        margin: 2em auto;
    }
    #right-content{
        width: 40%;
    }
    .text-content-holder {
      margin: 0 auto -12em;
    }
    /*//// scroller ////*/
}
