/**
* CSS unique to the Mutuo site
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
 /* padding-top: 85px;
  background-color: #F72125;
  */
}
a.white {
  color: #F7FCF3;
  text-decoration: none;
}

a.white:hover {
  color: #F7FCF3;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(0, 0, 0, 0.75);
  transition: all 0.5s;
  z-index: 997;
  height: 80px;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 40px;
}
/*--------------------------------------------------------------
# Alert Section
--------------------------------------------------------------*/
#alert {
  width: 100%;
  background-color: #F72125;
  color: #FFFFFF;
  position: relative;
  padding-top: 85px;
}
/*--------------------------------------------------------------
# mutuo Info
--------------------------------------------------------------*/
.mutuoinfo .box {
  padding: 20px;
  background: #f7f7f7;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.mutuoinfo .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
}
.mutuoinfo .box h4 {
  font-size: 42px;
  color: #5c9f24;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.mutuoinfo .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.mutuoinfo .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.mutuoinfo .box ul {
  padding: 0;
  list-style: none;
  color: #2a2a2a;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
}
.mutuoinfo .box ul li {
  padding-bottom: 16px;
}
.mutuoinfo .box ul i {
  color: #5c9f24;
  font-size: 18px;
  padding-right: 4px;
}
.mutuoinfo .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.mutuoinfo .box .btn-wrap {
  padding: 15px;
  text-align: center;
}
.mutuoinfo .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  border: 2px solid #5c9f24;
  color: #5c9f24;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.mutuoinfo .box .btn-buy:hover {
  background: #5c9f24;
  color: #fff;
}
.mutuoinfo .recommended {
  background: #5c9f24;
}
.mutuoinfo .recommended h3, .mutuoinfo .recommended h4, .mutuoinfo .recommended h4 span, .mutuoinfo .recommended ul, .mutuoinfo .recommended ul .na {
  color: #fff;
}
.mutuoinfo .recommended .btn-buy {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.mutuoinfo .recommended .btn-buy:hover {
  background: #fff;
  border-color: #fff;
  color: #5c9f24;
}

/* enhancements to the newsletter */
.confirmation_div .box {
  padding: 20px;
  background: #5c9f24;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.confirmation_div .recommended {
  background: #5c9f24;
  color: #ffffff;
}

/* table definitions */

table {
  caption-side: top;
  border-collapse: collapse;
  font-family: "Roboto", sans-serif;
}

caption {
  color: #ffffff;
  text-align: center;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

