* {
  font-family: 'Futura', sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  background-color:#ffffff;
}

.top-nav {
height: 60px;
margin-bottom: 20px;
padding: 10px;
background-color: #333153;
position:fixed;
top: 0px;
left:0px;
width:100%;
min-width: 320px;
z-index: 1;
}

.logo img{
position:absolute;
top: 10px;
left:20px;
max-height:40px;
}

.active { color: white;}

body>header nav {

    margin-right: 10px;
   margin-left: auto;
   float:right;

}

body>header a {
   font-size: 16px;

    margin: auto 0px auto 20px;
    color: #f84544;
     letter-spacing: 1.5px;
    text-decoration: none;

    }
body>header nav a:hover
{color: #ffffff;
    text-decoration: none;
    transition-duration: .3s;
    }

.menu-icon {
    display: none;
    text-decoration: none;
    font-size:30px;
    vertical-align: center;
}

@media screen and (max-width: 975px) {
  .top-nav nav {display: none;}
  .menu-icon {
    float: right;
    display: block;
  }

  .top-nav.responsive nav {
    display: block;
    background-color: #000;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 1em 0;
  }

  .top-nav.responsive nav a {
    display: block;
    width: 100%;
    padding: 1em;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
main,
menu,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}


body {

    font-size: 18px;
    font-weight: 300;
    color: #b4c4d0;
    line-height: 1.6em;
    background-color: #2b3c47;
    text-align: center;
    background: #ffffff  no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {
    color: #00A4DB;
}

a:hover,
a:active {
    color: #35c8bc
}


h1,
h2,
h3 {
    color: #000;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0 auto;
}

h1 a,
h2 a,
h3 a {
    text-decoration: none;
    font-weight: inherit;
    color: inherit
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
    color: #f84544;

}

h1 {
    font-size: 50px;
    font-weight: 900;
    line-height: 1em;
    margin: .5em 0 0 0;
    text-align: left;
     /* background-color: #333153; */
}
.landing-box-container{
  display: block;
}
.landing-box {

  max-width: 200px;
  border-radius: 5px;
    overflow: hidden;
  box-shadow: 0 2px 4px 2px rgba(0,0,0,.05)}

.type-wrapper {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

.type-wrapper h1 {
  color: #f84544;
    font-size: 80px;
    font-weight: 900;
    line-height: 1em;
    margin: .5em 0 0 0;
    text-align: left;
}

.type-wrapper h1 a:hover {
  color: #333153;
}
.hit-wrapper h2 a:hover
{
  color: #333153;
}



@media (max-width: 768px) {
.type-wrapper h1 {
    font-size: 28px;
  }
}

.type-wrapper h3 {
    font-size: 25px;
    font-weight: 200;
    margin: 15px 0 20px 0;
    text-align: right;
}

h2 {
    font-size: 25px;
    font-weight: 800;
    color: #f84544;
    margin: 10px 0 0 0;
    text-align: left;
    line-height: 1em;
}

h3 {

    font-size: 14px;
    font-weight: 100;
    color: #000;
    text-align: left;
    line-height: 1em;

    /* red: #f84544
    purple: #333153 */
}

h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0.5em 0 2.5em 0;
    text-align: center;
    color: #8797a3;
}

h5 {
    font-size: 12px;
    font-weight: 200;
    margin: 0 0 0 0;
    color: #d0d9df;
    line-height: 1.4em;
}

h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 2.0em 0 0.5em 0;
    text-align: center;
    color: #b4c4d0;
}

pre {
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    overflow: auto
}


@media all and (max-width: 768px){
    h1{font-size: 28px;}
    h2{font-size: 21px;}
    h3 {font-size: 19px}
    body{font-size: 16px;}
   }
}
.hero-wrapper
{
    margin-top:60px;

}
.footer-hidden{
    height:10px;
margin: 50px}

