html {
  scroll-behavior: smooth !important;
}
@media screen and (min-width:1440px) {
	.appt-button-xl {
        
        -webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
	}
    .appt-button-md {display:none; 
        -webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
    }
    .appt-button-sm {display:none; 
        -webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
    }
     .appt-button-xs {display:none; 
        -webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
    }
}

@media (min-width:1202px) and (max-width:1439px) {
	.appt-button-xl {
        display:none;
        -webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
	}
    .appt-button-md {
        -webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
    }
    .appt-button-sm {display:none; 
        -webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
    }
     .appt-button-xs {display:none; 
        -webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
    }
}

@media (min-width:989px) and (max-width:1201px) {
	.appt-button-xl {
        display:none;
        -webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
	}
    .appt-button-md {display:none; 
        -webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
    }
    .appt-button-sm {
        -webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
    }
     .appt-button-xs {display:none; 
        -webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
    }
}

@media screen and (max-width:988px) {
	.appt-button-xl {
        display:none; 
        -webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
	}
    .appt-button-md {display:none; 
        -webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
    }
    .appt-button-sm {display:none; 
        -webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
    }
     .appt-button-xs {
        -webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
    }
}








@media screen and (min-width:1440px) {
	.menu-link {
        font-weight: 700;
	font-size: 1em;
        
		padding: 39px 15px;
		-webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
	}
}

@media (min-width:1202px) and (max-width:1439px) {
	.menu-link {
        font-weight: 700;
	font-size: 0.9em;
     
		padding: 39px 9px;
		-webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
	}
}

@media (min-width:900px) and (max-width:1201px) {
	.menu-link {
        font-weight: 700;
	font-size: 0.9em;
       
		padding: 19px 5px;
		-webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease;
	}
}



@media (min-width:481px) and (max-width:768px) {
    .profile-photo,
    .profile-photo-300 {
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px
    }
     .profile-photo-300-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px
    }
}

@media screen and (min-width:769px) {
    .profile-photo,
    .profile-photo-300 {
        padding-left: 20px;
        padding-bottom: 20px
    }
       .profile-photo-300-left {
       
        padding-right: 20px;
        padding-bottom: 20px
    }
    .profile-photo {
        width: 400px
    }
    .profile-photo-300 {
        width: 200px
    }
       .profile-photo-300-left {
        width: 200px;
        
    }
}

@media (min-width:481px) and (max-width:991px) {
    .fluid-font {
        font-size: 30px;
        line-height: 1.2
    }
    .fluid-font-2 {
        font-size: 25px;
        line-height: 1.4
    }
    .fluid-font-7 {
        font-size: 21px;
        line-height: 1.4
    }
    .fluid-font-5 {
        font-size: 12px;
        line-height: 1.2
    }
    .fluid-font-1 {
        font-size: 71px;
        line-height: 1.2
    }
}
@media screen and (min-width:991px) {
.heromargintop {
	margin-top:60px !important;
}
}
@media screen and (max-width:990px) {
.heromargintop {
	margin-top:-100px !important;
}
}


@media screen and (max-width:480px) {
    .profile-photo,
    .profile-photo-300 {
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px
    }
       .profile-photo-300-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px
    }
    .fluid-font {
        font-size: 33px;
        line-height: 1.2
    }
    .fluid-font-2 {
        font-size: 28px;
        line-height: 1.4
    }
    .fluid-font-7 {
        font-size: 15px;
        line-height: 1.4
    }
    .fluid-font-5 {
        font-size: 10px;
        line-height: 1.2
    }
    .fluid-font-1 {
        font-size: 60px;
        line-height: 1.2
    }
}

@media screen and (min-width:992px) {
    .fluid-font {
        font-size: 60px;
        line-height: 1.2
    }
    .fluid-font-7 {
        font-size: 32px;
        line-height: 1.4
    }
    .fluid-font-2 {
        font-size: 55px;
        line-height: 1.4
    }
    .fluid-font-5 {
        font-size: 13px;
        line-height: 1.2
    }
    .fluid-font-1 {
        font-size: 75px;
        line-height: 1.2
    }
}

@media screen and (max-width:993px) {
    .all-center {
        text-align: center
    }
}

@media screen and (max-width:768px) {
    .all-center {
        text-align: center
    }
    .hide-content {
        display: none
    }
}

