﻿body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    font-family: open sans;
    color: #58585b;
    webkit-tap-highlight-color: #f0b01d;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #f0b01d;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none;
}

a {
    color: #f0b01d;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #eeeeee;
}

.bg-darkest-gray {
    background-color: #222222;
}

.btn-primary {
    color: white;
    background-color: #f0b01d;
    border-color: #f0b01d;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: white;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #f0b01d;
    border-color: #f0b01d;
}

.btn-primary .badge {
    color: #f0b01d;
    background-color: white;
}

.btn-xl {
    color: white;
    background-color: #f0b01d;
    border-color: #f0b01d;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: white;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #f0b01d;
    border-color: #f0b01d;
}

.btn-xl .badge {
    color: #f0b01d;
    background-color: white;
}

.navbar-custom {
    background-color: #222222;
    border-color: #222222;
}

.navbar-custom .navbar-brand {
    color: #f0b01d;
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: #fec503;
}

.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
}

.navbar-custom .navbar-toggle {
    color: #f0b01d;
}

.navbar-custom .navbar-toggle i {
    color: #f0b01d;
    font-size: 22px;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background: none;
}

.navbar-custom .nav li a {
    border-radius: 0;
    color: white;
    font-weight: 600;
    margin: 10px 15px;
    padding: 5px 0;
    text-transform: uppercase;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
    background-color: transparent;
    color: white;
    border-bottom: 3px solid #f0b01d;
    border-radius: 0;
    border-radius: 0 !important;
}

.navbar-custom .navbar-nav>.active>a {
    background-color: transparent;
    color: white;
    border-bottom: 3px solid #f0b01d;
    border-radius: 0;
    border-radius: 0 !important;
}

.navbar-custom .navbar-nav>.active>a:hover,
.navbar-custom .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: white;
    border-bottom: 3px solid #f0b01d;
    border-radius: 0;
    border-radius: 0 !important;
}


/* Contact Page */
#contactuslink {
	display:none;
}


/* Contact Page */

#contact-form {
    margin-top: 50px;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 18px;
    height: 54px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.btn.btn-custom {
    background-color: #f0b01d;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 100%;
}

footer .footer-logo {
    width: 200px;
    margin: 20px 0;
}


/* AGBs page */

#a>h2 {
    margin-top: 0;
}

#b>p {
    padding-bottom: 10px;
}

#a>ul>li::before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right:5px;
}

#a li {
    padding-bottom: 10px;
}

.risk-info {
    font-size: 22px;
}

.table-meta {
    font-size: 22px;
    margin-top: 20px;
}

.table-meta td {
    padding: 12px !important;
}


/* custom inclusion of right, left and below tabs */

.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
    border-bottom: 0;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
}

.tab-content>.active,
.pill-content>.active {
    display: block;
}


.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none;
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
    width: 20%;
}

.tab-content {
    float: right;
    width: 78%;
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    font-size: 18px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
    border-color: #ddd transparent #ddd #ddd;
}



@media (min-width: 768px) {
  .homepage .navbar-custom {
    background-color: transparent;
  }
    .navbar-custom {
        padding: 15px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
    }
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-custom .navbar-nav>.active>a {
        border-radius: 3px;
    }
}

@media (min-width: 768px) {
    .navbar-custom.affix {
        background-color: #222222;
        padding: 10px 0;
    }
    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em;
        padding-bottom: 40px;
    }
}

header {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: white;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {

    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
    header .intro-text .intro-lead-in {

        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    header .intro-text .intro-heading {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px;
    }
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 100px;
}

section h3.section-subheading {
    font-size: 16px;

    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px;
}

@media (min-width: 768px) {
    section {
        padding: 50px 0;
    }
}

#stock {
    background: #2969ae;
    padding: 20px 0;
}

ul.stockval {
    margin: 0;
    padding: 0;
}

ul.stockval li {
    cursor: move;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    padding: 0 20px;
    border-right: 5px solid #fff;
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: none;
}

.portfolio-modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: auto;
}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;

    font-style: italic;
    font-size: 16px;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    z-index: 1052;
}

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

::-moz-selection {
    text-shadow: none;
    background: #f0b01d;
}

