.ajax-loader {
	width: 16px !important;
}
@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,500);
.icon {
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 40px;
  height: 40px; }

.icon-more {
  background-image: url(../img/icon-more.png); }

.icon-search {
  background-image: url(../img/icon-search.png); }

.icon-plus {
  background-image: url(../img/icon-plus.png);
  background-color: #3FA2FF;
  background-size: 40%;
  border-radius: 5px;
  background-position: center; }

footer {
  background-color: #324258;
  padding: 20px 0 10px; }
  footer ul.footer-link {
    padding: 0; }
    footer ul.footer-link li {
      display: inline-block;
      list-style: none;
      margin-right: 15px;
      color: #fff;
      font-size: 12px;
      font-weight: 300; }
      footer ul.footer-link li a {
        font-weight: 300;
        color: #fff;
        font-size: 12px; }

.page {
  background: #fff;
  padding: 0px;
  text-align: center; }
  .page .pagination {
    padding: 10px 0 2px; }
  .page .pagination > li > a, .page .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 15px;
    margin: 0 2px;
    /* margin-left: -1px; */
    line-height: 1.42857143;
    color: #617083;
    font-size: 16px;
    text-decoration: none;
    background-color: #fff;
    border: 0px;
    font-weight: 400;
    border-radius: 2px; }
  .page .pagination > li > a:hover {
    background: #F0F4F8; }
  .page .pagination > .active > a, .page .pagination > .active > a:focus, .page .pagination > .active > a:hover, .page .pagination > .active > span, .page .pagination > .active > span:focus, .page .pagination > .active > span:hover {
    background-color: #3FA2FF;
    border-color: #3FA2FF;
    border-radius: 2px;
    color: #fff; }

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top; }

.navbar .navbar-collapse {
  text-align: center; }

.navbar-default {
  background: #fff;
  color: #C3D1DF;
  padding: 10px 0;
  border-bottom: 1px solid #EFEFEF; }
  .navbar-default .navbar-header .navbar-brand {
    color: #C3D1DF;
    font-size: 16px;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase; }
    .navbar-default .navbar-header .navbar-brand img {
      margin-right: 5px;
      display: inline-block; }
  .navbar-default ul.navbar-nav li {
    margin: 0 5px; }
    .navbar-default ul.navbar-nav li a {
      color: #C3D1DF;
      font-size: 16px; }
      @media (min-width: 768px) {
        .navbar-default ul.navbar-nav li a {
          padding: 5px 2px; } }
    .navbar-default ul.navbar-nav li .btn-search {
      background: transparent;
      padding: 0; }
    .navbar-default ul.navbar-nav li .navbar-form {
      padding: 0px 5px;
      margin-top: 5px;
      margin-bottom: 0px; }
      .navbar-default ul.navbar-nav li .navbar-form .form-group {
        margin-top: -3px; }
        .navbar-default ul.navbar-nav li .navbar-form .form-group .input-group-addon {
          color: #C3D1DF;
          border: 0px;
          background: #F0F4F8;
          cursor: pointer; }
        .navbar-default ul.navbar-nav li .navbar-form .form-group input {
          border: 1px solid #F0F4F8;
          box-shadow: none; }
  .navbar-default .navbar-right {
    margin-right: 15px; }
  .navbar-default .navbar-toggle {
    border: 0px; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #3FA2FF; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
      background: transparent; }
  .navbar-default .dropdown-menu {
    box-shadow: none;
    border: 0px;
    padding: 10px 0;
    min-width: 140px;
    border-radius: 0px; }
    .navbar-default .dropdown-menu li {
      margin: 5px 0 10px !important; }
      .navbar-default .dropdown-menu li:first-child {
        margin: 10px 0 10px !important; }
      .navbar-default .dropdown-menu li a {
        color: #C3D1DF;
        font-weight: 300;
        font-size: 14px;
        padding: 5px 15px !important; }
        .navbar-default .dropdown-menu li a:hover {
          color: #3FA2FF;
          background: transparent; }
  .navbar-default .show-on-hover:hover > .dropdown-menu {
    display: block; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0px;
  outline-offset: 0px;
  box-shadow: none; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent; }

#search-form {
  display: none; }

@media (max-width: 767px) {
  .custom-navbar {
    text-align: right; }

  .custom-navbar #search-button {
    float: none;
    border: none;
    right: 0;
    text-align: right; } }
