/*$action-color: #3BB559;*/
/*variable paddings*/
/*TopBar*/
footer {
  background-color: #333;
  position: relative;
  z-index: 10001; }
  footer .nav > li > a:focus,
  footer .nav > li > a:hover {
    background-color: transparent; }
  footer > .head {
    height: 5.714em;
    border-bottom: 0.071em solid #515151; }
  footer .body,
  footer a {
    color: #CBCBCB; }
  footer .body {
    height: 9.714em;
    padding-top: 1.429em;
    padding-left: 2em; }
  footer > .foot {
    min-height: 2.679em;
    background-color: #222;
    color: #CBCBCB;
    text-align: center; }
    footer > .foot > div {
      display: inline-block;
      padding: 0 0.5em;
      line-height: 2.679em; }
      footer > .foot > div > *,
      footer > .foot > div > a > * {
        line-height: inherit;
        display: inline-block;
        vertical-align: middle; }
  footer .body > .associate-image {
    margin-left: -1.3em;
    display: inline-block;
    padding: 1em;
    min-height: 5em;
    max-width: 15em;
    margin-right: 2em; }
    footer .body > .associate-image img {
      max-height: 4em; }
  footer .contacts {
    height: auto;
    margin-bottom: 1.429em; }
    @media (min-width: 768px) {
      footer .contacts > * {
        /*margin-top: $section-padding;*/
        margin-bottom: 1.429em; } }
    footer .contacts .contact-label {
      font-weight: bold;
      padding-bottom: 1.429em; }
    footer .contacts .contact-text {
      line-height: 1.5em; }
  footer .partners {
    height: auto;
    background-color: #F2F2F2; }
    footer .partners .partners-label {
      color: #727272;
      font-weight: bold; }
  footer a:focus,
  footer a:active,
  footer a:hover {
    color: #337ab7;
    text-decoration: none !important; }
  footer .body.warning {
    height: auto;
    color: #ff4545;
    padding-bottom: 1.429em; }
    footer .body.warning i {
      margin-right: 0.5em; }

.regiter-button {
  border: 0.071em solid #2C6DAD;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  padding: 0.25em 1.25em 0.25em 1.25em;
  margin-top: 2em; }

.regiter-button:hover {
  text-decoration: none; }

.navbar-footer > li > a {
  color: #CBCBCB;
  font-weight: bold; }

.navbar-footer > li > a:hover {
  border: 0; }

.social-media {
  float: right;
  font-size: 2em; }
  .social-media > a {
    color: white;
    text-decoration: none; }

@media (max-width: 1060px) {
  footer .nav.navbar-nav.navbar-footer {
    display: none; }
  footer .body.container-fluid.contacts > .row > div:nth-child(-n+2) {
    width: 100%; }
    footer .body.container-fluid.contacts > .row > div:nth-child(-n+2) .contact-label {
      padding-bottom: 0; }
    footer .body.container-fluid.contacts > .row > div:nth-child(-n+2) .contact-text {
      padding-bottom: 1.429em; }
  footer .body.container-fluid.contacts > .row > div:nth-child(3) {
    width: 30%; }
    footer .body.container-fluid.contacts > .row > div:nth-child(3) .contact-label {
      float: left;
      padding-right: 1em; }
    footer .body.container-fluid.contacts > .row > div:nth-child(3) .contact-text {
      float: left;
      padding-right: 2em; }
  footer .body.container-fluid.contacts > .row > div:nth-child(4) {
    width: 25%; }
    footer .body.container-fluid.contacts > .row > div:nth-child(4) .contact-label {
      float: left;
      padding-right: 1em; }
    footer .body.container-fluid.contacts > .row > div:nth-child(4) .contact-text {
      float: left;
      padding-right: 2em; }
  footer .body.container-fluid.contacts > .row .col-md-2.col-md-offset-2 {
    right: 30px;
    position: absolute;
    bottom: 70px; } }

@media (max-width: 991px) {
  footer .body.container-fluid.contacts > .row > div:nth-child(n+3) {
    width: inherit; }
  footer .partners {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
    footer .partners .body.container-fluid {
      height: auto; }
      footer .partners .body.container-fluid > .associate-image {
        margin-right: 0em; } }

@media (max-width: 680px) {
  footer .partners .body.container-fluid > .associate-image {
    width: auto;
    padding-left: 10px;
    padding-right: 10px; }
    footer .partners .body.container-fluid > .associate-image > a > img {
      height: 40px; }
  footer .head.container-fluid .regiter-button.pull-right {
    float: left !important; }
  footer .body.container-fluid.contacts > .row > div:nth-child(n+3) .contact-label {
    width: 100%;
    padding-bottom: 0; }
  footer .body.container-fluid.contacts > .row > div:nth-child(n+3) .contact-text {
    width: 100%;
    padding-bottom: 1em; } }

@media (max-width: 480px) {
  footer .partners .body.container-fluid {
    padding-left: 1em;
    padding-right: 0; } }
