.vert.mobile {
	display: none;
}



ul,ol {
margin:0 0 0 30px;
padding:0
}

body {
font-family: 'Open Sans', sans-serif;
font-weight:300;
color:#757575;
background:transparent;
font-size:16px;
line-height:1.7em
}

body .compare-now {
color:#000
}


html {
  scroll-behavior: smooth;
}



.betting-videos p {
    font-size: 0.8em;
    line-height: 1.5em;
}


.table-star-rating {
	color:#fdc416;
}

.table-star-rating i {
	margin-right:-4px;
}


.landing-pages-content .new-code {
	position: relative;
}


.landing-pages-content .new-code h2 {
	margin-bottom:20px;
	text-align: center;
}




.new-alert.pages-display {
	padding:10px;
}



.page-id-44369 .new-alert.pages-display {
	display: none!important;
}

.new-alert.pages-display h2 {
	margin-top:0;
}


.content .thumb {
	position: relative;
}

.table-links {
	margin-top:25px;
}

.table-links a {
	margin-bottom:10px;
	width:100%;
}

.table-links img {
	width:100%;
}


.vert.top .table-links {
	margin-bottom:25px;
	margin-top:0;
}

.vert.bottom .table-links {
	margin-top:25px;
}

.horiz .table-links {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	margin-top:10px;
	margin-bottom:25px;
	overflow: hidden;
}

.horiz.bottom .table-links {
	margin-top:25px;
	}

.horiz .table-links a {
	width:auto;
	float:left;
	padding:4px;
	margin-bottom:0;
	line-height: 0;
}

h1.styled-header {
	font-size: 3.8rem;
    text-align: center;
    padding: 3rem;
    margin:0;
    background:#fdb813!important;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -2px;
    text-shadow: none;
    color:#000;
    
} 





.landing-pages-content p.coupon_description {
	margin:0 auto 1rem auto;
	color:#fff;
	max-width: 450px;
	display: block;
}


.landing-pages-content .new-code code, .landing-pages-content .new-code a.reveal-text {
	line-height: 70px;
	height:100%;
	width:100%;

	border-radius: 10px
	
}



.landing-pages-content .new-code code {
    padding: 0;
    margin: 0;
    text-align: right;
    padding-right: 1rem;
    font-weight: 300;
    line-height: 65px;
    border: 2px dashed rgba(255,255,255,0.8);
    text-transform: uppercase;

}

.landing-pages-content .new-code p {
	margin:0;
	padding:0;

}

.landing-pages-content .new-code a.reveal-text {
    position: absolute;
    top: 46px;
    padding: 0;
	opacity: 1!important;
    /*text-align: left!important;*/
    padding-left: 0;
    z-index: 2;

	
}


@keyframes bounce-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  
    20% {
    -webkit-transform: translateX(-56px);
            transform: translateX(-56px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }

  40% {
    -webkit-transform: translateX(-26px);
            transform: translateX(-26px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateX(-13px);
            transform: translateX(-13px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(-6.5px);
            transform: translateX(-6.5px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87%,
  98% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
 
  
}















/* The element to apply the animation to */
.landing-pages-content .new-code .slide {
	-webkit-animation: bounce-left 3s infinite both;
	        animation: bounce-left 3s infinite both;
    
    
    
    /*  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out; */
  transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    
}









.landing-pages-content.new {
    background: transparent;
    width: auto;
    text-align: center;
    padding: 30px;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    left: 50%;
}

.single-kru_agencies .landing-pages-content.new  {
	background: transparent;
	margin-bottom:0;
	padding:0;
}

.landing-pages-content.new .new-code {
    position: relative;
    margin: auto;
    width: 320px;
    overflow: hidden;
    -webkit-border-radius:10px;
    border-radius: 10px;
    -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
    }
    
    
 .landing-pages-content.new .new-code .slide {
	 position: absolute;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
	 background: #fdb813;
	 z-index: 2;
	 border-radius: 10px;
 }   


.landing-pages-content.new .new-code code {
	margin: auto;
	position: relative;
	z-index: 1;
}

.landing-pages-content.new .new-code a.reveal-text  {
	top:0;
	bottom:0;
	color:#fff;
	text-decoration: none;
	font-size: 1.8rem;
}



img.aligncenter { display: block; margin-left: auto; margin-right: auto; }


img.half {
	max-width:400px;
}

.betting-videos .span_4:nth-child(3n+3) {
	margin-right:0;
}

.advertising-image {
  overflow: hidden;
  padding: 30px 0;
  line-height: 0;
 /* background-color: #eee;*/
  margin:20px 0 0 0;
  text-align: center;
}

.advertising-image img {
	max-width: 320px;
	margin:auto;
}


.single-kru_agencies a.link {
	margin-top:20px;
}


img {max-width: 100%;height:auto}


img.noresponsive.aligncenter, img.noresponsive.alignleft, img.noresponsive.alignright {
width: auto;
    max-width: auto;
}




#all-odds-video-reviews .aiosrs-rating-wrap {
	display: none;
}


.intro .span_12 {
	max-width: 600px;
margin: auto;
float: none;
text-align: center;
}


.intro h1 {
	margin:0 0 20px 0!important;
	padding:0!important;
	max-width: 100%!important;
}

.intro h2 {
	margin:0 0 40px 0!important;
	padding:0!important;
	max-width: 100%!important;
}

.novice, .expert {
	width:100%!important;
	margin:0 0 20px 0!important;
	
}


.wpss-question {
	font-size: 1.2em;
}


.compare-now img.wp-post-image {
	width:100%;
	height:auto;
}

h1,h2,h3,h4,h5,h6 {
/* font-family:'Varela',sans-serif; */
font-weight:600;
color:#333;
text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
line-height: 1.1;

}

a {
-webkit-transition:.2s;
-moz-transition:.2s;
-o-transition:.2s;
transition:.2s
}

p a, h2 a {
color:#449da1
}



::-webkit-input-placeholder {
color:#999
}

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
color:#ccc
}

:-moz-placeholder {
color:#999
}

input:focus:-moz-placeholder,textarea:focus:-moz-placeholder {
color:#ccc
}

::-moz-placeholder {
color:#999
}

input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {
color:#ccc
}

:-ms-input-placeholder {
color:#999
}

input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder {
color:#ccc
}

select {
-webkit-appearance:none;
-moz-appearance:none;
color:#999
}

select:focus {
color:#000
}

.custom-option {
position:relative
}

.custom-option .fa {
position:absolute;
top:12px;
right:15px;
color:#999;
font-size:30px
}

.page-id-16 h1 {
margin:1em 0
}

.content {
background:#fff
}

.content ul li {
list-style:outside disc;
line-height:1.5em;
margin-bottom:1em
}

.button,.navigation a {
background:#efefef;
border:none;
border-radius:4px;
text-decoration:none;
color:#000;
padding:.8em 1.5em
}

.button {
-webkit-transition:background-colour .2s;
-moz-transition:background-colour .2s;
-o-transition:background-colour .2s;
transition:background-colour .2s
}

.button.black {
background:#444;
color:#fff
}

.novice, .expert {
float: left;
text-decoration: none;
color: #000;
text-align: center;
margin: 20px 20px 0 0;
padding: 30px 60px;
width: 90%;
}




.button strong {
width:100%;
display:block;
font-weight:700;
font-size:1.4em;
text-shadow:1px 1px 1px rgba(255,255,255,0.5)
}

.button:hover strong {
text-shadow:none
}

.home_mobile {
display:inherit
}

.home_mobile_opposite {
display:none
}

.grey {
background-color:#ddd;
background-image:-webkit-linear-gradient(bottom,#ddd,#eee);
background-image:-moz-linear-gradient(bottom,#ddd,#eee);
background-image:-o-linear-gradient(bottom,#ddd,#eee);

}

.grey:hover {
background:#3d3d3d;
color:#fff;
}

.yellow,.wpcf7 input[type=submit],button.yellow.disabled:hover {
color:#000;
background-color:#fdc416;
background-image:-webkit-linear-gradient(bottom,#fdaf1b,#fdc416);
background-image:-moz-linear-gradient(bottom,#fdaf1b,#fdc416);
background-image:-o-linear-gradient(bottom,#fdaf1b,#fdc416);
buttonyellowdisabledcursor:default
}

button.yellow {
cursor:pointer
}

.green {
color:#fff;
	background:#449da1;
background:-moz-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#65bdc0),color-stop(100%,#449da1));
background:-webkit-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:-o-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:-ms-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:linear-gradient(to bottom,#65bdc0 0%,#449da1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#65bdc0',endColorstr='#449da1',GradientType=0);

}

.green:hover {
	background:#449da1;
}

.yellow:hover,.navigation a:hover {
background:#3d3d3d;
color:#fff
}

.place_holder {
background:transparent;
margin:auto;
text-align:center;
font-size:3em
}

.actions .place_holder {
margin:0 auto 30px
}

.w_640 {
width:100%
}

.w_60 {
width:60px
}

.w_120 {
width:120px
}

.h_400 {
height:400px;
line-height:400px
}

.h_60 {
   height: auto;
    line-height: 0;
    width: 14.5%;
}

header {
height:50px;
line-height:50px;
background:#2a2a2a;
font-size:1.1em;
overflow:visible
}

header .row {
overflow:visible
}

header.container {
width:100%;
position:fixed;
z-index:999
}

header nav li {
display:inline-block;
position:relative
}

header nav a {
color:#fff;
text-decoration:none;
display:block;
padding:0 10px;
font-size:.8rem;
font-weight:400;
width:100%;
float:left
}

header nav a:hover {
background:#4a4a4a
}

header nav ul {
margin:0
}

header nav ul li:hover a {
background:#4a4a4a
}





/* NEW MAIN MENU */


header nav ul.sub-menu {
background:#4a4a4a
}



header nav ul li ul.sub-menu {
padding:0;
position:absolute;
top:49px;
left:0;
width:230px;
opacity:0;
font-weight:300;
visibility:hidden;
line-height:normal;
white-space:nowrap;
-webkit-transiton:opacity .2s;
-moz-transition:opacity .2s;
-ms-transition:opacity .2s;
-o-transition:opacity .2s;
transition:opacity .2s
}

header nav ul li ul.sub-menu li {
display:block;
color:#fff;
padding:0;
border-top:1px solid #5a5a5a;
float:left;
width:100%;
}

header nav ul li ul.sub-menu li a {
background:transparent;
padding:10px;

}

header nav ul li ul.sub-menu li a:hover {
background:#444
}

header nav ul li:hover ul.sub-menu {
display:block;
opacity:1;
visibility:visible
}







header nav, .social {
	float:right;
	font-size:.6em;
	font-weight:700
}




header nav {
    /* width: 100%; */
    margin: auto;
    text-align: right;

}

.social {
margin-left:20px;
float:right;
}

.social a {
display:inline-block;
margin-left:10px;
background:#fff;
width:30px;
height:30px;
line-height:30px;
text-align:center;
color:#2a2a2a;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
border-radius:50%
}

.social a > i.fa {
	margin-top:9px;
}

.social a:hover {
background:#fdb913;
transform:rotate(360deg);
-ms-transform:rotate(360deg);
-webkit-transform:rotate(360deg)
}

.logo {
width:100%
}





.intro {
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
transform-style:preserve-3d;
padding-top:140px;
padding-bottom:100px;
background-repeat:no-repeat;
background-position:fixed;
background-color:#fff;
height:780px
}


/*

.bg-racing {
background:url(../images/bg_intro1.jpg) no-repeat fixed #f0f0f0;
background-size:cover
}

.bg-afl {
background:url(../images/bg_intro2.jpg) no-repeat fixed #f0f0f0;
background-size:cover
}

.bg-nrl {
background:url(../images/bg_intro3.jpg) no-repeat fixed #f0f0f0;
background-size:cover
}

.bg-tennis {
background:url(../images/bg_intro4.jpg) no-repeat fixed #f0f0f0;
background-size:cover
}


.bg-cricket {
background:url(../images/bg_intro5.jpg) no-repeat fixed #f0f0f0;
background-size:cover
}
*/


.content {
	background-color:#f1f1f1;
}


.intro h1 {
text-transform:lowercase;
font-size:2.3em;
font-style:italic;
margin:0 0 30px 0;
font-weight:400;
line-height:1em;
}

.intro h1 span {
text-transform:uppercase
}

.intro h1 strong {
font-weight:bolder;
}

.intro h2 {
font-size:1.3em;
line-height:30px;
margin:5px 0 40px;
max-width:500px;
font-weight:400;
color:#999
}


video {
	width:100%;
}

.responsive iframe {
	width:100%;
	min-height:300px;
	border: 0;
}


.responsive-container {
position:relative;
padding-bottom:56%;
padding-top:0;
height:0;
overflow:hidden;
cursor:pointer
}



.responsive-container iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%
}

.responsive-container img {
width:100%;
height:auto
}

.vertical-align {
padding-top:0;
padding-bottom:0;
position:relative;
top:50%;
-webkit-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%)
}

.slide-menu hr {
background:#222;
height:2px;
border:none;
clear:both;
margin:20px 0
}

.slide-menu nav {
position:fixed;
overflow:scroll;
top:0;
font-weight:700;
right:-260px;
bottom:0;
text-transform:uppercase;
float:left;
width:260px;
height:100%;
background:#000;
text-align:left;
margin-top:0;
-moz-transition:all .2s ease-out;
-o-transition:all .2s ease-out;
-webkit-transition:all .2s ease-out;
transition:all .2s ease-out;
z-index: 9991;
}

.menu-active .slide-menu nav {
right:0
}

.menu-active .slide-menu nav ul {
right:0;
opacity:1
}

.slide-menu nav ul {
margin:0;
padding:0;
font-size:.8rem
}

.slide-menu nav li {
list-style:none;
display:block;
margin:0;
text-decoration:none;
color:#999;
display:inline-block;
padding:13px 23px;
border-bottom:1px solid #212121;
width:100%
}

.slide-menu nav a {
text-decoration:none;
color:#999;
display:block
}

.slide-menu nav li:focus,.slide-menu nav li:hover {
color:#fff;
background:#151515
}

.menu-trigger {
cursor:pointer;
color:#fff;
display:none;
float:right;
position: relative;
z-index: 9992;
}

#content {
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
background:#2a2a2a;
border-radius:0;
-moz-transition:all .2s ease-out;
-o-transition:all .2s ease-out;
-webkit-transition:all .2s ease-out;
transition:all .2s ease-out
}


.menu-active #content {
	overflow: hidden;
	
}

.menu-trigger:before {
font-family:FontAwesome;
content:'\f0c9';
display:inline-block;
font-size:1.5em;
text-align:center;
line-height:50px
}

.menu-active div#content .menu-trigger:before {
content:'\f067';
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
}

.menu-active div#content {
right:260px;
overflow:hidden
}



.slide-menu nav li span {
float:right
}

.slide-menu nav li ul.children li {
padding:13px 0;
border-bottom:none;
border-top:1px solid #212121
}

.slide-menu nav li ul.children li:first-child {
margin-top:13px
}

.box {
background:#fff;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
box-shadow:0 1px 2px rgba(0,0,0,0.15);
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.15);
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.15);
padding:30px
}

.box.dark {
background:#222;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
padding:30px;
color:#fff;
padding-left:5%;
width:51%
}

.box.dark h2 {
color:#fff
}

.agencies .button {
float:left
}

.agencies .box {
margin-bottom:2%;
overflow:hidden
}

.agencies .box img {
width:auto;
height:120px
}

.agencies .box p {
float:left;
width:100%
}

.agencies h2 img {
float:left;
margin-right:10px
}

.agencies h2 {
line-height:40px;
margin:0;
width:100%
}

.angenc
.agencies .span_4:nth-child(3n+3) {
margin-right:0
}


.compare {
background:#1d1d1d;
padding-top:60px;
padding-bottom:60px;
text-align:center;
width:100%;
}

.compare .icons {
display:inline-block;
margin:.4em
}

.compare img {
width:100%;
max-width: 100%;
height:auto;
}

.compare h3 {
color:#fff;
text-transform:uppercase;
font-weight:700;
margin:0 0 1em
}

.compare .place_holder {
display:inline-block;
margin:10px
}

.feeds {
background: #f2f2f2;
color:#fff;
padding-top:60px;
padding-bottom:60px;
text-align:center
}

.feeds .box {
	padding:0;
	line-height: 0;
	margin-bottom:2%;
}

.feeds .span_6:nth-child(2) {
	margin-right:0;
}

.feeds h2 {
font-size:2em
}

.rssmi_wrap {
color:#4a4a4a;
text-align:left;
overflow:hidden;
margin:0;
padding:30px
}

.imagefix {
overflow:hidden;
height:80px;
width:80px;
position:absolute;
left:0;
top:0;
border-radius:50%;
border:4px solid rgba(0,0,0,0.1);
margin:0 20px 20px 0
}

.imagefix img {
width:auto;
height:80px
}

.reg_rss-output .body {
padding-left:100px;
font-size:1rem;
line-height:1.5rem
}

.rssmi_wrap .date {
color:#999;
font-style:italic;
font-size:.8em;
width:100%;
display:block;
padding-left:100px;
padding-top:5px
}

.reg_rss-output {
float:left;
border-bottom:2px solid #f9f9f9;
position:relative;
margin:0 0 20px;
padding:0
}

.reg_rss-output:last-child {
border-bottom:none
}

.reg_rss-output .source {
display:none
}

.reg_rss-output .title {
text-align:left;
font-size:1.2em;
margin:0 0 10px 100px
}

.feeds h3 {
background:#1d1d1d;
color:#fff;
margin:0;
padding:20px;
text-shadow:none;
}

.feeds a {
text-decoration:none;
color:#000
}

.feeds a:hover {
color:#fdb813
}

.feeds .span_4 {
background:#fff
}



.steps img {
max-width:100%
}

.steps h3 {
font-size:2em;
line-height:1em;
margin:0 0 10px
}

.steps h4 {
font-size:1em;
margin:0;
color:#ccc
}

.center-align {
text-align:center
}

div.table-wrapper {
direction:ltr
}

.hide {
position:absolute;
top:-9999px;
left:-9999px
}

#table-list {
margin-top:0
}