::selection {
    text-shadow: none;
    background: #f0b01d;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}



/* Custom Styles */

.top-nav {
    min-height: 25px;
}

.top-nav .navbar-nav li {
    color: #fff;
    margin: 0 15px;
}

.top-nav .navbar-nav li a {
    font-weight: normal;
    text-transform: none;
    margin: 0;
    padding: 0;
}

.navbar-custom .top-nav .navbar-nav li .dropdown-menu {
    background: #000;
    padding: 10px;
    text-align: left;
}

.navbar-custom .top-nav .navbar-nav li .dropdown-menu li a {
    margin: 5px 0;
}

.navbar-custom .top-nav .navbar-nav li .dropdown-menu li a:hover {
    border-bottom: none;
    color: #f0b01d;
}

.navbar-custom .top-nav .navbar-nav li .dropdown-menu li .ico img {
    /*!width: 20px;*/
	margin-right: 3px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: none;
    color: #fff;
}

.navbar-brand>img {
    color: #fff;
    font-weight: bold;
    margin-top: -26px;
    width: 180px;
}

.orange-text {
    color: #f0b01d;
}

.btn.btn-custom1 {
    background-color: transparent;
    border: 4px solid #f0b01d;
    border-radius: 0 !important;
    color: #f0b01d;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 55px;
    text-transform: uppercase;
}

.btn.btn-custom1:hover {
    background-color: #f0b01d;
    color: #fff;
}

.btn.btn-custom2 {
    background-color: transparent;
    border: 4px solid #fff;
    border-radius: 0 !important;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 55px;
    text-transform: uppercase;
}

.btn.btn-custom2:hover {
    background-color: #fff;
    color: #000;
}

#top-carousel {
    background-color: #2969ae;
    width: 100%;
}

.carousel-text {
    border-right: 3px solid #fff;
    color: #fff;
    font-size: 20px;
    line-height: 5px;
    margin: 15px 0;
    padding: 10px;
}

.carousel-text1 {
    font-size: 24px;
    font-weight: bold;
}

.carousel-text .fa.fa-chevron-up {
    color: #41ac62;
}

.carousel-text .fa.fa-chevron-down {
    color: #E34639;
}

@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
}

@media (max-width: 1199px) {
#mainhomebannerstyle {
	margin-bottom:100px;
}
}



/* Welcome Section */

.bold-text {
    font-weight: bold;
}

.vertical-text {
    padding-top: 100px;
}

#betterway .container-fliud {
	margin--top:-10px;
}

#betterway {position: relative;
z-index: 200;
    background: -webkit-linear-gradient(left, #276ab0, #d14941, #f9a127);
    background: -o-linear-gradient(left, #276ab0, #d14941, #f9a127);
    background: -moz-linear-gradient(left, #276ab0, #d14941, #f9a127);
    background: linear-gradient(to right, #276ab0, #d14941, #f9a127);
    color: #fff;
    height: 70vh;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
    clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
}

#betterway .title-text-white:after {
    content: " ";
    position: absolute;
    background: #fff;
    width: 200px;
    height: 4px;
    left: 0;
    margin-left: 0;
    bottom: -20px;
}

#betterway .products-description {
    font-size: 22px;
    line-height: 32px;
    padding: 20px 0;
}

#betterway ul li {
    font-size: 20px;
    line-height: 30px;
}

#about {
    position: relative;
    height: 130vh;
}

#about:after {
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/who-Flick-Fund Coin -bg.jpg) no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
    clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
}

#aboutDistributor {
    position: relative;
    height: 150vh;
    margin-top: -100px;
}

#aboutDistributor:after {
    top: 0;
    z-index: -10;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/who-Flick-Fund Coin -bg-distributor.jpg) no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
    clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
}

#aboutDistributor .container {
    padding: 100px 0;
}

.welcome-text {
    padding-top: 30px;
}

#opportunity {
    position: relative;
    height: 140vh;
    margin-top: -110px;
    color: #fff;
}

#opportunity:after {
    top: 0;
    z-index: -100;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f9a027 url(../images/bitcoing-bg.png) no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
    clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
}

#opportunity h4 {
    font-family: 'Rokkitt', sans-serif;
    font-size: 40px;
    letter-spacing: -3px;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    margin-bottom: 20px;
}

#opportunity h4 img {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}

#opportunity .white-circle-img {
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    margin-top: 20%;
}

