body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
p {
  font-size:16px;
}
a {
    color: #000000;
    text-decoration: none;
}
p.intro {
    text-align: center;
    font-size: 24px;
    margin: 50px;
}
.h1, h1 {
    font-size: 42px;
    color: #67b3ce;
    text-align: center;
    border-bottom: 3px solid #67b3ce;
    padding-bottom: 20px;
}
.h2, h2 {
    font-size: 36px;
    color: #67b3ce;
}
#fullhalfleft .moduletable, #fullhalfright .moduletable {
    border: 0;
    padding: 0;
    margin-bottom: 0;
}
.h3, h3 {
    font-size: 28px;
    color: #67b3ce;
}
#fullwidth .moduletable {
    margin-bottom: 0;
}
#footer a {
    color: white;
}
.module-content ul li::before {
  display: none;
}
#footer a {
    color: white;
    padding: 5px;
    font-size: 16px;
}
#footer a:hover {
    color: #67b3ce;
}
.header {
    line-height: 1.42857143;
}
/* Navbar */
.navbar {
  max-height: 70px;
}
ul.nav.menu.navbar-nav.navbar-right {
    padding-top: 8px;
}
.navbar-default {
    background: #ffffff;
    border-bottom: none;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 14px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #d8d8d800;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
}
ul.nav.menu::before {
  display:none;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}
.item-179 {
    background-color: #cfcfff;
}
#brand img {
    padding-top: 0;
}
p.quote {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    color: #67b3ce;
}
.searchbar {
    background: #67b3ce;
    padding: 10.5px;
}
#offlajn-ajax-tile-results {
    position: absolute;
    width: 100%;
    z-index: 500;
}
.contactbar {
    text-align: center;
    background: #67b3ce;
    padding: 20px;;
    color: white;
}
.contactbar p {
  color:white;
  font-size:28px;
  margin:0px
}
#feature {
    margin-top: 100px;
}
#footer {
    background: #67b3ce;
    color: white;
    margin-top:50px;
}
#footer p {
    padding-top: 10px;
    font-size: 16px;
}
#footer ul.nav.menu {
    margin-bottom: 30px;
}
.page-header {
    text-align: center;
    border-bottom: 3px solid #67b3ce;
}
.box h2 {
    text-align: center;
    padding: 10px;
    border: solid 2px #67b3ce;
    margin: 30px 50px 50px 50px;
    font-size: 22px;
    font-weight: 600;
    transition: 0.2s;
}
.box h2:hover {
    background: #67b3ce;
    color: white;
}
.product-description table {
    font-size: 18px;
}
table.table.table-hover.table-striped {
    color: white;
}
th {
  text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #67b3ce;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #78cfef;
}
.table-hover>tbody>tr:hover {
    background-color: #399dc3 !important;
}

.pool img {
    margin: 30px 0px 30px 0px;
}
button, input, label, select, textarea {
    font-size: 16px;
}

/* Virtuemart */

span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
    background: #67b3ce;
    border: solid #576f77 1px;
}
.vm-product-descr-container-1 h2 a {
    font-size: 26px;
    color: #67b3ce;
}
.browse-view .row .product .spacer .price-crossed span {
  color: #ff1b1b;
}
span.PricebasePrice {
  text-decoration: line-through;
}
span.PricesalesPriceTt, .PricesalesPriceTt span.vm-price-desc {
    font-size: 16px !important;
  color: #666 !important;
}
.PricetaxAmount {
    display: none;
}
.price-crossed, .line-through {
  color: #FE5252;
}
a.ask-a-question {
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
}
span.custom-variant-inputbox input.custom-attribute:hover, span.quantity-box input.quantity-input:hover, input.vm-default:hover, span.quantity-box input.quantity-input:hover, .ask-a-question-view input.counter:hover, .ask-a-question-view input#email:hover, table.user-details input:hover, a.ask-a-question:hover, a.details:hover, div.details:hover, a.product-details:hover, button.default:hover {
    background: #0663002e;
}

/* Cart */
#cta {
    float: right;
}
#cta .moduletable {
    margin-bottom: 0;
    padding: 5px 10px 0px;
}
.post_payment_order_number {
    font-size: 16px;
    color: #FE5252;
}
.post_payment_order_total {
    font-size: 16px;
}
.post_payment_payment_name {
    font-size: 16px;
    border-bottom: 1px solid #62bbd4;
    margin-bottom: 10px;
}
/** Media Queries **/
@media (max-width: 767px) {
#brand {
    width: 50%;
}
}