#table-list .nav {
overflow:hidden;
margin:0
}

#table-list .nav li {
width:25%;
float:left;
margin:0;
text-transform:uppercase;
list-style:none
}

#table-list .nav li.last {
margin-right:0
}

#table-list .nav li a {
font-weight:700;
font-size:1rem;
display:block;
padding:1em 0;
color:#fff;
text-align:center;
border-right:1px solid #fff;
text-decoration:none;
background-color:#38383a;
background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(255,255,255,.2));
background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.2),rgba(255,255,255,.2));
background-image:-o-linear-gradient(bottom,rgba(0,0,0,.2),rgba(255,255,255,.2));
background-image:linear-gradient(to top,rgba(0,0,0,.2),rgba(255,255,255,.2));
color:#fff;
text-align:center;
text-decoration:none
}

#table-list .nav li a:hover {
background-color:#111
}

#table-list ul {
list-style:none
}

#table-list ul li a {
width:100%
}

#table-list ul li a:hover {
opacity:1;
color:#fff
}

#table-list ul li:last-child a {
border:none;
width:105%
}

#table-list ul li a {
text-shadow:1px 1px 1px rgba(0,0,0,0.2);
background:#fdb813;
background:-moz-linear-gradient(top,#fdd11c 0%,#fdb813 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fdd11c),color-stop(100%,#fdb813));
background:-webkit-linear-gradient(top,#fdd11c 0%,#fdb813 100%);
background:-o-linear-gradient(top,#fdd11c 0%,#fdb813 100%);
background:-ms-linear-gradient(top,#fdd11c 0%,#fdb813 100%);
background:linear-gradient(to bottom,#fdd11c 0%,#fdb813 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd11c',endColorstr='#fdb813',GradientType=0)
}

#horse-racing-odds-video-reviews .nav li:nth-child(4) a,#nrl-odds-video-reviews .nav li:nth-child(3) a,#afl-odds-video-reviews .nav li:nth-child(2) a,#all-odds-video-reviews .nav li:nth-child(1) a {
text-shadow:1px 1px 1px rgba(0,0,0,0.2);
background:#fdb813;
background:-moz-linear-gradient(top,#fdd11c 0%,#fdb813 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fdd11c),color-stop(100%,#fdb813));
background:-webkit-linear-gradient(top,#fdd11c 0%,#fdb813 100%);
background:-o-linear-gradient(top,#fdd11c 0%,#fdb813 100%);
background:-ms-linear-gradient(top,#fdd11c 0%,#fdb813 100%);
background:linear-gradient(to bottom,#fdd11c 0%,#fdb813 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd11c',endColorstr='#fdb813',GradientType=0)
}

#table-list .row-1 {
line-height:normal
}

.custom-table thead,.custom-table th,.custom-table td {
text-align:center
}

.custom-table thead {
background:#fdb813;
width:100%;
height:120px;
padding:2%;
color:#000
}

.custom-table tbody tr.odd {
background:#fff
}

.custom-table tbody tr.even {
background:#f0f0f0
}

.custom-table tbody td {
width:8%;
padding:1%;
line-height:normal;
font-size:12px;
height:80px!important;
color:#000
}

.custom-table tbody td.column-1 {
background:rgba(0,0,0,0.1);
color:#fff;
text-align:left;
width:10%;
padding:1%;
border-right:1px solid #fff
}

.custom-table tbody td.column-1 img {
max-width:100%;
height:auto;
vertical-align:middle
}

table.custom-table {
margin-bottom:40px
}

.custom-table caption {
display:none
}

.custom-table thead th {
font-weight:700;
font-size:14px;
padding:20px 10px;
vertical-align:middle;
line-height:normal;
text-transform:uppercase
}

.custom-table thead th small {
font-weight:400;
font-size:.6rem;
display:inline-block
}

.custom-table thead th:nth-child(2) {
font-size:.6em
}

.custom-table tbody tr.odd td:nth-child(2) {
background:#e5e5e5;
padding:0
}

.custom-table tbody tr.even td:nth-child(2) {
background:#d8d8d8;
padding:0
}

.custom-table tbody tr.row-2 td:nth-child(2) {
color:#f33
}

.custom-table tbody tr td:nth-child(2) {
font-weight:700;
border-right:1px solid #FFF
}

.custom-table tbody tr.odd td:nth-child(3) {
background:#e5e5e5;
padding:0
}

.custom-table tbody tr.even td:nth-child(3) {
background:#d8d8d8;
padding:0
}

.custom-table tbody tr td:nth-child(3) {
font-weight:700;
border-right:1px solid #FFF
}

.custom-table thead th:nth-child(4) {
color:#FFF;
background:#449da1;
background:-moz-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#65bdc0),color-stop(100%,#449da1));
background:-webkit-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:-o-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:-ms-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:linear-gradient(to bottom,#65bdc0 0%,#449da1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#65bdc0',endColorstr='#449da1',GradientType=0)
}

.custom-table tbody tr.odd td:nth-child(4) {
background:#e5e5e5;
padding:.5em
}

.custom-table tbody tr.even td:nth-child(4) {
background:#d8d8d8;
padding:.5em
}

.custom-table tbody td.column-2 {
font-size:20px
}

.custom-table tbody tr td:nth-child(4) {
font-weight:700
}

.column-8 small {
display:inherit
}

.custom-table tbody tr td:nth-child(3) a {
color:#fff;
text-decoration:none;
font-size:13px;
padding:.5em;
margin:0;
display:block;
line-height:1.2em;
text-transform:uppercase;
background:#fdb813;
background:-moz-linear-gradient(top,#fdd11c 0%,#fdb813 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fdd11c),color-stop(100%,#fdb813));
background:-webkit-linear-gradient(top,#fdd11c 0%,#fdb813 100%);
background:-o-linear-gradient(top,#fdd11c 0%,#fdb813 100%);
background:-ms-linear-gradient(top,#fdd11c 0%,#fdb813 100%);
background:linear-gradient(to bottom,#fdd11c 0%,#fdb813 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd11c',endColorstr='#fdb813',GradientType=0);
-webkit-border-radius:4px;
-moz-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
text-shadow:0 1px 0 rgba(0,0,0,0.2);
-webkit-transition:none;
-moz-transition:none;
-o-transition:none;
transition:none
}

.custom-table tbody tr td:nth-child(3) a:hover {
background:#fdb813
}

.custom-table tbody tr td:nth-child(4) a,.popup a {
color:#fff;
text-decoration:none;
text-shadow:0 1px 0 rgba(0,0,0,0.2);
font-size:13px;
margin:0;
display:block;
line-height:1.2em;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
padding:4px;
text-transform:uppercase;
background:#449da1;
background:-moz-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#65bdc0),color-stop(100%,#449da1));
background:-webkit-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:-o-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:-ms-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:linear-gradient(to bottom,#65bdc0 0%,#449da1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#65bdc0',endColorstr='#449da1',GradientType=0);
-webkit-transition:none;
-moz-transition:none;
-o-transition:none;
transition:none
}

.popup a {
padding:30px 0;
font-weight:700;
text-align:center;
font-size:40px;
margin:15px 0 0;
-webkit-border-radius:0;
-moz-border-radius:0;
-o-border-radius:0;
border-radius:0
}

.popup a span {
font-size:30px;
opacity:.75
}

.custom-table tbody tr td:nth-child(4) a:hover,.popup a:hover {
background:#449da1
}

.custom-table tbody tr td:nth-child(4) a span {
font-size:1.5em
}

.single-kru_agencies .box h1 {
margin:0;
}

.single-kru_agencies .content {
padding-top:120px
}

.custom-table tbody tr td:nth-child(4) img {
max-width:100%;
height:auto
}

.custom-table thead th:nth-child(2) a {
color:#000
}

.box h1 {
margin:0;
font-size: 1.6rem;
}



.content li.agency-results {

float: left;
width: 110%;
border-bottom: 0;
margin: 0 0 40px -5%;
padding: 25	px 0 20px 0;
display: table;
vertical-align: middle;
background: #fff;
-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 30px rgba(0,0,0,0.1);
-o-box-shadow: 0 0 30px rgba(0,0,0,0.1);
box-shadow: 0 0 30px rgba(0,0,0,0.1);

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;

}



.content li.agency-results.transparency {
float:left;
width:100%;
border-bottom:0;
margin:0 0 40px;
padding:0 0 40px;
display:table;
vertical-align:middle;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}



.theheight .span_6:first-child,.contact .span_6:first-child {
margin-right:0
}

.single-kru_quiz .affiliate a,.single-kru_quiz a.link {
margin-top:0;
padding:30px 20px
}





/*
.single-kru_quiz li img {
width:auto;
height:150px
}*/



.content li .span_3:nth-child(3) {
	max-width: 17.5%;
}




.content ol { 
	margin-left:1.5rem;
	margin-bottom:1rem;
	
}

/*

.content ol {
border-top:2px solid #efefef;
margin:0;
padding:0;
list-style-type:none;
counter-reset:ol-counter
}




.content ol > li {
list-style:none;
position:relative
}

.content ol > li:before {
content: counter(ol-counter);
counter-increment: ol-counter;
position: absolute;
width: 15%;
height: 120px;
line-height: 120px;
text-align: center;
color: #fff;
font-weight: 700;
font-size: 4em;
background: #fdc416;
left:0;

}
*/


.triangle {
height: 0;
width: 0;
border-top: 60px solid transparent;
border-bottom: 60px solid transparent;
border-left: 60px solid #fdc416;
left: 15%;
position: absolute;
	
}



.custom-table thead th:nth-last-child(3) a {
color:#fff;
text-decoration:none;
font-size:.6em;
padding:.5em 1em;
text-transform:uppercase;
background:#449da1;
background:-moz-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#65bdc0),color-stop(100%,#449da1));
background:-webkit-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:-o-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:-ms-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:linear-gradient(to bottom,#65bdc0 0%,#449da1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#65bdc0',endColorstr='#449da1',GradientType=0)
}

.custom-table thead th:nth-child(2),.custom-table thead th:nth-child(3),.custom-table thead th:nth-child(4) {
text-transform:uppercase
}

p.copy {
margin-top:40px
}


.next-agency {
	width:100%;
}

.affiliate a,a.link, .next-agency a {
line-height:inherit;
color:#fff;
text-decoration:none;
padding:20px;
width:100%;
display:block;
text-align:center;
margin:35px auto 0;
font-size:1.7rem;
font-weight:700;
text-transform:uppercase;
background:#65bdc0;
/*background:-moz-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#65bdc0),color-stop(100%,#449da1));
background:-webkit-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:-o-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:-ms-linear-gradient(top,#65bdc0 0%,#449da1 100%);
background:linear-gradient(to bottom,#65bdc0 0%,#449da1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#65bdc0',endColorstr='#449da1',GradientType=0);*/
-webkit-transition:none;
-moz-transition:none;
-o-transition:none;
transition:none;

  box-shadow: inset 0 -4px 0 rgba(0,0,0,0.25);
}

.iframe {
height:450px
}

.affiliate a span,a.link span {
opacity:.75
}

.affiliate a:hover, a.link:hover, .next-agency a:hover {
background:#449da1
}

.content.type-kru_odds {
padding-top:0
}

.content form ul {
margin:0;
padding:0
}

.content form li {
width:100%;
list-style:none;
margin:0 0 20px
}

.content form input,.content form textarea,.content form select {
width:100%;
border:none;
border-bottom:3px solid rgba(0,0,0,0.1);
background:#f5f5f5;
padding:10px 15px;
border-radius:0;
}

.content form input:focus,.content form textarea:focus {
background:#efefef
}

.content form textarea {
height:150px
}

.content form {
	width:100%;
}

#commentform input[type=text], #commentform input[type=email] {
	max-width:520px

}


.entry-content img {
	width:100%;
}


h3#comments {
	float:none;
}

#comments, #respond {
	overflow: hidden;
}

.single-post #comments {
	margin-top:3%;
	float: left;
	width:100%;
	background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    padding: 30px;
	display: none!important;
}


.single-post .blog-info.box {
	font-size: 1.15rem;
}


.commentmetadata {
	margin:0 0 20px 0;
}

.commentmetadata a {
	color:#999;
	text-decoration: none;
}


.comment-body img {

    overflow: hidden;
    height: 50px;
    width: 50px;
    float: left;
    border-radius: 50%;
    border: 4px solid rgba(0,0,0,0.1);
    margin: 0 15px 0px 0;

	
}

.comment-body {
	background: #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 1px 2px rgba(0,0,0,0.15);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
padding: 20px 0;
}



.content #comments ol > li:before {
	content:"";
	width:0;
	height:0;
}

.content #comments ol {
	border:none;
}


.content form input[type=submit] {
    border-bottom: 0;
    padding: 1em;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    background-color: #fdc416;
    max-width: 260px;
    font-size: 1rem;
}


.content form input[type=submit]:hover {
	background-color:#fdaf1b;

}

.wpss-submit-message,.wpss_disabled,.wpss_prev_next {
display:none
}

.content form.wpss-form {
max-width:100%
}

.content form.wpss-form fieldset {
border:none;
margin:0;
padding:30px 0
}

.content form.wpss-form em {
font-size:.7em;
color:#999
}

.content form.wpss-form select {
width:100%;
max-width:200px
}

input#submitButton {
width:auto;
display:inline-block;
color:#000;
background-color:#fdc416;
background-image:-webkit-linear-gradient(bottom,#fdaf1b,#fdc416);
background-image:-moz-linear-gradient(bottom,#fdaf1b,#fdc416);
background-image:-o-linear-gradient(bottom,#fdaf1b,#fdc416)
}

footer {
padding-top:2%;
padding-bottom:2%;
background:#2a2a2a;
color:#666;
font-size:.7em
}

footer h3 {
border-bottom:1px solid #333;
color:#666;
font-weight:400;
padding-bottom:30px;
margin-bottom:20px;
font-size:1.5em;
font-style:italic;
text-shadow:none;
}

.footer h3 strong {
font-weight:600
}

footer p {
margin:0 0 30px;
padding:0
}

footer span {
padding:0 5px
}

footer a {
color:#666;
text-decoration:none
}

footer a:hover {
color:#999
}

footer .social a:hover {
color:#000
}

footer .social a {
background:#666
}

footer .social {
font-size:1em
}

form label {
font-size:14px
}

form small {
font-size:13px;
line-height:normal;
color:#666
}

small.terms {
font-size:13px;
line-height:normal;
color:#666
}

.page-id-64 h1 {
margin-left:0
}



.copyright {
color:#444;
background:#111;
font-size:.8em;
padding-top:30px;
padding-bottom:20px
}

.content {
padding-top:80px;
padding-bottom:5%
}

.compare-now {
padding-top:2%;
padding-bottom:5%
}

.blog-archive .post {
float:left;
margin-bottom:3%;
width:100%;
}

.blog-archive .post:last-child {
margin-bottom:0
}

.blog-archive .blog-image {
overflow:hidden;
line-height:0;
position:relative;
}

.blog-archive .blog-image img {
width:100%;
height:auto
}

.blog-archive .blog-info {
float:left;
padding:30px;
width:100%;
}



.addthis_toolbox a {
	background:#222;
	color:#fff!important;
	width:50px!important;
	height:40px;
	line-height: 40px!important;
	text-align: center;
	display: inline-block;
	margin-left:-6px;
}


a.addthis_button_facebook {
	background:#3b5998; 
}

a.addthis_button_twitter {
	background:#4099FF; 
}


a.addthis_button_google_plusone_share {
	background:#dd4b39; 
}

a.addthis_button_compact {
	background:#fb7453;

}


.blog-archive a.more {
	color:#999;
	font-weight: bold;
	text-decoration: none;
}


.blog-archive h2 a {
	color:#222;
	text-decoration: none;
}

.addthis_toolbox {
	position: absolute;
	right:0;
	top:0;
}




/* .blog-archive .blog-info a {
color:#4a4a4a;
font-weight:700;
text-decoration:none;
float:left
} */


/*

.blog-archive .blog-info p {
margin:2rem 7rem 2rem 0
}*/

.blog-archive .blog-info p.blog-date {
color:#aaa;
font-size:.8em;
font-weight:500;
margin:.5rem 0 0
}

.blog-archive .blog-info a:hover {
opacity:.7
}

.blog-archive .blog-info.box {
border-top-right-radius:0;
border-top-left-radius:0
}

.navigation {
height:52px;
margin-top:50px;
text-align:center;
float:left;
width:100%
}

.navigation li {
display:inline-block;
list-style:none;
margin:0 10px
}

.navigation a {
text-decoration:none;
background:#9a9a9a;
color:#fff
}

.navigation li.prev-link .fa {
padding-right:10px
}

.navigation li.next-link .fa {
padding-left:10px
}

/* .blog-archive .blog-info h2,.navigation ul {
margin:0 7rem 0 0
} */

.sidebar .blog-info.box {
padding:0 0 20px;
margin:0 0 20px;
border-bottom:1px solid #e9e9e9
}

.sidebar h3 {
font-size:1.3em;
margin:0 0 20px
}

.sidebar .blog-image img {
height:200px;
width:auto;
margin:0 0 20px
}

.sidebar ul {
margin:0;
padding:0
}

.sidebar ul li {
list-style:none
}

.sidebar ul li a {
-webkit-transition:.2s ease;
-moz-transition:.2s ease;
-o-transition:.2s ease;
transition:.2s ease;
opacity:.5;
color:#000;
text-decoration:none;
width:100%;
display:block;
float:left;
margin:0 0 5px;
padding:5px 0
}

.sidebar ul li a:hover {
opacity:1
}

.sidebar ul ul a:before {
content:'- '
}

.sidebar ul ul ul a:before {
content:'-- '
}

.sidebar ul li ul.children li ul.children li a {
padding:5px 10px
}

.sidebar ul.categories {
width:100%;
overflow:hidden;
font-size:.8em;
margin:0;
}

.sidebar .tag-cloud a {
text-decoration:none;
color:#fff;
background:#bababa;
display:inline-block;
margin:2px;
padding:5px 10px
}

.vnbx * {
box-sizing:content-box;
-moz-box-sizing:content-box
}

.vnbx-mask {
left:0;
overflow:auto;
position:absolute;
top:0;
z-index:999;
background-color:rgba(0,0,0,0.85)
}

.vnbx-frame {
position:absolute;
padding-top:32px
}

.vnbx-button {
-webkit-tap-highlight-color:transparent;
-webkit-touch-callout:none;
-webkit-user-select:none;
position:absolute
}

.vnbx-prev,.vnbx-next {
visibility:hidden;
height:100%;
margin-top:16px;
top:0;
width:44px
}

.vnbx-group .vnbx-prev,.vnbx-group .vnbx-next {
visibility:visible
}

.vnbx-pager {
visibility:hidden;
bottom:-30px;
color:#aaa;
font-size:90%;
height:22px;
left:0;
line-height:22px;
text-align:center;
width:100%
}

.vnbx-group .vnbx-pager {
visibility:visible;
display:none
}

.vnbx-container {
overflow:hidden;
position:relative;
background-color:#fff;
text-align:center
}

.vnbx-content {
display:block;
left:50%;
position:absolute;
top:50%
}

.vnbx-content > img {
vertical-align:middle
}

.vnbx-content > iframe {
vertical-align:middle;
border-width:0
}

.vnbx-ios .vnbx-content {
overflow:auto;
-webkit-overflow-scrolling:touch
}

.vnbx-ios .vnbx-content > iframe {
display:block;
height:100%;
width:100%
}

.vnbx-loading > img,.vnbx-loading > iframe,.vnbx-error > img,.vnbx-error > iframe {
display:none;
height:150px;
width:200px
}

.vnbx-button.vnbx-disabled {
display:none
}

.vnbx-close {
background-position:center center;
background-repeat:no-repeat;
background-size:32px;
height:32px;
right:-8px;
top:0;
width:32px
}

.vnbx-prev {
background-position:center center;
background-repeat:no-repeat;
background-size:32px;
left:-44px
}

.vnbx-next {
background-position:center center;
background-repeat:no-repeat;
background-size:32px;
right:-44px
}

.vnbx-label {
font-family:sans-serif;
font-size:1em;
position:absolute
}

.vnbx-title {
box-sizing:border-box;
-moz-box-sizing:border-box;
color:#eee;
height:32px;
left:0;
line-height:32px;
overflow:hidden;
text-align:left;
text-overflow:ellipsis;
top:0;
white-space:nowrap;
width:100%
}

.vnbx-close-button-enabled .vnbx-title {
padding-right:32px
}

.vnbx-empty,.vnbx-loading,.vnbx-error {
height:150px;
width:200px
}

.vnbx-loading,.vnbx-error {
background-position:center center;
background-repeat:no-repeat;
background-size:32px
}

.vnbx-close {
height:24px;
width:24px;
right:-20px;
top:12px;
cursor:pointer;
background-image:url(../images/img_close.png);
background-size:20px;
background-color:rgba(0,0,0,0.9);
padding:8px;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%
}

.vnbx-loading {
background-image:url(../images/js_preloader.gif);
background-position:center center;
background-repeat:no-repeat;
background-size:32px
}

.label {
display:block;
padding:1em;
color:#fff;
position:absolute;
top:0;
right:0
}

.type-post {
position:relative
}

.category-afl-betting-tips-advanced .label,.category-nrl-betting-tips-advanced .label,.category-horse-racing-tips-advanced .label,.category-soccer-betting-tips-advanced .label {
background:#c0392b
}

.category-afl-betting-tips-advanced .label:before,.category-nrl-betting-tips-advanced .label:before,.category-horse-racing-tips-advanced .label:before,.category-soccer-betting-tips-advanced .label:before {
content:'Advanced'
}

.category-afl-betting-tips-intermediate .label,.category-nrl-betting-tips-intermediate .label,.category-horse-racing-tips-intermediate .label,.category-soccer-betting-tips-intermediate .label {
background:#d35400
}

.category-afl-betting-tips-intermediate .label:before,.category-nrl-betting-tips-intermediate .label:before,.category-horse-racing-tips-intermediate .label:before,.category-soccer-betting-tips-intermediate .label:before {
content:'Intermediate'
}

.category-afl-betting-tips-beginner .label,.category-nrl-betting-tips-beginner .label,.category-horse-racing-tips-beginner .label,.category-soccer-betting-tips-beginner .label {
background:#f39c12
}

.category-afl-betting-tips-beginner .label:before,.category-nrl-betting-tips-beginner .label:before,.category-horse-racing-tips-beginner .label:before,.category-soccer-betting-tips-beginner .label:before {
content:'Beginner'
}

.tooltipster-default {
border-radius:15px;
background-color:rgba(0,0,0,.85);
border:2px solid #FFF;
color:#fff;
text-align:center
}

.tooltipster-default .tooltipster-content {
font-family:Arial,sans-serif;
font-size:14px;
line-height:16px;
padding:8px 10px;
overflow:hidden
}

.tooltipster-icon {
cursor:help;
margin-left:4px
}

.tooltipster-base {
padding:0;
font-size:0;
line-height:0;
position:absolute;
left:0;
top:0;
z-index:9999999;
pointer-events:none;
width:auto;
overflow:visible
}

.tooltipster-base .tooltipster-content {
overflow:hidden
}

.tooltipster-arrow {
display:block;
text-align:center;
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index:-1
}

.tooltipster-arrow span,.tooltipster-arrow-border {
display:block;
width:0;
height:0;
position:absolute
}

.tooltipster-arrow-top span,.tooltipster-arrow-top-left span,.tooltipster-arrow-top-right span {
border-left:8px solid transparent!important;
border-right:8px solid transparent!important;
border-top:8px solid;
bottom:-7px
}

.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border {
border-left:9px solid transparent!important;
border-right:9px solid transparent!important;
border-top:9px solid;
bottom:-7px
}

.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom-left span,.tooltipster-arrow-bottom-right span {
border-left:8px solid transparent!important;
border-right:8px solid transparent!important;
border-bottom:8px solid;
top:-7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
border-left:9px solid transparent!important;
border-right:9px solid transparent!important;
border-bottom:9px solid;
top:-7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom span,.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top span {
left:0;
right:0;
margin:0 auto
}

.tooltipster-arrow-bottom-left span,.tooltipster-arrow-top-left span {
left:6px
}

.tooltipster-arrow-bottom-left .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border {
left:5px
}

.tooltipster-arrow-bottom-right span,.tooltipster-arrow-top-right span {
right:6px
}

.tooltipster-arrow-bottom-right .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border {
right:5px
}

.tooltipster-arrow-left .tooltipster-arrow-border,.tooltipster-arrow-left span {
border-top:8px solid transparent!important;
border-bottom:8px solid transparent!important;
border-left:8px solid;
top:50%;
margin-top:-7px;
right:-7px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
border-top:9px solid transparent!important;
border-bottom:9px solid transparent!important;
border-left:9px solid;
margin-top:-8px
}

.tooltipster-arrow-right .tooltipster-arrow-border,.tooltipster-arrow-right span {
border-top:8px solid transparent!important;
border-bottom:8px solid transparent!important;
border-right:8px solid;
top:50%;
margin-top:-7px;
left:-7px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
border-top:9px solid transparent!important;
border-bottom:9px solid transparent!important;
border-right:9px solid;
margin-top:-8px
}

.tooltipster-fade {
opacity:0;
-webkit-transition-property:opacity;
-moz-transition-property:opacity;
-o-transition-property:opacity;
-ms-transition-property:opacity;
transition-property:opacity
}

.tooltipster-fade-show {
opacity:1
}

.tooltipster-grow {
-webkit-transform:scale(0,0);
-moz-transform:scale(0,0);
-o-transform:scale(0,0);
-ms-transform:scale(0,0);
transform:scale(0,0);
-webkit-transition-property:0;
-moz-transition-property:0;
-o-transition-property:0;
-ms-transition-property:0;
transition-property:transform;
-webkit-backface-visibility:hidden
}

.tooltipster-grow-show {
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
-o-transform:scale(1,1);
-ms-transform:scale(1,1);
transform:scale(1,1);
-webkit-transition-timing-function:cubic-bezier(0.175,.885,.32,1);
-webkit-transition-timing-function:cubic-bezier(0.175,.885,.32,1.15);
-moz-transition-timing-function:cubic-bezier(0.175,.885,.32,1.15);
-ms-transition-timing-function:cubic-bezier(0.175,.885,.32,1.15);
-o-transition-timing-function:cubic-bezier(0.175,.885,.32,1.15);
transition-timing-function:cubic-bezier(0.175,.885,.32,1.15)
}

.tooltipster-swing {
opacity:0;
-webkit-transform:rotateZ(4deg);
-moz-transform:rotateZ(4deg);
-o-transform:rotateZ(4deg);
-ms-transform:rotateZ(4deg);
transform:rotateZ(4deg);
-webkit-transition-property:0;
-moz-transition-property:0;
-o-transition-property:0;
-ms-transition-property:0;
transition-property:transform
}

.tooltipster-swing-show {
opacity:1;
-webkit-transform:rotateZ(0deg);
-moz-transform:rotateZ(0deg);
-o-transform:rotateZ(0deg);
-ms-transform:rotateZ(0deg);
transform:rotateZ(0deg);
-webkit-transition-timing-function:cubic-bezier(0.23,.635,.495,1);
-webkit-transition-timing-function:cubic-bezier(0.23,.635,.495,2.4);
-moz-transition-timing-function:cubic-bezier(0.23,.635,.495,2.4);
-ms-transition-timing-function:cubic-bezier(0.23,.635,.495,2.4);
-o-transition-timing-function:cubic-bezier(0.23,.635,.495,2.4);
transition-timing-function:cubic-bezier(0.23,.635,.495,2.4)
}

.tooltipster-fall {
top:0;
-webkit-transition-property:top;
-moz-transition-property:top;
-o-transition-property:top;
-ms-transition-property:top;
transition-property:top;
-webkit-transition-timing-function:cubic-bezier(0.175,.885,.32,1);
-webkit-transition-timing-function:cubic-bezier(0.175,.885,.32,1.15);
-moz-transition-timing-function:cubic-bezier(0.175,.885,.32,1.15);
-ms-transition-timing-function:cubic-bezier(0.175,.885,.32,1.15);
-o-transition-timing-function:cubic-bezier(0.175,.885,.32,1.15);
transition-timing-function:cubic-bezier(0.175,.885,.32,1.15)
}

.tooltipster-fall.tooltipster-dying {
-webkit-transition-property:all;
-moz-transition-property:all;
-o-transition-property:all;
-ms-transition-property:all;
transition-property:all;
top:0!important;
opacity:0
}

.tooltipster-slide {
left:-40px;
-webkit-transition-property:left;
-moz-transition-property:left;
-o-transition-property:left;
-ms-transition-property:left;
transition-property:left;
-webkit-transition-timing-function:cubic-bezier(0.175,.885,.32,1);
-webkit-transition-timing-function:cubic-bezier(0.175,.885,.32,1.15);
-moz-transition-timing-function:cubic-bezier(0.175,.885,.32,1.15);
-ms-transition-timing-function:cubic-bezier(0.175,.885,.32,1.15);
-o-transition-timing-function:cubic-bezier(0.175,.885,.32,1.15);
transition-timing-function:cubic-bezier(0.175,.885,.32,1.15)
}

.tooltipster-slide.tooltipster-dying {
-webkit-transition-property:all;
-moz-transition-property:all;
-o-transition-property:all;
-ms-transition-property:all;
transition-property:all;
left:0!important;
opacity:0
}

.tooltipster-content-changing {
opacity:.5;
-webkit-transform:scale(1.1,1.1);
-moz-transform:scale(1.1,1.1);
-o-transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1);
transform:scale(1.1,1.1)
}


.single-kru_odds .compare-now {
	padding:120px 0 2% 0;
}


.thumb img {
	width: 100%;
	height:auto;
}

.transparency .span_2, .transparency .span_3, .transparency .span_4 {
	opacity: 0.2
}

.content li.transparency:before {
	opacity: 0.2
}


.results .box {
	background: #fff;
}

/* .results .box h2 {
	text-align:left!important;
}
*/




.introduction  {
	max-width: 1024px;
	margin:auto;
	
}



.introduction .welcome h1 {
	font-family: 'Oswald', sans-serif!important;
	font-style:normal;
	font-weight:400;
	font-family:Helvetica;
	text-transform: uppercase;
	color:#fdb62a;
	margin: 0 0 10px 0!important;
	text-shadow: none;
}

.introduction .welcome h2 {
	font-weight:300;
	font-style: italic;
	color:#fff;
	margin:0!important;
	text-shadow: none;
}

.introduction .welcome h2 strong {
	font-weight: 700
}

.introduction .welcome {
	background: url('../images/home_bg-welcome.png') no-repeat;
	/* background-size: cover; */
	padding: 25px 0 0 0;
	text-align: center;
	max-width: 630px;
	height: 150px;
	margin: 0 auto 100px auto;
	position: relative;

}


.introduction .actions {
	background: url('../images/home_bg-transparent.png') no-repeat;
		/*background-size: cover;*/
		height:500px;
	padding: 120px 30px 30px 30px;
	margin-top: -160px;
}


.introduction .actions a {
	display: block;
	background:#333;
	color:#ccc;
	text-align: right;
	padding-right:30px;
	text-decoration: none;
	max-width: 800px;
	margin:auto;
	height:60px;
	line-height: 60px;
	margin-top:20px;
	
	
}


.introduction .actions a del {
	text-decoration: none;
	display: block;
}


.introduction .actions a span {
font-family: 'Oswald', sans-serif;
	display: block;
	float:left;
	background:#fdb62a; 
	color:#333;
	width:45%;
	font-weight: bold;
	padding-left:30px;
	text-align: left;
	font-size: 35px;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
	/* text-shadow:1px 1px 0 rgba(255,255,255,0.3);*/
	
}


.introduction .actions a span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 30px solid #333;
	border-bottom: 30px solid #333;
	border-left: 30px solid transparent;
	float: right;
}


.introduction .actions a:hover span {
	width:47%;
}

.introduction .actions a:hover {
	color: #fff;
}

















.agency-select {
	padding:0;
	margin:40px 0;
	font-size: 14px;
	float:left;
	width:100%;
}

.agency-select > div.item {
	list-style: none;
	position: relative;
	overflow: hidden;
	width:18%;
	margin-right:1%;
	float:left;
	padding:5px;
	border:6px solid #efefef;
	margin-bottom:20px;
}


.single-kru_quiz .agency-select > div.item, .single-post .agency-select > div.item  {
	width:32%;
}

.single-post .agency-select .bet-amount p {
	margin:0;
	line-height:1.5em; 
	padding:15px;
}


.agency-select > div.item .recommended {
	display: none;
	
}


.agency-select > div.item:nth-child(3) {
	border:5px solid #fdc416;
	margin-top:-20px;
	width:23%;
	

}


.single-kru_quiz .agency-select > div.item:nth-child(3), .single-post .agency-select > div.item:nth-child(3) {
	border:6px solid #efefef;
	margin-top:0;
	width:32%;

}


.agency-select > div.item:nth-child(3) p.bet-amount {
	font-size: 5em;
}


.single-kru_quiz .agency-select > div.item:nth-child(3) p.bet-amount, .single-post .agency-select > div.item:nth-child(3) p.bet-amount {
	font-size: 2.5em;
}







.agency-select > div.item:nth-child(3) .recommended {
	display: block;
	height: 60px;
	line-height: 51px;
	width: 100%;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background: #fdc416;
	border: 6px solid #fdc416;
	font-size: 19px;
}

.single-kru_quiz .agency-select > div.item:nth-child(3) .recommended, .single-post .agency-select > div.item:nth-child(3) .recommended{
	display: none;	
}

.single-kru_quiz .agency-select > div.item:nth-child(2) .recommended {
	display: block;
	height: 60px;
	line-height: 51px;
	width: 100%;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background: #fdc416;
	border: 6px solid #fdc416;
	font-size: 19px;
}

.single-kru_quiz .agency-select > div.item:nth-child(2) {
	margin-top:-20px;
		border: 6px solid #fdc416;

}



.agency-select > div.item a {
	padding: 0.5em 1em;
	font-size: 12px;
	font-weight: bold;
	min-width: 100%;
	float: left;
	margin: 0 0 5px 0;
	

	
}



.agency-select p.bet-type {
	padding: 0.5em 1em;
	background: #f9f9f9;
	width: 100%;
	text-align: center;
	margin: 0;
	color:#333;
	font-weight: bold;
	
}

.agency-select p.bet-amount {
	font-weight: bold;
	font-size: 4em;
	text-align: center;
	padding:40px 0;
	margin:0;
	
	margin:5px 0;
	color:#333;
	background: #f9f9f9;

}


.single-kru_quiz .agency-select p.bet-amount, .single-post .agency-select p.bet-amount {
	font-size: 2.5em;
	padding:20px 0;
}



.agency-select .bet-intro {
	padding:15px 15px 0 15px;
	font-size: 12px;
}


.agency-select .bet-details {
	width:100%;
	padding:0 15px;
	font-size: 12px;
	float:left;
	display: block;
	line-height: normal;
	background: rgb(239,239,239);
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );

}

.single-kru_quiz .agency-select .bet-details, .single-post .agency-select .bet-details  {
	padding:15px;
	font-weight: 400;
	
}



.agency-select .bet-intro {

	margin:5px 0;
	background: rgb(239,239,239);
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
	
	}
	
	
.single-kru_quiz .agency-select p.bet-type, .single-post .agency-select p.bet-type {
	background: #e9e9e9;
}	


.single-post .agency-select p.bet-type, .single-post .agency-select .bet-details {
	line-height: 1.5em;
}


.agency-select .bet-details ul,
.agency-select .bet-intro ul {
	padding:0;
	margin:0;
}

.agency-select .bet-details ul li,
.agency-select .bet-intro ul li{
	list-style: none;
	margin-left:1em;
}

.agency-select .bet-details ul li:before,
.agency-select .bet-intro ul li:before  {
	content: '-';
	margin-left: -1em;
	margin-right: 0.5em;
}



.agency-select .buttons {
	float:left;
	margin:0;
	width:100%;
}

.agency-select .buttons .button {
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.1);
}



.agency-select .buttons a:before {
	font-family: FontAwesome;
	font-size: 22px;
	float:right;
	color:#bbb;
	
}

.agency-select .buttons a:first-child {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

/* ul.agency-select .buttons a:first-child:before {
	content:'\f155';
} */	

.agency-select .buttons a:nth-child(2):before {
	content:'\f144';

}

.agency-select .buttons a:last-child:before {
	content:'\f05a';
}


.agency-select > div.item img {
	max-width: 100%;
	height: auto;
	float: none;
	margin-bottom: -5px;
}


.single-kru_quiz .agency-select > div.item img, .single-post .agency-select > div.item img {
	max-width:inherit;
	width:100%;
}

.agency-select > div.item:last-child {
	margin-right: 0;
}





/* Ratings System */


.review-wrapper {
	display: none;
}

.review-ratings {
	margin-top:60px;
}

.post-ratings {

	color:#fff;
	font-size: 0;
	line-height: 0;
}

.post-ratings-text {
	display: none!important;
}



.custom-table tbody tr:nth-child(odd) {
	background:#f0f0f0 ;
}


.custom-table tbody tr:nth-child(even) {
	background:#fff ;
}

.custom-table tbody td.column-1, .custom-table tbody td.column-2, .custom-table tbody td.column-3, .custom-table tbody td.column-4 {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.1);
}




.custom-table tbody td {
	width: 9.0909090909%;
}



.suggested-article a {
	color:#449da1;
	
}

.suggested-article p {
	margin-top:0;
}



.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	width:30px!important;
}



/* POP UP STYLES OVERRIDE */


.spu-box {
	
}



.page-id-28269 .intro.new {
	background: url(../images/new_banner.jpg);
	background-size:cover;
	height:100vh;
	background-position: center;
}

.page-id-28269 .compare {

    position: absolute;
    bottom: 0;
	background: rgba(255,255,255,0.4);
	
}


.find-bets {
	width:581px;
	height:221px;
	background-image: url(../images/new_find-bets.png);
	background-size:contain;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}


.intro .find-bets h1 {
	position:absolute;
	text-shadow: none;
	font-style: normal;
	color:#fff;
	font-size: 45px;
	top:47%;
	left:50%;
	width: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	font-weight: 300;
}

.find-bets h1 strong {
	font-weight: 600;
}


.new-buttons {
	    float: left;
    height: 60px;
    margin-top: 50px;
    text-align: center;
    width: 581px;
}

.new-buttons .button {
	font-weight: bold;
	letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    font-size: 0.8em;
    padding: 24px;
    -webkit-border-radius: 14px; 
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    border: 0;
    margin:0 12px;
    line-height: 1.1em;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2)!important;
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2)!important;
    -o-box-shadow: 0px 2px 2px rgba(0,0,0,0.2)!important;
    -ms-box-shadow: 0px 2px 2px rgba(0,0,0,0.2)!important;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2)!important;
    
    background: rgb(252,183,19);
	background: -moz-linear-gradient(top,  rgba(252,183,19,1) 0%, rgba(213,155,16,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,183,19,1)), color-stop(100%,rgba(213,155,16,1)));
	background: -webkit-linear-gradient(top,  rgba(252,183,19,1) 0%,rgba(213,155,16,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,183,19,1) 0%,rgba(213,155,16,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,183,19,1) 0%,rgba(213,155,16,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,183,19,1) 0%,rgba(213,155,16,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb713', endColorstr='#d59b10',GradientType=0 );

}

.new-buttons .button {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
}


.page-id-28269 .intro.new .new-home-area {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
 
}


.newsletter {
	background: #000;
	color:#fff;
	padding-top:60px;
	padding-bottom:60px;
}

.newsletter form {
	max-width: 600px;
	margin:auto;
}

.newsletter h2, .newsletter p {
	font-weight: bold;
	color:#fff;
}

.newsletter h2 {
	margin:0;
	text-shadow: none;
}



.newsletter .form {
	width:100%;
	
}

.newsletter input {
    width: 100%;
    border: none;
    padding: 0.5em 1em;
    margin: 0 0 3% 0;
}


.newsletter .form {
	width:60%;
	float:left;
}

.newsletter button {
    padding: 1.95em 1em;
    background: #e98023;
    color: #fff;
    border: none;
    font-weight: bold;
    width: 38%;
    margin-left: 2%;
    float: left;
}


.newsletter button:hover {
	background:#ca7020;
}


.ab-test .newsletter {
	background: #333;
	float:left;
	width:100%;
	padding:5% 10% 2% 10%;
}


.ab-test .box {
	padding:0 30px;
}

.ab-test .newsletter form {
    max-width: 900px;
   }

.ab-test .newsletter p {
	    margin: 10px 0 30px 0;
    line-height: 1.4;
    font-weight: normal;
    font-size: 0.9em;
}

.ab-test .newsletter h2 {
	margin:10px 0 0 0;
}


.ab-test .newsletter button {
	
	font-weight: bold;
	width:100%;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    font-size: 0.8em;
    padding: 24px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    border: 0;
      margin: 20px 0 0 0;
    line-height: 1.1em;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2)!important;
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2)!important;
    -o-box-shadow: 0px 2px 2px rgba(0,0,0,0.2)!important;
    -ms-box-shadow: 0px 2px 2px rgba(0,0,0,0.2)!important;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2)!important;
    background: rgb(252,183,19);
    background: -moz-linear-gradient(top,rgba(252,183,19,1) 0%, rgba(213,155,16,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,183,19,1)), color-stop(100%,rgba(213,155,16,1)));
    background: -webkit-linear-gradient(top,rgba(252,183,19,1) 0%,rgba(213,155,16,1) 100%);
    background: -o-linear-gradient(top,rgba(252,183,19,1) 0%,rgba(213,155,16,1) 100%);
    background: -ms-linear-gradient(top,rgba(252,183,19,1) 0%,rgba(213,155,16,1) 100%);
    background: linear-gradient(to bottom,rgba(252,183,19,1) 0%,rgba(213,155,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb713', endColorstr='#d59b10',GradientType=0 );
}

/* CALCULATOR */




.calculator .heading {
    background: #fec32b;
    padding: 2em!important;
    color: #111;
    position: relative;

}

.calculator .heading h2{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.7em!important;
    text-shadow: none;
    margin: 0;
    padding: 0;
}

.calculator .heading p {
	margin: 0;
	padding:0;
	font-size: 0.9em;
}

.calculator .heading div.amount:before  {
content: '$';
    position: absolute;
    left: 10px;
    font-weight: bold;
    font-size: 1.6em;
    z-index: 8;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.calculator .heading div.amount {
    position: absolute;
    right: 2em;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    /* background-color: #fff; */
    text-indent: 33px;
    font-size: 1.4em;
    font-weight: bold;
    width: 170px;
}

.calculator .heading div.amount input.amount {
    width: 100%;
    border: none;
    padding: 10px 1em 10px 1em;
    font-size: 1.4em;
    font-weight: bold;
}

.calculator table {
	width:100%;
	    text-transform: uppercase;
    color: #111;
}

.calculator table .button {
	font-size: 0.7em;

}

.calculator tr {
	border: 1px solid #ddd;
}

/*

.calculator td:nth-child(2) {
	text-transform: uppercase;
	font-size: 0.7em;
	
}*/

.calculator td {
	width:16.666666667%;
	padding:0.5em;
	text-align: center;
	vertical-align: middle;
	    font-weight: bold;
	
}

.calculator td:nth-child(4) {
	background: #f9f9f9;
}

.calculator .total, .calculator .bonus {
	display: inline;
}

.calculator td span {

    font-size: 0.5em;
    text-transform: uppercase;
    clear: both;
    display: block;
    line-height: 1;
}

.calculator img {
	max-width: 150px;
}

.post-ratings {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.post-ratings-text {
}
.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}


.author.archive flex {
	display: flex;
	flex-wrap: wrap;
	
}


.author.archive flex .post-image {
	max-width: 30%;
}

.author.archive flex .post-image {
	max-width: 70%;
}

.author.archive .author-image img {
    border: 4px solid #fff;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -100px;
}


.author.archive .author-social {
	position: absolute;
	top:30px;
	right:30px;
}

.author.archive .author-social a {
	color: #fff!important;
	
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
    margin-right: 0;
    margin-left:5px;
    text-align: center;
    background:#fdb913;
}

.author.archive .author-social a:hover {
	background: #111;
}

.author.archive .blog-info.flex {
	display: flex;
	flex-wrap: wrap;
	flex-basis: auto;
	position: relative;
	margin-top:150px;
	padding-top:100px;
}


.author.archive .blog-info.flex a {
	color:#000;
}

.author.archive .blog-info h1 {
    font-size: 30px;
    margin-top: 10px;
    position: absolute;
    top: 28px;
    left: 250px;
}

.author.archive .blog-info h2 {
	font-size: 1.25rem;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:40px;
}

.author-archive .author-info {
	margin-left:-5px;
}

.author.archive .blog-info {
	font-size: 20px;
}

.author.archive .blog-info p {
	line-height: 1.5;
	margin-top:10px;
}
.author.archive .post-image {
	margin-bottom:30px;
}

.author.archive .post-image img {
	width:100%;
	max-width: auto;
}


/* This stylesheet is used to style the public-facing components of the plugin. */
html, 
body { 
	min-height: 100% !important; 
	height: auto !important; 
}
.spu-box, .spu-box *{
	box-sizing: border-box;
}
.spu-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}
.spu-box:before,
.spu-box:after {
    content:"";
    display:table;
}
.spu-box:after {
    clear:both;
}
/* Triggers "haslayout" for IE6/7 */
.spu-box {
    zoom:1;
}
.spu-box { 
	position:fixed;
	z-index: 999999;
	-moz-box-shadow: 0 0 10px 1px #666;
	-webkit-box-shadow: 0 0 10px 1px #666;
	box-shadow: 0 0 10px 1px #666;
	padding: 25px;
	margin: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	max-width: 100%;
}
.spu-box.spu-centered{
	margin: 0;
}
/** Some basic css for box content**/
.spu-box h1{
	margin: 1.414285714rem 0;
	font-size: 1.4em;
}	
.spu-box h2{
	margin: 1.414285714rem 0;
	font-size: 1.2em;
}	
.spu-box h3{
	margin: 1.414285714rem 0;
	font-size: 1.0em;
}	
.spu-box p{
	margin: 0 0 1.414285714rem;
}

/** end basic style**/
.spu-box.spu-top-left{ 
	top: 0; left: 0; bottom: auto; right: auto;
}

.spu-box.spu-top-right{ 
	top: 0; right: 0; bottom: auto; left: auto;
}

.spu-box.spu-bottom-left{ 
	bottom: 0; left: 0; top: auto; right: auto;
}

.spu-box.spu-bottom-right{ 
	bottom: 0; right: 0; top: auto; left: auto;
}

.spu-content > *:first-child {	
	margin-top: 0; padding-top: 0;
}

.spu-content > *:last-child {
	margin-bottom:0; padding-bottom:0;
}

.spu-close{ 
	position:absolute; 
	right:8px;
	top:5px;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	font-size: 30px;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	opacity: .3;
	filter: alpha(opacity=30);
    color: #000;
}
p.spu-powered {
    position: absolute;
    bottom: -55px;
    width: 100%;
    text-align: center;
    color: #fff;
    left: 0px;
}
p.spu-powered a{
    color: #ccc;
    text-decoration: underline;
}
.spu-close:hover, .spu-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .6;
	filter: alpha(opacity=60);
}
.spu-shortcode {
 	float: left;
 	line-height: normal !important;
}
.spu-facebook-page{
    text-align: center;
    display: block;
}
.spu-shortcode iframe{
	max-width: 1200px;
}
.spu_shortcodes{
	zoom: 1;
}
.spu-content .wysija-msg li{
    list-style: none;
}
.spu_shortcodes:before, 
.spu_shortcodes:after { content: ""; display: table; }
.spu_shortcodes:after { clear: both; }

@font-face {
    font-family: 'spufont';
    src:url('../fonts/spufont.eot?sze5my');
    src:url('../fonts/spufont.eot?#iefixsze5my') format('embedded-opentype'),
    url('../fonts/spufont.woff?sze5my') format('woff'),
    url('../fonts/spufont.ttf?sze5my') format('truetype'),
    url('../fonts/spufont.svg?sze5my#spufont') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="spu-icon-"], [class*=" spu-icon-"] {
    font-family: 'spufont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.spu-icon-envelope:before {
    content: "\f003";
}

.spu-icon-check:before {
    content: "\f00c";
}

.spu-icon-close:before {
    content: "\f00d";
}

.spu-icon-eye:before {
    content: "\f06e";
}

.spu-icon-gears:before {
    content: "\f085";
}

.spu-icon-angle-up:before {
    content: "\f106";
}

.spu-icon-angle-down:before {
    content: "\f107";
}

.spu-icon-spinner:before {
    content: "\f110";
}

.spu-spinner {
    -webkit-animation: spu-rotate 1s infinite linear;
    -moz-animation: spu-rotate 1s infinite linear;
    -o-animation: spu-rotate 1s infinite linear;
    margin: 5px;
    display: none;
}
@keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-o-keyframes spu-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 620px) {
	.spu-box.taller-than-viewport {
		left: 0 !important;
		top: 100px !important;
		position: absolute !important;
	}

	.spu-box{
		margin: 0;
	}
}


div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}










