@font-face {
  font-family: "SignericaMedium";
  src: url("../fonts/SignericaMedium.eot");
  src: url("../fonts/SignericaMedium.eot?#iefix") format("embedded-opentype"),
       url("../fonts/SignericaMedium.woff") format("woff"),
       url("../fonts/SignericaMedium.ttf") format("truetype"),
       url("../fonts/SignericaMedium.svg#SignericaMedium") format("svg");
  font-weight: 400;
  font-style: normal;
}
a:hover {
    color: #ff4e3c;
    text-decoration: none;
    -webkit-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: #ffffffe6;
}
.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.spinner {
    width: 85px;
    height: 85px;
    display: inline-block;
    background: url(../img/preloader.gif) no-repeat;
    background-position: center;
}
.pricing-plan.plan {
    background-color: #ba2229;
    color: whitesmoke;
    background-image: url(../img/feature_sponsors_bg.png);
}
.pricing-plan a {
    color: whitesmoke;
}
.pricing-plan a:not(.btn):hover {
    opacity: 0.8;
}
.pricing-plan {
    background-repeat: no-repeat;
    padding: 40px 30px;
    position: relative;
    text-align: center;
    -webkit-transition: -webkit-transform 0.6s ease 0s;
    transition: -webkit-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}
.pricing-plan.plan3 {
    background-color: #ba2229;
    background-image: url(../img/feature_sponsors_bg2.png);
}
.pricing-plan:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.special-heading {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0.4em;
    word-wrap: break-word;
}
.text-center {
    text-align: center!important;
}
.text-right {
    text-align: right!important;
}

.text-gradient, .flex-gradient span {
    background: #ba2229;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    border-radius: 2px;
    letter-spacing: 0;
    line-height: 1;
    margin-left: 8px;
    margin-right: -3px;
    padding: 0 6px 1px 5px;
    position: relative;
    -webkit-transform: skew(-14deg);
    -ms-transform: skew(-14deg);
    transform: skew(-14deg);
}
.color-dark {
    border-color: #030f1c;
    color: #030f1c;
}
.fs-20 {
    font-size: 20px;
}
.top-10 {
    margin-top: 10px;
}
.top-20 {
    margin-top: 20px;
}
.top-70 {
    margin-top: 70px;    
}
.bot-20 {
    margin-bottom: 20px;   
}
.bot-40 {
    margin-bottom: 40px;   
}
.image-box {
    position: relative;
    overflow: hidden;
}
 .border-box {
    border: 5px solid #00000036;
    height: 170px;
    cursor: pointer;
 } 
.image-box img {
    transition: all 0.3s;
    height: 100%;
    width: 100%;
    transform: scale(1);
    object-fit: cover;
}
.image-box:hover img {
    transform: scale(1.1);
    opacity: .7;
}
.h5desc {
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: 400;
    color: #5e5e5e;    
}
.signatura {
    position: relative;
    font-size: 30px;
    font-family: SignericaMedium;    
}
.tshirt_img {
    border-radius: 50%;border: 1px solid #ddd;padding: 5px;    
}
.tshirt_img:hover {
    opacity: .7;    
}
.b-services-nav {
    margin-right: 30px;
}
.b-services-nav__item {
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
    box-shadow: 0 0 12px 8px rgb(129 129 129 / 6%);
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: right;
    flex: 0 0 50%;
    max-width: 50%;
}
.b-services-nav__link {
    position: relative;
    display: block;
    padding: 50px;
    font-size: 18px;
}
.b-services-nav__number {
    position: absolute;
    top: 15px;
    left: 25px;
    font-weight: 700;
    color: #ccc;
}
.b-services-nav__link .ic {
    font-size: 60px;
    color: #253241;
}
.b-services-nav__info {
    display: block;
    color: #253241;
}
.b-services-content {
    margin-top: 25px;
}

