@-webkit-keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  75%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  8% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  10% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  18% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  20% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  28% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  30% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  38% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  40% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  48% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  50% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  58% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  60% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  68% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  75%, 100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* footer */

#footer {
    margin-top: 0px;
    background-color: #333436;
    background-image: none;
    color: #a5a5a5;
}
#footer .innerWrapper {
    width: auto;
}
/*#footer .container {
    width: 1146px;
    margin: 0 auto;
    padding: 20px 20px 20px;
    box-sizing: border-box;
}*/
#footer .share {
    width: 290px;
    padding-left: 30px;
    color: #fff;
    font-size: 0.9em;
}
#footer .share dd{
    padding-bottom:5px;
}
#footer .share span {
    font-size: 1.3em;
}
#footer .info {
    height: 50px;
    line-height: 50px;
    box-shadow: none;
    background-color: #333436;
    border-bottom: 1px solid rgba(0,0,0,0.20);
    border-top: 1px solid rgba(0,0,0,0.20);
    text-align: center;
}
#footer ul {
    text-align:left;
    clear:both;
    margin-top: 4px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
}
#footer ul li {
    display:inline;
    padding: 2px 0px;
    margin-right: 14px;
}
#footer ul li p {
  font-size: 13px;
  text-align: center;
  padding: 0 20px;
}
.simpleLink,
#footer ul li a {
    color:#aaa;
    font-weight:400;
    text-transform:capitalize;
    display:inline;
    padding-bottom:5px;
  font-size: 12px;
}
#footer ul li a:hover {
    text-decoration:none;
    color:#ddd;
}
#footer .legend {
    border-right: 1px solid #484848;
}
#footer .contacts {
    float:right;
    padding-right:60px;
    background:url("/img/addressbook64.png") right center no-repeat;
    border-left:1px solid #484848;
    overflow: hidden;
}

#footer .contacts2 {
    width: 380px;
    border-right:1px solid #484848;
    position: relative;
    padding-left: 25px;
}
#footer .contacts2 dd{
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}
#footer .contacts2 a,
#footer .aboutus a,
#footer .contacts a {
    color:#fff;
    white-space:nowrap;
}
#footer .contacts2 a:hover,
#footer .aboutus a:hover,
#footer .contacts a:hover {
    text-decoration:none;
}
#footer h3 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #dbdbda;
    clear:both;
}
#footer .district {
    font-size:12px;
    padding-bottom:20px;
    margin-top: 30px;
    clear: both;
}
#footer .newsletterForm {
    text-align: center;
}
#footer .newsletterForm div.input {
    float: none;
    margin-bottom: 10px;
    padding: 10px 8px 0 8px;
    text-align: center;
}
#footer .newsletterForm input {
    border: 1px solid #000;
    font-size: 14px;
    line-height: 1.4em;
    padding: 8px 6px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}
#footer .footerclm .button {
    border: 1px solid #333;
    border-radius: 4px;
    float: none;
    font-size: 14px;
    line-height: 18px;
    margin-right: 0;
}
.rowWithBorder {
    clear: both;
    border: 1px solid  #484848;
    border-width: 1px 0;
    padding: 8px 0;
    text-align: center;
}
#footer .topsearchesLink a {
    font-size: 15px;
    color: #CCC;
    font-weight: bold;
    text-decoration: underline;
}
#footer .tryalso a {
  display: inline-block;
  margin: 0px;
  width: auto;
}
.topsearchesLink a:hover {
    text-decoration: none;
}
.topsearchesLink span {
    font-size: 12px;
    color: #AAA;
}
#footer .footer-about-us {
    padding-top: 20px;
}
#footer .footer-categories {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
}
#footer .footer-categories h3 {
    text-align: left;
    padding-bottom: 0px;
}
#footer .footer-categories ul li {
    float: left;
}

/* END footer */


.footer-body .col-md-3, .col-sm-6.e-services {
  padding-left: 45px;
}
.col-sm-6.e-services.offset {
    padding-left: 15px;
}
#footer.megafooter .container {
	/*padding-left: 0;
  padding-right: 0;*/
	max-width: 1146px;
}
#footer.megafooter {
	background-color: #333436;
	color: #C1C1C1;
	font-size: 12px;
  line-height: 1.42857143;
  margin-top: 40px;
  overflow: hidden;
}
#footer.megafooter a {
    color: #C1C1C1;
    outline: none;
}
#footer ul {
    list-style: none;
    padding-left: 0px;
}
#footer .footer-body {
    padding-top: 35px;
    margin-bottom: 60px !important;
}
#footer .footer-body h3 {
    font-size: 23px;
    margin-bottom: 20px;
    letter-spacing: 0.015em;
    color: #C1C1C1;
    text-align: left;
}

#footer.megafooter .footer-links ul {
  font-size: 12px;
  margin: 0;
  line-height: inherit;
}
#footer.megafooter .footer-links ul li {
  padding: 0;
}
#footer.megafooter .footer-links .escort-categories ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
#footer.megafooter .footer-links .e-services ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

#footer .footer-body p a {
	color: #F5D75A;
}
#footer .legend {
  border: none;
}
#footer .legend p {
  margin-bottom: 15px;
}
#footer.megafooter .legend ul li .fa {
  color: #C1C1C1;
  font-size: 14px;
}
#footer.megafooter .legend ul li {
  font-size: 12px;
  line-height: 1.54em;
	padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}

