/*============================= FOOTER ============================*/
/*Font Face PosteRetro*/
 @font-face {
    font-family: PosteRetro; /* Гарнитура шрифта */
    src: url(fonts/PosteRetro.ttf); /* Путь к файлу со шрифтом */
   }

footer{ 
 
    margin: 0px 0 62px; background: #141414; color:#888; padding-top: 26px !important;padding-left: 26px !important;padding-right: 26px !important; padding-bottom: 10px !important;}
footer p {font-size: 11px !important; margin-bottom:10px !important; font-family: Tahoma; color:#888;

     line-height: 14px;}
footer a {color:#888;}
footer a:hover {color:#888; text-decoration: underline;}
.copyright{padding:20px 0px; opacity: .7; width: 95%; border-top:1px solid #555; margin: 30px auto}

.info{border-bottom:1px solid #000000; padding-bottom:12px;}
.rek{margin-top:10px;}
.rek p {margin-top:-2px;}
.facebook img{
    margin-left: 5px;
}
footer .mr {
   width: 118.8% !important;
}


.large-7 {
    margin-right: 105px; }

.large-5 {

    width: 30%;
}
.large-10 {
  border-right: 1px solid #000000;
}

.large-10 p{
  line-height: 22px !important;
}
.large-10 a{
  color: #ffffff;
}
.large-12 .left a span{
    color: #6d6d6d;
    font-size: 14px;
    font-family: PosteRetro;
    text-transform: lowercase;
}

.large-12 .right a{
    color: #ffffff;
    text-transform: uppercase; 
}
.large-12 .right a span{
    font-weight: 900;
}
.large-12 .right a:hover{
    text-decoration: underline;

}

.large-12 .right {
    color: #ffffff;
}

.large-12 .left span{
    color: #888;
    padding-left: 10px;
}
.facebook {
 background-image: url("packages/img/imgfooter.png");
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    top: 5px;
    margin-right: 10px;
    position: relative;
     -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.facebook:hover {
 background-image: url("packages/img/imgfooterhov.png");
  -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}



footer p span {
   color: #ffffff;
}

.large-11 h2 {
  
  line-height: 45px !important;
  
}


/*top*/

.buttons{
        /*width: 600px;*/
        margin: 0 auto;
     }
     
    .goodbutton, .goodbutton:visited{
        background: #222 url(alert-overlay.png) repeat-x;
    display: inline-block; 
    padding: 5px 10px 6px; 
    color: #fff; 
    text-decoration: none;
        border-radius: 5px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        -moz-border-radius:15px;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    }
    
    .goodbutton:hover                           { background-color: #111; color: #fff; }
    .goodbutton:active                          { top: 1px; }
    
    .green.goodbutton, .green.goodbutton:visited        { background-color: #91bd09; }
    .green.goodbutton:hover                     { background-color: #749a02; }




#pagewrap {
  margin: 0 auto;
  width: 600px;
  padding-left: 150px;
  position: relative;
}

/*
Back to top button 
*/
#back-top {
  position: fixed;
  bottom: 30px;
  left: 96%;
}
#back-top a {
  width: 108px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  color: #000;
}
#back-top span {
    width: 35px;
    height: 35px;
    display: block;
    margin-bottom: 7px;
    background: #DB4848 url(up-arrow.png) no-repeat center center;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
  background-color: #777;
}