* {
    box-sizing: border-box;
}

body,html {
    margin:0;
    padding:0;
    background:#e5e5e5;
}
body{
    border-top:4px solid #243f8e;
}

/* CrossBrowser Checkbox */

.specialCheckbox {
    position: absolute;
    display: block;
    margin-right: 9px;
    float: left;
    left:0px;
    top:0px;
}

.specialCheckbox > .box {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    background-color: #eee;
}

.specialCheckbox > .box > .tick {
    position: absolute;
    left: 2px;
    top: 0px;
    width: 14px;
    height: 6px;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
}

.specialCheckbox > input:checked + .box > .tick {
    display: block;
}

.specialCheckbox > input {
    position: absolute;
    outline: none;
    left: 0;
    top: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    border: none;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.specialCheckbox > input:active + .box {
    border-color: #aaa;
    background-color: #ddd;
}

.specialCheckbox.checked > .box > .tick {
    display: block;
}

.oldie .specialCheckbox > .box > .tick {
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');
}

.oldie .specialCheckbox > input {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.oldie .specialCheckbox {
    zoom: 1;
}

.oldie .specialCheckbox > .box > .tick {
    left: 1px;
    top: -5px;
    zoom: 1;
}

/* Checkbox finished */

/* Magnific */
/* Magnific Popup CSS */

.mfp-content {
    max-width: 767px;
    background: #fff;
    padding: 30px;
}
.mfp-content h1{
    font-size:30px;
    display:block;
    float:left;
    width:100%;
    margin-bottom:20px;
    font-weight: bold;
}

.mfp-content h1, .mfp-content strong{
color: #243f8e;
}
.mfp-content p{
    text-align: justify;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

/* Magnific */

body, head{
    font-family: 'Raleway', sans-serif;
    font-size:14px;
}
h1, h2, h3 {
    font-size:inherit;
    font-weight:inherit;
    line-height:inherit;
    display:inline-block;
    margin:0;
}
::selection {
    background: #14c168;
    color:#fff;
}
::-moz-selection {
    background: #14c168;
    color:#fff;
}

.header{
    width:100%;
    float:left;
    position:relative;
    background:#243f8e url('../images/headerBackground.png') center;
    padding-bottom:40px;
}

.header:before{
    content:'';
    position:absolute;
    width:100%;
    height:280px;
    background:url('../images/shadowRepeat.png');
    z-index:1;
    top:0;
}

.headerCenter {
    position:relative;
    width:100%;
    max-width:980px;
    margin:auto;
    z-index:2;
    color:#fff;
    padding:60px 0;
}
.headerLeft{
    padding-top:20px;
    float:left;
    width:50%;
    margin-left:30px;
}

.trendProsLogo {
    width:260px;
}
.trendProsLogo img{
    width:100%;
}

.headerBigText {
    float:left;
    width:100%;
    margin:25px 0 10px 0;
    font-size:46px;
    font-weight:800;
    line-height:50px;
}

.headerThinText {
    float:left;
    width:100%;
    font-size:24px;
    max-width:360px

}
.headerThinText span{
    display:block;
}

.headerDemoCube {
    float:right;
    width:100%;
    max-width:360px;
    background:#fff;
    color:#0a1126;
    padding:15px 20px;
    margin-bottom:60px;
    position:relative;
    margin-right: 20px;
}

.headerDemoCube:after{
    content:'';
    background:url('../images/cubeBottom.png');
    float:left;
    position:absolute;
    width:100%;
    height:48px;
    bottom:-45px;
    left:0px;
}

.headerText {
    position: relative;
    height: 230px;
}
@media (max-width: 767px) {
    .headerText {
        height: 200px;
    }
}

.sliderWrap{
    position: relative;
}

.sliderItem {
    display:none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    cursor: default;
}
.activeSlide{
    display:block;
}

.sliderControl {
    width:100%;
    float:left;
    position: absolute;
    bottom: 0;
}

.sliderButton {
    display:block;
    width:20px;
    height:20px;
    background:#fff;
    float:left;
    margin-right:10px;
    margin-top:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity:0.5;
    transition:0.3s ease all;
}

.activeButton, .sliderButton:hover{
    opacity:1;
    background: #00adee;
}



.hdcBig {
    font-weight:600;
    display:block;
    font-size:18px;
}
.hdcThin {
    font-size:14px;
    margin:5px 0;
    display:block;
    float:left;
}
.hdcForm, .hdcRow {
    float:left;
    width:100%;
}

.hdcForm {
    margin-top:10px;
}

.hdcRow, .hdcAction {
    margin-bottom:10px;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}

input[type="text"] {
    border:2px solid #e1e1e1;
    width:100%;
    line-height:35px;
    height:35px;
    padding:0 10px;
    font-size:14px;
    outline:none;
    transition: 0.3s ease border-color;
}

input[type="text"]::placeholder{
    color:#e1e1e1;
    font-weight:500;
}
input[type="text"].error::placeholder{
    color:#f3b8b8;
    font-weight:500;
}

.hdcRow input{
    outline:0px;
}

.PhoneRow input.cubeCode{
    width:25%;
    float:left;
}
.PhoneRow input.cubePhone{
    float:left;
    width:70%;
    margin-left:5%;
}

.NameDiv input{
    width: 47.5%;
    float: left;
}

input[name="FirstName"]{
    margin-right: 5%;
}

input[type="button"], input[type="submit"] {
    width:100%;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    background:#14c168;
    border:none;
    line-height:35px;
    height:40px;
    color:#fff;
    font-weight:600;
    font-size:16px;
    outline:0;
    transition: 0.7s ease background;
    cursor: pointer;
}

input.error{
    border-color:#ff7a7a;
}

.hdcCondition {
    position: relative;
    float:left;
    display:block;
    width:100%;
    font-size:13px;
    line-height:15px;
    margin-top:5px;
    padding-left: 25px;
    padding-right: 20px;
}

.container {
    float:left;
    width:100%;
    transition:0.8s ease padding;
}

.center {
    width:100%;
    max-width:980px;
    margin:auto;
    margin-top:-40px;
    background:#fff;
    position:relative;
    padding:25px 0;
}

.center > div{
    width:96%;
    margin-right:2%;
    margin-left:2%;
    display:inline-block;
}

.reasonsContainer {
    width:100%;
    margin-bottom:20px;
}

.reasonsContainer:after {
    height:3px;
    background:#dae0e5;
    width:100%;
    float:left;
    content:'';
    margin-top:20px;

}

.reasonItem {
    width:25%;
    float:left;
    padding:0 18px;
    position:relative;
}

.reasonItem:after{
    content:'';
    height:190px;
    width:1px;
    background:#e8ecf1;
    position:absolute;
    right:-1px;
}

.reasonsContainer .reasonItem:last-child:after {
    display:none;
}

.reasonImage {
    float:left;
    display:block;
    width:100%;
    text-align:center;
    margin-bottom:10px;
}
.reasonIcon {
    display:inline-block;
    width:78px;
    height:78px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.trustedInformation .reasonIcon{
    background:#eceff2 url('../images/trustedInformation.png') no-repeat center;
    background-size:38px;
}

.marketTrends .reasonIcon{
    background:#eceff2 url('../images/marketTrends.png') no-repeat center;
    background-size:45px;
}

.easyToUse .reasonIcon{
    background:#eceff2 url('../images/easyToUse.png') no-repeat center;
    background-size:31px;
}

.topTradingTools .reasonIcon{
    background:#eceff2 url('../images/topTradingTools.png') no-repeat center;
    background-size:45px;
}

.reasonText {
    text-align:center;
    float:left;
    width:100%;
}
.reasonText strong{
    margin-bottom:5px;
    display:block;
    float:left;
    width:100%;
}
.reasonText p {
    font-size:14px;
}

.unlockContainer {
    width:100%;
}

.ucTitle {
    float:left;
    width:100%;
    position:relative;
}
.ucTitle:after {
    content:'';
    width:1px;
    height:20px;
    position:absolute;
    bottom:-30px;
    background:#dae0e5;
    left:50%;
}

.uctTopThin {
    width:100%;
    float:left;
    text-align:center;
    font-size:20px;
    color:#233d8a;
}

.uctTopBold {
    float:left;
    width:100%;
    font-weight:800;
    font-size:20px;
    text-align:center;
    line-height:25px;
    color:#14c168;
}

.uctItems {
    float:left;
    width:100%;
    position:relative;
}


.uctItems:after, .uctItems:before {
    content:'';
    height:1px;
    width:30%;
    background:#ccc;
    position:absolute;
    left:30%;
    top:50%;
    z-index:0;
}

.uctItems:before {
    left:50%;
}

.uctItem {
    float:left;
    z-index:10;
    background:#fff;
    position:relative;
    width:29.3%;
    border:1px solid #dae0e5;
    margin:2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:10px 20px 20px;
}
.uctIcon {
    width:48%;
    height:100px;
    display:inline-block;
    vertical-align:middle;
}
.uctLiveChart .uctIcon{
    background:url('../images/liveCharts.png') no-repeat center;
}

.uctMarketEvents .uctIcon{
    background:url('../images/marketCovered.png') no-repeat center;
}

.uctSuccessRate .uctIcon{
    background:url('../images/successRate.png') no-repeat center;
}

.uctText {
    width:48%;
    display:inline-block;
    vertical-align:middle;
    color:#243f8e;
}

.uctBold {
    font-size:50px;
    line-height:50px;
    display:block;
    float:left;
    font-weight:900;
}

.uctLine {
    font-size:16px;
}

.uctLiveChart .uctBold{
    margin-bottom:5px;

}

.uctExplain, .testimonialsContianer {
    width:100%;
}

div.uctExplain {
    margin-top:20px;
}

.ucteCover, .ucteAction {
    float:left;
    width:44%;
    margin:0 3%;
}
.ucteCover {
    max-width:370px;
}

.ucteReasons {
    float:left;
    width:100%;
}
.ucteReasons ul, .ucteReasons ul li{
    list-style:none;
    margin:0;
    padding:0;
}
.ucteReasons ul li {
    font-size:16px;
    margin-bottom:20px;
    position:relative;
    padding-left:30px;
    font-weight:500;
    color:#243d89;
}

.checkMark {
    display:block;
    width:23px;
    height:15px;
    float:left;
    background:url('../images/checkMark.png') no-repeat center;
    background-size:23px;
    position:absolute;
    left:0;
    top:0;
}

.ucteButtonContainer {
    float:left;
    width:100%;
}
.uctButton {
    max-width:400px;
}

.testimonialsContianer {
    text-align:center;
}

.testimonialsContianer {
    border-top:4px solid #e3e8ec;
    margin-top:30px;
    padding-top:30px;
}

.testimonialsTitle {
    width:100%;
    text-align:centeR;
}
span.testimonailsIcon{
    background:url('../images/talkCloud.png') no-repeat center;
    background-size:49px auto;
    display:inline-block;
    width:49px;
    height:45px;
}
.testimonialsTitle strong {
    width:100%;
    text-align:center;
    display:block;
    margin-top:10px;
    font-size:20px;
    margin-bottom:10px;
    color:#243f8e;
}
.testimonialsTitle strong br{
    display: none;
}

@media(max-width: 350px){
    .testimonialsTitle strong br{
        display: block;
    }
}

.testimonialsAlert {
    display:inline-block;
    max-width:767px;
    text-align:center;
    font-size:14px;
}

#aboutTredingPro {
    border-top: 4px solid #e3e8ec;
    margin-top: 30px;
    padding-top: 30px;
    text-align:center;
}


#aboutTredingPro h2{
    width: 100%;
    text-align: center;
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    color: #243f8e;
    font-weight:600;
}

.abtIcon{
    display:block;
    width:100%;
    height:38px;
    background:url('../images/likeIcon.png') no-repeat center;
    background-size:38px auto;
    margin-bottom:10px;
}

.aboutText {
    width:100%;
    max-width:767px;
    display:inline-block;
    margin-bottom:20px;
}
.aboutText p{
    margin:0;
    margin-bottom:10px;
    font-size:14px;
}

#joinTradePros {
    margin-bottom:10px;
    margin:0;
    width:100%;
    text-align:center;
}
.wywLine {
    width:100%;
    max-width:400px;
    height:1px;
    background:#dae0e5;
    display:inline-block;
    margin-bottom:20px;
}

.wywThin {
    width:100%;
    float:left;
    text-align:center;
    color:#243f8e;
    font-size:16px;
}

.wywBold {
    font-size:26px;
    font-weight:800;
    line-height:40px;
    margin-bottom:20px;
    display:block;
    color:#14c168;
}
div.wywCube {
    background:#e5e5e5;
    padding:20px;
    margin:0 !important;
    float:left;
    width:100%;
    border-top:3px solid #dce2e7;
    border-bottom:3px solid #dce2e7;
    background:url('../images/cubeReversBg.png') repeat-x bottom #e5e5e5;

}

.wywCube > div{
    position:relative
}
.wywRow {
    width:33%;
    margin:0 1%;
    max-width:200px;
    display:inline-block;
    margin-bottom:20px;
    vertical-align: top;
}
.wywRow input{
    border-color:#cacaca;
}

.wywRow.NumberDiv input{
    width: 49%;
    display: block;
    float: left;
}

.wywRow input[name="PhoneCountryCode"] {
    margin-right: 2%;
    width: 25%;
}
.wywRow input[name="Telephone"] {
    width: 73%;
}

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

.wywAction input{
    max-width:320px;
}

#footer {
    width:100%;
    margin:0;
    padding:20px 0;
}

