/*------- Resposive -----*/
@media (min-width: 220px) and (max-width: 320px) {}

@media (min-width: 320px) and (max-width: 480px) {}

@media (max-width: 467px) {
    
    .p-l-0-m {
        padding-left: 0 !important;
    }
    
    .p-r-0-m {
        padding-right: 0 !important;
    }
    
    .tp-bgimg {
        background-size: auto 100%;
    }
    
    .full-width-mob {
        width: 100% !important;
    }
    
    .inner-header {
        background-size: auto 100%;
        height: 200px;
    }
    
    .inner-header .header-title {
        width: 90%;
        font-size: 55px !important;
    }
    
    .custom-page-content {
        margin-bottom: 35px;
    }
    
    #homepage-content .homepage-wide-container, #homepage-content .homepage-container {
        width: 80%;
        max-width: 630px;
    }
    
    #homepage-content .section-title {
        margin: 50px 0 35px 0;
    }
    
    .left50 {
        width: 100%;
    }
    
    .right50 {
        width: 100%;
    }
    
    .row-eq-height {
        display: block;
    }
    
    .lower-header {
        padding: 15px 0;
    }
    
    .lower-header .logo {
        text-align: center;
    }

    .lower-header .mobile-menu-icon {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 50px;
    }
    
    .lower-header .logo-header {
        margin-left: -120px;
    }
    
    .lower-header nav {
        display: block;
        position: relative;
        transform: none;
        min-height: auto;
    }
    
    .lower-header nav ul li {
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    
    .lower-header nav ul li:last-child {
        border-bottom: none;
    }
    
    .lower-header nav ul li a {
        color: #fff;
    }
    
    .lower-header .navbar-collapse {
        width: 100%;
        background: #790c31;
    }
    
    .lower-header nav ul {
        float: none;
        margin: 0;
    }
    
    #homepage-content .homepage-container {
        width: 85%;
    }
    
    #homepage-content #slider {
        background-size: auto 100%;
    }
    
    #homepage-content #slider .title {
        max-width: 100%;
    }
    #homepage-content #slider .subtitle {
        display: none;
    }
    
    #create-event .single-step {
        margin-bottom: 75px;
    }
    
    #create-event .single-step:last-child {
        margin-bottom: 0;
    }
    
    #homepage-content #carousel {
        padding: 75px 0;
    }
    
    #carousel .carousel-header .carousel-title {
        margin-bottom: 20px;
    }
    
    #carousel .carousel-inner>.item.active > div {
        opacity: 1;   
    }
    
    #login .registration-box {
        padding: 35px;
    }
    
    footer.inner {
        margin-top: 35px;
    }
    
    footer .social-links {
        padding: 0;
    }
    
    footer .social-links i {
        font-size: 16px;
    }
    
    footer .widget-title {
        margin-bottom: 15px;
    }
    
    footer .social-links ul li a {
        font-size: 13px;
    }
    
    footer #footer-newsletter {
        padding: 60px 0px;
        margin-bottom: 40px;
    }
    
    footer .contact-footer {
        margin-bottom: 45px;
    }
    
    footer #footer-newsletter .submit {
        position: relative;
        display: block;
        margin-top: 30px;
        width: 100%;
    }
    
    footer #footer-newsletter h3 {
        margin-bottom: 30px;
    }
    
    footer .footer-links-copyrights-mobile {
        margin-top: 40px;
    }
    
    .overlay .overlay-container {
        max-width: 85%;
    }
    
    #profile .nav>li {
        float: left;
    }
    
    #profile .tab-content {
        padding: 35px 15px 35px 15px;
    }
    
    #profile .tab-content .profile-div .edit-profile {
        position: relative;
        right: 0;
        margin-top: 10px;
        padding: 0;
        bottom: 0;
    }
    
    #myeventsCarousel-mob .item-contents {
        text-align: center;
    }
    
    #myeventsCarousel-mob .carousel-indicators {
        padding: 0;
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 25px;
        z-index: 15;
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        text-align: center;
        list-style: none;
    }
    
    #myeventsCarousel-mob .carousel-indicators li {
        border-color: #72002a;
        width: 15px;
        height: 15px;
        margin: 0 2px;
    }
    
    #myeventsCarousel-mob .carousel-indicators li.active {
        background: #72002a;
    }
    
    .step-details-div > div {
        margin: 15px 0;
    }
    
    #registration .registration-box .step-title {
    }
    
    .stepwizard-row:before {
        content: none;
    }
    
    .stepwizard-row .fill {
        display: none;
    }
    
    .stepwizard-div .step h4 {
        display: none;
    }
    
    h5 {
        line-height: 20px;
    }
    
    #registration .registration-box .step-title img {
        width: 25%;
        vertical-align: middle;
    }
    
    #registration .registration-box .step-title .title {
        width: 65%;
        vertical-align: middle;
    }
    
    .event-box .event-box-img {
        margin-bottom: 40px;
    }
}

@media (min-width: 481px) and (max-width: 640px) {}

@media (min-width: 640px) and (max-width: 736px) {}

@media (min-width: 768px) and (max-width: 980px) {}

@media (min-width: 980px) and (max-width: 1024px) {}

@media (max-width: 768px) {
    
    #profile .nav>li {
        float: left;
    }
}