/* NEW HOMEPAGE */




.new-home .welcome h1, .new-home .selections h1  {
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    text-shadow:none;
    font-family:'Oswald',sans-serif;
}


.new-home .welcome h1 {
	color:#fdb62a; 
	
}


.new-home nav ul a {
	padding:0 10px;
	
}


.new-home footer nav ul a {
	padding:0;
	margin-right:10px;
}

.new-home footer nav ul a:after {
	margin-right:10px;
}


.new-home footer p {
	font-size: 18px;
}

.new-home .content-new {
	padding:5% 0;
	overflow: hidden;
	background: #fff;
}

.new-home .content-new .row {
	padding-left:0;
	padding-right:0;
	max-width: 1440px;
}


.new-home .content-new:nth-child(odd) .span_6:first-child {
	float:right;
	padding-left:3rem;
}

.new-home .content-new .button {
	box-shadow: none;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 0.9rem;
	padding:15px 40px;
}


.new-home .content-new .green {
    color: #fff;
    background: red;
     box-shadow: 5px 5px 15px #09224161;
     text-shadow: 5px 5px 10px #09224185;
  
}



.new-home .content-new p {
	margin-bottom:2em;
	font-size: 20px;
}

.new-home .content-new .green:hover { 
	background:#44969a;

}

.new-home .content-new h2 {
	font-weight: 300;
	color:#666;
	text-transform: none;
	font-family:'Open Sans',sans-serif ;
	font-size:2.5rem;
	
}



