.close,.close:hover {
    background: #4d4d4d none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 0;
    width: 40px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

/*=============== Banner Popup ===================*/
.banner-popup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display:none;
    z-index: 2147483647;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
}
.big-banner {
    background: rgba(0, 0, 0, 0) url("../images/festival.jpg") no-repeat scroll 0 0 / 100% 100%;
    text-align: center;
    height: 90%;
    width: 80%;
    position: absolute;
    left: 10%;
    top: 5%;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.big-banner::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.banner-inner {
    display: inline-block;
    vertical-align: middle;
    width: 98%;
}
.banner-inner > h5 {
    color: #303030;
    float: left;
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 20px;
    width: 100%;
}
.banner-inner > h5 strong {text-transform: uppercase;}
.banner-subtitle{
    float: left;
    font-family: montserrat;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 20px;
    width: 100%;
}
.banner-inner > strong {
    color: #4d4d4d;
    float: left;
    font-family: montserrat;
    font-size: 150px;
    font-weight: 700;
    width: 100%;
    line-height: 120px;
    margin: 20px 0;
}
.banner-inner > strong i {
    font-style: normal;
    margin-right: 11px;
}
.big-banner .theme-btn {margin-top: 40px;}