.generalFooterInfo {
    background:#fafafa;
    font-size:13px;
    line-height:18px;
    padding:20px;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    text-align:center;
}

.riskAlert {
    padding:20px;
    text-align:center;
    line-height:18px;
    font-size:13px;
}

.footerButtons {
    text-align:center;
}

.footerButtons a{
    font-weight:600;
    text-decoration:none;
    color:#000;
    margin:0 5px;
    outline: 0px;
}

.generalRiskLink {
    padding-right:10px;
    border-right:1px solid #ccc;
}

.specialCheckbox, .specialCheckbox *, label {
    cursor:pointer;
}


@media (max-width:1020px){
    .headerDemoCube{
        margin-right:20px;
        float:right;
        text-align: left;
    }
}

@media (max-width:850px){
    .headerLeft{
        width:40%;
    }
    .headerBigText{
        font-size:37px;
    }
    .reasonItem{
        padding:0 10px;
    }
    .ucteCover img {
        width:100%;
    }

    .uctBold {
        font-size:40px;
    }
    .uctLine {
        font-size:16px;
    }
    .uctItem {
        padding:10px;
    }

    .uctTopBold{
        padding: 0 10px;
    }
}

@media (max-width:1000px){
    div.headerBigText{
        font-size:30px;
        line-height:36px
    }
}