#products {
    position: relative;
    z-index: -2;
    background: -webkit-linear-gradient(left, #276ab0, #d14941, #f9a127);
    background: -o-linear-gradient(left, #276ab0, #d14941, #f9a127);
    background: -moz-linear-gradient(left, #276ab0, #d14941, #f9a127);
    background: linear-gradient(to right, #276ab0, #d14941, #f9a127);
    color: #fff;
    margin-top: -100px;
}

#advantages {
    background-color: #f7f9f9;
    -webkit-clip-path: polygon(0% 0%, 50% 10%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0% 0%, 50% 10%, 100% 0, 100% 100%, 0 100%);
}

#advantages .container {
    padding: 100px 0;
}

#advantagesDistributor {
    position: relative;
    margin-top: -100px;
    background-color: #f7f9f9;
    -webkit-clip-path: polygon(0% 0%, 50% 10%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0% 0%, 50% 10%, 100% 0, 100% 100%, 0 100%);
}

#advantagesDistributor .container {
    padding: 100px 0;
}

#results {
    background-color: #1E68B6;
    -webkit-clip-path: polygon(0% 0%, 50% 10%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0% 0%, 50% 10%, 100% 0, 100% 100%, 0 100%);
    margin-top: -100px;
    color: #fff;
}

#results .container {
    padding: 100px 0;
}

#getstarted {
    background-color: #1E68B6;
    -webkit-clip-path: polygon(0% 0%, 50% 10%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0% 0%, 50% 10%, 100% 0, 100% 100%, 0 100%);
    margin-top: -100px;
    color: #fff;
}

#getstarted .container {
    padding: 60px 0;
}

#getstarted h2.title-text-white {
    font-size: 80px;
    line-height: 80px;
}

#getstarted h2.title-text-white:after {
    background: none;
}

#getstartedgreen {
    background-color: #00a883;
    -webkit-clip-path: polygon(50% 0, 0% 10%, 0 100%, 100% 100%, 100% 10%);
    clip-path: polygon(50% 0, 0% 10%, 0 100%, 100% 100%, 100% 10%);
    margin-top: -100px;
    color: #fff;
}

#getstartedgreen .container {
    padding: 60px 0;
}

#getstartedgreen h2.title-text-white {
    font-size: 80px;
    line-height: 80px;
}

#getstartedgreen h2.title-text-white:after {
    background: none;
}

#mission {
    background: url("../images/about-bg.jpg") no-repeat;
    background-size: cover;
    background-position: top right;
    -webkit-clip-path: polygon(0% 0%, 50% 10%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0% 0%, 50% 10%, 100% 0, 100% 100%, 0 100%);
    height: 110vh;
    color: #;
    margin-top: -170px;
}

#mission .container {
    padding-top: 80px;
}

#forex-bitcoin {
    background: #fff;
    -webkit-clip-path: polygon(0% 0%, 50% 10%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0% 0%, 50% 10%, 100% 0, 100% 100%, 0 100%);
    margin-top: -100px;
}

#forex-bitcoin .container {
    padding-top: 50px;
}

.faq-content {
    background-color: #e3f7fd;
    margin: 10px 0;
    padding: 15px;
}

.faq-content p {
    font-size: 22px;
    line-height: 26px;
}

#faqDistributor {
    padding-bottom: 150px;
}

.footer-menu,
.social-links {
    list-style-type: none;
    padding: 5px 0;
}

.footer-menu li {
    display: inline;
    padding: 15px;
}

.footer-menu li a {
    color: #A6A6A6;
}

.social-links li {
    display: inline;
    padding: 0 5px;
}

.white-bg {
    background-color: #fff;
    padding: 50px 20px;
}

h2 {
    font-weight: normal;
    font-size: 35px;
    line-height: 40px;
}

.white-bg>p {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 15px;
}

.title-text {
    position: relative;
    font-family: 'Rokkitt', sans-serif;
    font-size: 60px;
    letter-spacing: -3px;
    font-weight: 700;
    text-transform: none;
    color: #231f20;
    margin-bottom: 50px;
}

.title-text span {
    color: #58585b;
    font-weight: 500;
}

.title-text:after {
    content: " ";
    position: absolute;
    background: #f0b01d;
    width: 200px;
    height: 4px;
    left: 50%;
    margin-left: -100px;
    bottom: -20px;
}

