* {
    margin: 0px;
    padding: 0px;
    
}

.clearfix {
    float: none;
    clear: both;
}

body {
    background: url('../img/hojas.jpg');
    background-attachment: fixed;
}

#global {
    width: 65%;
    margin: 0px auto;
    margin-top: 30px;
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 2px gray;
}

#logo {
    font-family: Verdana, Arial;
    font-size: 25px;
    letter-spacing: 4px;
    background: #23ae3d;
    color: white;
    text-align: center;
    width: 385px;
    height: 80px;
    float: left;
    margin-bottom: 20px;
    line-height: 75px;
    text-transform: uppercase;
}

#menu {
    font-family: Arial;
    background: #333;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#menu ul {
    line-height: 46px;
    list-style: none;
}

#menu ul li {
    height: 46px;
    display: inline-block;
    transition: all 300ms;
}


#menu ul li:hover {
    background: #23ae3d;
}

#menu a {
    display: block;
    color: white;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
}

#posts {
    width: 60%;
    float: left;
    font-family: Helvetica, Arial;

}

.post {
    padding: 7px;
}

h2{
    font-size: 30px;
    color: #333;
    font-family: Helvetica, Arial;
}

.post .date {
    display: block;
    color: gray;
    margin-top: 5px;
}

.post p {
    margin-top:10px;
    margin-bottom: 20px;
    line-height: 22px;
    text-align: justify;
}

.button-more {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 15px;
    background: #23ae3d;
    color: white;
    text-decoration: none;
    margin-top: 10px;
    width: 70px;
    margin-bottom: 20px;
}

#sidebar {
    font-family: Helvetica, Arial;
    width: 31%;
    float: right;

}

#sidebar h4 {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 10px;
    color: #333;
    background: url('../img/lines.png') repeat-x;
}

#sidebar h4 span {
    background: white;
    padding: 5px;
}

#sidebar img {
    width: 100%;
}

#sidebar p{
    font-size: 15px;
    text-align: justify;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="number"],
select {

    padding: 5px;
    border-radius: 2px;
    border: 1px solid #ccc;
    width: 80%;
    margin-bottom: 10px;
    margin-top: 5px;
}

form button[type="submit"] {
    background: #eee;
    padding: 5px;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
}

footer {
    font-family: Helvetica, Arial;
    color: white;
    height: 47px;
    background: rgba(51, 51, 51, 0.70);
    margin: 0px auto;
    width: 65%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
    line-height: 47px;
}

.bx-wrapper, .bx-viewport {
    height: 250px !important;

}

#buttons-set {
    width: 50px;
    height: 100px;
    background: #333;
    top: 40%;
    float: left;
    position: fixed;
    cursor: pointer;
}

#red-button,
#blue-button,
#green-button
{
    width: 25px;
    height: 25px;
    border: 1px solid white;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

#red-button {
    background: darkred;
}

#blue-button {
    background: blue;
}

#green-button {
    background: green;
}


/*Functionality of Scrolling Button*/

  .scroll-to-top {
    text-decoration: none;
    position: fixed; 
    top: 80%;
    right: 20px;
    display: none;
    font-size: 36px;
    color: #555;
 
  }
  
  .scroll-to-top:hover {
    transform:scale(1.25);
    transition: 1s;
  }


  #box {
    width: 60%;
    float: left;
    margin-top: 50px;
  }

  #accordion .ui-state-active {
      background: #333;
      border: none;
  }


  #watch {
      font-size: 40px;
      font-weight: bold;
      font-family: helvetica, Arial;
      color: #333;
      border: 5px dashed #333;
      width: 30%;
      padding: 30px;
      margin: 0 auto;
  }



  #form-contact {
    width: 50%;
    margin-top: 15px;
    font-family: Helvetica, Arial;
  }


  #form-contact label{
    width: 100%;
    display: block;
    margin-top: 5px;
  }

  .form-error {
      /* float: right; */
      font-size: 11px;
      background: red;
      color: white;
      padding: 10px;
      width: 100%;
  }

  