#footer.megafooter .legend ul li .fa {
  font-size: 14px;
}

#footer svg#quality-mark {
	height: 12px;
  vertical-align: -2px;
}
svg#quality-mark path {
		fill: #C1C1C1 !important;
}
#footer.megafooter .social-icons ul li {
  position: relative;
}
#footer.megafooter .social-icons i {
	border: 2px solid #ccc;
	border-radius: 50%;
	font-size: 12px;
	height: 35px;
	width: 35px;
	padding: 10px;
	text-align: center;
	display: inline-block;
	color: #C1C1C1;
	margin: 0px 12px 4px 0px;
}

#footer.megafooter .social-icons a:hover, 
#footer.megafooter .social-icons a:hover > .fa {
	color: #F5D75A;
	text-decoration: none;
	border-color: #F5D75A;
}

.social-icons a:hover>i.fa {
	-webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    animation-name: wrench;
    animation-duration: 2.5s;
    animation-timing-function: ease;
    animation-delay: initial;
    animation-iteration-count: infinite;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial;
}

.btn.submit {
    background-color: #fdd733;
    color: #333;
    border-color: #DCC048;
    padding: 6px 24px;
    }

.btn.submit:hover {
	background-color: #E2B701;	
}

#footer .subscribe {
	background-color: #2F2F2F;
}
#footer .subscribe .container {
  padding-bottom: 28px !important;
  padding-top: 30px !important;
}
#footer .subscribe h4 {
  font-weight: 300;
	float: left;
	letter-spacing: 0.03em;
	line-height: 34px;
	margin: 0;
}
#footer #newsletter-wrapper {
    width: 300px;
    margin-bottom: 0px;
}

.row.footer-links {
	margin-top: 20px;
}
.footer-links h5 {
    text-transform: uppercase;
    border-bottom: 1px solid #676666;
    padding-bottom: 6px;
    letter-spacing: 0.05em;
    height: 24px;
}
#footer .social-icons ul li,
#footer .footer-links ul li {
  display: inline-block;
  width: 100%;
}
#footer .footer-links ul li {
  display: list-item;
  padding: 0px 0px 0px 3px;
  list-style: none;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: underline;
    background-color: inherit;
}

.bottom-menu {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 5px;
	border-top: 1px solid #656565;
}

.bottom-menu i {
  font-size: 32px;
}

.bottom-menu .navbar-nav > li > a {
  line-height: 42px;
  padding-top: 0;
  letter-spacing: 0.01em;
}
.navbar-brand {
  padding: 0;
}

.bottom-menu .navbar button {
  padding: 0 10px;
  margin: 4px 0px;
}

#footer-navbar {
  float: right;
}
#footer-navbar ul {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
}
#footer-navbar ul li {
  padding-top: 0px;
  margin-right: 0px;
}
#footer-navbar ul li a:after {
  content: "";
}

.pluginSkinDark a {
    color: #C1C1C1 !important;
}

.fb-share-button, fb\:share {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.fb-share-button span {
    vertical-align: middle !important;
}


/* --------------- MEDIA QUERIES --------------------- */

@media screen and (min-width: 375px) and (max-width: 1024px) {
    #footer.megafooter .container {
        padding: 20px 20px 20px;
    }
    #footer .subscribe h4 {
        font-size: 14px;
        line-height: 1.5em;
        margin-bottom: 15px;
        width: 100%;
    }
    .footer-body .col-md-3,
    .col-sm-6.e-services {
        padding-left: 15px;
    }
}

@media (min-width: 1025px) {
    .pull-left-md {
        float: left;
    }

    .pull-right-md {
        float: right;
    }

    .navbar-right-md {
        float: right;
        margin-right: -15px;
    }
}

@media (min-width: 1200px) {
    .pull-right-lg {
        float: right;
    }
    .pull-left-lg {
        float: left;
    }

    .megafooter .container .legend {
        width: 28%;
    }
    .megafooter .container .social-icons {
        width: 22%;
    }
}

@media screen and (max-width : 667px) {
    #footer .footer-body {
        margin-bottom: 0px !important;
    }
    #footer.megafooter .container {
        width: auto;
        padding: 20px 20px 20px;
    }#footer .footer-body {
        margin-bottom: 0px !important;
    }
    #footer.megafooter .container {
        width: auto;
        padding: 20px 20px 20px;
    }
    #footer.megafooter .container .form-group {
        margin-bottom: 5px;
    }
}

@media screen and (max-width : 375px) {

    #footer .subscribe h4 {
        font-size: 14px;
        line-height: 1.5em;
        margin-bottom: 15px;
    }
    .footer-body .col-md-3,
    .col-sm-6.e-services {
        padding-left: 15px;
    }
    #footer .footer-body h3 {
        font-size: 18px;
        margin-top: 10px;
    }
    #footer.megafooter .fb_iframe_widget_fluid {
        display: inline-block;
    }
    #footer.megafooter .fb_iframe_widget_fluid span {
        height: 14px !important;
    }
    #footer.megafooter .bottom-menu {
        padding-top: 0px;
    }
    #footer.megafooter .navbar {
        margin-bottom: 0px;
    }
}