.title-text-white {
    position: relative;
    font-family: 'Rokkitt', sans-serif;
    font-size: 60px;
    letter-spacing: -3px;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    margin-bottom: 50px;
}

.title-text-white span {
    color: #f3f3f3;
    font-weight: 500;
}

.title-text-white:after {
    content: " ";
    position: absolute;
    background: #fff;
    width: 200px;
    height: 4px;
    left: 50%;
    margin-left: -100px;
    bottom: -20px;
}

.title-text-alt:after {
    content: " ";
    position: absolute;
    background: #f0b01d;
    width: 200px;
    height: 4px;
    left: 0;
    margin-left: 0;
    bottom: -20px;
}

h3.title-text {
    color: #000;
}

h3.title-text:after {
    background: none;
}

.results-left p {
    font-size: 22px;
    line-height: 26px;
}

.adv-description {
    font-size: 22px;
    line-height: 26px;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
}

.red-text {
    color: #f64c37;
    font-size: 65px;
    margin: 0;
}

.adv-left-text {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
}

.border-box-red {
    background-color: #fff;
    border-left: 20px solid #f64c37;
    margin-bottom: 10px;
    border-radius: 10px;
}

.border-box-red p {
    font-size: 24px;
    line-height: 28px;
    padding: 15px 0;
}

.blue-box {
    background-color: #2b87ca;
    border-radius: 10px;
    color: #fff;
    padding: 20px 0;
    min-height: 600px
}

.blue-box p,
.welcome-text p {
    font-size: 24px;
    line-height: 28px;
    padding: 5px 15px;
}

ul.stylish {
    margin: 0;
    padding: 20px;
    list-style: none;
    position: relative;
}

ul.stylish li {
    position: relative;
    padding: 10px 10px 10px 50px;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 0 0;
}

ul.stylish li:first-child {
    padding: 0 10px 10px 50px;
    margin: 0 0 20px 0;
}

ul.stylish:before {
    content: "";
    position: absolute;
    left: 34px;
    border-left: 8px solid #fff;
    height: 85%;
}

ul.stylish li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
    background: #2969af;
    border: 7px solid #fff;
    border-radius: 50%;
}

.products-description {
    font-size: 30px;
    line-height: 34px;
    padding: 20px 0;
}

.title-medium {
    font-family: 'Rokkitt', sans-serif;
    font-size: 45px;
    font-weight: 700;
    text-transform: none;
}

.center-block.down-arow {
    padding-top: 50px;
}

.boxes div {
    min-height: 390px;
}

