* {
    margin: 0;
    padding: 0;
}
html,body {
    background: url(../img/body-bg.jpg);
    margin: 0;
    padding: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}
h2,h3,h4,h5,h6 {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}
a {
    outline: none;
    text-decoration: none;
}
ul {
    list-style: none;
}
img {
    border: none;
}
p {
    text-align: justify;
    line-height: 23px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.tc {
    text-align: center;
} 

.m-c {
    margin:  0 !important;
}
.c-p {
    padding: 0 !important;
}
.c-p-l-r{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.c-l-h {
    line-height: normal !important;
}
.c-b {
    border:  none  !important;
}
.center {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.container {
    margin: 0 auto;
    width:  960px;
}
.m-p {
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.f-a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.p-r {
    position: relative;
}
/*##################################################################################################################*/

.page {
    /*background: url(../img/header-bg.png) repeat-x;*/
    /*    min-height: 844px;*/
    background: #bdbdbd;
}
header {
	background: #0A0F0E url(../img/header-cont-bg.jpg) no-repeat center 0;
	height: 41px;
	margin-bottom: 20px;
	padding: 74px 0 25px;
}
.list {padding: 15px 20px 10px 40px;list-style: circle;}
.list li {padding-top:5px;}
.htitle{font:bold 18px Arial;}
.menu{
    height: 45px;
}
.menu li {
    list-style: none;
    display: inline-block;
    float: left;
}
.menu li a {
    display: block;
    color: #242427;
    text-transform: uppercase;
    height: 41px;
    line-height: 40px;
    text-align: center;
    text-shadow: 1px 1px #fff;
    background: url(../img/menu-hover.png) no-repeat 0 45px;
}
.menu li.l-1 a {
    width: 217px;
}
.menu li.l-2 a {
    width: 195px;
}
.menu li.l-3 a {
    width: 158px;
}
.menu li.l-4 a {
    width: 176px;
}
.menu li.l-5 a {
    width: 214px;
}
.menu li.l-1 a:hover {
    background-position: 0 -49px;
}
.menu li.l-2 a:hover {
    background-position: -218px -49px;
}
.menu li.l-3 a:hover {
    background-position: -412px -49px;
}
.menu li.l-4 a:hover {
    background-position: -569px -49px;
}
.menu li.l-5 a:hover {
    background-position: -747px -49px;
}
.menu li a.active {
    color: #fff;
    text-shadow: 1px 1px #000;
}
.menu li.l-1 a.active {
    background-position: 0 0;
}
.menu li.l-2 a.active {
    background-position: -218px 0px;
}
.menu li.l-3 a.active {
    background-position: -413px 0;
}
.menu li.l-4 a.active {
    background-position: -571px 0;
}
.menu li.l-5 a.active {
    background-position: -746px 0;
}
.box-h1 {
    margin-top: 15px;
    color: #231f1f;
}
h1 {
    font-size: 24px;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: normal;
    background: url(../img/h1-bg.png) no-repeat;
    width: 100%;
    background-position: left bottom;
    height: 43px;
    text-indent: 17px;
    text-shadow: 1px 1px #fff;
    margin-bottom: 12px;
}
.nivoSlider {
    position:relative;
    margin: 24px 0 0 6px;
    cursor: pointer;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:60;
    display:none;
}
/* The slices in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:50;
    height:100%;
}
/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    opacity:0.8; /* Overridden by captionOpacity setting */
    width:100%;
    z-index:89;
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:99;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
    display: none
}
.nivo-nextNav {
    right:0px;
    display: none
}
.nivo-controlNav {
    left: 44%;
    position: absolute;
    top: 278px;
}
.slide img {
    cursor: pointer;
}

.nivo-controlNav a {
    background: url("../img/slider-btn.png") no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 12px;
    position: relative;
    text-indent: -90000px;
    width: 15px;
    z-index: 99;
}
.nivo-controlNav a.active,.nivo-controlNav a:hover {
    background-position: -15px 0
}
.cta {
    color: #fff601;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    padding: 15px 0;
}
.cta:hover {
    text-decoration: underline;
}
.home-page-boxes {
    background: url(../img/home-page-box-bg-r.jpg) repeat-x;
    height: 320px;
    margin-top: 51px;
}
.home-page-boxes ul {
    padding-top: 27px;
}
.home-page-boxes ul li {
    display: inline-block;
    float: left;
    background: url(../img/box-1.png)  no-repeat;
    width: 203px;
    height: 265px;
    margin-left: -12px;
}
.sp-box {
    display: block;
    background: url(../img/box-sp.png) no-repeat;
    width: 112px;
    height: 40px;
    margin: 12px auto 0 auto;
}
.home-page-boxes ul li a.btn {
    background-position: -758px -25px !important;
    display: block;
    height: 34px !important;
    margin: 0 auto !important;
    width: 146px !important;
    text-indent: -90000px;
    cursor: pointer;
}
.home-page-boxes ul li a.btn:hover {
    background-position: -758px -61px !important;
}
.tbox {
    color: #696969;
    font-size: 12px;
    height: 50px !important;
    line-height: normal;
    padding-top: 101px;
    text-align: center;
    width: 153px !important;
}
.tbox-1 {
    background-position: -148px -10px !important;
}
.logo-1 {
    background-position: -5px -68px !important;
}
.tbox-2 {
    background-position: -6px -10px !important;
}
.logo-2 {
    background-position:-1030px -65px !important;
}

.tbox-3 {
    background-position: -442px -10px !important;
}
.logo-3 {
    background-position:-929px -17px !important;
}

.tbox-4 {
    background-position: -292px -10px !important;
}
.logo-4 {
    background-position:-1078px -16px !important;
}

.tbox-5 {
    background-position: -598px -10px !important;
}
.logo-5 {
    background-position:-1130px -66px !important;
}
.box-body {
    background: url(../img/border-grey-r.png) repeat-x;
    min-height: 58px;
    width: 100%;
    margin-top: 20px!important;
}
.box-body .bg-green {
    background: url("../img/border-green-r.png") repeat-x;
    margin-left: -400px;
    min-height: 50px;
    position: relative;
    right: 50%;
    top: 0px;
    width: 100%;
    z-index: 1;
}
.b-b-f {
    margin-top: 0;
}
.h-s {
    background: url(../img/h-s-bg.png) no-repeat;
    height: 58px;
    background-position: left center;
    color: #4a4a4a;
    font-size: 22px;
    text-transform: uppercase;
    text-shadow: 1px 1px #fff;
    line-height: 56px;
    text-indent: 83px;
    font-weight: normal;    
}
.box-body .cont-bg {
    margin-top: -53px;
    position: relative;
    z-index: 2;
}
.box-in {
    background: #1c9392;
    margin-top: -5px;
    padding: 15px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.box-in p {
    margin-top: 15px;
}
.box-in img {
    margin: 0 auto;
    display: block;

}
.a-r {
    margin: 0 15px 0 0;
}
.a-l {
    margin: 0 0 0 15px;
}
.t-banner {
    background: url(../img/tip-banner.jpg) no-repeat;
    width: 910px;
    height: 289px;
    margin-top: 10px;
}
.t-banner-h {
    background: url("../img/tip-banner-hover.jpg") no-repeat;
    display: none;
    float: right;
    height: 56px;
    margin-right: 81px;
    margin-top: 191px;
    vertical-align: middle;
    width: 256px;
}
.t-banner:hover .t-banner-h {
    display: block;

}
.h-table {
    background: url(../img/home-table-bg.png) no-repeat;
    width: 915px;
    height: 324px;
}
.h-table h6 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #8c8c8c;
    font-size: 22px;
    text-shadow: 1px 1px #fff;
    font-weight: normal;
    padding-top: 11px;
}
.h-table .thead {
    width: 95%;
    margin:20px auto 0 auto;
}
.h-table .thead li.th-1 {
    margin-right: 88px;
    margin-left: 10px;
}
.h-table .thead li.th-2 {
    margin-right: 188px;
}
.h-table .thead li.th-3 {
        margin-right: 231px;
}
.h-table .thead li {
    display: inline-block;
    color: #737373;
    text-transform: uppercase;
    font-size: 15px;
    text-shadow: 1px 1px #fff;
}
.h-table .row {
    width: 93%;
    margin: 12px auto 0 auto;
    text-transform: uppercase;
    color: #737373;
    font-size: 15px;
}
.h-table .row li{
    display: inline-block;
    float: left;
    margin: 12px 0 0 0;
}
.h-table .row li.tb-1 {
    margin-right: 31px;
}
.h-table .row li.tb-2 {
    width: 225px;   
}
.h-table .row li.tb-3 {
    color: #1c9392;
    width: 402px;
    text-shadow: 1px 1px #fff;
    font-size: 17px;
    font-weight: bold;
    margin-top: 9px;
    text-indent: 15px;
}
.h-table .row li i.sp-box {
    height: 29px;
    margin-top: -6px;
}
.h-table .row li i.logo-3 {
    background-position:4px -17px !important;
    width: 136px;
}
.h-table .row li i.logo-2 {
    background-position: -111px -70px !important;
}
.h-table .row li i.logo-4 {
    background-position: -160px -22px !important;
    width: 120px;
}
.h-table .row li i.logo-5 {
    background-position: -211px -70px !important
}
.h-table .row li span {
    color: #ff0000;
}
.h-table .row li a {
    display: block;
    width: 157px;
    height: 31px;
    background: url(../img/h-table-btn.png) no-repeat;
    text-indent: -99999px;
    margin-top: -8px;
    margin-left: 27px;
}
.h-table .row li a:hover {
    background-position: 0 -31px;
}
.bg-dark {
    background: #0a0f0e;
    padding-top: 54px;
}
.bg-dark .cont-bg {
    margin-top: -107px;
}
.bg-dark-w {
    background: #0a0f0e url(../img/footer-bg.jpg) no-repeat;
    width: 1810px;
    min-height: 353px;
    background-position: bottom center;
    margin-left: -425px;
    padding-top: 28px;
}

.footer-line {
    background: url("../img/footer-line.jpg") no-repeat;
    height: 41px;
    width: 960px;
    margin: 270px auto 0 auto;
    font-size: 11px;
    color: #666464;

}
.footer-line p{ 
    line-height: 41px;
}
.footer-line p a{ 
    color:#576CC4;
}

.footer-line p.pull-left{ 
    text-indent: 12px;
}
.footer-line p.pull-right{ 
    margin-right: 20px;
}
footer {
    background: #0a0f0e;
    margin-top: -272px;
}
.list-cont {
    margin-top: 15px; 
}
.list-cont li {
    background: url("../img/list-point.jpg") no-repeat  left 4px;
    line-height: 23px;
    margin-top: 15px;
    text-indent: 24px;
}
.slide i {
    display: none;
    position: absolute;
    z-index: 100;
}

.q-b .header div {
    background: #CED1D1;
    border: 3px solid #076463;
    height: 45px;
    margin-left: 48px;
    color: #076463;
    font-size: 18px;
    text-shadow: 1px 1px #fff;
    text-transform: uppercase;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 42px;
    text-indent: 14px;
}
.q-b .header {
    background: url("../img/quasion-symbol.jpg") no-repeat;
    height: 57px;
    margin-top: 12px;
}
.q-b p {
    background: #076463;
    padding: 12px 21px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
}
.q-b-r .header div {
    margin-right: 48px;
    margin-left: 0;
}
.q-b-r .header {
    background-position: right center;
}
.banner-live {
    display: block;
    height: 308px;
    overflow: hidden;
    width: 936px;
    padding-top: 15px;
}
.banner-live:hover img {
    margin-top: -367px;
}
.single-slide img{
    left: 2px;
}
.b-dotted {
    border-bottom: 1px dotted #005655;
    padding-bottom: 15px;
}
i.bonus-bet365-hover {
    background: url("../img/bet365-hover.png") no-repeat;
    display: none;
    height: 45px;
    position: absolute;
    right: 38px;
    top: 204px;
    width: 243px;
}
.slide:hover i.bonus-bet365-hover{
    display: block;
}
.no-click {
    cursor: auto;
}
.banner-anbieter,.banner-anbieter-2 {
    display: block;
    width: 931px;
    height: 280px;
    overflow: hidden;
    padding-top: 12px;
    cursor: pointer;
}
.banner-anbieter:hover img {
    margin-top: -310px;

}
.banner-anbieter-2:hover img {
    margin-top: -290px;
}
.bet365-banner {
    height: 226px;
    width: 935px;
    display: block;
    overflow: hidden;
    padding-top: 13px;
}
.bet365-banner:hover img {
    margin-top: -240px;
}

.slider-linnk {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
    z-index: 3000;
}
.hidden {
    display: none;
}