@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900|Hind:400,500,600,700);
html,
#html {}

a {
    transition: all 0.3s ease-in;
}


/* .container.shortcuts .btn-primary { */


/* width: auto; */


/* } */

.margin0 {
    margin: 0;
}

.width-1 {
    width: 100%;
}

li p {
    margin-left: 70px;
}

nav {
    cursor: pointer;
}

@media only screen and (max-width: 970px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        position: absolute;
    }
}

.su-spoiler-title {
    font-size: 1.2em !important;
}

.contentSlider .information .box .colorButton {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    float: right;
    font-weight: normal;
}

p {
    font-size: 1.1em;
    line-height: 1.4em;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    line-height: 1.2;
}

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.wrapper {
    width: 100%;
    max-width: 590px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    margin-bottom: 200px;
}

.content {
    padding: 0 15px;
    width: 540px;
}

.content h1 {
    margin-top: 0;
}

.sidebar {
    padding: 20px;
    width: 400px;
    border: 2px solid #ebebeb;
    color: black;
}

.sidebar h3 {
    margin: 0;
}

.content,
.sidebar {
    float: left;
}


/* The sticky */

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
}

.clear {
    clear: both;
}

#forexticker {
    11px/normal Arial,
    Helvetica,
    sans-serif;
    position: relative;
    width: 930px;
    height: 50px;
    overflow: hidden;
    margin: 4px auto;
    font-size: 8pt;
    -webkit-font-smoothing: antialiased;
    margin-top: 1em;
    color: #666;
    padding: 0.5em;
    /*box-shadow: 1px 1px 1px 1px #ebebeb;*/
}

.symbol img {
    position: relative;
    top: -3px;
}

.ticker,
.ticker div {
    float: left;
    text-align: center;
}

.ticker {
    border-bottom: 1px solid #EBEBEB;
}

.ticker .white {
    background: #F8F8F8;
}

.ticker .gray {
    background: #EBEBEB;
}

.symbol,
.bid,
.ask,
.spread {
    width: 63px;
    height: 20px;
    border-bottom: 1px solid #EBEBEB;
    padding-top: 5px;
}

.symbol {
    width: 70px;
}

.spread {
    width: 50px;
}

img.arrow {
    position: relative;
    top: -3px;
}

.ticker img {
    margin: 0 5px;
}

#forexticker .off {
    -moz-animation-name: none;
    -webkit-animation-name: none;
    -ms-animation-name: none;
    animation-name: none;
}

.bar.background-white {
    background: #fff;
}

.bar {
    position: relative;
    background: #38a7bb;
}