@media (max-width:991px) {
    .div-location,
    .regular-menu {
        display: none !important;
    }
    .main-form {margin-top:20px;}
    .np-bg {
        background: 0 0
    }

}
@media (max-width:767px) {
         #header,
    #header-wrap,
    #logo img {
        padding-left:0 !important; 
        padding-right:0 !important;
     padding-top:4px;
        -webkit-transition: height .4s ease, opacity .3s ease;
        -o-transition: height .4s ease, opacity .3s ease;
        transition: height .4s ease, opacity .3s ease;
} 
 
    #logo img {
        display: none;
        max-width: 100%;
        padding-left: 0px;
        height:80px !important;
        
    }
}
@media (min-width:768px) and (max-width:991px) {
     #logo img {
        display:none;
        max-width: 100%;
         height:85px !important;
    }
     #header,
    #header-wrap,
    #logo img {
        padding-left:0 !important; 
        padding-right:0 !important;
     padding-bottom:5px; padding-top:4px;
        -webkit-transition: height .4s ease, opacity .3s ease;
        -o-transition: height .4s ease, opacity .3s ease;
        transition: height .4s ease, opacity .3s ease;
}
}

@media (max-width:1216px) {
    .mid-ban-title {display:none;}
}

@media (min-width:992px) {
    .mobile-menu {
        display: none !important;
    }
    .main-form {margin-top:-250px !important;}
   
    #logo img {
        display: block;
        max-width: 100%;
        padding-left: 0px;
        height:90px !important;
    }
    #header,
    #header-wrap,
    #logo img {
  
        -webkit-transition: height .4s ease, opacity .3s ease;
        -o-transition: height .4s ease, opacity .3s ease;
        transition: height .4s ease, opacity .3s ease
    }
      .header-right-top-padding {padding-top:38px;}
}

@media (min-width:992px) and (max-width:1051px) {
 
    #logo img {
        display: block;
        max-width: 100%;
        padding-left: 0px
    }
    #header,
    #header-wrap,
    #logo img {
        
        
        -webkit-transition: height .4s ease, opacity .3s ease;
        -o-transition: height .4s ease, opacity .3s ease;
        transition: height .4s ease, opacity .3s ease
    }
    .header-right-top-padding {padding-top:5px;}
}



@media (min-width:1394px) {
    #primary-menu ul li>a {
        display: block;
        line-height: 33px;
        padding: 49px 15px;
        color: #333;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0;
        -webkit-transition: margin .4s ease, padding .4s ease;
        -o-transition: margin .4s ease, padding .4s ease;
        transition: margin .4s ease, padding .4s ease
    }
    #header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
    padding-top: 14px;
    padding-bottom: 13px;}
}

@media (min-width:1199.99px) and (max-width:1393px) {
    #primary-menu ul li>a {
        display: block;
        line-height: 22px;
        padding: 50px 13px;
        color: #333;
        font-weight: 400;
        font-size: 15px;
        letter-spacing: 0;
        -webkit-transition: margin .4s ease, padding .4s ease;
        -o-transition: margin .4s ease, padding .4s ease;
        transition: margin .4s ease, padding .4s ease
    }
    #header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
    padding-top: 18px;
    padding-bottom: 20px;}
}





@media (max-width:1199.98px) {
    #primary-menu ul li>a {
        display: block;
        line-height: 22px;
        padding: 50px 8px;
        color: #333;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 0;
        -webkit-transition: margin .4s ease, padding .4s ease;
        -o-transition: margin .4s ease, padding .4s ease;
        transition: margin .4s ease, padding .4s ease
    }
    
        #header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
    padding-top: 18px;
    padding-bottom: 20px;}
  
}



#links li,
#links-nav li {
    border: none;
    line-height: 1.2;
    margin: 0;
    width: 100%;
    font-style: normal;
    text-align: center
}

.rating-container .filled-stars {
    -webkit-text-stroke: 0!important;
    text-shadow: none!important
}

#links li a,
#links-nav li a {
    padding: 10px;
    text-shadow: none;
    margin: 0 0 5px;
    display: block
}

.beloved {
    font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
font-weight: 400;
font-style: normal;}

#links li,
#links-nav li,
.brandon-blog,
.brandon-italic,
.brandon-small-uppercase,
.bread-crumb {
    font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
    font-weight: 390
}

