﻿footer {
    background-image: url('../img/core-img/footer-bg2.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
   /* animation: mymove 5s infinite;*/
    color: white;
}
@keyframes mymove {
    50% {
        background-size: auto auto;
    }
}

    footer a {
        color: #fff;
        font-size: 14px;
        transition-duration: 0.2s;
    }

    footer h4 {
        color: #fff;
        transition-duration: 0.2s;
    }

    footer a:hover {
        color: #FA944B;
        text-decoration: none;
    }

.copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
}

.footer-middle {
    padding-top: 2em;
    color: white;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}
.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}
.social-network a.icoInstagram:hover {
    background-color: #2C6A93;
}
.social-network a.icoYoutube:hover {
    background-color: #C31A1E;
}
.social-network a.icoPinterest:hover {
    background-color: #C91517;
}
    .social-network a.icoFacebook:hover i,
    .social-network a.icoTwitter:hover i,
    .social-network a.icoPinterest:hover i,
    .social-network a.icoInstagram:hover i,
    .social-network a.icoYoutube:hover i,
    .social-network a.icoLinkedin:hover i {
        color: #fff;
    }

.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #F9F9F9;
}


     

        /* Footer */

.pre-footer {
    background: none repeat scroll 0 0 #010353;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    text-align: center;
    top: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.pre-footer:hover {
    background: none repeat scroll 0 0 #ffc300;
}

.pre-footer:hover i {
    color: #fff;
}

.pre-footer-content {
    display: none;
    margin-bottom: -20px;
}

.map-box {
    margin-bottom: -20px;
    margin-top: 100px;
}

.pre-footer-content iframe, .map-box iframe {
    width: 100% !important;
    height: 300px;
}

.pre-footer-content img, .map-box img {
    width: 100% !important;
    height: auto;
}

.btn-location-open {
    cursor: pointer;
}

.btn-location-open i {
    color: #ffc300;
    font-size: 20px;
    margin: 12px;
    position: relative;
    top: 4px;
}

.pre-footer * {
    font-size: 20px;
    color: #fff;
}