/* =========================================================================    Project: Wettpro    Author: XHTMLized    Last updated: Sat Apr 11 2015 00:47:57    1. Slider    2. Base    3. Utilities    4. Layout   ========================================================================= */

.navbar-form:after,
.hero:after,
.slide-top div:after,
.table-betting-tips td > div:after,
.section-latest-news .heading:after,
.nav-tabs:after,
.review-title:after,
.review-bottom li:after,
.progress-box > div:after,
.summary-box:after,
.bonus form:after,
.bonus fieldset:after,
.hero-article:after,
.hero-article .pull-left div:after,
.article .bottom-slider:after,
.guide-list:after,
.tipster .top-box div:after,
.tipster .top-box p:after,
.tipster .bottom:after,
.top-hero:after,
.accordion .panel-collapse:after,
.other-list:after,
.widget article:after {
    content: "";
    display: table;
    clear: both;
}
/* * jQuery FlexSlider v2.4.0 * http://www.woothemes.com/flexslider/ * * Copyright 2012 WooThemes * Free to use under the GPLv2 and later license. * http://www.gnu.org/licenses/gpl-2.0.html * * Contributing author: Tyler Smith (@mbmufffin) * */
/* ==================================================================================================================== * RESETS * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* ==================================================================================================================== * BASE STYLES * ====================================================================================================================*/

.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* ==================================================================================================================== * DEFAULT THEME * ====================================================================================================================*/

.flexslider {
    margin: 0 0 60px;
    background: #ffffff;
    border: 4px solid #ffffff;
    position: relative;
    zoom: 1;
    border-radius: 4px;
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: auto;
}
.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
    content: '\f002';
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a .flex-play:before {
    content: '\f003';
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.7;
    cursor: pointer;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

/* Adjustments Fancybox */
#fancybox-close{
  top: -8px !important;
  right: -48px !important;
}


/* ==================================================================================================================== * RESPONSIVE * ====================================================================================================================*/

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
    .review-title .btn {
        margin-top: 10px;
    }
}
* {
    box-sizing: border-box;
}
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.38em;
    color: #5a6678;
    padding-top: 60px;
}
a {
    color: #4183d7;
    text-decoration: none;
}
a:hover {
    color: #4183d7;
    text-decoration: underline;
}
/* Hide visually but not from screen readers */

.hide {
    position: absolute !important;
    left: -9999em !important;
}
/* Image Replacement */

.ir {
    display: block;
    position: relative;
    overflow: hidden;
}
.ir span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
/* Acessibility navigation */

.accessibility-nav {
    position: absolute;
    top: 0;
    left: -9999em;
    z-index: 1000;
}
.accessibility-nav a {
    position: absolute;
    top: 0;
    white-space: nowrap;
}
.accessibility-nav a:active,
.accessibility-nav a:focus {
    left: 9999em;
}
/*! *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
/* FONT PATH * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.fa-search:before {
    content: "\f002";
}
.fa-star:before {
    content: "\f005";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-expand:before {
    content: "\f065";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
/* Container */

