* {
  font-family: 'Lato', sans-serif; }

.blue {
  font-size: 17px;
  text-transform: uppercase;
  color: #2588ed;
  border-color: #2588ed;
  border-width: 3px;
  border-radius: 3px; }
  .blue:hover, .blue.hover, .blue:focus, .blue.focus, .blue:active, .blue.active {
    color: #fff;
    border-color: #2588ed;
    background: #2588ed;
    box-shadow: none;
    outline: none; }
  .blue-icon {
    padding-left: 55px !important;
    text-align: right !important; }
    .blue-icon:hover .mic {
      background-position: -33px 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 300; }

h1 {
  margin: 0;
  font-size: 50px;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: -0.25px; }

h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -.5px; }

h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold; }

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

p {
  margin: 0 0 10px 0; }

body, html {
  margin: 0; }

button, input, optgroup, select, textarea, fieldset {
  position: relative;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  border: none;
  outline: none; }

label {
  cursor: pointer;
  font-size: 17px;
  font-weight: normal; }

iframe {
  border: none;
  margin: 0; }

a {
  color: #2588ed;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #0f62b6; }

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none; }

video {
  width: 100%;
  height: auto; }

/* Helper classes */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.show-flex {
  display: flex !important;
  display: -webkit-flex !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.text-left {
  text-align: left !important; }

.left-col {
  float: left;
  width: 50%; }

.right-col {
  float: right;
  width: 50%; }

::-webkit-input-placeholder {
  font-size: 16px;
  color: #b6b6b6;
  font-weight: 300; }

:-moz-placeholder {
  font-size: 16px;
  color: #b6b6b6;
  font-weight: 300; }

::-moz-placeholder {
  font-size: 16px;
  color: #b6b6b6;
  font-weight: 300; }

:-ms-input-placeholder {
  font-size: 16px;
  color: #b6b6b6;
  font-weight: 300; }

.bg-custom-blue {
  background-color: #39CCCC; }

.bg-custom-green {
  background-color: #2ECC40; }

/* Main Styles */
* {
  box-sizing: border-box;
  max-height: 1000000px; }

*:before, *:after {
  box-sizing: border-box; }

.header:after {
  content: "";
  display: block;
  clear: both; }

html {
  font-size: 100%; }

body {
  position: relative;
  min-width: 1024px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  background: #fff; }
  body.results_page .header {
    padding-bottom: 30px; }
  body.results_page .title_holder {
    margin-top: 35px; }
  body.results_page .search_holder {
    top: 0; }
  body.results_page .instructions {
    margin-top: 15px; }
  body.results_page .info_section {
    padding-top: 35px; }
  body.results_page .main_content {
    padding-top: 35px; }

#wrapper {
  max-width: 1920px;
  min-height: calc(100vh - 30px);
  margin: 0 auto;
  background-color: #f3f3f3; }

.container.wide {
  max-width: 1660px; }

.header {
  padding-top: 30px;
  background: #1d7cf2 url("../img/top_bg.png") no-repeat center center;
  color: #fff;
  background-size: cover; }
  .header.big {
    min-height: 400px; }
    .header.big .title_holder {
      transform: translateY(85px); }
  .header h1 {
    font-size: 60px;
    font-weight: 100;
    margin-bottom: 20px; }
  .header h2 {
    font-size: 20px;
    font-weight: 100; }
  .header a {
    color: #fff; }

.inline-install-btn {
  background-color: #ee4c4c;
  padding: 5px 5px 5px 20px;
  border-radius: 40px; }

.logo span {
  font-size: 18px; }
.logo img {
  width: 50px;
  margin-right: 15px; }

.downloader_form {
  position: relative;
  top: -40px;
  z-index: 150;
}

.info_section {
  padding-top: 75px;
  padding-bottom: 75px; }

.updates_holder_card > .card-header,
.faq_holder_card > .card-header {
  padding: .5rem .75rem;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border-bottom: 0; }
  .updates_holder_card > .card-header .fa,
  .faq_holder_card > .card-header .fa {
    margin-right: 10px;
    font-size: 22px; }
.updates_holder_card .list-group-item,
.faq_holder_card .list-group-item {
  margin-bottom: 20px; }

.faq_holder_card .card-group .card + .card,
.faq_holder_card .card-group .card:not(:first-child):not(:last-child) {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

.faq_card_list .card {
  margin-bottom: 10px; }
.faq_card_list .card-header,
.faq_card_list .card-body {
  padding: .5rem .75rem; }
.faq_card_list .card-header {
  font-size: 16px;
  font-weight: 500; }

.main_top_nav a {
  margin: 0 15px; }

.chrome_logo {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  border-radius: 50%;
  border: 2px solid #fff; }

.search_holder {
  position: relative;
  max-width: 900px;
  height: 70px;
  margin: 0 auto;
  border-radius: 40px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  overflow: hidden; }
  .search_holder ::-webkit-input-placeholder {
    font-size: 22px; }
  .search_holder :-moz-placeholder {
    font-size: 22px; }
  .search_holder ::-moz-placeholder {
    font-size: 22px; }
  .search_holder :-ms-input-placeholder {
    font-size: 22px; }
  .search_holder .progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: .5; }

.search_input {
  width: 100%;
  height: 100%;
  padding-left: 35px;
  padding-right: 200px;
  font-size: 20px; }

.search_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 167px;
  padding: 0 40px;
  color: #fff;
  background-color: #28d48d;
  border-radius: 35px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer; }
  .search_btn:focus, .search_btn.focus {
    outline: none; }
  .search_btn:hover {
    background-color: #20a970; }

.instructions {
  max-width: 990px;
  margin: -15px auto 0; }
  .instructions li {
    position: relative;
    margin-right: 70px;
    padding-left: 66px;
    color: #1d7cf2;
    font-size: 16px;
    line-height: 36px; }
    .instructions li:last-of-type {
      margin-right: 0; }
    .instructions li .num {
      position: absolute;
      top: 0;
      left: 10px;
      width: 36px;
      height: 36px;
      color: #fff;
      text-align: center;
      line-height: 36px;
      border-radius: 50%;
      background-color: #1d7cf2; }

.footer {
  color: #fff; }

.footer_nav a {
  display: inline-block;
  margin: 0 10px;
  color: #fff; }

#result {
  padding-top: 35px;
  padding-bottom: 35px; }
  #result .container {
    background-color: #fff; }

.download_holder {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff; }
  .download_holder .bordered {
    position: relative; }
    .download_holder .bordered:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 1px;
      height: calc(100% - 20px);
      transform: translateY(-50%);
      background-color: #f3f3f3; }

#sd .btn-success, #hd .btn-success {
  padding: 15px 35px;
  background-color: #28d48d;
  border-color: #28d48d;
  font-weight: 300;
  border-radius: 35px; }
  #sd .btn-success:hover, #hd .btn-success:hover {
    background-color: #20a970; }

.modal button.close {
  cursor: pointer; }
.modal img {
  margin-bottom: 15px; }

.alert.absolute {
  position: absolute;
  top: 0;
  left: 50%;
  width: 75%;
  z-index: 999;
  transform: translateX(-50%);
  font-weight: 400; }
  .alert.absolute p {
    margin-bottom: 0; }

body.catalog-page #wrapper {
  position: relative;
  padding-bottom: 60px; }
body.catalog-page header {
  height: 230px; }
body.catalog-page .catalog-section {
  padding: 20px 50px; }
body.catalog-page .catalog-section-container {
  background: #fff;
  padding: 20px 50px; }
body.catalog-page .catalog-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }
body.catalog-page .video-item {
  margin-bottom: 20px;
  padding: 10px;
  transition: all .2s; }
  body.catalog-page .video-item:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    cursor: pointer; }
body.catalog-page .video-item-img {
  background-size: cover;
  background-position: 50% 0;
  width: 100%;
  height: 8vw; }
body.catalog-page .video-item-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  line-height: 2; }
body.catalog-page footer {
  position: absolute;
  bottom: 0;
  width: 100%; }

body.video-page #wrapper {
  position: relative;
  padding-bottom: 60px; }
body.video-page h2 {
  margin-bottom: 20px; }
body.video-page .search_holder {
  top: 0;
  margin-bottom: 30px;
  margin-top: 20px; }
body.video-page .video-box-section {
  padding: 20px 0; }
body.video-page #video-box {
  margin-bottom: 20px; }
body.video-page .download-btns-box {
  display: flex;
  justify-content: flex-end; }
  body.video-page .download-btns-box a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    background-color: #28d48d;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    transition: all .5s;
    margin-left: 10px; }
    body.video-page .download-btns-box a:hover {
      opacity: .5; }
