body {
    width: 100%;
    *zoom: 1;
}

body:before,
body:after {
    content: "";
    display: table;
}

body:after {
    clear: both;
}

a:focus {
    outline: none;
}

p {
    font-family: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    scrollbar-base-color: #C0C0C0;
    scrollbar-base-color: #C0C0C0;
    scrollbar-3dlight-color: #C0C0C0;
    scrollbar-highlight-color: #C0C0C0;
    scrollbar-track-color: #EBEBEB;
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: #C0C0C0;
}

::-webkit-scrollbar {
    width: 13px;
    height: 3px;
}

::-webkit-scrollbar-button {
    background: #000;
}

::-webkit-scrollbar-track {
    background-color: #999;
}

::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #cbcbcb;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}

;
::-webkit-scrollbar-corner {
    background-color: #999;
}

::-webkit-resizer {
    background-color: #666;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 15px;
    width: 13px;
    display: block;
    background: #f5f5f5;
    background-repeat: no-repeat;
}

::-webkit-scrollbar-button:vertical:decrement {
    background-image: url('/image/catalog/ui/arrow.png');
    background-size: 8px 5px;
    background-position: 2px 3px;
}

::-webkit-scrollbar-button:vertical:increment {
    background-image: url('/image/catalog/ui/arrow-down.png');
    background-size: 8px 5px;
    background-position: 2px 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-family: 900;
}


/* default font size */

.fa {
    font-size: 14px;
}


/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #23a1d1;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px;
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}


/* Gradent to all drop down menus */

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}


/* top */

#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #currency .currency-select {
    text-align: left;
}

#top #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a + a {
    margin-left: 15px;
}


/* logo */

#logo {
    margin: 0 0 10px 0;
}


/* search */

#search {
    margin-bottom: 10px;
}

#search input {
    background: none;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    width: 100%;
}

#search.input-group {
    display: block;
}

#search label {
    display: none;
}

@media only screen and (max-width: 480px) {
    #search .input-lg {
        padding-left: 50px;
    }
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}


/* cart */

#cart {
    margin-bottom: 10px;
}

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}


/* menu */

#menu {
    background-color: #229ac8;
    background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}

#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}


/* content */

#content {
    min-height: 600px;
}


/* footer */

footer {
    margin-top: 80px;
    padding-top: 30px;
    background-color: #6dc1bf;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}


/* alert */

.alert {
    padding: 8px 14px 8px 14px;
}


/* breadcrumb */

.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}


/* buttons */

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: -webkit-linear-gradient(top, #e06342, #dc512c);
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: -webkit-linear-gradient(top, #333333, #111111);
    background-image: linear-gradient(to bottom, #333333, #111111);
}


/* list group */

.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}


/* carousel */

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}


/* product list */

.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}


/* fixed colum left + content + right*/

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

h1 {
    text-transform: uppercase;
    font-size: 22px;
    font-family: "Times New Roman", serif;
}

h3.h3-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 12px;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.container {
    max-width: 960px;
}

nav#top,
#cart {
    display: none;
}

header#primary {
    padding: 15px 0;
}

#search {
    margin: 0;
    width: 100%;
    text-align: left;
}

#search fieldset {
    position: relative;
    width: 100%;
}

#search label {
    float: left;
}

#search input {
    border: none;
    text-transform: uppercase;
    box-shadow: none;
    display: inline-block;
    float: left;
    max-width: 240px;
    width: 100%;
    margin-top: -19px;
    height: 50px!important;
}

#search span {
    position: absolute;
    right: 0;
    top: -20px;
    width: auto;
}

#search span button {
    background: none;
    border: none;
    box-shadow: none;
    height: 50px;
}

#logo {
    text-align: center;
    margin: 0;
}

#logo a {
    display: inline-block;
    margin: auto;
}

#logo a img {
    text-align: center;
    margin: auto;
}

@media only screen and (max-width: 450px) {
    #logo a img {
        width: 100%;
    }
}

aside#top-three {
    border-top: 1px solid #d7d7d7;
    padding: 0 0 0 0;
}

aside#top-three ul {
    text-align: center;
    overflow: hidden;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    aside#top-three ul {
        padding: 0px;
    }
}

