/* latin-ext */
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url(https://fonts.gstatic.com/s/fjallaone/v4/SHXJdWnWW6HDq-6DpcG8PyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url(https://fonts.gstatic.com/s/fjallaone/v4/rxxXUYj4oZ6Q5oDJFtEd6vk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: local('Abel'), local('Abel-Regular'), url(https://fonts.gstatic.com/s/abel/v6/brdGGFwqYJxjg2CD1E9o7g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
body {
    background-color: #222222;
    font-size: 85%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin: 0px 0px 0px 0px;
    color: #fff;
}
.container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
	margin-left: auto;
	margin-right: auto;
}
header {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 118px;
    margin-top: 0px;
    max-width: 1224px;
    background-image: url(images/headder-bg.png);
    background-repeat: no-repeat;
}
.header-banner {
    max-width: 317px;
    margin-right: auto;
    margin-left: 54px;
    height: 108px;
    background-image: url(images/top-banner.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
}
nav {
	max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	-webkit-box-ordinal-group: 2;  
	-moz-box-ordinal-group: 2;     
	-ms-flex-order: 2;     
	-webkit-order: 2; 
	order: 2;
	 -webkit-flex-grow: 1;
    flex-grow: 1;
}
.content {
    max-width: 1224px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-top: 31px;
    background-color: #484848;
}
a {
    color: #e6e6e6;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
    color: #D20000;
}
.bold {
	font-weight: bold;
}
p {
	margin-left: 39px;
	margin-right: 39px;
}
footer {
	max-width: 1024px;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	-webkit-box-ordinal-group: 4;  
	-moz-box-ordinal-group: 4;     
	-ms-flex-order: 4;     
	-webkit-order: 4; 
	order: 4;
	 -webkit-flex-grow: 1;
    flex-grow: 1;
	text-align: center;
	line-height: 45px;
	height: 45px;
	color: #999;
	margin-bottom: 14px;
	font-size: 13px;
}
.heading {
	color: #50514F;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFCFF;
}
h1 {
    font-family: 'Fjalla One', sans-serif;
    text-align: left;
    text-indent: 43px;
    color: #e6e6e6;
    font-size: 300%;
    line-height: 29px;
    text-shadow: 1px 1px 1px #000000;
}
.box1 {
    width: 93%;
    margin: 14px auto 43px auto;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 3px;
    box-shadow: 4px 7px 5px -3px #131313;
}
#box1 {
    width: 93%;
    margin: 25px auto 43px auto;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 3px;
    box-shadow: 4px 7px 5px -3px #bfbebe;
}
.box1 p {
    padding: 0px 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.box2 {
	width: 800px;
    margin: 14px auto;
	padding-top: 8px;
	padding-bottom: 8px;
    border-radius: 3px;
    box-shadow: 4px 7px 5px -3px #bfbebe;
}
.box2 p {
    color: #fff;
    font-size: 131%;
    padding: 0px 10px;
}
.box3 {
    width: 86%;
    margin: 8px auto;
    padding: 11px;
    padding-top: 16px;
    border-radius: 3px;
    box-shadow: 4px 7px 5px -3px #272424;
}
.box3 p {
    color: #fff;
    font-size: 131%;
}
.grad1 {
background: -moz-linear-gradient(270deg, #1A1A1A 0%, #5C5C5C 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1A1A1A), color-stop(100%, #5C5C5C)); /* safari4+,chrome */
background: -webkit-linear-gradient(270deg, #1A1A1A 0%, #5C5C5C 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(270deg, #1A1A1A 0%, #5C5C5C 100%); /* opera 11.10+ */
background: -ms-linear-gradient(270deg, #1A1A1A 0%, #5C5C5C 100%); /* ie10+ */
background: linear-gradient(180deg, #1A1A1A 0%, #5C5C5C 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1A1A1A', endColorstr='#5C5C5C',GradientType=0 ); /* ie6-9 */
    background-color: #303030;
}
.grad2 {
    background: -moz-linear-gradient(270deg, #D1D1D1 0%, #FFFFFF 37%, #C2C2C2 99%, #C2C2C2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D1D1D1), color-stop(37%, #FFFFFF), color-stop(99%, #C2C2C2), color-stop(100%, #C2C2C2));
    background: -webkit-linear-gradient(270deg, #D1D1D1 0%, #FFFFFF 37%, #C2C2C2 99%, #C2C2C2 100%);
    background: -o-linear-gradient(270deg, #D1D1D1 0%, #FFFFFF 37%, #C2C2C2 99%, #C2C2C2 100%);
    background: -ms-linear-gradient(270deg, #D1D1D1 0%, #FFFFFF 37%, #C2C2C2 99%, #C2C2C2 100%);
    background: linear-gradient(180deg, #D1D1D1 0%, #FFFFFF 37%, #C2C2C2 99%, #C2C2C2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1D1D1', endColorstr='#C2C2C2',GradientType=0 );
    background-color: #2d2d2d;
}
.grad3 {
    background: -moz-linear-gradient(270deg, #225426 0%, #122E15 37%, #225426 99%, #225426 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #225426), color-stop(37%, #122E15), color-stop(99%, #225426), color-stop(100%, #225426));
    background: -webkit-linear-gradient(270deg, #225426 0%, #122E15 37%, #225426 99%, #225426 100%);
    background: -o-linear-gradient(270deg, #225426 0%, #122E15 37%, #225426 99%, #225426 100%);
    background: -ms-linear-gradient(270deg, #225426 0%, #122E15 37%, #225426 99%, #225426 100%);
    background: linear-gradient(180deg, #225426 0%, #122E15 37%, #225426 99%, #225426 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225426', endColorstr='#225426',GradientType=0 );
	background-color: #000;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.row {
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	margin-left: auto;
	margin-right: auto;
}
.row2 {
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.row2 .list1 {
    color: #fff;
}
.cell2, .cell3 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 48%;
		-ms-flex: 1 1 48%;
		flex: 1 1 48%;
    min-height: 160px;
    min-width: 300px;
    max-width: 900px;
    position: relative;
	margin: 5px;
	border-radius: 3px;
}
.celdl2 {
    border: 1px solid #625101;;
}
.cell4 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 32%;
		-ms-flex: 1 1 32%;
		flex: 1 1 32%;
    min-height: 160px;
    position: relative;
	margin: 5px;
    color: #000;
	border-radius: 3px;
    box-shadow: 4px 7px 5px -3px #b3b3b3;
}
.cell-header {
    width: 100%;
    background-color: #d7b100;
    font-size: 150%;
    color: #000;
    text-align: center;
    line-height: 150%;
}
.side-box {
    float: right;
    width: 161px;
    margin: 44px 29px 12px 47px;
    border-radius: 3px;
    background-color: #000;
    box-shadow: 4px 7px 5px -3px #272424;
}
.side-link {
    text-align: center;
    color: #11d41a;
    font-size: 17px;
    line-height: 36px;
}
.options3 {
    width: 141px;
    height: 42px;
    background-image: url(images/icon-s-c-p.png);
    background-repeat: no-repeat;
	background-position: center center;
    background-size: 100%;
    float: left;
    margin-top: 2px;
}
.options2 {
    width: 141px;
    height: 42px;
    background-image: url(images/icon-s-c.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    float: left;
    margin-top: 2px;
}
.clear {
	clear: both;
}
.section-header {
    font-family: 'Fjalla One', sans-serif;
    color: #e6e6e6;
    font-size: 220%;
    margin-top: -5px;
    margin-left: 40px;
    margin-right: 25px;
    font-weight: bold;
    float: left;
    max-width: 312px;
    text-align: right;
}
.sectivon-header::before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(images/bc-sm.png);
    background-repeat: no-repeat;
    position: relative;
    top: 42px;
    left: -46px;
}
.section-sub-header {
    font-family: 'Fjalla One', sans-serif;
    color: #e6e6e6;
    width: 91%;
    font-size: 164%;
    font-weight: bold;
    text-align: left;
    line-height: 45px;
    border-bottom: 2px solid #ff0000;
    margin: 10px 19px;
}
#box1 .section-sub-header {
    font-family: 'Fjalla One', sans-serif;
    color: #e6e6e6;
    font-size: 185%;
    border-bottom: 3px solid #339900;
    margin-top: -57px;
    margin-left: 69px;
    text-indent: 2px;
    text-shadow: 1px 1px #000;
    width: 64%;
}
#box1 .section-sub-header2 {
    color: #e6e6e6;
    font-size: 172%;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 8px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    line-height: 43px;
    text-shadow: 1px 1px #000;
}
.box1 .section-sub-header {
    color: #e6e6e6;
    font-size: 200%;
    font-weight: bold;
    border-bottom: 2px solid #ff0000;
    margin-top: 0px;
    margin-left: 26px;
    text-indent: 0px;
    font-family: 'Fjalla One', sans-serif;
    text-shadow: 1px 1px #060606;
}
.fast-sm:before {
    background-image: url(images/fast-icon.png);
    background-repeat: no-repeat;
    content: '';
    width: 50px;
    height: 57px;
    display: block;
    position: relative;
    top: 60px;
    left: -58px;
}
.anon-sm:before {
    background-image: url(images/anon-icon.png);
    background-repeat: no-repeat;
    content: '';
    width: 50px;
    height: 57px;
    display: block;
    position: relative;
    top: 60px;
    left: -58px;
}
.no-fees-sm:before {
    background-image: url(images/no-fees-icon.png);
    background-repeat: no-repeat;
    content: '';
    width: 50px;
    height: 57px;
    display: block;
    position: relative;
    top: 60px;
    left: -58px;
}
.row2 .section-sub-header2 {
    text-align: center;
    text-indent: 0px;
}
.cell2 .section-sub-header {
    color: #e6e6e6;
    font-size: 260%;
    text-align: left;
    text-indent: 2px;
    font-style: italic;
    line-height: 67px;
    border-bottom: 2px solid #ff0000;
    margin: 12px 39px;
    text-shadow: 2px 2px #000;
    display: inline;
}
.btn-box {
    width: 166px;
    margin: -7px 0px 9px -13px;
    padding: 10px;    border-radius: 3px;
    box-shadow: 4px 7px 5px -3px #272424;
    height: 35px;
}
.options2:before, .options3:before  {
    content: 'GAMING OFFERED';
    display: block;
    position: relative;
    top: -22px;
    left: 5px;
    text-align: center;
    width: 115px;
    padding: 0px 7px;
    font-size: 12px;
    color: #d6ccc6;
    background: -moz-linear-gradient(270deg, rgba(59,59,59,1) 0%, rgba(107,107,107,1) 29%, rgba(59,59,59,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(59,59,59,1)), color-stop(29%, rgba(107,107,107,1)), color-stop(100%, rgba(59,59,59,1)));
    background: -webkit-linear-gradient(270deg, rgba(59,59,59,1) 0%, rgba(107,107,107,1) 29%, rgba(59,59,59,1) 100%);
    background: -o-linear-gradient(270deg, rgba(59,59,59,1) 0%, rgba(107,107,107,1) 29%, rgba(59,59,59,1) 100%);
    background: -ms-linear-gradient(270deg, rgba(59,59,59,1) 0%, rgba(107,107,107,1) 29%, rgba(59,59,59,1) 100%);
    background: linear-gradient(180deg, rgba(59,59,59,1) 0%, rgba(107,107,107,1) 29%, rgba(59,59,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3B3B3B', endColorstr='#3B3B3B',GradientType=0 );
    background-color: #000000;
    border-radius: 3px;
    border: 1px solid #535352;
    text-shadow: 1px 1px #000;
}
.list1 li {
    list-style: none;
    margin-left: 40px;
    line-height: 30px;
    font-size: 21px;
    font-weight: bold;
    color: #343434;
}
.list2 li {
    list-style: none;
    margin-left: 15px;
    line-height: 30px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}
.rating {
    width: 140px;
	height: 26px;
}
.bc-5 {
	float: left;
    background-image: url(images/5-bc.png);
    background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.bc-4 {
	float: left;
    background-image: url(images/4-bc.png);
    background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.join {
    float: left;
    background: -moz-linear-gradient(270deg, #C40000 0%, #BF4949 40%, #C40000 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C40000), color-stop(40%, #BF4949), color-stop(100%, #C40000)); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #C40000 0%, #BF4949 40%, #C40000 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #C40000 0%, #BF4949 40%, #C40000 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #C40000 0%, #BF4949 40%, #C40000 100%); /* ie10+ */
    background: linear-gradient(180deg, #C40000 0%, #BF4949 40%, #C40000 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C40000', endColorstr='#C40000',GradientType=0 ); /* ie6-9 */
    background-color: #d6ab00;
    width: 148px;
    height: 38px;
    border: 2px solid #adadad;
    border-radius: 3px;
    box-shadow: 4px 7px 5px -3px #272424;
    position: relative;
    top: -4px;
    left: 7px;
    text-align: center;
    line-height: 38px;
    font-size: 157%;
    color: #fff;
    transition: all 0.5s;
}
.join:hover {
    border: 2px solid #b6a014;
    background-color:#339900;
    color: #b6a014;
}
.logo1 {
    background-image: url(images/bovada-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 47px;
    margin-bottom: 5px;
}
.logo2 {
    background-image: url(images/betonline-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 47px;
    margin-bottom: 5px;
}
.logo3 {
    background-image: url(images/sportsbetting-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 47px;
    margin-top: 5px;
}
.logo4 {
    background-image: url(images/5dimeslogo132.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 47px;
    margin-bottom: 5px;
}
.logo1b {
    background-image: url(images/bovada-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    width: 148px;
    height: 60px;
}
.logo2b {
    background-image: url(images/betonline-logo-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    width: 148px;
    height: 60px;
}
.logo3b {
    background-image: url(images/sportsbetting200-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    width: 148px;
    height: 60px;
    background-size: 93%;
}
.logo4b {
    background-image: url(images/5dimeslogo132.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    width: 148px;
    height: 60px;
}
.rating-box {
    width: 150px;
}
#bars td {
    font-family: 'Abel', sans-serif;
    text-align: right;
    padding: 5px 3px;
    font-size: 16px;
    color: #f00;
}
#bars {
    color: #fff;
    width: 143px;
    margin-left: 8px;
    border-radius: 3px;
}
#bars .rating {
    font-family: 'Abel', sans-serif;
    color: #e6e6e6;
    font-size: 18px;
    text-align: center;
}
.avg-rate {
    font-family: 'Abel', sans-serif;
    text-align: center;
    padding: 8px 8px;
    font-size: 17px;
    color: #ff0000;
    width: 111px;
    margin: 0px 0px 0px 16px;
    border-bottom: 1px solid #636363;
}
.avg-rate-no {
    font-family: 'Abel', sans-serif;
    color: #ffffff;
    font-size: 39px;
    margin: 0px 0px 0px 8px;
    text-align: center;
    text-shadow: 2px 3px #000;
}

.table-chart .flex-table {
    margin-bottom: 1px;
    margin-left: 10px;
    margin-right: 10px;
}
.flex-table ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-table li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #e6e6e6;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px #5e5e5e;
    display: inline-block;
    height: 68px;
    line-height: 66px;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-shadow: 2px 2px #000;
}
.flex-table li a {
    color: #f0f0f0;
    text-decoration: none;
    width: 100%;
    font-size: 105%;
    text-shadow: 1px 1px #050505;
    padding: 5px 14px;
    border-radius: 10px;
}
.flex-table li a:hover {
    color: #ccc;
}
.flex-table .table-brand {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    font-size: 191%;
    text-align: left;
    padding-left: 8px;
}
.flex-table .table-brand2 {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	    -ms-flex: 3;
	        flex: 3;
}
.flex-table .join {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}
.table-chart {
}
.table-brand {
	background-position: 1% 50%;
	font-size: 18px;
}
.table-brand2 {
    background: #353535;
	background-position: 1% 50%;
	font-size: 12px;
}
.table-rated5 {
	background: url(images/5-bc.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 61%;
    opacity: 0.8;
}
.table-rated4 {
	background: url(images/4-bc.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 61%;
    opacity: 0.8;
}
.table-mobile {
	background: url(images/mobile_check.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.table-flag {
	background: url(images/usa-flag.png);
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 100px;
}
.table-join {
    text-align: center;
    font-size: 16px;
}
.table-join a {
    background: -moz-linear-gradient(270deg, #FF0000 0%, #FF6161 40%, #FF0000 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(40%, #FF6161), color-stop(100%, #FF0000)); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #FF0000 0%, #FF6161 40%, #FF0000 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #FF0000 0%, #FF6161 40%, #FF0000 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #FF0000 0%, #FF6161 40%, #FF0000 100%); /* ie10+ */
    background: linear-gradient(180deg, #FF0000 0%, #FF6161 40%, #FF0000 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#FF0000',GradientType=0 ); /* ie6-9 */
    box-shadow: 1px 3px 6px -2px #000;
}
.table-join a:hover {
	color: #f6a645;
}
.table-rev {
	text-align: center;
	font-size: 16px;
}
.table-rev:hover {
	background-color: #ffd71c;
	text-decoration: none;
}
.bc-advant {
    float: right;
    width: 281px;
    height: 142px;
    margin: 8px 28px;
    background-image: url(images/bitcoin-advantages.png);
    background-repeat: no-repeat;
    opacity: 1;
}
.bc-advant2 {
    width: 281px;
    height: 119px;
    margin: 11px auto;
    background-image: url(images/bitcoin-advantages.png);
    background-repeat: no-repeat;
    opacity: 1;
}
.logo {
    float: right;
    width: 163px;
    height: 166px;
    margin: 16px 16px;
    background-image: url(images/bc-logo.png);
    background-repeat: no-repeat;
    opacity: 1;
}
.ss {
    width: 95%;
    max-width: 1000px;
    height: 531px;
    margin: 10px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.bv-ss {
    background-image: url(images/bovada1000-ss.jpg);
}
.bo-ss {
    background-image: url(images/betonline1000-ss.jpg);
}
.sb-ss {
    background-image: url(images/sportsbetting1000-ss.jpg);
}
.fd-ss {
    background-image: url(images/5dimes1000-ss.jpg);
}
.bv-sm {
    background-image: url(images/bovada200-bitcoin.gif);
    background-repeat: no-repeat;
    background-position: center center;
	width: 200px;
	height: 200px;
    float: right;
    margin: 73px 6px;
}
.bo-sm {
    background-image: url(images/betonline200-main.gif);
    background-repeat: no-repeat;
    background-position: center center;
	width: 200px;
	height: 200px;
    float: right;
    margin: 73px 6px;
}
.sb-sm {
    background-image: url(images/sportsbetting200-main.gif);
    background-repeat: no-repeat;
    background-position: center center;
	width: 200px;
	height: 200px;
    float: right;
    margin-right: 6px;
    margin: 73px 6px;
}
.dms-sm {
    background-image: url(images/5dimes200-main.gif);
    background-repeat: no-repeat;
    background-position: center center;
	width: 200px;
	height: 200px;
    float: right;
    margin: 73px 6px;
}
.tag {
    font-size: 17px;
    color: #dddddd;
    text-shadow: 0px 0px #000;
    font-family: 'Abel', sans-serif;
}
.tag2 {
    font-family: 'Abel', sans-serif;
    font-size: 63%;
    color: #ff0000;
    font-style: normal;
    text-shadow: 0px 0px;
    margin-left: 20px;
}
.banner {
    width: 728px;
    height: 90px;
    border: 3px outset #e6e6e6;
    margin: 10px auto;
    box-shadow: 4px 7px 5px -3px #272424;
}
.bovada {
	background-image: url(images/bovada728-bitcoin.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.dimes {
	background-image: url(images/5dimes728-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.betonline {
	background-image: url(images/betonline728-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.sportsbetting {
	background-image: url(images/sportsbetting728-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.logo-box-sb {
	background-image: url(images/sportsbetting200-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 200px;
	margin-right: 200px;
}
.logo-box-bo {
	background-image: url(images/betonline200-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 200px;
	margin-right: 200px;
}
.logo-box-bv {
	background-image: url(images/bovada200-sports.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 200px;
	margin-right: 200px;
}
.logo-box-dimes {
	background-image: url(images/5dimes200-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 200px;
	margin-top: 0px;
}
/*--------------------------NAV-Styles-------------------------*/
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#nav {
  position: relative;
}
#nav ul {
  display: none;
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#nav ul li a {
    font-family: 'Fjalla One', sans-serif;
    display: block;
    color: #cb1804;
    text-decoration: none;
    text-align: left;
    font-size: 18px;
    border-top: 2px solid #cb1804;
    line-height: 37px;
    padding-left: 44px;
    border-bottom: 2px solid #cb1804;
    background-color: #484848;
    text-shadow: 1px 1px #000;
}
#nav ul li a:hover {
    background-color: #ccc;
    color: #484848;
    text-shadow: 1px 1px #fff;
}
#nav ul li:last-of-type a {
  border-right: 0px;
}
#nav ul li ul li a {
    padding-left: 0.5em;
    font-size: 19px;
}
#nav ul li ul li ul li a {
  padding-left: 3.125em;
}
#nav input.trigger {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
  display: block !important;
}
@media (min-width: 48em) {
  #nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    display: flex;
    flex-direction: row;
  }
}
#nav label {
    position: relative;
    display: block;
    min-height: 2em;
    padding: .45em;
    font-size: 1.1em;
    margin: 0;
    cursor: pointer;
    background: #cbcbcb;
    line-height: 2em;
    color: #000000;
}
#nav label:after {
    position: absolute;
    right: 0.3em;
    top: 0.1em;
    content: "\2261";
    font-size: 3.3em;
    color: #cb1804;
}
@media (min-width: 48em) {
  #nav ul {
    display: -ms-flexbox;
    flex-direction: -ms-row;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    display: flex;
    flex-direction: row;
  }
  #nav ul li {
    position: relative;
    text-align: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    flex: 1;
  }
  #nav ul li ul {
    display: none !important;
    position: absolute;
    top: 2.25em;
    left: 0;
    display: block;
    width: 12.5em;
    z-index: 200;
  }
  #nav ul li ul li {
    text-align: left;
  }
  #nav ul li ul li ul {
    z-index: 300;
    top: 0px;
    left: 12.4em;
  }
  #nav ul li ul li ul li a {
    padding-left: 30px !important;
  }
  #nav ul li:hover > ul {
    display: block !important;
  }
  #nav label {
    display: none;
  }
}
/*-------------------------End-NAV-Styles-------------------------*/
@media (min-width: 1224px) {
        body {
        /*background: url(imagdes/bg.jpg) no-repeat; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: fixed;*/
    }
}
@media (max-width: 1180px) {
	#box1 .section-sub-header {
    	font-size: 140%;
		text-align: left;
	}
    .tag {
        display: none;
    }
}
@media (max-width: 888px) {
	.row {
		max-width: 100%;
		 -webkit-flex-grow: 1;
    	flex-grow: 1;
	}
	.box2 {
		width: 300px;
	}
	.banner {
		width: 250px;
		height: 250px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.bovada {
		background-image: url(images/bovada250-bitcoin.gif);
		background-repeat: no-repeat;
		background-position: center center;
		width: 250px;
		height: 250px;
	}
	.dimes {
		background-image: url(images/5dimes250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
		width: 250px;
		height: 250px;
	}
	.betonline {
		background-image: url(images/betonline250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
		width: 250px;
		height: 250px;
		background-color: transparent;
	}
	.sportsbetting {
		background-image: url(images/sportsbetting250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
		width: 250px;
		height: 250px;
	}
	.table-chart .flex-table {
		margin-bottom: 25px;
		border-top: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
	}
	.table-brand {
		font-size: 28px;
	}
	.flex-table ul {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.flex-table li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 41%;
		    -ms-flex: 1 1 41%;
		        flex: 1 1 41%;
	}
	.flex-table .table-brand, .cell2, .cell3, .cell4 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
	.flex-table .table-brand2 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
	.flex-table .table-brand3 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
	.flex-table .table-brand4 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
	.table-chart {
		max-width: 480px;
		margin: 10px auto 10px auto;
	}
}
@media all and (max-width:768px) {
    .section-header {
        width: 90%;
        margin: 0px auto;
        font-size: 28px;
        line-height: 28px;
        text-indent: 0px;
        text-align: center;
    }
    .table-brand {
        max-width: 147px;
        margin: 0px auto;
    }
    .logo1b, .logo2b, .logo3b, .logo4b {
        position: relative;
    	top: -76px;
        left: 0px;
    }
    .section-sub-header, .cell2 .section-sub-header {
		text-indent: 0px;
		line-height: 56px;
		font-size: 300%;
	}
    h1 {
        text-indent: 0px;
        text-align: center;
        font-size: 32px;
        line-height: 20px;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .tag2 {
        display: none;
    }
    .side-box {
        margin-top: 0px;
    }
}
@media all and (max-width:480px) {
	.logo,.bc-advant {
		float: none;
        margin: 10px auto;
	}
    .bv-sm, .bo-sm, .sb-sm, .dms-sm {
        float: none;
        margin: 10px auto;
    }
	.flex-table li {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
    .side-box {
        margin-top: 10px;
    };
	.table-rated5, .table-rated4 {
		background-size: 64%;
	}
    h1 {
        text-indent: 0px;
        text-align: center;
        font-size: 34px;
        line-height: 50px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
	.fltrt {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.table-flag {
		margin: 0px auto;
	}
    .section-header, .section-sub-header {
		float: none;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		line-height: 35px;
		font-size: 200%;
	}
    .flex-table li a {
        font-size: 15px;
    }

}
