/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/**********************************************************
***********************************************************
INDEX
***********************************************************
01. NAVBAR
02. BUTTONS
03. CTA BAR
04. BLOG
05. COMMISSIONS SAVINGS CALCULATOR
06. PERFORMANCE TIP CONTENT DOCK
07. FOOTER
08. OPTIONS STRATEGY
09. ETC
***********************************************************
***********************************************************/

@import url('https://fonts.googleapis.com/css?family=Orbitron:400,700|Source+Sans+Pro:400,600,900');

/* **********************************
NAVBAR
*********************************** */

.x-navbar {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.x-btn-navbar {
  box-shadow: none;
}

html .x-btn-navbar,
html .x-btn-navbar.collapsed {
  font-size: 24px;
}

.desktop .sub-menu {
  box-shadow: 0px 4px 5px rgba(0,0,0,0.1);
  font-size: 15px;
  padding: 1em 1.75em 1.75em;
}

.x-brand {
  background: url("../png/eoption-logo.png");
  width: 200px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.mini .x-brand {
  background: url("../png/eoption-logo-emblem.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
}
.x-navbar-inner,
.x-navbar .desktop .x-nav > li > a {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.mini .x-navbar-inner {
  min-height: 60px;
}
.x-navbar.mini .desktop .x-nav > li > a {
  height: 60px;
  padding-top: 25px;
}
.x-navbar .desktop .x-nav li>a>span:after {
  content: "\f107";
}


/* TOPBAR */
.x-topbar {
  min-height: 36px;
}
.x-topbar .x-btn.x-btn-small {
  float: right;
  padding: 0.4em .7em;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  margin-left: 20px;
  display: none;
}
.x-topbar .x-btn.x-btn-small:hover {
  border-color: #61b1d0;
  background-color: #4a9ebf;
}
.x-topbar p.p-info {
  font-size: 12px;
  margin: 0;
}
.x-topbar p.p-info span {
  border-bottom: 2px solid rgba(255,255,255,0.4);
  padding-bottom: 2px;
  font-size: 15px;
}
.x-topbar .x-social-global a {
  width: 23px;
  height: 23px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  margin-right: 3px;
}
@media(max-width:418px){
  .x-topbar p.p-info {
    display: none;
  }
}

/* SUBMENU */
.desktop .sub-menu {
  font-size: 13px;
}
.desktop .sub-menu li>a {
  letter-spacing: 0.05em;
  text-decoration: none;
}

@media(max-width: 1111px){
  html .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
    padding-left: 10px;
    padding-right: 10px;
  }
  html .x-brand {
    width: 150px;
    margin-top: 20px;
  }
}

/* **********************************
BUTTONS
*********************************** */

/* General Purpose Button */

html .x-btn {
  text-shadow: none;
  letter-spacing: .1em;
}
.x-btn:hover {
  box-shadow: 0 4px 5px rgba(0,0,0,0.15)!important;
}
.x-btn.x-btn-large {
  text-shadow: none;
  letter-spacing: 2px;
  box-shadow: 0 4px 5px rgba(0,0,0,0.15);
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Orbitron',sans-serif;
  padding: .8em 1.5em .5em;
}
.x-btn.dark {
  background-color: #373737;
  border-color: #373737;
  margin: 20px 0;
}
.x-btn.dark:hover {
  background-color: #525252;
  border-color: #525252;
}
.x-btn.blue {
  background-color: #5393c0;
  border-color: #5393c0;
}
.x-btn.blue:hover {
  background-color: #61a8da;
  border-color: #61a8da;
}
.x-btn.clear {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.x-btn.x-btn-small {
  text-transform: uppercase;
  text-shadow: none;
}
.x-btn.x-btn-small:hover {
  background-color: rgb(170,205,99);
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
  box-shadow: 0 4px 5px rgba(0,0,0,0.15)!important;
}

/* Floating Action Button */
.mfb-component--br,
.mfb-component--bl {
  z-index: 1000;
}

.mfb-component__button--child, .mfb-component__button--main {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.mfb-component__wrap {
  padding: 0;
  margin: 0;
}
.mfb-component__button--child {
  width: 40px;
  height: 40px;
}
.mfb-component__button--main:focus {
  outline: none;
}
.mfb-component__button--main {
  background-color: #5493c0;
}
.mfb-component__button--main.contact {
    background-color: #bf4a4a;
    height: 50px;
    width: 130px;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    font-family: "Source Sans Pro",sans-serif;
    text-transform: uppercase;
    bottom: 10px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.mfb-component__button--main.contact:hover {
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
    box-shadow: 0 4px 5px rgba(0,0,0,0.15)!important;
}
.mfb-component__list .twitter {
  background-color: #00aced;
}
.mfb-component__list .facebook {
  background-color: #3B5998;
}
.mfb-component__list .linkedin {
  background-color: #0077B5;
}
.mfb-component__list .reddit {
  background-color: #ff5700;
}
.mfb-component__list .email {
  background-color: #606060;
}

.mfb-component__child-icon {
  line-height: 40px;
}

a.mfb-component__button--main:hover, a.mfb-component__button--child:hover {
  color: #fff;
}

[data-mfb-label]:after {
  top: 40%;
}

.mfb-component--bl .mfb-component__list [data-mfb-label]:after, .mfb-component--bl [data-mfb-label]:after, .mfb-component--tl .mfb-component__list [data-mfb-label]:after, .mfb-component--tl [data-mfb-label]:after {
  left: 55px;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-60px) translateX(-6px) scale(0);
  transform: translateY(-60px) translateX(-6px) scale(0);
  transition-delay: .2s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-60px) translateX(-6px) scale(1);
  transform: translateY(-60px) translateX(-6px) scale(1);
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-115px) translateX(-6px) scale(0);
  transform: translateY(-115px) translateX(-6px) scale(0);
  transition-delay: .15s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(2) {
    -webkit-transform: translateY(-115px) translateX(-6px) scale(1);
    transform: translateY(-115px) translateX(-6px) scale(1);
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-170px) translateX(-6px) scale(0);
  transform: translateY(-170px) translateX(-6px) scale(0);
  transition-delay: .1s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-170px) translateX(-6px) scale(1);
  transform: translateY(-170px) translateX(-6px) scale(1);
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-225px) translateX(-6px) scale(0);
  transform: translateY(-225px) translateX(-6px) scale(0);
  transition-delay: .05s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-225px) translateX(-6px) scale(1);
  transform: translateY(-225px) translateX(-6px) scale(1);
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(5), .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(-280px) translateX(-6px) scale(0);
  transform: translateY(-280px) translateX(-6px) scale(0);
  transition: all .5s;
  transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(5), .mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(5), .mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(5), .mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(-280px) translateX(-6px) scale(1);
  transform: translateY(-280px) translateX(-6px) scale(1);
  transition-delay: .25s;
}

