body {
    /*font-size: 14px;*/
}
.img-responsive.align-center {
    margin: 0 auto;
}
.section h2 {
    color: #FF6600;
}
ul.list-inline li .img-responsive {
    display: inline-block;
}
ul.list-inline li:nth-of-type(1) {
    margin-right: 0;
}
li.header {
    color: #FF6600;
    font-weight: bold;
    font-size: 18px;
}
li a {
	color: #FF6600;
}
.panel-group {
	margin-top: 20px;
	margin-bottom: 40px;
}
.fa {
	margin-right: 10px;
}
.success {
	color: #FF6600;
}
.danger {
	color: #FF6600;
}
.section .btn-u {
    padding: 10px 30px;
    font-size: 14px;
    font-weight: bold;
}
.section .btn-u-#FF6600:hover {
    background-color: #FF6600;
}
.section .btn-u-green {
    background: #FF6600;
}
.btn-color-#FF6600-ghost-platforms {
    color: #000;
}
.btn-color-#FF6600-ghost-platforms:hover {
    color: #FF6600;
}
.cta-container {
    margin: 70px 0;
}
.cta-container .btn-u {
    width:100%;
}
.section {
    position: relative;
    /*40px 20px 80px 20px*/
}
.section-header {
    padding-top: 50px;
}
.section-header .row:nth-of-type(1){
    padding-bottom: 20px;
}
.section-header .row:nth-of-type(3){
    padding: 0 80px;
    margin-top: 50px;
}
.section-header h1 {
    margin-bottom: 50px;
}
.section-products {
    padding: 20px 20px 370px 20px;
}
.section-products .container{
    max-width: 840px;
}
.section-products h2 {
    margin-bottom: 40px;
}
.section-footer {
    background-color: #E9E9E9;
    padding: 300px 20px 80px 20px;
}
.section-footer .list-advantages {
    margin-top: 40px;
}   
.section-footer .img-float{
    position: absolute;
    top: -680px;
    left: 0;
    right: 0;
}
.section-footer .img-float {
    top: -680px;
}
.section-footer .list-instructions li {
    line-height: 1.1;
    margin-top: 20px;
}
.section-footer strong.number {
    font-size: 20px;
    color: #999;
    display: block;
}
.android_forex_trading .section-footer {
    padding: 250px 20px 80px 20px;
}
.android_forex_trading .section-footer .img-float {
    top: -380px;
}
.iphone_trader .section-footer {
    padding-top: 20px;
}
.iphone_trader .section-products {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
	.cta-container div {
		margin-bottom: 10px;
	}
	.cta-container .img-responsive{
		margin-top: 15px !important;
	}
}

@media (max-width: 991px) {
	.cta-container div {
		margin-bottom: 10px;
	}
	.cta-container .img-responsive{
		margin-top: 15px !important;
	}

	.section-products {
	    padding: 20px 20px 80px 20px;
	}
	.section-footer {
	    padding: 40px 20px 80px 20px;
	}
	.section-footer .img-float {
		position: initial;
	}
}