.button {
    float: left;
    width: 31%;
    display: block;
    margin: .5em;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button:focus {
    outline: none;
}

.button>span {
    vertical-align: middle;
}

.button--nina {
    padding: 0 2em;
    background: #fff;
    color: #2980b9;
    overflow: hidden;
    border: 1px solid #2980b9;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    text-align: center;
}

.button--nina.button--inverted {
    background: #2980b9;
    color: #fff;
}

.button--nina>span {
    display: inline-block;
    padding: 1em 0;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--nina::before {
    text-align: center;
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.2em 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--nina:hover {
    background-color: #2980b9;
    text-align: center;
}

.button--nina:hover::before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.button--nina:hover>span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.button--nina:hover>span:nth-child(1) {
    -webkit-transition-delay: 0.045s;
    transition-delay: 0.045s;
}

.button--nina:hover>span:nth-child(2) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}

.button--nina:hover>span:nth-child(3) {
    -webkit-transition-delay: 0.135s;
    transition-delay: 0.135s;
}

.button--nina:hover>span:nth-child(4) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

.button--nina:hover>span:nth-child(5) {
    -webkit-transition-delay: 0.225s;
    transition-delay: 0.225s;
}

.button--nina:hover>span:nth-child(6) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

.button--nina:hover>span:nth-child(7) {
    -webkit-transition-delay: 0.315s;
    transition-delay: 0.315s;
}

.button--nina:hover>span:nth-child(8) {
    -webkit-transition-delay: 0.36s;
    transition-delay: 0.36s;
}

.button--nina:hover>span:nth-child(9) {
    -webkit-transition-delay: 0.405s;
    transition-delay: 0.405s;
}

.button--nina:hover>span:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.button--nina:hover>span:nth-child(11) {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
}

.button--nina:hover>span:nth-child(12) {
    -webkit-transition-delay: 0.53s;
    transition-delay: 0.53s;
}

.button--nina:hover>span:nth-child(13) {
    -webkit-transition-delay: 0.57s;
    transition-delay: 0.55s;
}

.sticky {
    transition: all 200ms linear 0s;
}

.endfooter {
    padding-bottom: 1em;
}

.mediabox {
    margin-top: 15px;
    border-bottom: 2px solid #ebebeb;
    border-radius: 0px 35px 0px 35px;
}

.num_fokus2 {
    background: #d20000;
    color: #fff;
    font-weight: bold;
    float: left;
    padding: 3px;
    font-style: italic;
    margin: 0 15px 0 10px;
    font-size: 15px;
    text-align: left;
    height: 30px;
    width: 45px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    border-radius: 100px;
}

hr.style2 {
    border-top: 5px double #8c8b8b;
}


/*PRICE COLOR CODE START*/

#generic_price_table .generic_content {
    background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price {
    background-color: white;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #ffff;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid #f76b18;
}

#generic_price_table .generic_content .generic_price_btn a {
    border: 2px solid #f76b18;
    color: #f76b18;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #27d082 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #27d082;
    color: #fff;
}

#generic_price_table .generic_content.active1 .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_head_price .generic_head_content .head_bg {
    border-color: #0F396B rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0F396B;
    color: #fff;
}

#generic_price_table .generic_content.active2 .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_head_price .generic_head_content .head_bg {
    border-color: #4073aa rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4073aa;
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
    background-color: #f76b18;
    color: #fff;
}

#generic_price_table {
    margin: 0px 0 20px 0;
    font-family: 'Raleway', sans-serif;
}

.row .table {
    padding: 28px 0;
}


/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-family: "Lato", sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    padding: 15px 0;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.panel {
    text-align: center;
}

.panel:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}

.panel-body {
    padding: 0px;
    text-align: center;
}

.the-price {
    background-color: rgba(220, 220, 220, .17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
    color: white;
    border-radius: 10px 10px 0px 0px;
}

.the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.subscript {
    font-size: 25px;
}


/* CSS-only ribbon styles    */

.cnrflash {
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1;
    /*Set overflow to hidden, to mask inner square*/
    overflow: hidden;
    /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}

.cnrflash-inner {
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -o-transform: rotate(45deg);
    /* Opera */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%;
    /*Purely decorative effects to add texture and stuff*/
    /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;
    /* IE 9 */
    -o-transform-origin: 100% 100%;
    /* Opera */
    -moz-transform-origin: 100% 100%;
    /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, .1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, .2) 50%);
    background-size: 4px, auto, auto, auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1, 1, 1, .5), 0 1px 0 0 rgba(1, 1, 1, .5), inset 0 -1px 8px 0 rgba(255, 255, 255, .3), inset 0 -1px 0 0 rgba(255, 255, 255, .2);
}

.cnrflash-inner:before,
.cnrflash-inner:after {
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}

