body {
    width               : 100%;
    margin              : 0 auto;
    padding             : 0;
    background-color    : #fff;
    font-family         : Trebuchet MS, Arial;
    font-weight         : bold;
    font-size           : 16px;
    color               : #008BB4;
    letter-spacing      : 1px;
}
img {
    max-width: 100%;
}
a img {
    border              : none;
}

a {
    text-decoration     : none;
    color               : #008BB4;
}

a:hover {
    text-decoration     : underline;
    color               : #F69024;
}

.main {
    text-align          : center;
}

.footer{
    background-color: #363842;
    color: #FFF;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 15px sans-serif;
    margin-top: 30px;
}
.footer-inner {
    width: 950px;
    margin: 0 auto;
    padding: 20px 55px;
}
.footer-inner a{
    color: #fff;
}
.footer-inner a:hover{
    color: #F69024;
}
.footer-inner h3 {
    margin-top: 0;
}

.footer-inner .footer-left,
.footer-inner .footer-center,
.footer-inner .footer-right{
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-inner .footer-left{
    width: 30%;
}

/* Footer links */

.footer-inner .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-inner .footer-links a{
    display:inline-block;
    line-height: 1.8;
    text-decoration: none;
}

/* Footer Center */

.footer-inner .footer-center{
    width: 40%;
}

.footer-inner .footer-center i{
    background-color:  #292c2f;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-inner .footer-center p{
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin:0;
}

.footer-inner .footer-center p span{
    display:block;
    font-size:14px;
    line-height:2;
}

.footer-inner .footer-center p a{
    text-decoration: none;
}


/* Footer Right */

.footer-inner .footer-right{
    width: 25%;
    text-align: right;
}

.footer-inner .footer-company-about{
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-inner .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-inner .footer-icons{
    margin-top: 25px;
}

.footer-inner .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #292c2f;
    border-radius: 2px;
    font-size: 20px;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer{
        font: bold 14px sans-serif;
    }

    .footer-inner {
        width : 100%;
        padding: 20px 0;
    }

    .footer-inner .footer-left,
    .footer-inner .footer-center,
    .footer-inner .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-inner .footer-center i{
        margin-left: 0;
    }

}

/**
 * Fonts
 */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?30442312');
  src: url('../font/fontello.eot?30442312#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?30442312') format('woff'),
       url('../font/fontello.ttf?30442312') format('truetype'),
       url('../font/fontello.svg?30442312#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?30442312#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-phone:before { content: '\e800'; } /* '' */
.icon-location:before { content: '\e801'; } /* '' */
.icon-viadeo:before { content: '\e802'; } /* '' */
.icon-twitter-1:before { content: '\e803'; } /* '' */
.icon-facebook-1:before { content: '\e804'; } /* '' */
.icon-linkedin:before { content: '\e805'; } /* '' */
