@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none;
  outline: none;
  outline-offset: 0; }

.btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none; }

a {
  color: #000;
  text-decoration: none; }
  a:focus {
    outline: none;
    outline: none;
    outline-offset: 0; }
  a:hover, a:focus {
    color: inherit;
    text-decoration: none; }

h1, h2, h3 {
  margin: 0;
  padding: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  overflow-x: hidden;
  background: #fff; }
  @media (max-width: 768px) {
    body {
      font-size: 9px; } }

header {
  padding-bottom: 15px;
  margin: 15px auto -4px auto;
  border-bottom: 4px solid rgba(180, 176, 189, 0.2);
  position: relative;
  z-index: 1; }
  @media (max-width: 768px) {
    header {
      border: none; } }

@media (max-width: 768px) {
  #logotype {
    text-align: center; } }

h1 {
  font-size: 1.8em;
  padding: 10px;
  font-family: 'Lato';
    font-weight : bold;
    text-transform: uppercase;
  display: inline-block; }
  h1 a, h1 a:hover, h1 a:focus {
    }

nav {
  margin-top: 11px; }
  @media (max-width: 768px) {
    nav ul {
      display: none; } }
  nav ul li {
    font-family: 'Lato';
      font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.4em;
    color: #ffffff;
    margin: 0;
      padding : 15px 0 10px;
      background-color: #066cb2;
      line-height: 10px;
  }
nav ul li a {
    padding : 7px 15px;
    color:#ffffff;
    -webkit-transition : background-color 500ms, color 500ms;
    transition         : background-color 500ms, color 500ms;
}

nav ul li a:hover {
        background-color: #3295f1;
color: #ffff66}

#slide {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  background-color: #e5e7ef;
  background-image: url(../img/slide.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #5f5f5f; }
  #slide h2 {
    margin-top: 50px;
    margin-left: 25px;
    font-family: 'Lato';
      font-weight : bold;
      font-size: 2.5em; }
    #slide h2 strong {
      font-family: 'Lato'; font-weight : bold;
    }
  #slide p {
    font-size: 1.5em;
    line-height: 1.8em;
    margin: 15px 25px; }
    @media (max-width: 768px) {
      #slide p {
        font-size: 1.3em;
        line-height: 1.5em; } }

img {
  max-width: 100%; }
  @media (max-width: 768px) {
    img {
      max-width: auto; } }

#ads-1 {
  margin-bottom: 15px; }

.ad-468 {
  margin-bottom: 5px; }

.ad-125x125 {
  margin-bottom: 5px; }

#content h3 {
  font-size: 1.3em;
  font-family: 'Lato';
    font-weight : bold;
    text-transform: uppercase;
  margin-bottom: 15px; }
#content #left .ad-125x125 {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    #content #left .ad-125x125 {
      display: inline-block;
      margin: 0 10px 15px 10px; } }
#content #ads-2 .ad-728 {
  margin-bottom: 15px; }
#content #main-content {
  color: #303030;
  border-right: 1px solid #e5e5e5;
  padding: 0 15px;
  margin-bottom: 15px; }
  #content #main-content h2 {
    font-family: 'Lato';
      font-weight : bold;
      font-size: 1.9em;
    margin: 10px 0; }
  #content #main-content p {
    font-size: 1.3em;
    margin: 0 5px;
    line-height: 1.5em; }

#footer-ads {
  margin-bottom: 15px; }

#right .text-ad {
  font-size: 1.2em;
  color: #959595;
  margin-bottom: 15px;
  line-height: 1.8em; }
  #right .text-ad a {
    font-family: 'Lato';
      font-weight : bold;
      color: #3295f1; }

.statistics {
  margin-bottom: 15px; }

.member-avatar {
  margin-bottom: 15px; }
  .member-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 5px; }
  .member-avatar .username {
    font-size: 1.2em;
    color: #636363; }

@media (min-width: 768px) and (max-width: 992px) {
  .facebook iframe {
    zoom: 0.8; } }

footer ul {
  margin: 15px 0 20px 0; }
  footer ul li {
    color: #303030;
    font-size: 1.3em;
    display: inline-block; }
    footer ul li a {
      color: #303030;
      padding: 5px; }

#temp-bottom img {
  margin: 0 10px; }

@media (max-width: 768px) {
  nav {
    text-align: center; }
    nav select {
      width: 100%;
      font-size: 1.2em;
      padding: 5px; } }
.tinynav {
  display: none; }
  @media (max-width: 768px) {
    .tinynav {
      display: inline-block; } }

.carousel-caption {
  font-size: 1.3em; }

#carousel {
  margin-bottom: 15px; }

label {
  font-size: 1.3em;
  font-weight: 300; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  border-radius: 0; }
  .form-control:focus {
    border-color: #3295f1;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.alert {
  margin-bottom: 10px;
  font-size: 1.2em;
  border-radius: 0;
  padding: 10px; }

.btn {
  border-radius: 0;
  padding: 5px 8px; }
.frm_error{
    color: red;
}