section .container {
    margin-top: 10px;
}
.container {
    position: relative;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.container.related {
    max-width: 100%;
    padding: 0;
}
.container.related .heading {
    margin-bottom: 20px;
}
.container .related img {
    max-width: 100%;
    min-height: 120px;
    object-fit: cover;
}
.container-fluid {
    max-width: 1170px;
    margin: 0 auto;
}
/* Header */

.navbar {
    background: #4183d7;
    /*background: #2a373c;*/
    
    border: none;
    border-bottom: 7px solid #e3e5e7;
    border-radius: 0;
    height: 60px;
    margin: 0;
}
.navbar-brand {
    margin: 18px 0 0 15px;
    width: 114px;
    float: left;
    height: 30px;
}
.navbar-brand span {
    /* inactive rule with img-element in header */
    
    background: url(../img/logo.png) no-repeat;
}
.navbar-brand img.header {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.admin-bar .navbar-fixed-top {
    top: 30px;
}
.dropdown {
    margin: 19px 0 0 17px;
    float: left;
}
.dropdown button {
    text-align: center;
    padding: 0;
    font-size: 10px;
    color: #4183d7;
    width: 26px;
    height: 20px;
    background: none;
    border: 1px solid #4183d7;
    line-height: 18px;
    border-radius: 3px;
}
.dropdown .dropdown-menu {
    /*background: $color-blue;*/
    
    min-width: 100px;
    padding: 5px;
}
.navbar-toggle {
    margin: 11px 5px 0 0;
    border: none;
}
@media screen and (min-width: 768px) {
    .navbar-toggle {
        margin: 11px -5px 0 0;
        display: block !important;
    }
    .navbar-brand {
        margin-left: 0 !important;
    }
    .navbar-header {
        width: 100%;
    }
}
@media screen and (min-width: 1050px) {
    .navbar-toggle {
        display: none !important;
    }
    .navbar {
        height: 67px;
    }
    body {
        padding-top: 97px;
    }
	.nav ul.sub-menu li {
	display: inline-block;
	width: 250px;
	border-right: 1px solid #eee;
	padding-right: 10px;
	}
	.nav ul.sub-menu li:nth-child(3n+2), .nav ul.sub-menu li:nth-child(3n+3) {
		padding-left: 30px;
	}
	.nav ul.sub-menu li:nth-child(3n) {
		border: none;
	}
	.nav > li.menu-item-has-children:hover > a,
	.nav > li.menu-item-has-children:active > a {
		padding-bottom: 4px;
		position: relative;
	}
	.nav > li.menu-item-has-children:hover > a:before {
		bottom: 0;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fff;
		border-width: 8px;
		margin-left: -23px;
	}
	.nav > li.menu-item-has-children > a:after {
		display: inline-block;
		margin: 10px 0 0 10px;
		width: 15px;
		height: 10px;
		background: url(../../_ui/img/navbar-menu-arrow.png) no-repeat;
		background-position: 0px 3px;
		content: "";
	}
	.nav > li.menu-item-has-children:hover > a:after,
	.nav > li.menu-item-has-children:active > a:after,
	.nav > li.menu-item-has-children.current-menu-item > a:after,
	.nav > li.menu-item-has-children.current-page-ancestor > a:after {
		background-position: 0px -51px;
	}
}
@media screen and (min-width: 768px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        margin: 0 -15px;
    }
}
@media screen and (min-width: 1050px) {
    .navbar-collapse.collapse {
        float: right;
        position: relative;
        top: 0;
        display: inline-block !important;
        width: auto;
    }
    .nav.navbar-nav {
        padding-right: 180px;
        box-sizing: border-box;
    }
    .nav li:hover a,
    .nav li.current-menu-item a,
    .nav li.current-page-ancestor a,
    .nav li.current-page-ancestor:active > a {
        color: #4183d7;
    }
    .navbar-header {
        float: left;
        width: auto;
        /* margin-top: 18px; */
    }
    nav .navbar-left {
        float: none !important;
    }
}
.navbar-form {
    box-shadow: none;
    border: none;
    margin: 0;
}
.navbar-form .form-group {
    margin-bottom: 0;
    float: right;
}
.navbar-form button {
    float: right;
    border: none;
    margin: 0;
    background: none;
    color: #fff;
    padding: 0;
    font-size: 16px;
    height: 50px;
}
.navbar-form input[type=text] {
    color: #fff;
    padding: 0;
    float: left;
    height: 35px;
    font-size: 16px;
    border: none;
    background: #565f66;
    box-shadow: none;
}
.navbar-form input[type=text]::-webkit-input-placeholder {
    color: #fff;
}
.navbar-form input[type=text]:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.navbar-form input[type=text]::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.navbar-form input[type=text]:-ms-input-placeholder {
    color: #fff;
}
.navbar-form input[type=text]:focus::-webkit-input-placeholder {
    color: transparent;
}
.navbar-form input[type=text]:focus:-moz-placeholder {
    color: transparent;
}
.navbar-form input[type=text]:focus::-moz-placeholder {
    color: transparent;
}
.navbar-form input[type=text]:focus:-ms-input-placeholder {
    color: transparent;
}
/* Navigation */

.navbar-nav {
    padding: 10px 0;
    margin: 0;
}
.nav li a {
    color: #fff;
}
.nav li.current-menu-item a,
.nav li a:hover,
.nav li a:focus,
.nav li a:active {
    background: none;
}
.icon-bar {
    background: #fff;
}
.search-button {
    color: #fff;
    display: none;
    font-size: 20px;
}
@media screen and (min-width: 768px) {
    .navbar-nav {
        display: none;
        float: none;
    }
    .navbar-nav li {
        float: none;
    }
}
@media screen and (min-width: 1050px) {
    .navbar-nav {
        float: right;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 40px;
        max-height: 63px;
        overflow: visible;
        display: block;
    }
    li.menu-item-has-children:hover ul {
        display: block;
    }
    .nav ul {
        text-align: left;
        display: none;
        position: absolute;
		max-width: 820px;
        list-style-type: none;
    }
    .navbar-nav li {
        float: left;
    }
    .navbar-nav li a {
        font-size: 15px;
    }
    .search-button {
        display: block;
        margin: 0 auto;
        color: rgba(255, 255, 255, 0.8);
        text-align: center;
        line-height: 55px;
    }
    .search-button:hover,
    .search-button:focus,
    .search-button:active {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
    }
    div.not-found {
        position: relative;
    }
    .form-group .not-found-search {
        position: absolute;
        right:0;
        top:0;
        padding: 9px;
    }
    .navbar-form {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        height: 60px;
    }
    .navbar-form .form-group {
        width: 165px;
    }
}
@media screen and (max-width: 1170px) {
    .navbar-nav li a {
        font-size: 13px;
    }
    .nav > li > a {
        padding: 0 13px 0 5px !important;
    }
}
/* Content */

.underline {
    text-decoration: underline;
}
h1{
    font-size: 30px;
}
h1,
h2 {
    font-weight: 400;
    color: #253042;
    line-height: 1.2em;
}
h2 {
    font-size: 36px;
}
.btn {
    padding: 10px 15px 9px;
    color: #5a6678;
    line-height: 1.6em;
    font-size: 13px;
    font-weight: 700;
    background: none;
    border: 1px solid #d7dee9;
    text-transform: uppercase;
    transition: all 0.3s;
}
.btn:hover {
    background: #df494a;
    color: #fff;
}
.btn-blue {
    padding: 10px 15px 9px;
    color: #fff;
    background: #4183d7;
    line-height: 1.6em;
    font-size: 13px;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s;
    white-space: pre-wrap;
}
.btn-blue:hover {
    box-shadow: inset 0 5px 0 #3a76c1;
    background: #4183d7;
}
.btn-blue:focus {
    color: #fff;
}
.btn-blue:active {
    box-shadow: inset 0 5px 0 #3a76c1;
    background: #4183d7;
    color: #fff;
}
.btn-red {
    border: none;
    background: #df494a;
    color: #fff;
}
.btn-red.blue {
    background: #4183d7;
    color: #fff;
}
.btn-red:hover {
    background: #C54142;
    border-color: #df494a;
}
.btn-red.blue:hover {
    background: #4183d7;
    border-color: #4183d7;
}
.table-general {
    padding: 20px 0;
    border: 2px solid #e7ecf4;
    border-radius: 15px;
}
.table-general .title {
    color: #4183d7;
    font-size: 14px;
    font-weight: 700;
}
.table-general .title.small {
    font-size: 16px;
}
.table-general .diagram {
    font-size: 16px !important;
    height: 14px !important;
}
.table-general .price {
    color: #253042;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    white-space: normal;
}
.table-general .table {
    width: 100%;
    margin: 0;
    border: none;
}
.table-general .table th {
    padding: 8px 15px 8px;
    text-transform: uppercase;
    font-size: 18px;
    color: #5a6678;
    font-weight: 300;
    border: none;
}
.table-general .table tbody tr:nth-child(even) td {
    background: #f9fafc;
}
.table-general .table td {
    border: none;
    padding: 10px 5px;
}
.table-general .table td:first-child {
    padding-left: 15px;
    padding-right: 15px;
}
.article h1 {
    font-size: 36px;
}
.article h2 {
    font-size: 24px;
    font-weight: 700;
}
.link {
    font-size: 18px;
    display: block;
    text-align: center;
}
.link.fa {
    font-size: 22px !important;
    display: block;
    padding-left: 0 !important;
    text-align: center !important;
}
.link.fa:hover {
    text-decoration: none;
}
.star-yellow {
    color: #f6b60b;
}
.links a {
    margin: 0 0 10px 0;
    display: block;
    color: #5a6678;
}
.links a i {
    margin-left: 4px;
    font-style: normal;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    font-weight: 700;
    color: #4183d7;
    border: 2px solid #4183d7;
}
@media screen and (min-width: 768px) {
    .links {
        padding-right: 30px;
    }
    .links a {
        margin-left: 25px;
        float: right;
    }
}
/* Hero */

.hero {
    margin-top: -7px;
}
.hero .table-general {
    border-radius: 0 0 15px 15px;
}
.carousel-hero {
    color: #fff;
}
.carousel-hero .carousel-indicators {
    bottom: 0;
}
.carousel-hero .carousel-indicators li {
    background: #fff;
}
.carousel-hero .carousel-indicators li.active {
    background: none;
}
.carousel-hero .item1 .slide-top {
    background-image: url(../media/misc_1.jpg);
}
.slide-top {
    color: #fff;
    padding: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 320px;
}
.slide-top h2 {
    /*margin-bottom: 30px;*/
    color: #fff;
}
.slide-top > p {
    line-height: 1.55em;
    font-size: 13px;
}
.slide-top > p strong {
    display: block;
    font-size: 24px;
}
.slide-top p {
    width: 100%;
}
.bottom-slider {
    color: #fff;
    border: none;
    margin: 0;
    padding: 15px 0 40px;
    background: rgba(37, 48, 66, 0.9);
    border-bottom-left-radius: 15px;
}
.bottom-slider li {
    padding: 10px 5px;
    width: 100%;
    text-align: center;
}
.bottom-slider strong {
    font-size: 36px;
}
.bottom-slider strong + sup {
    margin-left: 5px;
    text-align: left;
}
.bottom-slider .btn-red {
    font-size: 16px;
    padding: 13px 25px 12px;
}
.bottom-slider sup {
    font-size: 13px;
    top: 0;
    line-height: 1.1em;
    display: inline-block;
    text-align: right;
}
.bottom-slider sup + strong {
    margin-left: 5px;
}
@media screen and (min-width: 768px) {
    .box-left {
        width: 60%;
        float: left;
    }
    .box-right {
        float: right;
        width: 40%;
    }
    .hero {
        margin-left: 0;
        margin-right: 0;
    }
    .hero .box-right .table-general {
        padding: 8px 0 25px;
    }
    .link {
        margin: 10px 0 0 0;
    }
}
@media screen and (min-width: 992px) {
    .box-left {
        width: 68.5%;
    }
    .box-right {
        width: 31.5%;
    }
    .slide-top p {
        width: 100%;
    }
    .slide-top .pull-right {
        text-align: right;
    }
    .slide-top h2 {
        margin: 8px 0 0;
        font-weight: 700;
        font-size: 36px;
    }
    .slide-top h3{
      text-align: center;
      font-size: 24px;
      margin: 16px 0;
    }
    .carousel-hero .carousel-indicators {
        bottom: 31%;
        text-align: left;
        left: 64px;
        margin: 0 0 0 -22px;
    }
    .carousel-indicators{
      width: auto;
    }
    .carousel-indicators .active{
      width: 10px;
      height: 10px;
      margin: 1px 5px 1px 1px;
    }
    .bottom-slider {
        padding: 30px 10px;
        display: table;
        width: 100%;
        table-layout: fixed;
        vertical-align: middle;
        min-height: 140px;
    }
    .bottom-slider li {
        display: table-cell;
        vertical-align: middle;
    }
    .table-general {
        padding: 47px 0 25px;
    }
    .table-general th:first-child {
        padding-left: 16px;
    }
    .table-general .table td {
        padding: 10px 5px;
    }
    .table-general .table td:first-child {
        padding-left: 16px;
    }
}
@media screen and (max-width: 480px) {
    .section-breadcrumb .breadcrumb {
        font-size: 10px !important;
    }
    .breadcrumb>li {
        display: inline !important;
    }
}
@media screen and (max-width: 1049px) {
    body {
        padding-top: 90px;
    }
    .navbar-collapse.collapsing .navbar-nav,
    .navbar-collapse.collapse.in .navbar-nav {
        display: block;
        max-height: 320px;
        overflow: hidden;
        overflow-y: auto;
        padding: 0;
    }
	.navbar-collapse.collapsing, .navbar-collapse.collapse.in {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    }
    .navbar-collapse {
        padding: 0 !important;
    }
    .navbar-collapse.collapse.in .navbar-nav::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .navbar-collapse.collapse.in .navbar-nav::-webkit-scrollbar:vertical {
        width: 10px;
    }
    .navbar-collapse.collapse.in .navbar-nav::-webkit-scrollbar:horizontal {
        height: 10px;
    }
    .navbar-collapse.collapse.in .navbar-nav::-webkit-scrollbar-thumb {
        background-color: #fff;
        border-radius: 10px;
        border: 2px solid #4183d7;
    }
    .navbar-collapse.collapse.in .navbar-nav::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #4183d7;
    }
    .navbar-collapse ul.nav {
        width: 100%;
        margin: 0 0 10px;
    }
    .nav > li > a {
        line-height: 50px !important;
        padding-left: 10px !important;
    }
    .nav ul.sub-menu {
        padding: 10px !important;
		position: relative;
    }
	.nav ul.sub-menu:before {
		bottom: 100%;
		left: 25px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fff;
		border-width: 8px;
	}
    .nav > li.menu-item-has-children > a:after {
        display: none !important;
    }
    .nav ul.sub-menu li {
        list-style: none;
        margin-bottom: .5rem !important;
    }
    .navbar-form.navbar-left {
        margin-bottom: 10px;
    }
    .navbar-form .form-group,
    .navbar-form.navbar-left {
        float: none !important;
        display: block;
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: 430px !important;
    }
    .content-left p {
      line-height: 32px;
    }
    aside.sidebar .textwidget ul li {
      margin-bottom: 12px;
    }
}
/* Section bet */