/**
Responsive
**/
@media screen and (max-width: 768px) {
  nav.navbar {
    display: none; }

  .side-collapse-container {
    width: 100%;
    position: relative;
    left: 0;
    transition: left .4s; }

  .side-collapse-container.out {
    left: 280px; }

  .side-collapse {
    top: 68px;
    bottom: 0;
    right: 0;
    width: 280px;
    position: fixed;
    overflow: hidden;
    transition: width .4s; }

  .side-collapse.in {
    width: 0; }

  .navbar-white {
    background: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px #d3d6da;
    -moz-box-shadow: 0px 2px 4px 0px #d3d6da;
    box-shadow: 0px 2px 4px 0px #d3d6da; }
    .navbar-white nav ul li a {
      font-size: 16px;
      text-align: left;
      color: #333333 !important;
      margin: 10px;
      font-weight: 400; }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent; } }
.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px; }

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px; }

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 250ms ease-in-out; }

.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg); }

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent; }

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg); }

#content {
  padding: 70px 0 30px;
  background: #F0F4F8; }
  #content h2 {
    font-size: 20px;
    color: #3C495A;
    margin: 40px 0;
    font-weight: 300; }
  #content .static-wrapper {
    max-width: 700px;
    background: #fff;
    margin: 30px auto 0;
    min-height: 450px;
    -webkit-box-shadow: 0px 2px 4px 0px #d3d6da;
    -moz-box-shadow: 0px 2px 4px 0px #d3d6da;
    box-shadow: 0px 2px 4px 0px #d3d6da;
    padding-bottom: 20px;
    position: relative; }
    #content .static-wrapper img {
      width: 100%; }
    #content .static-wrapper h2 {
      margin: 30px 0 25px;
      font-size: 22px;
      color: #333333;
      font-weight: 400; }
    #content .static-wrapper.detail {
      text-align: center; }
      #content .static-wrapper.detail p.author {
        margin-bottom: 20px;
        width: 100%; }
      #content .static-wrapper.detail p {
        width: 50%;
        margin: 20px auto;
        color: #888888; }
      #content .static-wrapper.detail .tags {
        margin: 30px 0 60px; }
        #content .static-wrapper.detail .tags li a {
          color: #888888; }
      #content .static-wrapper.detail .meta {
        background: #F0F4F8;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 15px 20px; }
        #content .static-wrapper.detail .meta li {
          color: #888888; }
          #content .static-wrapper.detail .meta li a {
            color: #888888; }
    #content .static-wrapper.static {
      padding: 30px 0; }
      #content .static-wrapper.static h2 {
        margin-top: 10px;
        font-weight: 500;
        font-size: 22px;
        color: #333333;
        padding: 0px 30px; }
      #content .static-wrapper.static p {
        padding: 0px 30px;
        color: #888888;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px; }
      #content .static-wrapper.static img {
        width: 100%;
        margin-bottom: 20px; }
      #content .static-wrapper.static a {
        color: #3FA2FF; }
      #content .static-wrapper.static form {
        padding: 0px 30px; }

