/*! ------------------------------------
Author: Marcelina Knitter
Twitter: @marcelinkaaa
Project: Official FrostWire Website
-------------------------------------- */ 

/* Text */
/*
10px = 0.625rem, 12px = 0.75rem, 14px = 0.875rem, 16px = 1rem (base), 18px = 1.125rem, 20px = 1.25rem, 24px = 1.5rem, 30px = 1.875rem, 32px = 2rem, weights: 300, 400, 400i, 700
*/

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: #3e3e3e;
    font-size: .85rem;
    color: white;
    padding: 30px 0px 30px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: transform .3s;
    z-index: 1000;
}

.is-visible {
    transform: translateY(0%) !important;
}

#cookieConsent .container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#cookieConsent p {
    font-size: .85rem;
    line-height: 1.6;
    margin-top: 0px;
    margin-bottom: 0px;
}

#cookieConsent .gdpr-title {
    font-weight: 600;
    margin-bottom: 16px;
}

#cookieConsent .gdpr-text {
    padding: 0px 20px;
    flex-grow: 2;
    font-weight: 200;
}

#cookieConsent a {
    color: #95e2f6;
    text-decoration: none;
}
.close-cookie-consent {
    cursor: pointer;
    margin: 0;
}
.close-cookie-consent:hover {
    color: #FFF;
}

#cookieConsentButton {
    background: #fce851;
    color: #2B2B2B;
    max-width: 100px;
    min-width: 100px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-left: 20px;
    padding: 7px 12px;
    border-radius: 4px;
    flex-grow: 1;
}

#cookieConsentButton:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

/* ------ General ------ */

html {
  	font-family: sans-serif;
  	font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #2B2B2B;
}

/* ------ Typography ------ */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0rem;
    margin-bottom: .5rem;
    font-family: inherit;
}

h1, .h1 {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.3;
}

h2, .h2 {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.2;
}

h3, .h3 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
}

h4, .h4 {
    font-size: 1.30rem;
    font-weight: 400;
    line-height: 1.3;
}

h5, .h5 {
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5;
}

h6, .h6 {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3;
}

p {
    font-size: .95rem;
    font-weight: 300;
    line-height: 1.6;
}

b, strong { font-weight: bolder; }

small, .small {
    font-size: 80%;
    font-weight: normal;
}

.footnote {
    font-size: 0.8rem; 
    color: darkgrey;
}

large, .large {
    font-size: 120%;
    font-weight: normal;
}

a {
    color: #3374ac;
    cursor: pointer;
    text-decoration: none;
}

a:hover, a:focus {
    color: #014c8c;
    cursor: pointer;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { text-decoration: none; }

.overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 3px;
}

/* ------ Repeating elements ------ */
.container-padding { padding: 20px 0px 20px 0px; }

hr {
    border: 0;
    border-top: 1px solid #d8d8d8;
}

.invisible { visibility: hidden; }

.horizontal-shadow { box-shadow: 5px 0 15px -4px rgba(0,0,20,0.2), -5px 0 15px -4px rgba(0,0,20,0.2); }

img { 
    max-width: 100%;
    height: auto;
    border-style: none;
}

.ads {
    font-size:10px; 
    color:#ccc; 
    top:5px
}

p.italic {
    color:#ccc; 
    font-style: italic;
}

a.offset_anchor {
    display: block;
    position: relative;
    top: -40px;
    visibility: hidden;
}

.headline-divider {
    background-color: #38536a;
    color: #fff;
    font-size: 1.2rem;
    padding: 15px 25px;
}

.headline-divider-grey {
    background-color: #f1f0f5;
    border-bottom: 1px solid #d8d8d8;
    font-size: 1.2rem;
    padding: 15px 25px;
}

.divider-full-width { margin: 0 -35px; }


/* ------ Buttons ------ */
button, .button {
    background-color: #48b3e9;
    border: none;
    border-radius: 6px;
    color: white;
    cursor: pointer !important;
    font-size: .92rem;
    padding: 14px 22px 14px 22px;
    vertical-align: middle;
}

button:hover, .button:hover {
    cursor: pointer;
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

#headerMain button {
    background-color: #fce851;
    color: #2B2B2B;
    padding: 12px 15px 12px 15px;
}

#headerMain button i {
    font-size: 1.3rem;
    vertical-align: inherit;
}

.yellow-button { 
    background-color: #fce851;
    color: #2B2B2B; 
    font-size: 1.2rem;
}

