/* Add here all your css styles (customizations) */

/* Fonts

font-family:'Proxima Nova A W05 Regular';
font-family:'Proxima Nova A W05 Bold';

*/

/* Global */
* {
  font-family: 'Proxima Nova A W05 Regular';
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Proxima Nova A W05 Bold';
}
a {
  color: #111;
}
a:hover {
  color: #333;
}
.content {
  padding-top: 60px;
}
.sidebar ul {
  padding-left: 0;
}
/* Header */
.header .logo img {
  margin: 30px 0;
  position: relative;
  width: 220px;
  z-index: 1;
}
.header {
  background: #fff none repeat scroll 0 0;
  border-bottom: 2px solid #eee;
  height: 175px;
  position: relative;
  z-index: 99;
}
/* Buttons */

.btn-normal-blue {
  background: #111 none repeat scroll 0 0;
  border: 1px solid #111;
  border-radius: 0;
  color: #fff;
  font-family: 'Proxima Nova A W05 Regular';
  font-size: 13px;
  padding: 18px 38px;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 700;
  display: inline-block;
  margin: 70px auto;
}
.btn-normal-blue:hover {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #111;
  color: #111;
  transition: transform 0.3s ease 0s;
}
.g-sm-ml {
  margin-left: 10px;
}
/* Page */
h1 {
  color: #111;
  font-size: 28px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h2 {
  color: #111;
  font-size: 24px;
  margin-bottom: 15px;
}
h3 {
  color: #111;
  font-size: 21px;
  margin-bottom: 15px;
}
p {
  color: #111;
  font-size: 17px;
  margin-bottom: 15px;
  line-height: 32px;
}
.introText {
  font-weight: bold;
  font-size: 18px;
}
ul li {
  color: #111;
  font-size: 17px;
}
ul {
  margin-bottom: 0px;
}
label {
  color: #111;
  font-size: 16px;
  margin-bottom: 10px;
}
.who li i {
  color: #111;
  font-size: 16px;
  margin-right: 8px;
  min-width: 15px;
  position: relative;
  text-align: center;
}
li a {
  color: #111;
}
.btn-facebook-inversed, .btn-instagram-inversed {
  padding: 10px;
  font-size: 15px;
  font-family: 'Proxima Nova A W05 Bold';
  ;
}
a.btn-facebook-inversed:hover, a.btn-instagram-inversed:hover {
  text-decoration: none;
}
.btn-facebook-inversed i, .btn-instagram-inversed i {
  margin-right: 5px;
}
.form-control {
  color: #111;
}
#topcontrol:hover {
  background: #111;
  color: #FFF;
}
.tickList {
  padding-left: 0;
}
.tickList li {
  list-style: none;
}
.tickList li i {
  font-size: 16px;
  color: #111;
  margin-right: 5px;
}
/* Footer */

.footer-v1 .copyright {
  background: #111 none repeat scroll 0 0;
  border-top: medium none;
  padding: 10px 0 5px;
}
.footer-v1 .copyright p {
  color: #FFF;
  margin-top: 14px;
  text-align: center;
}
.footer-v1 .copyright p a {
  color: #FFF;
  text-decoration: underline;
}
.footer-v1 .copyright p a:hover {
  text-decoration: none;
}

@media (max-width: 992px) {
.btn-facebook-inversed, .btn-instagram-inversed {
  padding: 20px;
  font-size: 18px;
}
.clientList .col-md-3 {
  margin-bottom: 30px;
}
.clientList .col-md-3:last-child {
  margin-bottom: 0;
}
.btn-normal-blue {
  margin: 20px auto 0px;
}
.header {
  height: 205px;
}
.header .logo img {
  margin: 40px 0;
}
}

@media (max-width: 768px) {
.header {
  height: 190px;
}
.btn-normal-blue {
  display: block;
}
.header .logo {
  height: 100%;
  display: block;
  text-align: center;
}
.header .logo img {
  margin: 40px 0 20px;
}
}

@media (max-width: 420px) {
.g-sm-ml {
  margin-left: 0;
}
}
