@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: #060C2C;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
    margin: 0
}

p {
    text-align: justify;
    margin: 0 0 20px;
}

a {
    color: #fff;
    outline: none;
    text-decoration: none
}

a:hover,
a:active,
a:focus {
    color: #E9931F;
    text-decoration: none;
    outline: none
}

img {
    max-width: 100%
}

label {
    font-weight: 400
}

input[type="text"],
input[type="password"],
input[type="email"] {
    color: #fff;
    width: 100%;
    height: 40px;
    background: #0C1534;
    border: 1px solid #0C1534;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 15px;
}

textarea {
    color: #fff;
    width: 100%;
    background: #0C1534;
    border: 1px solid #0C1534;
    padding: 10px;
    border-radius: 4px;
    resize: none;
    font-size: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
.form-container textarea:focus {
    border: 1px solid #bd8e20
}

input[type="submit"],
input[type="button"] {
    background: rgb(129, 66, 247);
    background: -moz-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: -webkit-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: linear-gradient(to bottom, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8142f7', endColorstr='#6a25e9', GradientType=0);
    border-radius: 4px;
    padding: 0 40px;
    text-transform: uppercase;
    line-height: 40px;
    display: inline-block;
    font-weight: 600;
    border: none;
    color: #ffffff;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    background: rgb(129, 66, 247);
}

select {
    color: #fff;
    font-size: 13px;
    border: 1px solid #0C1534;
    border-radius: 4px;
    width: auto;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(images/arrow.png) no-repeat right #0C1534;
    padding: 5px 25px 5px 10px;
}

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

.wrapper,
.headerwrap,
.planwrap,
.welcomewrap,
.referralwrap,
.footerwrap,
.inside_wrap {
    width: 100%;
    float: left;
}

.content {
    max-width: 1170px;
    margin: 0 auto;
}

.headerwrap {
    background: url(https://www.ayrex.com/pages/main/img/backgrounds/bg-2.jpg) no-repeat top center;
    background-size: cover;
}

.menuwrap {
    width: 100%;
    float: left;
    padding: 10px 20px 10px;
    background: #0b0623b5;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.logo {
    width: 24%;
    float: left;
}

.menu {
    float: right;
    margin-top: 15px;
}

.menu ul {
    text-align: center;
    padding: 0 30px;
}

.menu ul li {
    display: inline-block;
    line-height: 36px;
}

.menu ul li a {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 0 10px;
    font-size: 12px;
}

.menu ul li a:hover {
    color: #fff
}

.menu ul li a.paidout {
    border: 2px solid #E5BB3D;
    border-radius: 4px;
    color: #E5BB3D;
    padding-left: 10px;
}

.menu ul li.login {
    background: rgb(129, 66, 247);
    background: -moz-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: -webkit-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: linear-gradient(to bottom, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8142f7', endColorstr='#6a25e9', GradientType=0);
    border-radius: 4px;
}

.menu ul li.login a,
.menu ul li.signup a {
    padding: 0px 14px;
}

.menu ul li.login:hover {
    background: rgb(129, 66, 247);
}

.menu ul li.signup {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1ca54+0,d7aa22+100 */
    background: rgb(252,158,28);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ca54', endColorstr='#d7aa22', GradientType=0);
    /* IE6-9 */
    border-radius: 4px;
}

.menu ul li.signup:hover {
    background: rgb(252,158,28);
}

.bannerwrap {
    width: 100%;
    float: left;
    background: -moz-linear-gradient(left, rgba(12, 11, 53, 0.85) 0%, rgba(12, 11, 53, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(12, 11, 53, 0.85) 0%, rgba(12, 11, 53, 0) 100%);
    background: linear-gradient(to right, rgba(12, 11, 53, 0.85) 0%, rgba(12, 11, 53, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90c0b35', endColorstr='#000c0b35', GradientType=1);
    padding: 52px 30px 0px;
    border-radius: 8px 8px 0px 0px;
}

.bannerwrap .left {
    width: 64%;
    float: left;
}

.bannerwrap .left h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 66px;
    margin: 0 0 25px;
}

.bannerwrap .left h1 strong {
    color: #efb837;
}

.bannerwrap .left p {
    margin: 0 0 35px;
    font-weight: 600;
}

.bannerwrap .left .action {}

.bannerwrap .left .action .signup,
.bannerwrap .left .action .memberlogin {
    padding: 0 40px;
    margin: 0 10px 0 0;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    font-weight: 600;
}

.bannerwrap .left .action .signup,
.bannerwrap .left .action .memberlogin:hover {
    background: rgb(129, 66, 247);
    background: -moz-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: -webkit-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: linear-gradient(to bottom, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8142f7', endColorstr='#6a25e9', GradientType=0);
    border-radius: 4px;
}

.bannerwrap .left .action .memberlogin,
.bannerwrap .left .action .signup:hover {
    background: rgb(252,158,28);
    background: -moz-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: -webkit-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: linear-gradient(to bottom, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ca54', endColorstr='#d7aa22', GradientType=0);
    border-radius: 4px;
}

.bannerwrap .right {
    width: 36%;
    float: left;
    padding: 65px 0 0 0
}

.featureswrap {
    width: 100%;
    float: left;
    padding: 50px 0 0 0;
}

.featuresbox {
    float: left;
    margin: 0 20px 0 0;
    border-radius: 25px 25px 0 0;
    text-align: left;
    padding: 20px 0px;
    text-transform: uppercase;
}

.featuresbox .icon {
    width: 66px;
    height: 79px;
    float: left;
}

.featuresbox p {
    margin: 15px 0 0 7px;
    font-weight: 700;
    text-align: left;
    line-height: 18px;
    float: left;
    font-size: 16px;
}

.featuresbox p span {
    color: #E5BB3D;
}

.featuresbox p a {
    color: #0C1534;
}

.bestinvestent {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#32266e+0,32266e+50,3e2f85+50,3e2f85+100&1+0,1+50,0+100 */
    background: -moz-linear-gradient(45deg, rgba(12,21,52) 0%, rgba(4,20,82) 50%, rgba(62, 47, 133, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(12,21,52) 0%, rgba(4,20,82) 50%, rgba(62, 47, 133, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(12,21,52) 0%, rgba(4,20,82) 50%, rgba(62, 47, 133, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32266e', endColorstr='#003e2f85', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    float: left;
    width: 100%;
    padding: 40px 30px;
    border-radius: 0px 0px 8px 0px;
}

.bestinvestent h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
    margin: 0;
    float: left;
}

.bestinvestent h2 strong {
    color: #0C1534;
    font-weight: 700;
}

.bestinvestent h3 {
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0;
    float: left;
}

.bestinvestent h3 strong {
    color: #eac146;
    font-weight: 600;
}

.planwrap {
    background: #060C2C;
    background-size: cover;
    padding: 30px 0;
}

.statboxwrap {
    width: 100%;
    float: left;
}

.statbox {
    width: 270px;
    background: rgb(50, 38, 110);
    background: -moz-linear-gradient(45deg, rgba(12,21,52) 0%, rgba(12,21,52) 50%, rgba(4,20,82) 50%, rgba(4,20,82) 100%);
    background: -webkit-linear-gradient(45deg, rgba(12,21,52) 0%, rgba(12,21,52) 50%, rgba(4,20,82) 50%, rgba(4,20,82) 100%);
    background: linear-gradient(45deg, rgba(12,21,52) 0%, rgba(12,21,52) 50%, rgba(4,20,82) 50%, rgba(4,20,82) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32266e', endColorstr='#3e2f85', GradientType=1);
    border-radius: 6px;
    float: left;
    margin: 0 30px 0 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.statbox.last {
    margin: 0;
}

.statbox .icon {
    float: left;
    margin-left: -10px;
    margin-top: 18px;
    margin-right: 15px;
}

.statbox h4 {
    font-size: 18px;
    color: #daad28;
    margin: 18px 0 5px;
    font-weight: 600;
}

.statbox p {
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.investmenwrap {
    width: 100%;
    float: left;
    padding: 50px 0 30px 0;
}

.investmenwrap p {
    text-align: center;
    font-weight: 600;
}

.investmenwrap h2,
.calculator h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
}

.investmenwrap h2 strong,
.calculator h2 strong {
    font-weight: 600;
    color: #FC9E1C;
}

.planbox {
    width: 49%;
    float: left;
    background: #09103F url(https://i.imgur.com/03z3gmx.png) no-repeat top center;
    border-radius: 4px;
    padding: 25px;
    margin: 0 0 20px;
    border: 2px solid #fc9e1c;
}

.planbox.two,
.planbox.four {
    float: right
}

.planbox .left {
    float: left;
    width: 30%;
    text-align: center;
}

.planbox .right {
    float: left;
}

.planbox .right .percentage {
    padding: 0 0 15px;
    width: 243px;
    float: left;
}

.planbox .right .plan-info {
    width: 276px;
    float: left;
}

.planbox .right .percentage .leftone {
    width: 100%;
    float: left;
    font-size: 72px;
    color: #ffffff;
    font-weight: 300;
    line-height: 72px;
}

.planbox .right .percentage .rightone {
    width: 100%;
    float: left;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 28px;
    transform: skew(-20deg);
    background: rgb(252,158,28);
    background: -moz-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: -webkit-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: linear-gradient(to bottom, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ca54', endColorstr='#d7aa22', GradientType=0);
    padding: 5px;
    width: 200px;
    text-align: center;
    margin-top: 10px;
}

.planbox .right .percentage .rightone span {
    font-size: 14px;
    color: #060c2c;
    font-weight: 600;
    text-transform: uppercase;
    transform: none;
}

.planbox .right .daily {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px;
    background: rgb(50, 38, 110);
    background: -moz-linear-gradient(45deg, rgba(12,21,52) 0%, rgba(12,21,52) 50%, rgba(4,20,82) 50%, rgba(4,20,82) 100%);
    background: -webkit-linear-gradient(45deg, rgba(12,21,52) 0%, rgba(12,21,52) 50%, rgba(4,20,82) 50%, rgba(4,20,82) 100%);
    background: linear-gradient(45deg, rgba(12,21,52) 0%, rgba(12,21,52) 50%, rgba(4,20,82) 50%, rgba(4,20,82) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32266e', endColorstr='#3e2f85', GradientType=1);
    line-height: 36px;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
}

.planbox .right .daily span {
    color: #eab22f;
}

.planbox .right .minmax {
    width: 100%;
    float: left;
    background: #090C33;
    padding: 10px 10px 20px;
    border-radius: 0px 0px 6px 6px;
}

.planbox .right .minmax span {
    text-transform: uppercase;
    display: block;
    margin: 2px 10px;
    font-weight: 600;
    font-size: 12px;
    border-bottom: 1px solid #242952;
}

.planbox .right .minmax span strong {
    color: #efc750;
    float: right;
}

.welcomewrap {
    padding: 40px 0 40px 0;
    background: url(images/welcomebg.jpg) no-repeat top center;
    background-size: cover;
}

.welcomewrap-about {
    padding: 40px 0 40px 0;
    background: url(images/aboutbg.jpg) no-repeat top center;
    background-size: cover;
}

.calculator {
    width: 100%;
    float: left;
    padding: 0 0 25px;
}

.calculator .icon {
    float: left;
    width: 13%;
}

.calculator .calculatorright {
    float: left;
    width: 100%;
    padding: 32px 0px;
}

.calculator .calculatorright .enter {
    float: left;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 300;
    width: 20%;
    background: rgb(252,158,28);
    background: -moz-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: -webkit-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: linear-gradient(to bottom, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ca54', endColorstr='#d7aa22', GradientType=0);
    color: #010226;
    font-weight: 600;
    text-align: center;
    border-radius: 36px 0px 0px 36px;
    line-height: 44px;
}

.calculator .calculatorright .enter span {
    font-size: 30px;
    display: block;
}

.calculator .calculatorright .enter strong {
    font-weight: 300;
    color: #eab22f;
}

.calculator .calculatorright .amountinput {
    float: left;
    padding: 5px;
    border: 2px solid #D8AC25;
    width: 13%;
    border-radius: 0px 36px 36px 0px;
}

.calculator .calculatorright .amountinput input {
    border: none;
    height: 40px;
    border-radius: 50px;
    text-align: right;
    color: #fff;
    padding: 0 20px;
    background: transparent;
}

.calculator .calculatorright .calculatorresults {
    float: left;
    width: 67%;
}

.resultbox {
    width: 25%;
    float: left;
    text-align: left;
    padding-left: 20px;
    border-right: 1px solid #202A5F;
    border-left: 1px solid #030614;
}

.calculator .first {
    border-left: 0px;
}

.calculator .last {
    border-right: 0px;
}

.resultbox h3 {
    font-size: 20px;
    color: #f3cd59;
    margin: 0 0 5px;
    font-weight: 600;
}

.resultbox label {
    font-weight: 600;
    text-transform: uppercase;
}

.welcome {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.welcome .left {
    width: 56%;
    float: left;
    padding: 0 30px 0 0;
}

.welcome.supportpage .left {
    width: 100%;
    padding: 0 30px 20px 0;
}

.welcome .left h1 {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.welcome .left h1 span {
    color: #E9931F;
    font-weight: 600;
}

.welcome .left p {
    font-weight: 500;
}

.welcome .left a {
    background: rgb(129, 66, 247);
    background: -moz-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: -webkit-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: linear-gradient(to bottom, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8142f7', endColorstr='#6a25e9', GradientType=0);
    border-radius: 4px;
    color: white;
    padding: 10px 30px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
}

.welcome .left a:hover {
    background: rgb(129, 66, 247);
}

.welcome .right {
    width: 44%;
    float: left;
}

.benifitwrap {
    width: 100%;
    float: left;
    border-radius: 25px;
    background: #091038;
    padding: 50px 0 80px 0px;
}

.benifitwrap h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
}

.benifitwrap h2 strong {
    font-weight: 700;
    color: #0C1534;
}

.benifitbox {
    width: 576px;
    float: left;
    padding: 10px 20px 10px 0px;
    background: rgb(65, 58, 144);
    background: -moz-linear-gradient(top, rgba(12,21,52) 0%, rgba(31,31,50) 100%);
    background: -webkit-linear-gradient(top, rgba(12,21,52) 0%, rgba(31,31,50) 100%);
    background: linear-gradient(to bottom, rgba(12,21,52) 0%, rgba(31,31,50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#413a90', endColorstr='#302a75', GradientType=0);
    margin: 10px 0px;
    border-radius: 4px;
    margin-right: 15px;
}

.benifitwrap .benifitbox2 {
    margin-right: 0px;
}

.benifitbox .icon {
    float: left;
    margin-right: 20px;
}

.benifitbox h4 {
    margin: 25px 0 10px;
    font-weight: 600;
    color: #fc9e1c;
    text-transform: uppercase;
    font-size: 18px;
}

.benifitbox p {
    text-align: left;
    font-weight: 600;
    margin: 0;
}

.referralwrap {
    background: url(images/affiliatesbg.jpg) no-repeat center center;
    background-size: cover;
}

.referral-top {
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: -50px;
}

.referral-sub {
    margin-top: 30px;
}

.referral-top .left {
    float: left;
    background: rgb(65, 58, 144);
    background: -moz-linear-gradient(top, rgba(12,21,52) 0%, rgba(31,31,50) 100%);
    background: -webkit-linear-gradient(top, rgba(12,21,52) 0%, rgba(31,31,50) 100%);
    background: linear-gradient(to bottom, rgba(12,21,52) 0%, rgba(31,31,50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#413a90', endColorstr='#302a75', GradientType=0);
    color: white;
    text-align: center;
    padding: 20px;
    width: 420px;
    border-radius: 6px 0px 0px 6px
}

.referral-top .right {
    background: rgb(252,158,28);
    background: -moz-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: -webkit-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: linear-gradient(to bottom, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ca54', endColorstr='#d7aa22', GradientType=0);
    color: #404056;
    font-weight: 600;
    float: left;
    width: 750px;
    border-radius: 0px 6px 6px 0px;
    padding: 20px 30px;
}

.referralwrap h3 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 5px 0 0px;
    text-align: center;
}

.referralwrap .right h3 {
    text-align: left;
    font-weight: 400;
    margin-bottom: 10px;
    color: #262067;
}

.referralwrap .right span {
    font-weight: 600;
}

.referralwrap .right p {
    margin: 0 0 8px;
    font-weight: 600;
}

.referralwrap h2 {
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 600;
    text-align: center;
}

.referralbox {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
}

.referralbox .left {
    width: 300px;
    float: left;
    padding: 0 0px 0 20px;
    text-align: center;
}

.referralbox .left .referralitems {
    width: 100%;
    float: left;
}

.referralbox .left .referralitems .icon {
    float: right;
    padding: 0 0 0 15px;
}

.referralbox .left .referralitems h3 {
    font-size: 18px;
    margin: 0 0 15px;
    text-align: right;
    color: #c92;
    font-weight: 600;
}

.referralbox .left .referralitems p {
    margin: 15px 0;
}

.referralbox .right {
    width: 863px;
    float: left;
    padding: 0px;
}

.referralbox .right p {}

.referralwrap .right h2 {
    color: #f3cd58;
    text-align: left;
    font-weight: 400;
}

.referralwrap .right h2 span {
    font-weight: 600;
}

.referral-bottom {
    background: #0C1534;
    padding: 30px 0px;
    color: white;
    float: left;
    width: 100%;
    text-align: center;
}

.referral-bottom h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}

.referral-bottom a {
    background: rgb(252,158,28);
    background: -moz-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: -webkit-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: linear-gradient(to bottom, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ca54', endColorstr='#d7aa22', GradientType=0);
    color: #1e1e44;
    font-weight: 600;
    border-radius: 6px;
    padding: 12px 30px;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px auto;
}

.referral-bottom h2 span {
    font-weight: 700;
}

.referral-bottom p {
    font-size: 18px;
    text-align: center;
}

.paymenticons {
    width: 100%;
    float: left;
    border-radius: 50px;
    text-align: center;
    padding: 25px 20px;
    background: #000000b5;
    border: 3px solid #bd8e21;
    margin: 30px 0;
}

.footerwrap {
    padding: 40px 0;
    background: #091038;
    font-weight: 600;
    font-size: 12px;
}

.footerwrap-payments {
    padding: 20px 0;
    background: #10194a;
}

.footerwrap .left {
    width: 35%;
    float: left;
    text-transform: uppercase;
}

.footerwrap .last {
    text-align: center;
    width: 100%;
}

.footerwrap .right {
    width: 65%;
    float: left;
    text-align: right;
}

.footerwrap .right ul li {
    display: inline-block;
}

.footerwrap .right a {
    padding: 0 10px;
}

.inside_wrap,
.referralwrap.affiliatepage {
    padding: 40px 0;
    background: #101444;
}

.accountmainpage {
    padding: 40px 0 40px 0;
    background: url(images/aboutbg.jpg) no-repeat top center;
    background-size: cover;
}

.welcome.aboutpage {
    padding: 0 0 30px;
}

.faq .panel-default {
    border-color: #eacb6a;
    border-radius: 4px;
    border-width: 0px;
}

.faq .panel-default>.panel-heading {
    color: #fff;
    background-color: #0b0623b5;
    padding: 0;
    border: none;
    box-shadow: 0 0 0 0 !important;
    border-radius: 4px;
}

.faq .panel-title {
    font-size: 15px;
    text-transform: none;
    background: url(images/faq.png) no-repeat left 15px center;
    font-weight: 600;
}

.faq .panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: #EFC851;
    padding: 22px 15px 22px 60px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 2px solid #efc750;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #efc750;
}

.faq .panel {
    background-color: transparent;
}

.news_block {
    margin: 10px 0px;
    width: 100%;
    float: left;
    padding: 25px;
    background: #3d3582;
    border-radius: 6px;
    border-bottom: 0px;
    border: 0px;
}

.news_title {
    padding: 0 0 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ebc349;
}

.news_time {
    padding: 0 0 10px 0;
    font-size: 11px;
    color: #ffffff;
}

.news_infos {
    line-height: 26px;
    font-weight: 500;
    padding: 15px 0px;
    border-radius: 5px;
}

.rules {
    width: 100%;
    float: left;
    border-radius: 25px;
    padding: 0px;
}

.rules h3.sectionhead {
    margin: 10px 0 15px;
    font-weight: 600;
    color: #EDC54C;
    text-transform: uppercase;
    font-size: 18px;
}

.welcome.aboutpage p {
    margin: 0;
}

.supportemail {
    padding: 0px 0 0 80px;
    width: 100%;
    float: left;
    background: url(images/email.png) no-repeat left center;
    margin-bottom: 10px;
}

.supportemail h4 {
    color: #E9931F;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 4px;
}

.supportemail a {
    font-weight: 600;
}

.supportright {
    float: left;
    width: 100%;
    background: #3B2D80;
    padding: 32px 5px 15px;
    border: 2px solid #edc64d;
    border-radius: 6px;
}

.supportright h2 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0 20px;
}

.supportright h2 strong {
    color: #E9931F;
}

.form-block.one,
.form-block.two {
    width: 50%;
    float: left;
    padding: 10px 20px;
}

.form-block.three,
.form-block.four {
    padding: 10px 20px;
    width: 100%;
    float: left;
}

.loginpages {
    background: #0A1447 url(https://www.ayrex.com/pages/main/img/backgrounds/bg-2.jpg) no-repeat top center;
    background-size: cover;
}

.loginfooter {
    text-align: center;
    padding: 50px 0;
    width: 100%;
    float: left;
}

.loginwrappers {
    width: 100%;
    background: #0b0623b5;
    padding: 20px;
    border: 0px;
    border-radius: 8px 8px 0px 0px;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.loginwrappers .logo {
    width: 100%;
    padding: 80px 0 0 0;
    float: left;
}

.loginheads {
    width: 100%;
    padding: 12px 0 10px 0;
    color: #fc9e1c;
    font-size: 22px;
    text-transform: uppercase;
    float: left;
    font-weight: 400;
    text-align: left;
}

.loginheads span {
    font-weight: 600;
}

.form-container.login {
    width: 70%;
    float: left;
}

.form-container.signup {
    width: 100%;
}

.form-container.login label {
    font-weight: 600;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #7A6EBC;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7A6EBC;
}

::placeholder {
    color: #7A6EBC;
}

.loginpages .logo {
    width: 100%;
    text-align: center;
    padding: 40px 0 25px;
}

.loginaction {
    padding: 50px 0;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0px auto 40px;
    padding: 20px 20px 20px 0px;
    background: rgb(65, 58, 144);
    background: -moz-linear-gradient(top, rgba(12,21,52) 0%, rgba(31,31,50) 100%);
    background: -webkit-linear-gradient(top, rgba(12,21,52) 0%, rgba(31,31,50) 100%);
    background: linear-gradient(to bottom, rgba(12,21,52) 0%, rgba(31,31,50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#413a90', endColorstr='#302a75', GradientType=0);
    border-radius: 0px 0px 6px 6px;
}

.form-container.login table td {
    padding: 6px 0;
}

.loginaction h4 {
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: 600;
}

.loginaction .signup {
    color: #383182;
    background: rgb(252,158,28);
    background: -moz-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: -webkit-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: linear-gradient(to bottom, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ca54', endColorstr='#d7aa22', GradientType=0);
    padding: 0 30px;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    font-weight: 600;
}

.loginaction .signup:hover {
    background: rgb(252,158,28);
}

.loginwrappers .icon {
    text-align: left;
    padding: 0px;
    float: left;
    width: 20%;
    margin-left: -20px;
    margin-top: 40px;
}

.loginredirect {
    padding: 20px 0 0 0;
    text-align: center;
    text-transform: uppercase;
}

.loginredirect p {
    text-align: center
}

.loginredirect h3 {
    color: #EDC54C;
    font-size: 24px;
    font-weight: 300;
}

.loginredirect h3 strong {
    font-weight: 600;
}

.loginredirect h4 {
    font-size: 24px;
    font-weight: 300;
}

.navbar {
    float: right;
    margin: 0;
    min-height: auto;
}

.navbar-nav>li {
    background: #0C0E3E;
    border-radius: 4px;
    margin: 0px 4px;
    padding: 4px 6px 4px 0px;
}

.navbar-nav>li a:hover,
.navbar-nav>li:active a,
.navbar-nav>li a:active {
    background: none
}

.navbar-nav>li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: 0 10px;
    line-height: 30px;
}

.navbar-nav>li span {
    margin: 0 6px 0 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
}

.navbar-nav>li span i {
    font-size: 16px;
}

.navbar-nav>li.dropdown {
    padding-right: 15px;
    background: #0C0E3E url(images/arrow.png) no-repeat center right;
}

.membersidebar {
    float: left;
    width: 30%;
    padding: 0 40px 0 0;
}

.memright {
    width: 70%;
    float: left;
}

.membersidebar {
    float: right;
    width: calc(30% - 40px);
    padding: 0px;
    border-radius: 15px;
    margin: 0 0px 40px 0;
}

.memleft {
    width: 100%;
    float: left;
    background: rgb(50, 38, 110);
    background: -moz-linear-gradient(45deg, rgba(12,21,52) 0%, rgba(12,21,52) 50%, rgba(4,20,82) 50%, rgba(4,20,82) 100%);
    background: -webkit-linear-gradient(45deg, rgba(12,21,52) 0%, rgba(12,21,52) 50%, rgba(4,20,82) 50%, rgba(4,20,82) 100%);
    background: linear-gradient(45deg, rgba(12,21,52) 0%, rgba(12,21,52) 50%, rgba(4,20,82) 50%, rgba(4,20,82) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32266e', endColorstr='#3e2f85', GradientType=1);
    border-radius: 6px;
    margin: 0 0 15px;
    padding: 10px 15px;
    border-radius: 4px;
}

.memleft .icon {
    float: left;
    width: 64px;
    height: 64px;
    padding: 0px;
    margin-left: -20px;
    margin-top: 10px;
    margin-right: 10px;
}

.memleft h2 {
    margin: 5px 0 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
}

.memleft.last {}

.memleft h2 span {
    font-weight: 600;
    color: #f0c953;
    font-size: 16px;
    display: block;
}

.copyurl,
.deposit_text {
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 6px;
    background: rgb(129, 66, 247);
    background: -moz-linear-gradient(top, rgba(12,21,52) 0%, rgba(12,21,52) 100%);
    background: -webkit-linear-gradient(top, rgba(12,21,52) 0%, rgba(12,21,52) 100%);
    background: linear-gradient(to bottom, rgba(12,21,52) 0%, rgba(12,21,52) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8142f7', endColorstr='#6a25e9', GradientType=0);
    margin: 10px 0 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

#copyTarget {
    width: 670px;
    float: left;
    height: 45px;
    border: none;
    color: white;
    padding: 0 15px;
    font-size: 14px;
    background: #342771 url(images/link.png) no-repeat 8px center;
    font-weight: 600;
    padding-left: 45px;
}

#msg {}

.btn-info {
    color: #fff;
    background: rgb(252,158,28);
    background: -moz-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: -webkit-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: linear-gradient(to bottom, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ca54', endColorstr='#d7aa22', GradientType=0);
    border: 1px solid rgb(252,158,28);
}

.btn-info:hover {
    background-color: #885b2d;
    border-color: #895b2e;
}

.getban {
    padding: 0 25px;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    font-weight: 600;
    color: #342771;
    background: rgb(252,158,28);
    background: -moz-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: -webkit-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: linear-gradient(to bottom, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ca54', endColorstr='#d7aa22', GradientType=0);
    font-size: 12px;
    font-weight: 600;
    border-radius: 0px 4px 4px 0px;
}

.getban a:hover {
    background: rgb(252,158,28);
}

.navbar-nav>li>.dropdown-menu {
    background: #0d143d;
}

.dropdown-menu li a {
    font-size: 13px;
    color: #fff;
}

.dropdown-menu li a:hover {
    color: #0C1534;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}

.accbox-container {
    width: 100%;
    float: left;
}

.accbox {
    background: rgb(50, 38, 110);
    background: -moz-linear-gradient(45deg, rgba(12,21,52) 0%, rgba(12,21,52) 50%, rgba(4,20,82) 50%, rgba(4,20,82) 100%);
    background: -webkit-linear-gradient(45deg, rgba(12,21,52) 0%, rgba(12,21,52) 50%, rgba(4,20,82) 50%, rgba(4,20,82) 100%);
    background: linear-gradient(45deg, rgba(12,21,52) 0%, rgba(12,21,52) 50%, rgba(4,20,82) 50%, rgba(4,20,82) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32266e', endColorstr='#3e2f85', GradientType=1);
    width: 48%;
    padding: 20px;
    border-radius: 6px;
    color: #fff;
    border: 0px;
}

.accbox.left {
    float: left;
}

.accbox.right {
    float: right;
}

.accbox h3 {
    float: right;
    text-align: right;
    margin: 0;
    line-height: 32px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #c92;
}

.account-top {
    background: #0C0E3E;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.accbox .icon {
    margin: 0px auto 5px;
    width: 64px;
    height: 64px;
}

.accbox h4 {
    width: 100%;
    float: left;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    background: rgb(129, 66, 247);
    background: -moz-linear-gradient(top, rgba(12,21,52) 0%, rgba(12,21,52) 100%);
    background: -webkit-linear-gradient(top, rgba(12,21,52) 0%, rgba(12,21,52) 100%);
    background: linear-gradient(to bottom, rgba(12,21,52) 0%, rgba(12,21,52) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8142f7', endColorstr='#6a25e9', GradientType=0);
    font-weight: 600;
    border-radius: 4px;
    margin-top: 10px;
}

.accbox h4 span {
    float: right;
    color: #f1cd60;
}

.accbox ul {
    width: 100%;
    float: left;
}

.accbox ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #594db7;
    line-height: 40px;
    font-weight: 600;
}

.accbox ul li span {
    float: right;
    color: #eec64f;
    font-weight: 600;
}

.acc_button {
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 0 0 0;
}

.acc_button a {
    color: #342771;
    background: rgb(252,158,28);
    background: -moz-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: -webkit-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: linear-gradient(to bottom, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ca54', endColorstr='#d7aa22', GradientType=0);
    padding: 0 40px;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
}

.acc_button a:hover {
    background: rgb(252,158,28);
}

.deposit_text span {
    font-weight: 600;
    font-size: 18px;
    float: right;
}

.my_accont {
    background: #332c6e;
    padding: 10px;
    border-radius: 4px;
    float: left;
    width: 100%;
    margin: 10px 0 25px;
    color: #fff;
    border: 0px;
}

.alert-warning {
    color: #342f5d;
    background-color: #eec64f;
    border-color: #eec64f;
    font-weight: 600;
}

.my_accont table td,
.my_accont table th,
.paidoutbottom table td,
.paidouttop table td {
    padding: 6px;
    border-bottom: 1px solid #504892;
    text-align: left;
}

.my_accont table th {
    color: #efc750;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.paidouttop table td select {
    width: 100%;
}

.my_accont table td.inheader,
.paidoutbottom table td.inheader {
    color: #efc750;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
}

.refheader {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 20px;
}

.aff-banners {
    padding: 15px;
    background: #352e73;
    border-radius: 6px;
    color: #fff;
    border: 0px;
}

.aff-banners .nav-tabs {
    border-bottom: 1px solid #c99e29;
    margin: 0 0 25px;
}

.aff-banners .nav-tabs>li.active>a,
.aff-banners .nav-tabs>li.active>a:focus,
.aff-banners .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background: rgb(252,158,28);
    background: -moz-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: -webkit-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: linear-gradient(to bottom, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ca54', endColorstr='#d7aa22', GradientType=0);
    border: none;
    border-bottom-color: transparent;
}

.aff-banners .nav>li a:hover {
    background: #c99e29;
    border-color: #c99e29
}

.aff-banners .nav>li>a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 25px;
}

.memberplan .planbox {
    background: #09103F;
}

.memberplan .planbox .radio {
    width: 160px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    border-radius: 50px;
    line-height: 32px;
    padding: 5px 0;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    background: rgb(129, 66, 247);
    background: -moz-linear-gradient(top, rgba(12,21,52) 0%, rgba(12,21,52) 100%);
    background: -webkit-linear-gradient(top, rgba(12,21,52) 0%, rgba(12,21,52) 100%);
    background: linear-gradient(to bottom, rgba(12,21,52) 0%, rgba(12,21,52) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8142f7', endColorstr='#6a25e9', GradientType=0);
    border-radius: 4px;
    color: #ffffff;
    font-weight: 600;
}

.memberplan .planbox input[type=radio] {
    display: none
}

.memberplan .planbox input[type="radio"]:checked+.radio {
    background: rgb(252,158,28);
    background: -moz-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: -webkit-linear-gradient(top, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    background: linear-gradient(to bottom, rgba(252,158,28) 0%, rgba(252,158,28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ca54', endColorstr='#d7aa22', GradientType=0);
    color: white;
}

.certificate {
    border: 18px solid #c99e29;
    border-radius: 15px;
}

.modal-body p {
    text-align: center;
}

@media (max-width: 1170px) {
    .wrapper,
    .headerwrap,
    .planwrap,
    .welcomewrap,
    .referralwrap,
    .footerwrap,
    .inside_wrap {
        width: 1170px;
    }
    .content {
        margin: 0 !important;
    }
}