body.video-page footer {
  position: absolute;
  bottom: 0;
  width: 100%; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .6);
  z-index: 100;
}

.action_msg {
  position: absolute;
  bottom: -210px;
  left: 50%;
  display: inline-block;
  padding: 10px 30px;
  color: #000;
  font-size: 34px;
  transform: translateX(-50%);
  background: rgba(255,255,255, 1);
  border-radius: 10px;
}

.action_msg:before {
  content: '';
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  width: 63px;
  height: 98px;
  background: url('../img/arrow_up.png')no-repeat center center;
  background-size: cover;
  animation: animationFrames 1.75s  linear infinite;
}


/*Arrow animation*/
.bounce-up-down {
  animation: animationFrames linear 1.5s;
  -webkit-animation: animationFrames linear 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  webkit-transform-origin: 50% 50%; }

@keyframes animationFrames {
  0% {
    transform: translate(-50%, 0px); }
  15% {
    transform: translate(-50%, -25px); }
  30% {
    transform: translate(-50%, 0px); }
  45% {
    transform: translate(-50%, -15px); }
  60% {
    transform: translate(-50%, 0px); }
  75% {
    transform: translate(-50%, -5px); }
  100% {
    transform: translate(-50%, 0px); } }

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(-50%, 0px); }
  15% {
    -webkit-transform: translate(-50%, -25px); }
  30% {
    -webkit-transform: translate(-50%, 0px); }
  45% {
    -webkit-transform: translate(-50%, -15px); }
  60% {
    -webkit-transform: translate(-50%, 0px); }
  75% {
    -webkit-transform: translate(-50%, -5px); }
  100% {
    -webkit-transform: translate(-50%, 0px); } }



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