.cnrflash-inner:before {
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.cnrflash-inner:after {
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.cnrflash-label {
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1, 1, 1, .8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}

body {
    font-family: Hind;
    font-size: 15px;
    height: 100%;
    /* padding-top: 50px; */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: Hind;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 1em;
}

.nav.navbar-nav.navbar-right a {
    font-family: lato;
    font-weight: 400;
    text-transform: uppercase;
}

.full_width .page {
    margin: auto;
    width: 100%;
}

.img-portfolio {
    margin-bottom: 30px!important;
}

.img-hover:hover {
    opacity: 0.8;
}

#content_box li {
    margin-left: 1em;
}

header.carousel {
    /* height: 65%; */
    margin: 12% auto 0;
    margin-top: 145px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carotem {
    position: relative;
    left: 15%;
    height: 100%;
}

.zudul {
    background: #428bca none repeat scroll 0 0;
    color: white;
    padding: 10px;
    margin-top: 1em;
}

.zudul.ribbon::before {
    border-color: #2e6da4 #2e6da4 #2e6da4 transparent;
    border-width: 17px;
    left: -5px;
    z-index: -1;
}

.zudul::before,
.zudul::after {
    border-style: solid;
    border-width: 0;
    content: "";
    height: 0;
    outline: medium none;
    position: absolute;
    width: 0;
}

.sltxt {
    font-family: 'titillium_webthin', 'kuroregular', 'Arial Narrow', sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
    width: 60px;
    display: inline-block;
    text-align: left;
    margin-top: 3px;
    color: #ffffff;
}

.lrgtxt {
    font-size: 1em;
    line-height: 32px;
    width: auto;
    display: inline-block;
    margin-right: 3px;
    margin-top: 0;
    color: #ffffff;
}

.wede {
    position: absolute;
    top: 23%;
    right: 8%;
    left: auto;
}

.wedekiri {
    position: absolute;
    top: 23%;
    right: 50%;
    left: auto;
}

.nav.navbar-nav.navbar-right>li {
    margin: 0;
}


/* shortcut */

.shortcuts {
    margin-top: 8em;
}

.filter-row {
    text-align: center;
    vertical-align: text-top;
}

.filter-badge {
    border: 3px solid #e1e1e1;
    height: 100px;
    min-width: 100px;
    width: 15%;
    padding: 0 5px;
    margin: 30px 5px 10px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    top: 0;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.filter-badge:hover {
    color: black;
    border-color: b;
}

.filter-badge .fa-stack {
    margin-top: -40px;
}

.filter-badge .badge-title {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}

.buttons {
    margin-bottom: 2em;
}

.buttons a.button {
    display: inline-block;
    height: auto;
    width: 16%;
    text-align: center;
    background: white;
    border: 2px solid #322f30;
    color: #322f30;
    padding: 20px 2px;
    text-decoration: none;
    font-family: helvetica neue, helvetica, arial, sans-serif;
    position: relative;
    transition: .25s ease-in-out;
    border-radius: 3px;
}

.buttons a.button:before,
.buttons a.button:after,
.buttons a.button span {
    transition: .25s ease-in-out;
}

.buttons a.button.mail {
    position: relative;
    overflow: hidden;
}

.buttons a.button.mail span {
    display: block;
    position: relative;
    bottom: 0px;
}

.buttons a.button.mail:before {
    content: 'Features & Products';
    /* font-family: FontAwesome; */
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    top: -100%;
    left: 0;
    position: absolute;
}

.buttons a.button.mail:nth-child(n+2)::before {
    content: 'Event & Promo';
}

.buttons a.button.mail:nth-child(n+3)::before {
    content: 'Trading Platform';
}

.buttons a.button.mail:nth-child(n+4)::before {
    content: 'Open Demo Account';
}

.buttons a.button.mail:nth-child(n+5)::before {
    content: 'Open Real Account';
}

.buttons a.button.mail:nth-child(n+6)::before {
    content: 'Help Center';
}

.buttons a.button.mail:hover {
    background: #d19805;
    color: white;
    border-color: #d19805;
}

.buttons a.button.mail:hover span {
    bottom: -56px;
}

.buttons a.button.mail:hover:before {
    top: 0%;
}


/* End shortcut */

nav .btn-primary {
    color: #fff;
    background-color: #0483d0;
    border-radius: 0;
    width: 180px;
}

nav p .btn-primary {
    color: #fff;
    background-color: #0483d0;
    border-radius: 0;
    width: auto;
}

nav .btn-primary:hover,
nav .btn-primary:focus {
    color: #fff;
    background-color: #d19805;
}


/*Start Three Boxes*/

.bxs {
    /* background-image: url("https://www.askapfx.com/wp-content/uploads/2013/09/Toolbox-3.jpg"); */
    background-position: center calc(25px);
    background-repeat: no-repeat;
    height: auto;
    /*250px - nanti diautoin ya kalau postnya udah banyak*/
    padding: 0;
}

.regform {
    border: 0 none;
}

.kesatu {
    /* background-image: url('https://www.askapfx.com/wp-content/uploads/2016/04/event-promo-box-1.jpg'); */
}

.kedua {
    background-image: url('/wp-content/uploads/2018/03/mrg-mt4.jpg');
    height: 230px;
}

.ketiga {
    /*background-image: url('https://www.askapfx.com/wp-content/uploads/2016/04/start-trading-box-3.jpg');*/
    height: 250px;
}

.media-body>h3 {
    letter-spacing: 0;
    margin: 20px 0 0;
}

.thumbnail>h3 {
    background-color: #0483d0;
    color: white;
    margin: 0;
    padding: 10px 0;
}

.inside-in {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}

.inside-in>img,
.inside-in>a {
    margin: 10px 8px 10px 0;
    float: left;
}


/*End Three Boxes*/

.img-responsive {
    margin-bottom: 1em;
    margin: 0 auto;
}

.second-line li {
    border-right-style: solid;
    border-right-width: 1px;
    float: left;
    line-height: 10px;
    padding: 0 10px;
    position: relative;
}

.page-header {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: 20px 0;
    padding: 10px 0;
}


/*NEW NENS*/

.input-group-addon,
.input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 0;
}

.blogSearch>.input-group {
    margin: 0 auto;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #0483d0;
    color: white;
    font-weight: bold!important;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
    margin: auto;
}

.navbar-inverse {
    background-color: white;
    border: none;
    box-shadow: 0 10px 20px -20px #333;
}

.navbar-inverse {
    background-color: white;
    /*#0c86c6;*/
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

.navbar-inverse .navbar-nav>li>a {
    color: #606060;
    /*white*/
    font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover,
.dropdown-toggle:hover {
    background-color: #0483d0;
    color: white;
    /*#0c86c6;*/
    font-weight: bold;
    box-shadow: inset 0 -3px 0 0 #334aa0;
}

.dropdown-menu>li>a {
    color: #606060;
    /*#0c86c6*/
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #0483d0;
    color: white;
    /*#0c86c6;*/
    font-weight: bold;
}

.navbar-inverse .navbar-toggle {
    border-color: #606060;
}

.fa-bars {
    color: #606060;
}

.fa-circle {
    color: #322f30;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #091223;
    transition: all 1s ease 0s;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #0483d0;
    color: white;
    border-bottom: 2px solid #606060;
    font-weight: bold;
}


/*button regis*/

@charset "UTF-8";

/* CSS Document */


/*
DEMO 4
*/

.bareg {
    background-color: #3bb3e0;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    padding: 10px 20px;
    padding-right: 50px;
    background-image: linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(204, 140, 11)), color-stop(1, rgb(239, 171, 38)));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}

.bareg:hover {
    color: white;
    text-decoration: none;
}

.bareg:active {
    top: 3px;
    background-image: linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -o-linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(44, 160, 202)), color-stop(1, rgb(62, 184, 229)));
    color: white;
    text-decoartion: none;
    -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.bareg::before {
    background-color: #fffff;
    background-image: url(/wp-content/uploads/2018/03/right_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    -moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    -o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}

.bareg:active::before {
    top: 50%;
    margin-top: -12px;
    -webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    -moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    -o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
}

.bareg1 {
    background-color: #3bb3e0;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    padding: 10px 20px;
    padding-right: 50px;
    background-image: linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44, 160, 202) 0%, rgb(62, 184, 229) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(122, 127, 130)), color-stop(1, rgb(117, 117, 117)));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}

