@font-face {
    font-family: "Font Awesome";
    src: url("fonts/fontawesome-webfont.woff") format('woff');
}

@font-face {
    font-family: "Best Lady";
    src: url("fonts/bestlady-webfont.woff") format('woff');
}

@font-face {
    font-family: "Museo Sans";
    src: url("fonts/museosans_500.woff") format('woff');
}

@font-face {
    font-family: "SamsungOne";
    src: url("fonts/samsung400.woff") format('woff');
}

@font-face {
    font-family: "Samsung Sharp";
    src: url("fonts/SamsungSharp400.woff") format('woff');
}

/* Gradient Positioning */

/*
#landing-page .image-gradient.active .gradient:nth-child(1) {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    left: -28%;
    top: -10%;
}

#landing-page .image-gradient.active .gradient:nth-child(2) {
    
}

#landing-page .image-gradient.active .gradient:nth-child(3) {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    bottom: 1.5%;
    top: 0;
}
*/

/*
#landing-page .image-gradient.smol.active .gradient:nth-child(1) {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    bottom: auto;
    height: 229%;
    top: -1%;
    left: -3%;
    width: 100%;
}

#landing-page .image-gradient.smol.active .gradient:nth-child(2) {
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
    bottom: auto;
    height: 228%;
    left: -2%;
    top: 0;
}
*/

/* Header Styles */

body {
    background: none;
}

#landing-page .subpage-hero {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #110f14;
}

#landing-page>.content {
    background: none;
}


/* Button Hover States */

.form-wrapper input[type="submit"]:hover {
    background: #5e55fc;
}

#landing-page a.button:hover, #landing-page #spotlight #panels .panel-row.half .meta .button:hover, #spotlight #panels .panel-row.half .meta #landing-page .button:hover {
    background: #5e55fc;
}


/* Modal Popup Styles */

#landing-page .popup-modal.full {
    background: #fff;
    color: #110f14;
}

.subpage .popup-wrapper {
    background: #fff;
    background: rgba(255,255,255,0.85);
}

.navigation .nav-close {
    color: #110f14;
}

.navigation .nav-close .close-x {
    border: 2px solid #110f14;
}


/* Non-specific Page Styles */

/*
#landing-page footer {
    display: none;
}
*/

.header { display: none; }

#landing-page .release .release-footer .icon {
    border: 2px solid #110f14;
}

#landing-page .icon-block .block .image-wrapper {
    background: none;
    border: 2px solid #110f14;
}

#landing-page .ram-upgrade .icon-block .block .image-wrapper {
    background: none;
    border: 2px solid #110f14;
}

#landing-page .icon-block .block .image-wrapper {
    background: none;
    border: none;
    background: -moz-linear-gradient(14.64% 85.36% 45deg,rgba(94, 85, 255, 1) 0%,rgba(128, 85, 255, 0.5) 51.55%,rgba(151, 85, 255, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(94, 85, 255, 1) 0%, rgba(128, 85, 255, 0.5) 51.55%, rgba(151, 85, 255, 1) 100%);
    background: -webkit-gradient(linear,14.64% 85.36% ,85.36% 14.64% ,color-stop(0,rgba(94, 85, 255, 1) ),color-stop(0.5155,rgba(128, 85, 255, 0.5) ),color-stop(1,rgba(151, 85, 255, 1) ));
    background: -o-linear-gradient(45deg, rgba(94, 85, 255, 1) 0%, rgba(128, 85, 255, 0.5) 51.55%, rgba(151, 85, 255, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(94, 85, 255, 1) 0%, rgba(128, 85, 255, 0.5) 51.55%, rgba(151, 85, 255, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E55FF', endColorstr='#9755FF' ,GradientType=0)";
    background: linear-gradient(45deg, rgba(94, 85, 255, 1) 0%, rgba(128, 85, 255, 0.5) 51.55%, rgba(151, 85, 255, 1) 100%);
}

#landing-page .landing-section {
    color: #110f14;
}

#landing-page .landing-section {
    background-color: #fff;
    color: #110f14;
}

#landing-page .landing-section p {
    color: #110f14;
}