aside#top-three ul li {
    color: #555555;
    list-style: none;
    display: inline-block;
    font-size: 12px;
    height: 50px;
    line-height: 12px;
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04166667%;
    padding: 18px 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    aside#top-three ul li {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    aside#top-three ul li:last-child {
        display: block;
        width: 100%;
    }
}

aside#top-three ul li:last-child:after {
    display: none;
}

aside#top-three ul li:after {
    content: "";
    width: 1px;
    height: 12px;
    float: right;
    background: #d7d7d7;
    display: inline-block;
}

aside#top-three ul li span {
    color: #a1a1a1;
    display: inline-block;
}

aside#top-three ul li a {
    margin-left: 10px;
}

aside#top-three ul li a i {
    color: #6dc1bf;
}

.product-thumb {
    border: none;
}

.product-thumb .caption {
    min-height: auto;
}

.product-thumb .caption h4 {
    font-size: 16px;
    text-align: center;
}

.product-thumb .caption h4 a {
    color: #25170e;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
    display: block;
    height: 35px;
}

.product-thumb .caption h4 a:hover {
    color: #6dc1bf;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.product-thumb .caption .price-buttons {
    overflow: hidden;
    margin-top: 10px;
    padding: 0 5px;
}

.product-thumb .caption .price-buttons .price {
    color: #25170e;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    vertical-align: middle;
}

/*.product-thumb .caption .price-buttons button {*/
.product-thumb .caption .price-buttons button, .product-thumb .caption .price-buttons a {
    float: right;
    background: #25170e;
    border: none;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    padding: 10px;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
}

.product-thumb .caption .price-buttons button:hover {
    background: #6dc1bf;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

nav#menu {
    background: #000;
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
}

nav#menu ul.nav li a {
    text-transform: uppercase;
    font-size: 14px;
    padding: 20px 21px;
    display: block;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
    text-shadow: none;
}

@media only screen and (max-width: 768px) {
    nav#menu ul.nav li a {
        padding: 20px 8px;
    }
}

nav#menu ul.nav li a:hover,
nav#menu ul.nav li a.active {
    background: #6dc1bf;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

footer#primary {
    padding: 90px 0 35px 0;
    position: relative;
}

footer#primary:after {
    background: url('../image/footer-motiff.svg') no-repeat scroll 50% 50%;
    content: "";
    display: block;
    position: absolute;
    height: 135px;
    width: 325px;
    top: -67.5px;
    left: 50%;
    margin-left: -162.5px;
    z-index: 9999;
}

footer#primary h5 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

footer#primary small {
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

footer#primary ul.social-icons {
    display: inline-block;
}

footer#primary ul.social-icons li {
    margin: 0 8px;
}

footer#primary ul.social-icons li:after {
    display: none;
}

footer#primary ul.social-icons li a i {
    font-size: 26px;
}

footer#primary ul.social-icons li a:hover:after {
    display: none;
}

footer#primary ul li {
    display: inline-block;
}

footer#primary ul li:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #fff;
    margin: 0 5px;
    vertical-align: middle;
    display: inline-block;
}

footer#primary ul li:last-child:after {
    display: none;
}

footer#primary ul li a {
    color: #fff;
    font-size: 11px;
    display: inline-block;
}

footer#primary ul li a:after {
    content: "";
    height: 1px;
    display: block;
    width: 0%;
    background: #fff;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
}

footer#primary ul li a:hover:after {
    width: 100%;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

footer#primary #quick-links ul {
    display: inline-block;
}

footer#primary #quick-links form.newsletter-signup {
    display: inline-block;
    width: 100%;
    margin-left: -5px;
}

footer#primary #quick-links form.newsletter-signup fieldset {
    position: relative;
}

footer#primary #quick-links form.newsletter-signup fieldset input[type="email"] {
    font-size: 12px;
    padding: 8px 12px;
    border: none;
    outline: none;
    max-width: 75%;
    width: 100%;
    color: #6dc1bf;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
}

footer#primary #quick-links form.newsletter-signup fieldset input[type="email"]:focus {
    box-shadow: inset 5px 0 0 0 #000;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

