body {
    font-family: 'Myriad Pro';
    font-weight: 400;
    color: #2b2b2b;
    background: #D8D8D8;
}

img {
    max-width: 100%;
    height: auto;
}

a:focus,
input:focus,
button:focus {
    outline: 0;
    box-shadow: 0 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 37px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 16px;
}

.title {
    font-family: 'Great Vibes';
    font-weight: 400;
    line-height: 60px;
    font-size: 55px;
}

.red {
    color: #b40001;
}

.section-title {
    background: #B40001;
    text-align: center;
    padding: 30px 0 20px;
}

.section-title h1, .section-title h2, .section-title h3, .section-title h4 {
    margin: 0;
    color: #fff;
    font-size: 55px;
}

.section-area {
    padding: 60px 0;
}

.header-top-area {
    background: #B40001;
    padding: 5px 0;
}

.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.header-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-top ul li a {
    color: #fff;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
}

.header-top ul li a i {
    margin-right: 5px;
}

.header-top ul li:last-child a {
    margin-right: 0;
}

.btn-yellow {
    background: #F2AD4B;
    border-radius: 4px;
    padding: 7px 18px;
    border: 1px solid #F2AD4B;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.btn-yellow:hover {
    text-decoration: none;
    color: #F2AD4B;
    background: transparent;
}

.header-top ul li a.btn-yellow {
    padding: 3px 10px;
}

.header-area {
    background: #625F60;
    padding: 10px 0;
}

.logo {
    position: absolute;
    width: 135px;
    z-index: 9;
    top: 10px;
}

.navbar {
    width: 100%;
}

.nav-link {
    font-size: 14px;
    border-right: 1px solid #828282;
    color: #c1c1c1;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.nav-link:hover {
    color: #ceac41;
    text-decoration: none;
}

li:last-child .nav-link {
    border: 0;
}

.hero-area {
    background: no-repeat scroll center center / cover;
}