.hero-wrapper p {
  color: #555;
   text-align: left;
   max-width:700px;
   margin: 20px auto 20px auto;
   line-height: 1.9em
}

.hit-wrapper {
   max-width:700px;
   margin: 0 auto;
   line-height: 1.9em
}

.hit-wrapper p {
  text-align: left;
    line-height: 1em;
    margin: 5px 0 10px 0;
   color: #333153;
}

.hit-wrapper h1 {
  color: #f84544;
    font-size: 80px;
    font-weight: 900;
    line-height: 1em;
    margin: .5em 0 0 0;
    text-align: left;
}

.row:before, .row:after{
    content: " ";
    display: table;
}
.row:after{clear: both;}
.container {
    max-width: 770px;
    margin: 0 auto;
    padding: 20px 10px;
}

.testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 10px 0;
}

.testimonial h3 {
    display: block;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
    margin: 2em 0 .5em 0;
    color: #fff;

    padding: 0 0 0 0;
}

.testimonial .avatar {
    width: 75px;
    height: 75px;
    margin-right: 20px;
    margin-top:30px;
    object-fit: cover;

}

.testimonial .author {
    font-family: 'Futura', sans-serif;
    font-weight: 100;
    font-size: 18px;
    display: block;
    vertical-align: top;
    font-style: normal;
    color: #ffffff;
    margin-bottom: 5px;
    margin-left: 10px;
}

.testimonial .bio {
    font-family: 'Futura', sans-serif;
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    vertical-align: top;
    font-style: normal;
    color: #fff;
    padding-bottom: 30px;
}

.testimonial p {
    margin-bottom: 0.5em !important;
    opacity: .8;
    color: #fff;
    font-size: 16px;
}

.testimonial blockquote,
.testimonial p {
    margin-top: 0px;
    margin-left:10px;
    font-weight: 100;
    line-height: 1.2em;
    text-align: left;
}

.testimonial blockquote {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    color: #22282b;
  text-align: left;
  vertical-align: top;
}


.introtext {
  display: inline-block;
  width: 77%;
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .testimonial .avatar {
        margin: 10px 0 30px 0
    }
    ul{
        margin: 10px 0px;
    }
    .introtext{
        width: 90%!important;
    }



}
@media only screen and (min-width: 768px) {
    .ul-two-col{
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
}

.hero-img{
   max-height: 400px;
    margin:0 auto;
    margin-top:40px;
    width:100%;
    object-fit: contain;
}
.top-icon{
    height: 50px;
    margin: 0 auto;
}

footer a {
  color: #f84544;
  text-decoration: none;
}

body>footer {
    font-family: 'Futura', sans-serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.2em;
    color: #fff;
    margin: 40px 0 0;
    padding: 0 0 30px;
    background-color: #333153;
    z-index: 1;
    width:100%;
}

body>footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body>footer nav a{
    font-size: 16px;
    text-decoration: none;
    margin: 0 5px 0 5px;
    color: #f84544;
}
body>footer nav:hover{
    font-size: 16px;
    color:#fff;
}

.avatar {
    overflow: hidden;
    border-radius: 100%
}

.avatar img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: grayscale(100%);
}