footer#primary #quick-links form.newsletter-signup fieldset button[type="submit"] {
    background: #000;
    color: #fff;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding: 7px 20px;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    border: 1px solid transparent;
    right: 0;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
}

footer#primary #quick-links form.newsletter-signup fieldset button[type="submit"]:hover {
    background: #1d4544;
    border: 1px solid #000;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

footer#copyright {
    color: #fff;
    margin: 0;
    padding: 25px 0;
    font-size: 12px;
    line-height: 18px;
    font-family: verdana, sans-serif;
}

footer#copyright article {
    display: inline;
    float: left;
    width: 47.91666667%;
    margin: 0 1.04166667%;
}

@media only screen and (max-width: 768px) {
    footer#copyright article {
        width: 100%;
    }
}

.item {
    width: 100%;
}

footer#copyright article dl {
    display: inline-block;
    margin: 0;
}

footer#copyright article dl#payment-methods {
    float: right;
}

@media only screen and (max-width: 768px) {
    footer#copyright article dl#payment-methods {
        float: none;
    }
}

@media only screen and (max-width: 480px) {
    footer#copyright article dl#payment-methods {
        margin: 20px 0;
        padding: 0 20px;
    }
}

footer#copyright article dl#payment-methods dt {
    display: none;
}

footer#copyright article dl#payment-methods dd {
    margin-right: 15px;
}

@media only screen and (max-width: 480px) {
    footer#copyright article dl#payment-methods dd {
        margin-bototm: 10px;
    }
}

footer#copyright article dl#payment-methods dd i {
    font-size: 34px;
}

footer#copyright article dl dt {
    font-weight: normal;
    display: inline;
    float: left;
    margin-right: 5px;
}

footer#copyright article dl dd {
    float: left;
}

footer#copyright article dl dd address {
    margin: 0;
}

footer#copyright article small {
    display: block;
    font-size: 11px;
    line-height: 18px;
    font-family: verdana, sans-serif;
}

footer#copyright article small a {
    color: #fff;
    display: inline-block;
}

footer#copyright article small a:after {
    content: "";
    height: 1px;
    display: block;
    width: 0%;
    background: #fff;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
}

footer#copyright article small a:hover:after {
    width: 100%;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.product-slider {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.product-slider .owl-wrapper-outer {
    border: none;
    box-shadow: none;
}

.product-slider .owl-wrapper-outer .owl-wrapper .owl-item {
    padding-left: 10px;
    padding-right: 10px;
}

.product-slider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    margin: 3px;
}

.product-slider .owl-wrapper-outer .owl-wrapper .owl-item .item img {
    display: block;
    width: 100%;
    height: auto;
}

.product-slider .owl-controls .owl-buttons div {
    background: #000;
    height: 60px;
    width: 30px;
    opacity: 1;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
}

