/*!
 * default.css
 *
 * Copyright 2015 Stanislav Tamat
 * libasral.so@yandex.ru
 *
 */
html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #EEEEEE;
  padding-top: 70px;
  margin-bottom: 250px;
}

a {
  color: #684e91;
}

a:visited {
  text-decoration: line-through;
}

a:hover,a:focus {
  color: #684e91;
  text-decoration: underline;
}

input[type=submit] {
    margin-top: 10px;
}

header {
  margin-bottom: 10px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 250px;
  background-color: #dddddd;
  -webkit-box-shadow: 0 -1px 15px #e2e2e2;
     -moz-box-shadow: 0 -1px 15px #e2e2e2;
          box-shadow: 0 -1px 15px #e2e2e2;
}

footer small {
  color: #000;
}

footer p {
    margin: 10px 0 10px;
}


.wrap {
  /*margin-top: 60px;*/
}

.ads a {
  color: #684e91 !important;
}

.blink {
        animation: blink 1s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}

.blink:hover {
      animation: none;
-webkit-animation: none;
}

.dynamic {
  color: #684e91;
  font-size: 24px;
}

#partners a {
    text-decoration:none !important;
}

#partners a img {
    padding: 5px 10px;
}

/* FONTAWESOME */

.fa-arrow-neutral:before,
.fa-arrow-right:before {
  content: "\f061";
}


/* BOOTSRTRAP */

.pagination>li>a, 
.pagination>li>span {
  color: #684e91;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
  background-color: #684e91;
  border-color: #684e91;
}

.form-control:focus {
  border-color: #684e91;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(104,78,145,.6);
}

.dropdown-menu {
  min-width: 0;
}
