@charset "utf-8";
 
/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-button{width:0;height:0}::-webkit-scrollbar-thumb{background:#666;border:0 none #fff;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ac9455}::-webkit-scrollbar-thumb:active{background:#8a743b}::-webkit-scrollbar-track{background:#252525;border:0 none #fff;border-radius:0px}::-webkit-scrollbar-track:hover{background:#252525}::-webkit-scrollbar-track:active{background:#252525}::-webkit-scrollbar-corner{background:none}

/* Clear Floated Elements
---------------------------------*/

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}
.figure {
    margin: 0px;
}
img {
    max-width: 100%;
}
::-moz-selection {
    background: #ac9455;
    color: #fff;
}
::selection {
    background: #ac9455;
    color: #fff;
}
a,
a:hover,
a:active {
    outline: 0px !important
}
@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue.woff') format('woff'), url('../fonts/BebasNeue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont862f.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont862f.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont862f.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont862f.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Primary Styles
---------------------------------*/

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #898989;
}
h2 {
    font-size: 34px;
    color: #222222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
}
h3 {
    margin: 0 auto;
    text-transform: uppercase;
    width: 300px;
    margin-bottom: 8px;
}
h3 .title {
    display: block;
    margin: 0 auto;
    font-family: 'BebasNeue', sans-serif;
    font-size: 90px;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #ac9455;
    width: 80px;
    letter-spacing: -2px;
    position: relative;
    opacity: 0.05;
}
h3 .subtitle {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #ac9455;
    letter-spacing: 2px;
    position: relative;
    bottom: 46px;
}
h6 {
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-left: 60px;
}
h6 .title {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 26px;
    text-align: left;
    color: #fff;
    padding-bottom: 10px;
    line-height: 20px;
    opacity: 0.1;
}
h6 .subtitle {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-align: left;
    color: #ac9455;
    letter-spacing: 2px;
    position: relative;
    bottom: 10px;
}
p {
    line-height: 20px;
    text-align: justify;
    margin-bottom: 10px;
}
/* Header Styles
---------------------------------*/