.product-slider .owl-controls .owl-buttons div:hover {
    background: #6dc1bf;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.product-slider .owl-controls .owl-buttons .owl-prev,
.product-slider .owl-controls .owl-buttons .owl-next {
    margin-top: -30px;
}

.product-slider .owl-controls .owl-buttons .owl-prev {
    left: -30px;
    background: #000000 url("../image/icon-left-arrow.png") no-repeat scroll 50% 50%;
}

.product-slider .owl-controls .owl-buttons .owl-prev:hover {
    background: #67b7b5 url("../image/icon-left-arrow.png") no-repeat scroll 50% 50%;
}

.product-slider .owl-controls .owl-buttons .owl-next {
    background: #000000 url("../image/icon-right-arrow.png") no-repeat scroll 50% 50%;
    right: -30px;
}

.product-slider .owl-controls .owl-buttons .owl-next:hover {
    background: #67b7b5 url("../image/icon-right-arrow.png") no-repeat scroll 50% 50%;
}

.thumbnails li a.thumbnail {
    border-radius: 0px;
}

.product-page h1 {
    margin: 0;
}

ul.nav-tabs {
    border: none;
    padding: 0 20px;
    margin: 0 0 -1px 0;
}

ul.nav-tabs li.active a {
    color: #6dc1bf;
}

ul.nav-tabs li.active a:hover {
    color: #6dc1bf;
}

ul.nav-tabs li a {
    border-radius: 0px;
    border-bottom: none;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
}

ul.nav-tabs li a:hover {
    border-bottom: none;
    background: none;
    color: #6dc1bf;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.tab-content {
    border: 1px solid #ddd;
    padding: 20px 15px;
}

ul.breadcrumb {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

ul.breadcrumb li {
    padding: 0;
    display: inline-block;
    height: auto;
}

ul.breadcrumb li:after {
    border: none;
    content: "\f101";
    font-family: "FontAwesome";
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    right: auto;
    height: auto;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    width: auto;
    margin-right: 5px;
}

ul.breadcrumb li:first-child a {
    color: #000;
}

ul.breadcrumb li:last-child:after {
    display: none;
}

ul.breadcrumb li a {
    color: #808080;
    font-family: "Verdana", sans-serif;
    font-size: 11px;
    line-height: 11px;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
}

ul.breadcrumb li a:hover {
    color: #6dc1bf;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

section.price-stock-info {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 15px;
}

section.price-stock-info ul li {
    font-size: 11px;
}

section.price-stock-info ul li h2 {
    color: #666669;
    margin: 0px;
    font-size: 18px;
}

section.price-stock-info ul li h2 span {
    color: #8ac1bd;
}

.item {
    float: left;
    display: inline;
}

.relative {
    position: relative;
}

#product select {
    max-width: 300px;
    box-shadow: none;
    border-radius: 0px;
}

#product label {
    color: #353535;
}

section#buying-ops {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}

section#buying-ops input#input-quantity {
    border-radius: 0px;
    box-shadow: none;
    width: 30px;
    padding: 0px;
    text-align: center;
    height: 30px;
}

section#buying-ops #counter-icon {
    border: none;
    background: none;
    position: absolute;
    top: 0;
    height: 30px;
    line-height: normal;
    right: 0;
}

section#buying-ops .btn-primary {
    background-image: none;
    margin-top: 5px;
    background: #6CC2BE;
    color: #fff;
    border: none;
    border-radius: 0px;
    padding: 15px 30px;
    text-align: center;
    transition: 0.6s all;
}

section#buying-ops #button-cart {
    margin-top: 15px;
}

section#buying-ops .btn-primary:hover {
    background: #91d0cf;
    transition: 0.3s all;
}

a.after-care-guide {
    display: none;
    color: #333333;
    font-family: "Times New Roman", serif;
    font-size: 11px;
    margin-top: 15px;
    text-decoration: underline;
}

#exempt_vat_price_title {
    display: none;
}

#tab-specification thead td {
    border: none;
    background: #6DC1BF;
    color: #fff;
}

#mfilter-box-1 .mfilter-content {
    border: none;
    border-radius: 0px;
}

#mfilter-box-1 .mfilter-heading {
    background: transparent;
}

#mfilter-box-1 .mfilter-heading .mfilter-head-icon {
    transform: scale(0.7);
}

#mfilter-box-1 .mfilter-counter {
    background: #6DC1BF;
}

#mfilter-box-1 .mfilter-counter:after {
    border-color: rgba(136, 183, 213, 0) #6dc1bf rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
}

#mfilter-box-1 .mfilter-opts-container {
    border-top: 1px solid #ccc;
}

#blog-maincontent .widget.blog-category {
    border: none;
}

#blog-maincontent .blog-category ul li {
    background: none;
    border-bottom: none;
}

.blog-category ul.list-top li.active > a {
    background-color: none;
}

#blog-maincontent .blog-category ul li a {
    border: none;
    color: #353535;
}

#blog-maincontent .blog-category ul li a span {
    display: none;
}

#blog-maincontent .blog-category ul li.active a span,
#blog-maincontent .blog-category ul li a:hover span {
    display: inline-block;
}

#blog-maincontent h1,
#blog-maincontent h2,
#blog-maincontent h3,
#blog-maincontent h4,
#blog-maincontent h5,
#blog-maincontent h6 {
    font-family: "Roboto", sans-serif;
}

#blog-maincontent .widget-title {
    background: #6CC2BE;
    font-family: "Times New Roman", serif;
    text-transform: uppercase;
    font-size: 24px;
    border-radius: 0px;
    border-bottom: none;
}

#blog-maincontent .widget-title span {
    display: none;
}