.new-home .content-new:nth-child(even) .span_6:first-child {
	padding:0 65px;
}




.new-home header nav ul.sub-menu {
	background: #000;
}


.new-home header img {
	max-width: 280px;
	width:100%;
	height:auto;
}

.new-home header nav a:hover {
    background: transparent;
}

.new-home header nav ul li ul.sub-menu {
	top:50px;
	padding-top:10px;
	padding-bottom:10px;
	text-align: left;
}


.new-home header nav > ul li:hover a, .new-home header nav > ul li a:hover {
	background: transparent;
	color:#999;
}

.new-home header nav > ul li:hover .sub-menu a {
	color:#fff;
}

.new-home header nav ul li ul.sub-menu li a:hover {
	background: transparent;
	text-indent: 3px;
	color:#666;
}

.new-home header nav ul li ul.sub-menu:before {
	    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top:-10px;
    left:20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #000;
}


.new-home .vert-align {
	position: absolute;
	top:50%;
	width:100%;
	margin-top:-100px;
	transform: translateY(-50%);
}

.new-home header nav ul li ul.sub-menu li a {
    background: transparent;
    padding: 10px 20px;

}

.new-home .social a:hover {
    background: #fdb913;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}


.new-home header nav ul li ul.sub-menu li {
	border:none;
}


.banner-intro {
	height:100vh;
	background-image:url(/wp-content/themes/kruzey/images/bg_new-banner-new.jpg);

	background-size:cover;
	background-position: center;
}

/*

.logged-in .banner-intro {
		background-image:url(../images/home-page-test.jpg);
} */


.home.new-home header {
	height: 70px;
    line-height: 70px;
    background: transparent;
    font-size: 1.1em;
    overflow: visible;
    position: absolute;
}

.logos-new {
	line-height: 0;
	background-color:#efefef;
	height:88px;
	overflow: hidden;
}

.logos-new .row {
	max-width: 100%;
	padding:0;
}


.logos-new {
	padding:20px 0 ;
	text-align: center;
}


.logos-new .icons {
	display: inline-block;
	margin:0 10px;
	 
	
}


.logos-new .icons img {
/*	-webkit-filter: grayscale(100%);
 filter: grayscale(100%); */
 transition:all 0.33s ease;
}

/*
.logos-new .icons img:hover {
		-webkit-filter: grayscale(0);
 filter: grayscale(0);
}*/



.arrow {
  position: absolute;
  bottom: 20px;
  color:#fff;
  font-size: 2rem;
  left: 50%;
  margin-left:-20px;
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated{-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;

            animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

animation-fill-mode:both;
-webkit-animation-duration:2s;
-moz-animation-duration:2s;
-ms-animation-duration:2s;
-o-animation-duration:2s;
animation-duration:2s;
}


@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}






.banner-intro .introduction .welcome {
    background: none;
    padding: 0;
    text-align: center;
    max-width: 100%;
    height: 150px;
    margin: 160px auto 0 auto;
    position: relative;
}

.new-home .banner-intro .introduction .welcome h2 {
	 font-family:'Open Sans',sans-serif ;
}


.banner-intro .row.sections.new {
	display: none;
}


.banner-intro .selections .box {
		padding:0;
		cursor: default;
	text-align: center;
	position: relative;

}


.banner-intro .selections .box .holder {
		background:#fdb62a;
	padding:40px 30px;
	text-align: center;
	position: relative;
		z-index: 2;
}


.banner-intro .selections .box .holder:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fdb62a;
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    z-index: 2;
    transition:0.33s;
    transition-delay: 0;
}