.bareg1:hover {
    color: white;
    text-decoration: none;
}

.bareg1:active {
    top: 3px;
    background-image: linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -o-linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(62, 184, 229) 0%, rgb(44, 160, 202) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(122, 127, 130)), color-stop(1, rgb(117, 117, 117)));
    color: white;
    text-decoartion: none;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.bareg1::before {
    background-color: #333333;
    background-image: url(/wp-content/uploads/2018/03/right_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    -moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    -o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}

.bareg1:active::before {
    top: 50%;
    margin-top: -12px;
    -webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    -moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    -o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
}

.baden {
    min-width: 150px;
    max-width: 250px;
    margin: 1em auto;
    padding: 1em 2em;
    display: block;
    border-bottom: 2px solid #6ca2f4;
    color: inherit;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    z-index: 1;
    border-radius: 3px;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.baden:focus {
    outline: none;
}

.baden>span {
    vertical-align: middle;
}

.baden.basuq {
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    background: #246ebf;
    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.basuq::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em 2em;
    text-decoration: none;
    color: white;
    -webkit-transform-origin: -25% 50%;
    transform-origin: -25% 50%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
}

.basuq:hover::after,
.basuq:hover {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.basuq:hover {
    background-color: #6cacf4;
    color: #7986cb;
    text-decoration: none;
}

.basuq:hover::after {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}


/*parallax*/

.madafaka {
    background-attachment: fixed !important;
    background-image: url("https://maxfx.com/wp-content/uploads/2013/04/why-choose.jpg") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 350px;
}

.thumbnail {
    background-color: transparent;
}

.caption>h3,
.caption>p {
    color: white;
}


/*MW*/

#market-watch {
    background: #0483d0 none repeat scroll 0 0;
    height: 40px;
    margin: 0 auto;
    padding: 0 5%;
}

#mw-content {
    color: #fff;
    margin: 0 auto;
    width: 100%;
}

#mw-content h2 {
    background: rgba(0, 0, 0, 0) url("https://www.askapfx.com/images/market-watch.jpg") no-repeat scroll 15px -2px / 23px 23px;
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 0.6em 0;
    padding: 0 0 0 40px;
}

