/*home-sliders-style*/
.form-control-srch, .form-control-srch:hover {
    border: #e36159 1px solid !important;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

.btn-circle {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}

.btn-circle.btn-xl {
    width: 80px;
    height: 80px;
    padding: 14px 2px;
    border-radius: 45px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.btn-outline.btn-secondary, .btn-secondary {
    color: #000000 !important;
    background-color: white !important;
    /*border-color: #e36159;*/
    border-color: #e36159 !important;
}

.btn-outline.btn-secondary:hover {
    color: #ffffff !important;
    background-color: #e36159 !important;
    border-color: #e36159 !important;
}
.card > hr {
    margin-right: 0;
    margin-left: 0
}
html .btn-outline:hover {
    color: #FFF;
    background-color: #1f7373;
    border-color: #1f7373;
    box-shadow: 0 14px 26px -12px rgba(100, 175, 177, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(119, 185, 187, 0.2);
}
.btn-outline:focus {
    color: #FFF;
    background-color: #1f7373;
    border-color: #1f7373;
    box-shadow: 0 14px 26px -12px rgba(100, 175, 177, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(119, 185, 187, 0.2);
}
.btn-outline.btn-secondary {
    color: #000000;
    background-color: white !important;
    background-image: none;
    border-color: #e36159;
}

.btn-outline.btn-secondary:hover {
    color: #ffffff;
    background-color: #e36159 !important;
    background-image: none;
    border-color: #e36159;
}
.form-control-srch {
    border: #8dc641 1px solid;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
}
#brand-bama ::after, ::before {
    box-sizing: border-box;
}

.tab-content {
    border-radius: 0 0 15px 15px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    padding: 5px;
}

#homeslider .tab-content {
    border-radius: 0 0 4px 4px;
    border: none !important;
    padding: 5px;
}

.border-radius {
    border-radius: 4px !important;
}

#searcher .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
    /*border: 1px solid transparent;*/
    border: 1px solid #e36159;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#searcher .btn {
    line-height: 1.1 !important;
}

#searcher .form-control {
    height: calc(1.5em + .75rem + 2px);
}
/*targets-style*/
 #targets h4 {
     z-index: 2 !important;
 }

#targets .card.lift {
    text-decoration: none;
    color: inherit;
}

#targets .card {
    overflow: hidden;
    position: relative;
}

#targets .card .card-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    border-bottom: none;
}

#targets .card:not([class*=bg-]) .card-header {
    color: #0061f2;
}

#targets .card-img, .card-img-top, .card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

#targets .card, .card-img, .card-img-top {
    border-radius: 0px 20px;
}

#targets .lift {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

#targets .card-header {
    padding: 1rem 1.35rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

#targets .card-header:first-child {
    border-radius: 0.35rem 0.35rem 0 0;
}

#targets .card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

#targets .card-footer {
    padding: 1rem 1.35rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 0 solid rgba(0, 0, 0, 0.125);
}

#targets .card-footer:last-child {
    border-radius: 0 0 0.35rem 0.35rem;
}


#targets .lift:hover {
    -webkit-transform: translateY(-0.3333333333rem);
    transform: translateY(-0.3333333333rem);
}

#targets .lift:active {
    -webkit-transform: none;
    transform: none;
}

#targets .pos {
    position: relative;
    text-align: center;
    color: white;
}

#targets .br {
    position: absolute;
    top: 120px;
    right: 16px;
    color: white;
}

#targets .pos-text {
    position: relative;
    background: rgba(31, 115, 115, 0.61);
    margin-top: -40px;
    color: #fff;
    /*color: #7aff0c;*/
    text-align: right;
    padding-right: 20px;
}

#targets hr.rounded {
    border-top: 8px solid #1f7373;
    border-radius: 5px;
    width: 40%;
}

h4 {
    font-size: 1.4em;
    font-weight: 500;
    color: black;
}
#owl-target .owl-item .card-body, .owl-item .item .card-bady {
    height: 138px;
    min-height: 138px;
    max-height: 138px;
}
#targets .owl-carousel .owl-nav button.owl-prev, #targets .owl-carousel .owl-nav button.owl-next {
    display: none;
}
@media only screen and (min-width: 600px) {
    #targets .owl-carousel .owl-nav button.owl-prev,#targets .owl-carousel .owl-nav button.owl-next {
        display: block;
    }
    #targets .owl-theme .owl-dots .owl-dot {
        display: block;
        display: initial;
    }
}
@media only screen and (min-width: 768px) {
    #targets .owl-carousel .owl-nav button.owl-prev,#targets .owl-carousel .owl-nav button.owl-next {
        display: block;
    }
    #targets .owl-theme .owl-dots .owl-dot {
        display: block;
        display: initial;
    }
}
@media only screen and (min-width: 992px) {
    #targets .owl-carousel .owl-nav button.owl-prev,#targets .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
    #targets .owl-theme .owl-dots .owl-dot {
        display: none;
    }
}
/*webinars*/
     /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .showing {
        display: none;
    }

    .example {
        background: red;
    }

    div.example {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    #webinarcarousel .carousel-inner {
        height: 355px;
    }
    #webinarcarousel .carousel-control-prev, #webinarcarousel .carousel-control-next {
        top: 115px;
        bottom: 115px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    #webinarcarousel .carousel-inner {
        height: 590px;
    }

    @media only screen and (max-width: 600px) {
        #webinarcarousel .carousel-inner {
            height: 355px;
        }
    }

    #webinarcarousel .carousel-control-prev, #webinarcarousel .carousel-control-next {
        top: 115px;
        bottom: 115px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #webinarcarousel .carousel-inner {
        height: 350px;
    }
    #webinarcarousel .carousel-control-prev, #webinarcarousel .carousel-control-next {
        top: 70px;
        bottom: 70px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #webinarcarousel .carousel-inner {
        height: 350px;
    }
    #webinarcarousel .carousel-control-prev, #webinarcarousel .carousel-control-next {
        top: 70px;
        bottom: 70px;
    }
}