.vpn-button {
    background-color: #c7242c; 
    border-color: #c7242c; 
}

.vpn-button i { font-size: 1.2rem; }

.vpn-choice-button {
    background-color: #263d4f;
    font-size: 1rem;
    font-weight: 200;
}

#introMain button {
    background: #fce851;
    color: #2B2B2B;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: left;
}

#introMain button i {
    font-size: 2rem;
    margin-right: .4rem;
    vertical-align: inherit;
    display: inline-block;
}

#introMain button span {
    font-size: .8rem;
    font-weight: 300;
    text-transform: uppercase;
}

#featuresMain button {
    background-color: #f6f6f8;
    color: #2B2B2B;
    font-weight: 300;
}

#featuresMain button:hover {
    background-color: #f6f6f8 !important;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

#blueSection button {
    background-color: white;
    color: #48b3e9;
}

.small-donate-button {
    font-size: 1.5rem;
    padding: 10px 30px;
}

#cryptoDonate button {
    background-color: #38536A;
    padding: 10px 20px 10px 20px;
    margin-bottom: 10px;
    margin-right: 5px;
}

#introMain button:hover, #blueSection button:hover, #headerMain button:hover, .yellow-button:hover {
    -webkit-filter: brightness(95%);
    filter: brightness(95%);
}

/* ------ Inputs ------ */
.email {
    background-color: #fff;
    font-size: .9rem;
    height: 46px;
    margin-right: 8px;
    max-width: 240px;
    padding-left: 15px;
}

input {
    border: 1px solid #cacaca;
    border-radius: 6px;
    padding: 5px 14px;
    outline: 0; 
}


/* ------ Dark Grey ------ */
#darkGreySection {
    background-color: #ececef;
    border-bottom: 1px solid #d8d8d8;
    padding: 25px 0px 25px 0px;
}

#darkGreySection .about-frostwire {
    font-size: 0.8rem;
    line-height: .9;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #909090;
}


/* ------ Light Grey ------ */
#lightGreySection {
    background-color: #f6f6f8;
    border-bottom: 1px solid #d8d8d8;
    padding: 30px 0px 30px 0px;
}


/* ------ White Section ------ */
#whiteSection {
    background-color: white;
    border-bottom: 1px solid #d8d8d8;
    padding: 30px 0px 30px 0px;
}

#whiteSectionCondensed {
    background-color: white;
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 0px 15px 0px;
}

#whiteSectionPadding {
    background-color: white;
    border-bottom: 1px solid #d8d8d8;
    padding: 0px 0px 20px 0px;
}


/* ------ Blue Section ------ */
#blueSection {
    background-color: #48b3e9;
    border-bottom: 1px solid #349bd0;
    padding: 25px 0px 25px 0px;
}

#blueSection .simple-donate, .uninstall-mistake {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content:space-around;
}

#blueSection p { color: white; }


/* ------- Info Section ------ */
#infoSection {
    background: rgb(255,236,175);
    background: linear-gradient(333deg, rgba(255,236,175,1) 0%, rgba(255,218,96,0.8407738095238095) 100%);
    border-bottom: 1px solid #fade82;
    padding: 25px 0px 25px 0px;
}

#infoSection p { font-weight: 400; }

/* for small screen */
.info-section-background {
    background-color: #ffecaf;
    border: 1px solid #fade82;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 10px 5px;
    text-align: center;
}


/* ------ All Sections: elements ------ */
.section-text { padding-top: 7%; }

.section-text-low { padding-top: 12%; }

.section-text-center {
    padding-top: 4%;
    padding-bottom: 2%;
    text-align: center;
}

.section-image-center {
    max-width: 80%;
    height: auto;
    margin-bottom: -35px;
    float: none;
    text-align: center;
}

.section-image-right {
    max-width: 90%;
    height: auto;
    margin-bottom: -30px;
    float: right;
}

.section-image-left {
    max-width: 80%;
    height: auto;
    margin-bottom: -30px;
    float: left;
}


/* ------ Header + Navigation ------ */
#headerMain {
    align-items: center;
    flex-flow: row;
    height: 65px;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header-background-colored {
    background-color: #96d5f7;
}

.header-background-clear {
    background-color: none;
}

#headerMain .container {
    align-items: center;
    display: flex;
    height: 100%;
    flex-flow: row;
    justify-content: space-between;
}

#headerMain img {
    margin-right: 10px;
    vertical-align: middle;
}