@media(max-width:767px){
  .mfb-component--bl {
    margin: 10px;
  }
  .mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(1) {
    -webkit-transform: translateY(-70px) translateX(6px) scale(0);
    transform: translateY(-70px) translateX(6px) scale(0);
  }

  .mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(1), .mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(1) {
    -webkit-transform: translateY(-70px) translateX(6px) scale(1);
    transform: translateY(-70px) translateX(6px) scale(1);
  }

  .mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(2) {
    -webkit-transform: translateY(-125px) translateX(6px) scale(0);
    transform: translateY(-125px) translateX(6px) scale(0);
  }

  .mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(2), .mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(2) {
    -webkit-transform: translateY(-125px) translateX(6px) scale(1);
    transform: translateY(-125px) translateX(6px) scale(1);
  }

  .mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(3) {
    -webkit-transform: translateY(-180px) translateX(6px) scale(0);
    transform: translateY(-180px) translateX(6px) scale(0);
  }

  .mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(3), .mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(3) {
    -webkit-transform: translateY(-180px) translateX(6px) scale(1);
    transform: translateY(-180px) translateX(6px) scale(1);
  }

  .mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(4) {
    -webkit-transform: translateY(-235px) translateX(6px) scale(0);
    transform: translateY(-235px) translateX(6px) scale(0);
  }

  .mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(4), .mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(4) {
    -webkit-transform: translateY(-235px) translateX(6px) scale(1);
    transform: translateY(-235px) translateX(6px) scale(1);
  }

  .mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(5), .mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(5) {
    -webkit-transform: translateY(-290px) translateX(6px) scale(0);
    transform: translateY(-290px) translateX(6px) scale(0);
  }

  .mfb-component--bl.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(5), .mfb-component--bl.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(5), .mfb-component--br.mfb-zoomin[data-mfb-state=open] .mfb-component__list li:nth-child(5), .mfb-component--br.mfb-zoomin[data-mfb-toggle=hover]:hover .mfb-component__list li:nth-child(5) {
    -webkit-transform: translateY(-290px) translateX(6px) scale(1);
    transform: translateY(-290px) translateX(6px) scale(1);
  }


}