.wwhite a:active,
.wwhite a:link,
.wwhite a:visited {
    color: #fff;
    text-decoration: none
}

.wwhite a:hover {
    color: #fff;
    text-decoration: none!important;
}

.q-link a:active,
.q-link a:link,
.q-link a:visited {
    color: #fff;
    text-decoration: none
}

.q-link a:hover {
    color: #92CBCF;
    text-decoration: none
}

.body-main a:active,
.body-main a:link,
.body-main a:visited {
    color: #AA5D27 !important;
    text-decoration: none !important;
}

.body-main a:hover {
    color: #703F1D !important;
    text-decoration: none !important;
}
.body-main-white a:active,
.body-main-white a:link,
.body-main-white a:visited {
    color: #ffffff !important;
    text-decoration: none !important;
}

.body-main-white a:hover {
    color: #eee !important;
    text-decoration: underline !important;
}

.body-main-loc a:active,
.body-main-loc a:link,
.body-main-loc a:visited {
    color: #2F3B41;
    text-decoration: none
}

.body-main-loc a:hover {
    color: #3A3210;
    text-decoration: none
}

.bread-crumb {
    font-style: normal;
    color: #5E5E5E
}

#links li a {
    color: #111;
    text-decoration: none;
    background-color: rgba(108, 99, 82, .3);
    width: 100%
}

#links li a:hover {
    background-color: rgba(31, 46, 58, 1);
    transition: all .3s ease;
    color: #DD7833;
}

#links a em {
    color: #fff;
    display: block
}

#links a span {
    color: #fff
}

#links-nav li {
    font-size: 15px
}

#links-nav li a {
    color: #eee;
    text-decoration: none;
    background-color: rgba(22, 25, 32, .8)
}

* #links-nav li a {
    width: 100%
}

#links-nav li a:hover {
    background-color: #111;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff
}

#links-nav a em {
    color: #fff;
    display: block
}

#links-nav a span {
    color: #fff
}

.header-right-font {
    font-size: .7em;
    color: #fff;
    line-height: 1.5
}

.button-quick-menu {
    background-color: rgba(256, 256, 256, .6);
    padding: 27px 20px 1px
}

.button-quick-menu:hover {
    background-color: rgba(256, 256, 256, 1)
}

.brandon-small-uppercase {
    font-style: normal;
    letter-spacing: 3px;
    text-transform: uppercase
}

.brandon-italic {
    font-style: italic
}

.feature-box.media-box.fbox-bg .fbox-media img {
    border-radius: 5px 5px 0 0
}

.button-width {
    width: 100%!important
}

.brandon-blog {
    font-style: normal
}

.clarendon400 {
    font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
font-weight: 400;
font-style: normal;}

.fixed-footer-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    background-color: rgba(10, 25, 40, .7);
    color: #fff;
    text-align: center
}

.breadcrumb-sub {
    font-family: cormorant-garamond, serif;
font-weight: 300;
font-style: normal;
    letter-spacing: 2px;
    font-size: 11px;
    line-height: 1.4;
    color: #878787;
    text-transform: uppercase
}



.header-links a:active,
.header-links a:hover,
.header-links a:link,
.header-links a:visited {
    color: #2F3B41;
    text-decoration: none
}

.white-link a:active,
.white-link a:hover,
.white-link a:link,
.white-link a:visited {
    color: #EEE !important;
    text-decoration: none !important;
}
.arrowlink {
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.link--arrowed {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}
.link--arrowed .arrow-icon {
  position: relative;
  top: -1px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.link--arrowed:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}
.link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.body-main-bold {font-family: benton-modern-display, serif;
font-weight: 400;
font-style: italic;}

.century-gothic {font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
font-weight: 400;
font-style: normal;}


.dentist-position {
    letter-spacing:3px; text-transform:uppercase; font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
font-weight: 400;
font-style: normal;}







	#links ul {
        list-style-type: none;
font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
       
} 

#links li {
        border: none;
        font-size:14px; line-height:1.2;
        margin: 0 0 0 0px;
		width:100%;
    font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}

#links li a { 
        color: #111;
        display: block;
        border-radius: 8px;

        padding: 10px;
        text-decoration: none;
		text-shadow:none;
		background-color:rgba(108,99,82,0.3);

		padding-left:0px;
		margin-bottom:5px;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
}

#links li a {  /* make hover effect work in IE */
	width:100%;
}