.layerslider_wrapper {
    margin-bottom: 20px!important;
    margin-top: 5px;
}

.green-strip {
    background: #6cc2be;
    color: #fff;
    padding: 25px;
}

.green-strip h2 {
    color: #fff;
    margin-top: 0;
}

@media only screen and (max-width: 768px) {
    .green-strip h2 {
        margin-top: 20px;
    }
}

.green-strip p {
    font-size: 13px;
    min-height: 103px;
}

.green-strip a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.rating a {
    color: #6CC2BE;
    vertical-align: middle;
}

.post-single .intro-text {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 40px 0;
    color: #111;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 28px;
    letter-spacing: normal;
    line-height: 38px;
}

.post-single img {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
}

.post-meta,
.post-footer,
.related-post,
.datetime,
.post-heading,
#blog-breadcrumb {
    display: none;
}

#top {
    display: block!important;
    border-bottom: none;
    background-color: #6cc2be;
    color: #fff;
    margin: 0;
    min-height: 0;
    padding: 0;
}

#top .btn-link,
#top-links li,
#top-links a {
    text-shadow: none;
    color: #fff;
}

#currency {
    display: none;
}

#mfilter-opts-price-min,
#mfilter-opts-price-max {
    min-width: 30px!important;
    width: 80px!important;
}

.clear {
    clear: both;
}

.how-to-videos-title {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.how-to-videos {
    max-width: 940px;
    position: relative;
    margin: 0 auto 20px;
}

.how-to-videos * {
    list-style: none;
    margin: 0;
    padding: 0;
}

.how-to-videos .video-nav {
    width: 40%;
    float: left;
}

@media only screen and (max-width: 768px) {
    .how-to-videos .video-nav {
        width: 100%;
    }
}

.how-to-videos .video-nav li {
    background: #ebebeb;
    margin: 2px 0;
    padding: 28px 20px;
    color: #000;
    font-size: 15px;
    cursor: pointer;
}

.how-to-videos .video-nav li:first-child {
    margin-top: 0;
}

.how-to-videos .video-nav li:last-child {
    margin-bottom: 0;
}

.how-to-videos .video-nav li:hover {
    background: #b3b3b3;
}

.how-to-videos .video-nav li.active,
.how-to-videos .video-nav li.active:hover {
    background: #000;
    color: #fff;
}

.how-to-videos .video-window {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .how-to-videos .video-window {
        height: 400px;
        margin: 20px 0;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
}

.how-to-videos .video-window > li {
    display: none;
}

.how-to-videos .video-window > li.active {
    display: block;
}

.how-to-videos .video-window iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.how-to-videos .video-window .video-overlay {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #fff;
}

.how-to-videos .video-window .video-overlay .video-img {
    position: absolute;
    z-index: 9;
    opacity: 0.5;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.how-to-videos .video-window .video-overlay .video-overlay-text {
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.how-to-videos .video-window .video-overlay .video-overlay-text span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 99;
}

.how-to-videos .video-window .video-overlay .video-overlay-text .video-intro {
    font-size: 15px;
}

.how-to-videos .video-window .video-overlay .video-overlay-text .video-text {
    font-size: 30px;
    line-height: 30px;
    font-family: serif;
    margin: 8px 0;
}

.how-to-videos .video-window .video-overlay .video-overlay-text .video-play {
    font-size: 20px;
    color: #6cc1bc;
    cursor: pointer;
}

body.information-information h1 {
    display: none;
}

#about-us header {
    overflow: hidden;
    margin-bottom: 20px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 40px 0;
}

#about-us header p {
    margin: 0;
    font-size: 31px;
    line-height: 42px;
    color: #111111;
    font-family: "Times New Roman", serif;
}

#about-us img {
    margin: 20px 0;
    max-width: 100%;
}

#about-us figcaption h4 {
    font-size: 18px;
    font-weight: normal;
}

#about-us p {
    line-height: 23px;
}

ul.pagination li span,
ul.pagination li a {
    padding: 6px 8px!important;
}

ul.pagination li.active span {
    background: #6CC2BE;
    border-color: #6CC2BE;
}

ul.pagination li a {
    color: #6CC2BE;
}

