/* author Brad Taylor*/
@font-face {
    font-family: PassionOne;
    src: url("/css/fonts/PassionOne-Regular.otf") format("opentype");
}
html {
  font-family:"verdana";font-size:.75em;
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 

}

body {
  margin: 0;color:#616161;background:#eee;
  overflow-x: hidden;/* Without this, the body has excess horizontal scroll when the menu is open */
}

/*
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
*/
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
/*html, body { height: 100% !important; width: 100%; }*/

a{color:inherit;text-decoration:none;}

.hide{display:none;}
.clear{clear:both;}
.cuttext{
text-overflow: ellipsis;white-space: nowrap;overflow: hidden;
}
.h5{height:5px;}
.h10{height:10px;}
.superBold{font-family:"PassionOne", Gadget, sans-serif;font-size:2.5em;}
.bold,.bigBold{
font-weight:bold;
}
.bigBold{
/*font-family:"Impact Header";text-transform: uppercase;font-weight:bold;font-size:1.1em;*/
text-transform: uppercase;font-size:1.1em;
}
.symbol{position:absolute;top:0px;left:1px;font-size:1.7em;padding:0 4px;}
.symbol.r{left:auto;right:0;}
.symbol.br{top:auto;left:auto;bottom:0;right:0;}
.fl{float:left;}
.flp{float:left;position:relative;}
.fr{float:right;}
.frp{float:right;position:relative;}
.p5-0{padding:5px 0;}
.p5{padding:5px;}
.p10{padding:10px;}
.p15-0{padding:15px 0;}
.p10-5{padding:10px 5px;}
.p15{padding:15px;}
.p15-10{padding:15px 10px;}
.p20{padding:20px;}
.p20-10{padding:20px 10px;}
.borders{
  border:1px solid #ddd;
}
.borders-b{
  border-bottom:1px solid #ddd;
}
.borders-t{
  border-top:1px solid #bbb;
}
.borders-r{
  border-right:1px solid #bbb;
}
.borders-t-r{
  border-top:1px solid #bbb;border-right:1px solid #bbb;
}
.borders-t-l{
  border-top:1px solid #bbb;border-left:1px solid #bbb;
}
.borders-b-r{
  border-bottom:1px solid #bbb;border-right:1px solid #bbb;
}
.borders-b-l{
  border-bottom:1px solid #bbb;border-left:1px solid #bbb;
}
.text-space1{letter-spacing:-0.5px;}
.text-r{text-align:right;}
.text-c{
text-align:center;
}

.full{width:100%;}
.half{width:49.99999%;}
.third{width:33.33333%;}
.twothird{width:65.66666%;}
.threequarter{width:74.99999%;}
.quarter{width:24.99999%;}

.w20{width:20px;}.w30{width:30px;}.w40{width:40px;}.w50{width:50px;}.w60{width:60px;}.w70{width:70px;}.w80{width:80px;}.w90{width:90px;}
.w100{width:100px;}.w110{width:110px;}.w120{width:120px;}.w140{width:140px;}.w150{width:150px;}.w170{width:170px;}.w180{width:180px;}
.w200{width:200px;}.w220{width:220px;}.w250{width:250px;}
.w300{width:300px;}
.w320{width:320px;}
.w500{width:500px;}

input {
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 10px;
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
}

.button{
  float:left;
  padding: 10px 20px;
  color: #555;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background: #eee;
  cursor: pointer;
  -moz-border-radius:3px;border-radius:3px;
}

.button.blue{background:#2580aa;color:#fff;}
.button.red{background:#b52424;color:#fff;}
.button.green{background:#008080;color:#fff;}
.button.orange{background:#db7f55;color:#fff;}
.button:hover{
  box-shadow:0 6px 10px 0 rgba(0,0,0,0.2);
}
.button:active{
  padding-top:12px;padding-bottom:8px;
}


    .heading1{clear:both;float:left;text-transform: uppercase;padding:15px 0;text-shadow: 1px 1px #fcfcfc;}
    .heading1 img{float:left;padding-left:5px;height:35px;width:35px;}
    .heading1 span{float:left;padding-left:20px;line-height:35px;}


.bg1{background:#8dc73f;color:#fff;}
.bg2{background:#616161;color:#fff;}
.bgGrey{background:#616161;color:#fff;}
.bgGrey.hover:hover{background:#fcfcfc;color:#616161;}
.bgLGrey{background:#eee;color:#616161;}
.bgLGrey2{background:#f9f8fd;color:#616161;}
.bgLGrey3{background:#f2f2f2;color:#616161;}
.bgLGrey4{background:#F5F5F5;color:#616161;}
.bgLGrey5{background:#fcfcfc;color:#616161;}
.bgLGreen{background:#e7e7df;color:#616161;}
.bgLGreen2{background:#c9e0bd;color:#616161;}
.bgGreen{background:#8dc73f;color:#fff;}
.bgBlue,.bgDBlue{background:#2580aa;color:#fff;}
.bgLBlue{background:#dae3e1;color:#616161;}
.bgOrange{background:#db7f55;color:#fff;}

.positive,.bgLGreen{background:#e7e7df;color:#616161;}
.bgRed{background:#b52424;color:#fff;}
.bgLRed{background:#eecece;}
.negative,.bgLRed{background:#eecece;}
.bgWhite{background:#ffffff;color:#616161;}
.bgBlack{background:#161616;color:#fff;}
.text-red{color:#b52424;}
.text-green{color:#8dc73f;}
.text-blue{color:#2580aa;}
.text-dull{color:#ccc;}
.text-grey{color:#616161;}
.smallText{font-size:.9em;color:#797979;}

.Lost{color:#b52424;font-weight:bold;}
.Won{color:#74964b;font-weight:bold;}
.cnr0{-moz-border-radius:0px !important;border-radius:0px !important;}

    .wrapperSlider {
	width:100%;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;

    }
    .internalSliders {
	width:12000px;
    }