.hero-text {
    min-height: calc(100vh - 115px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
    max-width: 580px;
}

.hero-text h1.title {
    margin: 0 0 15px;
}

.hero-text p {
    text-align: left;
}

.btn-red {
    background: #B40001;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    padding: 5px 20px;
    border: 1px solid #B40001;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    min-width: 200px;
    text-align: center;
    display: inline-block;
}

.btn-red:hover {
    text-decoration: none;
    color: #B40001;
    background: transparent;
}

.hero-text .btn-red {
    width: auto;
    margin: 0 auto;
}

.slider-content {
    min-height: calc(100vh - 114px);
    padding: 50px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider-text {
    max-width: 600px;
    background: #fff;
    padding: 10px 20px;
    opacity:0.7;
}

.slider-text h4{font-size: 37px;}

.slider-text p:last-child,
.testimonial-item p:last-child,
.boxed-item p:last-child,
.boxed-text p:last-child,
.testimonial-text p:last-child,
.promo-box p:last-child {
    margin: 0;
}

.read-more {
    font-weight: 700;
    color: #cc0000;
    font-style: italic;
}

.read-more:hover {
    color: #cc0000;
}

.slider-area .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    left: 0;
}

.slider-area .owl-dots button {
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 100%;
    margin: 0 10px;
    display: inline-block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.slider-area .owl-dots button:hover,
.slider-area .owl-dots button.active {
    background: #B40001;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    font-size: 50px !important;
    color: #696969 !important;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: -40px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.owl-nav button.owl-next {
    left: auto;
    right: -40px;
}

.owl-nav button:hover {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.row-25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.row-25 [class^="col-"] {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.promotion-text {
    background: #fff;
    margin-top: 20px;
    padding: 20px;
}

.promotion-text img {
    display: block;
    margin: 20px auto 20px;
    max-width: 60px;
}

.promotion-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
}

.promotion-text ul li strong {
    color: #927340;
    font-weight: 700;
}

.promotion-text ul li {
    position: relative;
    padding-left: 15px;
}

.promotion-text ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #B40001;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 13px;
}

.w-970 {
    max-width: 970px;
}

.promo-box {
    background: #fff;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.promo-box h3 {
    color: #b40001;
    margin: 0 0 30px;
}

.promo-image {
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.promo-image img {
    max-width: 65px;
    max-height: 65px;
}

.single-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

.testimonial-text {
    background: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
    text-align: right;
    position: relative;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.testimonial-text q {
    font-size: 23px;
    text-align: center;
    display: block;
    margin: 0 0;
}

.testimonial-image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    background: #fff;
    width: 100%;
    z-index: -1;
}

.testimonial-image {
    width: 169px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.testimonial-text p {
    margin-bottom: 10px;
}

.single-testimonial:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.single-testimonial:nth-child(even) .testimonial-image:before {
    left: -50%;
}

.single-testimonial:nth-child(even) .testimonial-text {
    text-align: left;
}

.boxed-grid {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.boxed-image {
    width: 50%;
}

.boxed-image img {
    width: 100%;
}

.boxed-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
}

.boxed-text img {
    margin-right: 20px;
}

.boxed-item {
    background: #fff;
    padding: 20px;
    min-height: 100%;
}

.boxed-itme-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.boxed-itme-head img {
    margin-right: 20px;
    max-width: 95px;
}

.testimonial-item {
    background: #fff;
    padding: 20px;
    min-height: 100%;
    text-align: center;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.testimonial-item h3, .testimonial-item h4 {
    min-height: 65px;
    font-size: 26px!important;
}

.testimonial-item.two h3, .testimonial-item.two h4 {
    min-height: 100px;
}

.single-blog {
    background: #fff;
}

.blog-image img {
    width: 100%;
}

.blog-text {
    text-align: center;
    padding: 15px 10px 20px;
}

.blog-text .btn-red {
    font-size: 14px;
    min-width: 150px;
}

.contact-box {
    background: #fff;
    padding: 30px 50px;
}

.single-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.single-form span {
    width: 25px;
    text-align: center;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.single-form input,
.single-form textarea {
    border-color: #575757;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-style: solid;
    /*border-width: 0 0 2px;*/
    resize: none;
}

.single-form .nice-select {
    width: 100%;
    float: none;
    padding: 0;
    height: auto;
    border-color: #575757;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-style: solid;
    border-width: 0 0 2px;
    border-radius: 0;
    line-height: initial;
    min-height: 24px;
}

.single-form .nice-select .list {
    width: 100%;
}

.single-form .nice-select:after {
    border-color: #575757;
    border-width: 1.5px;
}

.contact-info {
    background: #FFFFFF;
    padding: 10px;
    margin-bottom: 25px;
}

.contact-info h3, .contact-info h4 {
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    color:#2b2b2b!important;
}

.contact-info h3 i, .contact-info h4 i {
    margin-left: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.contact-info h3.collapsed i, .contact-info h4.collapsed i {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

.contact-info-body {
    padding: 20px 15px 010px;
}

.contact-info-body ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.contact-info-body ul li {
    position: relative;
    padding-left: 27px;
    margin-top: 7px;
}

.contact-info-body ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    text-align: center;
    width: 15px;
}

.contact-info-body ul li a {
    color: #2b2b2b;
}

.social-box {
    position: relative;
    background: #fff;
    border-radius: 50px;
    height: 50px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.social-box .social-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #264D90;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 30px;
    top: 0;
    left: 0;
}

.social-box h3, .social-box h4 {
    margin: 0;
    text-align: center;
    font-size:26px!important;
}

.social-box h3 a, .social-box h4 a {
    color: #2b2b2b;
}

.social-box h3 a:hover, .social-box h4 a:hover {
    text-decoration: none;
}

.social-box .social-icon.twitter {
    background: #57A7DC;
}

.social-box .social-icon.youtube {
    background: #CA2026;
}

.social-box:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.footer-area {
    background: #666666;
    padding: 10px 0;
}

.footer-area ul {
    margin: 0;
    padding: 0;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer-area ul li a {
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
}

.footer-area ul li:last-child a {
    margin-right: 0;
}

.navbar-toggler {
    width: 40px;
    position: absolute;
    height: 32px;
}

.navbar-toggler span {
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.navbar-toggler span:last-child {
    top: auto;
    bottom: 0;
}

.navbar-toggler span:nth-child(2) {
    top: 12px;
}

.mt-30 {
    margin-top: 30px;
}

.show-more{max-height:275px;overflow:hidden;position:relative;}
.show-more.visible{max-height:2000px!important;}
.show-more-button{padding-bottom:10px;display:inline-block;}

@media (max-width:767px){
.show-more{max-height:320px!important;overflow:hidden;position:relative;transition:max-height 1s;}
}

.boxed-item a, .blog-text h4 a, .contact-info h3 a, .contact-info h4 a, .card-body h2 a, .card-body h3 a{color: #2b2b2b!important; text-decoration: none!important;}
.boxed-item a:hover, .blog-text h4 a:hover, .contact-info h3 a:hover, .contact-info h4 a:hover, .stores h2 a:hover,.stores .store-title a:hover,.card-body h2 a:hover, .card-body h3 a:hover{text-decoration:underline!important;}
.stores h2 a,.stores .store-title a{color: #2b2b2b!important; text-decoration: none!important;font-size:24px;}
.promotions_three h1, .promotions_three h2{font-size:24px;}
.card-body h3{font-size:18px;line-height:22px;}
.border-red, .redinput{border:#ff0000 1px solid!important;}

.social li a .fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.social li a .fa:hover {
    opacity: 0.7;
}

.social li a .fa-facebook {
  background: #3B5998;
  color: white;
}

.social li a .fa-twitter {
  background: #55ACEE;
  color: white;
}

.social li a .fa-youtube {
  background: #bb0000;
  color: white;
}



.font-size-20{font-size:20px;}
.font-size-30{font-size:30px;}
.font-size-40{font-size:40px;}
.font-size-60{font-size:60px;}

.entry_image{float:left; padding-right:20px; max-width:200px;}
.entry_image_post{float:right; padding-left:20px; max-width:400px;}
.entry_image_store{float:right; padding-left:20px; max-width:50%;}
.tcenter{text-align:center;}
.thumb_img{width:100%;margin:10px 10px 0 0;border:#fff 2px solid;  margin: 0px auto; display: block;} 
.thumb_img:hover{border:#FFF 2px solid;
    -moz-transform: scale(1.05) rotate(0deg) translatez(0);
    -ms-transform: scale(1.05) rotate(0deg) translatez(0);
    -o-transform: scale(1.05) rotate(0deg) translatez(0);
    -webkit-transform: scale(1.05) rotate(0deg) translatez(0);
    transform: scale(1.05) rotate(0deg) translatez(0);
}
.map_embed{width:100%!important;height:450px!important;}
.input-group-text{width:40px;}


.slider_list {
    position: relative
}

.single_slider {
    /*height: 615px;*/
    position: relative
}

.single_slider img {
    width: 100%;
    height: 100%
}

.slider_content {
    height: auto;
    left: 0;
    margin-top: 100px;
    position: absolute;
    top: 0;
    width: 100%
}

.slider_content h1 {
    background: rgba(0, 0, 0, 0) url(../../img/frontend/slider_content_header_bg.png) repeat scroll 0 0;
    color: #fff;
    font-family: 'Great Vibes';
    font-weight: 400;
    line-height: 90px;
    font-size: 70px;
    margin: 60px 0 40px 40%;
    padding: 30px 20px;
    width: auto
}

.promotions_three .container{background:#fff;padding: 30px 50px;}

