/*
Theme Name: Real Money Casino
Theme URI: 
Description: 
Author: 
Author URI: 
Version: 1.0
Tags: 

License: GPL-2.0+
License URI: #

*/

/* Table of Contents

	1. HTML Reset
	
	2. Defaults
		- Typography
		- Headings
		- Other Objects
	3. Site Layout and Structure
	4. Common Classes
		-Excerpts
		-Comments
	5. Header
		-Site Header
		-Navigation
	6. Content Area
		-Shortcodes
		-Review Pages
	7. Sidebar
		-Widgets
	8. Footer
	9. Media Queries
	
*/

/* 1. HTML Reset
 
   normalize.css v2.1.2 | MIT License | git/normalize
   ----------------------------------------------------------------------------*/


article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:\201C \201D \2025</\2019}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}body,figure{margin:0}
legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}


/* 2. Defaults
   ----------------------------------------------------------------------------*/


html {
	font-size: 10px; /* 10px browser default */
}

body {
	background:#530101 url("images/bg.jpg") center top no-repeat;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #d50000;
	text-decoration: none;
}

a:hover {
	color: #999;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 20px 0;
	padding:0;
}


/* Headings
   -----------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 16px;
}

h1 {
	font-size:1.7em;
	margin: 0 0 16px;
	text-transform:uppercase;
}

h2 {
	font-size:1.4em;
	margin: 0 0 16px;
	text-transform:uppercase;
}

h3 {
	font-size:1.3em;
	text-transform:uppercase;
}

h4 {
	font-size:1.2em;
	font-weight:normal;
}

h5 {
	font-size:1.2em;
	font-weight:normal;
}

h6 {
	font-size:1.1em;
	font-weight:normal;
}

h1.entry-title, 
h2.entry-title  {
	margin-bottom:8px;
}

/* 3. Site Layout and Structure
   ----------------------------------------------------------------------------*/

#outerwrap {
	width:960px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	padding:0 30px 80px 30px;
	background:#670000 url("images/headerbg.jpg") no-repeat top center;
	-moz-box-shadow:    0 0 50px 5px #400101;
   -webkit-box-shadow: 0 0 50px 5px #400101;
    box-shadow:         0 0 50px 5px #400101;
}

.wrap {
	overflow:hidden;
	margin:0 auto;
}

/* 4. Common Classes
   ----------------------------------------------------------------------------*/
   
 /* Buttons */
a.greenbutton,
a.greenbutton:visited {
    background:#d50000;
 	color:#FFF !important;
 	line-height:1em;
 	padding:9px 12px;
 	text-align: center;
	text-decoration: none !important;
	display: inline-block;
	font-weight:bold;
	font-size:13px !important;
}

a.greenbutton:hover, 
a.greenbutton:active{
	background:#871919;
 	color:#FFF !important;
} 


 /* Buttons */
a.buttony,
a.buttony:visited {
    background:#f5b300;
 	color:#fff !important;
 	line-height:1em;
 	padding:15px 12px;
 	text-align: center;
	text-decoration: none !important;
	display: block;
	font-weight:bold;
	font-size:13px !important;
}

a.buttony:hover, 
a.buttony:active{
	background:#ea0000;
 	color:#FFF !important;
} 

a.greenbutton.cent {
	margin:0 auto;
	text-align:center;
	display:block;
} 

 /* Other Common Classes */

.bylines { 
	color:#ababab;
	font-size:12px;
	margin:0 0 6px 0;
	font-style:italic;
}

blockquote {
	padding:8px 8px 8px 16px;
	border-left:4px solid #41d09a;
	font-style:italic;
	margin-bottom:20px;
	font-size:1.1em;
	color:#777;
}

.clearboth {
	clear:both;
}


/* Breadcrumbs */

.breadcrumbs { 
	float:left;
	width:70%
}

.current_crumb {
	font-weight:normal;
}

.breadcrumbwrap {
	padding:12px 12px 12px 24px;
	font-size:13px; 
	color:#fff; 
	margin-bottom:10px;
	background:#530100;
}

.social {
	float: right;
}

.social li {
	float: left;
	list-style: none;
	margin-left: 5px;
}

/* Images */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.main-content img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	 max-width: 100%;
}

.main-content img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	vertical-align:top;
}

/* Captions */

.wp-caption {
	margin-bottom:20px;
	border:1px solid #ccc;
	max-width: 96%;
	
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}


.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}


.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #666;
	font-size: 12px;
	font-weight: 300;
	background:#f5f5f5;
	padding:10px 20px;
	margin:0;
	border-top:1px solid #ddd;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