.btn-primary {
    background-image: none;
    background: #6CC2BE;
    color: #fff;
    border-color: #6CC2BE;
    border-radius: 0px;
    text-align: center;
    transition: 0.6s all;
}

.btn-primary:hover {
    background: #91d0cf;
    transition: 0.3s all;
}

.video-nav {
    overflow-y: scroll !important;
    height: 390px;
}

.youtube-subscribe {
    float: right;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    font-family: "Roboto", sans-serif;
}

.youtube-subscribe a {
    color: #6DC1BF;
}

.mfilter-counter {
    display: none;
}

#menu .dropdown-inner a {
    padding: 10px 15px!important;
    font-size: 13px;
}

.see-all {
    padding: 3px 10px!important;
    font-size: 12px!important;
    background: #6CC2BE;
    color: #fff;
}

a {
    color: #6DC1BF;
}

#top-links .dropdown .dropdown-menu a {
    color: #6CC2BE;
}

#top-links .dropdown .dropdown-menu a:hover {
    color: #fff;
    background: #6CC2BE;
}

#intro-text h3 {
    font-size: 13px;
    line-height: 28px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 28px;
    line-height: 38px;
}

.no-style {
    text-transform: lowercase!important;
    font-weight: normal!important;
    text-decoration: underline;
}

#content .col-lg-2:nth-child(6n+1),
#content .col-lg-2:nth-child(6n+1),
#content .col-lg-3:nth-child(4n+1),
#content .col-lg-4:nth-child(3n+1),
#content .col-lg-6:nth-child(2n+1) {
    clear: none;
}

ul.pagination li {
    border-radius: 0px;
}

ul.pagination li span,
ul.pagination li a {
    border: none!important;
    border-radius: 0px!important;
}

.pagination-desc {
    display: inline-block;
    height: 45px;
    margin-right: 10px;
    top: 0;
    vertical-align: middle;
}

#list-view,
#grid-view {
    background: none;
    border: none;
    box-shadow: none;
}

#list-view:hover i,
#grid-view:hover i {
    color: #8ac1bd;
}

#list-view i,
#grid-view i {
    color: #bfbfbf;
    font-size: 18px;
    line-height: 18px;
}

.view-as-desc {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding: 5px 0;
}

.product-list .caption {
    margin-left: 230px;
    min-height: 180px;
    padding: 40px 20px;
    vertical-align: middle;
}

.product-list h4 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
    a.read-more {
        margin-bottom: 20px;
        display: block;
    }
}

@media only screen and (max-width: 1200px) {
    .product-thumb .caption .price-buttons button {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .product-thumb .caption .price-buttons .price {
        width: 100%;
        text-align: center;
    }
}

.col-sm-5.control-label {
    padding: 0px;
}


/* Styles for the blog page */

#blog-maincontent .widget.blog-category {
    border: none;
}

#blog-maincontent .blog-category ul li {
    background: none;
    border-bottom: none;
}

#blog-maincontent .blog-category ul li a {
    border: none;
    color: #353535;
}

#blog-maincontent .blog-category ul li a span {
    display: none;
}

#blog-maincontent h1,
#blog-maincontent h2,
#blog-maincontent h3,
#blog-maincontent h4,
#blog-maincontent h5,
#blog-maincontent h6 {
    font-family: "Roboto", sans-serif;
}

#blog-maincontent .widget-title {
    background: #6CC2BE;
    font-family: "Times New Roman", serif;
    text-transform: uppercase;
    font-size: 24px;
    border-radius: 0px;
    border-bottom: none;
}

#blog-maincontent .widget-title span {
    display: none;
}

.layerslider_wrapper {
    margin-bottom: 20px!important;
    margin-top: 5px;
}

.green-strip {
    background: #6cc2be;
    color: #fff;
    padding: 25px;
}

.green-strip h2 {
    color: #fff;
    margin-top: 0;
}

.green-strip p {
    font-size: 13px;
}

.green-strip a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.rating a {
    color: #6CC2BE;
    vertical-align: middle;
}

.post-single .intro-text {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 40px 0;
    color: #111;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 28px;
    letter-spacing: normal;
    line-height: 38px;
}

.post-single img {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
}