/* **********************************
CTA BAR
*********************************** */

.cta-bar {
  text-align:center;
  padding: 30px 0;
  min-height: 360px;
}

.cta-bar h4 {
  margin: 0 0 25px 0;
  color: #fff;
  font-size: 250%;
}

.cta-bar .x-column {
  padding: 50px 20px;
  border-radius: .5em;
}

.cta-bar p {
  color: #fff;
  line-height: 20px;
}

.cta-bar .live-trading {
  background: radial-gradient(ellipse at center, #51c1ea 0%, #3c9ec3 100%);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 6px rgba(0,0,0,.1);
}
.cta-bar .live-trading a {
  color: #4a9ebf;
}

@media(max-width:767px){
  .cta-bar .live-trading {
    margin-bottom: 50px;
  }
}
.cta-bar .live-trading .x-btn,
.cta-bar .paper-trading .x-btn {
  margin: 0;
}
.cta-bar .x-btn:hover {
  text-shadow: 0 0.075em 0.025em rgba(0,0,0,0.2);
  box-shadow: 0 6px 5px rgba(0,0,0,0.2);
}

.cta-bar .paper-trading {
  background: radial-gradient(ellipse at center, #bde863 0%, #9dc44d 100%);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 6px rgba(0,0,0,.1);
}
.cta-bar .paper-trading a {
  color: #9dc44d;
}

.cta-bar .e-logo {
  background: url("../png/eoption_logo_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: -70px;
}

.e-logo {
    background: url(../png/eoption_logo_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: -150px;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
}

/* **********************************
BLOG
*********************************** */

/* Hide Date Meta Data on Some Categories */
.category-margin-accounts .p-meta>span:nth-of-type(2),
.category-investing-money-management .p-meta>span:nth-of-type(2),
.category-auto-trading .p-meta>span:nth-of-type(2),
.category-direct-access-trading .p-meta>span:nth-of-type(2),
.category-retirement .p-meta>span:nth-of-type(2) {
    display: none;
}

/* Hide Author Meta Data on Some Categories */
.category-1option-commentary .p-meta > span:first-of-type,
.category-daily-market-insights .p-meta > span:first-of-type {
    display: none;
}

/* Remove Index Header */

.blog .x-header-landmark,
.single-post .x-header-landmark {
  display: none;
}


/* Featured Image Hover */

.archive .entry-thumb,
.single-post .entry-thumb,
.blog .entry-thumb {
  background-color: transparent;
}

.archive .entry-thumb:before {
  content: "\f02d";
}

/* Image cursor */
.single-post .content img {
  cursor: -webkit-zoom-in;
}


/* Tags */

.entry-footer [rel='tag'] {
  margin-left: .5em;
}


/* PAGINATION */

.x-pagination ul {
  background-color: #c1c1c1;
}

.x-pagination a, .x-pagination span {
  color: #373737;
}


/* BLOCKQUOTES */

blockquote p {
  margin-bottom: 0;
}


/* POST NAVIGATION */
.post-navigation {
  position: fixed;
  top: 50%;
  width: 100%;
  z-index: 999;
}
.post-navigation>div {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  z-index: 999;
}
.post-navigation a {
  display: block;
  height: 88px;
  background: #fff;
  border: 2px solid #edece8;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.navigation a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.post-navigation a .arrow {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 24px;
  margin: 0 10px 0;
  font-size: 30px;
  line-height: 88px;
  color: #b2afab;
  position: relative;
  bottom: 4px;
  transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
}
.post-navigation a:hover .arrow {
  color: #9dc44d;
}
.post-navigation .nav-previous {
  left: 0;
}
.post-navigation .nav-previous a {
  border-left: 0;
}
.navigation .nav-previous {
  float: left;
}
.post-navigation .nav-next {
  right: 0;
}
.post-navigation .nav-next a {
  border-right: 0;
}
.navigation .nav-next {
  float: right;
  text-align: right;
}
.post-navigation .meta-nav {
  display: none;
  max-width: 500px;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-navigation .nav-previous .meta-nav {
  padding: 15px 20px 0 30px;
}
.post-navigation .nav-next .meta-nav {
  padding: 15px 30px 0 20px;
}
.post-navigation a .meta-nav {
  display: none;
  opacity: 1;
  text-transform: uppercase;
  color: #373737;
}
.post-navigation a .meta-nav .date {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ababab;
}
@media (max-width: 1100px){
  .post-navigation {
    display: none;
  }
}


/* INDEX TITLE ICONS */

@media (min-width: 980px) {
  .x-full-width-active .entry-title:before, .x-content-sidebar-active .entry-title:before {
    position: absolute;
    width: 70px;
    height: 70px;
    margin-top: -20px;
    margin-left: -18%;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 70px;
    border-radius: 100em;
  }
}

/* **********************************
COMMISSIONS SAVINGS CALCULATOR
*********************************** */
.sticky-element-fixed .calculator {
    margin-top: 25px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.calculator .calculator-head {
    text-align: center;
    margin-bottom: 18px;
}

.calculator .calculator-head h3 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 25px;
    color: #9dc44d;
    text-transform: uppercase;
    margin-top: 0px;
    line-height: .9;
}

.calculator .calculator-head h3 span {
    display: block;
    font-size: 44px;
}

.calculator .calculator-body {
    background-color: #9dc44d;
    position: relative;
    box-shadow: 0 0 0 6px rgba(0,0,0,.1);
    border-radius: 0.5em;
    padding: 15px 24px;
    max-width: 265px;
    margin: 0 auto;
}

.calculator .calculator-body .form-control {
    border: 0;
    font-weight: bold;
    font-size: 16px;
    color: #636363;
    text-align: center;
    padding: 12px 14px;
    height: auto;
    width: 100%;
    border-radius: 0.25em;
}

.calculator .calculator-body .form-group label {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 5px
}

.calculator .calculator-body .dropdown,.calculator .calculator-body .dropdown-toggle {
    width: 100%;
}

.calculator .calculator-body .dropdown-toggle {
    border: 0;
    border-radius: 0.25em;
    font-family: 'Arial',sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #636363;
    text-align: center;
    text-transform: none;
    padding: 14px 10px 10px;
    background-color: #fff;
}

.calculator .calculator-body .dropdown-toggle:hover {
    opacity: 1;
}

.calculator .calculator-body .dropdown-menu {
    border: 0;
    margin: 0;
}

.calculator .calculator-foot {
    text-align: center;
    margin-top: 15px;
}

.calculator .calculator-foot img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.calculator .calculator-foot h2 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 32px;
    color: #9dc44d;
    text-transform: uppercase;
    margin: 5px 0 10px;
}

.calculator .calculator-total {
    overflow: hidden;
    margin-top: 5px;
}

.calculator .calculator-total img {
    float: left;
}

.calculator .calculator-total .calculator-sum,.calculator .calculator-total .calculator-currency {
    float: left;
}

.calculator .calculator-sum img {
    margin-left: 1px;
}

.calculator-link {
    display: none;
}

.calculator .form-control::-webkit-input-placeholder {
    color: #636363;
}

.calculator .form-control:-moz-placeholder {
    color: #636363;
    opacity: 1;
}

.calculator .form-control::-moz-placeholder {
    color: #636363;
    opacity: 1;
}

.calculator .form-control:-ms-input-placeholder {
    color: #636363;
}

@media(max-width: 1279px) {
    .calculator .calculator-head {
        margin-bottom:10px;
    }

    .calculator .calculator-head h3 {
        font-size: 19px;
    }

    .calculator .calculator-head h3 span {
        font-size: 34px;
    }

    .calculator .calculator-body .form-group label {
        line-height: 1;
    }

    .calculator .calculator-body {
        padding: 15px 17px;
    }

    .calculator .calculator-body .form-control {
        padding: 6px 14px;
    }

    .calculator .calculator-body .dropdown-toggle {
        padding: 6px 10px 5px;
    }

    .calculator .calculator-foot>img {
        width: 112px;
        height: auto;
    }

    .calculator .calculator-foot h2 {
        font-size: 25px;
    }
}

@media(max-width: 959px) {
    .calculator-link {
        display:block;
        font-size: 19px;
        color: #fff;
        text-decoration: underline;
        margin-top: 50px;
        text-shadow: 0 0 20px rgba(0,0,0,.5);
    }

    .calculator-link:hover {
        color: #fff;
        text-decoration: none;
    }
}

.calculator .calculator-total {
    padding: 0 2px;
    border-radius: 5px;
    box-shadow: 0 0 0 6px rgba(0,0,0,.1);
    background-color: #9dc44d;
    border: 5px solid #9dc44d;
    width: 265px!important;
    margin-left: auto;
    margin-right: auto;
}

.calculator .calculator-total .calculator-sum {
    height: 40px;
    width: 192px;
    position: relative;
}

.calculator .calculator-total .calculator-sum img {
    position: absolute;
    margin: 0;
    -moz-transition: transform ease-in-out .5s;
    -o-transition: transform ease-in-out .5s;
    -webkit-transition: transform ease-in-out .5s;
    transition: transform ease-in-out .5s;
}

.calculator .calculator-total .calculator-sum img {
}

.calculator-total .calculator-sum img:nth-child(1) {
    left: 0;
}

.calculator-total .calculator-sum img:nth-child(2) {
    left: 32px;
}

.calculator-total .calculator-sum img:nth-child(3) {
    left: 64px;
}

.calculator-total .calculator-sum img:nth-child(4) {
    left: 96px;
}

.calculator-total .calculator-sum img:nth-child(5) {
    left: 128px;
}

.calculator-total .calculator-sum img:nth-child(6) {
    left: 160px;
}

.calculator-total .calculator-sum img:nth-child(7) {
    left: 192px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none !important;
  width: 100%;
  margin: 0;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu>li {
	-webkit-transition: background-color .5s ease;
  -ms-transition: background-color .5s ease;
  -moz-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
  padding: 0 30px !important;
  cursor: pointer;
}
.dropdown-menu>li:hover, .dropdown-menu>li:focus {
  background-color: #dadada;
  color: #353535;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

/* **********************************
PERFORMANCE TIP CONTENT DOCK
*********************************** */

.performance-tip {
  text-align: center;
}
.performance-tip .tip-icon {
  font-size: 50px;
  margin: 0;
  padding: 0;
  color: #45acd3;
}

.performance-tip h5 {
  margin: 0;
}

.performance-tip p {
  padding-bottom: 30px;
  color: #777;
  font-size: 16px;
}

/* **********************************
FOOTER
*********************************** */
footer {
  z-index: 999;
  position: relative;
}
footer .disclosures {
  text-align: left;
  margin-top: 30px;
  line-height: 1.5em;
}
footer.x-colophon.bottom a {
  color: #9dc44d;
}
footer.x-colophon.bottom a:hover {
  color: #fff;
}
footer .google-play img {
  width: 190px;
  margin-bottom: 10px;
}
footer .app-store {
  position: relative;
  top: 17px;
}
footer .footer-links {
  margin: 30px 0;
  font-size: 14px;
}
footer .footer-links a {
  font-weight: bold;
}
footer .footer-links a:nth-of-type(1) {
  margin-right: 10px;
}

footer .footer-links a:nth-of-type(2) {
  margin-left: 10px;
}
@media (max-width:450px){
  footer .app-store {
    top: 0;
  }
}



/* **********************************
OPTIONS STRATEGY
*********************************** */

.parent-pageid-3683 .entry-wrap a,
.parent-pageid-3861 .entry-wrap a {
    font-weight: bold;
}

.parent-pageid-3683 .additional-links a,
.parent-pageid-3861 .additional-links a {
    border: 2px solid #3387a9;
    padding: 10px;
    color: #373737;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 17px;
	font-weight: normal;
    line-height: 25px;
    background-color: #fff;
    text-align: center;
    display: block;
    margin: 15px;
	transition: all 0.2s ease-out;
  	-webkit-transition: all 0.2s ease-out;
  	-moz-transition: all 0.2s ease-out;
}

.parent-pageid-3683 .additional-links#green a,
.parent-pageid-3861 .additional-links#green a {
	border-color: #8db148;
}

.parent-pageid-3683 .additional-links a:hover,
.parent-pageid-3861 .additional-links a:hover {
    box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    color: #3b9dc3;
	transform: translateY(-2px);
  	-webkit-transform: translateY(-2px);
  	-moz-transform: translateY(-2px);
}

.parent-pageid-3683 #custom_html-2,
.parent-pageid-3861 #custom_html-2 {
    margin-top: 70px;
}

.parent-pageid-3683 .sticky-element-fixed #custom_html-2,
.parent-pageid-3861 .sticky-element-fixed #custom_html-2 {
    margin-top: 50px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.parent-pageid-3683 .back-to-index,
.parent-pageid-3861 .back-to-index {
    font-size: 16px;
}

.parent-pageid-3683 .back-to-index a,
.parent-pageid-3861 .back-to-index a {
    border-bottom: 3px solid #e2e0e0;
    padding-bottom: 4px;
    margin-left: 10px;
}

.parent-pageid-3683 .back-to-index i,
.parent-pageid-3861 .back-to-index i {
    color: #4a9ec0;
}

.parent-pageid-3683 .back-to-index:hover i,
.parent-pageid-3861 .back-to-index:hover i {
    color: #9dc44d;
}



/* **********************************
ETC
*********************************** */

.thin {
  font-weight: 100;
}

/* CONTACT FORM */
div#contact-form {
  overflow: auto;
  background: #fff;
  width: 800px;
  max-width: 100%;
  border-radius: 6px;
}
div#contact-form::-webkit-scrollbar {
  width: 5px;
}
div#contact-form::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #a0a0a0;
  -webkit-box-shadow: none;
}

/* WIDGET TITLE */
h4.h-widget {
  color: #9dc44d;
  text-align: center;
  margin-top: -25px;
}

/* LANDMARK & LANDMARK TITLE */
.x-header-landmark {
  background-color: #f9f9f9;
}
.h-landmark,
.entry-title.h-landmark {
  letter-spacing: 0;
  font-size: 220%;
}


/* DIVIDERS */
hr.hr-sm {
  width: 30%;
  margin: 1em auto;
  border-width: 3px;
}

/* TABLES */
html table th, 
html table td {
  border-top: 1px solid #cccccc;
}
html thead th {
  background-color: #9dc44d;
  color: #fff;
}

html tbody tr:hover, 
html tbody tr:hover td {
  background-color: #efefef;
}

/* Scrollbar Override */
::-webkit-scrollbar {
  width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgb(74, 158, 191); 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgb(74, 158, 191); 
}

/* TABS */
li.x-nav-tabs-item.active > a {
    color: #0c96c3;
    font-weight: bold;
}

.x-nav-tabs>li>a {
    color: #2f2f2f;
}

.x-nav-tabs>li:hover>a {
    color: #0c96c4!important;
}
.x-nav-tabs>li {
	cursor: pointer;
}
.hidden{
	display:none !important;
}