.gallery {
   margin:0 0 20px 0;
	overflow:hidden;
}

.gallery-item {
   float: left;
   padding:0 12px 5px 12px;
   text-align: center;

}

.gallery-columns-4 .gallery-icon img {
 	width:120px;
	height:120px;
}

.gallery-columns-1 .gallery-icon img, .gallery-columns-2 .gallery-icon img  {
 	width:260px;
	height:195px;
}
 
.gallery .gallery-caption {
	border:0;
	padding:2px;
	background:#f1f1f1;
	font-style:italic;
	font-size:11px;
	margin:0;
}
 
.gallery .gallery-icon img {
	border: 1px solid #ccc;
	padding:4px;
}


/* 5. Header
   ----------------------------------------------------------------------------*/

.main-header { 
	padding:20px 0 10px 0; 
}

.topheader {
	overflow:hidden;
	margin-bottom:10px; 
	height:150px;
}

.headerflag {
	position:absolute;
	top:0;
	right:0;
	z-index:0;
	background: url("images/flag.jpg") top no-repeat;
	height:209px;
	width:369px;
}

.headertag{
	float:left; 
	width:295px;
	padding:50px 0 0 0;
	z-index:2;
	position:relative;
}

.headertag h1 {
	font-size:21px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-align:right;
}

.headertag h1 span {
	color:#fbcd05;
}

.headerlogo { 
	float:left; 
	width: 240px;
	padding:0 110px 0 0;
}
	

/* Navigation
   ------------------------------*/
   
.navigationtop {
	background:#530100;
	border:1px solid #ea0000;
	clear:both;
	padding:0 20px;
	z-index:5;
	position:relative;
} 

.navmenu {
	display: block; 
	width:100%; 
	margin:0; 
}

.navmenu,
.navmenu ul {
    line-height:43px;
	margin:0; 
	padding:0; 
	list-style: none;
 }
 
.navmenu li {
	float: left;
 	font-size:13px; 
	margin:0;
	font-weight:bold;
}

.navmenu li a,
.navmenu li a:visited {
	display:block;
	color:#fff;	
	padding:0 15px;	
}

.navmenu li a:hover, 
.navmenu li a:active,
.navmenu li:active,
.navmenu li:hover {
	background:#d50000;
}	

.navmenu li ul {
	position: absolute; 
	left: -999em; 
	width:180px; 
	margin:0; 
	line-height: 18px;
	z-index:8;
	background:#fff;
	padding:25px 15px 15px 30px;
}

.navmenu li li { 
	width: 180px; 
	margin:0; 
	list-style:url("images/droparrow.png") outside;
	font-size:12px; 
	font-weight:normal;
	line-height:14px;
	padding:0 0 10px 0;
}

.navmenu li li a,
.navmenu li li a:visited {
	display:block;
	color:#6e6e6e;	
	padding:0;
}

.navmenu li li a:hover, 
.navmenu li li a:active,
.navmenu li li:active,
.navmenu li li:hover {
	background:0;
}	

.navmenu li:hover ul, 
.navmenu li li:hover ul, 
.navmenu li li li:hover ul, 
.navmenu li.sfhover ul, 
.navmenu li li.sfhover ul, 
.navmenu li li li.sfhover ul {
	left: auto;
}

.navmenu li li ul,  
.navmenu li.current-menu-item li ul, 
.navmenu li.current-menu-parent li ul { 
	margin: -32px 0 0 180px; 	
	visibility:hidden; 
}

.navmenu li li:hover ul { 
	visibility:visible;
}

.navmenu li.current-menu-item > a, 
.navmenu li.current-menu-parent > a  {
	color:#d50000;
}

.navmenu  li.current-menu-item:hover > a, 
.navmenu  li.current-menu-parent:hover > a   {
	color:#fff;
}

.navmenu li li.current-menu-item > a, 
.navmenu li li.current-menu-parent > a  {
	color:#d50000;
}

.navmenu  li li.current-menu-item:hover > a, 
.navmenu  li li.current-menu-parent:hover > a   {
	color:#333;
}



.selectnav { 
	display: none; 
}

/* 6. Content Area
   ----------------------------------------------------------------------------*/

.container {
	overflow:hidden;
	width:100%;
	margin-bottom:20px;
}

.main-content {
	float:left;
	width:635px;
	font-size:13px;
	line-height: 1.7em;
}

.main-content ul { 
	padding: 0 0 4px 8px; 
}

