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

.space {
    padding: 50px 0;
}

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

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

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

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

.btn-square.black:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.25s linear;
}

.btn-square.black:hover, .btn-square.black:focus, .btn-square.black:active {
    border: none;
    background-color: #777777;
}

.btn-square.black:hover:before, .btn-square.black:focus:before, .btn-square.black:active:before {
    transform: scaleX(1);
}

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

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.row ul {
    padding: 0;
    margin: 0 auto;
}

.slick-dots li button:before {
    color: #f2f2f2 !important;
}

.slick-dots li.slick-active button:before {
    color: #ffffff !important;
}

.slick-prev:before, .slick-next:before {
    color: #ffffff !important;
}

.show-content .content-holder {
    padding-top: 0;
    transition: all 0.25s linear;
    background-color: rgba(51, 51, 51, 0.50);
    transform: scale(1);
}

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

.font-table {
    vertical-align: middle;
    display: table-cell;
}

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

.hover-target:hover .zoomout {
    transform: scale(1.05);
}

.font-title {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
}

/*
.youtube-holder {
    padding-bottom: 55%;
}
*/

.article {
    border: none;
    background-color: inherit;
}

.home_product_swipper_img {
    background-color: #ffffff;
}

.home_product_title {
    color: #ffffff;
    padding: 25px 0;
}

.news-descr {
    color: #ffffff;
}

.news-title a {
    color: #ffffff !important;
}