.btn-blue {
  background: #3FA2FF;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  transition: 0.25s all ease; }
  .btn-blue:hover {
    color: #fff;
    background: #3992E6; }

.form-group {
  margin-bottom: 20px; }

.form-control {
  background: #F5F5F5;
  border: 0px;
  box-shadow: none;
  height: auto;
  padding: 12px 12px; }
  .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.cards {
  width: 100%;
  margin: 1% -1%; }
  .cards .card {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 31%;
    margin: 1%;
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0px 2px 4px 0px #d3d6da;
    -moz-box-shadow: 0px 2px 4px 0px #d3d6da;
    box-shadow: 0px 2px 4px 0px #d3d6da; }
    @media (max-width: 720px) {
      .cards .card {
        width: 47%; } }
    @media (max-width: 480px) {
      .cards .card {
        width: 100%; } }
    .cards .card .image-wrapper img {
      width: 100%; }
    .cards .card .info-wrapper {
      padding: 15px; }
      .cards .card .info-wrapper h3 {
        font-size: 17px;
        color: #333333;
        margin: 5px 0px 15px; }
      .cards .card .info-wrapper p {
        color: #888888;
        font-size: 13px;
        line-height: 20px;
        height: 42px;
        overflow: hidden;
        margin-bottom: 35px; }
    .cards .card ul.meta {
      padding: 5px 15px;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0; }
      .cards .card ul.meta li {
        margin-right: 20px;
        color: #888888; }
        .cards .card ul.meta li a {
          color: #888888; }

body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  /*background-image: linear-gradient(bottom, #fff 50%, #324258 50%);
  background-image: -o-linear-gradient(bottom, #fff 50%, #324258 50%);
  background-image: -moz-linear-gradient(bottom, #fff 50%, #324258 50%);
  background-image: -webkit-linear-gradient(bottom, #fff 50%, #324258 50%);
  background-image: -ms-linear-gradient(bottom, #fff 50%, #324258 50%); */}
  body .wrapper {
    max-width: 800px; }

a:hover {
  text-decoration: none; }

@media (min-width: 1200px) {
  .container {
    width: 1145px; } }

/*# sourceMappingURL=style.css.map */

.wpcf7-submit {
  background: #3FA2FF;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  transition: 0.25s all ease;

  display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.wpcf7-submit:hover {
    color: #fff;
    background: #3992E6; }
.wpcf7-form {
  padding: 0px !important;
}
.wpcf7 {
    padding: 0 30px 30px 30px !important
}
.wpcf7 .formLine {
    margin-top: 30px
}
.wpcf7 .formLine input[type="text"],
.wpcf7 .formLine input[type="email"] {
    width: 100%;
    max-width: 400px;
    background: #f5f5f5;
    border: none;
    padding: 10px;
    line-height: 22px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.wpcf7 .formLine input[type="text"]:focus, .wpcf7 .formLine input[type="email"]:focus, .wpcf7 .formLine textarea:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
.wpcf7 .formLine textarea {
    width: 100%;
    max-width: 400px;
    background: #f5f5f5;
    border: none;
    padding: 10px;
    line-height: 22px;
    height: 100px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.wpcf7 p {
    padding: 5px 0 0 0 !important;
    font-size: 12px;
    font-style: italic;
    color: #AEAEAE
}
.wpcf7 .wpcf7-response-output {
    margin: 30px 0 0 0 !important;
    padding: 10px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none !important;
    color: #fff
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #5CCA76
}
.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked,
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
    background: #FD5256
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    background: #DAC056
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}


/* gif player */
/*
WP Gif Player, an easy to use GIF Player for Wordpress
Copyright (C) 2015  Stefanie Stoppel @ psmedia GmbH (http://p-s-media.de/kontakt)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
.gif_wrap .play_gif {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3.5em;
    width: 3.5em;
    text-align: center;
    overflow: hidden;
    background: #222;
    line-height: 3em;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 3em;
    opacity: .9;
    border: 5px solid #fff;
    margin-left: -1.75em;
    margin-top: -1.75em;
}
.gif_wrap {
    position: relative;
}
.empty_span {
    position: absolute;
    z-index: 900;
    height: 100%;
    width: 100%;
}
.gif_spinner{
    z-index: -1;
    position: relative;
}
.gif_spinner{
    z-index: 3 !important;
}
img._showing{
    height: auto;
    width: 100%;
    max-width: 100%;
}
img._hidden{
    visibility: hidden;
}
@media (max-width: 767px){
    .gif_wrap .play_gif {
        top: 50%;
        height: 2.6em;
        width: 2.6em;
        line-height: 2.3em;
        font-size: 1.2em;
        margin-left: -1.3em;
        margin-top: -1.3em;
        border: 4px solid #fff;
    }
}
.wpgp-width100 {
    max-width: 100px;
}
span.play_gif.wpgp-width100, span.play_gif.wpgp-width150, span.play_gif.wpgp-width200 {
    line-height: 2.3em;
    font-size: 1.2em;
    height: 2.6em;
    margin-top: -1.3em;
    width: 2.6em;
    margin-left: -1.3em;
    border: 4px solid #fff;
}
.wpgp-width150 {
    max-width: 150px;
}
.wpgp-width200 {
    max-width: 200px;
}
.wpgp-width250 {
    max-width: 250px;
}
.wpgp-width300 {
    max-width: 300px;
}
.wpgp-width350 {
    max-width: 350px;
}
.wpgp-width400 {
    max-width: 400px;
}
.wpgp-width450 {
    max-width: 450px;
}
.wpgp-width500 {
    max-width: 500px;
}
.wpgp-width550 {
    max-width: 550px;
}
.wpgp-width600 {
    max-width: 600px;
}

/*ads*/
.ads-wrapper {
  height: 338px;
  padding: 60px 15px 15px;
}
.ads-wrapper img, .ads-wrapper iframe {
  width: 100%;
  background: #333;
}
.ads-info-wrapper {
  padding: 15px; 
}
.ads-info-wrapper h3 {
  font-size: 14px;
  color: #888888;
  text-align: center;
  margin: 5px 0px 20px;
  overflow: hidden;
}