.testimonial-wrapper{
    border-radius: 20px;
    padding: 0 20px 0 20px;
    background: linear-gradient(to bottom right, #544dc2, #23213c);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);
}

.rank{
    float:right;
    position: absolute;
    top:0;
    right:0;
    margin: 20px;
    font-size:22px;
    color: #5a5a5a;
}

/*testimonial*/
*, ::after, ::before {
    box-sizing: border-box;
}
.testimonial-container {
    max-width: 800px;
    margin: 20px auto 0 auto;
}


.testimonial-container .testimonial-wrapper {
    margin-bottom: 30px;
    position: relative;

}


.section-header nav{
   margin: 20px auto 30px auto;

}

.section-header a{
    text-decoration: none;
    padding: 20px;
    font-size:20px;
    color: #f84544;
}



@media all and (max-width: 680px){
    #mc_embed_signup .button{width: 100%;}
    .testimonial-container {
        column-count: 1;
    }
    .testimonial-container {padding: 0 20px;}
    .testimonial-container .half {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
}

.advertisement {
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (max-width: 480px) {
.advertisement img {
width: 90%;
height: 100%;
}
}


#pagination {
  background-color: #333153;
  font-size: 1.5em;
     color: #f84544;
  line-height: 3em;
  text-align: center;
text-decoration: none}

  #pagination:after {
    content: "";
    display: table;
    clear: both; }
  #pagination .ais-pagination--item__active a {
    color: white;
    font-weight: bold; }
  #pagination .ais-pagination--item__disabled {
    visibility: visible; }
    #pagination .ais-pagination--item__disabled a {
      color: #bbbbbb; }
      #pagination .ais-pagination--item__disabled a:hover {
        cursor: default;
        text-decoration: none;
        color:#f84544;
         }
  #pagination ul {
    margin: 0;
    padding: 0; }
  #pagination li {
    padding: 0 8px; }
  #pagination .fa {
    position: relative;
    top: 5px; }

