@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);

body {
	font-family: 'Roboto', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
    background-color: #ffffff;
    font-size: 15px;
    line-height: normal;
}

.mm-ismenu {
    color: #ffffff;
}

.intro {
    overflow: hidden;
    padding: 0;
}

/*
.intro b, .intro p {
    padding: 25px;
    display: none;
}
*/

.pagedetailcontent {
    padding: 25px;
}

p.mhomecontent {
    padding: 0;
}

.nivo-controlNav {
    padding: 0;
}

.photo img.logo_pic {
    margin: 0 auto;
}

.title {
    padding: 25px 0;
    text-transform: uppercase;
}

.attachment_design {
    background: inherit;
}

#whatsapp-float-icon {
    line-height: 25px;
}

.three-full, .four-full, .five-full, .six-full, .six-full-1, .six-full-2 {
    margin: 0 auto !important;
}

.six-full-1, .six-full-2 {
    width: 50% !important;
    text-align: center;
}

.space {
    padding: 100px 0;
}

.space2 {
    padding: 100px 0 0 0;
}

.font-big {
    font-size: 35px;
    line-height: normal;
    text-transform: uppercase;
}

.font-small {
    font-size: 15px;
    line-height: 25px;
    margin-top: 0;
    color: #777777;
}

.btn-square.black {
    margin-top: 15px;
    transition: all 0.25s linear;
    font-size: 12.5px;
    padding: 10px;
    border: 2.5px solid #c7c8ca;
    background-color: inherit;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 50px;
    color: #c7c8ca;
}

.btn-square.black:hover {
    background-color: #1580f2;
    border: 2.5px solid #1580f2;
    box-shadow: 0 0 2.5px rgba(51, 51, 51, 0.50);
}

.font-big-2 {
    font-size: 35px;
    line-height: normal;
    margin-top: 0;
    text-transform: uppercase;
}

.show-content .content-holder {
    padding-top: 0;
    transform: inherit;
    opacity: inherit;
    background-color: inherit;
    background-image: linear-gradient(rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.75));
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.font-table {
    padding: 25px;
    text-align: left;
    vertical-align: bottom;
    display: table-cell;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
}

.font-big-3 {
    font-size: 35px;
    line-height: normal;
    margin-top: 0;
    text-transform: uppercase;
    color: #ffffff;
}

.font-small-2 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 0;
    color: #ffffff;
}

.hover-target .flipcontent {
    transition: all 0.50s linear;
    filter: grayscale(100);
}

.hover-target:hover .flipcontent {
    transform: rotate(-360deg);
    filter: grayscale(0);
}

.font-big-4 {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
}

.font-title {
    font-size: 25px;
    line-height: 35px;
    margin: 0 auto;
    color: #ffffff;
}

.frame {
    background-color: #f2f2f2;
    padding: 5px;
    transition: all 0.25s linear;
}

.frame:hover {
    box-shadow: 0 0 2.5px rgba(51, 51, 51, 0.50);
}

.font-middle {
    font-size: 25px;
    margin: 0 auto;
    color: #777777;
    min-height: 100px;
}

.hover-target .flyup {
    transition: all 0.25s linear;
}

.padding {
    padding: 150px 25px;
}