﻿
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 992px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .top-bar {
        display: none;
    }
}

#img_loading {
    display: none;
}

.loading #img_loading {
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    z-index: 9999;
}

.logo-sponsor {
    padding: 20px;
}

.news-sec img {
    max-height: 500px;
    max-width: 100%;
}

.news-posts .categories {
    margin: 0px !important;
}

.news-posts .recent-posts {
    margin: 20px 0 0 0;
}


.service-sec .detail a.title:hover {
    color: #02adc6;
}

.services-two .service-sec .detail {
    width: 80%;
}

.mt-main-title {
    margin: 0 0 25px 0;
    padding: 6px;
    background: #f5f5f5;
}

.detail a.title {
    color: #222;
}

.MT-Info {
    margin: 40px 0 40px 0;
}

.mt-logo-sponsor img {
    width: 100%;
    padding: 15px;
}

@media screen and (min-width: 992px) {
    .mt-logo-sponsor {
        width: 25%;
        float: left;
        padding: 20px;
    }

    .mt-mobile-logo {
        display: none !important;
        padding: 0 !important;
        margin-top: -10px;
    }

    .mt-button {
        border: none;
        background-color: transparent;
        color: #090909;
        /* padding: 14px; */
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer;
        margin: 10px 0 0 0;
        font-size: 16px;
        text-transform: none;
    }
}

@media screen and (max-width: 992px) {
    .services-two {
        padding-top: 20px;
    }

    .main-title-second {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .latest-news.dark-back {
        padding-top: 20px;
    }

    .content .welcome {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #page .header {
        position: unset;
    }

    .header {
        min-height: unset;
    }

    .mt-mobile-logo {
        padding: 0 !important;
        margin-top: -25px;
    }

    .dr-quote span.quote {
        font-size: 20px !important;
        margin: 36% 0 0 0 !important;
    }

    .logo img {
        height: 25px;
        width: auto;
        margin: 10px;
    }

    .services-two .service-sec .detail {
        margin: 0 !important
    }

    .mt-button {
        border: none;
        background-color: transparent;
        color: #090909;
        /* padding: 14px; */
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer;
        margin: 10px 0 0 0;
        font-size: 13px;
        text-transform: none;
    }

    .header2 {
        background: #ffffff;
    }
}

.mt-h4 {
    padding: 10px 0 10px 0;
    margin: 10px 0 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    text-transform: uppercase;
    color: #0071af;
}

.main-appointment-form .appointment-form .form .mt-input-full-width {
    width: 97% !important;
}

.maytech-link-button {
    margin: 35px 0 0 0;
    background-color: #525866;
    padding: 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
}

.mt-input--filled .icon--kohana {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*#page {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    zoom: 1;
}

canvas {
    display: block;
}*/

.top-bar .get-touch ul {
    float: right;
    padding-top: 18px;
}

.modal-content {
    border-radius: 4px;
}

.modal-event .modal-title {
    color: #02adc6;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 36px;
}

.modal-event .close {
    font-size: 40px;
    font-weight: unset;
}

.modal-event .btn-modal.gray {
    background-color: #b7b7b7;
}

.modal-event .btn-modal:hover {
    background-color: #02adc6;
}

.modal-event .btn-modal {
    margin: 35px 0 0 0;
    background-color: #525866;
    padding: 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
}

.modal-event .modal-header {
    border: none;
}

.text-event-registered {
    color: #02ADC6;
    padding-left: 20px;
}

.text-event-not-registered {
    color: red;
    padding-left: 20px;
}

.member-detail .team-detail .name h6 {
    font-size: 22px;
    font-weight: 600;
}

.info .member-detail {
    padding-top: 0px;
}

.info .avatar {
    height: 200px;
    width: 200px;
}

.info .name {
    text-align: center;
}

    .info .name h6 {
        padding-top: 20px;
    }

@media (max-width: 480px) {
    .accordion .link {
        width: inherit !important;
    }
}

#custom-search {
    /*position: relative;*/
    margin-top: 15px;
    margin-right: unset;
}

.mt-search {
    width: 30px;
    padding: 3px 6px;
    border: 1px solid #d2c1ad;
    border-radius: 100%;
    height: 30px;
    text-align: center;
}

@media (max-width: 767px) {
    .menu .navbar-form {
        float: right;
        border: none;
        padding: 0 35px 0 0;
        margin-top: 14px;
    }

    search {
        width: 25px;
        height: 25px;
        padding: 0;
    }

    .mt-mobile-search {
        top: -59px !important;
    }
}

.mt-mobile-search {
    top: -48px;
    right: 50px;
    z-index: 99999;
    position: absolute !important;
}

.mt-nav-search {
    right: 35px;
    position: absolute;
    top: -38px;
    z-index: 99999;
}

#img_loading {
    display: none;
}

.loading #img_loading {
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    z-index: 9999;
}

.mt-btn-icon {
    border: none;
    background-color: inherit;
    color: #02adc6;
    padding: 5px;
    border-radius: 25%;
}

    .mt-btn-icon:hover {
        color: black;
    }

.modal-event .btn-change-status:hover {
    background-color: #02adc6;
    color: white;
    font-weight: bold;
}

.modal-event .btn-change-status {
    background-color: white;
    padding: 10px;
    /*text-transform: uppercase;*/
    border-radius: 5px;
    min-width: 50%;
}

.modal-event .div-change-status {
    width: 100%;
    padding: 5px;
    text-align: center;
}

.event-subc-search {
    float: right;
    margin-top: 0;
}

    .event-subc-search input {
        width: 88%;
        padding: 5px;
        color: #747474;
        font-style: italic;
    }

    .event-subc-search a {
        max-width: 12%;
        float: right;
        background-color: #fff;
        padding: 7px 10px;
        border: none;
        margin: 0;
        color: #333;
    }

        .event-subc-search a:hover {
            background-color: #02adc6;
            color: #fff;
        }

.manage-event-top-bar div {
    padding-top:10px;
    padding-bottom:10px;
}

#event-ticket {
    display:none;
}

.a-sub-title {
    color:unset;
}

.mt-user-nav {
    padding: 20px;
}

    .mt-user-nav a {
        color: #0071af;
    }

    .mt-user-nav:hover > a {
        color: black;
    }

.mt-user-nav-submenu {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 8000;
    top: 50px;
    right: 0px;
    display: none;
}

    .mt-user-nav-submenu a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .mt-user-nav-submenu a:hover {
            background-color: #ddd;
        }

.mt-user-nav:hover > .mt-user-nav-submenu {
    display: block;
    -moz-animation: fadeInDown .3s ease-in;
    -webkit-animation: fadeInDown .3s ease-in;
    animation: fadeInDown .3s ease-in;
}

.mt-nav-top-right {
    float: right;
}

.mt-btn {
    background-color: #525866;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 14px 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

    .mt-btn:hover {
        background-color: #02adc6;
    }

.MT-Info img, .news-detail .detail img {
    width: unset;
    max-width: 100%;
}

.aligncenter {
    display: block;
    margin: auto;
}

.post-sec a.title {
    color: #222;
}

    .post-sec a.title:hover {
        color: #02adc6;
    }

#owl-demo .item {
    margin: 0 30px 0 0;
    padding: unset;
    background-color: white;
}