.banner-intro .selections .box:hover .holder:after  {
	bottom:-15px;
	 transition-delay: 0.3s;
}

.banner-intro .selections .box ul {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: #000;
    left: 0;
    margin: 0;
    padding:50px 0 0 0;
    transition:0.33s;
    transition-delay: 0.2s;
    font-size: 0.8rem;
    overflow: hidden;
	
}

.banner-intro .selections .box ul li {
	list-style: none;
}

.banner-intro .selections .box ul li a {
	padding:10px;
	width:100%;
	color:#fff;
	display: block;
	text-decoration: none;
	color:#ccc;
	transition:0.33s;
}
.banner-intro .selections .box ul li {
	border-bottom:1px solid #121212;
	
	}

.banner-intro .selections .box ul li:last-child  {
	border-bottom:0;
}

.banner-intro .selections .box ul a:hover {
	transform: scale(1.1);
	color:#fff;
}


.banner-intro .selections .box:hover ul {
	position: absolute;
	bottom:-60px;
	width:100%;
	
	
}


.banner-intro .selections .box .holder i {
	color:#000;
	font-size: 3rem;
	height:;
	margin-bottom:10px;
	height:60px;
}



.selections {
	padding-bottom:20px;
}


.selections, .selections .row {
	overflow: visible;
}



