a,
a:visited {
  color: #a30006;
  text-decoration: none;
}

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

body {
  margin: 0px 0px 0px 0px;
  background: #282828 url(images/bg.gif) repeat;
  color: #111;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.3em;
}

#main {
  width: 1000px;
  margin: 0px auto;
  background: #fff url(images/mainbg.gif) 0 37px repeat-x;
  border-right: 8px solid #343434;
  border-left: 8px solid #343434;
  border-bottom: 8px solid #343434;
}

#content {
  margin: 0px auto;
  clear: both;
  padding: 0 10px;
}

#content p {
  padding: 0px 0px 10px 0px;
  margin: 0px;
}

img {
  border: 0;
}

/****************** HEADER ***************************/

#header {
  height: 100px;
  width: 1000px;
  margin: 10px auto 0px auto;
  background: #111 url(images/headerbg.gif) repeat;
  border-right: 8px solid #343434;
  border-left: 8px solid #343434;
  border-top: 8px solid #343434;
}

#header h2 {
  line-height: 0.9em;
  font-size: 18px;
  margin: 0px 0px 0px 0px;
  color: #ccc;
}

#header h3 {
  margin: 0px 0px 0px 15px;
  color: #990000;
  font-size: 12px;
}

#header-left {
  float: left;
  width: 280px;
  padding: 22px 10px 0px 15px;
}

#header-middle {
  float: left;
  padding-top: 18px;
}

/****************** Version 1.3 ***************************/

#header-right {
  float: right;
  width: 180px;
  padding-top: 30px;
  margin: 0px 0px 0px 15px;
}

#header-right ul {
  margin: 2px 0 6px 0;
  padding: 0;
}

#header-right li {
  display: inline;
  list-style: none;
  margin-right: 5px;
}

/****************** Navbar ***************************/

#navbar {
  width: 100%;
  color: #fff;
  background: 000 url(images/navbar.gif) repeat-x;
  height: 36px;
  clear: both;
  border-top: 1px solid #1b2727;
}

#nav {
  display: block;
  height: 36px;
  width: 100%;
  margin: 0;
}

#nav,
#nav ul {
  line-height: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li {
  float: left;
  font-size: 11px;
  text-transform: none;
  font-weight: bold;
}

#nav li a,
#nav li a:visited {
  color: #f5f5f5;
  display: block;
  padding: 5px 16px 5px 16px;
  background: url(images/rnav.gif) right no-repeat;
}

#nav li a:hover,
#nav li a:active {
  color: #999;
}

#nav li ul {
  position: absolute;
  left: -999em;
  width: 160px;
  margin: 0;
  line-height: 17px;
  background: #000;
}

#nav li li {
  width: 160px;
  margin: 0;
  border-bottom: 1px solid #999;
  font-size: 10px;
}

#nav li li a,
#nav li li a:visited {
  color: #fff;
}

#nav li li a:hover,
#nav li li a:active {
  background: #333;
  color: #fff;
  font-style: normal;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
  left: auto;
}

#nav li.current-menu-item a,
#nav li.current-menu-parent a {
  font-style: italic;
}
#nav li.current-menu-item,
#nav li.current-menu-parent {
  font-style: italic;
}
#nav li.current-menu-item a:hover,
#nav li.current-menu-parent a:hover {
  color: #999;
}
#nav li.current-menu-item li,
#nav li.current-menu-parent li {
  color: #fff;
  font-style: normal;
}
#nav li.current-menu-item li a,
#nav li.current-menu-parent li a {
  color: #fff;
  font-style: normal;
}
#nav li.current-menu-item li a:hover,
#nav li.current-menu-parent li a:hover {
  background: #333;
  color: #fff;
}

#nav li.current-menu-item ul {
  margin-top: -1px;
}