.title-small {
    text-transform: none;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.title-small:after {
    content: " ";
    position: absolute;
    background: #000;
    width: 100px;
    height: 4px;
    left: 50%;
    margin-left: -50px;
    bottom: -10px;
}

.boxes p {
    font-size: 18px;
    line-height: 28px;
}

.orange-box {
    background-color: #ff9d32;
    color: #fff;
    padding: 50px;
    border-radius: 10px;
}

.green-box {
    background-color: #2EB085;
    color: #fff;
    padding: 50px;
    border-radius: 10px;
}

footer {
    background-color: #42454a;
    color: #fff;
    padding: 25px 0;
}

footer .title-text {
    position: relative;
    font-family: 'Rokkitt', sans-serif;
    font-size: 30px;
    letter-spacing: -3px;
    font-weight: 700;
    text-transform: none;
    color: #f0b01d;
    margin-bottom: 0;
}

footer .title-text:after {
    content:"";
    position: absolute;
    background: none;
    left: 0;
    margin-left: 0;
    bottom: 0;
}

@media (max-width: 768px) {
    section {
        padding: 20px 0;
    }
    .title-text {
        font-size: 55px;
        line-height: 50px;
    }
    .vertical-text {
        padding: 0;
    }
    #stock {
        padding: 10px 0;
    }
    #about {
        height: auto;
    }
    #aboutDistributor {
        height: auto;
        margin-top: 0;
    }
    #aboutDistributor .container {
        padding: 0;
    }
    #about:after {
        content: "";
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0) url("../images/who-Flick-Fund Coin -bg.jpg") no-repeat scroll 0 0 / cover;
        background-size: cover;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        position: relative;
    }
    .boxes div {
        margin-bottom: 20px;
    }
    #products {
        position: relative;
        z-index: -2;
        background: -webkit-linear-gradient(left, #276ab0, #d14941, #f9a127);
        background: -o-linear-gradient(left, #276ab0, #d14941, #f9a127);
        background: -moz-linear-gradient(left, #276ab0, #d14941, #f9a127);
        background: linear-gradient(to right, #276ab0, #d14941, #f9a127);
        color: #fff;
        margin-top: 0px;
    }
    #advantages {
        background-color: #f7f9f9;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    #advantages .container {
        padding: 0;
    }
    #advantagesDistributor {
        position: relative;
        margin-top: 0px;
        background-color: #f7f9f9;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    #advantagesDistributor .container {
        padding: 0;
    }
    #results {
        background-color: #1E68B6;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        margin-top: 0;
        color: #fff;
    }
    #results .container {
        padding: 0 10px;
    }
    #getstarted {
        background-color: #1E68B6;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        margin-top: 0px;
        color: #fff;
    }
    #getstarted .container,
    #getstartedgreen .container {
        padding: 0;
    }
    #getstarted h2.title-text-white {
        font-size: 40px;
        line-height: 40px;
    }
    #getstartedgreen {
        background-color: #00a883;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        margin-top: 0px;
        color: #fff;
    }
    #getstartedgreen h2.title-text-white {
        font-size: 40px;
        line-height: 40px;
    }
    #mission {
        background: none;
        background-size: cover;
        background-position: top right;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        height: auto;
        margin-top: 0px;
    }
    #mission .container {
        padding-top: 0px;
    }
    #forex-bitcoin {
        background: #fff;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        margin-top: 0px;
    }

    #forex-bitcoin .container {
        padding-top: 0px;
    }
    #aboutDistributor:after {
        top: 0;
        z-index: -10;
        content: "";
        position: absolute;
        width: 100%;
        height: auto;
        background: url(../images/who-Flick-Fund Coin -bg-distributor.jpg) no-repeat;
        background-size: cover;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    #opportunity:after {
        top: 0;
        z-index: -100;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #f9a027;
        background-size: cover;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    #betterway {
        position: relative;
z-index: 200;
        background: -webkit-linear-gradient(left, #276ab0, #d14941, #f9a127);
        background: -o-linear-gradient(left, #276ab0, #d14941, #f9a127);
        background: -moz-linear-gradient(left, #276ab0, #d14941, #f9a127);
        background: linear-gradient(to right, #276ab0, #d14941, #f9a127);
        color: #fff;
        height: auto;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
    }
    .navbar-brand>img {
        color: #cc3897;
        font-weight: bold;
        margin-top: -5px;
        width: 170px;
    }
    .homebanner {
    font-size:12px;
}
#mainhomebannerstyle {
	margin-bottom:185px;
}

}

@media (min-width: 768px) {
#loginlinkmain {
	display:none;
}     
}

@media (max-width: 767px) {
#loginlink {
	display:none;
}
#mainhomebannerstyle {
	margin-top:55px;
	margin-bottom:55px;
}
#mainhomebannerstyle {
	margin-top:120px;
	margin-bottom:40px;
}
}

@media (max-width: 640px) {
#mainhomebannerstyle {
	margin-top:120px;
	margin-bottom:0px;
}
}

@media (max-width: 600px) {
#mainhomebannerstyle {
	margin-top:120px;
	margin-bottom:-10px;
}
}

@media (min-width: 561px) {
.terms_links2 {display:none;}
.terms_links1 { display:block;}
.youtubesetting {width:640px; height:360px;}   
}

@media (max-width: 560px) {
.terms_links1 {
    display:none;}
.youtubesetting {
width:560px; height:315px;}
.btn.btn-custom1 {
background-color: transparent;
border: 2px solid #f0b01d;
border-radius: 0 !important;
color: #f0b01d;
font-size: 14px;
font-weight: bold;
padding: 5px 25px;
text-transform: uppercase;
}
#homebanner {
}
#mainhomebannerstyle {
	margin-top:160px;
	margin-bottom:0px;
}
}



@media (max-width: 413px) {
#mainhomebannerstyle {
	margin-top:220px;
	margin-bottom:-50px;
}
}

@media (max-width: 412px) {
#mainhomebannerstyle {
	margin-top:220px;
	margin-bottom:50px;
}
}