.forAndroid {
    background: radial-gradient(closest-corner, #3D5469 50%,#304558),linear-gradient(280deg, #304558, #3D5469 100%);
    color: white;
    display: inline;
    padding: 20px 19px 14px 19px;
    outline: 0px !important;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}


/* ------ Section Header ------ */
#sectionHeader {
    background-color: #95ddf6;
    min-height: 140px;
    padding: 90px 0 8px;
    text-align: center;
}


/* ------ Home Page ------ */

/*  Home Page Intro */
#introMain {
    background-image: radial-gradient( circle farthest-corner at 10% 20%, #95cef6 0%, #95e2f6 90% );
    min-height: 530px;
    padding-top: 90px;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

#introMain h2 { font-weight: 600; }

#introMain .container { padding-top: 2rem; }

#introMain .container div { vertical-align: middle; }
#introMain .container div:first-child { padding-top: 15px; }

#introMain .other-platform-icon { margin-top: 10px; }

#introMain .other-platform-icon a {
    margin-right: 1rem;
    display: inline;
}

#introMain .other-platform-icon a:hover {
    border-bottom: 2px solid #3D5469;
    cursor: pointer;
}

/* Home Page Intro Android */
.intro-main-android p {
    margin-top: 5px;
    line-height: .5;
    text-decoration: underline;
}

.intro-main-android p a { color: #014c8c; }


/* Home Feature List */
#featuresMain {
    background-color: #f6f6f8;
    width: 100%;
}

#featuresMain .row {
    text-align: center;
    padding: 10px 0px 3px 0px; 
}

/* Home Compare Table */
#compare table {
    border-collapse: collapse;
    width: 75%;
}

#compare table > thead { background-color: #f6f6f8 !important; }

#compare thead > tr { height: 100px; }

#compare thead > tr > th > h3 {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    text-align: center;
    font-weight: 600;
}

#compare thead > tr > th {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    text-align: end;
}

#compare tbody > tr > td.compare-title { 
    text-align: left; 
    padding-left:10px; 
    padding-right: 20px;
}

#compare tbody > tr > td {
    text-align: left;
    padding: 10px 0px 10px 0px;
    width: 0%;
    text-align: center;
}

#compare tr:nth-child(even) { background-color: #f1f0f5; }

#compare tr:nth-child(odd){ background-color: #f8f8f8; }

#compare .yes { color: darkgreen; }

#compare .no { color: #a8a8a8; }

#compare .success { 
    background-color: #a6d6a6;
    border-top: 1px solid #89b789; 
}

#compare table > tbody > tr > th, #compare table > tfoot > tr > th, #compare table > thead > tr > td, #compare table > tbody > tr > td, #compare table > tfoot > tr > td { border-top: 1px solid #ddd; }


/* Home Social Media Section */
#darkGreySection .social-media-section {
    display: flex;
    flex-flow: row wrap;
    justify-content:center;
    padding: 15px 0px 15px 0px;
}

.social-media-section i {
    font-size: 1.3rem;
    color: white;
    margin: 0px 16px 0px 16px;
}

.social-button {
    width: 50px;
    height: 50px;
    border-radius: 55px;
    cursor: pointer;
}

.social-button:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}

.facebook { 
    background-color: #3b5998; 
    padding: 16px 0px 0px 21px;;
}

.twitter { 
    background-color: #55acee; 
    padding: 16px 0px 0px 17px;
}

.instagram {
    background-color: #d83074;
    padding: 16px 12px 13px 17px;
}

.you-tube { 
    background-color: #cd201f;
    padding: 16px 0px 0px 15px;
}

.google-plus { 
    background-color: #dd4b39; 
    padding: 16px 0px 0px 13px;
}

.github { 
    background-color: #4183c4; 
    padding: 16px 0px 0px 17px;
}


/* Home Features Section */
#featuresSection .row { padding: 55px 0px 55px 0px; }

#featuresSection h3 {
    color: white;
    font-weight: 700;
}

#featuresSection p {
    color: white;
    width: 55%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

#featuresSection p a {
    color: white;
    text-decoration: underline;
}


/* ------ Downloads: Download Icons ------ */
#downloadIcons {
    background-color: #f9f9f9;
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 0px 20px 0px;
}

.download-icons-container {
    margin-top: 10px;
    padding: 20px 0px 10px 0px;
}

#downloadIcons svg { position: relative; }

#downloadIcons p {
    color: #2B2B2B;
    font-weight: 600;