#workshop hr.rounded {
    border-top: 8px solid #1f7373;
    border-radius: 5px;
    width: 35%;
}

h4 {
    font-size: 1.4em;
    font-weight: 500;
    /*line-height: 27px;*/
    /*margin: 0 0 14px 0;*/
    /*margin-bottom: 14px;*/
    color: black;
}

#webinarcarousel .carousel-control-prev, #webinarcarousel .carousel-control-next {
    top: 115px;
    bottom: 115px;
}
/*special shops*/
 .z-depth-1, .chip:active {
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important
 }

.z-depth-1-half {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.1) !important
}

#specials hr.rounded {
    border-top: 6px solid #1f7373;
    border-radius: 5px;
    width: 50%;
}

.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img-top {
    border-top-left-radius: calc(.4375rem - 1px);
    border-top-right-radius: calc(.4375rem - 1px)
}

#specials abbr {
    text-decoration: none;
    color: black;
}

#loyal.card-body {
    height: 130px;
    min-height: 130px;
    max-height: 130px;
    padding: 1.2rem;
}

h4.tbama {
    font-size: 1.4em;
    font-weight: 500 !important;
    color: black !important;
}
/*special products*/
/* .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {*/
/*     display: block !important;*/
/* }*/

.owl-carousel.show-nav-hover .owl-nav {
    opacity: 1 !important;
}

.z-depth-1-half {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.1) !important
}

#shpro h5 a, #shpro h5 a:hover {
    color: #1f7373;
    text-decoration: none;
}

#proshop h5 a, #proshop h5 a:hover {
    color: #1f7373;
    text-decoration: none;
}

#shpro hr.rounded {
    border-top: 8px solid #1f7373;
    border-radius: 5px;
    width: 50%;
}


.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img-top {
    border-top-left-radius: calc(.4375rem - 1px);
    border-top-right-radius: calc(.4375rem - 1px)
}

#shpro abbr {
    text-decoration: none;
    color: black;
}

#proshop.card-body {
    height: 110px;
    min-height: 110px;
    max-height: 110px;
    padding: 1rem;
}

a.a-probama {
    color: #0000cc;
}

.imgthumb {
    min-width: 170px;
    min-height: 150px;
    max-width: 170px;
    max-height: 150px;
}

p.p-probama {
    padding: 0 2px 0 2px;
    font-size: 14px;
    white-space: nowrap;
    width: 237px;
    overflow: hidden;
    text-overflow: clip;
}

a.a-probama {
    padding: 0 2px 0 2px;
    font-size: 14px;
    white-space: nowrap;
    width: 190px;
    overflow: hidden;
    text-overflow: clip;
}

.item-discountpercent {
    top: 10px;
    left: 0;
    position: absolute;
}

html .btn-outline-bama {
  color: #1f7373;
  background-color: #FFF;
  border-color: #1f7373;
  box-shadow: 0 14px 26px -12px rgba(100, 175, 177, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(119, 185, 187, 0.2);
}

.shop-price-discount {
    background-color: #fb3434;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
    padding: 1px 1px 1px;
    letter-spacing: 0;
    margin-bottom: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 50px;
    margin-right: 5px;
    height: 27px;
    font-size: 18px;
    line-height: 1.5;
}

#shpro .card-footer {
    min-height: 43px;
    max-height: 43px;
    padding: .5rem 1.25rem;
    background-color: rgb(255, 255, 255);
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

#shpro p.procity {
    margin-top: 0;
    margin-bottom: 0;
}

.demo1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

h5 {
    font-size: 1em;
    font-weight: normal !important;
    line-height: 18px;
    margin: 0 0 14px 0;
}
/*blog-new*/
@media (max-width: 768px) {
    .advert {
        display: none
    }

    .sbtn {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

#mag.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 5px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ffffff;
    border-top-right-radius: calc(1rem - 1px);
    border-bottom-left-radius: calc(1rem - 1px);
    /*border-radius: 1rem;*/
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    max-height: 160px;
    min-height: 160px;
}

#mag .mag-img {
    max-height: 150px;
}