.banner-intro .selections .box h1 {
	margin:0;
	font-size: 1rem;
}

.banner-intro .selections .box h2 {
    margin: 15px 0 0 0;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    text-shadow: none;
}

.banner-intro .selections .box img {
	max-height: 60px;
}


.menu-footer-menu-container ul {
	margin:0;
}

.menu-footer-menu-container ul li {
	list-style: none;
	display: inline-block;
}

.menu-footer-menu-container ul li:after {
	content:'|';
}


.menu-footer-menu-container ul li:last-child:after {
	content:'';
}







/** RESET AND LAYOUT
===================================*/

.bx-wrapper {

	position: relative;
	max-width:100%!important;
	padding: 0;
	*zoom: 1;
}

/*

.bx-wrapper {
	width:940px;
	position: relative;
	margin-left:100px;
	padding: 0;
	*zoom: 1;
}*/


/** THEME
===================================*/


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;

	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -100px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: -100px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.bx-wrapper .bx-pager {
	display: none;
}





.landing-pages {
	height:450px;
	    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 1500px;
    margin: auto;
    background-size: cover;
	background-position: left center;
	background-attachment: scroll;

}


.landing-pages-content {
	    flex: 0 1 auto;
		
}




.landing-pages-content h1, .landing-pages-content h2{
	text-shadow:none;
	color:#fff;
	padding:0;
	margin:0 0 20px 0;
}

.landing-pages-content h2 {
	font-size: 2rem;
}


.landing-pages-content code {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    padding: 20px;
    text-align: center;
    width: 100%;
    border: 3px dashed rgba(255,255,255,0.8);
    margin: 25px 0;
    display: block;
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: bold;
    background: rgba(0,0,0,0.5);
}

.landing-pages-content h1 {
	margin-top:20px;
}