#nav li li ul,
#nav li.current-menu-item li ul,
#nav li.current-menu-parent li ul {
  margin: -27px 0 0 160px;
  visibility: hidden;
  font-size: 1.1em;
}
#nav li li:hover ul {
  visibility: visible;
}
#nav li.dropdn {
  background: url(images/arrowdn.png) right center no-repeat;
}
#nav li.dropdn a,
#nav li.dropdn a:visited {
  padding: 5px 20px 5px 12px;
}
#nav li ul li.dropdn {
  background: url(images/rarrow.png) right center no-repeat;
}

/************************ Search *******************************************/

.topsearchform {
  margin: 0px;
  line-height: 10px;
}

.topsearchinput {
  border: 0;
  margin: 0;
  background: url(images/searchinputbg.png) no-repeat;
  height: 34px;
  padding: 0px 4px 0px 8px;
  font-size: 10px;
  width: 112px;
  color: #999;
  line-height: 32px;
}

.topsearchsubmit {
  margin: 0;
  padding: 0;
  width: 54px;
  height: 31px;
  background: url(images/searchgo.png) no-repeat;
  border: 0;
  line-height: 31px;
  cursor: pointer;
}

.topsearchsubmit:hover {
  background: url(images/searchgoh.png) no-repeat;
  border: 0;
}

#searchinput {
  border: 1px solid #d5d5d5;
  background: #fff;
  padding: 4px 4px 4px 8px;
  font-size: 10px;
  width: 150px;
  margin-right: 5px;
}

#searchsubmit {
  margin: 0px 0px 0px 0px;
  width: 32px;
  height: 21px;
  background: url(images/gobutton.png) no-repeat;
  border: 0;
}

#searchsubmit:hover {
  background: url(images/gobuttonh.png) no-repeat;
  border: 0;
}

/******************** Main Layout ***************************/

#middlecontent {
  float: left;
  padding: 5px 10px 10px 10px;
  line-height: 1.4em;
  margin: 10px 0px 10px 0px;
  border: 1px solid #e5e5e5;
}

#middlecontent h1 {
  font-size: 22px;
  margin: 5px 0px 20px 0px;
  padding: 0px;
  line-height: 1em;
}

#middlecontent h2 {
  font-size: 12px;
  margin: 12px -5px 8px -5px;
  padding: 9px 25px 11px 10px;
  line-height: 0.8em;
  color: #fff;
  background: url(images/middleh2.gif) right no-repeat;
}

#middlecontent h3 {
  font-size: 14px;
  margin: 10px 0px 6px 0px;
  line-height: 0.9em;
}

#middlecontent h4 {
  font-size: 13px;
  margin: 10px 0px 6px 0px;
  line-height: 0.9em;
}

#middlecontent ul {
  margin: 5px 0px 0px 25px;
  padding: 0;
}

#middlecontent li {
  margin: 0px 0px 6px 0px;
  list-style: url(https://www.top5casinoenligne.com/wp-content/themes/hrblack/images/circledark.png)
    outside;
}

.custom .c-s .sidebar {
  width: 310px;
  padding: 0px 0px 10px 10px;
  margin: 10px 0px 0px 10px;
}

.custom .s-c .sidebar {
  width: 310px;
  padding: 0px 10px 10px 0px;
  margin: 10px 10px 0px 0px;
}

.custom .s-c-s #middlecontent {
  width: 418px;
  background: #f5f5f5 url(images/mid440bg.gif) no-repeat top;
}

.custom .c-s #middlecontent {
  width: 628px;
  background: #f5f5f5 url(images/mid660bg.gif) no-repeat top;
}

.custom .s-c #middlecontent {
  width: 628px;
  background: #f5f5f5 url(images/mid660bg.gif) no-repeat top;
}

.custom .c #middlecontent {
  width: 958px;
  background: #f5f5f5 url(images/mid980bg.gif) no-repeat 1px 1px;
  border: 1px solid #dfdfdf;
}

.custom .s-c-s #sidebar1 {
  width: 260px;
  padding: 0px 10px 10px 0px;
  margin: 10px 0px 0px 0px;
}