.b-services-content__title {
    margin-top: 30px;
}
.b-services-nav__link.active {
   background-color: #d01818;
   color: white;
}
.ui-title-sm {
    color: #253241;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}
.stix-tabicon {
   font-size: 40px;    
}

.b-services-nav__link.active .b-services-nav__info {
    font-weight: 700;
    color: #fff;
}

.step-content {
    padding: 8px;
    background-color: #ffffff;
    margin-bottom: 10px;
    border: 1px #80808038 solid;   
}
.bg_contact {
    background-size: cover !important;
    position: relative;
    z-index: 2;
    border-radius: 4px;
    top: 38px;
}
.bg_contact.bg_one {
    background: url(../img/footer_bg.jpg) no-repeat;
    background-position: center right;
}
.contact_inner {
    margin: 20px 0;
    color: #fff;
}
.puti-bg {
   background-color: white;    
}
.light-bg {
background-color: #f1f5fa;
}
.contact_inner i {
    display: inline-table;
    float: left;
    font-size: 27px;
    width: 30px;
    margin-right: 2px;
}
.contact_inner h5, .contact_inner a {
    margin-left: 30px;
}

.contact_inner h5 {
    font-size: 15px;
}
.single-sponsor {
    padding: 2px;
    margin-top: 30px;
    border-radius: 50% !important;
    border: 1px #f14b4b solid;
}
.single-sponsor img {
    border-radius: 50% !important;
    border: 2px #f14b4b solid; 
    cursor: pointer;
}
.single-sponsor:hover img {
    opacity: .7;
}
.stix-check {
margin-right: 7px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    background: #ba2229 none repeat scroll 0 0;
    color: #fff;
    line-height: 20px;
    font-size: 12px;    
}
.stix-list {
   display: flex;
    justify-content: center;
}
.stix-list ul {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    margin-top: 10px;
}
.stickers b {
    color: #7c8a97;
}
.oneline {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.widget .widget-title {
    padding: 17px 20px;
    background-color: #f4f4f5;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 15px;
    color: #020202;
    font-weight: 900;
    line-height: 20px;
    border-left: 5px #ba2229 solid;
}
.popular {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    overflow: hidden;
}
.popular-text h3 {
    color: #000;
    font-size: 14px !important;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 23px !important;
    font-weight: normal;
}
.popular-text p {
    color: #656565;
    font-style: italic;
    font-size: 10px;
}
.popular-image {
    width: 115px;
    float: left;
    margin-right: 10px;
}
.popular-text {
    line-height: 1;
    overflow: hidden;
}
table {
    margin: 10px 0;
    max-width: 100%;
    width: 100%;
}
table th {
    color: #06182d;
    font-weight: normal;
    vertical-align: middle;
}
table td, table th {
    line-height: 1.42857143;
    padding: 13px 8px;
    border: 1px grey solid;
    vertical-align: top;
}
.plan-name img {
    border: 1px solid #ddd;
    padding: 5px;
}
.offer-image:hover .middle {
  opacity: 1;
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 10px;    
}
.text {
    background-color: #000000ad;
    color: white;
    font-size: 9px;
    width: 100%;
    padding: 0;
}    
.sponsor-image {
    width: 100%;
    padding: 23px;
    margin-bottom: -27px;
}
.sponsor-owner {
    text-align: center;
    text-overflow: ellipsis;
    white-space: break-spaces;
    line-height: 1.4;
    margin-top: -12px;
}
.sponsor-owner h3 {
    margin-bottom: -4px;
}
.sponsor-details {
  padding-top: 23px;
}
.sponsor-details i {
  color: #001238;   
}
.toptop {
margin-top: -36px;    
}
.unread {
 background-color: #ba34221f;   
    
}
.dropdown-content {
    display: none;
    text-align: left;
    position: absolute;
    background-color: #ffffff;
    border: 1px #00000021 solid;
    right: 85px;
    width: 40%;
    z-index: 3;
    top: 46px;
}
.dropdown-content a {
  display: block;
  border-bottom: 1px #80808040 solid;
  padding: 10px;
  font-weight: 500;
}
.dropdown-content a:hover {background-color: #ddd;}
.kita {display: block;}