.section-bet {
    margin: 26px 0 0 0;
}
.section-bet .table-general {
    border: none;
    padding: 0;
    margin: 12px 0 10px;
}
.section-bet .table-general .rate {
    font-weight: 700;
    color: #2ecc71;
}
.section-bet .table-general th {
    padding-bottom: 15px;
    text-align: center;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
}
.section-bet .table-general th:first-child {
    text-align: left;
}
.section-bet .table-general .title {
    font-size: 16px;
}
.section-bet .table-general td {
    vertical-align: middle;
    text-align: center;
    border-top: 2px solid #E7ECF4;
    border-bottom: 2px solid #E7ECF4;
}
.section-bet .table-general td:first-child,
.section-bet .table-general td:nth-child(2) {
    text-align: left;
}
.section-bet .table-general td:first-child {
    border-left: 2px solid #E7ECF4;
}
.section-bet .table-general td:last-child {
    border-right: 2px solid #E7ECF4;
}
@media screen and (min-width: 992px) {
    .section-bet .table-general td {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .section-bet .table-responsive {
        overflow-x: inherit;
    }
}
/* Section News */

.bg-grey {
    border-top: 1px solid #e7ecf4;
    background: #f6f8fb;
}
.bg-grey.border-none {
    border: none;
}
h3 a {
    color: #253042;
}
.section-news {
    margin-bottom: 20px;
    padding: 10px 0x;
    margin-top: 30px;
}
.section-news h3 {
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: 300;
    color: #5a6678;
    text-transform: uppercase;
}
.section-news img {
    width: 100%;
    height: auto;
}
.section-news .entry-content img {
    width: auto;
}
.star-img img {
	width: auto;
}
.section-news h4 {
    font-size: 18px;
    display: inline-block;
    color: #253042;
    font-weight: 700;
    line-height: 1.2em;
    margin: 15px 0 10px;
}
.recent-news.section-news {
    margin-top: 0;
}
.recent-news .post-title {
    margin-top: 0;
}
.recent-news a:hover,
.recent-news .post-title:hover {
    color: #2ecc71;
    text-decoration: none;
}
.recent-news .pagin {
    display: inline-block;
    width: 100%;
    clear: both;
}
.pagin a.next {
    float: right;
}
.pagin a.prev {
    float: left;
}
span.meta {
    font-size: 18px;
    font-style: italic;
}
.img {
    position: relative;
}
.category {
    left: -10px;
    bottom: 20px;
    padding: 1px 10px 1px 18px;
    display: inline-block;
    position: absolute;
    background: #2ecc71;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
}
.news {
    transition: all 0.3s;
    text-decoration: none;
    margin-bottom: 30px;
}
.entry-content {
    margin-bottom: 30px;
}
.img-cont-overlay {
    position: relative;
}
.img-cont-overlay .entry-content.margin {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    z-index: 30;
    color: #fff;
    padding: 36px 50px 36px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}
.img-cont-overlay .entry-content.margin p {
    color: #fff;
}
.img-cont-overlay .entry-content.margin h2 {
    color: #fff;
    font-weight: bold;
}
@media (max-width:768px){
    
    .img-cont-overlay .entry-content.margin{
        position: relative;
        bottom: initial;
    }
    
}
.news:hover {
    text-decoration: none;
}
.news:hover h4 {
    color: #2ecc71;
}
.news:hover .box-hover {
    opacity: 1;
    visibility: visible;
}
.box-hover {
    position: absolute;
    width: 70px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    height: 55px;
    background: rgba(255, 255, 255, 0.9);
    left: 50%;
    top: 50%;
    font-size: 21px;
    color: #2ecc71;
    margin-left: -34px;
    margin-top: -28px;
    text-align: center;
    padding-top: 20px;
}
.heading {
    margin-bottom: 43px;
}
.col-blue {
    color: #4183d7;
}
.table-betting-tips {
    border: none;
    overflow-x: inherit;
    border-radius: 15px;
}
.table-betting-tips .pull-left {
    width: 30%;
}
.table-betting-tips .pull-right {
    width: 60%;
    text-align: left;
}
.table-betting-tips + .link {
    font-size: 16px;
    margin: 10px 0;
    padding-left: 30px;
    text-align: left;
}
.table-betting-tips + .link i {
    margin-left: 5px;
}
.table-betting-tips .btn-red {
    opacity: 0;
    visibility: hidden;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -27px;
    padding: 8px 15px;
    margin-top: -14px;
    float: right;
    position: relative;
}
.table-betting-tips .btn-red:after {
    content: '';
    right: 0;
    bottom: -8px;
    position: absolute;
    border-right: 10px solid transparent;
    border-top: 8px solid #9d1e1e;
}
.btn-red.blue:after {
    border-top: 8px solid #305A8F;
}
.table-betting-tips .table {
    margin: 0;
    border-collapse: separate;
    border: none;
}
.table-betting-tips .table tr {
    transition: all 0.3s;
    position: relative;
}
.table-betting-tips .table tr:first-child td:first-child {
    border-radius: 15px 0 0 0;
}
.table-betting-tips .table tr:first-child td:first-child:before {
    left: -10px;
    top: auto;
    bottom: -2px;
    height: 98.5%;
    border-radius: 20px/100px 0 0 0;
}
.table-betting-tips .table tr:first-child td:last-child {
    border-radius: 0 15px 0 0;
}
.table-betting-tips .table tr:last-child td {
    border-bottom: 2px solid #E7ECF4;
}
.table-betting-tips .table tr:last-child td:first-child {
    border-radius: 0 0 0 15px;
}
.table-betting-tips .table tr:last-child td:last-child {
    border-radius: 0 0 15px 0;
}
.table-betting-tips .table tr:last-child:hover td:after {
    content: none;
}
.table-betting-tips .table tr:last-child:hover td:first-child:before {
    left: -9px;
    height: 98.5%;
    border-radius: 0 0 0 20px/100px;
}
.table-betting-tips .table tr:hover td {
    border-color: #4183d7;
}
.table-betting-tips .table tr:hover td:before {
    opacity: 1;
    visibility: visible;
}
.table-betting-tips .table tr:hover td:after {
    opacity: 1;
    visibility: visible;
}
.table-betting-tips .table tr:hover .btn-red {
    opacity: 1;
    visibility: visible;
}
.table-betting-tips .table td {
    position: relative;
    padding: 15px;
    border: none;
    border: 2px solid #E7ECF4;
    border-left: none;
    border-bottom: none;
    border-right-width: 2px;
}
.table-betting-tips .table td:first-child {
    padding: 15px;
    border-left: 2px solid #E7ECF4;
}
.table-betting-tips .table td:first-child:before {
    opacity: 0;
    visibility: hidden;
    top: -2px;
    content: '';
    width: 10px;
    height: 102%;
    left: -10px;
    background: #4183d7;
    position: absolute;
}
.table-betting-tips .table td:after {
    opacity: 0;
    visibility: hidden;
    bottom: -2px;
    content: '';
    width: 107.5%;
    height: 2px;
    left: -10px;
    z-index: 2;
    background: #4183d7;
    position: absolute;
}
.table-betting-tips h3 {
    font-weight: 700;
    color: #253042;
    font-size: 24px;
    margin: 8px 0 18px;
}
.table-betting-tips td {
    vertical-align: middle;
}
.table-betting-tips td img {
    display: block;
    margin: 0 auto;
}
.table-betting-tips td > span {
    margin-bottom: 15px;
    text-align: center;
    display: block;
    color: #5a6678;
}
.table-betting-tips td > strong {
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
    color: #253042;
    display: block;
}
.table-betting-tips td > div {
    color: #5a6678;
}
.table-betting-tips td > div p {
    width: 100%;
}
.table-betting-tips td > div.bottom-box p {
    float: left;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .table-betting-tips .table td {
        padding-top: 30px;
    }
    .table-betting-tips .table td:first-child {
        padding: 30px 30px 20px;
    }
    .table-betting-tips .btn-red {
        margin-right: -42px;
    }
}
@media screen and (min-width: 992px) {
    .section-news {
        margin-top: 63px;
        margin-bottom: 37px;
    }
    .table-betting-tips td > div p {
        width: 50%;
    }
    .table-betting-tips td > div p.pull-right {
        text-align: right;
    }
}
.section-latest-news {
    border-bottom: 1px solid #e7ecf4;
    padding: 20px 0;
}
.section-latest-news .heading {
    margin-bottom: 0;
}
.section-latest-news .heading h3 {
    float: left;
    width: 65%;
}
.section-latest-news .heading a {
    margin-top: 18px;
    text-align: right;
    float: right;
    width: 35%;
}
.section-latest-news .row a .img{
    height:200px;
}
.section-latest-news .row a .img img{
    object-fit: cover;
    height: 200px;
}
.how-we-work {
    margin-bottom: 76px;
    text-align: left;
}
.work-box {
    margin-bottom: 30px;
    margin-top: 18px;
}
.work-box div {
    height: 45px;
}
.work-box h3 {
    font-size: 18px;
    color: #253042;
}
@media screen and (min-width: 768px) {
    .section-latest-news .news {
        padding: 0;
    }
    .section-latest-news .news:hover h4 {
        color: #fff;
    }
    .section-latest-news .news:hover .img + div {
        background: #2ecc71;
    }
    .section-latest-news .category {
        left: 0;
        padding-left: 16px;
        padding-right: 16px;
    }
    .section-latest-news .row {
        margin: 0;
    }
    .section-latest-news .img + div {
        padding: 9px 20px;
        background: #fff;
    }
    .section-latest-news .img + div h4 {
        margin: 5px 0;
    }
}
@media screen and (min-width: 992px) {
    .sidebar .table-general {
        padding: 0 28px 12px;
    }
    .section-latest-news {
        margin-top: 44px;
        margin-bottom: 35px;
        padding: 35px 0 50px;
    }
}
/* Testimonials */

.testimonials {
    background: none;
}
.testimonials img {
    border-radius: 100%;
    margin: 0 auto;
    border: 10px solid #fff;
}
.testimonials .carousel-inner {
    padding: 0 20px 40px;
    margin-top: -60px;
    overflow: inherit;
}
.testimonials blockquote {
    font-size: 16px;
    padding: 0;
    margin: 18px auto 0;
    border: none;
    text-align: center;
    max-width: 650px;
}
.testimonials blockquote cite {
    margin: 11px 0 0 0;
    font-style: normal;
    display: block;
    color: #253042;
}
.testimonials blockquote > span {
    line-height: 1.1em;
    color: #5a6678;
    display: block;
    font-size: 13px;
}
.testimonials .carousel-control {
    top: 50%;
    width: auto;
    left: -13px;
    height: auto;
    opacity: 1;
    bottom: auto;
    font-size: 80px;
    color: #dde5ec;
    box-shadow: none;
    text-shadow: none;
    background: none;
}
.testimonials .carousel-control:hover {
    color: #9ba6b0;
}
.testimonials .carousel-control.right {
    left: auto;
    right: -13px;
}
@media screen and (min-width: 768px) {
    .testimonials .carousel-inner {
        padding-bottom: 60px;
    }
    .testimonials .carousel-control {
        top: 47%;
    }
}
/* Breadcrumb */

.section-breadcrumb {
    background: #f6f8fb;
    border-bottom: 1px solid #e7ecf4;
    margin: -30px;
}
.admin-bar .section-breadcrumb {
    margin-top: -32px;
}
.section-breadcrumb .breadcrumb {
    padding: 5px 0;
    background: none;
    margin: 0;
    font-size: 13px;
    color: #7f8d99;
}
.section-breadcrumb .breadcrumb li + li:before {
    content: "\f105";
    margin: 0 7px;
    font: normal normal normal 14px/1 FontAwesome;
}
.section-breadcrumb .breadcrumb a {
    color: #7f8d99;
}
header.title {
    margin-bottom: 20px;
    margin-top: 10px;
}
header.title p {
    margin: -3px 0 12px 0;
    font-size: 13px;
}
header.title.no-breadcrumb{
    margin-top: -24px;
    padding: 0;
}
@media screen and (min-width: 992px) {
    header.title {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0 0 0 15px;
    }
}
/* Tabs */

.tabs {
    margin: 0 0 40px 0;
    border-bottom: 2px solid #e7ecf4;
}
.single-wp-light-provider .tabs{
    margin: 0 0 20px 0;
}
.nav-tabs {
    padding: 0 15px;
    margin: 0 auto;
    list-style: none;
    border-bottom: none !important;
}
.nav-tabs li {
    margin: 0;
    position: relative;
    border-bottom: 2px solid #e7ecf4;
    text-align: center;
    width: 100%;
}
.nav-tabs li:last-child {
    border: none;
}
.nav-tabs li a {
    padding: 10px 5px 10px;
    border-radius: 0;
    display: block;
    color: #5a6678;
    border: none;
}
.nav-tabs li a:focus,
.nav-tabs li a:active,
.nav-tabs li a:hover {
    border: none;
    text-decoration: none;
}
.nav-tabs li a:after {
    content: '';
    position: absolute;
    width: 98%;
    height: 6px;
    background: #4183d7;
    bottom: -2px;
    left: 2px;
    opacity: 0;
    transition: all 0.3s;
}
.nav-tabs li a:hover:after {
    opacity: 1;
}
.nav-tabs li.active a {
    color: #5a6678;
    border: none;
}
.nav-tabs li.active a:focus,
.nav-tabs li.active a:active,
.nav-tabs li.active a:hover {
    border: none;
    text-decoration: none;
}
.nav-tabs li.active a:after {
    opacity: 1;
}
@media screen and (min-width: 768px) {
    .tabs {
        margin-top: 16px;
    }
    .nav-tabs li {
        border: none;
        float: left;
        width: auto;
    }
    .nav-tabs li:before {
        content: '';
        height: 21px;
        width: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #e7ecf4;
    }
    .nav-tabs li a {
        padding-top: 5px;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 15px;
    }
}
.review-title {
    padding: 20px 15px;
    text-align: center;
    background: #4183d7;
    color: #fff;
}
.review-title span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}
.review-title .dial-box {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.review-title .diagram {
    margin-top: 9px !important;
    font-size: 16px !important;
    height: 14px !important;
}
.review-title .btn {
    color: #fff;
    padding: 6px 15px;
    border: 2px solid #fff;
}
.review-title .btn:hover {
    background: none;
}
.review-content {
    padding: 0;
    list-style: none;
    border: 2px solid #e7ecf4;
    border-top: 0;
}
.review-content img {
    display: block;
    margin: 10px auto;
    text-align: center;
}
.review-content > li {
    padding: 26px 20px;
}
.review-content > li.review-top {
    background: #e7ecf4;
}
.review-content > li.review-top span {
    color: #2ecc71;
}
.review-content > li.review-top li:before {
    color: #2ecc71;
}
.review-content > li.review-flop {
    background: #f3f5f9;
}
.review-content > li.review-flop span {
    color: #df494a;
}
.review-content > li.review-flop li:before {
    color: #df494a;
}
.review-content > li ul {
    padding: 0;
}
.review-content > li li {
    padding: 0 0 0 14px;
    list-style-type: none;
    position: relative;
    line-height: 1.5em;
}
.review-content > li li:before {
    content: '·';
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.review-content > li span {
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}
.review-bottom {
    border: 2px solid #e7ecf4;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 16px 0 37px 0;
}
.review-bottom li {
    margin: 20px 0;
}
.review-bottom p {
    margin: 0;
    color: #253042;
    font-size: 18px;
}
.review-bottom .ribbon {
    margin-right: -11px;
    float: right;
}
.ribbon {
    background: #4183d7;
    color: #fff;
    font-size: 13px;
    display: inlline-block;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 5px 0 0 5px;
    position: relative;
}
.ribbon.ribbon-red {
    background: #df494a;
}
.ribbon.ribbon-red:after {
    border-top-color: #9d1e1e;
}
.ribbon:after {
    content: '';
    right: 0;
    bottom: -8px;
    position: absolute;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #225FAC;
}
@media screen and (min-width: 768px) {
    .review-title {
        padding: 12px 30px;
    }
    .review-title p {
        margin-top: 7px;
        margin-bottom: 0;
        float: left;
    }
    .review-title .btn {
        float: right;
    }
    .review-content {
        table-layout: fixed;
        vertical-align: middle;
        display: table;
        width: 100%;
    }
    .review-content > li {
        display: table-cell;
    }
    .review-content > li:first-child {
        vertical-align: middle;
    }
    .review-bottom {
        table-layout: fixed;
        vertical-align: middle;
        display: table;
        width: 100%;
    }
    .review-bottom .ribbon {
        margin-right: -22px;
    }
    .review-bottom img {
        margin-left: 19px;
        max-width: 32%;
    }
    .review-bottom li {
        padding: 13px 10px;
        margin: 0;
        vertical-align: middle;
        display: table-cell;
    }
    .review-bottom li:first-child {
        text-align: left;
    }
}
/* Article Content */

.article-content h2 {
    margin-bottom: 18px;
}
.article-content p {
    margin-bottom: 26px;
    line-height: 1.55em;
}
.article-content p + p {
    margin-bottom: 26px;
}
.single-wp-light-provider .article-content p,
.single-wp-light-provider .article-content p + p {
    margin: 0 0 10px;
}
.table-product p {
    margin: 0 !important;
}
.article-content h3 {
    font-size: 18px;
    color: #253042;
    font-weight: 400;
    margin-bottom: 21px;
}
.article-content.margin {
    margin-top: 40px;
}
.rating {
    float: left;
    padding: 15px 0 17px;
    width: 84px;
    margin-right: 22px;
    border: 2px solid #e7ecf4;
    border-radius: 5px;
    text-align: center;
}
.rating .fa-line-chart {
    font-size: 15px;
    margin-bottom: 6px;
    color: #4183d7;
}
.rating + p {
    margin-bottom: 10px;
}
.rating span {
    text-transform: uppercase;
    line-height: 1.55em;
    display: block;
    letter-spacing: -0.06em;
    font-size: 10px;
}
.rating span strong {
    font-size: 18px;
}
/* ARTICLE ONLY STRATEGY */
.post-type-archive-wp-light-strategie h2.widget-title{
  margin-top: 0;
}

/* Gallery */

.gallery-area {
    margin: 38px 0;
}
.gallery-area img {
    width: 100%;
}
.gallery-area .gallery-nav {
    display: none;
}
.gallery-area .gallery-nav .hover-img {
    padding: 0 5px;
}
.gallery-area .flexslider {
    margin: 0;
}
.gallery-area .flexslider.gallery-nav {
    margin-top: 20px;
    margin-left: -2px;
    margin-right: -2px;
}
.gallery-area .flex-prev {
    position: absolute;
    left: 0 !important;
    margin: 0 !important;
    top: 0;
    border: none;
    height: 100%;
    padding: 0;
    outline: 0 none;
    text-align: center;
    opacity: 1 !important;
    color: transparent;
    background: rgba(255, 255, 255, 0.5);
    width: 37px;
}
.gallery-area .flex-prev:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    width: 37px;
    text-indent: 0;
    content: "\f104";
    color: #263143;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 50%;
    bottom: auto;
    margin-top: -8px;
}
.gallery-area .flex-next {
    position: absolute;
    right: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    top: 0;
    border: none;
    height: 100%;
    padding: 0;
    outline: 0 none;
    text-align: center;
    color: transparent;
    background: rgba(255, 255, 255, 0.9);
    width: 37px;
}
.gallery-area .flex-next:before {
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 25px !important;
    width: 37px;
    text-indent: 0;
    content: "\f105" !important;
    color: #263143;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 50%;
    bottom: auto;
    margin-top: -8px;
}
.gallery-area .slides > li {
    position: relative;
}
.hover-img {
    position: relative;
    font-size: 16px;
}
.hover-img div {
    position: relative;
}
.hover-img div:before {
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    display: block;
    position: absolute;
    background: rgba(101, 154, 222, 0.8);
    opacity: 0;
    transition: all 0.3s;
}
.hover-img .fa-expand {
    opacity: 0;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -7px;
}
.hover-img:hover .fa-expand {
    opacity: 1;
}
.hover-img:hover div:before {
    opacity: 1;
}
.text-desc {
    background: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    padding: 4px 11px;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media screen and (min-width: 768px) {
    .gallery-area .gallery .flex-direction-nav {
        display: none !important;
    }
    .gallery-area .gallery-nav {
        display: block;
    }
}
/* Table Product */

.table-product {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 2px solid #e7ecf4;
}
.table-product + h2 {
    margin-top: 50px;
}
.table-product td {
    word-break: break-all;
    padding: 13px 0 13px 30px !important;
    border: none !important;
}
.table-product .table {
    margin: 0;
}
.table-product tr:first-child td {
    padding-top: 25px !important;
}
.table-product tr:last-child td {
    padding-bottom: 25px !important;
}
.colored1 {
    background: #e7ecf4;
}
.colored2 {
    background: #f3f5f9;
}
@media screen and (min-width: 768px) {
    .table-product .table {
        table-layout: fixed;
    }
}
/* Progress bar */

.progress-box {
    margin-top: 30px;
}
.progress-box + .table-responsive {
    margin-top: 36px;
}
.progress-box h3 {
    margin-bottom: 17px;
}
.progress-box + .progress-box {
    margin-top: 0;
}
.progress-box + .progress-box h3 {
    margin-top: 11px;
}
.progress-box .progress {
    margin: 0;
    box-shadow: none;
    height: 10px;
    border-radius: 0;
    background: #e7ecf4;
    float: left;
    width: 92%;
}
.progress-box span {
    line-height: 1em;
    display: block;
    float: right;
    font-size: 10px;
    width: 8%;
    text-align: right;
}
.progress-box .progress-bar {
    box-shadow: none;
}
.progress-box .progress-blue {
    background: #4183d7;
}
.progress-box .progress-red {
    background: #df494a;
}
@media screen and (min-width: 768px) {
    .progress-box span {
        font-size: 16px;
        margin-top: -1px;
    }
    .progress-box .progress {
        width: 94%;
    }
    .progress-box span {
        width: 6%;
    }
}
/* Table Alternatives */

.table-alternatives {
    margin-bottom: 24px;
    margin-top: 24px;
}
.table-alternatives .table {
    border: none !important;
    margin: 0;
    table-layout: fixed;
}
@media screen and (max-width: 767px) {
    .table-responsive>.table {
        table-layout: auto;
    }
}
.table-alternatives h4 {
    color: #4183d7;
}
.table-alternatives td {
    padding: 33px 20px 30px 20px !important;
    border: 2px solid #E7ECF4 !important;
    position: relative;
}
.table-alternatives td:before {
    content: '';
    position: absolute;
    width: 12px;
    background: #4183d7;
    height: 101.5%;
    left: -10px;
    top: -2px;
    opacity: 0;
    transition: all 0.3s;
}
.table-alternatives td:hover,
.table-alternatives td.active {
    background: none !important;
    border-color: #4183d7 !important;
}
.table-alternatives td:hover .btn,
.table-alternatives td.active .btn {
    background: #4183d7;
    color: #fff;
    border-collapse: #4183d7;
}
.table-alternatives td:hover:before,
.table-alternatives td.active:before {
    opacity: 1;
}
.table-alternatives ul {
    margin-bottom: 15px;
    margin-top: 12px;
    list-style: none;
    padding: 0;
}
.table-alternatives ul li {
    padding-left: 16px;
    position: relative;
}
.table-alternatives ul li:before {
    content: '';
    background: #4183d7;
    font-weight: 700;
    font-size: 30px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}
.table-alternatives .table-btn-holder {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    margin: 20px auto 0 auto;
}
.table-alternatives .btn {
    display: block;
    padding: 7px 10px;
    max-width: 150px;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
}
.table-alternatives img {
    display: block;
    margin: 10px auto 40px;
    text-align: center;
}
.summary-box {
    padding: 22px 10px 10px;
    border: 2px solid #4183d7;
}
.summary-box ul {
    width: 100%;
    float: left;
    padding: 0 0 0 18px;
}
.summary-box li {
    padding-left: 19px;
    position: relative;
    list-style: none;
    margin-bottom: 2px;
}
.summary-box li:before {
    content: '';
    background: #4183d7;
    font-weight: 700;
    font-size: 30px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}
.summary-box .ribbon {
    margin-right: -22px;
    float: right;
}
.tab-content {
    margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
    .table-alternatives {
        overflow-x: inherit;
    }
    .summary-box li {
        width: 90%;
    }
    .summary-box .ribbon {
        margin-top: -40px;
    }
    .tab-content {
        margin-bottom: 60px;
    }
}
.box-bonus {
    position: fixed;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s;
    z-index: 10;
    width: 100%;
    padding: 30px 0 40px;
    background: #4183d7;
}
.box-bonus + .section-news {
    margin: 0;
}
.close-bonus {
    position: absolute;
    color: #fff;
    right: 15px;
    top: 15px;
}
.close-bonus:hover {
    color: #fff;
}
.rate-box > span {
    line-height: 2.4em;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.rate-box .dial-box {
    vertical-align: middle;
    display: inline-block;
}
.rate-box .diagram {
    font-size: 16px !important;
    height: 16px !important;
    margin-top: 9px !important;
}
.bonus p {
    text-transform: uppercase;
    margin: 10px 0;
    float: left;
    color: #fff;
}
.bonus fieldset {
    margin-top: 15px;
    width: 100%;
    float: left;
}
.bonus fieldset .form-control {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    height: 40px;
    width: 100%;
    color: #5a6678;
    font-size: 16px;
}
.bonus fieldset .form-control::-webkit-input-placeholder {
    color: #5a6678;
}
.bonus fieldset .form-control:-moz-placeholder {
    color: #5a6678;
    opacity: 1;
}
.bonus fieldset .form-control::-moz-placeholder {
    color: #5a6678;
    opacity: 1;
}
.bonus fieldset .form-control:-ms-input-placeholder {
    color: #5a6678;
}
.bonus fieldset .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}
.bonus fieldset .form-control:focus:-moz-placeholder {
    color: transparent;
}
.bonus fieldset .form-control:focus::-moz-placeholder {
    color: transparent;
}
.bonus fieldset .form-control:focus:-ms-input-placeholder {
    color: transparent;
}
.submit {
    border: none;
    line-height: 1em;
    font-size: 16px;
    background: #ffe417;
    height: 40px;
    width: 100%;
    margin: 15px 0 0 0;
    color: #ad6600;
}
.submit:hover {
    background: #ffe417;
    opacity: 0.9;
    color: #ad6600;
}
@media screen and (min-width: 768px) {
    .box-bonus .rate-box {
        float: left;
        width: 20%;
    }
    .bonus {
        float: right;
        width: 74.5%;
    }
    .bonus form {
        float: right;
        width: auto;
    }
    .bonus fieldset {
        float: left;
        width: 80%;
    }
    .bonus fieldset .form-control {
        width: 49%;
        float: left;
    }
    .bonus fieldset button {
        margin: 0;
        float: right;
        width: 49%;
    }
}
@media screen and (min-width: 992px) {
    .box-bonus {
        /* padding: 23px 0 19px; */
        
        padding: 13px 0 10px;
    }
    .bonus p {
        float: left;
        width: 46%;
    }
    .bonus form {
        width: 100%;
    }
    .bonus fieldset {
        margin: 0;
        width: 53.5%;
        float: right;
    }
}
/* Hero Article */

.hero-article {
    margin-bottom: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.hero-article.hero1 {
    background-image: url(../media/misc_15.png);
}
.hero-article.hero2 {
    background-image: url(../media/misc_19.png);
}
.hero-article .pull-left,
.hero-article .pull-right {
    padding: 32px 20px 0;
    text-align: left;
    width: 100%;
}
.tax-wp-light-tip-league .hero-article .pull-left {
    height: 174px;
}
.hero-article h2 {
    margin: 5px 0 20px;
    font-weight: 700;
    color: #fff;
}
.hero-article p {
    color: #fff;
    margin: 10px 0;
}
.hero-article .pull-right {
    padding-bottom: 30px;
    text-align: center;
    color: #fff;
}
.hero-article .pull-right span {
    display: block;
}
.hero-article .pull-right strong {
    display: block;
    font-size: 24px;
    margin: 10px 0 20px;
}
.hero-article .pull-right img {
    display: block;
    margin: 0 auto;
}
.hero-article .tag {
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff;
    padding: 5px 7px 3px 14px;
    font-size: 13px;
    margin-left: -30px;
    background: #4183d7;
}
.hero-article .ribbon {
    padding: 9px 10px 6px;
    line-height: 1.55em;
    float: right;
    margin-right: -30px;
}
@media screen and (min-width: 768px) {
    .hero-article {
        width: 100%;
        display: table;
    }
    .hero-article .ribbon {
        margin-right: -32px;
        margin-top: -40px;
    }
    .hero-article .tag {
        margin-left: -50px;
        float: left;
    }
    .hero-article .pull-right {
        padding-bottom: 22px;
        vertical-align: middle;
        float: none !important;
        display: table-cell;
    }
    .hero-article .pull-right strong {
        margin: 27px 0 20px;
    }
    .hero-article .pull-left {
        padding-left: 30px;
        padding-bottom: 22px;
        border-right: 2px solid #332f31;
        width: 78%;
        float: none !important;
        vertical-align: middle;
        display: table-cell;
    }
    .hero-article .pull-left div p {
        margin-top: 5px;
        padding-right: 6px;
        float: right;
        width: 60%;
        text-align: right;
    }
}
/* Pagination */

.pagination {
    text-align: center;
    margin-top: 30px;
    margin-left: 30px;
}
.pagination li a {
    padding: 9px 0;
    width: 41px;
    color: #5a6678;
    border-color: #e7ecf4;
}
.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus {
    border-color: #e7ecf4;
    color: #5a6678;
    background: #f6f8fb;
}
.pagination li span {
    padding: 9px 0;
    width: 41px;
    color: #5a6678;
    border-color: #e7ecf4;
}
.pagination li span:hover,
.pagination li span:active,
.pagination li span:focus {
    border-color: #e7ecf4;
    color: #5a6678;
    background: #f6f8fb;
}
.pagination li.active span,
.pagination li.active a {
    border-color: #e7ecf4;
    color: #5a6678;
    background: #f6f8fb;
}
.pagination li.active span:hover,
.pagination li.active span:active,
.pagination li.active span:focus,
.pagination li.active a:hover,
.pagination li.active a:active,
.pagination li.active a:focus {
    border-color: #e7ecf4;
    color: #5a6678;
    background: #f6f8fb;
}
.article .bottom-slider {
    border-radius: 0;
}
.article .slide-top.bg1 {
    background-image: url(../media/misc_1.jpg);
}
.article .slide-top > p {
    width: 100%;
    text-align: center;
}
.article .slide-top h2 {
    font-weight: 700;
    text-align: center;
}
.btn.ribbon {
    padding: 10px 25px 9px;
    float: right;
    margin-right: -12px;
    font-size: 13px;
}
@media screen and (min-width: 768px) {
    .btn.ribbon {
        margin-right: -20px;
    }
}
@media screen and (min-width: 992px) {
    .article .slide-top {
        padding: 24px;
    }
    .article .slide-top h2 {
        margin: 8px 0 0;
        font-size: 36px;
    }
    .article .bottom-slider {
        padding: 34px 10px 38px;
    }
    .article .bottom-slider li:first-child {
        padding-left: 30px;
        text-align: left;
    }
    .article .bottom-slider li:last-child {
        width: 60%;
    }
    .article .bottom-slider .ribbon {
        margin-right: -25px;
    }
}
/* Odds */

.odds div {
    border: 2px solid #e7ecf4;
    border-top: none;
    background: #f6f8fb;
    text-align: center;
    padding: 15px;
}
.odds span {
    color: #253042;
    font-size: 24px;
    display: block;
    margin: 6px 0 2px;
}
.odds .promo {
    margin: 4px 0;
    background: #e7ecf4;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    color: #5a6678;
    font-weight: 700;
    padding: 3px 18px;
}
.odds .promo:hover {
    text-decoration: none;
    background: #4183d7;
    color: #fff;
}
.odds small {
    width: 100%;
    display: block;
    font-size: 13px;
}
.description {
    border-left: 2px solid #e7ecf4;
    border-right: 2px solid #e7ecf4;
    padding: 13px 28px 2px;
}
.description p {
    line-height: 1.5em;
    margin-bottom: 25px;
}
.expected-list {
    padding-top: 2px;
    border-left: 2px solid #e7ecf4;
    border-right: 2px solid #e7ecf4;
}
.expected-list p {
    margin: -7px 0 0 0;
    font-size: 13px;
}
.expected-list p span {
    float: right;
}
.expected-list h3 {
    margin: 0;
    padding: 0 29px;
    color: #253042;
    font-weight: 400;
}
.expected-list h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #253042;
}
.expected-list .table {
    margin: 24px 0 0 0;
    border-bottom: 2px solid #e7ecf4;
    border-top: 2px solid #e7ecf4;
}
.expected-list .table td {
    color: #4183d7;
    border: none !important;
    position: relative;
    border-right: 2px solid #e7ecf4 !important;
    padding: 13px 10px;
}
.expected-list .table td:last-child {
    border-right: none !important;
}
.expected-list .table td:before {
    content: '';
    position: absolute;
    right: 0;
    width: 7px;
    top: 0;
    height: 100%;
}
.expected-list .table td.orange:before {
    background: #f27935;
}
.expected-list .table td.yellow:before {
    background: #f9bf3b;
}
.expected-list .table td.green:before {
    background: #2ecc71;
}
.expected-list .table td.blue:before {
    background: #4183d7;
}
.expected-list .table th {
    padding: 8px 10px;
    border-right: 2px solid #e7ecf4;
    border-bottom: none;
}
.expected-list .table th:last-child {
    border-right: none !important;
}
.expected-list .table tbody tr:nth-child(even) td {
    background: #f9fafc;
}
@media screen and (min-width: 768px) {
    .odds {
        border-collapse: collapse;
        width: 100%;
        display: table;
    }
    .odds div {
        vertical-align: middle;
        display: table-cell;
    }
    .description h2 {
        line-height: 1.34em;
        padding-right: 20px;
        font-size: 36px;
    }
    .expected-list .table th {
        padding: 30px 28px 10px;
    }
    .expected-list .table td {
        padding: 13px 30px !important;
    }
}
/* Guide */

.guide {
    padding: 22px 28px 41px;
    border-left: 2px solid #e7ecf4;
    border-right: 2px solid #e7ecf4;
}
.guide h3 {
    color: #253042;
    font-weight: 400;
}
.guide > p {
    line-height: 1.55em;
}
.guide-box {
    margin-bottom: 28px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
}
.guide-box span {
    display: block;
}
.guide-list {
    padding: 0;
    margin: 0 10px 10px 0;
    list-style: none;
}
.guide-list li {
    border-radius: 5px;
    float: left;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}
.guide-list li .tooltip-inner {
    color: #fff;
    padding: 10px 15px;
    font-size: 13px 10px;
}
.guide-list li.green {
    background: #2ecc71;
}
.guide-list li.blue {
    background: #4183d7;
}
.guide-list li.yellow {
    background: #f9bf3b;
}
.guide-list li.red {
    background: #df494a;
}
.guide-list span {
    display: block;
    width: 100%;
    height: 100%;
}
.list-pc {
    padding: 0;
    list-style: none;
    margin: 0 0 10px;
    color: #253042;
}
.list-pc li {
    padding: 3px 0;
    padding-left: 24px;
    margin-top: 8px;
    position: relative;
}
.list-pc li.green:before {
    background: #2ecc71;
}
.list-pc li.red:before {
    background: #df494a;
}
.list-pc li:before {
    content: '';
    width: 7px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
/* AUTHOR */
.author .guide{
    border-left: 0px solid #e7ecf4;
    border-right: 0px solid #e7ecf4;
}
.author .guide-list li{
    margin-bottom: 5px;
}
.tipster {
    border-radius: 0 0 15px 15px;
    border-left: 2px solid #e7ecf4;
    border-right: 2px solid #e7ecf4;
}
.tipster .guide-list li {
    width: 16px;
    height: 16px;
}
.author .tipster .guide-list li{
    width: 20px;
    height: 20px;
}
.tipster .top-box {
    border-bottom: 2px solid #e7ecf4;
    text-align: center;
    border-top: 2px solid #e7ecf4;
    padding: 29px 20px;
}
.tipster .top-box img {
    width: 50px;
    height: auto;
}
.tipster .top-box div {
    max-width: 260px;
    margin: 0 auto;
}
.tipster .top-box a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 0;
    position: relative;
}
.tipster .top-box a:before {
    content: '';
    position: absolute;
    background: url(../img/icon.png) -16px 0;
    width: 12px;
    height: 13px;
    right: -18px;
}
.tipster .top-box p {
    font-size: 13px;
}
.tipster .top-box p span {
    float: left;
}
.pull-left img {
    margin-right: 30px;
}
.tipster .top-box p span:last-child {
    float: right;
}
.tipster .bottom {
    border-bottom: 2px solid #e7ecf4;
    padding: 27px 28px;
}
.tipster .bottom p {
    margin-bottom: 2px;
    color: #253042;
}
.author .tipster .bottom p{
    color: #5a6678;
}
.tipster .bottom .pull-left > div {
    margin-bottom: 15px;
}
.tipster .bottom .pull-right {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .guide-box ul {
        float: left;
    }
    .guide-box span {
        float: left;
    }
    .guide-box:last-child ul {
        margin-left: 20px;
        margin-right: 0;
        float: right;
    }
    .guide-box:last-child span {
        float: right;
    }
    .tipster .top-box {
        padding-bottom: 18px;
        text-align: left;
    }
    .tipster .top-box img {
        margin-top: -3px;
        margin-right: 15px;
        float: left;
    }
    .tipster .bottom {
        padding: 0;
        width: 100%;
        display: table;
    }
    .tipster .pull-left {
        border-right: 2px solid #e7ecf4;
    }
    .tipster .pull-left,
    .tipster .pull-right {
        width: auto !important;
        padding: 28px 28px 0;
        float: none !important;
        table-layout: fixed;
        vertical-align: top;
        display: table-cell;
    }
    .tipster .pull-left p,
    .tipster .pull-right p {
        vertical-align: top;
        display: table-cell;
    }
    .tipster .pull-left > div,
    .tipster .pull-right > div {
        margin-bottom: 22px !important;
        width: 100%;
        display: table;
    }
    .tipster .pull-left > div:last-child,
    .tipster .pull-right > div:last-child {
        margin-bottom: 0;
    }
    .tipster .pull-left > div > span,
    .tipster .pull-right > div > span {
        vertical-align: top;
        display: table-cell;
        text-align: right;
    }
    .tipster .pull-left > div > div,
    .tipster .pull-right > div > div {
        text-align: right;
        vertical-align: top;
        display: table-cell;
    }
    .tipster .pull-left > div .guide-list,
    .tipster .pull-right > div .guide-list {
        float: right;
    }
}
.bottom-tipster {
    border-radius: 0 0 15px 15px;
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 2px solid #e7ecf4;
}
.bottom-tipster div {
    padding: 10px;
}
.bottom-tipster div:first-child {
    padding-top: 30px;
}
.bottom-tipster div:last-child {
    padding-bottom: 20px;
}
.bottom-tipster .result {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
    cursor: default;
}
.bottom-tipster .result.result-green{
    color: #2ecc71;
}
.bottom-tipster .result.result-red{
    color: #df494a;
}
.bottom-tipster .result.result-blue{
    color: #4183d7;
}
.bottom-tipster .our-tip {
    margin: 0;
    line-height: 1.2em;
    font-size: 13px;
}
.bottom-tipster .our-tip span {
    display: block;
    font-size: 18px;
}
.bottom-tipster .best-quote {
    line-height: 1.5em;
    font-size: 13px;
    color: #253042;
}
.bottom-tipster .best-quote strong {
    display: block;
    font-size: 18px;
}
@media screen and (min-width: 768px) {
    .bottom-tipster {
        width: 100%;
        display: table;
    }
    .bottom-tipster .our-tip {
        text-align: left;
    }
    .bottom-tipster .best-quote {
        text-align: right;
    }
    .bottom-tipster > div {
        padding: 38px 25px;
        vertical-align: middle;
        display: table-cell;
    }
    .bottom-tipster > div:first-child {
        padding-right: 0;
        padding-top: 38px;
    }
    .bottom-tipster > div:nth-child(2) {
        padding-left: 10px;
    }
    .bottom-tipster > div:last-child {
        padding-bottom: 40px;
    }
}
.icon-clock {
    background: url(../img/icon.png);
    width: 16px;
    height: 16px;
    float: right;
}
.newsletter {
    color: #fff;
    margin-top: -15px;
    padding: 2px 29px 27px;
    background: #4183d7;
    border-radius: 15px;
}
.newsletter .widget-title {
    color: #fff;
    font-size: 18px;
}
.newsletter .form-control {
    padding-left: 20px;
    margin-bottom: 0;
    margin-top: 16px;
    height: 40px;
    color: #5a6678;
    border: none;
}
.newsletter .form-control::-webkit-input-placeholder {
    color: #5a6678;
}
.newsletter .form-control:-moz-placeholder {
    color: #5a6678;
    opacity: 1;
}
.newsletter .form-control::-moz-placeholder {
    color: #5a6678;
    opacity: 1;
}
.newsletter .form-control:-ms-input-placeholder {
    color: #5a6678;
}
.newsletter .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}
.newsletter .form-control:focus:-moz-placeholder {
    color: transparent;
}
.newsletter .form-control:focus::-moz-placeholder {
    color: transparent;
}
.newsletter .form-control:focus:-ms-input-placeholder {
    color: transparent;
}
.newsletter .submit {
    margin-top: 10px;
}
.newsletter p {
    line-height: 1.5em;
}
.newsletter .icon-news {
    float: right;
    background: url(../img/icon.png) -28px 0;
    width: 20px;
    height: 18px;
}
.top-hero {
    margin-bottom: 10px;
}
.top-hero .hero-article div {
    padding: 30px 10px;
}
.top-hero .hero-article h2 {
    line-height: 1.35em;
    font-weight: 400;
}
.top-hero .hero-article .btn {
    font-size: 16px;
}
.top-hero .box-right .table-general {
    padding: 0;
}
.top-hero .box-right .table-general tbody tr:last-child td {
    padding-bottom: 28px;
}
.top-hero .box-right .table-general th {
    padding-top: 16px;
}
@media screen and (min-width: 768px) {
    .top-hero .hero-article {
        padding: 50px 30px;
        margin-top: 9px;
        border-radius: 15px 0 0 15px;
        float: left;
        width: 55%;
    }
    .top-hero .hero-article.full {
        width: 100%;
        float: none;
        height: auto;
        padding: 0;
        margin: 0;
    }
    .top-hero .box-right {
        margin-top: -10px;
        float: right;
        width: 45%;
    }
    .top-hero .btn {
        padding: 10px 25px;
    }
}
.top-hero .hero-article.full img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 992px) {
    .box-right .table-general {
        padding: 0;
    }
    .top-hero .hero-article {
        padding: 61px 43px 90px;
        width: 68.5%;
    }
    .top-hero .hero-article h2 {
        font-size: 44px;
    }
    .top-hero .box-right {
        width: 31.5%;
    }
}
.dial-box > div {
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block !important;
}
.dial-box > span {
    vertical-align: middle;
    display: inline-block;
    color: #2ecc71;
    font-size: 13px;
}
.dial-box a {
    color: #4183d7;
    text-decoration: none;
    margin-top: 4px;
    display: block;
}
.box .dial-box {
    margin-top: 2px;
}
.box .dial-box .diagram {
    margin-top: 9px !important;
    font-size: 12px !important;
    height: 11px !important;
}
.accordion {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
    margin: 40px 0 0 0;
    border-radius: 15px;
}
.accordion .panel {
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 15px 15px 0 0;
    background: none;
    border: 2px solid #E7ECF4;
}
.accordion .panel .diagram {
    height: 16px !important;
    font-size: 16px !important;
}
.accordion .panel.striped-panel {
    background: #f6f8fb;
}
.accordion .panel + .panel {
    border-radius: 0;
    border-top: none;
}
.accordion .panel:last-child {
    border-radius: 0 0 15px 15px;
}
.accordion .price {
    font-weight: 700;
    color: #4183d7;
    font-size: 16px;
}
.accordion .button-down {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 30px;
    display: block;
}
.accordion .button-down:hover {
    text-decoration: none;
}
.accordion .percent {
    font-size: 16px;
    color: #253042;
}
.accordion .panel-heading {
    padding: 21px 0;
    box-shadow: none;
    list-style: none;
    margin: 0;
}
.accordion .panel-heading li {
    position: relative;
    text-align: center;
    padding: 10px;
    width: 20%;
}
.accordion .panel-heading .btn {
    margin-bottom: 20px;
}
.accordion .active-panel.panel {
    border-color: #4183d7;
}
.accordion .active-panel .panel-heading {
    border-bottom: 2px solid #E7ECF4;
}
.accordion .active-panel .panel-heading li {
    zoom: 1.1;
    width: 20%;
}
.accordion .active-panel .panel-heading li:last-child {
    zoom: 1;
}
.accordion .active-panel .panel-heading .button-down {
    /* display: none; */
}
.accordion .pull-left {
    margin-bottom: 20px;
}
.accordion .pull-left ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.accordion .pull-left ul li {
    margin-bottom: 8px;
}
.accordion .pull-right p {
    line-height: 1.5em;
}
.accordion .pull-right h4 {
    margin: 22px 0 14px;
    color: #253042;
}
.accordion .icon {
    margin-right: 13px;
    background: url(../img/icon.png);
    position: relative;
    display: inline-block;
    top: 2px;
}
.accordion .icon.icon-min {
    background-position: -48px 0;
    width: 10px;
    height: 16px;
}
.accordion .icon.icon-min-quote {
    margin-left: -3px;
    background-position: -58px 0;
    width: 16px;
    height: 16px;
}
.accordion .icon.icon-translate {
    background-position: -74px 0;
    width: 14px;
    height: 11px;
}
.accordion .panel-collapse {
    padding: 24px 34px;
}
.accordion .ribbon-left {
    font-size: 16px;
    padding: 7px 13px;
    float: left;
    display: block;
    text-transform: none;
    margin: 10px 0;
    border-radius: 0 5px 5px 0;
    margin-left: -45px;
}
.accordion .ribbon-left:after {
    border-right: none;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #225FAC;
    right: auto;
    left: 0;
}
.other-list {
    padding: 0;
    list-style: none;
    margin: 0;
}
.other-list li {
    margin-bottom: 10px;
    margin-right: 25px;
    display: inline-block;
}
.other-list li a {
    color: #5a6678;
}
.other-list li span {
    margin-right: 15px;
    width: 43px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #2ecc71;
    text-align: center;
    color: #2ecc71;
    line-height: 28px;
    border-radius: 5px;
}
@media screen and (min-width: 768px) {
    .accordion .panel-heading {
        display: table;
        width: 100%;
    }
    .accordion .panel-heading li {
        display: table-cell;
        vertical-align: middle;
    }
    .accordion .panel-heading .btn {
        margin: 0 10px 0 0;
        float: right;
    }
    .accordion .button-down {
        bottom: auto;
        top: 5px;
        position: relative;
        float: right;
    }
    .accordion .ribbon-left {
        margin-top: 36px;
    }
    .accordion .pull-left {
        margin: 0;
        width: 35%;
    }
    .accordion .pull-right {
        width: 64%;
    }
}
@media screen and (min-width: 992px) {
    .accordion .pull-left {
        width: 22%;
    }
    .accordion .active-panel .panel-heading li {
        zoom: 1.6;
    }
    .accordion .active-panel .panel-heading li:first-child {
        /*width: 22%;*/
    }
    .accordion .pull-right {
        width: 76.8%;
    }
}
/* Sidebar */