.custom .s-c-s #sidebar2 {
  width: 260px;
  padding: 0px 0px 10px 10px;
  margin: 10px 0px 0px 0px;
}

.sidebar {
  float: left;
  line-height: 1.1em;
  font-size: 12px;
}

.sidebar h2 {
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  padding: 8px 6px 10px 6px;
  color: #fff;
  background: url(images/sideh2.gif) repeat-x;
}

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

.sidebar li {
  padding: 7px 4px 9px 4px;
  margin: 0px 0px 2px 0px;
  border: 1px solid #dfdfdf;
  list-style: url(images/redbullet.gif) inside;
  background: #fff url(images/listbg.gif) bottom repeat-x;
  text-indent: 2px;
  font-size: 11px;
}

.sidebar ol {
  margin: 0;
  padding: 5px 0px 15px 25px;
}
.sidebar ol li {
  list-style: decimal outside;
  margin: 0px 0px 10px 0px;
}

.block {
  padding: 4px 4px 4px 4px;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px;
}

.c-s .block,
.s-c .block {
  background: #fff url(images/side300bg.gif) top no-repeat;
}

.s-c-s .block {
  background: #fff url(images/side250bg.gif) top no-repeat;
}

.custom .fullcontent,
.fullcontent {
  width: 958px !important;
  background: #f5f5f5 url(images/mid980bg.gif) no-repeat 1px 1px !important;
  border: 1px solid #dfdfdf !important;
}

.selectnav {
  display: none;
}
/*************************** Misc Styles ********************************/

.bannerwidget {
  display: block;
  margin: 5px auto 20px auto;
  float: none;
  text-align: center;
}

.fwidget {
  margin: 5px 0px 20px 0px;
}

.tablewidget,
.textwidget,
#searchform {
  margin-bottom: 0px;
}

.articleimg {
  float: left;
  padding: 4px;
  border: 1px solid #fff;
  margin: 0px 15px 0px 0px;
}

.bylines {
  margin: 0px 0px 10px 0px;
  font-size: 10px;
  text-transform: uppercase;
  color: #777;
}

.moreinfo {
  margin: 2px 0 15px 0;
  border-top: 2px solid #eee;
  padding-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
  color: #777;
  font-style: italic;
  clear: both;
}

.breadcrumb {
  margin: 0px 0px 10px 0px;
  font-size: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #eee;
  color: #444;
  font-weight: bold;
}

.current_crumb {
  font-weight: normal;
}

#middlecontent h1.title,
#middlecontent h3.title {
  margin-bottom: 2px;
}

.articleexcerpt {
  margin-bottom: 10px;
  clear: both;
  background: #fff;
  padding: 4px;
  overflow: hidden;
}

/******************* Image format ****************************************/

p img {
  padding: 0;
  max-width: 100%;
}

img.centered,
.aligncenter,
div.aligncenter {
  display: block;
  margin: 10px auto 10px auto;
  float: none;
  text-align: center;
  padding: 2px;
}

img.alignright {
  float: right;
  margin: 0px 0px 5px 10px;
  border: 1px solid #ddd;
  padding: 4px;
}

img.alignleft {
  float: left;
  margin: 0px 10px 5px 0px;
  border: 1px solid #ddd;
  padding: 4px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/****************** Captions *****************************/

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background: #eee;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/******************* Comments ****************************************/

.commentposts {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #ddd;
}

#respond {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #ddd;
}
#respond:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#commentform {
  margin: 5px 10px 0 0;
}
#commentform input {
  width: 40%;
  padding: 5px;
  margin: 5px 5px 1px 0;
  border: 2px solid #ddd;
  color: #888;
  border-radius: 4px;
  -moz-border-radius: 5px;
}
#commentform textarea {
  padding: 5px;
  width: 60%;
  border: 2px solid #ddd;
  color: #666;
  border-radius: 4px;
  -moz-border-radius: 5px;
  color: #888;
}
#commentform label {
  color: #666;
  font-weight: bold;
}