/*    text-transform: uppercase;*/
}

#downloadIcons p span{
    font-size: .8rem;
    font-weight: 300;
}

.download-icons-container:hover {
    background-color: #f3f1f1;
    border: 1px solid #d6dbdd;
    border-radius: 5px;
    display: inline;
    padding-top: 18px;
}

.downloadLogoTransitionable {
  -webkit-transition: 1.2s;
     -moz-transition: 1.2s;
       -o-transition: 1.2s;
          transition: 1.2s;
}

.download-icons-container:hover svg #windowsLogo1 { fill: #ec3807; }

.download-icons-container:hover svg #windowsLogo2 { fill: #6caf12; }

.download-icons-container:hover svg #windowsLogo3 { fill: #06acc6; }

.download-icons-container:hover svg #windowsLogo4 { fill: #e4ac1b; }

.download-icons-container:hover svg #appleLogo1 { fill: #76b845; }

.download-icons-container:hover svg #appleLogo2 { fill: #f8bb13; }

.download-icons-container:hover svg #appleLogo3 { fill: #e68302; }

.download-icons-container:hover svg #appleLogo4 { fill: #c62d32; }

.download-icons-container:hover svg #appleLogo5 { fill: #862872; }

.download-icons-container:hover svg #appleLogo6 { fill: #1390d0; }

.download-icons-container:hover .svg-android #androidLogo {  fill: #92b83e; }

.download-icons-container:hover svg #ubuntuYellow { fill: #ffb515; }

.download-icons-container:hover svg #ubuntuRed { fill: #c90016; }

.download-icons-container:hover svg #ubuntuOrange { fill: #ff6309; }

#androidEyes { fill: #fff; }

.svg-android .eyes {
    animation:grow 1 0.7s 2.2s ease, eye-blink 6s .5s infinite linear;
    animation-fill-mode: backwards;
    animation-iteration-count: 2;
    -webkit-animation:grow 1 0.7s 2.2s ease, eye-blink 6s .5s infinite linear;
    -webkit-animation-fill-mode: backwards;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

@keyframes eye-blink {
0% {-webkit-transform: scaleY(1) translateY(0px) translateZ(0);
    transform: scaleY(1) translateY(0px) translateZ(0);}
45% {-webkit-transform: scaleY(1) translateY(0px) translateZ(0);
  transform: scaleY(1) translateY(0px) translateZ(0);}
50% {-webkit-transform: scaleY(0.1) translateZ(0);
  transform: scaleY(0.1) translateZ(0);}
55% {-webkit-transform: scaleY(1) translateY(0px);
  transform: scaleY(1) translateY(0px);}
100% {-webkit-transform: scaleY(1) translateY(0px) translateZ(0); transform: scaleY(1) translateY(0px) translateZ(0);}
}

@-webkit-keyframes eye-blink /* Safari and Chrome */ {
0% {-webkit-transform: scaleY(1) translateY(0px) translateZ(0);
  transform: scaleY(1) translateY(0px) translateZ(0);}
45% {-webkit-transform: scaleY(1) translateY(0px) translateZ(0);
  transform: scaleY(1) translateY(0px) translateZ(0);}
50% {-webkit-transform: scaleY(0.1) translateZ(0);
  transform: scaleY(0.1) translateZ(0);}
55% {-webkit-transform: scaleY(0) translateY(0px) translateZ(0);
  transform: scaleY(1) translateY(0px) translateZ(0);}
100% {-webkit-transform: scaleY(1) translateY(0px) translateZ(0); transform: scaleY(1) translateY(0px) translateZ(0);}
}

/* Rpm */
.download-icons-container:hover svg #rpmLogoBlack { fill: black; }

.download-icons-container:hover svg #rpmLogoRed { fill: #D62327; }

/* Tarball */
.download-icons-container:hover svg #tarballLogoTop, .download-icons-container:hover svg #tarballLogoFront { fill: #968879; }


/* ------ FrostWire Videos Section ------ */
.frostwire-videos img {
    max-width: 85%;
    height: auto;
}

.frostwire-videos a { 
    font-weight: 600;
    text-decoration: underline; 
}


/* ------ Newsletter & Communities ------ */
.newsletter-subscribe h3, .external-communities h3 { font-weight: 600; }

.community-links i { 
    text-align: right;
    padding-top: 30px; 
}

.community-links-text { font-weight: 400; }

/* ------ Donate Page ------ */
.donate-payment form label { line-height: 1.5; }

.donate-payment form div { margin: 0px; }

.donate-payment input { margin-top: 20px; }

.donate-other-gear button { margin: 10px 0px 0px 0px; }


/* ------ Development ------ */
div.development > div > div:nth-child(2) { 
    margin-top: 30px; 
    display: flex;
    flex-flow: row wrap;
    justify-content:center;
}

div.development > div > div:nth-child(2) > div {
    border: 1px solid #d8d8d8; 
    border-radius: 3px;
    padding: 30px;
    margin: 20px;
}

div.development > div > div:nth-child(2) > div:hover { background-color: #f1f0f5; }

div.development-hack > div > div:nth-child(2) { margin-top: 30px; }


/* ------ Thank You Section ------ */
.thank-you-header { padding: 60px 0px 5px 0px; }

div.thank-you-header > div > div:first-child { padding-top: 30px; } 

.thank-you-container button { margin-bottom: 30px; }

.sticker { margin-top: -20px; }


/* Thank You: Install steps android */
.install-step-number {
    background-color: #3bcaa5;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    margin: 15px 10px 20px 0px;
    padding: 8px 15px;
    height: 40px;
    width: 40px;
}

.install-step img { 
    margin-top: 30px;
    margin-bottom: -35px; 
}

.install-step > div > div { margin-top: 10px;}

.thank-you-install-list-title {
    margin-top: 12px;
    margin-bottom: 0px;
}

.thank-you-install-list > li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.thank-you-install-list > li > a {
    text-decoration: underline;
    color: #2B2B2B;
    font-weight: 600;
    font-size: .9rem;
}
    
.thank-you-install-list > li > p {
    margin-top: 4px;
    font-size: .8rem;
    color: #5f5f5f; 
}

.thank-you-vpn-title {
    margin-top: 20px;
}

.support-section > h5 {
    color: #4a3f0b;
}

.support-section > h5 > span {
    color: #4a3f0b;
    text-decoration: underline;
}

/* ------ Featured Downloads ------ */

.hidden { display: none; }

/* Dropdowns and navigation */
#featuresNavigationSection {
    background-color: #264053;
    padding: 10px 0px 10px 0px;
}

#featuresNavigationSection .flex-container-outer {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

#featuresNavigationSection .flex-container-inner-start {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

#featuresNavigationSection .flex-container-inner-end {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

/* Style The Dropdown Button */
#featuresNavigationSection .styled-select {
    background-color: transparent !important;
    margin-right: 30px;
    overflow: hidden;
}