.separator {
    float: left;
    font-size: 24px;
}

#marketrates {
    margin: 0 auto;
    top: 0.3em;
    width: 80%;
}


/*MW*/


/*navbar putih*/

.navbar-brand {
    padding: 10px;
}

.navbar.navbar-outverse.navbar-fixed-top {
    background-color: white;
}

.navbar.navbar-inverse.navbar-fixed-top {
    margin-top: 55px;
}

.first-line {
    float: left;
}

.first-line p {
    background: #0483d0 none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px 10px 7px 10px;
}

.middle-line {
    margin: 3px 0 0 150px;
    float: left;
}

.second-line {
    float: right;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: auto;
}

.second-line li {
    border-right-style: solid;
    border-right-width: 1px;
    float: left;
    line-height: 10px;
    list-style: outside none none;
    padding: 0 10px;
    position: relative;
    font-size: 12px;
    border: 0 none;
}

.second-line li:last-child {
    border: medium none;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
}


/*social icons*/

.social-icons li {
    vertical-align: top;
    display: inline;
    margin: 5px 0;
    padding: 9px 0 7px;
}

.social-icons {
    margin-top: 5px;
}

.social-icons a {
    text-decoration: none;
}

.fa-facebook {
    padding: 10px 14px 7px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.fa-facebook:hover {
    background-color: #3d5b99;
    color: white;
}

.fa-twitter {
    padding: 10px 10px 7px 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    right: 4px;
}

.fa-rss:hover {
    background-color: #eb8231;
    color: white;
}

.fa-rss {
    padding: 10px 10px 7px 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    right: 4px;
}

.fa-twitter:hover {
    background-color: #00aced;
    color: white;
}

.fa-youtube {
    padding: 10px 10px 7px 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    right: 4px;
}

.fa-youtube:hover {
    background-color: #e64a41;
    color: white;
}

.fa-google-plus {
    padding: 10px 10px 7px 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    right: 8px;
}

.fa-google-plus:hover {
    background-color: #e25714;
    color: white;
}


/*End navbar putih*/

.tothetop {
    position: fixed;
    bottom: 1em;
    right: 0.5em;
    text-decoration: none;
    padding: 10px;
    display: none;
    margin: 0;
    border: 0 none!important;
}


/*Single Page*/

#content {
    width: 100%;
}

