/* ============================================================================================== 
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.
================================================================================================= */

a {
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.clear {
    clear: both;
}

footer {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

footer .splitter {
    background-color: #598ea0;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    -moz-box-shadow: 1px 1px 8px gray;
    -webkit-box-shadow: 1px 1px 8px gray;
    box-shadow: 1px 1px 8px gray;
    height: 7px;
}

footer > ul {
    list-style: none outside none;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 0;
    position: relative;
    width: 95%;
}

footer > ul li {
    float: left;
    padding: 20px 15px;
    width: 33.3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

footer > ul li:first-child {
    padding-left: 0;
}

footer > ul li:nth-child(3) {
    padding-right: 0;
}

footer > ul li .icon {
    color: #999999;
    float: left;
    font-size: 80px;
    line-height: 80px;
}

footer > ul li .text {
    color: #848889;
    font-size: 13px;
    line-height: 20px;
    margin-left: 105px;
    position: relative;
    text-align: justify;
}

footer .bar {
    background: rgba(30, 38, 41, 1);
    padding: 20px 0;
}

footer .bar-wrap {
    font-size: 12px;
    margin: 0 auto;
    position: relative;
    width: 95%;
}

.links {
    float: left;
    list-style: none outside none;
    position: relative;
}

.links li {
    float: left;
    margin-right: 15px;
}

.links a {
    color: #598ea0;
}

.links a:hover {
    color: #00a7e1;
}

.social {
    position: absolute;
    right: 0;
    top: 0;
}

.social a {
    color: #598ea0;
    margin-left: 20px;
}

.social a:hover {
    color: #00a7e1;
}

.social .icon {
    display: inline-block;
    font-size: 25px;
    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: #bbb;
    margin-top: 2.2vh;
}

.copyright a {
    color: #598ea0;
    margin-left: 15px;

}

.copyright a:hover {
    color: #00a7e1;
  
}


/* responsive rules */

@media screen and (max-width: 1000px) {
    .links,
    .social,
    .copyright {
        float: none;
        text-align: center;
    }
    .social {
        position: relative;
        margin: 15px 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;
    }
}

@media screen and (min-width: 1150px) {
    .fixed-bottom-erfan {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
}