.post-meta,
.post-footer,
.related-post,
.datetime,
.post-heading,
#blog-breadcrumb {
    display: none;
}

#top {
    display: block!important;
    border-bottom: none;
    background-color: #6cc2be;
    color: #fff;
    margin: 0;
    min-height: 0;
    padding: 0;
}

#top .btn-link,
#top-links li,
#top-links a {
    text-shadow: none;
    color: #fff;
}

#currency {
    display: none;
}

#mfilter-opts-price-min,
#mfilter-opts-price-max {
    min-width: 30px!important;
    width: 80px!important;
}

.youtube-subscribe {
    display: block;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #25170e;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-align: right;
}

.youtube-subscribe a {
    color: #6cc2be;
}

.clear {
    clear: both;
}

.how-to-videos-title {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

body.information-information h1 {
    display: none;
}

#about-us header {
    overflow: hidden;
    margin-bottom: 20px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 40px 0;
}

#about-us header p {
    margin: 0;
    font-size: 31px;
    line-height: 42px;
    color: #111111;
    font-family: "Times New Roman", serif;
}

#about-us img {
    margin: 20px 0;
}

#about-us figcaption h4 {
    font-size: 18px;
    font-family: "Times New Roman", serif;
}

ul.pagination li.active span {
    background: #6CC2BE;
    border-color: #6CC2BE;
}

ul.pagination li a {
    color: #6CC2BE;
}

.btn-primary {
    background-image: none;
    background: #6CC2BE;
    color: #fff;
    border-color: #6CC2BE;
    border-radius: 0px;
    text-align: center;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
}

.btn-primary:hover {
    background: #91d0cf;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

#page-heading {
    margin-top: 25px;
}

#page-heading .container .content {
    background-color: #8ac1bd;
}

#page-heading .container .content h1 {
    border: none;
    color: #fff;
}

#page-heading .title {
    margin-bottom: 0;
}

#blog-maincontent {
    margin-top: 25px;
}

#blog-maincontent aside .widget-title {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: normal;
}

#blog-maincontent aside .blog-category {
    padding-bottom: 35px;
    border-bottom: 5px solid #aaa !important;
    margin-bottom: 1px;
}

#blog-maincontent aside .blog-category ul {
    margin-top: 15px;
}

#blog-maincontent aside .blog-category ul li a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

#blog-maincontent asice .blog-category ul li:active a {
    color: #8ac1bd;
}

#blog-maincontent aside .blog-category ul li a:hover {
    color: #8ac1bd;
    font-weight: normal;
}

#blog-maincontent aside .blog-category ul li a {
    display: block;
    margin-right: 15px;
}

#blog-maincontent aside .blog-category ul li span {
    font-size: 6px;
    top: -3px;
    left: -5px;
}

#blog-maincontent aside .blogtab,
#blog-maincontent aside .blog-recentcomment {
    border-bottom: 5px solid #aaa;
    border-top: 1px solid #aaa !important;
    border-right: none;
    border-left: none;
    margin-bottom: 1px;
    padding-bottom: 0;
}

#blog-maincontent aside .blogtab h2,
#blog-maincontent aside .blog-recentcomment h2 {
    padding: 10px 0;
}

#blog-maincontent aside .blogtab .widget-title,
#blog-maincontent aside .blog-recentcomment .widget-title {
    background: transparent;
    color: #111;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

#blog-maincontent aside .blogtab .tab-content,
#blog-maincontent aside .blog-recentcomment .tab-content {
    border: none;
    padding: 0;
}

#blog-maincontent aside .blogtab .tab-content .single-post,
#blog-maincontent aside .blog-recentcomment .tab-content .single-post {
    border-bottom: 1px solid #efefef;
}

#blog-maincontent aside .blogtab .tab-content .single-post .recent-thumbnail,
#blog-maincontent aside .blog-recentcomment .tab-content .single-post .recent-thumbnail,
#blog-maincontent aside .blogtab .tab-content .single-post .recent-content,
#blog-maincontent aside .blog-recentcomment .tab-content .single-post .recent-content {
    float: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px;
}

#blog-maincontent aside .blogtab .tab-content .single-post .recent-thumbnail,
#blog-maincontent aside .blog-recentcomment .tab-content .single-post .recent-thumbnail {
    width: 35%;
}

