@charset  "utf-8";


@font-face {
    font-family: "Merriweather Extra Bold";
    src: url(../fonts/MerriweatherSans-ExtraBold-webfont.ttf) format("truetype")
}

@font-face {
    font-family: "Merriweather Bold";
    src: url(../fonts/merriweathersans-bold-webfont.ttf) format("truetype")
}

@font-face {
    font-family: "Merriweather Light";
    src: url(../fonts/merriweathersans-light-webfont.ttf) format("truetype")
}

@font-face {
    font-family: "Merriweather Regular";
    src: url(../fonts/merriweathersans-regular-webfont.ttf) format("truetype")
}

@font-face {
    font-family: Droid;
    src: url(../fonts/DroidSans.ttf) format("truetype")
}

@font-face {
    font-family: "Droid Bold";
    src: url(../fonts/DroidSans-Bold.ttf) format("truetype")
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Merriweather Regular";
    color: black;
}


#slider {
    position: relative;
    left: 5%;
    top: 10px;
    width: 90%;
    height: 13px;
    border-width: 1px;
    border-style: solid;
    border-color: #333 #333 #777;
    border-radius: 25px;
    background-color: #8e8d8d;
    background: url(../images/bg-track.png) repeat top left;
    box-shadow: inset 0 1px 5px 0 rgba(0,0,0,.5),0 1px 0 0 rgba(250,250,250,.5);
}

.ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/handle.png) no-repeat 50% 50%;
    font-weight: 700;
    color: #1C94C4;
    outline: none;
    top: -20px;
    margin-left: -12px;
}

.ui-slider-range {
    background: #9d5c07;
/* Old browsers */
    background: -moz-linear-gradient(top,#9d5c07 0%,#d18015 100%);
/* FF3.6+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9d5c07),color-stop(100%,#d18015));
/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,#9d5c07 0%,#d18015 100%);
/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,#9d5c07 0%,#d18015 100%);
/* Opera 11.10+ */
    background: -ms-linear-gradient(top,#9d5c07 0%,#d18015 100%);
/* IE10+ */
    background: linear-gradient(top,#9d5c07 0%,#d18015 100%);
/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d5c07',endColorstr='#d18015',GradientType=0);
/* IE6-9 */
    position: absolute;
    border: 0;
    top: 0;
    height: 100%;
    border-radius: 25px;
}

.strike {
    width: 100%;
    background-color: black;
    display: block;
    padding: 20px;
    height: 100px;
    line-height: 60px;
    display: block;
    text-align: center;
    font-family: "Merriweather Bold";
}

.dropbox {
    width: 100%;
    background-color: black;
    display: block;
    padding: 20px;
    display: block;
    text-align: center;
}


 select {
    font-size: 3em;
 }

.invest {
    width: 100%;
    background-color: #e9d371;
    display: block;
    padding: 20px;
    display: block;
    text-align: center;
}

.bluebox {
    width: 100%;
    background-color: #e9d371;
    display: block;
}

.profit {
    width: 100%;
    background-color: #e9d371;
    display: block;
    padding: 20px;
    display: block;
    text-align: center;
}

h1 {
    font-size: 3em;
    font-family: "Droid Bold";
    color: #9d5c07;
}

strong {
    font-family: "Merriweather Bold";
    color: #9d5c07;
}

h2 {
    color: #e9d371!important;
    font-family: "Merriweather Bold";
}

#slider-box {
    position: relative;
    height: 35px;
    z-index: 999999;
}

.pez-box {
    width: 90%;
    max-width: 729px;
    margin: 0 auto;
}

@media screen and (max-width:399px) {
 h1 {
    font-size: 2em;
 }
 h2 {
    font-size: 2em;
 }
}

@media screen and (min-width:400px) {
  h1 {
    font-size: 3em;
 }
 h2 {
    font-size: 3em;
 }
}
