/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #3A3F44; }

.page {
  height: 100vh;
  min-height: 650px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 960px; }
  .page.ff, .page.opera, .page.ie {
    background-color: #F9F9F9; }

.main {
  text-align: left;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column; }

.header {
  padding: 20px 25px 0 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.menu {
  display: -ms-flexbox;
  display: flex; }
  .menu__item {
    display: block;
    margin-left: 30px; }
    .menu__item:first-child {
      margin-left: 0; }
    .menu__item_apps {
      display: block;
      background: url("../images/apps.png") center center no-repeat;
      width: 16px;
      height: 16px;
      background-size: 16px;
      cursor: pointer;
      opacity: .75; }
      .menu__item_apps:hover {
        opacity: 1; }
  .menu__link {
    color: #323232;
    text-decoration: none;
    font-size: 14px;
    transition: all .3s; }
    .menu__link:hover {
      color: #3B99FC; }

.dropdown {
  background: #fff;
  position: absolute;
  top: 45px;
  z-index: 300;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  display: none; }
  .dropdown_apps {
    width: 330px;
    padding: 10px 24px;
    right: 8px; }
    .dropdown_apps:before {
      right: 28px; }
    .dropdown_apps .items {
      display: flex;
      display: -ms-flexbox;
      flex-flow: row wrap;
      justify-content: space-between; }
    .dropdown_apps a {
      width: 30%;
      color: inherit;
      padding: 8px 0;
      font-size: 13px;
      text-align: center;
      text-decoration: none;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      border: 1px solid transparent;
      margin-bottom: 10px;
      transition: all .3s; }
      .dropdown_apps a:nth-child(10), .dropdown_apps a:nth-child(11), .dropdown_apps a:nth-child(12) {
        margin-bottom: 0px; }
      .dropdown_apps a:hover {
        border-color: #e5e5e5; }
      .dropdown_apps a img {
        height: 64px;
        display: inline-block; }
      .dropdown_apps a span {
        display: block; }

.topsites {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.card {
  display: block; }

.chrome .search {
  margin-bottom: 60px; }
  .chrome .search__query {
    width: 670px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    font-size: 16px;
    color: #B2B2B2;
    padding: 10px;
    outline: none; }
    .chrome .search__query:focus {
      color: #000;
      border-color: #498DFF; }
  .chrome .search__submit {
    display: none; }
.chrome .topsites {
  width: 670px; }
.chrome .card {
  width: 154px;
  height: 128px;
  background-color: #F2F2F2;
  border: 1px solid #E4E4E4;
  border-radius: 2px;
  padding: 0px 2px 3px;
  text-decoration: none;
  margin-bottom: 20px; }
  .chrome .card:nth-child(n+9) {
    display: none; }
  .chrome .card__head {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 6px; }
  .chrome .card__icon {
    display: inline-block;
    margin-right: 8px; }
  .chrome .card__title {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    line-height: 30px; }
  .chrome .card__img {
    display: block;
    width: 148px;
    height: 95px; }
  .chrome .card:hover {
    border-color: #CACACA;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4); }
.chrome .autocomplete-suggestions .autocomplete-suggestion:hover {
  background-color: #498DFF;
  color: #fff; }
.chrome .autocomplete-suggestions .autocomplete-selected {
  background-color: #498DFF;
  color: #fff; }

.ff .menu__item {
  display: none; }
.ff .menu__item_apps {
  display: block; }
.ff .search {
  margin-bottom: 50px; }
  .ff .search__query {
    width: 550px;
    height: 36px;
    background-color: #FFFFFF;
    background-image: url("../images/ff_search.png");
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #D7D7D7;
    border-radius: 3px 0 0 3px;
    font-size: 16px;
    color: #777777;
    padding: 0 10px 0 38px;
    outline: none;
    float: left; }
    .ff .search__query:focus {
      color: #000;
      border-color: #498DFF; }
      .ff .search__query:focus + .search__submit {
        border-color: #7BC6FF;
        background-image: url("../images/ff_arrow_hover.png"), linear-gradient(-180deg, #43AEFF 2%, #0292E9 100%); }
  .ff .search__submit {
    display: block;
    float: right;
    width: 48px;
    height: 36px;
    border: 1px solid #D7DBDF;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    border-left: none;
    background-image: url("../images/ff_arrow.png"), linear-gradient(-180deg, #FEFEFE 2%, #F1F1F1 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 17px, auto;
    text-indent: -9999px; }
    .ff .search__submit:hover {
      border-color: #7BC6FF;
      background-image: url("../images/ff_arrow_hover.png"), linear-gradient(-180deg, #43AEFF 2%, #0292E9 100%); }
.ff .topsites {
  width: 100%;
  max-width: 1280px;
  padding: 0 30px; }
  @media only screen and (max-width: 1280px) {
    .ff .topsites {
      max-width: 980px; }
      .ff .topsites .card:nth-child(n+7) {
        display: none; } }
.ff .card {
  width: 290px;
  height: 210px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  text-decoration: none;
  padding: 0px;
  border: 0px;
  margin-bottom: 50px;
  position: relative; }
  .ff .card:nth-child(n+9) {
    display: none; }
  .ff .card__head {
    display: block;
    width: 100%;
    height: 32px;
    position: absolute;
    bottom: 0; }
  .ff .card__icon {
    display: none; }
  .ff .card__title {
    display: block;
    color: #5C5C5C;
    background-color: #F2F2F2;
    font-size: 14px;
    text-decoration: none;
    line-height: 32px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 0 0 8px 8px; }
  .ff .card__img {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 290px;
    height: 178px;
    border-radius: 8px 8px 0 0; }
  .ff .card:hover {
    box-shadow: 0px 1px 7px 0px rgba(19, 154, 255, 0.6); }
    .ff .card:hover .card__title {
      background-color: #333333;
      color: #fff; }
.ff .autocomplete-suggestions .autocomplete-suggestion {
  padding-left: 38px; }
.ff .autocomplete-suggestions .autocomplete-suggestion:hover {
  background-color: #5BB0EB;
  color: #fff; }
.ff .autocomplete-suggestions .autocomplete-selected {
  background-color: #5BB0EB;
  color: #fff; }

.opera .menu__item {
  display: none; }
.opera .menu__item_apps {
  display: block; }
.opera .search {
  margin-bottom: 50px; }
  .opera .search__query {
    width: 550px;
    height: 38px;
    background-color: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 3px 0 0 3px;
    font-size: 16px;
    color: #777777;
    padding: 0 10px;
    outline: none;
    float: left;
    border-right: none; }
    .opera .search__query:focus {
      color: #000;
      border-color: #498DFF; }
  .opera .search__submit {
    display: block;
    float: right;
    width: 60px;
    height: 38px;
    border: 1px solid #4584EE;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    background-color: #4584EE;
    background-image: url("../images/opera_search.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    text-indent: -9999px;
    outline: none; }
.opera .topsites {
  width: 100%;
  max-width: 900px;
  padding: 0 30px; }
  @media only screen and (max-width: 1280px) {
    .opera .topsites {
      max-width: 880px; }
      .opera .topsites .card:nth-child(n+9) {
        display: none; } }
.opera .card {
  width: 190px;
  height: 142px;
  text-decoration: none;
  margin-bottom: 50px;
  padding:0;
  background: transparent;
  border: none;
  position: relative; }
  .opera .card__head {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0; }
  .opera .card__icon {
    display: none; }
  .opera .card__title {
    display: block;
    color: #000;
    font-size: 14px;
    text-align: center; }
  .opera .card__img {
    display: block;
    width: 190px;
    height: 120px;
    border-radius: 3px;
    border: 1px solid #C7C7C7;
    margin-bottom: 8px; }
  .opera .card:hover .card__title {
    color: #4584EE; }
.opera .autocomplete-suggestions .autocomplete-suggestion:hover {
  background-color: #4584EE;
  color: #fff; }
.opera .autocomplete-suggestions .autocomplete-selected {
  background-color: #4584EE;
  color: #fff; }

.title_ie,
.subtitle_ie {
  display: none; }

.ie {
  font-family: Segoe UI, sans-serif; }
  .ie .menu__item {
    display: none; }
  .ie .menu__item_apps {
    display: block; }
  .ie .title_ie {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    margin-bottom: 30px; }
  .ie .subtitle_ie {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
    max-width: 1085px;
    padding: 0 30px; }
    @media only screen and (max-width: 1085px) {
      .ie .subtitle_ie {
        max-width: 910px; } }
  .ie .search {
    margin-bottom: 50px; }
    .ie .search__query {
      width: 601px;
      height: 38px;
      background-color: #FFFFFF;
      background-image: url("../images/ie_search.png");
      background-position: 10px center;
      background-repeat: no-repeat;
      background-size: 16px 17px;
      border: 1px solid #D7D7D7;
      font-size: 14px;
      color: #777777;
      padding: 0 10px 0 36px;
      outline: none;
      float: left;
      border-right: none; }
      .ie .search__query:focus {
        color: #000;
        border-color: #0C8DFF; }
    .ie .search__submit {
      display: block;
      float: right;
      width: 38px;
      height: 38px;
      border: 1px solid #0C8DFF;
      cursor: pointer;
      border-left: none;
      background-color: #0C8DFF;
      background-image: url("../images/ie_arrow.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 13px 15px;
      text-indent: -9999px; }
      .ie .search__submit:hover {
        background-color: #42A7FF;
        border-color: #42A7FF; }
  .ie .topsites {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    width: 1085px;
    padding: 0 30px; }
    @media only screen and (max-width: 1085px) {
      .ie .topsites {
        max-width: 910px; }
        .ie .topsites .card:nth-child(n+6) {
          display: none; } }
  .ie .card {
    width: 150px;
    height: 130px;
    background-color: #fff;
    text-decoration: none;
    margin-bottom: 50px;
    position: relative;
    padding: 0px;
    border: 1px solid #E6E6E6; }
    .ie .card:nth-child(n+7) {
      display: none; }
    .ie .card__head {
      display: block;
      width: 100%;
      height: 32px;
      position: absolute;
      bottom: 0; }
    .ie .card__icon {
      display: none; }
    .ie .card__title {
      display: block;
      color: #000;
      background-color: #fff;
      font-size: 14px;
      text-decoration: none;
      line-height: 32px;
      text-align: center; }
    .ie .card__img {
      position: absolute;
      left: 0px;
      top: 0px;
      display: block;
      width: 148px;
      height: 100px; }
    .ie .card:hover {
      border-color: #0C8DFF; }
  .ie .autocomplete-suggestions {
    margin-top: 0; }
  .ie .autocomplete-suggestions .autocomplete-suggestion {
    font-size: 14px;
    padding-left: 36px;
    background-image: url("../images/ie_search.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px 17px; }
  .ie .autocomplete-suggestions .autocomplete-suggestion:hover {
    background-color: #CAC9C9;
    background-position: 6px center;
    color: #000;
    border-left: 4px solid #4C4A48;
    padding-left: 32px; }
  .ie .autocomplete-suggestions .autocomplete-selected {
    background-color: #CAC9C9;
    background-position: 6px center;
    color: #000;
    border-left: 4px solid #4C4A48;
    padding-left: 32px; }

.autocomplete-suggestions {
  display: none;
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  z-index: 200;
  overflow: auto;
  margin-top: 5px; }

.autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
  display: block;
  color: #3e3e3e;
  line-height: 33px;
  font-size: 16px;
  width: 100%;
  height: 33px;
  padding: 0 15px;
  text-decoration: none; }

.autocomplete-suggestions .autocomplete-suggestion:hover span {
  color: #78d7ff; }

.autocomplete-suggestions .autocomplete-suggestion span {
  color: #727272;
  font-size: 11px;
  padding-left: 3px; }

.autocomplete-suggestions .autocomplete-suggestion b,
.autocomplete-suggestions .autocomplete-suggestion strong {
  font-weight: 500; }

.autocomplete-suggestions .autocomplete-no-suggestion {
  height: 33px;
  padding: 10px 14px;
  color: #727272; }

/* Retina */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .menu__item_apps {
    background-image: url("../images/apps@2x.png"); }

  .ff .search__query {
    background-image: url("../images/ff_search@2x.png"); }
    .ff .search__query:focus + .search__submit {
      background-image: url("../images/ff_arrow_hover@2x.png"), linear-gradient(-180deg, #43AEFF 2%, #0292E9 100%); }
  .ff .search__submit {
    background-image: url("../images/ff_arrow@2x.png"), linear-gradient(-180deg, #FEFEFE 2%, #F1F1F1 100%); }
  .ff .search__submit:hover {
    background-image: url("../images/ff_arrow_hover@2x.png"), linear-gradient(-180deg, #43AEFF 2%, #0292E9 100%); }

  .opera .search__submit {
    background-image: url("../images/opera_search@2x.png"); }

  .ie .search__query {
    background-image: url("../images/ie_search@2x.png"); }
  .ie .search__submit {
    background-image: url("../images/ie_arrow@2x.png"); }
  .ie .autocomplete-suggestions .autocomplete-suggestion {
    background-image: url("../images/ie_search@2x.png"); } }

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