header {
    background: url(../img/header-bg.jpg) center center;
    background-size: cover;
    height: 510px;
    border-bottom: solid 5px #ac9455;
}
header .logo {
    background: url(../img/logo.png) center top no-repeat;
    display: block;
    width: 324px;
    height: 135px;
    margin: 0 auto;
    position: relative;
    top: 0;
    z-index: 1;
    padding-top: 18px;
}
header .logo a {
    display: block;
    width: 180px;
    height: 52px;
    margin: 0 auto;
}
header .menubar-bg {
    background: url(../img/menu-bg.png) repeat-x;
    height: 90px;
    width: 100%;
    position: relative;
    top: -119px;
    z-index: 0;
}
header .left {
    float: left;
    width: 72%;
}
header .right {
    float: left;
    width: 28%;
}
header .signature {
    background: url(../img/header-signature.png) -50px 17px no-repeat;
    height: 510px;
    width: 100%;
    margin-top: -200px;
    padding-left: 330px;
    padding-top: 180px;
}
header .signature .button {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    width: 190px;
    height: 60px;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    background-color: rgba(172, 148, 85, 0.3);
    border-radius: 5px;
    color: #ac9455;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    box-shadow: inset 0 3px 6px rgba(48, 48, 48, 0.1);
    border: 1px solid transparent;
}
header .signature .button small {
    position: relative;
    top: -40px;
    float: right;
    width: 100%;
    text-align: right;
    font-size: 12px;
    background: -moz-linear-gradient(0deg, rgba(172, 148, 85, 0) 0%, rgba(172, 148, 85, 1) 100%);
    /* ff3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(172, 148, 85, 1)), color-stop(100%, rgba(172, 148, 85, 0)));
    /* safari4+,chrome */
    
    background: -webkit-linear-gradient(0deg, rgba(172, 148, 85, 0) 0%, rgba(172, 148, 85, 1) 100%);
    /* safari5.1+,chrome10+ */
    
    background: -o-linear-gradient(0deg, rgba(172, 148, 85, 0) 0%, rgba(172, 148, 85, 1) 100%);
    /* opera 11.10+ */
    
    background: -ms-linear-gradient(0deg, rgba(172, 148, 85, 0) 0%, rgba(172, 148, 85, 1) 100%);
    /* ie10+ */
    
    background: linear-gradient(90deg, rgba(172, 148, 85, 0) 0%, rgba(172, 148, 85, 1) 100%);
    /* w3c */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ac9455', endColorstr='#ac9455', GradientType=1);
    /* ie6-9 */
    
    color: #fff;
    text-transform: uppercase;
    padding-right: 10px;
    margin-right: -10px;
}
header .signature .button abbr {
    position: relative;
    top: -42px;
    font-size: 24px;
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
header .signature .button span {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    top: 0;
    left: 0;
}
header .signature .button span.signin {
    background: url(../img/icon-signin.png)
}
header .signature .button span.signup {
    background: url(../img/icon-signup.png)
}
header .signature .button span.account {
    background: url(../img/icon-account.png)
}
header .signature .button span.signout {
    background: url(../img/icon-signout.png)
}
header .signature .button:hover {
    background-color: rgba(48, 48, 48, 0.7);
    border-color: #323232;
}
header .signature .button:hover abbr {
    color: #ac9455;
}
header .signature .button:hover span.signin {
    background-position: 0 -40px;
}
header .signature .button:hover span.signup {
    background-position: 0 -40px;
}
header .signature .button:hover span.account {
    background-position: 0 -40px;
}
header .signature .button:hover span.signout {
    background-position: 0 -40px;
}
header .contact {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: -75px;
    right: -52px;
}
header .contact li {
    display: inline-block
}
header .contact li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    height: 40px;
    width: 40px;
    padding: 10px;
    border-radius: 20px;
    margin: 0 1px;
    color: #fff;
}
header .contact li a:hover {
    text-decoration: none;
}
header .contact li a i {
    font-size: 14px;
}
header .contact li a.facebook {
    background: #3150bb;
}
header .contact li a.twitter {
    background: #007bfb;
}
header .contact li a.phone {
    background: #2b2b2b;
    color: #ac9455;
    width: 150px
}
header .stat-cont {
    font-family: 'Montserrat', sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: -60px;
}
header .stat-cont li {
    display: block;
    float: right;
    height: 60px;
    background: -moz-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ff3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(172, 148, 85, 0.2)), color-stop(100%, rgba(172, 148, 85, 0)));
    /* safari4+,chrome */
    
    background: -webkit-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* safari5.1+,chrome10+ */
    
    background: -o-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* opera 11.10+ */
    
    background: -ms-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ie10+ */
    
    background: linear-gradient(90deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* w3c */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ac9455', endColorstr='#ac9455', GradientType=1);
    /* ie6-9 */
    
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom: 5px;
    padding: 8px 30px;
}
header .stat-cont li.day {
    width: 85%;
}
header .stat-cont li.account {
    width: 90%;
}
header .stat-cont li.visitor {
    width: 95%;
}
header .stat-cont li.transaction {
    display: inline-block;
    width: 50%;
    padding-left: 25px
}
header .stat-cont li .title {
    display: block;
    font-size: 16px;
    color: #ac9455;
    text-transform: uppercase;
}
header .stat-cont li .subtitle {
    margin-top: -10px;
    display: block;
    font-size: 22px;
    color: #fff;
}
header h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ac9455;
}
header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ac9455;
    font-weight: 100;
}
.shadow {
    background: url(../img/section-shadow.png) repeat-x;
    width: 100%;
    height: 50px;
    margin: 0;
}
.shadow.up {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    
    transform: rotate(180deg);
}
.main-section {
    background: url(../img/section-bg.png);
    margin: 0;
}
.main-section .company {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.main-section .company.no {
    font-size: 40px;
    font-weight: bold;
}
.main-section .company.no span {
    font-size: 20px;
    color: #ac9455;
    position: relative;
    bottom: 14px;
}
.plan-section {
    padding: 40px 15px 50px;
    background: url(../img/plan-section.jpg);
    background-size: cover;
    margin: 0;
    border-top: 5px solid #ac9455;
    border-bottom: 5px solid #ac9455;
}
.inverted {
    background: url(../img/section-bg.png);
    border: 0;
}
.plan-section .plan-container {
    padding: 0 90px;
}
.plan-section .plan-container .plans {
    float: left;
    width: 275px;
    margin: 0 10px 30px;
    border-radius: 5px;
    border: solid 2px #ac9455;
    overflow: hidden;
}
.plan-section .plan-container .plans .image {
    height: 200px;
}
.plan-section .plan-container .plans .image.basic {
    background: rgba(27, 27, 27, 0.5) url(../img/plan-sphere1.png) center center no-repeat;
}
.plan-section .plan-container .plans .image.standard {
    background: rgba(27, 27, 27, 0.5) url(../img/plan-sphere2.png) center center no-repeat;
}
.plan-section .plan-container .plans .image.pro {
    background: rgba(27, 27, 27, 0.5) url(../img/plan-sphere3.png) center center no-repeat;
}
.plan-section .plan-container .plans .details {
    background: rgba(43, 43, 43, 0.75);
    padding: 15px;
}
.plan-section .plan-container .plans .title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    bottom: -135px;
}
.plan-section .plan-container .plans .subtitle {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-align: center;
    color: #ac9455;
    text-transform: uppercase;
    position: relative;
    bottom: -135px;
}
.plan-section .plan-container .plans .percent {
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    font-weight: bold;
    letter-spacing: -2px;
    color: #ac9455;
    text-transform: uppercase;
    margin: -12px 0 0;
}
.plan-section .plan-container .plans .percent small {
    font-size: 36px;
}
.plan-section .plan-container .plans ul {
    padding: 0;
    margin: 0 auto 20px;
    list-style: none;
    text-transform: uppercase;
}
.plan-section .plan-container .plans ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    height: 50px;
    background: -moz-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ff3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(172, 148, 85, 0.2)), color-stop(100%, rgba(172, 148, 85, 0)));
    /* safari4+,chrome */
    
    background: -webkit-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* safari5.1+,chrome10+ */
    
    background: -o-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* opera 11.10+ */
    
    background: -ms-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ie10+ */
    
    background: linear-gradient(90deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* w3c */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ac9455', endColorstr='#ac9455', GradientType=1);
    /* ie6-9 */
    
    padding: 5px 20px;
    margin: 5px 0;
    color: #ac9455;
    border-radius: 25px;
}
.plan-section .plan-container .plans ul li span {
    display: block;
    color: #fff;
    font-size: 20px;
    margin-top: -5px;
}
.plan-section .plan-container .plans ul li.max {
    width: 80%;
}
.plan-section .plan-container .plans ul li.duration {
    width: 65%;
}
.plan-section .cr-container {
    overflow: hidden;
    width: 865px;
    margin: 30px auto 0;
    border-radius: 5px;
    border: 2px solid #ac9455;
}
.plan-section .cr-container .calc-cont {
    float: left;
    width: 65%;
    background: rgba(27, 27, 27, 0.5);
    padding: 20px;
}
.plan-section .cr-container .calc-cont .input-number {
    float: left;
    font-family: 'Montserrat', sans-serif;
    height: 50px;
    width: 50%;
    text-transform: uppercase;
    background: -moz-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ff3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(172, 148, 85, 0.2)), color-stop(100%, rgba(172, 148, 85, 0)));
    /* safari4+,chrome */
    
    background: -webkit-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* safari5.1+,chrome10+ */
    
    background: -o-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* opera 11.10+ */
    
    background: -ms-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ie10+ */
    
    background: linear-gradient(90deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* w3c */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ac9455', endColorstr='#ac9455', GradientType=1);
    /* ie6-9 */
    
    padding: 5px 20px;
    margin: 5px 0;
    color: #ac9455;
    border-radius: 25px;
}
.plan-section .cr-container .calc-cont .input-number input {
    display: block;
    background: transparent;
    border: 0;
    padding: 0;
    width: 60%;
    font-size: 20px;
    color: #fff;
    margin-top: -10px;
}
.plan-section .cr-container .calc-cont .input-number input:focus {
    outline: 0;
    color: #898989;
}
.plan-section .cr-container .referral-cont {
    float: left;
    width: 35%;
    height: 348px;
    background: rgba(46, 46, 46, 0.5);
    padding: 6px;
}
.plan-section .cr-container .referral-cont .level {
    margin: 0;
}
.plan-section .cr-container .referral-cont .level .round {
    float: right;
    font-size: 12px;
    position: relative;
    top: -28px;
    height: 28px;
    width: 28px;
    background: #fff;
    color: #ac9455;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
}
.plan-section .cr-container .referral-cont p {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    line-height: 14px;
}
.line {
    background: url(../img/line.png) center 140px no-repeat;
    background-size: contain;
    width: 100%;
    height: 500px;
}
.line .features {
    display: block;
    margin: 0 auto 15px;
    height: 150px;
    width: 190px;
}
.line .features.signup {
    background: url(../img/features1.png) center center no-repeat;
}
.line .features.deposit {
    background: url(../img/features2.png) center center no-repeat;
}
.line .features.withdraw {
    background: url(../img/features3.png) center center no-repeat;
}
.line p {
    display: block;
    text-align: center;
    font-size: 12px;
    margin: 15px auto 15px;
    width: 85%;
}
.ps-section {
    border-top: solid 5px #ac9455;
    padding: 30px 0;
}
.get-started {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 80%;
}
.get-started li {
    display: block;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    padding: 30px 30px 20px;
    padding-left: 190px;
    border: 3px solid #ac9455;
    border-radius: 5px;
    margin: 0 0 30px;
    text-align: justify;
    overflow: hidden;
}
.get-started li img {
    float: right;
    display: block;
    position: relative;
    bottom: -20px;
    right: 0;
}
.get-started li.reg {
    background: rgba(255, 255, 255, 0.05) url(../img/features1.png) 30px 30px no-repeat;
}
.get-started li.dep {
    background: rgba(255, 255, 255, 0.05) url(../img/features2.png) 30px 30px no-repeat;
}
.get-started li.wd {
    background: rgba(255, 255, 255, 0.05) url(../img/features3.png) 30px 30px no-repeat;
}
.news {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 80%;
}
.news li {
    display: block;
    background: rgba(255, 255, 255, 0.05);
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    padding: 30px 20px;
    border: 3px solid #ac9455;
    border-radius: 5px;
    margin: 0 0 30px;
    text-align: justify;
}
.news li .title {
    text-transform: uppercase;
    font-size: 16px;
    color: #ac9455;
}
.news li dd {
    font-size: 12px;
    color: #fff;
    margin: 0 0 10px;
}
.register-container {
    overflow: hidden;
    margin: 0 auto;
    width: 80%;
    border: 3px solid #ac9455;
    border-radius: 5px;
}
.register-container .left,
.register-container .right {
    float: left;
    background: rgba(255, 255, 255, 0.05);
    width: 50%;
    padding: 20px;
}
.register-container .right {
    background: rgba(46, 46, 46, 0.8);
}
.register-container .center {
    float: left;
    background: rgba(255, 255, 255, 0.08);
    width: 100%;
    padding: 20px;
}
.register-container .center .terms {
    font-size: 12px;
    background: #222;
    color: rgba(137, 137, 137, 0.3);
    width: 100%;
    margin: 0 0 10px;
    height: 180px;
    overflow-y: scroll;
    padding: 10px;
    border-radius: 5px;
}
.register-container span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: #ac9455;
    background: -moz-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ff3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(172, 148, 85, 0.2)), color-stop(100%, rgba(172, 148, 85, 0)));
    /* safari4+,chrome */
    
    background: -webkit-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* safari5.1+,chrome10+ */
    
    background: -o-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* opera 11.10+ */
    
    background: -ms-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ie10+ */
    
    background: linear-gradient(90deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* w3c */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ac9455', endColorstr='#ac9455', GradientType=1);
    /* ie6-9 */
    
    width: 100%;
    border-radius: 15px;
    padding: 2px 10px;
    margin-bottom: 3px;
}
.register-container input[type="checkbox"],
.register-container input[type="radio"] {
    display: none;
}
.register-container input[type="checkbox"] + label,
.register-container input[type="radio"] + label {
    padding-top: 5px;
    cursor: pointer;
}
.register-container input[type="checkbox"] + label abbr,
.register-container input[type="radio"] + label abbr {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 0 0;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid transparent;
    background: #fff url(../img/checkbox-bg.png) center center no-repeat;
    border-radius: 9px;
    cursor: pointer;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
.register-container input[type="checkbox"]:checked + label abbr,
.register-container input[type="radio"]:checked + label abbr {
    background-color: #ac9455;
    border-color: #fff;
}
.register-container .form-control {
    margin: 0 0 10px;
}
.register-container .btn {
    display: block;
    margin: 10px auto 0;
}
.login-page {} .login-page .login-container {
    overflow: hidden;
    margin: 0 auto 30px;
    width: 80%;
    border: 3px solid #ac9455;
    border-radius: 5px;
}
.login-page .login-container .left,
.login-container .right {
    float: left;
    width: 50%;
    height: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
}
.login-container .right {
    background: rgba(46, 46, 46, 0.8);
}
.login-page .login-container .left a {
    line-height: 40px;
}
.login-page .login-container span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: #ac9455;
    background: -moz-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ff3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(172, 148, 85, 0.2)), color-stop(100%, rgba(172, 148, 85, 0)));
    /* safari4+,chrome */
    
    background: -webkit-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* safari5.1+,chrome10+ */
    
    background: -o-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* opera 11.10+ */
    
    background: -ms-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ie10+ */
    
    background: linear-gradient(90deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* w3c */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ac9455', endColorstr='#ac9455', GradientType=1);
    /* ie6-9 */
    
    width: 100%;
    border-radius: 15px;
    padding: 2px 10px;
    margin-bottom: 3px;
}
.login-page .login-container .form-control {
    margin-bottom: 10px;
}
.login-page .login-container abbr {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.login-page .login-container ol {
    font-size: 12px;
    padding: 0 10px 0;
    margin: 0;
}
.login-page .login-container ol li {
    margin-bottom: 6px;
}
.login-page .login-container .left abbr {
    text-align: center;
    line-height: 0;
    width: 80%;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
}
.login-page .login-container .left .autofocus {
    background: transparent;
    border: 0;
    height: 0px;
    width: 0px;
    outline: 0;
}
.loader {
    display: block;
    color: #ac9455;
    font-size: 60px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 30px auto 60px;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease;
    animation: load6 1.7s infinite ease;
}
@-webkit-keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
.terms-container,
.faq-container {
    background: rgba(255, 255, 255, 0.05);
    margin: 0 auto;
    padding: 20px;
    width: 80%;
    border: 3px solid #ac9455;
    border-radius: 5px;
}
.faq-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.faq-container ul li {
    margin: 0 0 20px;
}
.faq-container ul li span {
    display: block;
    color: #ac9455;
    width: 70%;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    background: -moz-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ff3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(172, 148, 85, 0.2)), color-stop(100%, rgba(172, 148, 85, 0)));
    /* safari4+,chrome */
    
    background: -webkit-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* safari5.1+,chrome10+ */
    
    background: -o-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* opera 11.10+ */
    
    background: -ms-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ie10+ */
    
    background: linear-gradient(90deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* w3c */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ac9455', endColorstr='#ac9455', GradientType=1);
    /* ie6-9 */
}
.faq-container ul li p {
    margin-left: 10px;
}
.support {
    width: 80%;
    margin: 0 auto;
}
.support .row {
    padding-right: 5px;
    margin-bottom: 5px;
}
.support textarea {
    height: 180px;
    resize: none;
}
.support .btn {
    display: block;
    margin: 10px auto 0;
}
.map-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 5px;
}
.map-container #map {
    width: 100%;
    height: 400px;
    border-radius: 5px;
}
.map-container .info {
    position: absolute;
    left: 308px;
    bottom: -10px;
    list-style: none;
    padding: 95px 35px 0;
    background: url(../img/address-bg.png) no-repeat;
    width: 240px;
    height: 191px;
    font-size: 9.5px;
    color: #ac9455;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.map-container .info li {
    text-align: center;
    margin-bottom: 5px;
}
.map-container .info li .title {
    text-transform: uppercase;
    font-weight: 700;
}
/* Account
---------------------------------*/

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
.left-panel {
    display: block;
    width: 150px;
    background: url(../img/header-bg.jpg) center 0px;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    height: 100%;
}
.logo-account {
    display: block;
    padding-top: 4px;
    margin: 0 auto;
    height: 50px;
    width: 50px;
    background: url(../img/logo-small.png) top center no-repeat;
    background-size: auto 50px;
}
.logo-account small {
    font-weight: 100;
    letter-spacing: 3.1px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(172, 148, 85, 0.2)), to(rgba(172, 148, 85, 0)));
    background: -webkit-linear-gradient(left, rgba(172, 148, 85, 0.2), rgba(172, 148, 85, 0));
    background: -moz-linear-gradient(left, rgba(172, 148, 85, 0.2), rgba(172, 148, 85, 0));
    background: -o-linear-gradient(left, rgba(172, 148, 85, 0.2), rgba(172, 148, 85, 0));
    background: -ms-linear-gradient(left, rgba(172, 148, 85, 0.2), rgba(172, 148, 85, 0));
    background: linear-gradient(left, rgba(172, 148, 85, 0.2), rgba(172, 148, 85, 0));
    background-color: rgba(172, 148, 85, 0);
    line-height: 12px;
    height: 9px;
    font-size: 9px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.account-menu {
    display: block;
    width: 100%;
    margin-top: 28px;
    border-top: 5px solid #ac9455;
}
.account-menu > li {
    display: block;
    margin-left: -45px;
}
.account-menu > li > a {
    display: block;
    position: relative;
    padding: 17px 0 15px 0;
    text-align: left;
    padding-left: 30px;
    font-size: 17px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.account-menu > li > a i {
    font-size: 29px;
    position: absolute;
    left: 18px;
    top: 16px;
}
.account-menu > li.active > a i {
    color: #ac9455;
}
.account-menu > li > a > small {
    display: block;
    line-height: 13px;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 0px;
    padding-left: 30px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(137, 137, 137, 0)), to(rgba(137, 137, 137, 0.1)));
    background: -webkit-linear-gradient(left, rgba(137, 137, 137, 0), rgba(137, 137, 137, 0.1));
    background: -moz-linear-gradient(left, rgba(137, 137, 137, 0), rgba(137, 137, 137, 0.1));
    background: -o-linear-gradient(left, rgba(137, 137, 137, 0), rgba(137, 137, 137, 0.1));
    background: -ms-linear-gradient(left, rgba(137, 137, 137, 0), rgba(137, 137, 137, 0.1));
    background: linear-gradient(left, rgba(137, 137, 137, 0), rgba(137, 137, 137, 0.1));
    background-color: rgba(172, 148, 85, 0);
}
.account-menu > li.active > a > small,
.account-menu > li:hover > a > small {
    position: relative;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(172, 148, 85, 0)), to(rgba(172, 148, 85, 1)));
    background: -webkit-linear-gradient(left, rgba(172, 148, 85, 0), rgba(172, 148, 85, 1));
    background: -moz-linear-gradient(left, rgba(172, 148, 85, 0), rgba(172, 148, 85, 1));
    background: -o-linear-gradient(left, rgba(172, 148, 85, 0), rgba(172, 148, 85, 1));
    background: -ms-linear-gradient(left, rgba(172, 148, 85, 0), rgba(172, 148, 85, 1));
    background: linear-gradient(left, rgba(172, 148, 85, 0), rgba(172, 148, 85, 1));
    background-color: rgba(172, 148, 85, 0);
}
.account-menu > li.active > a > small:after,
.account-menu > li:hover > a > small:after {
    height: 0;
    width: 0;
    z-index: 12;
    right: -12px;
    position: absolute;
    top: 0;
    content: '';
    border: 7px solid transparent;
    border-left: 5px solid rgba(172, 148, 85, 1);
}
.account-menu > li > a > span {
    padding-left: 30px;
}
.account-menu > li:last-child > a:after {
    display: none;
}
.header-account {
    width: 100%;
    height: 83px;
    background: url(../img/header-bg.jpg) center center;
    background-size: cover;
    border-bottom: 5px solid #ac9455;
    padding: 15px 30px;
}
.header-account .container {
    width: 85%;
}
.header-account .btn {
    margin: 5px 0 0;
}
.wrapper.wrapper-account {
    padding-left: 126px;
}
.main-account {
    background: url(../img/section-bg.png);
    padding: 30px 0;
    height: 100%;
    min-height: 81vh;
}
.main-account .h-left {
    text-align: right
}
.main-account .container {
    width: 80%;
}
.main-account .account-cont {
    overflow: hidden;
    border-radius: 5px;
    border: 3px solid #ac9455;
}
.main-account .left,
.main-account .right {
    float: left;
    background: rgba(255, 255, 255, 0.05);
    width: 65%;
    padding: 20px;
}
.main-account .right {
    width: 35%;
    background: rgba(46, 46, 46, 0.8);
    padding-bottom: 5px;
}
.account-stat {
    padding: 0;
    margin: 0;
    list-style: none;
}
.account-stat li {
    display: inline-block;
    width: 49%;
    height: 50px;
    background: -moz-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ff3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(172, 148, 85, 0.2)), color-stop(100%, rgba(172, 148, 85, 0)));
    /* safari4+,chrome */
    
    background: -webkit-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* safari5.1+,chrome10+ */
    
    background: -o-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* opera 11.10+ */
    
    background: -ms-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ie10+ */
    
    background: linear-gradient(90deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* w3c */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ac9455', endColorstr='#ac9455', GradientType=1);
    /* ie6-9 */
    
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom: 10px;
    padding: 8px 0;
    padding-left: 20px;
}
.account-stat li .title {
    display: block;
    font-size: 12px;
    color: #ac9455;
    text-transform: uppercase;
}
.account-stat li .subtitle {
    background: url(../img/ps-dollar.png) left 10px no-repeat;
    background-size: 18px auto;
    margin-top: -9px;
    padding-left: 22px;
    display: block;
    font-size: 24px;
    color: #fff;
}
.account-stat li .subtitle small {
    font-size: 14px;
}
.account-balance {
    margin: -1px 0 0;
    padding: 5px 0;
    list-style: 0;
}
.account-balance li {
    font-size: 20px;
    display: inline-block;
    width: 49%;
    height: 30px;
    color: #ac9455;
    margin-bottom: 3px;
    line-height: 30px;
    padding-right: 15px;
    text-align: right;
    border-radius: 15px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
}
.account-balance li.pm {
    background: #fff url(../img/pt-18.png) 5px center no-repeat;
}
.account-balance li.pe {
    background: #fff url(../img/pt-43.png) 5px center no-repeat;
}
.account-balance li.btc {
    background: #fff url(../img/pt-48.png) 5px center no-repeat;
}
.account-balance li.adv {
    background: #fff url(../img/pt-56.png) 5px center no-repeat;
}
.account-balance li small {
    font-size: 14px;
}
.deposit-page .dep-text {
    display: block;
    background: -moz-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ff3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(172, 148, 85, 0.2)), color-stop(100%, rgba(172, 148, 85, 0)));
    /* safari4+,chrome */
    
    background: -webkit-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* safari5.1+,chrome10+ */
    
    background: -o-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* opera 11.10+ */
    
    background: -ms-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ie10+ */
    
    background: linear-gradient(90deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* w3c */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ac9455', endColorstr='#ac9455', GradientType=1);
    /* ie6-9 */
    
    padding: 5px;
    text-align: center;
    color: #ac9455;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 12px;
}
.deposit-page .amount-text {
    font-size: 10px;
    margin-top: 15px;
}
.deposit-page .ps-select {
    padding: 0 23px;
    list-style: none;
    margin: 15px auto;
}
.deposit-page .ps-select li {
    display: inline-block;
    margin: 5px;
}
.deposit-page .ps-select li input[type=radio] {
    display: none
}
.deposit-page .ps-select li input[type=radio] + label {
    height: 40px;
    width: 40px;
    cursor: pointer;
    background: url(../img/ps-block.png) no-repeat;
}
.deposit-page .ps-select li input[type=radio] + label.btc {
    background-position: -120px 0
}
.deposit-page .ps-select li input[type=radio]:hover + label.btc {
    background-position: -120px -40px;
}
.deposit-page .ps-select li input[type=radio]:checked + label.btc {
    background-position: -120px -80px;
}
.deposit-page .ps-select li input[type=radio] + label.pm {
    background-position: 0 0
}
.deposit-page .ps-select li input[type=radio]:hover + label.pm {
    background-position: 0 -40px;
}
.deposit-page .ps-select li input[type=radio]:checked + label.pm {
    background-position: 0 -80px;
}
.deposit-page .ps-select li input[type=radio] + label.pe {
    background-position: -80px 0
}
.deposit-page .ps-select li input[type=radio]:hover + label.pe {
    background-position: -80px -40px;
}
.deposit-page .ps-select li input[type=radio]:checked + label.pe {
    background-position: -80px -80px;
}
.deposit-page .ps-select li input[type=radio] + label.adv {
    background-position: -40px 0
}
.deposit-page .ps-select li input[type=radio]:hover + label.adv {
    background-position: -40px -40px;
}
.deposit-page .ps-select li input[type=radio]:checked + label.adv {
    background-position: -40px -80px;
}
.inheader {
    background: #ac9455 url(../img/footer-pat.png);
    color: #fff;
    box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.1);
}
.inheader:first-child {
    border-top-left-radius: 5px;
}
.inheader:last-child {
    border-top-right-radius: 5px;
}
.infooter {
    background: #ac9455 url(../img/footer-pat.png);
    color: #fff;
}
.infooter:first-child {
    border-bottom-left-radius: 5px;
}
.infooter:last-child {
    border-bottom-right-radius: 5px;
}
.table-container {
    width: 80%;
    padding: 30px;
    border-radius: 5px;
    border: 3px solid #ac9455;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 auto;
}
.table-container input[type=text],
.table-container textarea {
    margin-bottom: 10px;
}
\ .table-container .pagination li a.next-prev {
    background: #dedede;
}
.table-container input[type=button],
.table-container input[type=submit] {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 8px 16px;
    margin: 15px 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    height: 40px;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #ac9455;
    background-color: transparent;
    border-color: #ac9455;
}
.table-container input[type=button]:hover,
.table-container input[type=submit]:hover {
    color: #fff;
    background-color: #ac9455;
    border-color: #ac9455;
}
.ref-link {
    border-radius: 5px;
    background: url(../img/header-bg.jpg) center center no-repeat;
    padding: 20px;
    margin: 20px 0;
}
.ref-link p {
    color: #fff;
    text-transform: uppercase;
}
.banner-cont {
    width: 100%;
    padding: 20px 120px 20px;
    margin-bottom: 20px;
}
.banner-cont img {
    display: block;
    margin: 10px auto 20px;
    border: 1px solid #ac9455
}
.banner-cont textarea {
    display: inline-block;
    border-color: #ac9455;
    resize: none;
}
.banner-cont .btn {
    display: inline-block;
}
/* Navigation
---------------------------------*/