#blog-maincontent aside .blogtab .tab-content .single-post .recent-content,
#blog-maincontent aside .blog-recentcomment .tab-content .single-post .recent-content {
    width: 65%;
    color: #434343;
}

#blog-maincontent aside .blogtab .tab-content .single-post .recent-content span,
#blog-maincontent aside .blog-recentcomment .tab-content .single-post .recent-content span {
    color: #808080;
}

#blog-maincontent aside .blogtab .alert-warning,
#blog-maincontent aside .blog-recentcomment .alert-warning {
    background-color: #8ac1bd;
    border: none;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#blog-maincontent .post {
    margin-top: 35px;
}

#blog-maincontent .post:first-child {
    margin-top: 0;
}

#blog-maincontent .post:first-child .post-heading {
    margin-top: 0;
}

#blog-maincontent .post .post-heading {
    display: block;
    background-color: transparent;
    border-bottom: 0;
    margin: 15px 0;
    padding: 0;
}

#blog-maincontent .post .post-title a {
    color: #111;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
}

#blog-maincontent .post span.fa-pencil {
    display: none;
}

#blog-maincontent .post .post-thumbnail img {
    width: 100%;
    height: 250px;
    margin-top: 15px;
}

#blog-maincontent .post .post-content {
    color: #808080;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px;
}

#blog-maincontent .post .post-content .content {
    margin: 25px 0;
}

#blog-maincontent .post .post-tags {
    padding: 16px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    min-height: 56px;
}

#blog-maincontent .post .post-tags span {
    display: inline;
}

#blog-maincontent .post .post-tags span i {
    display: none;
}

#blog-maincontent .post .readmore {
    bottom: 7px;
    padding: 0;
}

#blog-maincontent .post .readmore a {
    color: #fff;
    display: block;
    background-color: #8ac1bd;
    padding: 10px 30px;
    text-decoration: none;
    -webkit-transition: background ease-out 0.25s;
    transition: background ease-out 0.25s;
}

#blog-maincontent .post .readmore a:hover {
    background: #000;
}

#blog-maincontent .post-single .post-heading {
    margin-bottom: 0;
}

#blog-maincontent .post-single .post-heading h2.post-title {
    color: #000;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #F5F5F5;
}

#blog-maincontent .post-single .post-meta {
    border-bottom: 0;
    display: block;
}

#blog-maincontent .post-single .post-meta span {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

#blog-maincontent .post-single .post-meta span .fa {
    display: none;
}

#blog-maincontent .post-single img {
    margin: 0;
    border: 2px solid #f5f5f5;
}

#blog-maincontent .post-single .post-content h2 {
    border: none;
    margin-top: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#blog-maincontent .post-single .post-content h2 span {
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-size: 17px !important;
    line-height: 21px;
}

#blog-maincontent .post-list-categories .post-heading {
    margin-bottom: 0;
}

#blog-maincontent .post-list-categories .post-heading h2.post-title {
    color: #000;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #F5F5F5;
}

#blog-maincontent .post-list-categories img {
    margin-top: 15px;
}

#blog-maincontent .post-list-tags h2.post-title {
    color: #000;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #F5F5F5;
}

#blog-maincontent .post-list-tags .readmore {
    bottom: 12px;
}

#contact-map {
    width: 100%;
    height: 450px;
}

aside#top-three ul li:first-child span {
    margin-right: 15px;
}

aside#top-three ul li:nth-child(3) {
    border: 2px solid #6cc2be;
    float: left;
    margin: 6px 0 0 0;
    max-height: 40px;
}

@media only screen and (max-width:480px) {
    aside#top-three ul li:nth-child(3) {
        margin: 10px 0;
    }
}

aside#top-three ul li:nth-child(3) span {
    background: #6cc2be;
}

aside#top-three ul li span .fa {
    color: #fff;
    text-shadow: none;
}

#search label {
    display: none;
}

#search .btn-lg {
    padding: 10px 15px;
}

#search span button {
    height: 40px;
}

#search input {
    height: 40px!important;
}

.full-width-notice {
    text-align: center;
    font-size: 14px;
    background-color: #ddd;
    padding: 10px 0;
    font-weight: bold;
}