#content_box {
    background: white;
    width: 100%;
}

.judul {
    border-bottom: 1px solid #eee;
    margin: 2em 0;
}

.isicont {
    margin-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #eee;
}

.isicont p {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.isicont li {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 15px;
}


/* Comment Section*/

#submit,
#cancel-comment-reply-link {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent!important;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px!important;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px!important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: 0;
    text-transform: capitalize;
}

#comment {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

dl#comment_list dt .comment_author {
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1
}

dl#comment_list dt span {
    font-size: 0.9em;
    line-height: 1.818em;
}

.format_text {
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857;
}

.avatar img {
    float: left;
    margin: 0;
}

.avatar {
    float: left;
    height: 100px;
    margin-right: 2em;
    width: 100px;
    border-radius: 50%;
}

#comment_list,
#trackback_list {
    margin-bottom: 10px;
}


/* Dynamic Post */

.mediasi {
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.mediasi>.pull-left {
    padding-right: 10px;
    max-width: 150px;
}


/* Footer */

footer {
    margin: 50px 0;
}

#footer {
    text-align: center;
}

#footer a {
    color: white;
    text-decoration: none;
    border: 0 none;
}

#footer a:hover {
    color: white;
    text-decoration: underline;
}

.first-footer {
    /*padding: 1em 0;*/
    background-color: #EDEDED;
}

.middle-footer {
    background-color: #726f70;
    color: white;
    font-size: 0.7em !important;
    padding: 30px;
    text-align: justify;
}

.second-footer {
    background-color: #322f30;
    /* #091223 */
    color: white;
}

.smfooter {
    /* min-height: 200px; */
    padding: 2% 0 0;
}

.smfooter h4 {
    font-weight: bold;
}

.smfooter>ul {
    margin-bottom: 2em;
}

.smfooter li {
    list-style: outside none none;
}


/* As Seen */

#as-seen-as-logo a {
    background: transparent url("https://www.askapfx.com/images/as-seen-logo.png") no-repeat scroll center top;
    border: 0 none;
    display: inline-block;
    height: 32px;
    margin-left: 20px;
}

#as-seen-as-logo a:first-child {
    margin-left: 0;
}

a#swa {
    background-position: -6px -32px;
    width: 62px;
}

a#swa:hover {
    background-position: -6px 0;
}

a#bisnis {
    background-position: -343px -34px;
    width: 113px;
}

a#bisnis:hover {
    background-position: -343px -2px;
}

a#kontan {
    background-position: -222px -34px;
    width: 101px;
}

a#kontan:hover {
    background-position: -222px -2px;
    width: 101px;
}

a#liputan6 {
    background-position: -84px -34px;
    width: 114px;
}

a#liputan6:hover {
    background-position: -84px -2px;
}

a#kompas {
    background-position: -591px 0;
    width: 135px;
}

a#kompas:hover {
    background-position: -591px -35px;
}

#as-seen>span {
    vertical-align: middle;
}

#member-of {
    border-top: 1px solid #ccc;
    clear: both;
    left: 0;
    margin: 15px auto 0;
    padding: 5px 0;
    top: 0;
}

#memof {
    color: #434343;
    font-size: 21px;
    left: -10px;
    position: relative;
    top: -14px;
}

.dim {
    transition: all 0.2s ease-out 0s;
}

span#memimg:hover {
    background-position: 0 -59px;
}

span#memimg {
    background: rgba(0, 0, 0, 0) url("https://www.askapsocial.com/images/member-of.jpg") no-repeat scroll 0 0;
    display: inline-block;
    width: 115px;
    height: 50px;
    position: relative;
    text-align: center;
}

.okayin,
.okayin:focus {
    background-color: #0483d0;
    border: medium none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.42857;
    padding: 0 15px;
    transition: all 0.2s linear 0s;
    width: 120px;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
    border: 1px solid red;
    font-weight: bold;
}