.main-content ul li { 
	line-height:1.2em;
	padding: 0 0 0 19px;
	text-indent:-1px;
	margin-bottom:12px;
	background:url("images/sidebullet.png") no-repeat left top;
	list-style:none;
}

.main-content ol {
	padding: 0 0 9px 32px; 
}

.main-content ol li { 
	line-height:1.2em;
	padding:0;
	margin-bottom:7px;
	list-style:decimal outside;
}

.article {
	padding:30px;
	border:1px solid #d50000;
	background:#530100;
	margin-bottom:25px;
}

.article a, .article a:visited, 
.articlereview a, .articlereview  a:visited{
	color: #d50000;
	text-decoration: underline;
}

.article a:hover,
.articlereview  a:hover {
	color: #d50000;
	text-decoration: none;
}

.main-banner, .post-image {
	margin-bottom:25px;
	border:1px solid #fff;
}

.main-banner img{
	display:block;
}

.post-image img{
	display:block;
	width:100%;
}

.sharearticle h3 {
	font-size: 14px;
	color: #d50000;
	margin-bottom: 15px;
	text-transform:none;
}

/** Related Articles **/

.related-articles{
	
}

.related-article-block {
	background: #530100;
	border:1px solid #d50000;
	padding: 20px;
	margin-bottom:20px;
	overflow:hidden;
	vertical-align:text-bottom;
}

.relatedimage{
	float: left;
	border:1px solid #d50000;
}

.relarticle-description {
	float: right;
	width: 460px;
	margin-left: 18px;
}

.readmore {
	text-align: right;
	margin-bottom:0;
}

.readmore .btn {
	margin-top:-15px;
}


/* Hot Topics */

.hot-topics {
	height: 45px;
	background:#530100;
	margin-bottom:20px;
	font-size:13px;
}

.hot-topics-link {
	float: left;
	width: 147px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	color: #f5b300;
}

.hot-topics ul {
	float: left;
	list-style: disc;
	overflow: hidden;
	height: 45px;
}

