/* bootstrap additions */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.icon-bar + .icon-bar {
  margin-top: 3px;
}

/* end bootstrap additions */

.page-header-small {margin-top:18px;}

body {
  padding: 0px;
  color #333;
  font-size: 14px;
}

h1,
h2 {
  font-family: 'Flexo-Demi',"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #267273;
  font-weight: 800;
}
h2 {
  font-size: 26px;
}
.content.login .well h1 {
  margin-top: 10px;
}

a {
  color: #2f8b8c;
  text-decoration: none;
}
a:hover {
  color: #4fadae;
}

p {
  font-size: 14px;
  margin-bottom: 15px;
}
p a {
  color: #2f8b8c;
  text-decoration: underline;
}
p a:hover {
  color: #4fadae;
}

img {
  border-radius: 4px;
}
img.polaroid {
  padding: 4px;
#  border: 1px solid #ccc;
}

hr.transparent {
  border-color: transparent;
}

ul.recent-changes {
  list-style-type: none;
  margin-left: 0px;
}
ul.recent-changes li {
  padding: 8px 0px;
  border-bottom: 1px solid #eee;
}
ul.recent-changes li:last-child {
  border: none;
}
ul.recent-changes small {
  font-size: 12px;
  display: block;
  color: #999;
}

.testimonials-more-box {
  border-top: 1px solid #ccc; 
  width: 48%; 
  float: right; 
  padding: 20px 0px;
}

.hide {
  display: none;
}
.pull-right {
  float: right !important;
}

.btn-default {
  background-color: #0C5859 !important;
  background-image: -moz-linear-gradient(top, #1E7A7B, #0C5859);
  background-image: -ms-linear-gradient(top, #1E7A7B, #0C5859);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1E7A7B), color-stop(100%, #0C5859));
  background-image: -webkit-linear-gradient(top, #1E7A7B, #0C5859);
  background-image: -o-linear-gradient(top, #1E7A7B, #0C5859);
  background-image: linear-gradient(#1E7A7B, #0C5859);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1E7A7B", endColorstr="#0C5859");
  border-color: #0B4748 #0B4748 #092526;
  background-repeat: repeat-x;
  color: #FFFFFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
}
.btn-action { background-color: hsl(35, 100%, 38%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa528", endColorstr="#c17100"); background-image: -khtml-gradient(linear, left top, left bottom, from(#ffa528), to(#c17100)); background-image: -moz-linear-gradient(top, #ffa528, #c17100); background-image: -ms-linear-gradient(top, #ffa528, #c17100); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa528), color-stop(100%, #c17100)); background-image: -webkit-linear-gradient(top, #ffa528, #c17100); background-image: -o-linear-gradient(top, #ffa528, #c17100); background-image: linear-gradient(#ffa528, #c17100); border-color: #c17100 #c17100 hsl(35, 100%, 33%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased; }
.btn-action:hover { background-color: hsl(35, 100%, 48%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbb5b", endColorstr="#f48e00"); background-image: -khtml-gradient(linear, left top, left bottom, from(#ffbb5b), to(#f48e00)); background-image: -moz-linear-gradient(top, #ffbb5b, #f48e00); background-image: -ms-linear-gradient(top, #ffbb5b, #f48e00); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffbb5b), color-stop(100%, #f48e00)); background-image: -webkit-linear-gradient(top, #ffbb5b, #f48e00); background-image: -o-linear-gradient(top, #ffbb5b, #f48e00); background-image: linear-gradient(#ffbb5b, #f48e00); border-color: #f48e00 #f48e00 hsl(35, 100%, 43%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.43); -webkit-font-smoothing: antialiased; }

.label-default { background-color: #2f8b8c; }
.label-default:hover { background-color: #4fadae; }

#branding {
  position: relative;
  background-color: #267273;
}
#branding .brand-box {
  position: relative;
  text-decoration: none;
}
#branding #header {
  height: 75px;
  padding: 10px 0px;
}
#branding #header #manula-icon {
  height: 75px;
  position: absolute;
}
#branding #header #manula-word {
  height: 46px;
  margin-left: 85px;
  margin-top: 2px;
}
#branding .branding-screenshot {
  position: absolute;
  height: 90px;
  overflow: hidden;
  top: 5px;
  left: 43%;
}
#branding .branding-screenshot img {
  width: 240px;
}
#branding #header #lead {
  font-size: 16px;
  color: #fff;
  letter-spacing: .5px;
  font-weight: normal;
  line-height: normal;
  margin: 4px 0px 0px 90px;
  width: 250px;
}
#branding .signup-button,
#content .signup-button {
  display: block;
  float: right;
  line-height: 24px;
  font-size: 16px;
  font-family: 'Flexo-Demi',"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-top: 15px;
}
#content .signup-button {
  display: none;
}

body.content .text-divivder {
  position: relative;
}
body.content .text-divivder span {
  position: absolute;
  top: -9px;
  left: 50%;
  background-color: #f5f5f5;
  padding: 0px 10px 0px 10px;
  color: #bbb;
  text-shadow: 2px 1px #fff;
}
body.content .text-divivder span.white {
  background-color: #fff;
}

#service-nav {
  font-family: 'Flexo-Demi',"Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: #0b4141;
}
#service-nav ul.text-menu {
  list-style: none;
  padding: 2px 0px;
  margin: 0px;
}
#service-nav ul.text-menu li {
  float: left;
}
#service-nav ul.text-menu li a {
  display: block;
  margin: 0px 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #cecece;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  text-decoration: none;
}
#service-nav ul.text-menu li:first-child a {
  margin-left: 5px;
}
#service-nav ul.text-menu li:last-child a {
  margin-right: 0px;
}
#service-nav ul.text-menu li a:hover {
  color: #fff;
}
#service-nav .show-xs {
  display: none;
}

