
body {
    font-family: 'myriad-pro', sans-serif;
     background: #161616;
     color: white;
}

.header-right {
    display: none;
}

.navbar-item {
    color: #ffffff;
    padding: 10px;
}

.navbar-item:hover {
    color: #1f80d1;
    text-decoration: none;
}

.hero-background {
    overflow: hidden;
    position: relative;
    background: #161616;
    
}

.bold {
    font-weight: 600;
}

.light {
    font-weight: 300;
}

.header {
    padding-top: 35px;
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 999;
}

.logo {
    max-width: 200px;
    padding-left: 0;
    padding-top: 0px;
}


.header-btn {
    background-color: #00569d;
    border-radius: 10px;
    border: #00569d;
    float: right;
    width: 195px;
    height: 51px;
    color: white;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin-top: -10px;
}

.header-btn:hover {
    background-color: #00569d;
    color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    -moz-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
}

.hero {
    position: relative;
    z-index: 999;
    padding-bottom: 60px;
}

.mouse {
    position: absolute;
    left: 0;
    right: 0;
    top: 90%;
    margin: auto;
    padding-bottom: 40px;
    text-align: center;
    cursor: pointer;
    transition: transform .4s ease;
}

.mouse:hover {
    transform: translateY(5px);
}

.macbook {
    margin: auto;
    padding-bottom: 35px;
}

.hero-right {
    color: #fff;
    text-align: center;
}

.ipad {
    display: none;
}

.ipad-screen {
    display: none;
}

.hero-btn {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #00569d;
    border-radius: 10px;
    border: 1px solid #00569d;
    width: 210px;
    height: 51px;
    color: white;
    margin: 30px auto;
}

.hero-btn:hover {
    background-color: #00569d;
    color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    -moz-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
}

.header-headline {
    padding-top: 0;
    padding-bottom: 15px;
    text-align: center;
}

.header-running-text {
    text-align: center;
    max-width: 350px;
    line-height: 1.5;
    margin: auto;
}


.features-section {
    background-color: #111111;
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
    padding-bottom: 90px;
    position: relative;
}

.features-headline {
    color: white;
    padding-bottom: 30px;
}

.features-container {
    max-width: 830px;
    margin: auto;
}

.feature {
    text-align: center;
    padding: 30px;
}

.feature-no-display {
    opacity: 0;
    -webkit-transform: translateY(15%) translateZ(0);
    -moz-transform: translateY(15%) translateZ(0);
    transform: translateY(15%) translateZ(0);
    -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease-out, opacity 0.4s ease;
    -o-transition: -o-transform 0.4s ease-out, opacity 0.4s ease;
    transition: transform 0.4s ease-out, opacity 0.4s ease;
}

.feature-display {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.feature-display-mid {
    transition-delay: 0.15s;
}

.feature-display-last {
    transition-delay: 0.30s;
}

.feature-icon {
    height: 9em;
    width: 9em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.feature-head-text {
    color: white;
    padding-top: 15px;
}

.feature-subtext {
    color: white;
    padding-top: 0;
}

.feature-img {
    max-width: 130px;
}

.white-section {
    max-width: 1400px;
    margin: auto;
    overflow: hidden;

}

.white-section-text {
    text-align: center;
}

.imac {
    margin-top: 40px;
}

.imac-section-header {
    padding-bottom: 20px;
}

.imac-section-desc {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    max-width: 420px;
    margin: auto;
    padding-bottom: 40px;
}

.imac-screen {
    padding-bottom: 40px;
}

.macbook {
    position: relative;
    z-index: 999;
}

.pricing-background {
    background-color: #393939;
}

.pricing-section-header {
    padding-top: 50px;
}

.pricing-section-sub {
    padding-bottom: 10px;
    color: grey;
}

.pricing-table {
    padding: 0 0 100px;
    max-width: 1050px;
    margin: auto;
}

.video {
    padding: 0 0 650px;
    max-width: 1050px;
    margin: auto;
}

.bundle {
    border-radius: 90px;
   display: block;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
transition: transform .6s; 
}

.bundle:hover {
  transform: scale(1.1);
}

.plan {
    text-align: center;
    max-width: 450px;
    margin: auto;
    height: 670px;
    padding: 36px 15px 45px;
    position: relative;
}

.tmfeat {
    max-width: 420px;
    margin: auto;
    height: 430px;
    padding: 36px 15px 90px;
    position: relative;
}

.tmfeat li::before, .mid-plan li:before {
    font-family: Material Icons;
    content: "chevron_right";
    color: #1f80d1;
    position: absolute;
    left: -10px;
    position: relative;

}

.mid-plan {
    text-align: center;
    max-width: 390px;
    margin: auto;
    height: 430px;
    padding: 36px 15px 45px;
    position: relative;
    box-shadow: 5px 8.7px 40px rgba(99, 117, 138, 0.3);
    border-radius: 7px;
}

ul {
    list-style-type: none;
}

.plan li {
    position: relative;
}

.plan li::before, .mid-plan li:before {
    font-family: Material Icons;
    content: "check";
    color: #1f80d1;
    position: absolute;
    left: -10px;
    position: relative;

}


.plan-title {
    font-size: 18px;
    padding-bottom: 5px;
}

.plan-cost {
    font-size: 80px;
}

.plan-value {
    font-size: 40px;
     color: #1f80d1;
}

.plan-cost::before {
    content: "$";
}

.monthly {
    font-size: 12px;
    padding-bottom: 0px;
}

.plan-features {
    -webkit-padding-start: 0;
    font-size: 16px;
}

.plan-btn {
    background-color: #1f80d1;
    border-radius: 10px;
    border: #1f80d1;
    width: 164px;
    height: 51px;
    color: white;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: block;
    padding: 15px;
    margin: auto;
    position: absolute;
    left: calc(50% - 82px);
    bottom: 50px;
}

.plan-btn:hover {
    background-color: #58d5f7;
    color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    -moz-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
}

.blue-section {
    background-color: #464646;
    color: white;
    margin: auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 40px;
}

.blue-section-subtext {
    max-width: 200px;
    max-width: 250px;
    line-height: 22px;
    font-size: 15px;
    margin: auto;
}

.email-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.email-input {
    background-color: white;
    border-radius: 10px;
    border: 1px solid #fff;
    width: 210px;
    height: 51px;
    color: #808080;
    margin-top: 20px;
    border: none;
}

.submit-btn {
    background-color: #00569d;
    border-radius: 10px;
    color: #fff;
    height: 51px;
    width: 120px;
    margin-top: 20px;
    margin-left: 3px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
}

.submit-btn:hover {
    background-color: #00569d;
    color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    -moz-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
}

#newsletter-spinner {
    display: none;
}

.email-form-div {
    max-width: 60px;
    margin: auto;
}

.footer {
    background-color: #464646;
    padding-top: 20px;
    padding-bottom: 20px;
}

.synthax-text {
    color: white;
    font-size: 12px;
    padding-right: 7px;
}

.synthax {
    text-align: center;
    margin-top: -5px;
}

.social-links {
    float: none;
    text-align: center;
    padding-top: 10px;
}

.social-link {
    margin-right: 15px;
}

.strips {
    position: absolute;
    max-width: 1280px;
}


[quivers-view="true"] .view {
    background: #393939;
}

.q-link {
    display: none;
}

#QuiversRibbon {
	z-index: 100000 !important;
	position: absolute;
  max-height: 300px;
    background-color: #161616 !important; 
}