.hot-topics ul li {
	float: left;
	color: #183456;
	height: 45px;
	padding:0 10px;
	list-style-position: outside;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* Top Sites Shortcod Table */

.topsiteswrap {
   padding:20px;
	background:#530100;
	margin-bottom:25px;
}

.top-10-sites {
	background: #efefef;
}

.top-10-sites h2 {
	color: #fff !important;
	height: 45px;
	padding-left: 20px;
	background:#480100;
	line-height: 45px;
	position: relative;
	margin-bottom: 5px;
}

.top-10-sites .line {
	height: 45px;
}

.top-10-sites .line .number {
	float: left;
	width: 36px;
}

.top-10-sites .line .number span {
	float: right;
	line-height: 25px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background: #d50000;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 13px;
	-moz-border-radius:13px;
	margin-top: 10px;
}

.top-10-sites .line .title {
	width: 80px;
	font-size: 13px;
	color: #1a303a;
	line-height: 45px;
	margin-left: 9px;
	font-weight: bold;
	float: left;
}

.top-10-sites .line .logo {
	float: left;
	margin-left: 10px;

}

.top-10-sites .line .logo .logo-inner {
	width: 80px;
	text-align: center;
	vertical-align: middle;
	height: 45px;
	display: table-cell;
}

.top-10-sites .line .logo img {
	vertical-align: middle;
}

.top-10-sites .line .desc {
	float: left;
	font-size: 13px;
	color: #1a303a;
	line-height: 45px;
	margin-left: 9px;
	font-weight: bold;
	height: 45px;
	width: 145px;
}

.top-10-sites .line .button-review {
	float: left;
	margin-left: 8px;
}

.top-10-sites .line .mobile {
	display: none;
}

.top-10-sites .line .desctop {
	display: block;
}

.top-10-sites .line .button-review a {
	background: #530100;
	display: block;
	height: 31px;
	line-height: 31px;
	width: 108px;
	margin-top: 7px;
	color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0px -1px 1px rgba(0,0,0,.2);
}

.top-10-sites .line .button-review a:hover{

}

.top-10-sites .line .button-visit {
	float: left;
	margin-left: 10px;
}

.top-10-sites .line .button-visit a {
	background: #f5b300;
	display: block;
	height: 31px;
	line-height: 31px;
	width: 88px;
	margin-top: 7px;
	color:#fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.top-10-sites .button-visit a:hover,
.top-10-sites .button-review a:hover{
	opacity: 0.85; 
	box-shadow:none;
}

/*siteofday */

.siteofday {
	background:url("images/feat_banner.jpg") repeat-y;
	padding:30px;
	border:1px solid #fff;
	margin-bottom:20px;
	font-size:13px;
	line-height:1.5em;
}

.siteofday .featblock {
	background:#530100;
	padding:30px;
	overflow:hidden;
	width:415px;
}

.siteofday .featblock .leftb {
	float:left;
	width:240px;
}

.featblock .leftb h2 {
	font-size:20px;
}

.featblock .leftb h2 span {
	color:#f5b300;
}

.siteofday .featblock .rightb {
	float:right;
	width:150px;
}

.rightb .logo {
	background:#000;
	padding:17px 10px;
	margin-bottom:10px;
	border:1px solid #ea0000;
	text-align:center;
}

/*featurearticles */


.featurearticles {
   padding:15px 0 5px 0;
	background:#530100;
	margin-bottom:25px;
	overflow:hidden;
}

.featurearticles img {
	width:100%;
	height:130px;
	margin-bottom:8px;
}

.featurearticles span {
	display:block;
	padding:0 10px 0 15px;
}

.featurearticles a,
.featurearticles a:visited {
	display:block;
	width:187px;
	margin:0 0 10px 15px;
	height:170px;
	float:left;
	color:#fff;
	text-decoration:none;
	border:2px solid #fff;
}

.featurearticles a:hover {
	background:#ea0000;
	border:2px solid #ea0000;
	color:#fff;
}

/*Single Casino Page*/

.reviewimage {
 background:#000;
 padding:30px 200px 20px 30px;
	background: #000 url("../images/macbook-icon.png") no-repeat right 17px;
		
}

.reviewimage h2{
	font-size: 19px;
	vertical-align: top;
	display: inline-block;
}

.reviewimage h2 img{
	margin-left: 30px;
	display: inline-block;
}

.reviewimage ul{
	list-style: none;
	margin-top: 20px;
	padding:0 0 20px 0;
}

.reviewimage ul li{
	margin-bottom: 8px;
	background: url("images/yellow-tick.png") no-repeat left center;
	padding-left: 30px;
	padding-top: 8px;
	font-size: 15px;
	font-weight:bold;
}

.reviewimage a.bety,
.reviewimage a.bety:visited {
	background:#f5b300;
	color:#fff;
	padding:15px 20px;
	text-align:center;
	text-decoration:none!important;
	font-size:14px;
}

.reviewimage a.bety:hover {
	opacity: 0.85; 
	box-shadow:none;
}

.ratinggroup{
	height: 45px;
	line-height: 45px;
	background: #530100;
	margin-bottom:20px;
	padding:5px 0;
}

.ratinggroup h3{
	float: left;
	width: 147px;
	font-size: 16px;
	color: #f5b300;
	text-transform: uppercase;
	text-align: center;
	padding-top:14px;
}


.articlereview{
	padding:30px;
	background:#530100;
	margin-bottom:25px;
}

/*disabled stars*/

.rating-box{
	float: left;
	margin-left: 93px;
	margin-top: 5px;
	width: 185px;
	height: 31px;
	background: url("images/ratingStars.png") repeat-x 0 0;
}

/*active stars*/

.rating{
	background: url("images/ratingStars.png") repeat-x 0 100%;
	height: 31px;
}

.ratingDesc{
	float: left;
	font-size: 15px;
	color: #fff;
	margin-left: 15px;
}

.reviewedBy{
	font-style: italic;
}

/* list with yellow balls on the left */

.links-yellowBalls{
	padding: 10px 0 0 0!important;
	text-decoration: none;
	list-style: none;
	font-weight:bold;
}

.links-yellowBalls li{
	margin-top: 5px!important;
	background: url("images/yellow-ball.png") no-repeat left center;
	padding:0 0 0 15px!important;
	list-style: none !important;
}

.links-yellowBalls li a{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}


.site-summary, .pros-cons, .payment-methods{
	margin-bottom:20px;
	border:1px solid #ea0000;
	background:#530100;
	padding:20px;
	color:#fff;
}

.site-summary h3, .pros-cons h3, .payment-methods h3 {
 margin:-20px -20px 15px -20px !important;
}

.site-summary table{
	
}

.site-summary .title{
	font-size: 12px;
	padding: 0 15px 7px 0;
	width:50%;
	font-weight:bold;
}

.site-summary .value{
	padding-bottom: 7px;
	font-size: 12px;
}

.pros-cons ul{
	padding: 0 15px 15px 0 !important;
	
}

.pros-cons li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0 5px 30px !important;
	list-style: none !important;
	margin:0 0 0 0!important;
}

.pros-cons .positive{
	background: url("images/yellow-tick.png") no-repeat left center;
}

.pros-cons .negative{
	background: url("images/greenx.png") no-repeat left center;
}

.payment-methods table{
	width: 100%;
	
}

/* 7. Sidebar
   ----------------------------------------------------------------------------*/

.sidebar { 
	float:right;
	width:300px;
	font-size:13px;
}

.sidebar h3 { 
	font-size:1.2em;
	margin:0;
	background:#d50000;
	color:#fff;
	padding:18px;
}

.sidebar ul {
	padding: 15px 15px 1px 34px; 
}

.sidebar li, .wpp-list li {
	line-height:1.2em;
	padding:0;
	text-indent:-1px;
	margin-bottom:12px;
	padding-left:4px;
	list-style:url("images/sidebullet.png") outside;
}

.sidebar ol {
	margin: 0;  
	padding: 5px 0px 15px 25px;  
}

.sidebar ol li{ 
	list-style:decimal outside; 
	margin: 0px 0px 10px 0px;
}

.textwidget,
.tagcloud {
	margin-bottom:0;
}

.sidebar .widget {
	margin-bottom:20px;
	border:1px solid #d50000;
	background:#530100;
}

/* Calendar Widget */


#wp-calendar {
	margin:0 auto;

}

