/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;

    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;

    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.remodal[data-remodal-id=modal-trade] {
  width: 780px;
  max-width: 780px;
  height: 398px;
  background-image: url('https://tradingbeasts.com/wp-content/uploads/2015/12/mensi.jpg');
  background-position: center center;
  background-repeat: no-repeat;
}

.remodal-splitter {
  border: none;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  position: absolute;
}

.remodal-splitter .bld-el {
  outline: 0;
  border-width: 0px;
  background-position: center center;
  background-repeat: repeat;
  width: 0;
  height: 0;
  border-bottom: 398px solid #4e2176;
  border-left: 155px solid transparent;
  background: transparent;
  position: absolute;
  top: 0;
  left: 35.4%;
}

.remodal-splitter .bg {
  outline: 0;
  border-width: 0px;
  background-color: #4e2176 !important;
  background-position: center center;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 44.7%;
  height: 398px;
}

.remodal[data-remodal-id=modal-trade] .content {
  position: absolute;
  width: 44.7%;
  right: 0;
  top: 80px;
  text-align: left;
  color: #fff;
  margin-right: 32px;
  padding-left: 22px;
  font-family: Montserrat, "Open Sans", sans-serif;
}

.remodal[data-remodal-id=modal-trade] .content h2 {
  font-size: 28px;
  text-decoration: underline;
}

.remodal[data-remodal-id=modal-trade] .content h3 {
  color: #19cbfe;
  font-size: 20px;
  text-align: center;
  margin-top: 13px;
}

.remodal[data-remodal-id=modal-trade] .content p.moved {
  text-align: left;
  font-size: 20px;
  margin: 1.6em 0 1.2em 73px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.35;
}

.remodal[data-remodal-id=modal-trade] .content .remodal-cancel.noborder {
  background: none;
  border: none;
  text-decoration: underline;
  font-weight: bold;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
  margin-left: -4px;
}

.remodal[data-remodal-id=modal-trade] .content .remodal-cancel.noborder:hover {
  opacity: 0.85;
}



  .remodal[data-remodal-id=modal-trade] .content .remodal-confirm {
    position: absolute;
    right: 0;
    bottom: 0;
    outline: 0;
    color: #ffffff;
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: bold;
    border-style: none;
    border-width: 0px;
    background-color: #119d1c !important;
    text-transform: uppercase;
    background-position: center center;
    background-repeat: repeat;
    padding: 0.8em 2.2em;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}








.remodal[data-remodal-id=modal-trade] .content .remodal-confirm:hover {
  text-decoration: none;
  opacity: 0.85;
}

.remodal[data-remodal-id=modal-trade] .content .remodal-stars {
  position: absolute;
  top: -27px;
  padding-left: 21px;
}

.remodal[data-remodal-id=modal-trade] .content .remodal-stars .fa {
  font-size: 24px;
  color: #19cbfe;
  margin-right: 9px;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
}

.remodal[data-remodal-id=modal-trade] .content .remodal-stars .fa:hover {
  color: #09abde;
}

