﻿body {
    background: #FFFFFF url('http://1stcomix.com/image/data/background-quilt-trans.gif') 100% 50% repeat;
    color: #000000;
    font-family: Comic Sans MS, 'Marker Felt', sans-serif;
    margin: 0px;
    padding: 0px;
}
body, td, th, input, textarea, select, a {
    font-size: 12px;
}

h1, h2 {
    color: #BC1F28;
    font-weight: 600;
}

h1 {
    font-size: 25px;
    margin-top: 10px;
}

h2 {
    font-size: 23px;
}

a, a:visited {
    color: #3F9CFC;
}

/* header */

header {
    margin-bottom: 7px;
    padding-bottom: 0px;
}
header #logo {
    margin-bottom: 7px;
}
header #logo .img-responsive {
    margin: 0 auto;
}

/* menu */

#menu {
    background: #3F9CFC;
    border-bottom: 1px solid #000000;
    font-family: Comic Sans MS, 'Marker Felt', sans-serif;
    font-weight: bold;
}
#menu a {
    font-size: 14px;
}
#menu .nav > li > a {
    font-size: 14px;
    line-height: 14px;
    padding: 12px 15px 11px 15px;
}

#menu .dropdown-inner a {
    min-width: 220px;
    color: #0475eb;
}

.navbar {
    margin-bottom: 12px;
}

#menu .dropdown-menu {
    background: url('../image/menu.png');
}

#menu .dropdown-menu > a { 
	color: #0475eb; 
}

#menu ul > li:hover {
    background: #A6CFFD;
}


/* main content containers */

#content {
    background-color: #FFFFFF;
    border: #3F9CFC 3px solid;
}
#content > .row {
    margin-left: 15px;
    margin-right: 15px;
}
#content > h3 {
    margin-bottom: 20px;
}
.container {
    max-width: 980px;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1050px) {
    .container, .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        max-width:96%;
    }
}

body .container .row {
    margin-left: 0px;
    margin-right: 0px;
}

#content {
    padding: 0 1% 1%;
}

/* footer */

footer {
    background-color: #F8F8F8;
    color: #222222;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    padding: 25px 35px;
    border: 3px solid #DEDEDE;
}

footer li {
    list-style: inside disc none;
}

footer a {
    color: #222222;
}

footer a:hover {
    color: #777777;
}

/* home page */

.owl-theme .owl-wrapper-outer {
    border: 0px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.owl-theme .owl-pagination {
    top: -30px;
}

.common-home .col-xs-12 {
    width: 100%;
}

.common-home .col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .common-home .col-sm-4 {
        width: 33.33%;
    }

    .common-home .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .common-home .col-md-2 {
        width: 18.1818%;
    }

    .common-home .col-md-offset-1 {
        margin-left: 1%;
    }
}

@media (min-width: 1200px) {
    .common-home .col-lg-2 {
        width: 18.1818%;
    }

    .common-home .col-lg-offset-1 {
        margin-left: 1%;
    }
}

.slideshow {
    margin-top: 10px;
    position: relative;
}

.slideshow .nivo-controlNav {
    display: block;
    width: 450px;
    margin: 0 auto;
    height: 22px;
    z-index: 99;
}

.slideshow .nivo-controlNav a {
    vertical-align: top;
    display: block;
    width: 22px;
    height: 22px;
    background: url('../image/bullets.png') no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}
.slideshow .nivo-controlNav a.active {
    background-position:0 -22px;
}

.nivo-directionNav a i {
    font-size: 50px;
    color: rgba(238,238,238,0.7);
}

.nivo-directionNav a:hover i {
    font-size: 50px;
    color: rgba(238,238,238,1);
}

.nivo-directionNav .nivo-nextNav {
    right: 9%;
}

.nivo-directionNav .nivo-prevNav {
    left: 9%;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 800px) {
    .nivoSlider .nivo-directionNav a {
        top:38%;
    }

    .nivo-directionNav a i {
        font-size: 40px;
    }

    .nivo-directionNav .nivo-nextNav {
        right: 5%;
        padding:25px;
    }

    .nivo-directionNav .nivo-prevNav {
        left: 5%;
        padding:25px;
    }
}

@media (max-width: 600px) {
    .slideshow .nivo-controlNav {
        width: 225px;
    }

    .nivoSlider .nivo-directionNav a {
        top:30%;
    }

    .nivo-directionNav a i {
        font-size: 30px;
    }

    .nivo-directionNav .nivo-nextNav {
        right: 3%;
        padding:25px;
    }

    .nivo-directionNav .nivo-prevNav {
        left: 3%;
        padding:25px;
    }
}

@media (max-width: 767px) {
    #content {
        padding: 0 40px 40px;
    }

    .slideshow {
        margin-left: -40px;
        margin-right: -40px;
    }
}

@media (max-width: 600px) {
    #content {
        padding: 0 20px 20px;
    }

    .col-xs-6 {
        padding-left:5px;
        padding-right:5px;
    }

    .slideshow {
        margin-left: -20px;
        margin-right: -20px;
    }
}


/* product catalog */

.breadcrumb {
    margin-top: 15px;
    margin-bottom: 10px;
}

.product-thumb {
    border-style: none;
    overflow: inherit;
    margin-bottom: 30px;
}

.product-thumb .caption {
    text-align: center;
    padding: 0 6px;
    min-height: inherit;
}

.product-thumb .caption h4 {
    margin-top: 5px;
}

.product-grid .product-thumb .caption {
    text-align: center;
    padding: 0 6px;
    min-height: inherit;
}

.category-img > img {
    border-width: 0;
}

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

#content .cat-products-row {
    margin-left: 0px;
    margin-right: 0px;
}

#content .cat-img-header-row {
    margin-left: -15px;
    margin-right: -15px;
}

/* product page */

.product-content h1 {
    margin-bottom: 20px;
}

#navProducts {
    margin: 12px 0 10px 0;
    font-size: 14px;
    color: #333333;
}

#navProducts a, #navProducts span {
    font-size: 17px;
    color: #3F9CFC;
}

@media (max-width: 768px) {
    #navProducts .col-xs-12 {
        margin-top: 10px;
    }
}

.product-content .list-unstyled {
    font-size: 14px;
    color: #333333;
}

.product-content .list-unstyled big {
    font-size: 17px;
    color: #3F9CFC;
}

.product-content .list-unstyled li {
    margin-top: 5px;
}

.thumbnail {
    max-width: 260px;
}

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

#tab-description h2 {
    font-size: 16px;
}

#tab-description a {
    text-decoration: underline;
}

#tab-description a:hover {
    text-decoration: none;
}

#tab-description > p {
    font-weight: 600;
    font-size: 15px;
}

#tab-description > ul {
    margin-top: -5px;
}

#tab-description > ul > li {
    list-style-type: none;
}

#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!important;
}

@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:none!important;
    }
}
@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:none!important;
    }
}
@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:none!important;
    }
}

.btn-primary, .btn-primary:visited {
    color: inherit;
}