﻿body {
    font-family: 'Open Sans', sans-serif;
}

.navbar {
    margin-bottom: 0;
    padding: 20px 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: black;

}

.navbar-brand {
    padding: 2px;
}

@media (max-width: 400px) {
    .navbar-header {
        position: relative;
    }
    .navbar img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 70%;
        max-width: 75px;
        max-height: 80px;
    }
}

.navbar-inverse .navbar-nav>li>a {
    color: #bbb
}


.navbar img {
    width: 50px;
    height: 50px;
    margin-top: -5px;
}

.cbp-af-header-shrink {
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: .9;
}

.fill-screen {
    background-size: cover;
    /*background-position: center;*/
}

.title-row {
    position: relative;
}

.title-image {
    position: absolute;
    padding: 20px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.down-button {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.down-button i {
    color: gray;
}

.fixed-attachment {
    background-attachment: fixed;
    display:inline-block;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1024px) {
    .fixed-attachment {
        background-attachment: scroll;
    }
}

.carousel img {
    max-height: 500px;
    max-width: 100%;
    padding: 30px 30px;
    margin: auto;
}

.img-responsive {
    display: inline;
    margin: 0 auto;
}

.text-banner {
    text-align: center;
    margin: 40px 20px;
}

.text-banner h1{
    font-size: 44px;
}

.text-banner p {
    font-size: 18px;
}

.settings-section {
    margin: 50px;
}

.setting-element {
    text-align: center;
}

.setting-element img {
    width: 150px;
}

.settingheader {
    padding: 10px;
    max-width: 500px;
    width:100%;
    text-align: center;
}

.settingText {
    background-color: rgba(255, 255, 255, 0.6);
    display:table;
}

.settingText [class*="col-"]{
    background-color: rgba(255, 255, 255, 0.6);
    display: table;
}

.settingTextClear {
    background-color: transparent;
    display:table;
}

.settingTextClear [class*="col-"]{
    background-color: transparent;
    display: table;
}


.settingImg {
    max-width: 100%;
    text-align:center;
}
 
@media (max-width:767px) {
    .settingImg {
        max-width: 150px;
    }
}

footer {
    background-color: #000;
    color: #ddd;
    padding: 20px;
    text-align: center;
}
aside {
    background: #e4e4e4;
    text-align: center;
    padding-top: 20px;
}
.product-list {
    padding-bottom: 10px;
    padding-top: 10px;
}
.product-list h4 {
    margin-bottom: 10px;
    color: #000066;
    font-weight: bold;
}
.product-list img {
    width: 100%;
    height: 100%;
    max-width: 140px;
    max-height: 60px;
}
.product-title {
    color: #000066;
}

.menu-list {
    background-color: #e4e4e4;
    padding-bottom: 10px;
}

.menu-list a {
    color: #000033;
}

.menu-list a h6 {
    margin-top: 2px;
    margin-bottom: 5px;
}

.menu-list h6 {
    margin-bottom: 10px;
    color: #000066;
    font-weight: bolder;
}

.menu-list img {
    width: 50px;
    height: 50px;
    padding: 2px 2px 2px 2px;
}

.menu-list-top div {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 10px;
}

.menu-list-top a {
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
}

.articleText {
    display: table;
    font-size:16px;
    vertical-align: top;
}

@media (max-width:767px){
    .articleText {
        font-size: 12px;
    }
}

article {
    padding: 40px;
}

article img {
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: 6px 6px 8px #777;
    margin-bottom: 10px;
}

article p {
    font-size: 16px;
}

@media (max-width: 767px) {
    .product-list h4 {
        display: inline;
        font-size: 18px;
    }
    .product-list {
        text-align: left;
    }
    .product-list a {
        display: block;
    }
    .product-list img {
        width: 33%;
        height: 33%;
        margin-right: 5px;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .menu-list h6 {
        display: inline;
        font-size: 18px;
    }

    .menu-list {
        text-align: left;
    }

    .menu-list a {
        display: block;
    }

    .menu-list img {
        width: 25%;
        height: 25%;
        margin-right: 5px;
        margin-bottom: 30px;
        margin-top: 20px;
    }

}

/* From: http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height */

/* columns of same height styles */
.container-xs-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
}

.row-xs-height {
    display: table-row;
}

.col-xs-height {
    display: table-cell;
    float: none;
}

@media (min-width: 768px) {
    .container-sm-height {
        display: table;
        padding-left: 0;
        padding-right: 0;
    }

    .row-sm-height {
        display: table-row;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
    }
}

@media (min-width: 992px) {
    .container-md-height {
        display: table;
        padding-left: 0;
        padding-right: 0;
    }

    .row-md-height {
        display: table-row;
    }

    .col-md-height {
        display: table-cell;
        float: none;
    }
}

@media (min-width: 1200px) {
    .container-lg-height {
        display: table;
        padding-left: 0;
        padding-right: 0;
    }

    .row-lg-height {
        display: table-row;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
    }
}

/* vertical alignment styles */
.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

/* Scroll bars */
::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #ffffff;
    -webkit-border-radius: 1ex;
}

::-webkit-scrollbar-thumb {
    background: #000000;
    -webkit-align-content: 1ex;
    -webkit-box-shadow: 0 1px 2px rgba(255,255,255,0.75);
}

::-webkit-scrollbar-corner {
    background: #444444;
}

/* Original Foe.Css */
A {
    text-decoration: underline;
    color: #000000;
    text-align: right
}

A:Hover {
    text-decoration: NONE;
    color: #FFFFFF;
    background-color: #000000
}

A.line {
    text-decoration: none;
    color: #FFFFFF;
    text-align: right
}

A.line:Hover {
    text-decoration: NONE;
    color: #000000;
    background-color: #ffffff
}

h1, h2, h3, h4, h5, TD, TH, P, A, LI, .h1, .h2, .h3, .h4, .h5, .basic, blockquote {
    text-align: left;
    text-transform: none;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, P, A, LI, .h1, .h2, .h3, .h4, .h5, .basic, blockquote {
    margin: 0;
    padding: 0;
}

p {
    text-indent: -5px;
    padding-left: 15px;
}