#QuiversRibbon .q-link {
    background-color: #161616 !important;
}

.q-link.qIcon.qProductsButton {
    display: none !important;
}

.q-link.qIcon.qWishlistButton {
    display: none !important;
}

.q-link.qIcon.qCheckoutButton.hidden-xs {
    display: none !important;
}

.q-link.qLogo.hidden-xs {
    display: none !important;
}

.q-link.qName.hidden-xs {
    display: none !important;
}

 .q-link.qPoweredBy {
    display: none;
}

.qProductName  {
    display: none;
}

.qQuantitySection  {
    display: none !important;
}

.qVariantUpc {
    display: none !important;
}

.qVariantSku {
    display: none !important;
}

#currentView .qProductsUI .qProductDetails .qProductOverview .qVariantDetails .qVariantPrice .newPrice,
[quivers-view="true"] .qProductsUI .qProductDetails .qProductOverview .qVariantDetails .qVariantPrice .newPrice {
    display: none !important;
}

#currentView .qProductsUI .qProductDetails .qProductOverview .qVariantDetails,
[quivers-view="true"] .qProductsUI .qProductDetails .qProductOverview .qVariantDetails {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background:  #393939 !important;
    border: 0px !important;
}

#currentView .qProductsUI .qProductDetails .qProductOverview .qVariantDetails .qVariantPrice .oldPrice,
[quivers-view="true"] .qProductsUI .qProductDetails .qProductOverview .qVariantDetails .qVariantPrice .oldPrice {
  display: none !important;

}

#currentView .qProductsUI .qProductDetails .qProductOverview .qVariantDetails .qPurchaseOptions,
[quivers-view="true"] .qProductsUI .qProductDetails .qProductOverview .qVariantDetails .qPurchaseOptions {
    margin: -40px 15px !important;
}

#currentView .qProductsUI .qProductDetails .qProductOverview .qProductOptions .qProductOptionsTitle,
[quivers-view="true"] .qProductsUI .qProductDetails .qProductOverview .qProductOptions .qProductOptionsTitle {
   display: none !important;
}

#currentView .qProductsUI .qProductDetails .qProductOverview .qProductOptions .qProductOption .qOptionTitle .qOptionName, [quivers-view="true"] .qProductsUI .qProductDetails .qProductOverview .qProductOptions .qProductOption .qOptionTitle .qOptionName {
 display: none !important;   
}

#currentView .qProductsUI .qProductDetails .qProductOverview .qProductOptions .qProductOption .qOptionTitle .qRequired, [quivers-view="true"] .qProductsUI .qProductDetails .qProductOverview .qProductOptions .qProductOption .qOptionTitle .qRequired  {
 display: none !important;   
}

#currentView .qProductsUI .qProductDetails .qProductOverview .qProductOptions .qProductOption .qOptionSelect,
[quivers-view="true"] .qProductsUI .qProductDetails .qProductOverview .qProductOptions .qProductOption .qOptionSelect {
   margin: 20px 108px!important;
}