#featuresNavigationSection .styled-select select {
    appearance: none;
    background: transparent;
    border: none;
    color: white;
    cursor: pointer !important;
    font-size: .9rem;
    outline: none;
    padding: 0px 40px 0px 0px; /* If you add too much padding here, the options won't show in IE */
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    width: 100%;
}

#featuresNavigationSection .dropdown {
    position: relative;
}

#featuresNavigationSection .dropdown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
    content: "";
    pointer-events:none;
    position: absolute;
    right: 10px;
    top: 9px;
    width: 0;
    height: 0;
}

#featuresNavigationSection input[type=text] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px !important;
    box-sizing: border-box;
    color: white;
    font-size: .9rem;
    padding: 8px 20px;
    text-indent: 10px;
}

#featuresNavigationSection .search { position: relative; }

#featuresNavigationSection .search .fa-search { 
    color: white; 
    left: 18px;
    font-size: .85rem;
    top: 11px;
    position: inherit;
}

#featuresNavigationSection ::-webkit-input-placeholder { color: #d3d3d3; }

#featuresNavigationSection :-moz-placeholder { /* Firefox 18- */ color: #d3d3d3; }

#featuresNavigationSection ::-moz-placeholder {  /* Firefox 19+ */ color: #d3d3d3; }

#featuresNavigationSection :-ms-input-placeholder {  color: #d3d3d3; }

#frostwireFeaturesInfo .row { padding-top: 20px; }

ul#features { padding-left: 0px; }

#features {
    display: -webkit-flex;
    display: flex;
    justify-content: center !important;
    width: 100%;
    flex-wrap: wrap;
}

#features > li {
    width: 200px;
    flex-grow: 1;
    margin: 5px 5px 30px 5px;
}

#features img { margin-bottom: 5px; }

#features .artist a {
    font-size: 0.75rem;
    color: #2B2B2B;
    text-transform: uppercase;
    font-weight: 700;
}