@media (max-width:860px) and (min-width:767px){
    div.headerBigText{
        font-size:28px;
        line-height:35px
    }
}

@media (max-width:767px){
    .sliderControl {
        max-width: 60px;
        left: 50%;
        margin-left:-30px;

    }
}


@media (max-width:765px){
    .headerLeft{
        width:100%;
        margin:0;
        padding:0 20px;
        text-align:center;
    }
    .trendProsLogo{
        text-align:center;
        width:100%;
    }

    .trendProsLogo img{
        display:inline-block;
        float:none;
        width:195px;
    }

    .headerCenter {
        padding:20px 0;
        text-align:center;
    }
    .headerText {
        display:inline-block;
        max-width:320px;
        width: 100%;
    }
    .headerThinText {
        font-size:20px;
    }

    .headerLeft {
        margin-bottom:30px;
    }

    .headerDemoCube {
        margin:0;
        display:inline-block;
        width:100%;
        float:none;
        margin-bottom:20px;
    }

    .center{
        text-align:center;
    }

    .center > div{
        max-width:550px;
    }

    .reasonItem{
        width:100%;
        margin-bottom:10px;
        min-height:90px;
        padding-left:100px;
        padding-top:10px;
    }
    .reasonItem:after{
        width:100%;
        height:1px;
        bottom:0;
    }

    .reasonImage {
        width:80px;
        position:absolute;
        left:0;
        top:0;
    }
    .reasonTitle {
        text-align:left;
    }
    .reasonText p {
        text-align:left;
    }

    .reasonsContainer:after{
        margin-top:0;
    }

    .uctItem {
        width:100%;
        margin:15px 0 5px;
        padding:5px;
    }
    .uctItems:after, .uctItems:before{
        display:none;
    }

    .uctIcon{
        width:100px;
        height:80px;
    }
    .uctText{
        width:100px;
        text-align:left;
    }

    .uctLine{
        width:170px;
    }

    .uctBold, .uctLine{
        display:inline-block;
        vertical-align:top;
        line-height:30px;
        text-align:left;
    }

    .uctLine br{
        display:none;
    }

    .uctLiveChart:before{
        content:'';
        width:1px;
        height:10px;
        background:#dae0e5;
        position:absolute;
        display:block;
        left:50%;
        top:-10px;
    }


    .uctMarketEvents:before, .uctSuccessRate:before{
        content:'';
        width:1px;
        height:20px;
        background:#dae0e5;
        position:absolute;
        display:block;
        left:50%;
        top:-21px;
    }
    .ucteCover {
        width:100%;
        text-align:center;
        max-width:100%;
        margin:0;
    }
    .ucteCover img{
        max-width:354px;
        float:none;
        display:inline-block;
    }

    .uctExplain{
        text-align:center;
    }

    .ucteAction {
        display:inline-block;
        float:none;
        width:100%;
        max-width:320px;
        text-align:left;
        margin: 0;
    }

    .wywThin{
        max-width:400px;
        display:inline-block;
        float:none;
        padding: 0 10px;
    }

    .wywBold{
        width:100%;
        display:inline-block;
        margin:10px 0 20px 0;
        line-height:26px;

    }

    div.wywCube {
        padding-top:5px;
    }

    .wywRow{
        width:100%;
        max-width:320px;
        margin:7px 0;
    }

    .wywAction {
        margin-top:7px;
    }

    .wywRow input[type="text"]{
        border:1px solid #cacaca;
        max-width: 400px;
    }
    .wywRow input[type="text"].error{
        border-color: #ff7a7a;
    }

    div.uctIcon {
        background-size:64px auto !important;
        width:70px;
    }
    div.uctText{
        display:inline-block;
        width:210px;
    }

    span.uctBold {
        font-size:40px;
        float:left;
        width:80px;
        text-align:center;
        line-height:15px;
    }
    span.uctLine {
        padding-left:10px;
        width:120px;
        float:left;
        line-height:20px;
    }

    .uctMarketEvents .uctBold{
        line-height:30px;
    }

    .uctSuccessRate div.uctIcon {
        background-position:0px !important;
    }

}

