﻿
#footeradmin {
    background: #292929;
}

#footer-cs {
    background: #292929;
    padding-bottom: 40px;
    padding-top: 20px;
}

.footer-shadow {
    box-shadow: 0 0px 10px rgba(0, 0, 0, .6);
}

.contact-us-wrapper {
    background: url('../img/map-img.png') 5px 60px no-repeat;
    /*background: #292929;*/
    float: right;
    position: relative;
    margin: 0 auto;
    /*margin-right: -100px;*/
    /*margin-top: -100px;*/
    margin-right: 55px;
    height: 200px;
    width: 310px;
    padding: 10px;
    color: white;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, .6);*/
}

#contact-wrapper {
    float: right;
    color: white;
}

#btn-contact_us {
    z-index: 999;
    float: right;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    position: relative;
    margin: 0 auto;
    /*margin-top: -20px;*/
    /*margin-right: 120px;*/
    
    margin-right: 70px;
    margin-bottom: -30px;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: white;
    background-color: #f2a42a;
    border-bottom-left-radius: 50px !important;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

#btn-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    /*   margin-left:10px; */
    /*    right:0; */
    top: 12px;
    left: 14px;
    margin: 0 auto;
    font-size: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


#icon.expand
{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.expand
{
/*  color:#89aeed; */
  animation: expandHeight 1.5s 1 forwards;
 -webkit-animation: expandHeight 1.5s 1 forwards;
  border-radius:0;
}
.shrink
{
  transition: all 2.4s ease-in-out; 
  -webkit-transition: all 2.3s ease-in-out; 
 animation: shrinkHeight 1s 1 forwards;
 -webkit-animation: shrinkHeight 1s 1 forwards;
}


@keyframes expandWidth {
    from {
        width: 50px;
    }

    to {
        width: 400px;
    }
}

@-webkit-keyframes expandWidth {
    from {
        width: 50px;
    }

    to {
        width: 400px;
    }
}

@keyframes expandHeight {
    from {
        height: 0px;
    }

    to {
        height: 200px;
    }
}

@-webkit-keyframes expandHeight {
    from {
        height: 00px;
    }

    to {
        height: 200px;
    }
}

@keyframes shrinkWidth {
    from {
        width: 400px;
    }

    to {
        width: 50px;
    }
}

@-webkit-keyframes shrinkWidth {
    from {
        width: 400px;
    }

    to {
        width: 50px;
    }
}

@keyframes shrinkHeight {
    from {
        height: 200px;
    }

    to {
        height: 0px;
    }
}

@-webkit-keyframes shrinkHeight {
    from {
        height: 200px;
    }

    to {
        height: 0px;
    }
}

.headline span.contactusTitle {

    font-size: 22px;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #f2a42a;
}