#commentform #submit {
  margin: 0;
  width: 100px;
  background: #666;
  border: 1px solid #555;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}
#commentform #submit:hover {
  background: #0066cc;
  cursor: pointer;
}

.alt {
  margin: 0;
  padding: 10px;
}

.commentlist {
  padding: 0;
  margin: 0px 40px 0px 20px;
  text-align: justify;
  color: #555;
}

.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;
  list-style: none !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.commentlist li ul.children li {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.commentlist li ul li {
  margin-right: -5px;
  margin-left: 10px;
}
.commentlist p {
  margin: 10px 5px 10px 0;
}

.children {
  padding: 0;
}

#commentform p {
  margin: 5px 0;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

div.comment-author {
  color: #ccc;
  font-size: 10px;
}

div.reply {
  margin: -5px 0 0 10px;
  color: #ccc;
  font-size: 10px;
}
div.reply a:hover,
div.comment-author a:hover {
  color: #0066cc;
  text-decoration: none;
}
div.reply a,
ol.commentlist li div.reply a:visited,
div.comment-author a,
div.comment-author a:visited {
  color: #777;
  text-decoration: none;
  font-size: 10px;
}

.fn {
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #444;
}
.avatar {
  float: left;
  padding: 3px 10px 3px 0;
}

/************************** Footer************************/

#topfooter {
  overflow: hidden;
  padding: 10px;
}

#topfooter {
  background: #111;
  overflow: hidden;
  padding: 20px 0;
  color: #666;
  border-bottom: 2px solid #111;
}
#topfooter h2 {
  margin: 0px 0px 14px 0px;
  line-height: 0.9em;
  font-size: 1.3em;
  color: #eee;
}

#topfooter .footerwidget {
  float: left;
  width: 22%;
  margin: 0 1.5%;
  padding: 5px 0;
}
#topfooter .footerwidget ul {
  margin: 0;
  padding: 5px 0 0 25px;
}
#topfooter .footerwidget li {
  padding: 0;
  margin-bottom: 8px;
  list-style: square outside;
}

#footer {
  width: 980px;
  padding: 20px 10px 20px 10px;
  color: #999;
  margin: 0px auto 0px auto;
  font-size: 11px;
  background: #191919;
  border: 10px solid #111;
}

#footer a,
#footer a:visited {
  color: #999;
  text-decoration: none;
}
#footer a:hover {
  color: #fff;
  text-decoration: none;
}

#midfooter {
  overflow: hidden;
  padding: 10px;
  text-shadow: #111 1px 1px 1px;
}
#midfooter ul {
  margin: 2px 0px 0px 0px;
  padding: 0;
}
#midfooter li {
  margin: 0px 14px 0px 0px;
  display: inline;
  list-style: none;
}

#bottomfooter {
  overflow: hidden;
  padding: 10px 10px 20px 10px;
  text-shadow: #111 1px 1px 1px;
}

/************************** Sidebar Widget ***********************/

.toprooms {
  margin: 0px 0px 5px 0px;
  font-size: 10px;
  line-height: 0.9em;
  font-weight: bold;
}

.toprooms th {
  background: #fff;
  color: #000;
  border-bottom: 1px solid #ddd;
}

.toprooms td {
  background: url(images/toprowsbg.gif) bottom repeat-x;
}

/************************** Sidebar Widget 2***********************/

.bonusrow {
  padding: 10px 10px 10px 16px;
  background: #fff;
  border: 1px solid #dedede;
  height: 55px;
  margin: 10px 0px 0px 0px;
  line-height: 1.3em;
  font-weight: bold;
  font-size: 16px;
}

.bonusrowusa {
  padding: 10px 10px 10px 16px;
  background: #fff url(images/usaflag.gif) bottom left no-repeat;
  border: 1px solid #dedede;
  height: 55px;
  margin: 10px 0px 0px 0px;
  line-height: 1.3em;
  font-weight: bold;
  font-size: 16px;
}

