body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*------------- fonts ------------*/
.sticky {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    background-color: #FFFFFF;
    top: 0;
    z-index: 9;
    border-top: 4px solid #ed1738;
    height: 80px;
}
.main-content-overlay {
    background: #111;
    display: block;
    height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s ease,height 0s 0.3s ease;
    transition: opacity 0.3s ease,height 0s 0.3s ease;
    width: 100%;
    z-index: 4;
}
body.menu-open .main-content-overlay {
    height: 100%;
    opacity: 0.75;
    -webkit-transition: opacity 0.3s ease, height 0s 0s ease;
    transition: opacity 0.3s ease, height 0s 0s ease;
    /*z-index: 999;*/
}
@font-face {
    font-family:AvenirNextLTPro-Demi;
    src: url(../font/AvenirNextLTPro-Demi.otf);
}
@font-face {
    font-family:AvenirNextLTPro-Regular;
    src: url(../font/AvenirNextLTPro-Regular.otf);
}
@font-face {
    font-family:Avenir-Next-Heavy;
    src: url(../font/Avenir-Next-Heavy.otf);
}
@font-face {
    font-family:AvenirNextLTPro-Bold;
    src: url(../font/AvenirNextLTPro-Bold.otf);
}
@font-face {
    font-family:Archia-Bold;
    src: url(../font/Archia-Bold.otf);
}
@font-face {
    font-family:FuturaLT-Bold;
    src: url(../font/FuturaLT-Bold.html);
}
@font-face {
    font-family:roboto-v20-latin-100;
    src: url(../font/roboto-v20-latin-100.html);
}
a:hover{ 
    text-decoration:none;
}
*{ 
    outline: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: unset;
    margin:0px;
    padding:0px;
}
ul{
    margin:0px;
    padding:0px;
}
.store-section.single-product-new {
    margin: 0 auto;
    padding-bottom: 0px;
}
.home-hero {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    height: 60vh;
    min-height: 60vh;
    text-align: center;
    background-color: #333;
    color: #fff;
    overflow: hidden;
}
.home-hero__video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-hero__video-wrapper {
    /*z-index: 1;*/
    pointer-events: none;
    overflow: hidden;
}
.home-hero__video {
    width: 103vw;
    height: 56.25vw;
    min-height: 60vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/* -------------- contact -------------- */
.contact-container{
    max-width: 950px;
    width: 100%;
    margin: auto;
    padding: 80px 0 65px;
}
.contact-container .content{
    max-width: 582px;
}
.contact-container .main-info p{
    font-family:AvenirNextLTPro-Regular;
    font-size: 18px;
    color: #000;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.contact-container .sub-heading p{
    font-family:AvenirNextLTPro-Regular;
    color: #a2a2a2;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px;
}
.contact-container .sub-heading p a{
    color: #ed1738;
}
.contact-container .col-md-8 .sub-heading {
    border-bottom: 5px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 20px;
}
.contact-container label{
    font-family:AvenirNextLTPro-Regular;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    letter-spacing:0.7px;
    margin-bottom: 2px;
}
.contact-container .form-control{
    border: 1px solid #b1b1b1;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 43px;
}
.contact-container textarea.form-control{
    height: 155px;
}
.contact-container .sr-contribute-btn{
    margin-top: 20px;
    max-width: 213px;
    width: 100%;
    height: 54px;
}
.contact-container .company-info .heading,
.contact-container .our-team-info .heading{
    font-family:Avenir-Next-Heavy;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.contact-container .company-info .sub-heading,
.contact-container .our-team-info .sub-heading{
    font-family:AvenirNextLTPro-Demi;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}
.contact-container .company-info p,
.contact-container .our-team-info p{
    font-family:AvenirNextLTPro-Regular;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 20px;
}
.contact-container .company-info address{
    margin-bottom: 40px;
}
.contact-container .company-info p a{
    color: #ed1738;
}
/* -------------- common -------------- */
.about-us-btn:hover, .heritage-info .buy-tickts-btn:hover, .emailpart-block .btn.sr-btn:hover, .chance-btn .buy-tickts-btn:hover, .sr-contribute-btn:hover, .buy-now-btn:hover {
    background-color: #ffffff;
    color: #ed1738;
    border: 2px solid #ed1738;
}
.heritage-info .buy-tickts-btn:hover:after, .chance-btn .buy-tickts-btn:hover:after{
    background-image: url(../image/ticket-red.png);
    /*top: 17px;*/
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ed1738;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active {
    color:#ed1738;
    background-color: transparent;
}
.social-icon ul {
    display: flex;
    align-items: center;
}
nav.navbar.navbar-default .navbar-collapse {
    width: 55%;
    padding: 10px 0px;
  /*  display: flex !important;
  align-items: center;*/
  margin: 0 auto;
  padding-left: 47px;
  /*justify-content: center;*/
}
nav.navbar.navbar-default {
    display: flex;
    width: 1420px;
    margin: 0 auto;
    height: 100%;
    border: none;
    border-top: unset;
}
.social-icon {
    display: flex;
}
.navbar-default .navbar-nav>li>a {
    color: #0e0e0e;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-family:AvenirNextLTPro-Demi;
    text-transform: uppercase;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.main-navigation {
    height: 80px;
    /*padding: 8px 0px;*/
    border-top: 4px solid #ed1738;
    /*background-color: antiquewhite;*/
}
.navbar-brand {
    height: auto;
    padding: 0px 0px;
    padding-top: 2px;
}
.social-icon .support-btn {
    padding-bottom: 4px;
    background-color: #ed1738;
    width: 250px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 23px;
    font-family:AvenirNextLTPro-Regular;
}
.navbar-header {
    float: left;
    font-family:AvenirNextLTPro-Regular;
    display: flex; 
    align-items: center;
}
.social-icon ul li {
    padding: 0px 5px;
}
.main-banner{
    background-image: url(../image/main-banner.jpg);
    /*height: 550px;*/
    padding: 153px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-info {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1;
    background-color: #0000004a;
    background-blend-mode: overlay;
}
.banner-info span {
    font-size: 18px;
    line-height: 56px;
    color: #ffffff;
    font-family:AvenirNextLTPro-Demi;
    letter-spacing: 0.7px;
}
.banner-info h1{
   font-size:60px;
   line-height: 56px;
   color: #ffffff;
   font-family:Avenir-Next-Heavy;
   letter-spacing:1px;
   width: 1005px;
   padding-bottom: 22px;
   text-align: center;
}
.about-us-btn {
    color: #ffffff;
    width: 213px;
    height: 54px;
    background-color: #ed1738;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-family:AvenirNextLTPro-Demi;
    font-size: 16px;
    /*letter-spacing: 0.7px;*/
}
.mandate-section {
    background-image: url(../image/bg-img.png);
    /*height:179px;*/
    padding: 34px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.mandate-part {
    display: flex;
    width: 1250px;
    margin: 0 auto;
    height: 100%;
    align-items: center;
}
.mandate-info h2{
   font-size:38px;
   /*line-height: 56px;*/
   color: #ffffff;
   padding-bottom: 9px;
   font-family:AvenirNextLTPro-Bold;
   text-transform: uppercase;
}
.mandate-info p{
   font-size:18px;
   line-height:24px;
   color: #ffffff;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   margin-bottom: 0px;
}
.mandate-info {
    width: 59%;
}
.mandate-logo {
    display: flex;
    justify-content: flex-end;
    width: 40%;
    align-items: center;
}
.number-part {
    display: flex;
}
.mandate-text {
    color: #ffffff;
    padding-left: 7px;
}
.number h1 {
    font-size: 90px;
    line-height: 90px;
    font-family:Archia-Bold;
}
.number-info h6 span {
    font-size: 20px;
    display: block;
}
.number-info {
    display: flex;
    align-items: center;
}
.number-info h6 {
    font-size: 36px;
    padding-left: 4px;
    font-family:AvenirNextLTPro-Bold;
}
.mandate-text p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}
.heritage-section {
    display: flex;
    width: 1250px;
    margin: 0 auto;
    padding: 85px 0px;
}
.heritage-img {
    width: 54%;
}
.heritage-info {
    width: 46%;
    display: flex;
    flex-flow: column;
    padding-left: 50px;
    justify-content: center;
}
.heritage-img img {
    width: 100%;
}
.heritage-info span{
    color: #888888;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0 0 0 #888888;
}
.heritage-info h2{
    color: #000000;
    font-size:50px;
    line-height:46px;
    padding-top: 11px;
    text-transform: uppercase;
    padding-bottom: 11px;
    font-family: Avenir-Next-Heavy;
}
.heritage-info p{
    font-size:22px;
    line-height: 28px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    width: 515px;
}
.heritage-info .buy-tickts-btn {
    color: #ffffff;
    width: 213px;
    height: 54px;
    background-color: #ed1738;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border-radius: 6px;
    font-family: AvenirNextLTPro-Demi;
    font-size: 16px;
    letter-spacing: 0.7px;
    padding: 0px 35px;
    position: relative;
    margin-top: 25px;
    border: 2px solid #ed1738;
}
.buy-tickts-btn:after {
    content: ' ';
    position: absolute;
    background-image: url(../image/ticket.png);
    width:23px;
    height: 15px;
    right:35px;
    top: 17px;
    background-repeat: no-repeat;
}
.slider-img {
    overflow: hidden;
    cursor: pointer;
    /*height: 345px;*/
    /*width: 600px;*/
}
.slider-img img{
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    /*height:100%;*/
    /*width: 100%;*/
}
.item:hover .slider-img img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.past-winners-section {
    background-color: #222222;
    padding-top:42px;
    padding-bottom: 50px;
}
.past-winners-section h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-family:AvenirNextLTPro-Bold;
    text-align: center;
    padding-bottom: 34px;
}
.slider-info h3 {
    font-size: 16px;
    color: #ffffff;
    font-family:Archia-Bold;
    text-align: center;
}
.slider-info {
    padding-top: 25px;
}
.past-winners-section .owl-nav.disabled+.owl-dots {
    margin-top: 28px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ed1738;
    width: 8px;
    height: 8px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    background: #bcbcbc;
}
.heritage-section.heritage-part-two .heritage-info {
    padding-left: 0px;
}
.heritage-info .about-us-btn {
    margin-top: 27px;
  
}
.fame-section {
    background-color: #f4f4f4;
    padding: 80px 0px;
    padding-top: 70px;
}
.fame-part {
    text-align: center;
}
.fame-part h2{
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    font-family: AvenirNextLTPro-Bold;
}
.fame-part p{
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.fame-img-part {
    width: 1250px;
    margin: 0 auto;
    padding-top: 23px;
    display: flex;
}
.fame-img-block.block-two img {
    height: 50%;
    width: 100%;
}
.fame-img-block {
    /*width: 100%;*/
}
.fame-img-block img {
    width: 100%;
    height: 100%;
    padding: 7px;
    object-fit: cover;
}
.past-winners-section .owl-dots {
    margin-top: 29px;
    display: flex;
    justify-content: center;
}
.together-part {
    width: 1072px;
    margin: 60px auto;
    margin-bottom: 0px;
    padding:40px 70px;
    padding-bottom: 80px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 7px 4px rgba(0, 0, 0, 0.1), 0 6px 6px rgb(0 0 0 / 0%);
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); */
}
.together-part h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    font-family: AvenirNextLTPro-Bold;
}
.together-counter {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-flow: wrap;
    padding-top: 70px;
}
.counter-block .counter-value, .counter-block li span {
    color: #5a98c3;
    font-size: 60px;
    font-family: 'Roboto', sans-serif;
    font-weight:700;
}
.counter-block .stat-title {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    color: #676767;
}
.counter-block {
    border-right: 1px solid #dedede;
    padding: 0px 15px;
    width: 25%;
}
.counter-block:last-child {
    border-right: none;
}
.difference-section{
    background-image: url(../image/bg-img-two.png);
    background-position: center;
    padding-top: 155px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -66px;
}
.difference-part h2 {
    color: #ffffff;
    font-size: 50px;
    line-height: 40px;
    font-family: Avenir-Next-Heavy;
}
.difference-part {
    text-align: center;
}
#counter span.percent:after {
  content: "%";
  display: inline-block;
}
.raffle-section {
    width: 1072px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 65px;
}
.raffle-block {
    text-align: center;
    color: #ffffff;
    padding: 0px 20px;
    width: 33.33%;
}
.raffle-info {
    padding-top: 23px;
}
.raffle-img {
    display: flex;
    justify-content: center;
    height: 65px;
}
.raffle-img img {
    object-fit: scale-down;
}
.raffle-info h2 {
    color: #8fc6ec;
    font-size: 34px;
    font-family: AvenirNextLTPro-Bold;
    line-height: 34px;
    display: inline-block;
    position: relative;
}
.raffle-info span {
    color: #8fc6ec;
    font-size:24px;
    font-family:AvenirNextLTPro-Regular;
    line-height: 34px;
    display: block;
}
.raffle-info h2:after {
    content: ' ';
    position: absolute;
    background-image: url(../image/next-arrow-new.png);
    width:7px;
    height: 12px;
    right: -19px;
    top: 11px;
    background-repeat: no-repeat;
}
.sponsors-section h2 {
    color: #6d6d6d;
    font-size: 24px;
    font-family:AvenirNextLTPro-Regular;
    line-height: 40px;
    text-align: center;
}
.sponsors-section {
    padding: 50px 0px;
}
.sponsors-part {
    width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.footer-main {
    background-color: #000000;
}
.footer-part {
    width: 1250px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 65px;
}
.footer-top {
    display: flex;
    padding-bottom: 65px;
    justify-content: space-between;
}
.footer-address p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 0px;
}
.footer-address {
    padding-top: 17px;
}
.footer-block h3 {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    padding-bottom: 14px;
    font-family: AvenirNextLTPro-Bold;
}
.footer-block ul li a{
   font-size: 14px;
   line-height: 24px;
   color: #ffffff;
   font-family:AvenirNextLTPro-Regular;
   letter-spacing: 0.4px;
}
.footer-block ul li a:hover{
    color: #ed1738;
}
.footer-block h6{
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-family: AvenirNextLTPro-Regular;
}
.emailpart-block .sr-input {
    border: none;
    padding:7px 10px;
    font-size: 14px;
    min-width: 247px;
    color: #dedede;
    line-height: 24px;
    margin-right: 10px;
    border-radius: unset;
    font-family: AvenirNextLTPro-Regular;
}
.emailpart-block .btn.sr-btn {
    background-color: #ed1738;
    font-size: 16px;
    color: #ffffff;
    padding: 7px 24px;
    font-family: AvenirNextLTPro-Regular;
    border: none;
    border: 2px solid #ed1738;
    border-radius: unset;
}
.emailpart-block {
    display: flex;
    padding-top: 6px;
}
.footer-bottom-top {
    display: flex;
    justify-content: center;
}
.copy-right-part {
    display: flex;
}
.copy-right-part li {
    padding: 0px 9px;
    position: relative;
}
.footer-bottom-top p, .copy-right-part li a{
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    margin-bottom: 0px;
    letter-spacing: 0.4px;
}
.copy-right-part li a:hover{
    color: #ed1738;
}
.copy-right-part li:after {
    position: absolute;
    content: '|';
    color: #bdbdbd;
    left: -2px;
}
.copy-right-part li:first-child:after {
    display: none;
}
.footer-bottom hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #2f2f2f;
}
.footer-bottom-info p {
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
   /*  font-family:roboto-v20-latin-100;
   font-weight: 500;*/
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   margin-bottom: 0px;
   letter-spacing: 0.4px;
   text-align: center;
}
.footer-bottom-info p a {
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    margin-bottom: 0px;
    text-decoration: underline;
    text-decoration-color: #a3a3a3;
    letter-spacing: 0.4px;
}
.new-mob-info {
    display: none;
}
.support-btn-mob {
    display: none;
}
.owl-carousel2 .owl-dots, .owl-carousel2 .owl-nav {
    display: none;
}
.owl-carousel2 .item {
    height: 89px;
}
.owl-carousel2 .item img {
    height: 100%;
    object-fit: scale-down;
    margin: 0 auto;
}
.sponsors-mob-screen {
    display: none;
}
.footer-block .social-icon {
   padding-top: 20px;
    display: block;
}
/*winners-page-start*/
.winners-banner {
    background-image: url(../image/winners-banner.jpg);
    height:296px; 
    background-repeat: no-repeat;
    background-size: cover;
}
.winners-info h1 {
    font-size: 60px;
    line-height: 56px;
    color: #ffffff;
    font-family: Avenir-Next-Heavy;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.winners-info {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.winners-img-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 10px;
}
.winners-img-top img {
    padding: 0px 40px;
}
.chance-btn .buy-tickts-btn {
    color: #ffffff;
    width: 213px;
    height: 54px;
    background-color: #ed1738;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border-radius: 6px;
    font-family: AvenirNextLTPro-Demi;
    font-size: 16px;
    letter-spacing: 0.7px;
    padding: 0px 35px;
    position: relative;
    border: 2px solid #ed1738;
}
.chance-section {
    width: 1066px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.chance-info h1 {
    font-size: 50px;
    color: #000000;
    font-family: Avenir-Next-Heavy;
}
.chance-info {
    padding-right:25px;
}
.chance-btn {
    padding-left: 30px;
}
.winners-block-section {
    width: 1250px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 16px;
}
.winners-block {
    padding: 0px 15px;
    width: 50%;
}
.winners-block-part {
    display: flex;
    flex-flow: wrap;
}
.winners-block-titel h2 {
    color: #000000;
    font-size: 30px;
    line-height: 40px;
    font-family: AvenirNextLTPro-Bold;
    text-align: center;
}
.winners-block-titel {
    padding-top: 23px;
    padding-bottom: 65px;
}
.chance-section-new {
    background-color: #ed1738;
    padding: 24px 0px;
}
.chance-section-new .chance-section {
    border: none;
}
.chance-section-new .chance-section .chance-info h1 {
    color: #ffffff;
}
.chance-section-new .chance-section .chance-btn .buy-tickts-btn{
    background-color: #ffffff;
    color:#ed1738;
    border: 2px solid #ffffff;
}
.chance-section-new .chance-section .chance-btn .buy-tickts-btn:after{
    background-image: url(../image/ticket-red.png);
}
.chance-section-new .chance-section .chance-btn .buy-tickts-btn:hover{
    color: #ffffff;
    background-color: transparent;
}
.chance-section-new .chance-section .chance-btn .buy-tickts-btn:hover:after{
    background-image: url(../image/ticket.png);
}
/*memorials-page-start*/
.memorials-section p {
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    width: 880px;
    margin: 0 auto;
}
.memorials-section {
    padding-top: 66px;
}
.select-part {
    text-align: center;
    padding-top: 42px;
    padding-bottom: 38px;
}
.slect-product .custom-select {
    width: 198px;
    height: 36px;
    border: 1px solid #d1d1d1;
    color: #545454;
    font-size: 18px;
    padding: 0px 12px;
    margin-left: 12px;
    font-family:AvenirNextLTPro-Regular;
}
.slect-product label {
    color: #888888;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family:AvenirNextLTPro-Regular;
}
.slect-product select {
    background: transparent;
    -webkit-appearance: none;
    background-image: url(../image/Triangle-drop.png);
    background-position: calc(100% - 13px) calc(1em + -5px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: unset;
    background-repeat: no-repeat;
}
.John-wesley {
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 53px;
}
.John-wesley-part {
    display: flex;
    flex-flow: wrap;
}
.learn-more-btn:hover {
    background-color: #b8041f;
    color: #ffffff;
}
.John-wesley-block {
    width: 22.3%;
    border: 1px solid #d1d1d1;
    text-align: center;
    margin: 17px;
    /*padding: 0px 15px 20px 15px;*/
}
h1.entry-title a {
    color: #ffffff;
    font-size: 24px;
    font-family: AvenirNextLTPro-Demi;
}
h1.entry-title {
    background-color: #454545;
    display: flex;
    justify-content: center;
    padding: 13px 0px;
}
.entry-info h6 {
    font-family: AvenirNextLTPro-Regular;
    font-size: 14px;
    color: #000000;
}
.entry-info hr {
    border-top: 1px solid #d1d1d1;
    margin: 10px auto;
}
.entry-info {
    padding: 12px 0px 25px 0px;
}
.entry-info p {
   font-family: AvenirNextLTPro-Regular;
   font-size: 14px;
   color: #000000;
   padding: 0px 14px;
   padding-top: 5px;
   margin-bottom: 0px;
   padding-bottom: 16px;
}
.learn-more-btn {
    color: #b8041f;
    font-family: AvenirNextLTPro-Regular;
    font-size: 14px;
    width: 166px;
    height: 37px;
    border: 1px solid #d1d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.pagination-section {
    text-align: center;
    padding-bottom: 64px;
}
.pagination-section .pagination {
    margin: 0px;
    border-radius: unset !important;
}
.pagination-section .page-link {
    display: flex;
    align-items: center;
}
.pagination-section .page-link .Previous-titel {
    color: #000000;
    font-family: AvenirNextLTPro-Regular;
    font-size: 14px;
    padding: 0px 25px;
}
.pagination-section .pagination>li:first-child>a, .pagination-section .pagination>li:first-child>span {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}
.pagination-section .pagination>li>a, .pagination-section .pagination>li>span {
    position: relative;
    float: left;
    padding:7px 13px;
    margin-left: -1px;
    color: #000000;
    font-family: AvenirNextLTPro-Regular;
    font-size: 14px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d1d1d1;
}
.pagination-section .pagination>li:last-child>a, .pagination>li:last-child>span {
   border-top: none;
   border-right: none;
   border-bottom: none;
   padding-left: 0px;
   padding-right: 0px;
}
.pagination-section .pagination>li>a:hover {
    background-color:#ed1738;
    color: #ffffff;
}
.pagination-section .pagination>li:last-child>a:hover, .pagination-section .pagination>li:last-child>a:hover{
    background-color: transparent;
    color: #000000;
}
.pagination-section .pagination>li:first-child>a:hover {
    background-color: transparent;
    color: #000000;
}
li.page-item.active a {
    background-color:#ed1738;
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -4px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.61, 0, 0.405, 1.63);
    -o-transition: -o-transform 0.3s cubic-bezier(0.61, 0, 0.405, 1.63);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.61, 0, 0.405, 1.63);
    transition: transform 0.3s cubic-bezier(0.61, 0, 0.405, 1.63);
}
/*tickets-page*/
.tickets-part h1 {
    color: #000000;
    font-size: 50px;
    line-height: 46px;
    text-transform: uppercase;
    padding-bottom: 11px;
    font-family: Avenir-Next-Heavy;
    text-align: center;
}
.tickets-part p {
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    width: 830px;
    text-align: center;
    margin: 0 auto;
}
.tickets-part {
    padding-top: 60px;
    padding-bottom: 47px;
}
.contribute-section {
    width: 1250px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 88px;
}
.Chevy-titel {
    position: absolute;
    top: 20px;
    text-align: center;
    width: 100%;
}
.contribute-img {
    position: relative;
    margin-right: 45px !important;
    width: 60%;
}
.contribute-section.counting-dates .contribute-img img {
    width: 100%;
}
.Chevy-titel h1 {
    display: inline-block;
    color: #ed1738;
    font-size: 28px;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 10px 47px;
    font-family: AvenirNextLTPro-Bold;
}
.contribute-info {
    width: 38%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 5px;
}
.contribute-info span{
    font-size: 20px;
    line-height:32px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.contribute-info h2{
 color: #000000;
 font-size: 50px;
 line-height:46px;
 padding-bottom: 14px;
 font-family: Avenir-Next-Heavy;
 padding-top: 2px;
 width: 490px;
}
.contribute-info h6{
 font-size:16px;
 line-height:32px;
 color: #9a9a9a;
 font-family: 'Roboto', sans-serif;
 font-weight: 400;
}
.contribute-product .contribute-select {
    border: 1px solid #cdcdcd;
    width: 278px;
    height: 52px;
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0px 16px;
    background-color: #ffffff;
    margin-right: 5px;
    cursor: pointer;
}
.contribute-product select {
    background: transparent;
    -webkit-appearance: none;
    background-image: url(../image/Triangl-tickets.png);
    background-position: calc(100% - 17px) calc(1em + 4px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: unset;
    background-repeat: no-repeat;
}
.sr-contribute-btn {
    border: none;
    color: #ffffff;
    background-color: #ed1738;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.7px;
    padding: 14px 51px;
    border: 2px solid #ed1738;
}
.description-part {
    background-color: #f4f4f4;
    padding: 20px 20px 15px 20px;
    /*margin-right: 24px;*/
    margin-top: 32px;
}
.description-part p {
   font-family: 'Roboto', sans-serif;
   font-weight:300;
   font-size: 13px;
   line-height: 18px;
   color: #000000;
   text-shadow: 0 0 0 #000000;
}
.description-part a{
   font-family: 'Roboto', sans-serif;
   font-weight:400;
   font-size: 14px;
   color: #3178a9;
   text-shadow: 0 0 0 #3178a9;
}
.contribute-info h5 {
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 0 0 #000000;
  padding-top: 25px;
}
.contribute-info h5 a{
    color: #4481ae;
}
.contribute-section.counting-dates {
    flex-flow: row-reverse;
    padding-bottom: 0px;
    justify-content: space-between;
}
.contribute-section.counting-dates .contribute-img {
    margin: 0px !important;
}
.contribute-section.counting-dates .contribute-info {
    padding-left: 0px;
}
.drawing-section h4{
    padding-bottom: 3px;
    font-size:20px;
    line-height: 28px;
    color: #000000;
    font-family:AvenirNextLTPro-Demi;
}
.drawing-section p{
    font-size:16px;
    line-height: 28px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    margin-bottom: 0px;
    /*text-decoration: line-through;*/
}
.drawing-section p a {
    color: #ed1738;
    font-size:16px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    margin-bottom: 0px;
}
.drawing-section2 {
    padding-top: 15px;
}
.drawing-section {
    padding-top: 20px;
}
.drawing-section2 h3 {
  font-size:16px;
  line-height: 28px;
  color: #707070;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  padding-top: 5px;
}
.contribute-img p {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 22px;
}
.contribute-img p span{
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    color: #3776a4;
    text-shadow: 0 0 0 #3776a4;
}
.bg-color-gray {
    background-color: #f6f6f6;
    padding-top: 70px;
    padding-bottom: 65px;
}
.harley-softail-section {
    width: 1250px;
    margin: 0 auto;
    display: flex;
    padding: 95px 0px;
}
.harley-softail-section {
    width: 1250px;
    margin: 0 auto;
    display: flex;
    padding: 95px 0px;
    justify-content: space-between;
}
.harley-softail-info h2 {
    color: #000000;
    font-size: 50px;
    line-height: 46px;
    padding-bottom: 14px;
    font-family: Avenir-Next-Heavy;
}
.harley-softail-info p {
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    width: 770px;
}
.chevy-harley h4{
   font-size: 22px;
   line-height: 28px;
   color: #000000;
   font-family: 'Roboto', sans-serif;
   font-weight:500;
   padding-bottom: 2px;
}
.chevy-harley ul li{
   padding-left: 14px;
   font-size:18px;
   line-height: 28px;
   color: #000000;
   position: relative;
   font-family: 'Roboto', sans-serif;
   font-weight:400;
}
.chevy-harley {
    padding-top: 29px;
}
.chevy-harley-two {
    padding-top: 22px;
}
.chevy-harley ul li:after {
    content: ' ';
    position: absolute;
    left: 0;
    height:4px;
    width:4px;
    background-color: #000000;
    border-radius: 100%;
    top: 12px;
    border: none;
}
.contribute-to-table {
    background-color: #f6f6f6;
    padding: 21px 30px;
    border-radius: 13px;
}
.contribute-to-table h2 {
    font-size: 34px;
    line-height: 32px;
    color: #000000;
    text-align: center;
    padding-bottom: 3px;
    font-family: AvenirNextLTPro-Demi;
}
.contribute-to-table h6 {
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    padding-bottom: 10px;
}
.contribute-to-table table {
    width: 100%;
    text-align: center;
}
.contribute-to-table table tbody tr td{
    border: 1px solid #e1e1e1;
    background-color: #fbfbfb;
    padding: 9px 23px;
    font-size: 22px;
    color: #000000;
    font-family:AvenirNextLTPro-Regular;
}
.contribute-to-table table thead tr th {
    background-color: #5a98c3;
    color: #ffffff;
    border: 1px solid #e1e1e1;
    text-align: center;
    font-family:AvenirNextLTPro-Regular;
    font-size: 16px;
    font-weight: unset;
    padding: 3px 5px;
}
.buy-now-btn {
    background-color: #ed1738;
    width: 125px;
    height: 35px;
    display: block;
    color: #ffffff;
    border: 2px solid #ed1738;
    /*padding:4px 0px;*/
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
}
.contribute-to-table table tbody tr td:first-child  {
    font-family: AvenirNextLTPro-Demi;
    font-size: 20px;
    color: #000000;
}
.contribute-to-table p {
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    padding-top: 18px;
}
.harley-softail-table {
    width: 40.3%;
}
.contest-btn-two{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #3178a9;
    text-shadow: 0 0 0 #3178a9;
    display: flex;
    justify-content: center;
}
.bg-color-tickes .heritage-section.heritage-part-two {
    padding: 90px 0px;
}
.bg-color-tickes{
    background-color: #f6f6f6;
}
.part-second .contribute-section {
    padding-bottom: 0px;
}
.part-second {
    padding: 90px 0px;
    background-color: #f6f6f6;
}
.fame-section.fame-tickets {
    background-color: transparent;
}
.description-part.description-new {
    background-color: #ffffff;
}
/******* shop page start *******/
.store-section {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 46px;
}
.store-section h2.store-title{
    text-align: center;
    font-size: 30px;
    font-family:AvenirNextLTPro-Bold;
    color: #000;
    padding-top: 70px;
    padding-bottom: 25px;
}
.store-section .product {
    margin-top: 45px !important;
}
span.onsale {
    width: 66px !important;
    height: 66px !important;
    background: #ed1738 !important;
    position: absolute !important;
    color: #fff !important;
    text-align: center !important;
    align-items: center !important;
    vertical-align: middle !important;
    display: inline-grid !important;
    border-radius: 50% !important;
    top: -20px !important;
    right: -12px !important;
    z-index: 2 !important;
}
.store-section .product .image-container{
    max-width: 266px;
    width: 100%;
    height: 268px;    
    border: 1px solid #cdcdcd;
    overflow: visible;
    position: relative;
    margin: auto;
}
.store-section .woocommerce-loop-product_title{
    text-align: center;
    font-family:AvenirNextLTPro-Demi;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 5px;
}
.store-section .price{
    font-family:AvenirNextLTPro-Regular;
    color: #000 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    text-align: center !important;
}
.price del .woocommerce-Price-amount{
    font-size: 16px;
    color: #9a9a9a;
    text-decoration: line-through;
}
.price ins{
    text-decoration: none;
    padding-left: 10px;
}
.price ins .woocommerce-Price-amount{
    color: #ed1738;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.woocommerce.single-product div.product div.images img {
    width: auto;
    margin: 0 auto;
    /*max-height: 350px;*/
    margin-right: 30px;
}
.woocommerce-page div.product div.images{
    width: 40%;
    margin-bottom: 70px;
}
.woocommerce-page div.product div.summary{
    width: 58%;
    position: relative;
}
.summary h1.entry-title{
    background-color: transparent;
    display: inline-block;
    font-family:AvenirNextLTPro-Demi;
    font-size: 40px;
    color: #000;
}
.store-section .summary .price{
    text-align: left;
}
.quantity-warning{
    color: #ed1738;
    font-family:AvenirNextLTPro-Regular;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.woocommerce div.product form.cart .button{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #ed1738;
    color: #fff;
    max-width: 213px;
    width: 100%;
    height: 54px;
    border-radius: 5px;
    clear: both;
    margin-top: 15px;
}
.quantity label{
    font-family:AvenirNextLTPro-Regular;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.quantity select{
    border-radius: 0;
    font-family: AvenirNextLTPro-Regular;
    color: #6d6d6d;
    width: 213px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("../image/Triangle.jpg");
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 13px;
}
.single-product .price del .woocommerce-Price-amount{
    font-size: 19.97px;
}
.woocommerce.single-product div.product p.price{
    font-size: 22.47px;
    margin-top: 10px;
}
.woocommerce.single-product .store-section .product{
    margin-top: 60px;
}
.product-content {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/******* shop page end *******/
/*resorce-page*/
.categories-block .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.categories-block .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-family: AvenirNextLTPro-Regular;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: unset;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.categories-block .styled-checkbox + label:before {
  content: '';
  margin-right: 11px;
  display: inline-block;
  vertical-align: text-top;
  width:16px;
  height:16px;
  border: 1px solid #000000;
  background: white;
}
.categories-block .styled-checkbox:hover + label:before {
  background: #ed1738;
}
.categories-block .styled-checkbox:checked + label:before {
  background: #ed1738;
  border: none;
}
.categories-block .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.categories-block .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.categories-block .styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.categories-section {
    width: 1250px;
    padding: 80px 0px;
    margin: 0 auto;
}
.categories-block h2 {
    font-size: 16px;
    background-color: #000000;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-family: AvenirNextLTPro-Demi;
    padding: 9px 15px;
}
.categories-block {
    margin-right: 45px;
}
.categorie-top {
    padding-top: 10px;
}
.list-group h2{
   font-size:28px;
   line-height: 28px;
   color: #000000;
   text-transform: uppercase;
   padding-bottom: 30px;
   font-family: AvenirNextLTPro-Demi;
}
.list-group-item-heading{
   font-size:20px;
   line-height: 24px;
   color: #000000;
   font-family: AvenirNextLTPro-Demi;
}
.list-group-item-text{
   font-size:16px;
   line-height: 24px;
   color: #000000;
   font-family: AvenirNextLTPro-Regular;
}
.list-group-item {
    padding: 15px 26px;
    border: 1px solid #d1d1d1;
}
.categories-aside {
    display: flex;
}
.aside {
    width: 30%;
}
.articals {
    width: 70%;
    padding-left: 25px;
}
.list-group {
    margin-bottom: 0px;
}
.contribute-to-table table tbody tr td span {
    font-size: 19px;
    font-family: AvenirNextLTPro-Regular;
    padding-right: 6px;
    color: #cecece;
    text-decoration: line-through;
}
/*a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: transparent;
    }*/
    .contribute-product .contribute-select span{
       font-size: 19px;
       font-family: AvenirNextLTPro-Regular;
       padding-right: 6px;
       color: #cecece;
       text-decoration: line-through;
   }
   .contribute-to-table.ticket-landing-part table tbody tr td{
    padding: 9px 8px;
}
/*demo*/
.contribute-part.Number-doct input.sr-contribute-btn {
    position: absolute;
    right: 0;
    margin-left: 10px;
}
/*.new-dropdown {
    position: relative;
    }*/
    .contribute-part.Number-doct {
        margin-bottom: 10px;
        display: flex;
        position: relative;
        align-items: flex-start;
    }
    .contribute-part.Number-doct.support-part .new-dropdown ul li {
    border: 1px solid #b1b1b1;
    border-top: unset;
}
    .contribute-part {
        /*margin-bottom: 50px;*/
    }
    .contribute-part ul li span {
        font-size: 14px;
        /*color: #cecece;*/
        padding-right:8px;
        font-family: AvenirNextLTPro-Demi;
        /*text-decoration: line-through;*/
    }
    .contribute-part ul li.init:after {
        content: " ";
        background-image: url(../image/right-arrow-new.png);
        height: 15px;
        width: 15px;
        background-repeat: no-repeat;
        position: absolute;
        right: 14px;
        top: 18px;
    }
    .contribute-part ul li {
        display: flex ;
        align-items: center;
        padding: 5px 10px;
        z-index: 2;
        /*border: 1px solid #cdcdcd;*/
        width: 100%;
        height: 43px;
        color: #000000;
        font-size: 14px;
            font-family: AvenirNextLTPro-Regular;
       /* font-family: 'Roboto', sans-serif;
        font-weight: 400;*/
        padding: 9px 12px;
        background-color: #ffffff;
        margin-right: 0px;
        cursor: pointer;
    }
    .contribute-part ul li.init {
        border-bottom: 1px solid #cdcdcd;
        position: relative;
    }
    .new-dropdown {
    width: 100%;
}
    .contribute-part ul {
            border-top: 1px solid #b1b1b1;
        /*position: absolute; */
        /*border: 1px solid #cdcdcd;*/
        /*height: 30px;*/
        width: 59%;
        /*border: 1px #000 solid;*/
    }
    .contribute-part ul li:not(.init) { 
        float: left;
        width:100%;
        display: none;
        /*background: #ddd;*/
    }
    .contribute-part ul li:not(.init):hover{ 
     background-color: #ed1738;
     color: #ffffff;
 }
 li.init { cursor: pointer; }
 a#submit { z-index: 1; }

 /****** about page ******/
 .about-section{
    display: flex;
    width: 1250px;
    margin: 0 auto;
    padding: 65px 0 0 0;
 }
 .about-section.about-part-two{
    padding: 60px 0 75px 0;
 }
 .about-img {
    width: 50%;
}
.about-info {
    width: 50%;
    display: flex;
    flex-flow: column;
    /*padding-left: 50px;*/
    justify-content: center;
}
.about-part-two .about-info{
    padding-left: 30px;
}
.about-info h2 {
    color: #000000;
    font-size: 50px;
    line-height: 46px;
    padding-top: 10px;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-family: Avenir-Next-Heavy;
}
.about-info p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: AvenirNextLTPro-Regular;
    margin-bottom: 20px;
    max-width: 565px;
    width: 100%;
}

/*support-page*/

.support-container .support-content {
    max-width: unset !important;
}
.contact-container.support-container {
    max-width: 437px;
    padding: 0px;
    padding-bottom: 95px;
}
.support-content .sr-contribute-btn {
    max-width:100% !important;
    margin-top: 5px !important;
}
.make-donation-part h2 {
    font-size: 30px;
    line-height: 32px;
    color: #000000;
    font-family: AvenirNextLTPro-Bold;
    text-align: center;
    width: 600px;
    margin: 0 auto;
}
.make-donation-part {
    padding-top: 65px;
    padding-bottom: 45px;
}
.donation-lable {
    background-color: #5b5b5b;
    padding: 10.5px 0px;
    margin-left: 5px;
    width: 210px;
}
.support-container .donation-lable label{
    color: #ffffff;
font-family: AvenirNextLTPro-Demi;
    text-align: center;
    width: 100%;
}
.support-content .amount-part {
    padding: 0px;
    width: 251px;
    margin-right: 5px;
}
.support-content .col-md-6, .support-content .col-md-12 {
    padding: 0px;
    padding: 0px 5px;
}
.support-container .form-control {
    font-size: 14px;
    color: #888888;
    font-family: AvenirNextLTPro-Regular;
    letter-spacing: 0.7px;
}
.support-content .row{
    margin: 0px;
    margin-left: -5px;
    margin-right: -5px;
        display: flex;
}
.contact-container.support-container label {
    font-weight: unset;
}


.contribute-part.Number-doct.support-part ul {
    width: 100%;
        z-index: 9;
}

.content.support-content .form-container h6 {
    font-size: 14px;
    color: #000000;
    font-family: AvenirNextLTPro-Demi;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.form-group.mailing-part {
    padding-top: 5px;
    padding-bottom: 15px;
}

@media screen and (min-width: 768px){
	.navbar-brand .img-responsive{
		max-width: 209px;
		height: 65px;
	}
}

	.footer-logo a .img-responsive{
		max-width: 209px;
	}