.landing-pages-content a.button {
    padding: .8em 2.5em;
    width: 100%;
    margin-top: 30px;
    display: block;
    margin: auto;
    max-width: 300px;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.landing-pages-content a.button:hover {
	box-shadow:none;
	color:#000;
	font-weight: bold;
	background-color: #fdc416;
}

.landing-pages-content span {
	display: block;
	float:left;
	font-family: 0.8rem;
	color:#fff;
}


.data-table {
    float: left;
    width: 100%;
    margin: 30px 0 50px;
}

.data-table table {
	width: 100%;
	    border-collapse: separate;
    border-spacing: 1px;
}

.data-table table caption {
    text-align: left;
font-size: 1.3rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 0.5em;

}

.data-table table th, .data-table table td {
	padding:10px 15px;
}

.data-table table th {
	font-weight: bold;
	text-align: left;
	background: #666;
	color:#fff;

}

.data-table table tr:nth-child(odd) td {
	background: #f9f9f9;
}

.data-table table tr:nth-child(even) td {
	background: #efefef;
}

.data-table table td strong  {
	font-weight: 300;
}

.single-kru_agencies .thumbnail img {
    width: 100%;
    margin-bottom: 1em;
}

.single-kru_agencies .content form input[type=submit] {
	max-width: 320px;
}

.single-kru_agencies .content {
	padding-top:30px;
	padding-bottom:30px;
}

h2 {    
    font-size: 1.5rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 0.5em;
    }

a.link , .next-agency a {
	font-size: 1.4rem;
}

.single-kru_agencies .box h1 {
	font-size: 2.5rem;
	font-weight: 400;
}

.single-kru_agencies .box h2 {
	font-size: 1.3rem;
	margin-top:2em;
}



.single-kru_quiz .content.results .row {
	max-width: 700px;
}


.single-kru_quiz .content.results .new_results {
    width: 100%;
    padding: 1em;
    background: transparent;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1em;
    border: 2px solid #000;
}


.single-kru_quiz .content.results h3  {
	font-size: 1.2rem
}

.single-kru_quiz .content.results h3 span {
	color:#72ac4d;
}

.single-kru_quiz .content.results a {
	    background: #72ac4d;
    padding: 1em;
    width: 100%;
    margin-top: 1em;
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 800;
    border-radius: 10px;
}


.single-kru_quiz .content.results a.black {
	background: #000;
	margin-top:10px;
}

.single-kru_quiz .content.results a.black:hover {
	background: #fdb813;
}


.single-kru_quiz .content.results a:hover {
background:#5e8f3f;
}

.single-kru_quiz .content.results table {
	border-spacing: 2px;
}


.single-kru_quiz .content.results table th, .single-kru_quiz .content.results table td {
	background: #f9f9f9;
    padding: 7px 10px;
    border: 1px solid #ccc;
}

.single-kru_quiz .content.results .new-reveal {
	    margin-top: 1em;
    font-size: 1.2rem;
    text-align: center;
}




.content #wpss_quiz_2 form.wpss-form fieldset,
.content #wpss_quiz_3 form.wpss-form fieldset {
	padding: 0 0 1em 0;
    margin: 0 0 1em 0;
    border-bottom: 1px solid #eee;
}

.content #wpss_quiz_2 form.wpss-form .wpss-question p,
.content #wpss_quiz_3 form.wpss-form .wpss-question p {
	margin:0;
}





.content #wpss_quiz_2 form.wpss-form .wpss-question p:last-of-type,
.content #wpss_quiz_3 form.wpss-form .wpss-question p:last-of-type {
	margin:0 0 1em 0;
}




.content #wpss_quiz_2 form.wpss-form [type="radio"]:checked,
.content #wpss_quiz_2 form.wpss-form [type="radio"]:not(:checked),
.content #wpss_quiz_3 form.wpss-form [type="radio"]:checked,
.content #wpss_quiz_3 form.wpss-form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.content #wpss_quiz_2 form.wpss-form [type="radio"]:checked + label,
.content #wpss_quiz_2 form.wpss-form [type="radio"]:not(:checked) + label,
.content #wpss_quiz_3 form.wpss-form [type="radio"]:checked + label,
.content #wpss_quiz_3 form.wpss-form [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.content #wpss_quiz_2 form.wpss-form [type="radio"]:checked + label:before,
.content #wpss_quiz_2 form.wpss-form [type="radio"]:not(:checked) + label:before,
.content #wpss_quiz_3 form.wpss-form [type="radio"]:checked + label:before,
.content #wpss_quiz_3 form.wpss-form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.content #wpss_quiz_2 form.wpss-form [type="radio"]:checked + label:after,
.content #wpss_quiz_2 form.wpss-form [type="radio"]:not(:checked) + label:after,
.content #wpss_quiz_3 form.wpss-form [type="radio"]:checked + label:after,
.content #wpss_quiz_3 form.wpss-form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #fdb813;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.content #wpss_quiz_2 form.wpss-form [type="radio"]:not(:checked) + label:after,
.content #wpss_quiz_3 form.wpss-form [type="radio"]:not(:checked) + label:after  {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.content #wpss_quiz_2 form.wpss-form [type="radio"]:checked + label:after,
.content #wpss_quiz_3 form.wpss-form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.content #wpss_quiz_2 form.wpss-form [type="radio"]:checked + label,
.content #wpss_quiz_3 form.wpss-form [type="radio"]:checked + label {
	font-weight: bold;
}


.page-id-45583 .container.content .row {
	max-width: 800px;
	margin:auto;
}


.page-id-45583 .content form input[type=submit] {
    border-bottom: 0;
    padding: 1em;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    background: #fdc416!important;
    max-width: 100%;
    font-size: 1.2rem;
    width: 100%!important;
    padding: 1em;
}

p.iframe > iframe {
	width:100%;
	height:auto;
	max-height: 90px;
	margin-top:1rem;
}


p.iframe > iframe img {
	width:100%;
	height:auto;
}


/* New Table */

table#tablepress-12 thead th { 
    height: 45px;
    background: #fdb813;
    font-weight: normal;
    color: #000;
    padding: 10px 20px;
    border-bottom: none;
    font-weight: bold;
    }
    
table#tablepress-12 {
    width: 100%;
    max-width: 320px;
    border-collapse: collapse;
}  

table#tablepress-12 tbody td, table#tablepress-12 tfoot th  {
	border:none;
	color:#000;
}

table#tablepress-12 td img {
    display: block;
    padding: 0 5px;
    width:auto;
    max-height: 35px;
}

table#tablepress-12 td a {
	color:#fdb813;
	text-decoration: none;
}

table#tablepress-12 td a:hover { 
	opacity: 0.7;
}

table#tablepress-12 td:nth-child(1) {
    width: 20%;
}

table#tablepress-12 td:nth-child(2) {
	width: 40%;
	/*font: 700 13px/22px 'Titillium Web',sans-serif;*/
	 font-weight: bold;
	 font-size: 13px;
	 
    color: #000;
}

table#tablepress-12 td:nth-child(3) {
    width: 40%;
    background: rgba(0,0,0,0.8)!important;
    /* font: 400 12px/22px 'Titillium Web',sans-serif; */
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

table#tablepress-12 tbody td {
	vertical-align: middle;
}

table#tablepress-12 tbody { 
    border-top: 1px solid #ccc;
}

table#tablepress-12 td, table#tablepress-12 th {
	padding:0 10px;
}

table#tablepress-12 .even td, table#tablepress-12 .odd td {
	background: transparent;
}

table#tablepress-12 tr {
    width: 100%;
    height: 50px;
	background: #ddd;
	border-bottom: 2px solid #ccc; 
}



div.page-template-template-best-bets-table {
	margin-top:20px;
	margin-bottom:20px;	
}


div.page-template-template-best-bets-table h1 {
	margin: 1em 0;
}


div.page-template-template-best-bets-table .best-table table, div.page-template-template-best-bets-table .best-table tbody, div.page-template-template-best-bets-table .best-table table tr {
	width:100%;
}


div.page-template-template-best-bets-table .best-table table {
	display: flex;
}


div.page-template-template-best-bets-table .best-table table span {
	padding: 0;
    margin: 0 0 10px 0;
    font-size: 11px;
    font-weight: bold;
    display: block;
    color: #000;
}

div.page-template-template-best-bets-table .best-table table h4 {
	padding:0;
	margin:0;
	color:#757575;
	font-size: 14px;
	font-weight: normal;
}

div.page-template-template-best-bets-table .best-table table img.icon {
	height: 26px;
    width: auto;
    position: relative;
    top: 5px;
}

div.page-template-template-best-bets-table .best-table table tr {
    display: flex;
    background: #fff;
    margin-bottom: 2rem;
    border-radius: 20px 0 20px 0;
    box-shadow: 0 1px 4px rgb(0 0 0 / 16%);
    -ms-flex-align: center;
	-webkit-box-align: center;
	 align-items: center;
	 position: relative;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    margin-top: 12px;
  

}



div.page-template-template-best-bets-table .best-table table tr .terms {
	position: absolute;
    bottom: -25px;
    left: 0;
    font-size: 10px;
    color: #AFAFAF;
    text-align: left;
}

div.page-template-template-best-bets-table .best-table table tr .terms em {
	font-style:normal;
}

div.page-template-template-best-bets-table .best-table table tr td {
	display: block;
	padding:0 15px;
	text-align: center;
	width:100%;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
    -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;

}

div.page-template-template-best-bets-table .best-table table tr td:first-child, div.page-template-template-best-bets-table .best-table table tr td:first-child a {
	padding:0;
	line-height: 0;
	min-width:250px;
	
}


td.icon .icon-desktop {
	display: initial;
}


td.icon .icon-mobile {
	display: none;
}


div.page-template-template-best-bets-table .best-table table tr td .code {
	font-weight: bold;
    color: #fdb813;
}

div.page-template-template-best-bets-table .best-table table tr td .code span {
	color:#000;
}


div.page-template-template-best-bets-table .best-table table tr td:nth-child(2) {
    text-align: left;
    position: relative;
    top: 4px;
	min-width: 250px;
	padding-right:0;
}

div.page-template-template-best-bets-table .best-table table tr td:nth-child(3) {

}

div.page-template-template-best-bets-table .best-table table tr td:nth-child(7) {
	min-width: 180px;
}

div.page-template-template-best-bets-table .best-table table tr td:first-child {
	border-radius: 20px 0 0 0;

	position: relative;
}

div.page-template-template-best-bets-table .best-table table tr td:first-child img {
	border-radius: 20px 0 0 0;
	max-height: 120px;
	width:auto;
	
}


div.page-template-template-best-bets-table .best-table table tr td:nth-child(2) img {

	max-height: 84px;
	width: auto;
	
}



div.page-template-template-best-bets-table .best-table table tr:first-child td:first-child:before {
	content:'';
	background-image:url(../images/ico_trending-now.png);
	width:144px;
	height:	42px;
	background-size: contain;
	position: absolute;
left: -17px;
    top: -17px;
}



div.page-template-template-best-bets-table .best-table table tr td:nth-child(2) {
	text-align: left;
}

div.page-template-template-best-bets-table .best-table table tr td:nth-child(2) h3 {
		font-size: 16px;
}


div.page-template-template-best-bets-table .post-ratings IMG, div.page-template-template-best-bets-table .post-ratings-loading IMG, div.page-template-template-best-bets-table .post-ratings-image IMG {
	width: 16px!important;
}


div.page-template-template-best-bets-table .post-ratings {
	pointer-events: none;
    height: 34px;
    display: block;
    position: relative;
    top: 7px;
}

div.page-template-template-best-bets-table .best-table .button {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 0 1rem;
	height: 34px;
    line-height: 31px;
    text-align: center;
    box-shadow: 5px 5px 15px #09224161;
    display: inline-block;
    border-radius: 4px;
}


div.page-template-template-best-bets-table  .button {
	background: red;
	border:2px solid red;
	color:#fff;
	box-shadow: 5px 3px 15px #09224161;
    text-shadow: 5px 5px 10px #09224185;
}

div.page-template-template-best-bets-table .best-table .button:hover {
			 background: red;
	 border-color:red;
} 




div.page-template-template-best-bets-table .best-table table tr#id-41 td.icon img {
	padding:10px 20px;
}



div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
	appearance: none;
    background-color: rgb(255, 255, 255);
    border: 0px;
    border-radius: 0.1875rem;
    box-sizing: border-box;
    box-shadow: rgb(142 154 173 / 10%) 0px 2px 0px 0px inset, rgb(210 215 223) 0px 0px 0px 1px inset, rgb(255 255 255) 0px 1px 0px 0px;
    color: rgb(67, 77, 93);
    font-size: 0.875rem;
    line-height: 1.5;
    min-height: 2.8125rem;
    outline: 0px;
    padding: 0.75rem 1rem;
    transition: box-shadow 0.2s ease 0s;
    width: 100%;
}


div.wpforms-container-full .wpforms-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../images/chevron-down-regular.svg);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 16px;
    border-radius: 2px;
    margin-right: 2rem;
    padding-right: 2rem;
    background-size: 11px;

}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-family: Helvetica, Arial, sans-serif;
    color:#000;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;

}

