/* CSS Document */
a.tel, a.tel:hover { pointer-events: none; text-decoration:none !important; }
@media print, screen and (max-width: 999px){
a.tel, a.tel:hover { pointer-events: initial; }
}

#gotop { display: none; position: fixed; right:0px; bottom:20px; cursor: pointer;  z-index:20;}
#gotop a { display:inline-block; width:30px; height:30px; padding-top:6px; color:#fff; opacity:0.5;  filter: alpha(opacity=50); background:#000;}
#gotop a:hover { color:#fff; opacity:1;  filter: alpha(opacity=100);}


footer { background:#efefef; padding:15px 30px;position: fixed; bottom: 0px; width: 100%; }
/*
footer > div{
    width: 25%;
    float: left;
    text-align: left;
}*/
/*footer > div:first-child{
    width: 50%;
}*/
footer > div p{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666;
    margin: 0;
}
footer > div:first-child > p:nth-child(2),
footer a{
    color: #888;
    display: inline-block;
}
footer a:hover{
    opacity: .7;
}
footer > div:first-child > p:nth-child(2){
    padding: 20px 20% 0 0;
}
/*footer > div:last-child{
    font-size: 16px;
    width: 50%;
    float: left;
    color: #666;
    margin: 0;
}*/
footer > div:nth-child(3) a{
    margin-right: 10px;
}
footer > div:nth-child(2) p{
    padding-bottom: 15px;
}
footer > div:nth-child(2) p img{
    vertical-align: top;
    margin-right: 15px;
}

.footer-contact {
    width: 100%;
}

.footer-contact li {
    float: left;
    padding-top: 5px;
    width: calc((100% - 10px) / 4 );
}
/* Button Up */

.btn-up {
    width: 40px;
    height: 40px;

    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 10px;

    background-color: rgba(52,56,59,0.3);
    border-radius: 100%;

    text-align: center;
    line-height: 35px;

    cursor: pointer;

    opacity: 0;

    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.btn-up:before {
    content: "\f106";

    display: inline-block;
    vertical-align: middle;

    font: 24px 'FontAwesome';
    color: #fff;
}

.btn-up.active {
    opacity: 1;
}
.map-gg {
    width: 55%;
    float: left;
    background: rgba(255,255,255,0.8);
}

.contact .form li:first-child {
    font-weight: 500;
    font-size: 14px;
}


@media only screen and (min-width: 1380px) {
    .map-gr {
        width: 760px; margin: 0 6%;
    }
    .map-gg {
        width: 460px;
        float: left;
        background: rgba(255,255,255,0.8);
    }
    .contact .banner {
        height: 100vh;
    }
    .contact-about {
        width: 300px; 
        float: left;
        background: rgba(255,255,255,0.8);
    }
    .contact .contact-about ul{
        margin-left: 15px;
    }
    .footer-contact li {
        float: left;
        padding-top: 5px;
        padding-left: 40px;
        width: calc((100% - 40px) / 4 );
    }
   /* footer > div:first-child{
        padding-left: 30%;
        width: 50%;
    }*/


}
@media only screen and (max-width: 1380px) and (min-width: 980px) {
   /* footer > div{
        width: 24%;
    }*/
    /*footer > div:first-child{
        padding-left: 320px;
        width: 50%;
    }*/
    footer > div p {
      padding: 0px 20% 0 0;
    }
    footer > .logo-icon {
        width: 11%;
    }
    .map-gr {
        width: 760px; margin: 0 8%
    }
    .map-gg {
        width: 460px;
        float: left
    }
    .contact-about {
        width: 300px; 
        float: left;
        background: rgba(255,255,255,0.8);
    }
    .contact .contact-about ul{
        margin-left: 15px;
    }
}

@media only screen and (max-width: 980px) {
    footer > div:first-child{
        width: 100%;
       /* padding-bottom: 40px;*/
    }
   /* footer > div:last-child{
        display: none;
        font-size: 16px;
        width: 100%;
        float: left;
        color: #666;
        margin: 0;
    }*/
   /* footer > div{
        width: 50%;
    }*/
    .map-gr {
        width: 80%; margin: 0 auto;
    }
    .footer-contact li {
        float: left;
        padding-top: 5px;
        width: calc((100% - 10px) / 2 );
    }
    .map-gg {
        width: 100%;
        float: left
    }
    .contact-about {
        width: 100%; 
        float: left;
        background: rgba(255,255,255,0.8);
    }
}

@media only screen and (max-width: 600px) {
    footer > div:first-child > p:nth-child(2){
        padding-right: 0;
    }
    footer > div{
        width: 100%;
    }
    footer > div:last-child{
        font-size: 16px;
        width: 100%;
        float: left;
        color: #666;
        margin: 0;
    }
    .footer-contact li {
        float: none;
        width:100%;
        padding-top: 5px;
        padding-left: 10px;
        font-size: 14px;
    }
    .map-gr {
         width: 80%; margin: 0 auto;
    }
    .map-gg {
        width: 100%;
        float: left
    }
    .contact-about {
        width: 100%; 
        float: left; 
        background: rgba(255,255,255,0.8);
    }
    .display-none {
        display: none;
    }
}