#senior footer a:not(.btn) {
    text-decoration: none;
    color: #000000 !important;
}

#senior footer a:not(.btn)::before {
    text-decoration: none;
    color: #0FF11C !important;
}

#senior footer a:not(.btn):hover {
    text-decoration: none;
    color: #228989 !important;
}

.fa-quote-right, .fa-quote-left {
    color: #b21124;
}

.heading.heading-middle-border-center h1 {
    padding-left: 15px;
    padding-right: 15px;
}

.heading.heading-middle-border h1 {
    padding-right: 15px;
}

.heading.heading-middle-border h1, .heading.heading-middle-border h2, .heading.heading-middle-border h3, .heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {
    position: relative;
    background: #FFF;
    display: inline-block;
}

.heading.heading-border h1, .heading.heading-border h2, .heading.heading-border h3, .heading.heading-border h4, .heading.heading-border h5, .heading.heading-border h6 {
    margin: 0;
    padding: 0;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.box-shadow-lg {
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
}

.card-body, .card-header {
    position: relative;
    z-index: 5;
}

/* specials */

.card-img-top {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.card-img-top {
    border-top-right-radius: calc(1rem - 1px);
    border-bottom-left-radius: calc(1rem - 1px);
}

.card-img-top {
    flex-shrink: 0;
    width: 100%;
}

#senior img, figure, svg {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.card *, .flex-column * {
    min-height: 0;
}

.card-body, .card-header {
    position: relative;
    z-index: 5;
}

.card-body {
    flex: 1 1 auto;
}

.fbtn, .sbtn, .tbtn {
    font-size: 10px
}

hr.rounded {
    border-top: 6px solid #1f7373;
    border-radius: 5px;
    width: 75%;
}

#blogs.card-body {
    height: 90px;
    min-height: 90px;
    max-height: 90px;
}

#blogs.card-footer {
    background-color: white;
    border-top: none;
    padding: 2px 5px;
}

h4.tbama {
    font-size: 1.4em;
    font-weight: 500 !important;
    color: black !important;
}
/*sponsors-new*/
h4.tbama {
    font-size: 1.4em;
    font-weight: 500 !important;
    color: black !important;
}

hr.rounded {
    border-top: 6px solid #1f7373;
    border-radius: 5px;
    width: 50%;
}
/*footer*/
 #footer hr {
     margin: 10px 0 10px 0;
     border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
     border-top: rgba(255, 255, 255, 0.4) 1px solid;
 }
#footer hr {
    border: 1px;
    height: 4px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
    background-image: linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#d6d6d6', GradientType=0);
}
.p_bama > p {
    color: #0a0a0a;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.033em;
    margin: 0 0 10px
}
.p_bama > li > p {
    color: #0a0a0a;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.033em;
    margin: 0 0 10px
}
#social-footer {
    margin-top: 150px;
    margin-bottom: 5px;
}
#footer .footer-copyright p {
    color: #fff !important;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}
footer a:not(.btn):hover {
    text-decoration: none;
    color: #0a0a0a !important
}
footer a:not(.btn) {
    text-decoration: none;
    color: #0a0a0a !important
}
#footer p {
    line-height: inherit !important;
}
h4.letter-spacing-1.footer {
    font-size: 1.4em;
    font-weight: 500;
    color: black !important;
}
h5.letter-spacing-1.footer {
    color: black !important;
}
.list-unstyled {
    list-style: none;
}
address {
    font-style: normal;
    line-height: 1.42857143;
}
footer {
    color: rgba(255, 255, 255, 0.6);
}
.fsSocial {
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
    margin-top: 10px;
}
.fsSocial a {
    cursor: pointer;
    height: 40px;
    margin-left: 5px;
    width: 40px;
}
.socialTelegram:hover {
    background: url('../img/social/social-telegram-h.png') no-repeat;
}
.socialTelegram {
    background: url('../img/social/social-telegram-h.png') no-repeat;
}
.socialInstagram:hover {
    background: url('../img/social/social-instagram-h.png') no-repeat;
}
.socialInstagram {
    background: url('../img/social/social-instagram-h.png') no-repeat;
}
.socialLinkedin:hover {
    background: url('../img/social/social-linkedin-h.png') no-repeat;
}
.socialLinkedin {
    background: url('../img/social/social-linkedin-h.png') no-repeat;
}
.socialAparat:hover {
    background: url('../img/social/social-aparat-h.fw.png') no-repeat;
}
.socialAparat {
    background: url('../img/social/social-aparat-h.fw.png') no-repeat;
}
.socialSorosh {
    background: url('../img/social/social-sorosh.fw.png') no-repeat;
}
.socialSorosh:hover {
    background: url('../img/social/social-sorosh.fw.png') no-repeat;
}
