.onetone-animated {
    visibility: hidden;
}

section.home-section-1 .section-title {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 38px;
    font-weight: normal;
    color: #ffffff;
}

section.home-section-1 .section-title {
    border-color: #ffffff;
}

section.home-section-1 .section-subtitle {
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}

section.home-section-1 .home-section-content p,
section.home-section-1 .home-section-content h1,
section.home-section-1 .home-section-content h2,
section.home-section-1 .home-section-content h3,
section.home-section-1 .home-section-content h4,
section.home-section-1 .home-section-content h5,
section.home-section-1 .home-section-content h6 {
    font-weight: normal;
    color: #ffffff;
}

section.home-section-1 .magee-heading {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 38px;
    font-weight: normal;
    color: #ffffff;
}

section.home-section-1 .magee-btn-normal.btn-line.btn-light {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

section.home-section-1 .banner-sns li a i {
    color: #ffffff;
}

section.home-section-1 .section-title-container {
    margin-top: 15%;
    text-align: center;
}

section.home-section-1 .section-title-container span {
    border: 2px solid #fff;
    padding: 5px 0;
    border-left: none;
    border-right: none;
}

section.home-section-1 .home-section-content {
    text-align: center
}

section.home-section-1 {
    background: url("../../../images/index/main-banner.jpg") no-repeat center 0px fixed;
    background-size: 100%;
    background-color: #003c78;
    min-height: 822px;
}

section.home-section-1 .heading-inner {
    font-size: 100%
}

@media (max-width: 767px) {
    section.home-section-1 {
        background: url("../../../images/index/main-banner.jpg") no-repeat center 120px fixed;
        background-size: 100%;
        background-color: #003c78;
        min-height: 250px;
    }

    section.home-section-1 .heading-inner {
        font-size: 70%
    }
}

section.home-section-2 .home-section-content {
    font-size: 14px;
    font-weight: normal;
    color: #a1a2a4;
}

section.home-section-2 .home-section-content {
    text-align: left
}

section.home-section-2 {
    padding: 30px 0;
    background-color: #003c78;
}

section.home-section-3 .home-section-content {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

section.home-section-3 .home-section-content a {
    color: #666666;
}

section.home-section-3 .home-section-content {
    text-align: center
}

section.home-section-3 {
    padding: 50px 0;
    background-color: #ffffff;
}

section.home-section-3 .section-title {
    font-size: 30px;
    color: #666;
}

section.home-section-3 .section-title {
    text-align: center;
}

.section-title.no-subtitle {
    padding-bottom: 30px;
}

.magee-feature-box h3 {
    margin: 20px 0 12px;
}

section.home-section-4 .home-section-content {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

section.home-section-4 .home-section-content {
    text-align: center
}

section.home-section-4 {
    padding: 50px 0;
    background-color: #eeeeee;
}

section.home-section-7 .home-section-content {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
}

section.home-section-7 .home-section-content {
    text-align: center
}

section.home-section-7 {
    padding: 50px 0 30px;
    background-color: #37cadd;
}

section.home-section-7 {
    color: #fff !important;
}

section.home-section-7 .counter {
    font-size: 50px;
    line-height: 1em;
}

section.home-section-8 .home-section-content {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

section.home-section-8 .home-section-content {
    text-align: left
}

section.home-section-8 {
    padding: 50px 0;
    background-color: #ffffff;
}

section.home-section-8 .testimonial-vcard.style1 img {
    width: 60px;
    height: 60px;
}

section.home-section-8 .testimonial-vcard.style1 .testimonial-avatar, .testimonial-vcard.style1 .testimonial-author {
    display: table-cell;
    vertical-align: middle;
}

section.home-section-8 .testimonial-avatar {
    padding-right: 10px;
}

section.home-section-8 .testimonial-author .name {
    margin: 0;
    color: inherit;
}

section.home-section-8 .testimonial-quote:before {
    content: "\f10d";
    display: block;
    font: normal normal normal 30px/1 FontAwesome;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
}

section.home-section-8 .testimonial-quote {
    position: relative;
    padding: 10px 0 0 35px;
}

section.home-section-8 .testimonial-content {
    margin-bottom: 1em;
    position: relative;
}

/* gallery page */
.gallery-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.gallery-item a {
    display: block;
    position: relative;
}

.gallery-item .zoomix {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 90;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.ie7 .gallery-item .zoomix {
    clear: both;
}

.gallery-item a:hover .zoomix {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
    filter: alpha(opacity=50);
}

.gallery-item .zoomix .fa-search {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
}

.min-hight500 {
    min-height: 1px;
}

#home {
    margin-top: -15px;
}