@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin-ext,latin);

html, body {
font-family: 'Open Sans Condensed', sans-serif;
}

.main {
  display: block;
  width: 100%;
  height: auto;
  color: rgba(0, 0, 0, 0.8);
}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

.row-social, .row-partners {
  margin-bottom: 30px;
}

.col-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media (max-width: 768px) {
 .col-margin {
  margin-bottom: 20px;
 }
 .col-margin img {
  width:100px !important;
 }
}

.row-partners img {
  opacity: 0.6;
}

.row-partners img:hover {
  opacity: 1;
}

.fb-like {
  vertical-align: top !important;
}

.tw-follow {
  display: inline-block;
}

.tw-follow iframe {
  width: 66px !important;
}

.page-footer {
  margin: 20px 0;
}

.input-group-lg i {
  top: 11px;
  right: 11px;
  font-size: 24px;
  width: 24px;
  height: 24px;
}

.input-group-lg input {
  border-radius: 0 6px 6px 0 !important;
}