.bonusrow span,
.bonusrowusa span {
  color: #333;
}

.bonusrow img,
.bonusrowusa img {
  float: right;
  margin: 10px 10px 0px 8px;
}

/************************** Feat Widget ***********************/

.featwidget {
  font-size: 14px;
  line-height: 1.4em;
  background: #fff;
  margin: 5px;
  padding: 5px;
  border-bottom: 3px solid #ddd;
}

.redb {
  color: #cc0000;
}

/************************** Featured Table ***********************/

.featured {
  margin: -6px -5px 25px -5px;
  padding: 6px 6px 0px 6px;
  border-bottom: 1px solid #e5e5e5;
}

.c .featured {
  background: #fff url(images/mid980bg.gif) no-repeat top;
}

.c-s .featured,
.s-c .featured {
  background: #fff url(images/mid660bg.gif) no-repeat top;
}

.s-c-s .featured {
  background: #fff url(images/mid440bg.gif) no-repeat top;
}

.featuredleft {
  float: left;
  width: 55%;
}

.featuredright {
  float: left;
  width: 45%;
  background: #fff url(images/featright.gif) left repeat-y;
  padding: 20px 0px 15px 0px;
}

.featbonus {
  margin-top: 5px;
  background: #8bc2d7 url(images/featleft.gif) right no-repeat;
  padding: 10px;
  height: 38px;
  color: #ffe327;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.1em;
}

.feattitle {
  color: #fff;
  font-size: 17px;
}

.featsummary {
  font-size: 11px;
  line-height: 1.2em;
  padding: 6px 6px 6px 6px;
}

/************************** Middle Bonus Table ***********************/

.middlesites {
  margin: -7px -5px 20px -5px;
  font-size: 10px;
  font-weight: bold;
  padding: 0px 4px 4px 4px;
}

.c .middlesites {
  background: #fff url(images/mid980bg.gif) no-repeat top;
}

.c-s .middlesites,
.s-c .middlesites {
  background: #fff url(images/mid660bg.gif) no-repeat top;
}

.s-c-s .middlesites {
  background: #fff url(images/mid440bg.gif) no-repeat top;
}

.middlesites th {
  background: #fff;
  color: #000;
  border-bottom: 1px solid #ccc;
  line-height: 8px;
}

.middlesites td {
  background: url(images/toprowsbg.gif) bottom repeat-x;
}

/************************** Middle Bonus Table 2 ***********************/

.middlesites2outer {
  margin: -7px -5px 10px -5px;
  padding: 6px;
}

.c .middlesites2outer {
  background: #fff url(images/mid980bg.gif) no-repeat top;
}

.c-s .middlesites2outer,
.s-c .middlesites2outer {
  background: #fff url(images/mid660bg.gif) no-repeat top;
}

.s-c-s .middlesites2outer {
  background: #fff url(images/mid440bg.gif) no-repeat top;
}

.middlesites2 {
  margin: 0px 0px 10px 0px;
  padding: 5px;
  border: 1px solid #d5d5d5;
  background: #fff;
}

.btable {
  font-size: 12px;
  font-weight: bold;
  line-height: 0.9em;
}

.breview {
  font-weight: normal;
  font-size: 10px;
}

.bbottom {
  background: url(images/arrow.png) left no-repeat;
}

/************************** Review Table ***********************/

h1.reviewtitle {
  font-size: 12px !important;
  margin: 0px -5px 8px -5px !important;
  padding: 9px 25px 11px 10px !important;
  line-height: 0.8em;
  color: #fff;
  background: url(images/middleh2.gif) right no-repeat;
}