div.wpforms-container-full .wpforms-form input:focus, div.wpforms-container-full .wpforms-form textarea:focus, div.wpforms-container-full .wpforms-form select:focus, div.wpforms-container-full .wpforms-form .is-focused .choices__inner, div.wpforms-container-full .wpforms-form .is-open .choices__inner, div.wpforms-container-full .wpforms-form .is-open .choices__list--dropdown {
    background-color: rgb(255, 255, 255);
    border: 0px;
    border-radius: 0.1875rem;
    box-sizing: border-box;
    box-shadow: rgb(142 154 173 / 10%) 0px 2px 0px 0px inset, rgb(210 215 223) 0px 0px 0px 1px inset, rgb(255 255 255) 0px 1px 0px 0px;
    color: rgb(67, 77, 93);
    font-size: 0.875rem;
    line-height: 1.5;
    min-height: 2.8125rem;
    outline: 0px;
    padding: 0.75rem 1rem;
    transition: box-shadow 0.2s ease 0s;
    width: 100%;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {

    border-bottom: 0;
    padding: 1em;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    background-color: #fdc416;
    border-color: #fdc416;
    max-width: 100%;
    width:100%;
    font-size: 1rem;
    border:0;
		 line-height: 1.5!important;
	  min-height: 2.8125rem!important;
	  height:3.8125rem!important;
}



div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
	    border-bottom: 0!important;
    padding: 1em!important;
    text-transform: uppercase!important;
    font-weight: bold!important;
    color: #000!important;
    background-color: #fdc416!important;
    border-color: #fdc416!important;
    max-width: 100%!important;
    width:100%!important;
    font-size: 1rem!important;
    border:0!important;
    box-shadow: none!important;
	 line-height: 1.5!important;
	  min-height: 2.8125rem!important;
	  height:3.8125rem!important;
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select {
	padding-left:15px;
}


div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100%;
}

div.wpforms-container-full {
	max-width: 476px;
	margin:2rem auto 3rem auto;
	border:1px solid #ccc;
	border-radius: 4px;
	padding:30px;
}




body .tablepress tfoot th, body .tablepress thead th {
    background-color: #fdc416;
    font-weight: 700;
    vertical-align: middle;
    color: #000;
    font-size: 14px;

}

body .tablepress .sorting:hover, body .tablepress .sorting_asc, body .tablepress .sorting_desc {
	  background-color: #fdc416;
}

body .dataTables_wrapper {
	border:1px solid #ddd;
}





/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  
  	padding: 30px 30px 30px 30px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: none;
    border-radius: 30px 30px 30px 30px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 11%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 11%);

  
}


div.wpforms-container-full .wpforms-form .wpforms-field-label {
	text-align: left;
}

.remodal div.wpforms-container-full .wpforms-form input.wpforms-field-medium, 
.remodal div.wpforms-container-full .wpforms-form select.wpforms-field-medium, 
.remodal div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100%;
}

/*
.remodal div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 600;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
    text-align: left;
}*/




html div.wpforms-container-full .wpforms-form select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../images/chevron-down-regular.svg);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 16px;
    border-radius: 2px;
    margin-right: 2rem;
    padding-right: 2rem;
    background-size: 11px;
}


div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus, div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	background-color:#fdc416!important;
	border-color: #fdc416!important;
}



div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
	text-align: left;
}




.remodal.booking-form { 
	  background-color: #e2e2e2;
	  text-align: left;
}


.remodal.video {
	background: #fff;
	padding:0;
	max-width: 70%;
}

.remodal.video .popup-holder {
	max-width: 100%;
}


.remodal.podcast audio {
	    width: 100%;
    background: transparent;
    margin-top: 20px;
}

.remodal.podcast {
	background: #efefef;
	padding:30px;
	border-radius: 0;
	max-width: 100%;
	height:100%;
	text-align: left;
	display: flex;
}


.home .remodal.podcast {
    background: rgba(0,0,0,0.06);
    padding: 30px;
    border-radius: 0;
    max-width: 100%;
    height: 100%;
    text-align: left;
    display: flex;
}

.podcast-popup-inner {
	background: #efefef;
	padding:30px;
	max-width: 1280px;
	margin: auto;
}


.home .podcast-popup-inner {
	max-width: 1280px;
	margin: auto;
	position: relative;
}

audio source {
	width:100%;
}

.remodal.podcast img {
	border-radius: 10px;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.remodal h2 {
	color:#000;
}


/* Default theme styles of the overlay */

.remodal-overlay {
 background-color: rgba(51,51,51,0.5);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 50px 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);


}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  z-index: 99;

  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #000;
  border: 0;
  outline: 0;
  background: transparent;
  
      display: block!important;
    position: absolute!important;
right: 16px!important;
    top: 18px!important;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  margin: 0;


  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {

}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 600px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 600px;
}




.author-info {
	display: flex;
	width:100%;
	  align-items: center;
	  margin-top:20px;
	  margin-bottom:20px;
}


.author-info img {
	width:60px;
	height:60px;
	border-radius: 100%;
	margin-right:10px;
	display: block;
}

.author-info span {
	display: inline-block;
	margin-left:5px;
	margin-right:5px;
}

.author-info a.author-name {
	color:#fdb913;
	font-weight: bold;
}


.author-info.single {
	display: flex;
background: none;
margin-top: 0;
float: left;
padding: 30px 30px 10px 30px;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
		  
		  
}


.author-info.single img {
	margin-right:15px;
	width:80px;
	height:80px;
}

.author-info.single a.author-name {
	font-size: 1.5rem;
	text-decoration: none;
}

.author-info.single .author-description {
	display: block;
	width:100%;
	margin-top:10px;
	font-size: 18px;
}

.author-info.single .author-description i {
	font-style: normal;
}

.author-info.single .author-description a {
	color:#999;
	text-decoration: none;
}

.author-info.single .author-description a:hover {
	color:#444;
}

.author-info.single .author-social {
	margin-top:10px;

}


.author-info.single .author-image {
	min-width:100px;
}

.author-info.single .author-social a {
	
	color: #ccc;
	border: 1px solid #ccc;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
	margin-right: -5px;
	text-align: center;
	background: #fff;
}

.author-info.single .author-social a:hover {
	color:#fff;
	background:#ccc;
}


.single-post .tablepress {
	width:100%!important;
}


.entry-title a {
	color:#000;
	text-decoration: none;
}

.entry-title a:hover {
	opacity: 0.7;
}


.single-post .tablepress .row-hover tr:nth-child(odd):hover td {
	background:#fff;
}

.single-post .tablepress .row-hover tr:nth-child(even):hover td {
	background:#f9f9f9;
}


.single-post .tablepress tbody td {
	vertical-align: middle;
}

.single-post .tablepress tbody tr td.column-1 {
    width: 40%;
    text-align: center;
    color: #222;
    padding: 10px;
    font-size: 16px;
    line-height: 1.3;
}


.single-post .tablepress h5, .single-post .tablepress h4 {
font-size: 1rem;
    text-align: center;
    text-shadow: none;
    padding: 0;
    margin: 4px 0 0 0;
}



.single-post .tablepress tr td.column-2, .single-post .tablepress tr td.column-3, .single-post .tablepress tr td.column-4, .single-post .tablepress tr td.column-5,
.single-post .tablepress tr th.column-2, .single-post .tablepress th td.column-3, .single-post .tablepress th td.column-4, .single-post .tablepress th td.column-5 {
	width:5%;
	text-align: center;
}



.single-post .tablepress tr th {
	text-align: center;
	padding-top:15px;
	padding-bottom:15px;
	vertical-align: bottom;
}

.single-post .dataTables_wrapper {
    border-radius: 10px;
    overflow: auto;
    box-shadow: 0 0px 15px rgb(0 0 0 / 20%);
}

.single-post .tablepress tr td.column-2 img, .single-post .tablepress tr td.column-3 img, .single-post .tablepress tr td.column-4 img, .single-post .tablepress tr td.column-5 img
 {
	 	text-align: center;
	width:32px;
	height:32px;
	}
	
.single-post .tablepress tr th.column-2 img, .single-post .tablepress tr th.column-3 img, .single-post .tablepress tr th.column-4 img, .single-post .tablepress tr th.column-5 img, .single-post .tablepress tr th.column-6 img {
width:40px;
height:40px;
border-radius: 100%;
display: block;
		text-align: center;
		margin:auto;
}

.single-post .tablepress tr td.column-2 a, .single-post .tablepress tr td.column-3 a, .single-post .tablepress tr td.column-4 a, .single-post .tablepress tr td.column-5 a, .single-post .tablepress tr td.column-6 a {
	text-align: center;
	margin:auto;
	pointer-events: none;
}	

.single-post .tablepress tr td.column-2 a:hover, .single-post .tablepress tr td.column-3 a:hover, .single-post .tablepress tr td.column-4 a:hover, .single-post .tablepress tr td.column-5 a:hover, .single-post .tablepress tr td.column-6 a:hover {
	opacity: 1!important;
} 

.tablepress tbody td, .tablepress tfoot th {
	border-right:1px solid #ddd;
}


.single-post .tablepress tbody tr td.column-6 {
	width:20%;
	text-align: center;
	color:#222;
	   font-size: 16px;
    line-height: 1.3;
}

.single-post .tablepress tbody tr td.column-7 {
	text-align: center;
	width:15%;
}

.single-post .tablepress tbody tr td.column-7 a, a.blue-button {
	color:#eefcfd;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding:7px 10px;
	border-radius: 10px;
	border:1px solid red;
	background:red;
	box-shadow: 0 3px 6px rgba(0,0,0,0.20);
	font-size: 12px;
	display: inline-block;
    text-shadow: 5px 5px 10px #09224185;
}

.single-post .tablepress tbody tr td.column-7 a:hover, a.blue-button:hover {
	box-shadow: none;
	background:red;
	color:#eefcfd;
}


img.imshadow {
	box-shadow: 0 3px 6px rgba(0,0,0,0.20);
}



.author-info img {
float:left;
}

.author-stuff {
width:70%;
}

.author-stuff .details {
margin-top:15px;
}

.author-info .social {
text-align: right;
}	

.author-info .social span {
font-size: 16px;
color:#000;
}

.author-info .social a {
display: inline-block;
font-size: 26px;
margin-left: 10px;
background: #fff;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #2a2a2a;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;

}

.author-info .social a:hover {
background: transparent;
}

.author-info .social a.facebook {
color:#3b5998;
}

.author-info .social a.twitter {
color:#000;
}

.author-info .social a.linkedin {
color:#0e76a8;
}


.author-info .social {
	margin-left:0;
}



.new-home .banner-intro .row.selections.new, .new-home .banner-intro .row.selections.new  {
	display: none!important;
}



.blog .read_more_section_main {
	display: none!important;
}


.span_12.box {
	border-radius: 30px;
	text-align: left!important;
	padding: 30px!important;
}



 
	  .button-start {
		  background:#ff0000;
		  color:#fff;
		  font-family: 'Oswald', sans-serif!important;
		  float: right;
			  line-height: 30px;
			  height: 30px;
			  padding: 0 15px;
			  font-size: 14px;
	
			  position: relative;
			  top: 10px;
			  margin-left: 10px;
		  text-decoration: none;
		  letter-spacing: 1px;
		  border-radius: 6px;
	  }
	  
	  .home.new-home .button-start {
		  top: 20px;
	  }
	  
	  
	  @media handheld,only screen and (max-width: 1023px) {
		  
	  .button-start {
		  background: #ff0000;
		  color: #fff;
		  font-family: 'Oswald', sans-serif!important;
		  float: right;
		  line-height: 30px;
		  height: 30px;
		  padding: 0 15px;
		  font-size: 14px;
		  font-weight: bold;
		  position: relative;
		  top: 10px;
		  margin-left: 10px;
		  text-decoration: none;
		  letter-spacing: 1px;
		  border-radius: 6px;
		  position: absolute;
		right: 66px;
	  }
	  
	  .home.new-home .button-start {
			top: 22px;
		}
	  
	  
	  .menu-trigger {
		  display: block;
		  top: 1px;
		  position: absolute;
		  right: 20px;
	  }
	  
	  .home.new-home .menu-trigger {
		  top:6px;
	  }

  }
  
  
  @media handheld,only screen and (max-width: 767px) { 
	  
	  .button-start {
	top: 14px;
	right: 53px;
	line-height: 23px;
	height: 24px;
	font-size: 12px;
	  }
	  
	  
	  
	  .home.new-home .button-start {
		  top: 13px;
	  }
	  
	  
	  .menu-trigger { 
		  top: 2px;
		  right: 15px;
	  }
	  
	  
	  .home.new-home .menu-trigger {
		  top: -6px;
	  }
	  
	  
  }
	  
	  
	  
	  
	  .tablepress-scroll-wrapper {
	overflow: visible !important;
	  }
	  
	  
	  h3 a,   #table-of-contents a {
		  color:#000;
			text-decoration: none;
	  }
	  
	  
	  
	  
	  
	  
	 .blog-archive .blog-info.blog-info {
		 float: left;
		 padding: 30px 30px 0 30px;
		 width: 100%;
	 } 
	 
	 
	 .blog-archive .blog-info.blog-content {
		  float: left;
		  padding: 0 30px 30px 30px;
		  width: 100%;
	  } 
	  