#landing-page .landing-section p {
    color: #110f14;
}

#landing-page .landing-half .landing-half-right {
    background: #fff;
}

#landing-page .news-item a {
    color: #110f14;
}

/*
#landing-page .landing-slider {
    background: #efefef;
}
*/

.form-wrapper label {
    color: #110f14;
}

.form-wrapper input[type="text"], .form-wrapper input[type="email"], .form-wrapper input[type="tel"], .form-wrapper input[type="number"], .form-wrapper select, .form-wrapper textarea {
    background: transparent;
    color: #110f14;
}


/* Landing Page Slider */

/*
#landing-page .landing-slider::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#efefef), to(rgba(0,0,0,0)));
    background: linear-gradient(to right, #efefef 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=1 );
}

#landing-page .landing-slider::after {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#efefef), to(rgba(0,0,0,0)));
    background: linear-gradient(to right, #efefef 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=1 );
}

#landing-page .landing-slider .slider-images .slider-section .image-caption h4 a {
    color: #110f14;
}

#landing-page .landing-slider .slider-images .slider-section .image-caption a.source {
    color: #110f14;
}

#landing-page .slick-next img, #landing-page .slick-prev img {
    max-width: 100%;
    filter: invert(100%);
}

#landing-page .image_slider .landing-slider .slider {
    border-left: 3px solid #fff;
}

#landing-page .landing-slider .slider-images .slider-section {
    border-right: 3px solid #fff;
}

#landing-page .landing-slider .slider-images .slider-section .slider-image::after {
    border-color: transparent #efefef transparent transparent;
}
*/

/* Temporary */

#landing-page .landing-section p a:hover {
    color: #5e55fc;
}

.image-wrapper:before, .image-wrpaper:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
}

.checkbox-container {
    margin: 0 0 30px 10px;
}

.checkbox {
    text-align: left;
}

.checkbox label {
    font-size: 13px;
}

.checkbox label a:hover {
    color: #5e55fc !important;
}

#landing-page .image-gradient.active .gradient:nth-child(3) {
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
    height: 95.5%;
    top: 0.4%;
}

#landing-page .image-gradient.active .gradient:nth-child(1) {
    -webkit-transform: rotate(7deg);
    transform: rotate(9deg);
    left: -28%;
    top: -12%;
    height: 101%;
}

/*
#landing-page .image-gradient.smol.active .gradient:nth-child(1) {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    bottom: auto;
    height: 223%;
    top: 4%;
    left: -18%;
    width: 130%;
}

#landing-page .image-gradient.smol.active .gradient:nth-child(2) {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    bottom: auto;
    height: 215%;
    left: -5.6%;
    top: 5.2%;
}

#landing-page .image-gradient.smol.active .gradient:nth-child(2) {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    bottom: auto;
    height: 227%;
    left: -21%;
    top: 3.1%;
    width: 133%;
}


#landing-page .image-gradient.smol.active .gradient:nth-child(2) {
    -webkit-transform: rotate(10deg);
    transform: rotate(9deg);
    bottom: auto;
    height: 228%;
    left: -20.7%;
    top: 3.1%;
    width: 133%;
}

*/

#landing-page .landing-section .popup-wrapper {
    position: fixed;
    z-index: 99999999999 !important;
}


#landing-page .image-gradient.smol.active .gradient:nth-child(2) {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    bottom: auto;
    height: 423%;
    left: -35.6%;
    top: -39.5%;
    width: 152%;
}

#landing-page .image-gradient.smol.active .gradient:nth-child(1) {
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    bottom: auto;
    height: 383%;
    top: -19%;
    left: -48.3%;
    width: 177%;
}

/* Override Samsung@First Styles */

footer.main {
    background: #2B2B2B !important;
    padding: 35px 0 5px 0 !important;
}

#landing-page footer .copyright {
    float: none !important;
}

/* Gravity Form Styles */

