/*!
 * Start Bootstrap - Business Casual v4.1.1 (https://startbootstrap.com/template-overviews/business-casual)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-casual/blob/master/LICENSE)
 */

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/Times New Roman/times.ttf');
}

body {
  font-family: 'Times New Roman','Prompt';
  background:#eee;
  /*background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("../img/bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;*/
  font-size:16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {

}

p {
  line-height: 1.75;
}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}

.site-heading {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  line-height: 1;
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}

.site-heading .site-heading-lower {
  font-size: 5rem;
  font-weight: 100;
  line-height: 4rem;
}

.page-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section-heading {
  text-transform: uppercase;
}

    .section-heading .section-heading-upper {
        display: block;
        font-size: 16px;
        font-weight: 800;
    }

.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 100;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.85);
}

#mainNav {
  background-color: rgba(47, 23, 15, 0.9);
}

#mainNav .navbar-brand {
  color: #263986;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #263986;
}

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.4);
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #263986;
  }
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}

@media (min-width: 992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
  }
}

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(228, 109, 44, 0.9);
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
}

@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }
  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
}

.list-hours {
  font-size: 0.9rem;
}

.list-hours .list-hours-item {
  border-bottom: 1px solid rgba(230, 167, 86, 0.5);
  padding-bottom: .25rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.list-hours .list-hours-item.today {
  font-weight: bold;
  color: #263986;
}

@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}

.address strong {
  font-size: 1.2rem;
}

.hide {
    display: none !important;
}

.footer {
  background-color: rgba(0, 0, 0, 0.9);
}

.text-primary {
  color: #263986 !important;
}

.bg-primary {
  background-color: #263986 !important;
}

.btn {
  /*box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);*/
}

.btn-primary {
  background-color: #263986;
  border-color: #263986;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #4559a9;
  border-color: #4559a9;
}

.font-weight-light {
  font-weight: 100 !important;
}

.o-highlight{
    background:#263986;
    color:#fff;
    padding:14px;
}
.o-color{
    color:#263986!important;
}

.page-banner .o-highlight,
.page-banner .page-banner-main,
.o-box{
    position:relative;
}
.page-banner .page-banner-main .title,
.o-box .title {
    background:rgba(0, 0, 0, 0.45);
    padding:28px;
   left:0;
   right:0;
   bottom:0;
   height:50%;
   position:absolute;
   color:#fff;
}
.page-banner .page-banner-main .title p{
    font-size:16px;
}
.o-box .title{
    background:#263986;
    color:#fff;
    padding:7px 14px;
    height:auto;
}
.page-banner .page-banner-main .title .read{
    color:#fff;
    font-style:italic;
}