.main-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-nav li {
    display: inline;
    margin: 0 1px;
}
.main-nav li a {
    display: inline-block;
    color: #f1f1f1;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 10pt;
    text-decoration: none;
    line-height: 20px;
    margin: 11px 4px;
    border-radius: 15px;
    padding: 5px 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.main-nav li a:hover {
    text-decoration: none;
    color: #ac9455;
    background: #fff;
}
.calc-block {
    display: block;
    padding: 0;
    position: relative;
    z-index: 100;
}
.calc-block > li {
    display: block;
    width: 100%;
    height: 80px;
    padding: 0;
    z-index: 1000;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox 1-3*/
    
    -webkit-box-sizing: border-box;
    /* Safari */
}
.calc-block >li label {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #ac9455;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 5px 20px;
    display: block;
    height: 50px;
    border-radius: 25px;
    cursor: pointer;
    background: -moz-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ff3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(172, 148, 85, 0.2)), color-stop(100%, rgba(172, 148, 85, 0)));
    /* safari4+,chrome */
    
    background: -webkit-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* safari5.1+,chrome10+ */
    
    background: -o-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* opera 11.10+ */
    
    background: -ms-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ie10+ */
    
    background: linear-gradient(90deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* w3c */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ac9455', endColorstr='#ac9455', GradientType=1);
    /* ie6-9 */
}
.calc-block >li span {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    position: absolute;
    left: 85px;
    top: 17px;
    /* font-family: 'Geometria Medium'; */
    
    height: 40px;
    opacity: 1;
    color: #fff;
}
.calc-block > li label > input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    outline: none;
    border: none;
    border: none;
    color: #fff;
    background: transparent;
    padding: 0;
    margin-top: -5px;
    font-size: 20px;
    color: #fff;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    border: none;
}
.calculate-amount {
    margin-left: 15px;
}
.calc-block >li.block-daily {
    margin-left: 30%;
    display: block;
    width: 70%;
    border: 1px solid transparent;
    background: #eef0f2 !important;
}
.min-value {
    float: left;
    opacity: .5;
    font-size: 10px;
    margin-top: -13px;
    margin-left: 3px;
}
.min-value small {} .max-value {
    float: right;
    opacity: .5;
    font-size: 10px;
    margin-top: -13px;
    margin-left: 3px;
}
div.selector {
    width: 100%;
    position: relative;
    margin: 30px 0 20px;
    display: block;
    padding: 1px;
    height: 5px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
div.selector>.p_line {
    width: 100%;
    display: block;
    height: 8px;
    cursor: pointer
}
div.selector>.resize {
    position: relative;
    top: -17px;
    margin-left: 0;
    z-index: 40;
    border: none;
    cursor: e-resize;
    height: 20px;
    width: 20px;
    font-size: inherit;
    text-rendering: auto;
}
.p_before {
    height: 3px;
    border-radius: 5px 0 0 5px;
    background: #ac9455;
}
.selector1 > .p_before {
    height: 3px;
    border-radius: 5px 0 0 5px;
    background: #898989;
}
div.selector>.resize > span {
    display: inline-block;
    height: 10px;
    width: 10px;
    text-align: center;
    background: #ac9455;
    ;
    width: auto;
    font-size: 12px;
    text-indent: -999px;
    overflow: hidden;
    /* min-width: 53px; */
    
    position: relative;
    top: 7px;
    box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.2);
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    font-family: 'Montserrat', sans-serif;
}
div.selector.selector1>.resize > span {
    background: #898989;
    background-size: auto 10px, auto auto;
}
.blocks-profit-daily {
    margin-left: 8%;
    background: rgba(172, 148, 85, 0.2);
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}
.calc-block li.blocks-profit {
    display: block;
    float: left;
    width: 33%;
    padding: 10px;
}
.calc-block li.blocks-profit span {
    position: relative;
    top: -5px;
    left: 0;
}
.latest-section {
    padding: 40px 15px 50px;
    background: url(../img/last-section.jpg) center center;
    background-size: cover;
    border-top: 5px solid #ac9455;
    border-bottom: 5px solid #ac9455;
}
.latest-section .tr-container {
    overflow: hidden;
    width: 800px;
    margin: 30px auto 0;
    border-radius: 5px;
    border: 2px solid #ac9455;
}
.latest-section .tr-container .last-deposit {
    float: left;
    width: 50%;
    background: rgba(27, 27, 27, 0.6);
    padding: 20px;
}
.latest-section .tr-container .last-withdwaw {
    float: left;
    width: 50%;
    background: rgba(46, 46, 46, 0.6);
    padding: 20px;
}
.latest-section .tr-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.latest-section .tr-container ul li {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #ac9455;
    margin: 2px;
    text-transform: uppercase;
    height: 50px;
    border-radius: 25px;
    padding: 5px 25px 0;
    background: -moz-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ff3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(172, 148, 85, 0.2)), color-stop(100%, rgba(172, 148, 85, 0)));
    /* safari4+,chrome */
    
    background: -webkit-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* safari5.1+,chrome10+ */
    
    background: -o-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* opera 11.10+ */
    
    background: -ms-linear-gradient(0deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* ie10+ */
    
    background: linear-gradient(90deg, rgba(172, 148, 85, 0.2) 0%, rgba(172, 148, 85, 0) 100%);
    /* w3c */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ac9455', endColorstr='#ac9455', GradientType=1);
    /* ie6-9 */
}
.latest-section .tr-container ul li abbr {
    float: right;
    font-size: 20px;
    position: relative;
    top: -28px;
    padding-right: 30px;
}
.latest-section .tr-container ul li abbr.ps18 {
    background: url(../img/pt-18.png) center right no-repeat;
}
.latest-section .tr-container ul li abbr.ps48 {
    background: url(../img/pt-48.png) center right no-repeat;
}
.latest-section .tr-container ul li abbr.ps43 {
    background: url(../img/pt-43.png) center right no-repeat;
}
.latest-section .tr-container ul li abbr.ps56 {
    background: url(../img/pt-56.png) center right no-repeat;
}
.latest-section .tr-container ul li span {
    display: block;
    font-size: 20px;
    margin-top: -5px;
    text-transform: none;
    color: #eee;
}
.payment-system {
    background: url(../img/section-bg.png);
    padding: 30px 0;
}
.payment-system .ps-cont {
    float: left;
    margin: 0 20px;
}
.payment-system .security-cont {
    float: left;
    margin: 0 20px;
}
.payment-system .ps-block {
    position: relative;
    top: -15px;
    left: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.payment-system .ps-block li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/ps-block.png);
    margin: 0 6px;
    cursor: pointer;
}
.payment-system .ps-block li.pm {
    background-position: 0 0;
}
.payment-system .ps-block li.btc {
    background-position: 40px 0;
}
.payment-system .ps-block li.pe {
    background-position: 80px 0;
}
.payment-system .ps-block li.adv {
    background-position: 120px 0;
}
.payment-system .ps-block li.pm:hover {
    background-position: 0 -40px;
}
.payment-system .ps-block li.btc:hover {
    background-position: 40px -40px;
}
.payment-system .ps-block li.pe:hover {
    background-position: 80px -40px;
}
.payment-system .ps-block li.adv:hover {
    background-position: 120px -40px;
}
.payment-system .security-block {
    position: relative;
    top: -15px;
    left: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.payment-system .security-block li {
    display: inline-block;
    height: 40px;
    background: url(../img/security-block.png) no-repeat;
    margin: 0 8px;
    cursor: pointer;
}
.payment-system .security-block li.ddos {
    background-position: 0 0;
    width: 147px;
}
.payment-system .security-block li.ssl {
    background-position: -147px 3px;
    width: 170px;
}
.payment-system .security-block li.ddos:hover {
    background-position: 0 -40px;
}
.payment-system .security-block li.ssl:hover {
    background-position: -147px -40px;
}
/* Footer
---------------------------------*/

footer {
    border-top: solid 5px #ac9455;
    padding: 0;
    background: #2b2b2b url(../img/footer-pat.png);
}
.footer-logo {
    display: block;
    background: url(../img/footer-logo.png) no-repeat;
    margin: 0 auto 30px;
    width: 240px;
    height: 82px;
}
.footer-nav {
    list-style: none;
    width: 675px;
    margin: 0 auto;
}
.footer-nav li {
    display: inline;
}
.footer-nav li a {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0 10px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.footer-nav li a:hover,
.footer-nav li a:active,
.footer-nav li a.active,
.footer-nav li a.focus {
    color: #ac9455;
    border-color: #ac9455;
    text-decoration: none;
}
.footer-bottom {
    padding: 30px 0 0;
    margin: -1px 0 0;
    background: #242424 url(../img/footer-pat.png);
    border-top: 1px solid #202020;
}
.footer-bottom address {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #585858;
    background: url(../img/address-pin.png) top center no-repeat;
    padding-top: 70px;
    text-align: center;
    width: 230px;
    margin: 0 auto;
}
.footer-bottom .footer-bg {
    background: url(../img/footer-bg.png) top center no-repeat;
    height: 180px;
}
.copyright {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 25px;
}
/* Animation Timers
---------------------------------*/

.delay-01s {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.2s;
}
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}
.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}
.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}
.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}
.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}
.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}