.home #service-nav li.home a,
.features #service-nav li.features a,
.blog.no-cat #service-nav li.blog a,
.pricing #service-nav li.pricing a,
.about #service-nav li.about a,
.support #service-nav li.support a,
.contact #service-nav li.contact a,
.blog.changelog #service-nav li.changelog a,
.signup #service-nav li.signup a,
.login #service-nav li.login a {
  color: #fff;
}

.container {
  margin: 0px auto; 
  max-width: 960px;
  padding: 0px 10px 0px 10px;
}

#content {
  min-height: 400px;
}

.home .text-box {
 font-size: 18px;
}

.home .text-box li {
  line-height: 24px;
}

.home .text-box.nr1 {
  padding-right: 5px;
}
.home .text-box.nr2 {
  padding-left: 5px;
  padding-right: 5px;
}
.home .text-box.nr3 {
  padding-left: 5px;
}
.home .text-box p {
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
}
.home .blog-box a small {
  color: #999;
  font-size: 12px;
}

.home .blog-box li {
  font-size: 15px;
}


.blog .blog-container .posted {
  font-size: 16px;
  color: #aaa;
  margin-top: -12px;
}
.blog .blog-container h2 small {
  font-size: 16px;
}
.blog .blog-container h2,
.blog .blog-container h3 {
  clear: both;
}
.blog .blog-container h3 {
  font-size: 21px;
  margin-bottom: 10px;
}
.blog .blog-container img {
  height: auto;
  padding: 4px;
  border: 1px solid #ccc;
}
.blog .blog-container img.alignleft {
  float: left;
  margin-right: 15px;
}
.blog .blog-container img.alignright {
  float: right;
  margin-left: 15px;
}
.blog .blog-container .blog-content {
  margin-bottom: 25px;
}
.blog .blog-container .blog-content h2 {
  padding-top: 20px;
}

.contact input[type="text"],
.contact input[type="email"],
input.input-wide {
  width: 100%;
  box-sizing: border-box;
  height: 30px;
}
.contact textarea {
  width: 100%;
  box-sizing: border-box;
}

.quote-large {
  text-align: center; 
  margin: 15px 0px 35px 0px;
}
.quote-large .lead {
  font-size: 18px;
}
.quote-large .lead cite {
  display: block;
  color: #999;
  font-size: 16px;
}

#pricing h2 {
  margin-bottom: 10px;
}
#pricing .well ul {
  margin: 0px;
  list-style: none;
}
#pricing .well li {
  background-color: #fff;
  padding: 3px;
  border-radius: 3px;
  margin: 3px 0px 3px 0px;
  border: 1px solid #ddd;
  font-weight: 200;
  text-indent: 5px;
  color: #333;
  line-height: 20px;
  letter-spacing: .5px;
}
#pricing h3 small {
  font-size: 18px;
  font-weight: 200;
  color: teal;
}
#pricing .btn {
  font-size: 16px;
  height: 20px;
}


#pricing-box {
  width: 100%;
}

#plans {
  width: 100%;
  border-collapse: separate;
  border-bottom: 1px solid #ddd;
  border-radius: 5px;
}