#wp-calendar caption {
	font-size: 14px;
	margin: 0;
}

#wp-calendar th,
#wp-calendar td {
	padding: 5px;
	text-align: center;
}



/* news-tabs  */

.news-tabs {
	margin-bottom:20px;
	border:1px solid #d50000;
	background:#530100;
}

.news-tabs .tab-content {
	padding: 0 0 20px 0;
}

.news-tabs .tab-pane {
	
	list-style: none;
}

.news-tabs .tab-pane li:nth-child(even) {
	
}

.news-tabs .tab-pane li a {
	font-size: 13px;
	color: #fff;
	font-weight:bold;
}


.login-tabs {
	margin-bottom:20px;
	border:1px solid #d50000;
	background:#0530100;
}

.login-tabs input[type="text"] {
	width: 260px;
	margin-bottom: 10px;
	padding:4px 8px;
	border:1px solid #ddd;
	background:#f8f8f8;
}

.login-tabs .btn {
	width: 90px;
	float: right;
	background:#d50000;
 	color:#FFF !important;
 	line-height:1em;
 	padding:9px 12px;
 	text-align: center;
	text-decoration: none !important;
	display: inline-block;
	font-weight:bold;
	font-size:13px !important;
	border:0;
}

.login-tabs .btn:hover, 
.login-tabs .btn:active{
	background:#871919;
 	color:#FFF !important;
} 


/* Expert Widget */


.expert-analysis h4{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	text-transform:uppercase;
}

.expert-body {
padding:20px 20px 0 20px;
width:252px;

}

.expert-body .expert-info img {
	float: left;
	margin: 0 15px 10px 0;
}

.expert-body .btn-yellow {
	float: right;
	margin-top:-22px !important;
}


/* 8. Footer
   ----------------------------------------------------------------------------*/
   
.main-footer {
	background:#530100;
	font-size:12px;
	margin:0 auto;
	color:#fff;
	padding:15px;
	overflow:hidden;
}

.main-footer .leftside {
	float:left;
	width:700px;
}

.main-footer .rightside {
	float:right;
	width:175px;
}

.copyinfo {
 	padding: 10px 0 20px 0;
}

.main-footer a,
.main-footer a:visited {
	color:#d50000;
	text-decoration:underline;
}

.main-footer a:hover {
	color:#d50000;
	text-decoration:none;
}

.footerwidget h3 {
	margin:0 0 8px 0;
	font-size:12px;
	color:#fff;
}

.main-footer .widgetarea {
	overflow:hidden;
}

.footerwidget {
	width:28%;
	padding:0 2% 10px 2%;
	float:left;
}

.footerwidget ul {
	padding: 10px 5px 0 0;  
}

.footerwidget li {
	line-height:1.2em;
	padding:0;
	text-indent:0;
	margin-bottom:5px;
	list-style:none;
}

.siteofday {
background: url("../../uploads/2014/07/style-5.jpg") repeat-y;
padding: 30px;
border: 1px solid #fff;
margin-bottom: 20px;
font-size: 13px;
line-height: 1.5em;
}

.headerflag {
position: absolute;
top: 0;
right: 0;
z-index: 0;
background: url("../../uploads/2014/07/banner-3.png") top no-repeat;
height: 209px;
width: 369px;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