#features p a { 
    color: #2B2B2B; 
    font-size: 1rem; 
}

#features p { 
    line-height: 0; 
    margin-bottom: 20px;
    margin-top: 12px;
}

.horizontal-flex {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}

#features .horizontal-flex {
    margin-bottom: 10px;
}

#features .feature-download {
    background-color: #33B5E5;
    color: white !important;
    font-size: .85rem;
    font-weight: 600;
    padding: 8px 16px;
}

span.genre {
    background-color: transparent;
    border: 1px solid #2B2B2B;
    border-radius: 2px;
    padding: 3px 8px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: .8rem;
    cursor: pointer;
}

span.license a { 
    font-size: .8rem;
    font-weight: 400;
    margin-left: 12px;
    color: #2B2B2B;
}

#featuresResultsForText {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#featuresResultsForText i { margin-left: 15px; }

/* ------ Footer Section ------ */
#footerSection {
    background-color: #263d4f;
    color: white;
    padding: 15px 0px 15px 0px;
}

#footerSection .links div { margin-top: 25px; }

#footerSection .copyright { margin-top: 25px; }

#footerSection .links a {
    color: white;
    font-size: .9rem;
    line-height: 1.7rem;
    font-weight: 300;
}

#footerSection .links a:hover { text-decoration: underline; }

#footerSection p {
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.5;
}

#footerSection p a {
    color: white;
    text-decoration: underline;
}

/* ------ VPN ------ */
.vpn-list { list-style: none; }

#compare-vpn table {
    border-collapse: collapse;
    width: 100%;
}

#compare-vpn thead > tr { height: 50px; }

#compare-vpn thead > tr > th {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    background-color: white;
}

#compare-vpn tbody > tr > td.compare-vpn-title { 
    text-align: left; 
    padding-left:10px; 
    padding-right: 20px;
    font-weight: bold;
}

#compare-vpn tbody > tr > td {
    text-align: left;
    padding: 10px 7px;
    width: 0%;
    font-size: .9rem;
}

.compare-vpn-table-right-border { border:1px solid #ccc; }

#compare-vpn tr:nth-child(even) { background-color: white; }

#compare-vpn tr:nth-child(odd){ background-color: #f6f6f8; }

#compare-vpn table > tbody > tr > th, #compare-vpn table > tfoot > tr > th, #compare-vpn table > thead > tr > td, #compare-vpn table > tbody > tr > td, #compare-vpn table > tfoot > tr > td, #compare-vpn thead > tr > th { border-top: 1px solid #ddd; }

/* ------ Chat ------ */
#slackin {
    height: 100%;
    width:100%;
}

/* ------ Navigation ------ */

#navigationMain > div > ul {
    float: right;
    display: flex;
    justify-content: flex-end;
}

#navigationMain a p {
    color: #2B2B2B;
    text-decoration: none;
    line-height: 2;
    padding: 0px 2px 0px 2px;
    font-size: .9rem;
    font-weight: 400;
}

#navigationMain .current-menu-item {
    border-bottom: 2px solid;
}

#navigationMain > div > ul > li  { 
    margin-left: 30px; 
    list-style: none;
} 

/* Navigation Small */
.current-small-menu-item {
    background-color: #3D5469;
    color: white !important;
    padding: 20px !important;
}

.nav-small-menu {
   `width: 100%;
   `height: 100%;
    text-align: center;
}

.nav-small-menu ul { 
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%; 
}

.nav-small-menu li {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 10%;
    list-style: none;
}

.nav-small-menu a {
    color: #2B2B2B;
    text-decoration: none;
}

.nav-small-button {
    z-index: 999;
    position: absolute;
    display: inline;
    top: 7px;
    right: 6%;
    font-size: 2rem;
}

.nav-small-button a {
    display: inline-block;
    text-decoration: none;
    color: #2B2B2B;
    /* safari hack */
}

.nav-small-icon::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    -webkit-font-smoothing: antialiased;
}

.nav-small-button-open::after {
    content: "\f0c9";
    color: #2B2B2B;
}

.nav-small-button-light-open::after {
    content: "\f0c9";
    color: #fff;
}

.nav-small-button-close::after {
    content: "\f00d";
    color: #2B2B2B;
}

.nav-small-button-light-close::after {
    content: "\f00d";
    color: #fff;
}