@media(max-width:400px){
    .uctLine{
        width:auto;
        line-height:18px;
        font-size:14px;
        margin-top:5px;
    }

    .footerButtons a{
        width:80%;
        display:inline-block;
        margin:0;
    }

    a.generalRiskLink {
        border-right:0;
        padding:0;
        margin-bottom:10px;
        padding-bottom:10px;
        border-bottom:1px solid #efefef;
    }
    .ucteReasons{
        padding:0 10px;
    }

    div.headerBigText {
        font-size: 25px;
        line-height: 30px;
    }

    div.uctText{
        width: 200px;
    }

    .headerThinText {
        font-size: 18px;
    }

    .headerText {
        height: 180px;
    }

}




/* slick */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    background:transparent;
    border:1px solid #dae0e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-indent:-200px;
    width:35px;
    height:35px;
    overflow:hidden;
    position:absolute;
    right:0;
    top:-40px;
    outline:0;
}
.slick-prev {
    right:40px;
    background:url('../images/arrowLeft.png') no-repeat center;
    background-size:11px auto;
}
.slick-next {
    background:url('../images/arrowRight.png') no-repeat center;
    background-size:11px auto;
}
.slick-arrow {
    cursor:pointer;
    margin-right:20px;
}

.testimonialsItems {
    margin-bottom:10px;
}