.remodal[data-remodal-id=modal-trade] .content .remodal-risk {
  position: absolute;
  bottom: -45px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.remodal[data-remodal-id=modal-trade] .content .remodal-risk span {
  font-family: "Open Sans", sans-serif;
}

.remodal-overlay {
  background: rgba(43, 46, 49, 0.675);
}

/* Media queries
   ========================================================================== */

   @media only screen and (max-width: 801px) {
     .remodal[data-remodal-id=modal-trade] {
       width: 580px;
       max-width: 580px;
       height: 320px;
     }

     .remodal-splitter .bld-el {
       border-bottom: 320px solid #4e2176;
       border-left: 155px solid transparent;
       top: 0;
       left: 28.6%;
     }

     .remodal-splitter .bg {
       width: 44.7%;
       height: 320px;
     }

     .remodal[data-remodal-id=modal-trade] .content {
       position: absolute;
       width: 44.7%;
       top: 60px;
     }

     .remodal[data-remodal-id=modal-trade] .content h2 {
       font-size: 18px;
     }

     .remodal[data-remodal-id=modal-trade] .content h3 {
       font-size: 14px;
       text-align: left;
     }

     .remodal[data-remodal-id=modal-trade] .content p.moved {
       font-size: 14px;
     }

     .remodal[data-remodal-id=modal-trade] .content .remodal-cancel.noborder {
       margin-left: -65px;
     }

     .remodal[data-remodal-id=modal-trade] .content .remodal-risk {
       left: -40px;
       bottom: -45px;
       font-size: 11px;
     }

   }

   @media only screen and (max-width: 641px) {
     .remodal[data-remodal-id=modal-trade] {
       width: 420px;
       max-width: 420px;
       height: 320px;
     }

     .remodal-splitter .bld-el {
       border-bottom: 320px solid #4e2176;
       border-left: 155px solid transparent;
       top: 0;
       left: 6.3%;
     }

     .remodal-splitter .bg {
       width: 56.8%;
       height: 320px;
     }

     .remodal[data-remodal-id=modal-trade] .content {
       position: absolute;
       width: 56.7%;
       top: 60px;
     }

     .remodal[data-remodal-id=modal-trade] .content h2 {
       font-size: 16px;
       text-align: center;
     }

     .remodal[data-remodal-id=modal-trade] .content h3 {
       font-size: 12px;
       text-align: center;
     }

     .remodal[data-remodal-id=modal-trade] .content p.moved {
       text-align: center;
       font-size: 14px;
       margin: 1.2em 0 1.2em 0px;
       font-weight: 400;
       font-family: "Open Sans", sans-serif;
       line-height: 1.35;
     }

     .remodal[data-remodal-id=modal-trade] .content .remodal-confirm {
       right: 20px;
     }

     .remodal[data-remodal-id=modal-trade] .content .remodal-cancel.noborder {
       margin-left: -95px;
       font-size: 10px;
     }

     .remodal[data-remodal-id=modal-trade] .content .remodal-risk {
       left: -55px;
       bottom: -45px;
       font-size: 11px;
     }

     .remodal[data-remodal-id=modal-trade] .content .remodal-stars {
       position: absolute;
       top: -27px;
       padding-left: 46px;
     }

     .remodal[data-remodal-id=modal-trade] .content .remodal-stars .fa {
       font-size: 20px;
     }

   }

   @media only screen and (max-width: 440px) {
     .remodal[data-remodal-id=modal-trade] {
       width: 360px;
       max-width: 420px;
       height: 320px;
       padding: 0;
     }

     .remodal-splitter .bld-el {
       border-bottom: 320px solid #4e2176;
       border-left: 155px solid transparent;
       top: 0;
       left: 0.3%;
     }

     .remodal-splitter .bg {
       width: 56.8%;
       height: 320px;
     }

     .remodal[data-remodal-id=modal-trade] .content {
       position: absolute;
       width: 60.7%;
       top: 60px;
     }

     .remodal[data-remodal-id=modal-trade] .content h2 {
       font-size: 16px;
       text-align: center;
     }

     .remodal[data-remodal-id=modal-trade] .content h3 {
       font-size: 12px;
       text-align: center;
     }

     .remodal[data-remodal-id=modal-trade] .content p.moved {
       text-align: center;
       font-size: 14px;
       margin: 1.2em 0 1.2em 0px;
       font-weight: 400;
       font-family: "Open Sans", sans-serif;
       line-height: 1.35;
     }

     .remodal[data-remodal-id=modal-trade] .content .remodal-confirm {
       right: 20px;
     }

     .remodal[data-remodal-id=modal-trade] .content .remodal-cancel.noborder {
       margin-left: -95px;
       font-size: 10px;
     }

     .remodal[data-remodal-id=modal-trade] .content .remodal-risk {
       left: -55px;
       bottom: -45px;
       font-size: 11px;
     }

     .remodal[data-remodal-id=modal-trade] .content .remodal-stars {
       position: absolute;
       top: -27px;
       padding-left: 46px;
     }

     .remodal[data-remodal-id=modal-trade] .content .remodal-stars .fa {
       font-size: 20px;
     }

   }






   
  	.lovelyNav{
		z-index: 99999;
		width: 100%;
		padding: 20px;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #d4e7ff;
		border-top: 1px solid #95b9e6;
		text-align: center;
	}
	.lovelyNav .brokerLogo{
		float:left;
	}
	.lovelyNav .brokerLogo img
	{
		border: 1px solid #707070;
		height: 45px;
		padding: 7px 13px 9px 13px;
		background:white;
		border-radius: 5px;
		float: left;
	}
	.lovelyNav .brokerLogo:hover img{
		border: 1px solid #206bbc;
	}
	.lovelyNav .riskWarningLovely{
		margin: 0 auto;
		width: max-content;

color:#707070;
font-size: 15px;
clear: both;
max-width: 100%;


	}
	.lovelySmallNav{
		z-index: 99999;
		right: 0;
		bottom: 0;
		position: fixed;
		padding: 20px;
		background: blue;
		display: none;
		background: #d4e7ff;
		border: 1px solid #95b9e6;
		border-bottom: 0;
		border-radius:  8px 0 0 0;
		cursor: pointer;
		border-right: 0;
	}
	.hider{
position: absolute;
right: 0px;
height: 60px;
width: 60px;
cursor: pointer;
top: -10px;
	}
	.hider::before, .hider::after{
		content: "";
    position: absolute;
    left: 12px;
    top: 30px;
    width: 45px;
    height: 2px;
    background-color: currentColor;
		-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	}
	.hider::after{
		-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}




.button22 {




	cursor: pointer;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;

	overflow: hidden;

	float: left;

}
.button22 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button22::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	-webkit-transform: translate(-105%,0);
	transform: translate(-105%,0);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.25);
}
.button22:hover::before{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

	.containerCenter{
		margin: 0 auto;
		width: max-content;
	}

	.button22.visit{

margin-left: 5px;
padding: 9px;
background-color: #13900d;
border: 1px solid transparent;
border-radius: 3px !important;
box-shadow: 0 1px 0 rgba(255, 255, 255, .15) inset, 0 1px 1px rgba(0, 0, 0, .075);
color: #fff !important;
display: inline-block;
border: 1px solid rgba(91, 91, 91, 0.5);
    font-size: 17px;

    text-transform: uppercase;
	}



  .trololo {
  padding-left: 13px;

top: -8px;

color: #297825;

font-size: 18px;

position: relative;

      }