.reviewleft {
  float: left;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.reviewright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.c-s .reviewleft,
.s-c .reviewleft {
  width: 410px;
}
.c-s .reviewright,
.s-c .reviewright {
  width: 175px;
}
.c-s .reviewright img,
.s-c .reviewright img {
  width: 175px;
  height: 110px;
}

.s-c-s .reviewleft {
  width: 175px;
}
.s-c-s .reviewright {
  width: 100px;
}
.s-c-s .reviewright img,
.s-c-s .reviewright img {
  width: 100px;
  height: 80px;
}

.reviewptable {
  margin: 10px 0px 0px 0px;
  background: #f3f3f3;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 2px solid #999;
  padding: 8px;
}

.reviewptable th,
.reviewptable td {
  border-bottom: 1px dashed #ddd;
  color: #222;
}

.boldblue {
  font-weight: bold;
  font-size: 14px;
  color: #0066cc;
}

.screens {
  padding: 10px;
}

/************************** Review Table 2***********************/

.casinoinfo {
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 1.2em;
  margin: 0px 0px 25px 0px;
  font-weight: bold;
  background: #fff
    url(https://www.top5casinoenligne.com/wp-content/themes/hrblack/images/block_bottom.gif)
    repeat-x bottom;
}

.casinoinfoleft {
  float: left;
  width: 25%;
  padding: 5px 5px 5px 5px;
  border: 1px solid #eee;
}

.casinoinforight {
  float: right;
  width: 70%;
  margin-left: 15px;
}

.casinorow1 {
  border-top: 1px solid #ddd;
}

.casinorow1 img {
  padding: 5px 6px;
}

.casinotitle {
  font-size: 20px;
}

.casinorate {
  color: #0099cc;
}

h2.reviewheading {
  margin: 0px 0px 2px 0px !important;
  padding: 6px;
  background: #09bbfd;
  font-size: 14px !important;
}

.topreview {
  margin-bottom: 25px;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: bold;
  background: #fff
    url(https://www.top5casinoenligne.com/wp-content/themes/hrblack/images/block_bottom.gif)
    repeat-x bottom;
}

.reviewinfoleft {
  float: left;
  margin-bottom: 25px;
  width: 47%;
  border: 1px solid #ddd;
}

.reviewinforight {
  float: left;
  margin: 0px 0px 25px 4%;
  width: 48%;
  border: 1px solid #ddd;
}

.siteinfo1 {
  font-weight: bold;
  color: #999;
  border-bottom: 1px solid #eee;
}

.siteinfo2 {
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

.reviewinforight li {
  font-size: 11px;
  color: #000;
  list-style-image: url(images/probullet.png) !important;
  margin-left: 40px;
}

.reviewinforight ul {
  margin: 5px 0px 5px 40px !important;
}

.reviewinfoleft li {
  font-size: 11px;
  color: #000;
  list-style-image: url(images/conbullet.png) !important;
  margin-left: 40px;
}

.reviewinfoleft ul {
  margin: 5px 0px 5px 40px !important;
}

.bbottom img {
  padding: 5px;
}
/************************ Author Bios *******************************************/

.authorbio {
  padding: 15px;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  margin: 30px 0;
  overflow: hidden;
}
.authorbio h3 {
  margin: 0 0 5px 0 !important;
  font-size: 14px !important;
}
.authorbio img {
  float: left;
  margin: 0 12px 0 0;
  border: 2px solid #ddd;
}
.authorbio span {
  font-size: 0.9em;
  font-style: italic;
}
.authorbio p {
  padding: 0 0 5px 0 !important;
}

/************************** Pagination ************************/

#middlecontent .pagination {
  clear: both;
  padding: 30px 0;
  line-height: 13px;
  margin: 0 0 15px 0;
}

#middlecontent .pagination span,
#middlecontent .pagination a {
  display: block;
  float: left;
  margin: 2px 7px 2px 0;
  padding: 9px 9px 9px 9px;
  text-decoration: none;
  width: auto;
  color: #0066cc;
  background: #fff;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

#middlecontent .pagination a:hover {
  color: #fff;
  background: #0066cc;
}

#middlecontent .pagination .current {
  padding: 9px 9px 9px 9px;
  background: #0066cc;
  color: #fff;
}

#middlecontent .pagination a.last {
  background: #999;
  color: #fff;
}
#middlecontent .pagination a.last:hover {
  background: #333;
  color: #fff;
}