.nav-small-overlay {
    z-index: 99;
    position: fixed;
    display: none;
    overflow: hidden;
    top: 65px;
    right: 0; 
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: radial-gradient( circle farthest-corner at 10% 20%, #95cef6 0%, #95e2f6 90% );
}

#navigationSmall .social-button {
    width: 38px;
    height: 38px;
    border-radius: 2px;
    color: white;
    cursor: pointer;
    margin: 20px 5px;
}

.socialMediaSmall .social-button {
    width: 38px;
    height: 38px;
    border-radius: 2px;
    color: white;
    cursor: pointer;
    margin: 10px 3px 0px 3px;
}

#navigationSmall .social-button:hover, .socialMediaSmall .social-button:hover{
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}

#navigationSmall .facebook, .socialMediaSmall .facebook { 
    background-color: #3b5998; 
    padding: 12px 0px 0px 2px;
}

#navigationSmall .twitter, .socialMediaSmall .twitter { 
    background-color: #55acee; 
    padding: 12px 0px 0px 2px;
}

#navigationSmall .you-tube, .socialMediaSmall .you-tube { 
    background-color: #cd201f;
    padding: 12px 0px 0px 2px;
}

#navigationSmall .google-plus, .socialMediaSmall .google-plus { 
    background-color: #dd4b39; 
    padding: 12px 0px 0px 4px;
}

#navigationSmall .github, .socialMediaSmall .github { 
    background-color: #4183c4; 
    padding: 12px 0px 0px 3px;
}


/* 
-------------
-- Queries --
-------------
*/

@media all and (max-width: 767px) {
    
    #cookieConsent .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }   
    
    #cookieConsentButton {
        background: #fce851;
        color: #2B2B2B;
        max-width: 200px;
        min-width: 200px;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
        margin-left: 0px;
        margin-top: 20px;
        padding: 7px 12px;
        border-radius: 4px;
        flex-grow: 1;
    }
    
   #navigationMain {
       display:none;
       visibility: collapse;
   }
    
   .nav-small { visibility: visible; } 
    
    #sectionHeader {
        padding: 90px 0 12px;
    }
    
    #sectionHeader h2 {
        font-size: 1.4rem;
        font-weight: 700;
    }
    
    
    /* Dropdowns and navigation */
    #featuresNavigationSection {
        background-color: transparent;
        padding: 0px 0px 0px 0px;
    }

    #featuresNavigationSection .container{
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        max-width: 100%;
    }
    
    #featuresNavigationSection .flex-container-outer {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        align-items: center;
    }

    #featuresNavigationSection .flex-container-inner-start {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;  
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        font-weight: bold;
        text-align: center;
    }

    #featuresNavigationSection .flex-container-inner-end {
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }
    
    #features .feature-download {
    font-size: 1rem;
    padding: 12px 32px;
}
    
    /* Style The Dropdown Button */
    #featuresNavigationSection .styled-select {
        background-color: #2B2B2B !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 10px 0px 10px 0px;   
    }
    
    #featuresNavigationSection .styled-select select {
        padding-left: 20px;
    }
    
    #featuresNavigationSection .dropdown:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 18px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid white;
    pointer-events:none;
}
    
    #featuresNavigationSection .dropdown { flex: 1 auto; }
    
    #featuresNavigationSection .genres { flex: 4 100%; margin: 5px 15px;}
    
    #featuresNavigationSection .licenses {order: 1; flex: 1 40%; margin-left: 15px; margin-right: 5px;}
    
    #featuresNavigationSection .sorting {order: 2; flex: 1 40%; 
        margin-right: 15px; margin-left: 5px;}

    /* The container <div> - needed to position the dropdown content */
    #featuresNavigationSection button .dropdown {
        position: relative;
        display: inline-block;
    }

    /* Dropdown Content (Hidden by Default) */
    #featuresNavigationSection .dropdown-content {
        background-color: #f9f9f9;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        display: none;
        min-width: 160px;
        position: absolute;
        z-index: 1;
    }

    /* Links inside the dropdown */
    #featuresNavigationSection .dropdown-content a {
        color: #2B2B2B;
        display: block;
        font-size: .8rem;
        padding: 10px 16px;
        text-decoration: none;
    }

    /* Change color of dropdown links on hover */
    #featuresNavigationSection .dropdown-content a:hover {background-color: #f1f1f1; }

    /* Show the dropdown menu on hover */
    #featuresNavigationSection .dropdown:hover .dropdown-content { display: block; }

    #featuresNavigationSection input[type=text] {
        background-color: transparent;
        box-sizing: border-box;
        border: none !important;
        color: #2B2B2B;
        font-size: 1rem;
        padding: 8px 20px;
        text-indent: 15px;
        width: 90%;
    }

    #featuresNavigationSection .search { 
        background-color: #F5F5F5;
        border-bottom: 1px solid #d8d8d8;
        margin-bottom: 5px;
        padding: 12px 20px 10px 20px;
        position: inherit; 
    }

    #featuresNavigationSection .search .fa-search {
        color: #2B2B2B;
        font-size: 1.1rem;
        left: 15px;
        top: 11px;
        position: relative;
    }
    
    #featuresNavigationSection ::-webkit-input-placeholder { color: #626262; }

    #featuresNavigationSection :-moz-placeholder { /* Firefox 18- */ color: #626262; }

    #featuresNavigationSection ::-moz-placeholder {  /* Firefox 19+ */ color: #626262; }

    #featuresNavigationSection :-ms-input-placeholder {  color: #626262; }
    
    #frostwireFeaturesInfo .row {
        padding-top: 18px;
    }
}