.image-box{
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.pull-right{
    float:right;
}
p {
    font-size: 16px;
    line-height: 22px;
}
.page-banner p{
    margin-bottom:5px;
}

.row{
    margin-left:-7px;
    margin-right:-7px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 7px;
    padding-left: 7px;
}
.row-clear{
    margin-left:0!important;
    margin-right:0!important;
}
.row-clear .col-clear{
    padding-left:0!important;
    padding-right:0!important;
}
.mb-7{
    margin-bottom:7px;
}
.mb-14{
    margin-bottom:14px;
}
.mt-7{
    margin-top:7px;
}
.mt-14{
    margin-top:14px;
}


.pb-7{
    padding-bottom:7px;
}
.pb-14{
    padding-bottom:14px;
}
.pb-21{
    padding-bottom:21px;
}
.pb-35{
    padding-bottom:35px;
}
.pt-7{
    padding-top:7px;
}
.pt-14{
    padding-top:14px;
}
.pt-21{
    padding-top:21px;
}
.pt-35{
    padding-top:35px;
}

.p-35{
    padding:35px!important;
}

/* about nav bar */
.o-nav{
    position:fixed;
    width:60px;
    background:#000;
    left:0;
    right:0;
    top:0;
    bottom:0;
    text-align:center;
    z-index:1000;
    display:none;
}
.o-nav-inner{
    padding:14px;
    position:relative;
    width:100%;
    height:100%;
    box-sizing:border-box;
}
.o-nav-inner-footer {
    padding: 14px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
}
.o-nav-toggler{
    background:none;
    border:none!important;
    outline:none!important;
    cursor:pointer;
    color:#fff;
    text-align:center;
    margin-top:0;
}
.o-nav-toggler-icon{
    margin:0 auto;
    display: block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.o-nav-toggler-text{
    font-size:10px;
}
.o-nav-menu{
    background:rgba(51, 51, 51, 0.90);
    z-index:2000;
    position:fixed;
    left:60px;
    right:0;
    top:0;
    bottom:0;
    padding:49px;
    padding-top:42px;
    display:none;
}
.o-nav-menu a:not(.o-color){
    color:#fff;
}
.o-nav-menu h5{
    margin-top:14px;
    font-size:18px;
}
.o-nav-menu h6{
    padding-left:35px;
    margin-top:10px;
}
.o-nav-menu-closer{
    color:#fff;
    font-size:50px;
    position:absolute;
    right:35px;
    top:7px;
    cursor:pointer;
}
body{
    /*padding-left:60px;*/
}
.mh-auto{
    height:auto;
}
.mh-200:not(.mh-auto){
    min-height:200px;
}
.mh-300:not(.mh-auto){
    min-height:300px;
}
.mh-400:not(.mh-auto){
    min-height:400px;
}
.mh-500:not(.mh-auto){
    min-height:500px;
}
.text-footer{
    padding-top:20px;
    font-size:12px;
}
.space-lt-lg{
    margin:14px 0;
}

.top-right-item{
    text-align:center;
    margin-top:21px;
}
.top-section{
    padding:14px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.80);
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    background-image: url(../img/public/nav-bg.jpg);
}
.nav-under-line{
    margin-bottom:14px;
}
.nav-under-line .nav-under-line-1{
    border-bottom:6px solid #263986;
}
.nav-under-line .nav-under-line-2{
    border-bottom: 3px solid #eed89e;

}

.bg-white{
    background:#fff!important;
}

.credit{
    position: fixed;
    right: 14px;
    bottom:14px;
    color:#fff;
    z-index:2;
}
.ccl{
    position: fixed;
    right: 14px;
    top:14px;
    color:#fff;
    z-index:2;
    font-weight:900;
}

.one-line{
    overflow-x:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow-y:hidden;
}
.two-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.three-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.four-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.z-depth-0 {
    box-shadow: none !important;
    border:none !important;
}

.z-depth {
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

.z-depth-1{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half{
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.mat-box {
    border-radius: 5px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
.btn-white{
    color:#000!important;
    border:1px solid #333;
    box-shadow:none;
    border-radius:3px;
}
.btn-white:hover{
    opacity:0.5;
}


.k-profile{
    border-radius:50%;
    border:0.2rem solid rgba(38, 57, 134, 0.8)
}

.hand{
    cursor:pointer;
}

div::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #C0C0C0;
    border-radius: 3px;
}
div::-webkit-scrollbar
{
	width: 6px;
	background-color: #616161;
    border-radius: 3px;
}
div::-webkit-scrollbar-thumb
{
	background-color: #616161;
    border-radius: 3px;
}


@media(min-width:768px){
    body{
        /*padding-left:80px;*/
    }
    .o-nav-menu{
        left:80px;
    }
    .o-nav{
        width:80px;
    }
    .top-right-item{
        margin-top:-28px;
        text-align:right;
    }
    .o-box .title{
        height:100px;
    }
    .text-footer{
        position:absolute;
        left:0;
        right:0;
        bottom:0;
        padding:7px 14px;
    }
}

a .image-box:hover{
    opacity:0.8;
}

.btn[class*="btn-outline"]{
    background:#fff;
}

@media(min-width:992px){
    
    .mh-200{
        min-height:200px;
    }
    .mh-300{
        min-height:300px;
    }
    .mh-400{
        min-height:400px;
    }
    .mh-500{
        min-height:500px;
    }
    .space-lt-lg{
        margin:0;
    }
}