.visiter {
  -moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
  -webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
  box-shadow: inset 0px 1px 0px 0px #cf866c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #d0451b),
    color-stop(1, #bc3315)
  );
  background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
  background-color: #d0451b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #942911;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  padding: 4px 10px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #854629;
}
.visiter:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #bc3315),
    color-stop(1, #d0451b)
  );
  background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
  background-color: #bc3315;
}
.visiter:active {
  position: relative;
  top: 1px;
}

a.visiter:link {
  color: #ffffff;
  text-decoration: none;
}
a.visiter:visited {
  color: #ffffff;
  text-decoration: none;
}
a.visiter:hover {
  color: #e2e2e2;
  text-decoration: none;
}

/*----------------Start Catfish---------------*/

.catfish__body {
  display: none;
  border-radius: 15px;
  width: 95vw;
  margin: 0 auto;
  z-index: 100;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 246px;
  background: #000000da;
}
.catfish__close {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -17.5px;
  top: -17.5px;
  width: 35px;
  height: 35px;
  border: solid 1px #dc0000;
  border-radius: 50%;
  background-color: #000000da;
}
.catfish__close_cross {
  width: 20px;
  height: 20px;
}
.catfish__container {
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  flex: 1 1 100%;
  justify-content: space-evenly;
  align-items: center;
  scroll-snap-align: center;
}
.catfish__item {
  display: flex;
  flex-direction: column;
  flex: 0 1 33.333%;
  background-color: white;
  max-width: 370px;
  height: 167px;
  padding: 10px;
  margin: 0 10px;
}
.catfish__top {
  display: flex;
  flex: 1 1 auto;
  justify-content: start;
  align-items: center;
  margin-top: 2px;
}
.catfish__img {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 133px;
  height: 91px;
  background-color: #eeeeee;
  margin-right: 10px;
}
.catfish__image_logo_md {
  display: block;
}
.catfish__image_logo_sm {
  display: none;
}
.catfish__bonus {
  text-align: left;
}
.bonus {
  font-weight: 700;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  line-height: 18.88px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.orange {
  color: #de8500;
}

.black {
  color: black;
}

.catfish__btn {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 700;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  line-height: 18.75px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: #e56e00;
  margin-top: 10px;
  max-height: 44px;
}
.catfish__btn:visited {
  color: white;
}
.catfish__btn:active {
  transform: scale(0.9);
}

.catfish__btn:hover {
  background-color: #ee8c31;
}
.hide {
  display: none;
}
.uppear {
  display: flex !important;
}
.sm {
  display: none !important;
}
@media (max-width: 855px) {
  ::-webkit-scrollbar {
    display: none;
  }
  .md {
    display: none;
  }
  .sm {
    display: flex !important;
  }
  .catfish__top {
    justify-content: space-around;
  }
  .catfish__image_logo_md {
    transform: scale(2);
  }
  .catfish__body {
    height: 185px;
    min-height: 185px;
    min-width: 80%;
    width: 95%;
  }
  .catfish__bonus {
    text-align: center;
    width: 230px;
    justify-content: center;
    font-size: 24px;
  }
  .bonus {
    font-size: 24px;
    line-height: 30px;
  }
  .catfish__btn {
    min-height: 70px;
    align-items: center;
    width: 230px;
    flex: 0 0 auto;
    font-size: 24px;
    cursor: pointer;
  }
  .catfish__container {
    max-width: fit-content;
    overflow-x: scroll;
    white-space: nowrap;
    justify-content: start;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-align: center;
    scroll-snap-type: x mandatory;
    padding: 0 250px;
  }
  .catfish__img {
    width: 230px;
    height: 70px;
  }

  .catfish__item {
    flex: 0 1 33.333%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    min-width: 900px;
    height: 145px;
    margin: 0 200px;
    scroll-snap-align: center;
  }
}

/*----------------End Catfish---------------*/