@media all and (min-width: 768px) {
    .nav-small { visibility: hidden; } 
    
    .nav-small-button {visibility: hidden;}
    
    #footerSection .row {
        display: flex;
        flex-flow: row wrap;
        justify-content:space-between;
    }
}

@media all and (max-width: 991px) {
    #introMain {
        padding-top: 70px;
        z-index: 10;
        overflow: hidden;
        text-align: center;
    }   
    
    #introMain img { margin-bottom: 1.8rem; }
    
    #introMain.intro-main-android { min-height: 450px; }
    
    #introMain.intro-main-android h4 { font-size: 1.1rem; }
    
    input.button { margin-top: 10px; }
    
    .other-platform-icon { margin-bottom: 1.2rem; }
    
    .other-platform-icon a {
        margin-right: .5rem;
        margin-left: .5rem;
    }
    
    #lightGreySection { text-align: center; }

    .thank-you-install-list { 
        text-align: left;
        padding-inline-start: 0px;
    }
    
    #whiteSection { text-align: center; }
    
    .section-image-left {
        margin-bottom: -35px;
        float: none;
        text-align: center;
    }
    
    .section-image-right {
        max-width: 80%;
        margin-bottom: -35px;
        float: none;
        text-align: center;
    }
    
    .donate-payment form label {
        float: left;
        text-align: left;
    }
    
    .gpl p, .gpl h4, .gpl ul, .eula p, .eula h4, .terms p, .terms h5, .privacy p, .privacy h5, .privacy ul, .guidelines p, .guidelines ul   {text-align: left;}
    
    #compare table { width: 100%; }
    
    .social-media-section i { margin: 0px 8px 0px 8px; }
    
    .newsletter-subscribe { padding: 15px 10px 15px 10px; }
    
    #featuresSection .row { padding: 45px 0px 45px 0px; }
    
    #featuresSection p { width: 85%; }
    
    .community-links div { margin-bottom: 10px; }
    
    .thank-you-container { padding: 0px; }

    .thank-you-container button { margin: 40px 0px 20px 0px; }
    
    div.thank-you-music > div > div:nth-child(2), div.donate-payment > div:nth-child(2), div.donate-other > div:nth-child(2), div.requirements > div > div:nth-child(2), div.requirements > div > div:nth-child(3) { padding-top: 40px; }
    
    .thank-you-header { padding: 60px 0px 5px 0px; }

    div.thank-you-header > div > div:first-child { padding-top: 0px; }
    
    div.thank-you-header > div > div:nth-child(2), div.contact-us > div > div:nth-child(2), div.development-hack > div > div:nth-child(2), div.development-hack > div > div:nth-child(3) { padding-top: 20px; }
    
    div.thank-you-header h2 { font-size: 1.5rem; }

    .sticker { margin-top: 0px; }
    
    .install-step img { margin-bottom: -5px; }
    
    .install-step > div > div { margin-top: 30px; }
    
    .headline-divider-grey.padding { margin-top: -25px; }
    
    .bitcoin-number { font-size: 1.2rem; }
    
    #footerSection p {
        line-height: 1.8;
        text-align: center;
    }
}

@media all and (max-width: 776px) {
    
    .thank-you-install-list { 
        text-align: center; 
        padding-inline-start: 0px;
    }   
    
    .thank-you-install-list > li {
        list-style-type: none;
    }
    
    .thank-you-install-list > li > a {
        margin-bottom: 5px;
    }
}
