.cont,
.wrapper {
  background: #fff;
}
.btn-search,
.centered,
.centerlogo,
.headermin,
.logo h1,
.pricing-table,
header form {
  text-align: center;
}
.decorative-shadow {
  -webkit-box-shadow: 0 0 0 4px #e6e6e6;
  -moz-box-shadow: 0 0 0 4px #e6e6e6;
  box-shadow: 0 0 0 4px #e6e6e6;
}
.wrapper {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  margin: 20px auto 0;
}
.wra {
  margin-top: 20px;
}
.well,
footer,
header form {
  margin-top: 30px;
}
blockquote {
  padding: 15px;
  margin: 0 0 20px;
  background: #f4f5f7;
  border-left: 5px solid #0070bb;
}
blockquote small {
  display: block;
  line-height: 20px;
  font-size: 13px;
  color: #999;
}
.cont {
  border-right: 2px solid #333;
  border-left: 2px solid #333;
}
.label,
.well {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
.btn-danger:hover,
.btn-primary {
  background-color: #4799b5 !important;
  border: 2px solid #4799b5 !important;
  color: #fff !important;
}
.well {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0;
  -moz-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
  background: #f4f5f7;
}
.label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  padding: 2px 6px;
}
.dropdown-menu,
.navbar-inner {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
.navbar {
  margin-top: 0;
  margin-bottom: 1px;
}
.navbar-inner {
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
  -ms-filter: none;
  filter: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.navbar .brand,
.navbar .nav > li > a {
  color: #666;
  font-family: Lato, sans-serif;
  font-size: 15px;
  padding: 10px;
}
.navbar .brand:hover,
.navbar .nav > li > a:hover {
  color: #fff;
  text-shadow: 1px 1px 1px #595459;
  filter: dropshadow(color=#595459, offx=1, offy=1);
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav > .active > a,
.navbar .nav > .active > a:focus,
.navbar .nav > .active > a:hover {
  color: #fff;
  background-color: #0070bb;
  text-shadow: 1px 1px 1px #595459;
  filter: dropshadow(color=#595459, offx=1, offy=1);
  box-shadow: none;
}
.navbar .brand:hover {
  background-color: transparent;
}
.navbar .btn-navbar,
.navbar .btn-navbar:hover {
  background-color: #222;
}
.navbar .btn-navbar {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: none;
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000;
}
.navbar .nav li.open > a {
  background: 0 0;
}
.dropdown-menu {
  margin-top: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #273130;
}
.dropdown-menu li > a,
footer a {
  color: #fff;
}
.dropdown-menu li > a:focus,
.dropdown-menu li > a:hover,
.dropdown-submenu:hover > a {
  background-color: #0070bb;
  background-image: none;
  -ms-filter: none;
  filter: none;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #666;
}
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret {
  border-top-color: #fff;
}
#ccm-system-nav,
.navbar .nav > li > .dropdown-menu::after,
.navbar .nav > li > .dropdown-menu::before {
  display: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0070bb;
  background-image: none;
  background-repeat: repeat-x;
  outline: 0;
}
.info-column {
  margin: 15px 8px 15px 15px;
}
.dollar,
.qty {
  margin-right: 3px;
}
.nav-link {
  border-radius: 0 !important;
  color: #666;
}
.nav-link.active {
  background-color: #0070bb !important;
  color: #fff !important;
}
.headermin,
article h3 {
  margin-top: 0;
}
.pricing-table {
  position: relative;
  margin-left: 0;
  padding: 10px;
  list-style: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
}
.plan-name {
  border-bottom: none !important;
}
.pricing-table li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ddd;
}
.btn-success,
.ccm-input-button,
.ccm-search-block-submit {
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
}
.price {
  color: #1189d9;
}
.btn-search,
.btn-search:hover,
.btn-success,
.ccm-input-button,
.ccm-search-block-submit {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.pricing-table h3 {
  margin-bottom: 18px;
}
.dollar {
  font-size: 32px;
}
.qty {
  font-size: 47px;
}
.month {
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
}
.pricing-table .footer {
  border: 0;
  margin-top: 18px;
  margin-bottom: 8px;
}
.avatar {
  margin-right: 8px;
  margin-bottom: 10px;
}
.post-img {
  margin-bottom: 15px;
}
article {
  margin-bottom: 50px;
}
article h3 a {
  color: #2d3032;
}
article h3 a:hover {
  color: #0070bb;
}
.comment-form {
  padding: 3px;
}
footer {
  height: 80px;
  padding-top: 10px;
  color: #aaa;
  background-color: #485c5a;
}
footer a:hover {
  color: #e1e1e1;
}
footer .footer-line {
  width: auto;
  padding-left: 14px;
  padding-right: 14px;
  margin-left: -20px;
  margin-right: -20px;
}
footer .footer-line p {
  margin-right: 10px;
  margin-top: 5px;
}
@media (min-width: 1200px) {
  input.flexible {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  input.flexible {
    width: 70%;
  }
}
@media (max-width: 979px) {
  .navbar .nav-collapse .dropdown-menu a,
  .navbar .nav-collapse .nav > li > a {
    color: #000;
  }
  .navbar .nav > li > a {
    background: 0 0;
  }
  .navbar .nav-collapse .dropdown-menu a:hover,
  .navbar .nav-collapse .nav > li > a:hover {
    background-color: #0070bb;
  }
  .info-box {
    text-align: center;
  }
  input.flexible {
    width: 50%;
  }
}
.logo h1 {
  padding: 0;
  margin: 0;
}
.btn-success,
.ccm-input-button {
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#62c462),
    to(#51a351)
  );
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
}
#blog-entry img,
.info-column img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
hr {
  margin-bottom: 25px;
}
.content-area {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
.blog-entry {
  padding-top: 20px;
}
.backtotop {
  padding-top: 17px;
}
.logo {
  padding-left: 25px;
}
.miniSurveyView #msg {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.posted {
  font-size: 13px;
  font-weight: none;
}
ul.ccm-tag-list li a {
  background: #eee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 3px;
}
#main-content-sidebar-archives li {
  list-style-type: none;
}
.ccm-search-block-submit {
  margin-bottom: 9px;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#62c462),
    to(#51a351)
  );
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
}
.btn-search {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #5bb75b;
  border: 1px solid #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-search:hover {
  background-color: #459645;
}
.well-account {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.175);
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-bottom: 6px solid #4799b5;
}
.well-account-header {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 0;
  background-color: #4799b5;
}
.well-account-header h2 {
  color: #fff !important;
  margin: 0;
}

h1.dashboard,
h1.dashboard a {
  padding: 0px;
  margin: 0px;
  font-size: 28px !important;
  text-decoration: none !important;
}
.bg-primary {
  background-color: #4799b5 !important;
}
.form-check-input:checked {
  background-color: #4799b5;
  border-color: #4799b5;
}