.thank-you {
  text-align: center;
  font-size: 1.8em;
  padding: 40px; }



  .results-wrapper {
    padding: 0 10px 0 230px;
  }

  #results-topbar {
    display: inline-block;
    width: 100%;
    line-height: 12px; }
    #results-topbar:after {
      content: "";
      display: table;
      clear: both; }
    #results-topbar .sort-by {
      float: right; }
    #results-topbar label {
      font-weight: normal;
      font-size: 1em; }
    #results-topbar #sort-by-selector {
      display: inline-block; }
      .checkbox {

        color:  #333153;
      }

  #subtitle {
    display: block;
    margin-bottom: 18px;
      font-size: 18px;
      color:#f84544;
    }
    #addagency {
    display: block;
    margin-bottom: 10px;
      font-size: 14px;
      color:#f84544;

    }

    .addagency:hover {
      font-size: 18px;
       color:#f78a04;
    }

  #clear-all {
    display: block;
    margin-bottom: 16px; }
    #clear-all .btn {
      font-size: 13px;
      color:#f78a04;}

  #stats {
    padding: 15px;
    font-size: .8em;
  color: #f84544;}

  #hits {
    margin: 0 -.5%;
   display: inline;

  }

    #hits:after {
      content: "";
      display: block;
      clear: both;
    }

  .ais-hits {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }

  .ais-hits--item {
    flex: 1;
  }

  .hit {
    background: #fff;
    min-width: 300px;
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
  box-shadow: 0 2px 4px 2px rgba(0,0,0,.05)

  }

  .hit__inner {
    padding: 20px;
  }


  .hit .product-image {

        float: left;
        margin: 0 0 10px;
    }

  .hit .fa-link {

        float: right;
        padding: 10px ;
        text-decoration: none;
        color: #f84544;
       font-size: 2em;
    }

  .hit .product-image img {
          border-radius: 5px;
          height: 55px;
          width: 55px;
          overflow: hidden;
          margin: 10px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;

       }
       .product-image img:hover {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.24), 0 7px 10px 0 rgba(0,0,0,0.19);

       }
       .hit .product-title {
       margin: 10px 0;
      clear:left;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.2em;
      text-align:left;
      position: relative;
      display:block;
      color: #f84544;
      text-decoration: none;

    }
    .hit .product-title:hover{
    color: #333153;
    }

     .hit .product-country{
      text-align:left;
      display: block;
      margin: 10px 0;
      font-weight: normal;
      font-size: 1em;
      color: #969696;
      text-transform: uppercase;
       }

   .hit .signup {
        margin: 5px;
        font-weight: normal;
        font-size: 1em;
        width: 100%;
        color: #f84544;
        text-align: left;
        display: block;
        text-transform: uppercase;
   }

   a.signup {
    text-decoration: none;
      color: #f84544;
   }

    .hit .product-logline {
        text-align: left;
        font-weight: normal;
        font-size: 1.2em;
        color: #111111;
        margin: 10px 0 20px;
        overflow: auto;
      }

      .hit .brands {

        text-align: left;
        font-weight: normal;
        font-size: 1.0em;
        color: #111111;
        margin: 10px 0;
        overflow: auto;

    }

      .hit .submit{
        font-weight: normal;
        font-size: 1.0em;
        color: #111111;
        text-align: center;

   }

   .hit .submit a.button {
     display: block;
     width: 100%;
   }

  a.button {

      text-decoration: none;
      color: white;
      background-color:#f84544;
      width:100%;
      padding: 10px 20px 10px 20px;

  }
  a.button:hover {
    color:#f84544;
    background-color:#333153;
    transition: .5s;

   }
   a.button:active {
    background-color: #ffffff;
    transform: translateY(4px);
  }


  aside {
    position: absolute;
    overflow-y: auto;
    top: 0;
    left: 0;
    bottom: 0;
    width: 230px;
    padding: 20px;
    border-right: 1px solid #dddddd;
    background: #424061; }
    aside .facet-category-city {
      font-size: 1.0em;
      color: #f84544;
      margin: 0 0 8px; }
       aside .facet-category-country {
      font-size: 1.0em;
      color: #f84544;
      margin: 0 0 8px; }
    aside .facet-wrapper {
      padding-bottom: 12px;
      margin-bottom: 12px;
   }
    aside .facet {
      margin-bottom: 16px; }
    aside .facet-title {
      font-weight: bold;
      margin: 4px 0; }
    aside .facet-item, aside a {
      color: #f84544;
       }
      aside .facet-item:hover, aside a:hover {
        color: white;
        text-decoration: none; }
      aside .facet-item.active, aside a.active {
        font-weight: bold;
        color: #f84544;}
      aside .facet-item input, aside a input {
        margin-right: 4px; }
    aside .facet-name {
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      display: inline-block;
      color:#f84544;
  }
    aside .facet-count {
      margin-left: 4px;
      color: gray;
    float: right;}

    @media(max-width: 750px) {
      aside {
        display: none;
      }
      .results-wrapper {
        padding: 10px;
      }
    }



    .input-group {
      background: #fff;
        border: solid 3px #f84544;
        border-radius: 5px;
        overflow: hidden; }
    .input-group #q {
      font-size: 20px;
      padding: 20px;
          border: 0;
          height: 100%; }
    .input-group #q:focus {
            outline: none;
          background: #eee }
    .input-group .input-group-btn button {
          height: 100%;
          padding: 10px 30px;
          border-radius: 0;
          font-size: 30px;
          color: #fff;
          border: solid 3px #f84544;
          background: #f84544; }


header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 60px;
  padding: 10px;
  background:  #333153; }
  header .is-logo {
    float: left;
    margin-right: 15px; }
  header .logo {
    float: left;
    margin-right: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF; }
    header .logo:hover {
      text-decoration: none;
       }

       .section-header nav{
   margin: 20px auto 10px auto;

}

.transparent {
  opacity: 0; }

.content-wrapper {
  margin-top: 60px;
  position: relative;
}

.search-wrapper{
  margin: 20px;
  float: left;
}



  hr {
    margin-top: 10px;
    margin-bottom: 10px; }
    hr:after {
      content: "";
      display: table;
      clear: both; }


.agencies-sidebar {
  text-align: left;
  font-size: 14px;
}


.results-wrapper {
  background: #f5f5f5;
  font-size: 12px;
}

.hit .tag-image img {
	 	 float: center;
          border-radius: 5px;
          max-height: 150px;
          max-width: 150px;
          overflow: hidden;
          margin: 10px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;