.sidebar .widget:first-child {
    margin-top: 0;
}
.sidebar .link {
    font-size: 16px;
    margin: 8px 0 8px 0;
    padding-left: 28px;
    text-align: left;
    display: inline-block;
}
.sidebar .table-general {
    padding: 0 28px 12px;
}
.sidebar .table-general h4 {
    margin: 5px 0;
    font-size: 16px;
    color: #4183d7;
    font-weight: 700;
}
.sidebar .table-general .table tbody tr:nth-child(even) td {
    background: none;
}
.sidebar .table-general .table tbody tr:first-child td {
    border: none;
}
.sidebar .table-general .table tbody tr:hover .box .btn-blue {
    opacity: 1;
    visibility: visible;
}
.sidebar .table-general.table-bg {
    box-shadow: none;
    padding: 0 0 8px 0;
}
.sidebar .table-general.table-bg th:last-child {
    padding-right: 25px;
}
.sidebar .table-general.table-bg th:first-child {
    text-align: left;
    padding-left: 25px;
}
.sidebar .table-general.table-bg tbody td {
    text-align: left;
    padding: 8px 2px;
}
.sidebar .table-general.table-bg tbody td:first-child {
    padding-right: 5px;
    padding-left: 25px;
}
.sidebar .table-general.table-bg tbody td:last-child {
    text-align: right;
}
.sidebar .table-general.table-bg tbody tr:nth-child(even) td {
    background: #F9FAFC;
}
.sidebar .table-general p {
    font-size: 12px;
    color: #253042;
}
.sidebar .table-general th:first-child {
    text-align: left;
    padding-left: 0;
}
.sidebar .table-general th:last-child {
    padding-right: 0;
    text-align: right;
}
.sidebar .table-general th.star-combined{
    text-align:left;
}
.sidebar .table-general th.star-combined span{
    float: right;
    padding-bottom: 4px;
}
.sidebar .table-general td {
    padding: 4px 0 8px;
    text-align: right;
    border-top: 1px solid #e7ecf4;
}
.sidebar .table-general td:first-child {
    padding-left: 0;
    padding-right: 15px;
    text-align: left;
}
.sidebar .table-general td:last-child {
    width: 30%;
}
.sidebar .table-product {
    margin-top: -20px;
}
.sidebar .table-product td {
    padding: 13px 5px 13px 16px !important;
}
.flags img {
    width: 24px;
}
.box {
    position: relative;
}
.box .btn-blue {
    right: -20px;
    opacity: 0;
    visibility: hidden;
    top: 0;
    position: absolute;
}
.widget {
    margin-bottom: 30px;
}
.widget.small {
    margin-bottom: 21px;
    font-size: 14px;
}
.widget .table-general {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
}
.widget .table-general table {
    table-layout: fixed;
}
.widget article {
    margin-top: 8px;
}
.widget article h3 {
    line-height: 1.2em;
    font-size: 18px;
    color: #253042;
    font-weight: 700;
}
.widget article img {
    width: 100%;
}
.widget-title {
    font-size: 16px;
    color: #5a6678;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media screen and (min-width: 992px) {
    .widget {
        margin-bottom: 12px;
    }
    .widget .table-general {
        overflow: inherit;
    }
    .widget article .img {
        float: left;
        width: 44%;
        padding-right: 20px;
    }
    .widget article .img + div {
        float: left;
        width: 56%;
    }
    .widget article h3 {
        margin: 12px 0 5px 0;
    }
    .latest-news {
        margin-top: 60px;
    }
    .widget .latest-news {
        margin-top: 0;
    }
    .latest-news article h3 {
        margin: 5px 0;
    }
}
@media screen and (max-width: 991px){
    .widget-title{
        margin-top: 50px;
    }
    .widget article{
        box-sizing: border-box;
        height: 265px;
        width: 50%;
        float: left;
        background-color:#f6f8fb;
        border: 5px solid #fff;
        padding: 20px 20px 10px 20px;
    }
    .widget article .img{
        width: 100%;
        text-align: center;
    }
    .widget article .img + div {
        width: 100%;
    }
    .widget article img{
        width: 140px;
    }
    .widget article h3{
        font-size: 18px;
        text-align: center;
    }
    .widget article div a{
        display:block;
        text-align: center;
        font-size: 14px;
    }
    .widget .link{
        display: inline-block;
        margin-top: 245px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 570px){
    .widget article h3{
        font-size: 14px;
    }
}
@media screen and (max-width: 480px){
    .widget article{
        width: 100%;
    }
    .widget .link{
        display: inline-block;
        margin-top: 30px;
    }
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul,
.widget li {
    list-style-type: none;
    margin-bottom: 10px;
}
.widget.small ul,
.widget.small li {
    list-style-type: none;
    margin-bottom: 5px;
}
.latest-news {
    padding-bottom: 8px;
    border: 2px solid #E7ECF4;
    border-radius: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
}
.latest-news .widget-title {
    font-size: 18px;
    color: #5a6678;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 24px 5px;
}
.latest-news .btn-blue {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    padding: 8px 30px;
    position: absolute;
    right: -12px;
    margin-top: -20px;
}
.latest-news .btn-blue:after {
    content: '';
    right: 0;
    bottom: -8px;
    position: absolute;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #225fac;
}
.latest-news article {
    position: relative;
    padding: 8px 24px;
    margin: 0;
}
.latest-news article:hover .btn-blue {
    opacity: 1;
    visibility: visible;
}
.latest-news article ~ article {
    border-top: 2px solid #E7ECF4;
}
.latest-news article h3 {
    font-size: 18px;
    margin: 5px 0;
}
.latest-news article div {
    width: 85%;
}
.latest-news article div.full {
    width: 100%;
}
.latest-news article div span {
    font-size: 13px;
    color: #5a6678;
}
/* Footer */

.section-bottom {
    margin-top: 20px;
}
.section-bottom h2 {
    margin-bottom: 18px;
}
.section-bottom div {
    text-align: center;
    margin-top: 40px;
}
.section-bottom div p {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.section-bottom p {
    margin-bottom: 29px;
}
.footer {
    border-top: 2px solid #e7ecf4;
    margin: 40px 0 0 0;
    padding-bottom: 30px;
    padding-top: 36px;
    clear: both;
}
.footer p {
    width: 100%;
}
.footer a {
    color: #5a6678;
}
@media screen and (min-width: 768px) {
    .footer {
        margin-top: 74px;
    }
    .footer p {
        width: 50%;
    }
    .footer p.pull-right {
        text-align: right;
    }
}
@media screen and (min-width: 992px) {
    .section-bottom {
        margin-top: 50px;
    }
}
/*# sourceMappingURL=main.css.map */
/* WordPress */
/* =WordPress Core-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    max-width: 96%;
    /* Image does not overflow the content area */
    
    text-align: center;
    position: relative;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    background: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    padding: 4px 11px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
}
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
div.takeaway {
    border-top: solid 4px #cce2a4;
    background: #f6f6f6;
    padding: 0 15px 10px;
    color: black;
}
div.takeaway h3 {
    font-weight: bold;
}
div.takeaway ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
div.takeaway li:before {
    content: "\2713 ";
    color: #cce2a4;
    margin-right: 10px;
}
.guide-list span {
    white-space: nowrap;
}
.btn-green {
    padding: 10px 15px 9px;
    color: #fff !important;
    background: #2ecc71;
    line-height: 1.6em;
    font-size: 13px;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s;
}
.tipster .top-box2 {
    text-align: left;
    border-top: 2px solid #e7ecf4;
    padding: 19px 28px;
}
/* ------------------------------------------------------------ */
/* @since 2016-06-03                                            */

.navbar {
    /*background: #3a4455;*/
    background: #424D5F;
    border-bottom: 4px solid #4183d7;
}
.navbar-header {
    height: 56px;
}
.navbar-collapse {
    /*background: #3a4455 !important;*/
    background: #424D5F !important;
}
.navbar-nav {
    background: none !important;
}
.navbar a.navbar-brand {
    color: #2a373c;
    text-indent: -9999px;
}
.nav > li {
    position: static;
}
.nav > li > a {
    text-transform: none;
    padding: 0 20px 0 10px;
    line-height: 63px;
}
.nav ul.sub-menu {
    background: #fff;
    padding: 20px 30px;
    right: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.nav ul.sub-menu li a {
    color: #29373c;
}
.navbar-form input[type=text] {
    font-size: 12px;
}
.navbar-form {
    top: 14px;
}
.navbar-form,
.navbar-form .form-group {
    height: auto;
}
.search-button {
    display: none;
}
.navbar-form input::-webkit-input-placeholder {
    color: #8f9498 !important;
    /* bootstrap overwrites it otherwise */
}
.navbar-form input:-moz-placeholder {
    /* Firefox 18- */
    
    color: #8f9498 !important;
}
.navbar-form input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #8f9498 !important;
}
.navbar-form input:-ms-input-placeholder {
    color: #8f9498 !important;
}
.navbar-form button {
    line-height: 35px;
}
.navbar-form input[type=text] {
    height: 35px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    margin-right: -40px;
    padding-right: 40px;
}
.navbar-form button {
    height: 35px;
    width: 35px;
}
.section-breadcrumb {
    margin: -30px 0 0;
}
.dial-box {
    position: relative;
}
/* ------------------------------------------------------------ */
/* -------------------------------------------------------- */
/* @since 2016-06-06: Temporarily hide "Tipp des Tages"-Box */

.hero-article.hero1 > .pull-left:first-of-type,
.hero-article.hero1 > .pull-left:first-of-type ~ .pull-right:nth-of-type(2) {
    display: none;
}
/* -------------------------------------------------------- */
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-general .table-providers {
    width: initial;
}

/*.table-providers td {*/
    /*max-width: 150px;*/
    /*white-space: normal;*/
/*}*/

.table-providers .price-cell,
.table-providers .dial-box-cell {
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .accordion .panel-heading li:not(.button) {
        float: left;
    }

    .accordion .panel-heading li.logo,
    .accordion .panel-heading li.price,
    .accordion .panel-heading li.dial-box {
        width: 33%;
    }

    .accordion .panel-heading li.percent {
        display: none;
    }

    .accordion .panel-heading li.button,
    .accordion .panel-heading li.button span {
        width: 100%;
    }

    .accordion .panel-heading li.button {
        clear: both;
    }
}

@media screen and (max-width: 767px) {
    .table-betting-tips>.table>tbody>tr>td {
        white-space: normal;
    }
}

.section-news.section-latest-news a.col-sm-3.news h4 {
    min-height:95px;
}

/*linkbox_paymentmethods*/
.payment-linkbox{
    margin-top: 50px;
    width: 100%;
}
.payment-method{
    background: #f6f6f6;
    margin: 4px 2px;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e7ecf4;
}
.payment-method img{
    max-width: 50px;
    margin-right: 10px;
    height: auto;
}

.above-content-section{
    margin-bottom: 30px;
}

.article-content-on-top{
    margin-bottom: 20px;
}

body.home .section-bet .table-responsive .table{
    width: 66%;
}

body.home .section-bet .table-responsive .table thead,
body.home .section-bet .table-responsive .table tbody{
    display: inline-block;
}

@media screen and (max-width: 1200px){
    body.home .section-bet .table-responsive .table{
        width: 100%;
    }
}

.prov-teaser-text{
    margin-bottom: 20px;
}