/* vip page style */
.ExampleBadge {
  overflow: visible;
  width: 285px;
  height: initial;
  padding: 25px 0;
}

.ExampleBadge .ProfileAuthor {
  margin: 0;
}

.anim-containter {
    height: 100%;
    position: relative;
}

.banner img {
    width: 100%;
    text-align: center;
    position: relative;
}

.banner {
    text-align: center;
    position: relative;
}

h2.vip-title {
    left: 0;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 10;
    color: white;
    font-size: 70px;
    margin-top: 0px;

}

ul#detail-items li.final-elem {
    margin-bottom: 100px;
}

.btn-container {
    text-align: center;
}

.info p.welcome-text {
    font-size: inherit;
    margin-bottom: 50px;
}

#detail-items{
    margin: 40px auto 0px;
}

.info .program-details .emphasis{
    font-size: large;
}

.program-details .title {
    font-family: 'museo_sans700', sans-serif;
    padding-top:30px;
}

ul#detail-items li img.big-image {
    padding: 0px;
    margin: 10px;
    margin-top: 20px;
}

ul#detail-items li{
    list-style: none;
    float: left;
    height: 214px;
    width: 45%;
    margin-bottom: 20px;
}

div.anim-containter {
    height: 100%;
    position: relative;
}

ul#detail-items li img.detail-image {
    margin: 40px auto;
    width: 285px;
    height: initial;
    display: block;
}

.info .main-text p{
    font-size: large;
}

.info p.secondary-text{
    font-size: medium;
}

.list-emphasis {
    font-size: initial;
}

#bronze-color{
    color:#E89339;
    position: relative;
    border-bottom: 1px solid #FAE7D2;
}

#silver-color{
     color:#B9C8CD;
     position: relative;
     border-bottom: 1px solid #ECF0F2;
 }

 #gold-color{
     color:#FFC41F;
     position: relative;
     border-bottom: 1px solid #FFEFC4;
 }

#bronze-color img, #silver-color img, #gold-color img  {
    width: 50px;
    right: 10px;
    bottom: 2px;
    position: absolute;
}

.u-withDirection--rtl #bronze-color img,
.u-withDirection--rtl #silver-color img,
.u-withDirection--rtl #gold-color img {
    right: initial;
    left: 10px;
}

#gold-color img {
    width:60px;
}
.cont-btn1, .cont-btn2 {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
    height: 40%;
    z-index:10;
}

.apply {
    display: inline-block;
    border: 1px solid #40a4c4;
    border-radius: 40px;
    font-size: 20px;
    color: #40a4c4;
    text-decoration: none;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    font-family: 'museo_sans500', sans-serif;
}
.apply-top {
    padding: 17px 40px;
    margin: 0 auto;
}

.apply-bottom{
    padding: 14px 32px;
}

.cont-btn2 {
    display:none;
    position: relative;
    z-index: 2;
}

.program-details {
  z-index: 1;
}

#clear-float{
    clear: both;
}

@media all and (min-width : 1400px) {
     h2.vip-title {
         margin-top: 40px;
     }
}

@media all and (max-width : 1000px) {
    h2.vip-title {
        font-size: 50px;
    }
}

@media all and (max-width : 850px) {

    ul#detail-items li {
        float: none;
    }

    footer span {
        display: table;
        margin: 0 auto;
    }

    h2.vip-title {
        display:none;
    }

    #contactInfo {
        padding-left: 0px;
    }

    .banner {
    }
    .banner img {
        display:none;
    }

    .info p.welcome-text {
        font-size:1.25rem;
        margin-bottom: 20px;
    }
    .cont-btn1{
        display:none;
    }
    .cont-btn2{
        display:block;
        height: 50px;
    }
    ul#detail-items li {
        width:initial;
        margin-bottom:0px;
        height: initial;
    }

    ul#detail-items li img {
        padding: initial;
    }
    #detail-items {
        margin-top: 80px;
    }

    .program-details .subtext{
        padding-bottom: 60px;
    }

    .program-details .title{
        padding-top:0px;
    }

    .list-emphasis {
        font-size: initial;
        padding-left: 15px;
        line-height: 1.4em;
    }
    h3 {
        font-size: 1.4rem;
    }
    .info .vip-levels-container h3 {
        margin-bottom: -10px;
    }
    .info .main-text p {
        font-size: 1.25rem;
    }
}

/* vip style end */