.form-wrapper input[type="checkbox"] {
    margin-right: 5px;
    margin-bottom: 5px;
}

.form-wrapper input[type="text"]:focus, .form-wrapper input[type="email"]:focus, .form-wrapper input[type="tel"]:focus, .form-wrapper input[type="number"]:focus, .form-wrapper select:focus, .form-wrapper textarea:focus {
    border-left: 10px solid #5e55fc;
}

html {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.no-select {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.row {
    flex-wrap: nowrap !important;
}

#landing-page .landing-slider .slider-images .slider-section {
    border-right: 1px solid #ffffff !important;
}

#landing-page .image_slider .landing-slider .slider {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

/* header -------------------------------------------------------------------*/
header.main {
    position: relative;
    z-index: 10;
  }
  header.main .top {
    border-bottom: 1px solid #dadada;
    padding: 6px 0px;
    background: transparent;
  }
  header.main .top span {
    text-transform: uppercase;
    font-size: 12px;
    color: #777;
  }
  .mobile-toggle-on header.main .top {
    background: #ccc;
  }
  .mobile-toggle-on header.main .top span {
    color: #000;
  }
  header.main .nav {
    padding: 17px 0;
    border-bottom: 1px solid #dadada;
  }
  header.main .nav .logo {
    margin: 2px auto 0 auto;
    text-align: center;
    display: block;
  }
  header.main .nav .logo img {
    width: 130px;
  }
  header.main .nav ul.menu {
    padding: 0;
    margin: 0;
  }
  header.main .nav ul.menu li {
    display: inline-block;
  }
  header.main .nav ul.menu li a {
    color: #000;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 6px;
    font-weight: bold;
  }
  header.main .nav ul.menu li a:hover {
    border-bottom: 3px solid #1428a0;
    text-decoration: none;
  }
  header.main .nav ul.menu li.active a {
    border-bottom: 3px solid #1428a0;
  }
  .desktop-form-search {
    width: 160px;
    float: right;
  }
  .form-search {
    position: relative;
  }
  .form-search input.search-input {
    font-size: 14px;
    width: 100%;
    padding: 4px 35px 2px 10px !important;
    border-radius: 20px;
    border: 1px solid #ccc;
    line-height: 1.5;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .form-search input.search-submit {
    position: absolute;
    top: 0px;
    right: 4px;
    height: 32px;
    width: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 3;
  }
  .form-search input:focus {
    outline: none;
  }
  .form-search .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    display: block;
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 2;
    font-size: 14px;
  }
  @media screen and (min-width: 992px) {
    .form-search {
      width: 200px;
   }
  }
  .twitter-typeahead {
    width: 100%;
  }
  .tt-menu {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 5px;
    padding: 10px 0;
    width: 100%;
  }
  .tt-menu .tt-suggestion {
    font-size: 14px;
    display: block;
    color: #000;
    padding: 5px 10px;
  }
  .tt-menu .tt-suggestion:hover, .tt-menu .tt-suggestion.tt-cursor {
    background: #eee;
    cursor: pointer;
  }
  ooter.main {
    background: #2b2b2b;
    padding: 35px 0 5px 0;
  }
  footer.main .footer-social {
    margin: 0 0 25px 0;
  }
  footer.main .footer-social a {
    color: #2b2b2b;
    background: #a3a3a3;
    padding-top: 3px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: inline-block;
    margin: 0 6px;
    font-size: 20px;
  }
  footer.main .footer-social a:hover {
    color: #2b2b2b;
    background: #dadada;
  }
  footer.main nav a {
    color: #eee;
    margin: 0 6px 0 0;
    font-size: 13px;
    display: block;
    padding: 8px;
  }
  footer.main p.copyright {
    color: #a1a1a1;
    margin-top: 20px;
    font-size: 12px;
  }
  @media screen and (min-width: 768px) {
    footer.main nav a {
      display: inline;
      padding: 0;
   }
    footer.main nav a:after {
      content: '|';
      padding-left: 10px;
   }
    footer.main nav a:last-child:after {
      content: '';
   }
  }