.testimonialsItem, .testimonialsItem * {
    outline:0;
}

.testimonialsItem {
    border:1px solid #ccc;
    margin:10px;
    margin-bottom:40px;
    padding:10px;
    position:relative;
    min-height:160px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align:left;
}
.testimonialsItem p{
    margin:0;
    margin-top:5px;
}
.testimonialsItem strong{
    display:block;
    margin-top:10px;
    font-size:14px;
}
.testimonialsItem span{
    display:block;
    margin-top:0;
    font-size:12px;
    color:#243f8e;
    padding-bottom: 10px;
}

.testimonialsItem:before {
    content:'';
    width:24px;
    height:8px;
    display:block;
    position:absolute;
    background:url('../images/bottomArrowCenter.png') no-repeat;
    background-size:24px auto;
    bottom:-8px;
    left:50%;
    margin-left:-12px;
}

.testimonialsItem:after {
    content:'';
    width:214px;
    height:22px;
    display:block;
    position:absolute;
    background:url('../images/bottomShadow.png') no-repeat;
    background-size:214px auto;
    bottom:-40px;
    left:50%;
    margin-left:-107px;

}

@media(max-width:550px){
    .testimonialsItem{
        min-height:inherit;
    }

    .slick-arrow {
        left:50%;
        top:-40px;
    }

    .slick-prev{
        margin-left:-40px;
    }
    .slick-next {
        margin-left:5px
    }

    .testimonialsItems {
        margin-top:50px;
    }

}

