@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
body {
  width: 100%;
  background: url(https://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/grid.png) repeat #fefefe;
}
.button {
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.modalbg {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 99999;
  -moz-transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -transition-delay: 0.2s;
  display: block;
  pointer-events: none;
}
.modalbg .dialog {
  width: 430px;
  margin-left: 30% !important;
  float:left;
  position: relative;
  top: -1000px;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  background: -moz-linear-gradient(#ffffff, #cccccc);
  background: -webkit-linear-gradient(#ffffff, #cccccc);
  background: -o-linear-gradient(#ffffff, #cccccc);
  box-shadow: 0 0 10px #000000;
  -moz-box-shadow: 0 0 10px #000000;
  -webkit-box-shadow: 0 0 10px #000000;
}
.modalbg .dialog .ie7 {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);
}
.modalbg:target {
  display: block;
  pointer-events: auto;
  background: rgba(4, 10, 30, 0.8);
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modalbg:target .dialog {
  top: -50px;
  -moz-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -transition-delay: 0.4s;
}
.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 0 10px #000000;
  -moz-box-shadow: 0 0 10px #000000;
  -webkit-box-shadow: 0 0 10px #000000;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -transition-delay: 0.2s;
}
.close .ie7 {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);
}
.close:hover {
  background: #00d9ff;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fineprint {
  font-style: italic;
  font-size: 10px;
  color: #646;
}


.testimonial-one {
    height: auto;
    width: 99.5%;
    float: left;
}


.clcu-one:first-child {
    margin-top: 10px;
}

.clcu-one {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top:21px;
}



.clcu-one label {
    width: 100%;
    margin-bottom: 4px;
    float: left;
    text-align: center;
}


.clcu-one select {
    width: 100%;
    height: 45px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.clcu-one input {
    width: 96.5%;
    border-radius: 4px;
    background-color: #fff;
    padding: 5px 6px;
    height: 32px;
}


.all-profit {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 18px;
}

.left-profit {
    width: 200px;
    float: left;
}

.left-profit p {
    text-align: center;
    font-size: 21px;
}

.left-profit h1 {
    text-align: center;
    background-color:#2195dc;
    border: 2px solid #000000;
    border-radius: 4px;
    padding: 11px 0px;
    margin-top: 6px;
    color: #fff;
    font-size: 29px;
}

.right-profit {
    width: 200px;
    float: right;
}

.right-profit p {
    text-align: center;
    font-size: 21px;
}

.right-profit h1 {
    text-align: center;
    background-color: #2195dc;
    border: 2px solid #000;
    border-radius: 4px;
    padding: 11px 0px;
    margin-top: 6px;
    color: #fff;
    font-size: 29px;
}

.total-return {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 17px;
}

.sub-return {
}

.sub-return p {
    text-align: center;
    font-size: 21px;
}

.sub-return h1 {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.31);
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 11px 0px;
    margin-top: 6px;
color: #2195dc;
}