#links li a:hover {
        background-color:#000;
    -webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
		color:#DD7833;
}

#links a em { 
        color: #ffffff;
        display: block;
       
}

#links a span {
        color: #ffffff;

}











	#links-nav ul {
        list-style-type: none;

       
} 

#links-nav li {
        border: none;
        font-size:13px; line-height:23px; text-transform:uppercase;letter-spacing:2px; vertical-align:middle;
   
        margin: 0 0 0 0px;
		width:100%;
    font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}

#links-nav li a { 
        color: #eee;
        display: block;
        padding: 11px 8px 10px 8px;
        text-decoration: none;
		text-shadow:none;
		background-color:rgba(219,219,219,0.3);

		
		margin-bottom:8px;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
}

 * #links-nav li a {  /* make hover effect work in IE */
	width:100%;
}

#links-nav li a:hover {
        background-color:rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
		color:#ffffff;
}

#links-nav a em { 
        color: #ffffff;
        display: block;
       
}

#links-nav a span {
        color: #ffffff;

}
.script-font-italic {font-family: cormorant-garamond, serif;
font-weight: 400;
font-style: italic;}
.script-font {font-family: cormorant-garamond, serif;
font-weight: 400;
font-style: normal;}

.body-main a:link { color:#666; text-decoration: none; }
.body-main a:active { color:#666; text-decoration: none; }
.body-main a:visited { color:#666; text-decoration: none; }
.body-main a:hover { color:#333; text-decoration: underline !important; }
.textxs {font-size:11px !important;}
.textsm {font-size:15px !important;}
.textmd {font-size:18px !important;}
.textlg {font-size:25px !important;}
.textxl {font-size:50px !important;}
.ls2 {letter-spacing:2px !important;}
.ls3 {letter-spacing:3px !important;}

.funfont {font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
font-weight: 400;
font-style: normal;}
.funfont-2 {font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
font-weight: 400;
font-style: italic;}

.funfont-2-ni {font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
font-weight: 400;
font-style: normal; text-transform:uppercase; letter-spacing:2px;}

.display-5 {font-size:2.3rem; line-height:1.4; max-width:950px;}

.poppins-400 { font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
text-transform:uppercase;
    font-weight:400;
    font-style:normal;
}

.poppins-700 { font-family: 'Poppins', sans-serif !important;

    font-weight:700;
    font-style:normal;
}
.learn-more {font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
text-transform:uppercase;
    font-weight:700;
    font-style:normal;
letter-spacing:2px; font-size:11px; margin-top:20px;}

.ttu {text-transform:uppercase !important;}

.slider-h1 {font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
font-weight: 400;
font-style: normal;}

@media screen and (min-width:1441px) {
    .dr-winn {left:-50px; top: 470px;}
    .dr-winn-margin-right { margin-right:300px;}
}
    
@media (min-width:1202px) and (max-width:1440px) {
.dr-winn {left:-40px; top: 470px;}
    .dr-winn-margin-right { margin-right:100px;}
}

@media screen and (max-width:1204px) {
    .dr-winn {left:0px; top: 400px;}
    .dr-winn-margin-right { margin-right:0px;}
}
.kepler-italic {font-family: "DM Serif Text", serif;
font-weight: 400;
font-style: normal;}    
.anton {font-family: "DM Serif Text", serif;
font-weight: 400;
font-style: normal;}
    @media (min-width:992px) and (max-width:1188px) {
     [class*="image-effect"] .caption p {font-size: 1rem;line-height: 1.3;margin: 0;vertical-align:middle; height:auto;}   
}
@media screen and (min-width:1189px) {
   [class*="image-effect"] .caption p {font-size: 1.1rem;line-height: 1.3;margin: 0;vertical-align:middle; height:auto;}      
}
@media screen and (max-width:991px) {
   [class*="image-effect"] .caption p {font-size: 0.8rem;line-height: 1.3;margin: 0;vertical-align:middle; height:auto;}      
}


.brandon {font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
font-weight: 400;
font-style: normal;}

.kepler-bold {font-family: "DM Serif Text", serif;
font-weight: 400;
font-style: normal;}


.mid-img-01 {
    background: url("../images/santa-barbara-all-on-4-dental-implants.jpg") no-repeat right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}
.mid-img-02 {
    background: url(../images/bg-happy-hour.jpg) no-repeat right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.vertical-center {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}


@media (min-width:1318px) {
    .mobile-menu-winn {
        display: none;
    }
    .regular-menu-winn {}
    
}

@media (max-width:1317px) {
    .mobile-menu-winn {
        
    }
    .regular-menu-winn {display:none;}
}

.lh-1 {line-height:1;}
.lh-12 {line-height:1.2;}
.lh-15 {line-height:1.5;}


.breadcrumb-white a:link { color:#ffffff; text-decoration: underline !important; }
.breadcrumb-white a:active { color:#ffffff; text-decoration: none; }
.breadcrumb-white a:visited { color:#ffffff; text-decoration: none; }
.breadcrumb-white a:hover { color:#E4E4E4; text-decoration: none !important; }

.green-link a:link { color:#8FCA39; text-decoration: underline !important; }
.green-link a:active { color:#8FCA39; text-decoration: none; }
.green-link a:visited { color:#8FCA39; text-decoration: none; }
.green-link a:hover { color:#8FCA39; text-decoration: none !important; }

.breadcrumb-bar {background-color:#000; padding:11px; color:#ffffff;}

@media (min-width: 992px) {
			.position-lg-sticky {
				top: 80px;
			}
		}
.appt-winn {border:thin solid #CECECE;
border-radius:20px; background-color:rgba(255,252,252,0.7); box-shadow: 0px 0px 15px #CECECE; float:none;}
.appt-winn-top {background-color:#1B998C; padding:15px; color:#ffffff;}



.qm-winn {border:thin solid #CECECE; background-color:rgba(255,252,252,0.7); box-shadow: 0px 0px 15px #CECECE; float:none;}
.qm-winn-top {background-color:#DD7833; padding:15px; color:#000;}


.bates-yellow {color:#DD7833 !important;}
.bates-white {color:#ffffff !important;}
.bates-black {color:#000000 !important;}


		.button.button-reveal i {
			opacity: 0;
			left: auto !important;
			right: 20px !important;
			background-color: transparent;
			transition: all .3s ease !important;
		}

		.button.text-end.button-reveal i {
			left: 20px !important;
			right: auto !important;
		}

		.button:not(.text-end).button-reveal i {
			left: auto !important;
			right: 20px !important;
		}

		.button:hover.button-reveal i {
			opacity: 1;
			right: 0 !important;
			transform: translateX(-10px);
		}

		.button.button-reveal:not(.text-end):hover span { left: -9% !important; }

		.button.button-reveal.text-end:hover span { left: 9% !important; }




		/* .btn-underline */

		.btn-underline::before,
		.btn-strikethrough::before {
			content: "";
		    display: inline-block;
		    position: absolute;
		    bottom: 0;
		    left: 0;
		    width: 0%;
		    height: 1px;
		    background: #111;
		    transition: width .3s ease;
		}

		.btn-strikethrough:hover { color: #AAA; }

		.btn-strikethrough::before {
			bottom: 50%;
		}

		.btn-underline:hover::before,
		.btn-strikethrough:hover::before {
			width: 100%;
		}


		/* .button-change */
		.button-change {
			--height: 2.375rem;
		    height: var(--height);
		    line-height: calc(var(--height) - 2px) !important;
		    border-bottom: 1px solid #222 !important;
		    padding-top: 0;
		    padding-bottom: 0;
		    overflow: hidden;
		    display: inline-flex;
    		flex-direction: column-reverse;
		}

		.button-change.btn-sm { --height: 2rem; }
		.button-change.btn-lg { --height: 3rem; }

		.button-change span {
		    position: relative;
			display: block;
		    transition: transform .35s ease;
		    transform: translate3d(0px, 0%, 0px);
			transform-style: preserve-3d;
		}

		.button-change:hover span {
		    transform: translate3d(0px, 100%, 0px);

		}


		/* .button-shadow */
		.btn-shadow,
		.btn-shadow.reverse:hover {
			--bg-color: #FFF;
			--border-color: #666;
			--position: -5px -5px;
			box-shadow: var(--position) 0px 0px var(--bg-color),
				var(--position) 0px 1px var(--border-color);
			transition: all .3s ease-out !important;
		}

		.btn-shadow:hover,
		.btn-shadow.reverse:not(:hover) {
			box-shadow: 0px 0px 0px 0px var(--bg-color),
				0px 0px 0px 1px var(--bg-color);
		}

		.btn-shadow.top-right { --position: 5px -5px !important; }
		.btn-shadow.bottom-right { --position: 5px 5px !important; }
		.btn-shadow.bottom-left { --position: -5px 5px !important; }

		.btn-scale i {
			--width: 30px;
			position: relative;
			margin-left: 6px;
			transition: padding .3s linear;
		}

		.btn-scale i::after {
			content: "";
			opacity: 0;
			position: absolute;
			right: 1px;
			top: 50%;
			width: 2px;
			height: 1px;
			background-color: #444;
			transition: all .3s linear;
		}

		.btn-scale:hover i::after {
			opacity: 1;
			width: var(--width);
		}

		.btn-scale:hover i { padding-left: var(--width); }

		.circular-text {
			position: relative;
		}


.text-with-icon {display:inline-block;
  vertical-align: -2px;}

@media (max-width:1199px) {
    .slider-regular-menu {display:none;}
}
@media (min-width:1200px) {
    .slider-mobile-menu {display:none;}
}



.main-lnk a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px dotted #DD7833;
  display: inline-block;
  position: relative;
  padding: 0 .15em;
  transitionall 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
transition: all 0.2s linear;
}
.main-lnk a:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 1);
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.main-lnk a:hover {
  border-bottom: 2px dotted #DD7833;
  transform: translateY(-3px);
    color:#DD7833;
}

.main-lnk a:active {
  transform: translateY(0px);
}

.main-lnk-white {color:#ffffff !important;}
.main-lnk-white a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px dotted #DD7833;
  display: inline-block;
  position: relative;
  padding: 0 .15em;
  transitionall 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
transition: all 0.2s linear;
}
.main-lnk-white a:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 1);
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.main-lnk-white a:hover {
  border-bottom: 2px dotted #DD7833;
  transform: translateY(-3px);
    color:#DD7833;
}

.main-lnk-white a:active {
  transform: translateY(0px);
}


/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}









/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }










/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }










/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }










/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }










/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }










/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;

    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;

    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }


/* hover & drag */

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}










/*************** SCROLLBAR GOOGLE CHROME ***************/

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_outer {}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }







.lh-3 {line-height:3 !important;}


.product-overlay {margin-top:-47px; position:relative; z-index:99; text-align:center; background-color:rgba(0,0,0,.7); padding:11px 0 7px 0; color:#ffffff !important; text-transform:uppercase; letter-spacing:1px;}
.button-black {background-color: #000 !important;}


.mid-img-02 {
    background: url(../images/bg-happy-hour.jpg) no-repeat right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}



	.parallax-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 130%;
		height: 100%;
	}
	.slider-caption h2,
	.slider-caption p {
		opacity: 0;
		-webkit-transition: opacity 1.7s;
		-o-transition: opacity 1.7s;
		transition: opacity 1.7s;
	}

	.swiper-slide.swiper-slide-active .slider-caption h2,
	.swiper-slide.swiper-slide-active .slider-caption p { opacity: 1; }

	.swiper-slide.swiper-slide-active .slider-caption h2 {
		-webkit-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

	.swiper-slide.swiper-slide-active .slider-caption p {
		-webkit-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}



.color-white {color:#ffffff !important;}


.text-shadow-fridays {text-shadow: 1px 1px 25px rgba(0, 0, 0, 0.5);
}

.text-shadow-fridays-white {text-shadow:5px 5px 15px rgba(256, 256, 256, 0.6);
}




.sub-banner-img {height:auto; width:100%;}


.sub-banner-img-container {
position: relative;

}

.sub-banner-img-centered {
position: absolute;
bottom:30px;
left:30px;
    padding-right:30px;
}



@media screen and (min-width: 768px) {
.round-background {border:40px solid white; border-radius:110px;}
}



.round-background {

}



.overlay-container {}
.bg-fried-chicken {background:url(../images/bg-fried-chicken.png) no-repeat center top; 

}

.bold {font-weight:700 !important}

.text-red {color:#DA1F2C !important}
.text-yellow {color:#FEE000 !important}
.text-brown {color:#E5B417 !important}
.text-gray {opacity:60%;}
.box-red {background-color:#DA1F2C  !important;
padding: 10px 10px 10px 10px; display:inline}



.pl-0 {padding-left:0 !important}
.pr-0 {padding-right:0 !important}