#plans td {
  width: 20%;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ddd;
  padding: 0px;
}
#plans tbody tr td:first-child,
#plans tfoot tr td:first-child {
  border-left-color: #ddd;
}

#plans thead tr {
  vertical-align: bottom;
}
#plans thead td {
  border-bottom: 1px solid #fff;
  border-right-color: #fff;
}
#plans thead .box {
  color: #ffffff;
  padding: 10px 0px 10px 0px;
  text-align: center;
  text-shadow: 1px 1px #333;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #5fadae;
  background-image: -moz-linear-gradient(top, #0C5859, #4e9c9d);
  background-image: -ms-linear-gradient(top, #0C5859, #4e9c9d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0C5859), to(#4e9c9d));
  background-image: -webkit-linear-gradient(top, #0C5859, #4e9c9d);
  background-image: -o-linear-gradient(top, #0C5859, #4e9c9d);
  background-image: linear-gradient(top, #0C5859, #4e9c9d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0C5859', EndColorStr='#4e9c9d');
}
#plans thead .box.spotlight {
  background-color: #ffa528;
  background-image: -moz-linear-gradient(top, #c17100, #ffa528);
  background-image: -ms-linear-gradient(top, #c17100, #ffa528);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c17100), to(#ffa528));
  background-image: -webkit-linear-gradient(top, #c17100, #ffa528);
  background-image: -o-linear-gradient(top, #c17100, #ffa528);
  background-image: linear-gradient(top, #c17100, #ffa528);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c17100', EndColorStr='#ffa528');
}
#plans thead .box.current {
  background-color: #555555;
  background-image: -moz-linear-gradient(top, #222222, #555555);
  background-image: -ms-linear-gradient(top, #222222, #555555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#555555));
  background-image: -webkit-linear-gradient(top, #222222, #555555);
  background-image: -o-linear-gradient(top, #222222, #555555);
  background-image: linear-gradient(top, #222222, #555555);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#222222', EndColorStr='#555555');
}
#plans thead .box a,
#plans thead .box a:hover {
  color: #fff;
  text-decoration: none;
}
#plans thead .name {
  display: block;
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
#plans thead .name .sub {
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin-top: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#plans thead .price {
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin: 15px 0px 5px 0px;
}
#plans thead .price .price-free, #plans thead .price .price-recurring, #plans thead .price .price-prepaid {display: block;}
#plans thead .price .price-prepaid {
	font-size: 12px;
  line-height: 12px;
  margin: 10px 0px 0px 0px;
}
#plans thead .price .amount {
  font-size: 22px;
  line-height: 22px;
  font-weight: 200;
}
#plans thead .price .price-prepaid .amount {
  font-size: 12px;
  line-height: 12px;
}

#plans tbody tr {
  background-color: #F6F6F6;
}
#plans tbody tr.odd {
  background-color: #FAFAFA;
}
#plans tbody td {
  padding: 10px;
  font-weight: 200;
  line-height: 18px;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #ffffff;
}
#plans tbody td:hover {
  background-color: #eee;
}
#plans tbody .pull-center {
  text-align: center;
}
#plans tbody .empty:hover {
  background-color: transparent;
}

#plans tfoot tr {
  vertical-align: top;
}
#plans tfoot td {
  padding: 10px;
  text-align: center;
}
#plans tfoot .plan-upgrade a {
  width: 80%;
}


.testimonial-container .gutter {
  width: 4%;
}
.testimonial-container .testimonial-box {
  margin-bottom: 20px; 
  width: 48%; 
  border-top: 1px solid #ccc;
}

.testimonial-box .title {
  font-family: 'Flexo-Demi',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px; 
  line-height: 22px; 
  font-weight: 200; 
  margin-top: 15px;
}
.testimonial-box .title a {
  text-decoration: none;
}
.testimonial-box .title .date {
  display: block; 
  font-size: 12px;
  color: #999;
}
.testimonial-box .content {
  text-align: justify;
}
.testimonial-box cite {
  color: #999;
  font-size: 14px;
  font-weight: 200;
}

.home .feature-box .lead {
  margin-bottom: 0px;
  font-weight: normal;
}
.home .feature-box img {
  margin-top: 20px;
}


#footer {
  margin-top: 30px;
  background-color: #ddd;
  line-height: 30px;
  text-align: center;
  color: #999;
  text-shadow: 1px 1px #eee;
  font-size: 12px;
}
#footer a {
  color: inherit;
}

/*
.blog-post p:after {
    clear: both;
    content: "";
    display: block;
}
*/
