/*!
 * 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: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
      url("../img/public/about-bg.jpg");*/
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: #000;
    overflow-x: hidden;
    font-size: 16px;
}



h1,
h2,
h3,
h4,
h5,
h6 {

}

p {
  line-height: 1.75;
}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}

a{
    color:#263986;
}

.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: #B6B6B6;
    background-image: url(../img/public/nav-bg.jpg);
}

#mainNav .navbar-brand {
  color: #E46D2C;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #000;
  font-weight: 800;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #E46D2C;
}
#mainNav .nav-affix{
    display:none;
}
@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: #E46D2C;
  }
}

.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: #E46D2C;
}

@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: var(--theme-color-secondary);
}



.bg-primary {
  background-color: #E46D2C !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
  background-color: #E46D2C;
  border-color: #E46D2C;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #df902a;
  border-color: #df902a;
}

.font-weight-light {
  font-weight: 100 !important;
}

.o-highlight{
    background:#e46d2c;
    color:#fff;
    padding:14px;
}
.o-color{
    color:#e46d2c!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:#e46d2c;
    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;
}
.image-box-attach{
    background-attachment: fixed;
}
.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;
    margin-right:0;
}
.row-clear .col-clear{
    padding-left:0;
    padding-right:0;
}
.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;
}
.ph-53{
    padding-left:53px;
    padding-right:53px;
}

.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;
}

.bg-white{
    background:#fff!important;
}

.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);
}


/*#mainNav{
    position:relative;
    z-index:5;
}*/
.nav-under-line{
    position:absolute;
    left:0;
    right:0;
    bottom:-18px;
}
.nav-under-line-1{
    border-bottom:1px solid #3c4d92;
}
.nav-under-line-2 {
    border-bottom: 12px solid var(--theme-color-primary);
}
.nav-under-line-3 {
    border-bottom: 7px solid var(--theme-color-third);
}
.nav-under-line-4 {
    background-image: linear-gradient(var(--theme-color-primary), var(--theme-color-secondary));
    width: 100%;
    height: 188px
}
.nav-menu-libbon{
    position:absolute;
    left:53px;
    top:0;
    bottom:-21px;
    width:60px;
    background:var(--theme-color-secondary);
    cursor:pointer;
}
.nav-menu-lang {
    position: absolute;
    top: 32px;
    right: 53px;
    font-size: 16px;
}
.nav-menu-lang a{
    color:#000;
}
.nav-menu-lang a.active{
    color:#263986;
    text-decoration:underline;
}
.nav-menu-libbon-inner{
    position:relative;
    width:100%;
    height:100%;
}
.nav-menu-libbon-menu{
    bottom:15px;
    left:0;
    right:0;
    position:absolute;
    text-align:center;
}

.o-nav-toggler{
    background:none;
    border:none!important;
    outline:none!important;
    color:var(--theme-color-third);
    text-align:center;
}
.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='#eed89e' 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;
    line-height:10px;
}

.nav-big{
    width:100%;
    padding:0.5rem 0;
}
.nav-big-col{
    padding:0.5rem 0;
}
.nav-big-menu p{
    margin-top:0;
    margin-bottom:3px;
}

.nav-big-menu p a{
    color:#000;
    text-decoration:none!important;
}

.nav-big-menu p a.active,
.nav-big-menu p a:active,
.nav-big-menu p a:focus{
    color:#263986;
}
.nav-big-menu p a:hover{
    color:#eed89e;
}

.text-primary {
    color: var(--theme-color-primary) !important;
}
.text-default{
    color:#000 !important;
}
.text-blue{
    color:#3f5fdf !important;
}
.site-map a{
    margin-right:20px;
}
.section-top{
    margin-top:20px;
    border-bottom:7px solid #eed89e;
}
.social img{
    margin:0 5px;
}

.position-relative{
    position:relative;
}
.position-absolute{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}

.img-hover{
    position:relative;
    display:inline-block;
}
.img-hover:hover:after{
    content:' ';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(255, 255, 255, 0.40);
}
.img-hover-opacity:hover{
    opacity:0.8;
}
.coming-soon {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:10;
}
.nav-logo img{
    width:80px;
}

.fa-footer-link{
    background:#4460CA;
    display:inline-block;
    width:30px;
    height:30px;
    margin:0 7px;
    border-radius:50%;
    text-align:center;
    color:#fff!important;
    padding-top:3px;
}
.fa-footer-link:hover{
    opacity:0.8;
}
.fa-footer-link img{
    width:21px;
    margin-top:-2px;
}

.nav-menu-modal{
    background: rgba(0, 0, 0, 0.80);
    z-index: 2000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 49px;
    padding-top: 42px;
    display: none;
}
.nav-menu-dialog{
    background:var(--theme-color-secondary);
    left:53px;
    position:absolute;
    top:0;
    bottom:0;
    width:50%;
    padding:72px;
}
.nav-menu-left{
    background:#141417;
    left:0;
    position:absolute;
    top:0;
    bottom:0;
    width:53px;
}
.nav-menu-dialog .nav-menu-content a {
    color: #fff;
    display: block;
    text-decoration: none !important;
    text-align: left;
    font-size: 16px;
    padding: 10px;
}
.nav-menu-dialog .nav-menu-content a:hover{
    background:#eed89e;
    color:#333;
    margin:0 -72px;
    margin-left:-125px;
    padding:10px 82px;
    padding-left:135px;
}
.nav-menu-footer{
    margin-top:20%;
}
.blue-box {
    color: #fff;
    padding: 14px;
    background: var(--theme-color-primary);
    position: relative;
    height: 100%;
}
.blue-box-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px;
    background: var(--theme-color-primary);
    color: #fff;
}

.btn-white{
    color:#A8A8A8!important;
    border:1px solid #A8A8A8;
    box-shadow:none;
    border-radius:0;
}
.btn-white:hover{
    opacity:0.5;
}


@media(max-width:512px) {
    /*.coming-soon {
        left:50%;
        width:50%;
        margin-left:-25%;
    }*/
}
@media(max-width:768px) {
    
    .social{
        text-align:left!important;
    }
    .footer-logo{
        display:none;
    }
    .nav-menu-footer .text-right{
        padding-top:20px;
        text-align:left!important;
    }
    .hidden-768{
        display:none;
    }
}
@media(max-width:992px){
    .blue-box-footer{
        position:static;
    }
    .hidden-992{
        display:none;
    }
}
@media(max-width:1024px) {
    .hidden-1024{
        display:none;
    }
    .nav-logo{
        float:right;
    }
    .nav-logo img{
        width:70px!important;
        margin-right:35px;
    }
    .nav-menu-dialog{
        width:auto;
        right:0;
        padding:14px;
    }
    
}
@media(max-width:1366px) {
    .hidden-1366{
        display:none;
    }
}
@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;
    }
}
@media(min-width:768px){
    .blog-subject{
        height:70px;
        overflow-y:hidden;
    }
    .blog-shortdesc{
        height:93px;
        overflow-y:hidden;
    }
    .blog-subject .blog-subject-inner{
        width:100%;
        height:50px;
        display:table;
    }
    .blog-subject .blog-subject-inner a{
        display:table-cell;
        width:100%;
        height:100%;
        vertical-align:middle;
    }
}