/*Sidebar*/

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    background-color: white;
    color: royalblue;
    font-weight: bolder;
    border-bottom: 4px solid royalblue;
}

.list-group-item {
    background-color: #fff;
    border: 0 none;
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 0 20px;
    padding: 20px 15px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.list-group-item:last-child {
    border: 0 none;
}

.list-group {
    border: 1px solid #ddd;
}


/*End of sidebar*/

.second-line li:first-child {
    display: block;
}

.second-line li:last-child {
    display: none;
}


/*Post/Page Style*/

.su-column-inner.su-clearfix li {
    margin-left: 2em;
}


/*End Post/Page Style*/

.ibu {
    width: 100%;
    height: 80px;
    display: block;
}

.newBox li {
    list-style: none;
    margin: 0!important;
}

.menOff {
    width: 20%;
    height: 80px;
    border: 1px solid #ddd;
    float: left;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.menOff:first-child {
    border-left: 0px;
}

.menOff:last-child {
    border-right: 0px;
}

.imTrans {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.imProduk {
    background: url('/wp-content/uploads/2018/05/shrtc-1.png') -9px 0 no-repeat;
    width: 224px;
    height: 76px;
    float: left;
    margin: 0px 0px;
}

.imProduk:hover {
    background: url('/wp-content/uploads/2018/05/shrtc-1.png') -9px -82px no-repeat
}

.imPromo {
    background: url('/wp-content/uploads/2018/05/shrtc-1.png') -248px 0px no-repeat;
    width: 224px;
    height: 76px;
    float: left;
    margin: 0px 0px;
}

.imPromo:hover {
    background: url('/wp-content/uploads/2018/05/shrtc-1.png') -248px -82px no-repeat
}

.imPlatform {
    background: url('/wp-content/uploads/2018/05/shrtc-1.png') -476px 0px no-repeat;
    width: 224px;
    height: 76px;
    float: left;
    margin: 0px 0px;
}

.imPlatform:hover {
    background: url('/wp-content/uploads/2018/05/shrtc-1.png') -476px -82px no-repeat;
}

.imDemo {
    background: url('/wp-content/uploads/2018/05/shrtc-1.png') -706px 0px no-repeat;
    width: 224px;
    height: 76px;
    float: left;
    margin: 0px 0px;
}

.imDemo:hover {
    background: url('/wp-content/uploads/2018/05/shrtc-1.png') -706px -82px no-repeat;
}

.imReal {
    background: url('/wp-content/uploads/2018/05/shrtc-1.png') -923px 0px no-repeat;
    width: 195px;
    height: 76px;
    float: left;
    margin: 0px 0px;
}

.imReal:hover {
    background: url('/wp-content/uploads/2018/05/shrtc-1.png') -923px -82px no-repeat;
}

.container {
    width: 970px;
    max-width: 100%;
}

body,
.navbar-fixed-top,
.navbar-fixed-bottom {
    min-width: 970px;
}

.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
}

.navbar-toggle {
    display: none;
}

.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    margin-left: -15px;
}


/* Always apply the floated nav */

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-nav>li {
    float: left;
}

.navbar-nav>li>a {
    padding: 15px;
}


/* Redeclare since we override the float above */

.navbar-nav.navbar-right {
    float: right;
}


/* Undo custom dropdowns */

.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
}

.navbar .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar .navbar-nav .open .dropdown-menu>.active>a,
.navbar .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}

.navbar .navbar-nav .open .dropdown-menu>.disabled>a,
.navbar .navbar-nav .open .dropdown-menu>.disabled>a:hover,
.navbar .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #999 !important;
    background-color: transparent !important;
}


/* Undo form expansion */

.navbar-form {
    float: left;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Copy-pasted from forms.less since we mixin the .form-inline styles. */

.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.navbar-form .form-control-static {
    display: inline-block;
}

.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
}

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
}

.navbar-form .input-group>.form-control {
    width: 100%;
}

.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
}

.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}

.dw-button {
    padding: 0;
    margin-top: 10px;
}

.nav-logo {
    padding: 0;
    padding-top: 15px;
    /* padding-top:0px; */
}