/* Stick Bar */

.sticky{
    width:100%;
    height:95px;
    background:#24408d url('../images/headerBackground.png') center;
    border-top:5px solid #2c4aa4;
    background-position-x:center !important;
    background-position-y:80% !important;
    background-repeat:no-repeat;
    z-index:11;
    bottom:-120px;
    transition: 0.8s ease all;
    position: fixed;
}

.sticked{
    bottom:-2px;
}

.stickHidden .sticky{
    position:fixed;
    bottom:-150px !important;
}

.sticked-fixed .container{
    padding-bottom: 80px;
}
.stickHidden .container {
    padding-bottom: 0px;
}

.stickyContent {
    width:100%;
    max-width:980px;
    margin:auto;
    text-align:center;
    position: relative;
    min-width: 315px;
}

.stickLeft{
    width:440px;
    display:inline-block;
    vertical-align:middle;
}

.stickyRight{
    vertical-align:middle;
    display:inline-block;
    width:220px;
    padding:20px 10px;
}

.stickLeft{
    text-align:right;
    padding:20px 10px;
    color:#fff;
    font-weight:700;
    font-size:20px;
    position:relative;
}

.stickLeft:after{
    width:1px;
    height:70px;
    background:#fff;
    display:block;
    content:'';
    right:0;
    top:10px;
    position:absolute;
}

.stickyRight a{
    display:block;
    float:left;
    padding:0 10px;
    height:40px;
    line-height:40px;
    background: #14c168;
    text-decoration:none;
    color:#fff;
    font-weight:700;
    width:100%;
    text-align:center;
}

.stickClose{
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 20px;
    top: 0px;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #FFF;
    background:#24408d;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
@media (max-width: 500px){
    .stickClose{
        top: -20px;
    }
}

@media (max-width:720px){
    div.stickLeft {
        width:50%;
        font-size:14px;
        padding-top:15px;
        padding-left:0;
        max-width:200px;
    }
    div.stickLeft br{
        display:none;
    }

    div.stickLeft:after {
        height:60px;
    }

    div.stickyRight{
        padding-top:15px;
        width:45%;
        max-width:200px;
    }
}
@media (max-width:450px){
    div.stickLeft{
        font-weight:400;
        font-size:13px;
    }
}