/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/stylish-responsive-footer/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */
/* Fai remove on 30/7/2025, reason: can't connect website
@import url(https://weloveiconfonts.com/api/?family=zocial);
*/
.clear {
    clear: both;
}
#main{
    background-color: #FFFFFF;
    padding: 200px 0 500px;
    position: relative;
    text-align: center;
    z-index: 1;
}
footer {
    background-color: #ededee;
    position: relative;
    z-index: 1;
}
footer > div > ul {
    list-style: none outside none;
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
	margin-bottom:20px;
}
footer > div > ul li {
    float: left;
    /*padding: 0px 15px;*/
    width: 15%;

    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
footer > div > ul li:first-child {
    padding-left: 0;
	width: 49%;
}
footer > div > ul li:nth-child(3) {
    padding-right: 0;
}
footer > div > ul li .icon {
    color: #999999;
    float: left;
    font-size: 80px;
    line-height: 80px;
}
footer > div > ul li .text {
    color: #848889;
    font-size: 12px;
    /*margin-left: 105px;*/
    position: relative;
    /*text-align: justify;*/
}
.text h4 {
    color: #576f31;
    font-size: 14px;
    font-weight: bold;
	margin-bottom:10px;
}
.text a {
    text-decoration:none;
	color:#939598;
	display:block;
	margin-bottom:9px;
}
/*
.text a:hover {
    border-color: #FFDD00;
}
*/
footer .bar {
    /*background-color: #1E2629;
    padding: 20px 0;*/
	padding-bottom:40px;
}
footer .bar-wrap {
    font-size: 12px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    /*width: 95%;*/
}
.links {
    float: left;
	padding:0;
    list-style: none outside none;
    position: relative;
}
.links li {
    float: left;
    margin-right: 10px;
}
.links a {
    color: #778888;
}
.links a:hover {
    color: #FFFFFF;
}
.links2 {
    list-style: none outside none;
    position: relative;
}
.links2 li {
    float: left;
}
.links2 a {
    color: #778888;
}
.links2  a:hover {
    color: #FFFFFF;
}
.social {
    position: absolute;
    right: 0;
    top: 0;
}
.social a {
    color: #778888;
    margin-left: 20px;
}
.social a:hover {
    color: #FFFFFF;
}
.social .icon {
    display: inline-block;
    font-size: 36px;
    margin-right: 5px;
    vertical-align: middle;

    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -ms-transition: -ms-transform .3s linear;
    -o-transition:  -o-transform .3s linear;
    transition: transform .3s linear;
}
.social a:hover  .icon {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.social .info {
    display: inline-block;
    vertical-align: middle;
}
.social .info .follow {
    display: block;
}
.social .info .num {
    display: block;
}
.copyright {
    color: #778888;
    margin-top: 5px;
}
/* responsive rules */
@media screen and (max-width: 1000px){
    .links, .social, .copyright{
        float:none;
        text-align:center;
    }
    .social {
        position:relative;
        margin:10px 0;
    }
    .links li {
        display:inline-block;
        float:none;
    }
    .bar {
        position:relative;
    }
    .bar-wrap {
        margin-bottom:0;
    }
}

@media screen and (max-width: 835px)  {
    footer > ul li {
        float:none;
        width:auto;
    }
}

@media screen and (max-width: 768px)  {
    .links li {
        margin-right:5px;
    }
}