@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;
}

.six-full {
    margin: 0 auto !important;
}

.space {
    padding: 100px 0;
}

.space2 {
    padding: 150px 0;
}

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

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

.icon {
    font-size: 50px;
    animation: 2.50s bounceInDown infinite;
}

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

.btn-square.black {
    margin-top: 15px;
    font-size: 15px;
    transition: all 0.25s linear;
    background-color: #006400;
    color: #fcee21;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
}

.btn-square.black:hover {
    background-color: #fcee21;
    color: #006400;
    border: none;
}

.btn-square.black:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    transition: all 0.25s linear;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #006400;
}

.btn-square.black:hover:before, .btn-square.black:focus:before, .btn-square.black:active:before {
    transform: translateX(9.5px);
    border-color: transparent transparent transparent #fcee21;
}

.font-title {
    color: #ffffff;
    font-size: 30px;
    font-style: italic;
    line-height: normal;
    margin: 0 auto;
}

.category-album-details {
    font-size: 15px;
    text-align: center;
    padding: 25px 0;
    text-transform: uppercase;
}

.category-album-details span {
    display: none;
}