.line01 {
    margin-top: 80px;
    width: 100%;
    height: 3px;
    background: rgba(51, 160, 215, 1);
    background: -moz-linear-gradient(left, rgba(51, 160, 215, 1) 0%, rgba(51, 184, 177, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51, 160, 215, 1)), color-stop(100%, rgba(51, 184, 177, 1)));
    background: -webkit-linear-gradient(left, rgba(51, 160, 215, 1) 0%, rgba(51, 184, 177, 1) 100%);
    background: -o-linear-gradient(left, rgba(51, 160, 215, 1) 0%, rgba(51, 184, 177, 1) 100%);
    background: -ms-linear-gradient(left, rgba(51, 160, 215, 1) 0%, rgba(51, 184, 177, 1) 100%);
    background: linear-gradient(to right, rgba(51, 160, 215, 1) 0%, rgba(51, 184, 177, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#33a0d7', endColorstr='#33b8b1', GradientType=1);
}


.footer-section {
	background: url(../images/footer-1.png) rgba(51, 160, 215, 1);
    background: url(../images/footer-1.png), -moz-linear-gradient(left, rgba(51, 160, 215, 1) 0%, rgba(51, 184, 177, 1) 100%);
    background: url(../images/footer-1.png), -webkit-gradient(left top, right top, color-stop(0%, rgba(51, 160, 215, 1)), color-stop(100%, rgba(51, 184, 177, 1)));
    background: url(../images/footer-1.png), -webkit-linear-gradient(left, rgba(51, 160, 215, 1) 0%, rgba(51, 184, 177, 1) 100%);
    background: url(../images/footer-1.png), -o-linear-gradient(left, rgba(51, 160, 215, 1) 0%, rgba(51, 184, 177, 1) 100%);
    background: url(../images/footer-1.png), -ms-linear-gradient(left, rgba(51, 160, 215, 1) 0%, rgba(51, 184, 177, 1) 100%);
    background: url(../images/footer-1.png), linear-gradient(to right, rgba(51, 160, 215, 1) 0%, rgba(51, 184, 177, 1) 100%);
	
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#33a0d7', endColorstr='#33b8b1', GradientType=1);
    background-position: 50% 50px;
	/*
    background: url(../images/footer-1.png) rgba(51, 160, 215, 1);
    background: url(../images/footer-1.png), -moz-linear-gradient(left, rgba(51, 160, 215, 1) 0%, rgba(51, 184, 177, 1) 100%);
    background: url(../images/footer-1.png), -webkit-gradient(left top, right top, color-stop(0%, rgba(51, 160, 215, 1)), color-stop(100%, rgba(51, 184, 177, 1)));
    background: url(../images/footer-1.png), -webkit-linear-gradient(left, rgba(51, 160, 215, 1) 0%, rgba(51, 184, 177, 1) 100%);
    background: url(../images/footer-1.png), -o-linear-gradient(left, rgba(51, 160, 215, 1) 0%, rgba(51, 184, 177, 1) 100%);
    background: url(../images/footer-1.png), -ms-linear-gradient(left, rgba(51, 160, 215, 1) 0%, rgba(51, 184, 177, 1) 100%);
    background: url(../images/footer-1.png), linear-gradient(to right, rgba(51, 160, 215, 1) 0%, rgba(51, 184, 177, 1) 100%);
	
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#33a0d7', endColorstr='#33b8b1', GradientType=1);
    background-position: 50% 50px;
	*/
}

.footer-section .navbar-collapse {
    background: white;
    border-bottom: none;
}

.footer-section .address {
    padding: 1em;
}

.footer-section .address .title {
    color: white;
    font-family: 'quarkBold';
    font-size: 1.4em;
    display: inline-block;
}

.footer-section .address p {
    color: white;
    margin-bottom: 0;
    width: auto;
}

.footer-section .address p:last-child {
    padding-bottom: 30px;
    border-bottom: 1px solid white;
}

.footer-section .social_footer {
    margin-top: 30px;
}

.footer-section .social_footer .facebook {
    font-family: 'quarkBold';
    font-size: 1.3em;
    color: white;
}

.footer-section .social_footer .facebook a {
    color: #fff;
}

.footer-section .social_footer i {
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    vertical-align: middle;
    color: #0d7cab;
    padding-top: 10px;
}

.footer-section .email {
    display: inline-block;
    font-family: 'quarkBold';
    font-size: 1.3em;
    color: white;
    margin-right: 5px;
}

.footer-section .email a {
    color: #fff;
}

.footer-section .phone {
    display: inline-block;
    font-family: 'quarkBold';
    font-size: 1.3em;
    color: white;
}

.footer-section .phone a {
    color: #fff;
}

.footer-section .link_facebook {
    text-align: center;
    display: block;
    font-family: 'quarkLight';
    font-size: 1.1em;
    color: #202e31;
    margin-top: 10px;
    padding: 4px 10px;
    border-radius: 4px;
    background: white;
    text-decoration: none;
}

.footer-section .link_facebook i {
    background: #0d7cab;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    vertical-align: middle;
    color: white;
    padding-top: 10px;
    margin-left: 10px;
}

.footer-section .counter {
    margin-top: 20px;
}

.footer-section .counter p {
    display: inline-block;
    font-family: 'quarkBold';
    font-size: 1.8em;
    color: white;
    margin-right: 20px;
}

.footer-section .counter_link {
    padding: 10px;
    border-radius: 4px;
    background: rgba(44, 44, 55, 1);
    background: -moz-linear-gradient(left, rgba(44, 44, 55, 1) 0%, rgba(42, 42, 51, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(44, 44, 55, 1)), color-stop(100%, rgba(42, 42, 51, 1)));
    background: -webkit-linear-gradient(left, rgba(44, 44, 55, 1) 0%, rgba(42, 42, 51, 1) 100%);
    background: -o-linear-gradient(left, rgba(44, 44, 55, 1) 0%, rgba(42, 42, 51, 1) 100%);
    background: -ms-linear-gradient(left, rgba(44, 44, 55, 1) 0%, rgba(42, 42, 51, 1) 100%);
    background: linear-gradient(to right, rgba(44, 44, 55, 1) 0%, rgba(42, 42, 51, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2c2c37', endColorstr='#2a2a33', GradientType=1);
    border: 1px solid #36373f;
}

.footer-section01 {
    border-bottom: 1px solid white;
    padding-bottom: 2em;
}

.footer-section .admin {
    margin-top: 10px;
    padding: 1em;
}

.footer-section .admin .title {
    font-family: 'quarkBold';
    font-size: 1.8em;
    color: white;
    margin-top: 0;
    margin-bottom: 10px;
}

.footer-section .admin a {
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    margin-right: 40px;
}

.footer-section .site_map {
    padding-top: 20px;
    color: white;
}

.footer-section .site_map .title {
    font-family: 'quarkBold';
    font-size: 1.8em;
    color: white;
    margin-top: 0;
    margin-bottom: 10px;
}

.footer-section .site_map a {
    text-decoration: none;
    color: white;
}

.footer-section .site_map .main {
    font-weight: 900;
}

.footer-section .site_map ul {
    padding: 0;
    margin-top: 10px;
}

.footer-section .site_map ul li {
    width: 13.9%;
    display: inline-block;
    vertical-align: top;
}

.footer-section .site_map .child {
    padding-right: 5px;
}

.footer-section .site_map .child li {
    width: 100%;
}

.footer-section .site_map .child li a {
    font-size: 0.9em;
}

.footer-section .site_map .child li a.main {
    font-size: 1em;
    font-weight: 900;
}

.footer-section .site_map .child i {
    font-size: 0.6em;
}

.footer-section .site_map li.head {
    list-style: none;
}

.footer-section .site_map .child li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 0.6em;
    margin-right: 5px;
    content: "";
}

.copy_right {
    background: #454545;
    padding: 10px;
    text-align: center;
}

.copy_right p {
    font-family: 'quarkLight';
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}


/*mobile*/

@media(max-width: 767px) and (min-width: 320px) {
    .footer-section {
        background-position: 50% 0px;
    }
    .footer-section01 {
        border-bottom: none;
    }
    .footer-section .site_map {
        display: none;
    }
    .footer-section .navbar_design {
        display: none;
    }
    .footer-section .admin .title {
        text-align: center;
    }
    .footer-section .admin a {
        display: block;
        margin: 10px 0;
        margin-right: 0px;
        text-align: center;
    }
    .footer-section .social_footer {
        margin-top: 0px;
    }
    .footer-section .link_facebook {
        display: none;
    }
    .copy_right p {
        font-size: 0.7em;
    }
}


/*tablet site*/

@media(max-width: 1024px) and (min-width: 768px) {
    .footer-section {
        background-position: 50% 0px;
    }
    .footer-section01 {
        border-bottom: none;
    }
    .footer-section .site_map {
        display: none;
    }
    .footer-section .navbar_design {
        display: none;
    }
    .footer-section .link_facebook {
        display: none;
    }
    .footer-section .counter {
        text-align: center;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .footer-section {
        background-position: 50% 40px;
    }
    .footer-section .link_facebook {
        display: none;
    }
}
