/*
Theme Name: Forex II Theme
Theme URI: http://www.flytonic.com/product/forex2-theme/
Description: Premium Forex, broker comparison and review theme for WordPress.
Author: Flytonic
Author URI: http://www.flytonic.com/
Version: 1.031
Tags: flytonic, broker, forex, forex theme, wordpress

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* 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.io/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 \2018 \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}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/* 2. Defaults
   ----------------------------------------------------------------------------*/


html {
	font-size: 10px; /* 10px browser default */
}

body {
	background-color:#f2f2f2;
	color: #444;
	font-family: 'Lato', sans-serif;
	line-height:1em; 
}

a {
	color:#2669a8;
	text-decoration: none;
}

a:hover {
	color: #999;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 20px 0;
	padding:0;
}

img {
	border:0;
}

.clearboth {
	clear:both;
}

span.hilite {
	color:#008268;
	font-weight:900;
}

hr {
	padding:10px 0 0 0;
	margin-bottom:25px;
	border:0;
	border-bottom:1px solid #e5e5e5;
}

/* Headings
   -----------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 20px;
}

h1 {
	font-size:1.9em;
	margin: 0 0 28px;
	font-weight:900;
}

h2 {
	font-size:1.6em;
}

h3 {
	font-size:1.4em;
}

h4 {
	font-size:1.2em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1.1em;
	font-weight:normal;
}

h1.entry-title, 
h2.entry-title  {
	margin-bottom:8px;
}


/* 3. Site Layout and Structure
   ----------------------------------------------------------------------------*/

#outerwrap {
	width:100%;
}

.wrap {
	width:1100px;
	overflow:hidden;
	margin:0 auto;
}

/* 4. Common Classes
   ----------------------------------------------------------------------------*/
   
 /* Flytonic Buttons */
a.visbutton {
    background:#fecf00; /* for non-css3 browsers */
 	color:#221900 !important;
	border-radius:1px;
	-moz-border-radius:1px;
 	line-height:1em;
 	padding:10px 12px;
 	text-align: center;
	text-decoration: none !important;
	background-image: -moz-linear-gradient(top, #fecf00 33%, #ff7702 100%);
	background-image: -webkit-linear-gradient(top, #fecf00 33%, #ff7702 100%);
	display: inline-block;
	margin:0 .5em 0 .5em;
	font-size:12px !important;
	text-transform:uppercase;
	font-weight:900;
}

a.visbutton.green {
	background:#aed5cd; /* for non-css3 browsers */
	background-image: -moz-linear-gradient(top, #aed5cd 33%, #90cec1 100%);
	background-image: -webkit-linear-gradient(top, #aed5cd 33%, #90cec1 100%);
}  

a.visbutton.gray {
	background:#fc74816; /* for non-css3 browsers */
	background-image: -moz-linear-gradient(top, #e95319 33%, #c74816 100%);
	background-image: -webkit-linear-gradient(top, #e95319 33%, #c74816 100%);
}  
   
a.visbutton.size1 {
	padding:7px 0;
	width:80px;
	margin:0!important;
}

a.visbutton.fullbutton {
	width:100%;
	margin:0;
	padding:12px 0;;
}   
   

a.visbutton.lg {
	padding:16px 0;
	display:block;
	margin:0;
	width:200px;
	font-size:16px !important;
} 

a.visbutton.sm {
	padding:10px 0;
	font-size:12px !important;
	width:75px;
}

a.visbutton.cent {
	margin:0 auto;
	text-align:center;
	display:block;
} 
   
a.visbutton:hover, 
a.visbutton:active, 
a.visbutton:visited {
	opacity: 0.85; 
	box-shadow:none;
} 

a.visbutton.marb {
	margin-bottom:6px!important;
}

a.visbutton.fright {
	margin:0!important;
	float:right;
} 

 /* Rating Stars */
   
span.rate { 
	display:block;
	height:16px;
	width:98px;
	background:url(images/ratestars.png) -2px -19px;
}

span.ratetotal {
	display:block;
	height:16px;
	width:98px;
	background:url(images/ratestars.png) -2px -2px;
}   
   
span.rate.ratecen {
	margin:0 auto;
}

span.rate.mbottom {
	margin-bottom:8px;
}

 /* Excerpts */

.excerptlist{ 
	line-height:1.5em; 
	overflow:hidden; 
}

 .articleexcerpt p{
	margin:0; 
	padding:0;
	line-height:1.5em; 
}

.articleexcerpt{ 
	background:#FFF; 
	padding:15px; 
	border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #ddd;
	-webkit-box-shadow: 0px 14px 21px -17px rgba(64,64,64,1);
	-moz-box-shadow: 0px 14px 21px -17px rgba(64,64,64,1);
	box-shadow: 0px 14px 21px -17px rgba(64,64,64,1);
	overflow:hidden;
	margin-bottom:15px;
}

.articleexcerpt img{ 
	float:left;
	 margin:0 15px 5px 0;
	 max-width:125px;
	 max-height:125px;
	 height:auto;
}

 .articleexcerpt h3{ 
	margin:0 0 10px 0; 
	padding:0; 
	color:#111;
	 font-size:1.3em;
}

.articleexcerpt .bylines{ 
	font-size:13px;
	 margin:-12px 0 5px 0; 
	 color:#777;
}

 /* Other Common Classes */


.bylines{ 
	font-size:13px; 
	margin-bottom:20px; 
	color:#777;
}



blockquote {
    margin: 10px 20px 20px;
    padding: 10px 10px 5px 10px;
    border-left: 2px solid #ddd;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #777;
    background: #f5f5f5;
    font-style: italic;
    border-radius: 5px;
    font-size: 1.1em;
 }

blockquote p {	
	margin: 0 0 10px; 
}

.main-content .bannerwidget{
	display: block; 
	margin:20px auto; 
	float:none; 
	text-align:center;  
}

.breadcrumb{ 
	margin-bottom:10px; 
	font-size:1.1em;
	padding:10px; 
	color:#999; 
	background:#FFF; 
	border:1px solid #ccc;	
}

.current_crumb{
	font-weight:normal;
}

/** Pagination **/

.pagination {
	clear:both;
	padding:30px 0;
	line-height:13px; 
	margin:0 0 15px 0;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 7px 2px 0;
	padding:9px 9px 9px 9px;
	text-decoration:none;
	width:auto;color:#221900;

	text-decoration:none; 
	border-radius:4px; 
	-moz-border-radius:4px;
}

.pagination a:hover{
	color:#221900;
	background: #aed5cd;
}

.pagination .current{
	padding:9px 9px 9px 9px;
	background: #aed5cd;
	color:#221900;
}

.pagination a.last{ 
	background:#999; 
	color:#FFF;
}

.pagination a.last:hover{ 
	background:#333; 
	color:#FFF;
}

/* 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;
}


/******************* Flytonic Comments ****************************************/

#comments { padding-top:30px; }

#respond:after { content: ".";  display: block; height: 0; clear: both; visibility: hidden;	}
#commentform {padding:10px 0 0 0; margin:0;}
#commentform input, #commentform textarea, #commentform .rateinput {width: 200px; padding: 5px; margin:0;	border:2px solid #DDD; color:#888; display:block; font-size:11px; }
#commentform textarea {	width: 95%;	}
#commentform label { color:#555; font-weight:bold; font-size:11px; }	
#commentform label span { font-weight:normal; color:#777;}
ol.commentlist {border-top:solid 1px #ddd; margin:0 0 35px 0 !important; padding:0 !important;}
ol.commentlist li {position:relative !important;;min-height:50px !important;; padding: 10px 10px 10px 82px!important;list-style: none !important; border-bottom:1px solid #ddd !important;;	}
ol.commentlist li .avatar{padding:4px;text-align:center;background:#fff;border:solid 1px #ccc;position:absolute;left:10px;top:10px;}
ol.commentlist li span.avatar img{margin:5px;}
ol.commentlist ul.children{margin:10px 0 0 0 !important;border-top:solid 1px #ddd; padding:0;}
ol.commentlist .thread-odd{background:#f8f8f8;}
ol.commentlist .thread-even .even{background:#fff;}
ol.commentlist .thread-even .odd{background:#f8f8f8}
ol.commentlist .thread-odd .odd{background:#fff;}
ol.commentlist .thread-odd .even{background:#f8f8f8}
.bypostauthor { border-top:2px solid #aed5cd; }
ol.commentlist .bypostauthor  span.avatar { border:solid 2px #aed5cd;}
.nocomments {text-align: center; margin: 0; padding: 0;	}
div.comment-author { font-size:1.1em; line-height:1em;  }
b.fn {font-weight:normal;}
span.says { display:none;}
div.comment-metadata{ font-size:.8em; margin-bottom:10px;color:#888;}
div.comment-metadata a, div.comment-metadata a:visited {color:#888;}
div.comment-metadata a:hover {color:#000;}
.reply {text-align:right;}

/** Comment Buttons **/

div.reply a.comment-reply-link, div.reply a.comment-reply-link:visited { 
	background:#aed5cd; 
	color:#221900; 
	padding:4px; 
	font-size:.8em; 
	font-family:Arial, Helvetica, sans-serif; 
}

div.reply a.comment-reply-link:hover {
	background:#999; 
	color:#fff; 
}

#commentform #submit { 
	background:#aed5cd; 
	color:#221900; 
	border:0; 
	padding:8px;  
	text-align:center; 
	display:block;  
	width:100px; 
	font-size:12px; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;  
}

#commentform #submit:hover { 
	background:#999;
	cursor:pointer; 
}


/* 5. Header
   ----------------------------------------------------------------------------*/
   

header.main-header { 
	width:100%;
	padding:12px 0; 
	overflow:hidden;  
	background:#0c0d0e;
}

.header-logo { 
	float:left;  
	padding:0 20px 0 0;
	}
	
	.header-logo h1 { 
		line-height:1.1em; 
		font-size:2.4em; 
		margin:0; 
		padding:0;
		text-transform:uppercase;
		border:0;
	}
	
.header-logo h1 a{ 
	color:#fff;
	}
.header-logo h1 a:hover{ 
	color:#999;
	}
	
.headerwidgets {
	overflow:hidden;
	}
	
	.headerwidgets .widget {
	float:right;
	padding:5px 5px;
	}

.headerwidgets .bannerwidget {
	float:right;
	padding:5px 5px;
}

.headerwidgets .bannerwidget img {
    max-width: 100%;
	height:auto;
}


/* Navigation
   ------------------------------*/

nav.navbar {
	overflow:hidden;
	background:#232529; 
	background-image: -moz-linear-gradient(top, #232529 33%, #121315 100%);
	background-image: -webkit-linear-gradient(top, #232529 33%, #121315 100%);
	clear:both;
	padding:0;
} 

.nav {
	height:46px;
	display: block; 
	margin:0; 
	float:left;
}

.nav,
.nav ul {
    line-height:34px;
	margin:0; 
	padding:0; 
	list-style: none;
 }
 
.nav li {
	float: left;
 	font-size:1.3em; 
	margin:0;
	font-weight:bold;
	text-transform:uppercase;	
}

.nav li a,.nav li a:visited {
	color:#FFF; 
	display:block; 
	padding:6px 10px 6px 10px; 
}
 
.nav li a:hover, .nav li a:active {
	color:#15d09c;  
}	

.nav li ul {
	position: absolute; 
	left: -999em; 
	width:160px; 
	margin:0 0 0 -1px; 
	line-height: 17px; 
	background:#111; 
	z-index:10;
}

.nav li li { 
	width: 160px; margin:0; 
	border-bottom:1px solid #222; 
	font-size:1.0em; 
	font-weight:normal; 
}

.nav li li a, .nav li li a:visited {
	color:#eee; 
	background:none; 
	border-right:0;
}

.nav li li a:hover, .nav li li a:active {
	background:#222;  
}

.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 {
	color:#15d09c;
}

.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: -30px 0 0 160px; 
	border-top:1px solid #CCC;  
	visibility:hidden; 
	font-size:1.0em;
}
.nav li li:hover ul { 
	visibility:visible;
}

#mobile-menu-btn{
display: none;

  position: absolute;
  right: 12px;
  top:12px;
  z-index:100; 
  padding: 0 3px;
}

#mobile-menu{
		display: none;
}

#mobile-menu .menu-item-has-children .arrow{
	display: none;
}


/* 6. Content Area
   ----------------------------------------------------------------------------*/
   
   /* Slide area */
   
 .topbannerarea {
	background:#029e88 url(images/forex_bg.jpg) bottom center no-repeat;
	padding-top:40px;
 } 
 
 .leftbanner {
	float:left;
	padding:0 0 30px 50px;
	width:480px;
	color:#fff;
	font-size:17px;
	line-height:1.5em;
 }
 
  .leftbanner h2{
	color:#fff;
	font-weight:900;
	font-size:36px;
  }
 
  .rightbanner {
	float:right;
	width:600px;
	padding-right:30px;
	float: right;
  }
  
 .rightbanner .bannerimg{
	display:block;
	-webkit-box-shadow: 0px 0px 15px -0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	max-width:98%;
	height:auto;
   }
   
.container {
	overflow:hidden;
	 margin:40px auto 30px; 
	 clear:both; 
}

.main-content {
	background:#fff;
	float:left;
	width:740px;
	padding:30px;
	font-size:15px;
	line-height: 1.7em;
	border:1px solid #ececec;
	border-radius:3px;
	-moz-border-radius:3px;
}

.leftside .main-content {
	float:right;
}

.main-content.fullwidth{width:1100px; }

.main-content ul,.main-content ol {
	margin: 0;  
	padding: 0 0 6px 35px;  
}

.main-content ul li{
	padding:0 0 12px 0; 
	list-style:disc inside;
	text-indent:-.9em;
}

.main-content ol li{
	padding:0 0 12px 0; 
	margin: 0; 
	list-style:decimal;
}

.main-content h2.title{ 
	margin:20px 0 12px 0;
}

.main-content img.bannerAd {
	max-width:100%;
	height:auto;
}


/**Featured Table **/

.featuredsite {
	overflow:hidden;
	margin-bottom:30px;
	border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #b8b9b9;
	-webkit-box-shadow: 0px 14px 21px -17px rgba(64,64,64,1);
-moz-box-shadow: 0px 14px 21px -17px rgba(64,64,64,1);
box-shadow: 0px 14px 21px -17px rgba(64,64,64,1);
}

.headingarea {
	padding:12px;
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	background:#1b1d20; 
	overflow:hidden;

}

.headingarea .haright {
	float:right;
	width:100px;
}

.headingarea .haleft{
	float:left;
}

.headingarea h4{
	margin:0;
	font-size:18px;   
	color:#fff; 
	font-weight:900;
}


.mainfeat {
	padding:20px;
	overflow:hidden;
}

.featlogoarea {
	float:left;
	border:4px solid #bbe0db;
	padding:20px;
	width:168px;
	-webkit-box-shadow: 0px 14px 21px -17px rgba(64,64,64,1), inset 0px 0px 11px 0px rgba(201,201,201,1);
	-moz-box-shadow: 0px 14px 21px -17px rgba(64,64,64,1),inset 0px 0px 11px 0px rgba(201,201,201,1);
	box-shadow: 0px 14px 21px -17px rgba(64,64,64,1), inset 0px 0px 11px 0px rgba(201,201,201,1);
	margin-right:20px;
}

.featlogoarea img.logocomp {
    padding: 2px;
    border: 1px solid #c9c9c9;
	display:block;
	margin:0 auto;
	width:100%;
	height:auto;
}

.bottomfeat {
	padding:20px 20px 4px 20px;
	background: #eeeeee; 
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #eeeeee 100%); 
	background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 50%,#eeeeee 100%); 
	background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 50%,#eeeeee 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
	color:#333;
	border-top:1px solid #c9c9c9;
}

.featlmidarea {
	float:left;
	width:290px;
}

.featlbonusarea {
	float:right;
	width:140px;
}

.bonusinfoarea {
	border:1px solid #ddd;
	border-radius:3px;
	-moz-border-radius:3px;
	padding:8px;
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #eeeeee 100%); 
	background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 50%,#eeeeee 100%); 
	background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 50%,#eeeeee 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
	text-align:center;
	font-weight:900;
	font-size:20px;
	margin-bottom:10px;
}

.main-content .featlmidarea ul{ 
	margin:0 0 0 12px;
	padding:0 0 0 5px;
}

.main-content .featlmidarea  ul li{ 
	list-style:url(images/greenbullet.png) outside; 
	margin:0 0 8px 0;
	padding: 0 0 0 2px;
	text-indent:0;
	font-weight:700;
	color:#000;
}

/** Comparison Table **/

.comptable{ 
	font-size:.9em; 
	line-height:1.1em;
	width:100%;  
	border-collapse:separate;
	border-spacing: 0;
		margin-bottom:30px;
	border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #b8b9b9;
	-webkit-box-shadow: 0px 14px 21px -17px rgba(64,64,64,1);
-moz-box-shadow: 0px 14px 21px -17px rgba(64,64,64,1);
box-shadow: 0px 14px 21px -17px rgba(64,64,64,1);
}

.comptable tr.topcomp {
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	background:#1b1d20; 
}

.comptable th{ 
	color:#FFF; 
	padding:8px 2px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:900;
}


.comptable td {
    border-top: #b8b9b9 1px solid;
    text-align: center;
    font-size: 13px;
    color: #666;
    line-height: 1.1em;
    padding: 8px 2px;
    font-weight: 700;
}

.comptable img.logocomp {
    padding: 2px;
    border: 1px solid #c9c9c9;
	display:block;
	margin:0 auto;
	width:100px;
	height:auto;
}

.logocol {
	position:relative;
	display:inline-block;
}

.usaicon {
    position: absolute;
    right: -10px;
    top: -4px;
	
}

.comptable .brokercol {
	width:140px;
}

.comptable .brokercol2 {
	width:180px;
}

.comptable .bonuscol {
	width:130px;
}

.comptable .bonuscol2 {
	width:142px;
}

.comptable .depcol {
	width:85px;
}

.comptable .payoutcol {
	width:85px;
}

.comptable .revecol {
	width:86px;
}

.comptable .acccol {
	width:150px;
}

.comptable .acccol2 {
	width:180px;
}

.comptable .infocol {
	width:174px;
}
	
.comptable a.demo {
    display: block;
    font-weight: 900;
    padding-top: 3px;
}

.comptable .tdinfocol {
	text-align:left;
	font-weight:400;
}
.comptable .tdinfocol span {
	color:#000;
	font-weight:900;
}

/** Review Table **/


.review{ 
	overflow:hidden; 
	margin:0 0 25px 0; 
	border:1px solid #1B84DA;  
	background:#EEF8FD; 
	padding:10px;
}

.topreview {
	overflow:hidden;
	margin-bottom:20px;
}

.topreview .left{ 
	width:170px; 
	float:left; 
	margin:0 20px 0 0; 
	line-height:1.4em; 
	font-size:1.1em;
}

.topreview .right{
	width:400px; 
	float:left;  
	line-height:1.5em;
}

.topreview .right h3{
	margin:0 0 10px 0 !important; 
	padding:0; font-size:1.3em !important;
	font-weight:bold;
}

.topreview .left span{
	font-size:1.2em; 
	font-weight:bold;
}

.topreview .left img{ 
	margin-bottom:10px;
}

.screenshots {
	overflow:hidden;
	margin-bottom:15px;
}

.screenshots img {
	width:40%;
	display:block;
	height:auto;
	margin:10px 5%;
	float:left;
}

.reviewsummary{ 
	margin:0 0 25px 0; 
	width:100%;
	border:1px solid #e5e5e5; 
	font-size:.9em; 
	color: #333;
	border-collapse: collapse; 
	border-spacing: 0; 
}

.reviewsummary th{ 
	text-align:left;  
	background:#FaFaFa; 
	border-right:1px solid #E5E5E5;  
	border-bottom:1px solid #DDD;
	padding:5px;
	width:36%;
}

.reviewsummary td{ 
	background:#FFF; 
	border-bottom:1px solid #EEE; 
	padding:5px;
	width:64%;
}

.reviewsummary td.bonus{ 
	font-size:1.3em; 
	font-weight:bold; 
	
}

ul.pros li{
	list-style:none; 
	background:url(images/greenbullet.png) left center no-repeat; 
	margin:0 0 10px 0; 
	padding:0 0 0 30px; 
	line-height:1.2em; 
}

ul.cons li{
	list-style:none; 
	background:url(images/xbullet.png) left center no-repeat; 
	margin:0 0 10px 0; 
	padding:0 0 0 28px; 
	line-height:1.2em; 
}

ul.pros, ul.cons{ 
	margin:0 0 20px 18px;
	padding:0;
}


/* 7. Sidebar
   ----------------------------------------------------------------------------*/


.sidebar { 
	float:left;
	font-size:14px; 
	margin-left:30px; 
	width:318px;
}

.leftside .sidebar {
	margin:0 20px 0 0;
}

.sidebar h3 { 
	margin:0; 
	font-size:15px;   
	padding:12px;  
	color:#fff; 
	font-weight:900;
	background:#1b1d20; 
	text-transform:uppercase; 
	border-bottom:1px solid #ddd;   
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
}

.sidebar h3.blue{
	background:#04045E;
}

.sidebar ul,.sidebar ol{
	margin: 0;
padding: 15px 10px 5px;
}

.sidebar ul li{
	padding: 0 0 12px 0; 
	margin: 0px 0px 12px 0; 
	list-style:none; 
	background:url(images/dotted.gif) bottom repeat-x;    
}

.sidebar ol li{
	padding: 0 0 8px 0; 
	margin: 0px 0px 8px 0; 
	list-style:decimal inside; 
	background:none;   
}

.sidebar .block { 
	border:1px solid #ccc;
	border-radius:3px;
	-moz-border-radius:3px;
	margin:0 0 30px; 
	background:#FFF;
}

.sidebar .bannerAd{
	margin:10px auto; 
	text-align:center; 
	display:block;
}

.textwidget,
.tagcloud {
	margin-bottom:0;
}

.sidebar .widget {
	margin-bottom:25px;
}

/* 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;
}

/* Newsletter Widget */

.newsletter {
	padding:0 5px;
}

.newsletterform { 
	margin:10px 0 0 0;
	overflow:hidden;
	clear:both;
}

.newsletter .newsimage {
	float:right;
	margin:0 0 15px 12px;
}

.newsletter span{ 
	line-height:1.2em;
	font-size:13px;
	font-weight:bold;
}

.newsletter p.counter {
	margin:0 0 15px 0;
	padding:0;
}

.newsletterform .newsletterinput { 
	background:#fff; 
	border:1px solid #ddd;
	color:#aaa; 
	padding:15px; 
	margin:0 auto 15px auto; 
	width:100%; 
	display:block;
	font-size:12px;
}

.newsletterform .submitbutton { 
   background:#aed5cd; 
   	background-image: -moz-linear-gradient(top, #aed5cd 33%, #90cec1 100%);
	background-image: -webkit-linear-gradient(top, #aed5cd 33%, #90cec1 100%);
 	color:#fff;
 	line-height:1em;
 	text-align: center;
	text-transform:uppercase;
	display:block;
	width:100%;
	font-weight:400 !important;
	padding:12px 0;
	margin:0 auto;
	font-size:20px !important;
	border:none;
}

.newsletterform .submitbutton:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;
	text-decoration:none;
	cursor:pointer;
}

.newsletter .nlimage {
	float:right;
	margin:0 0 10px 15px;
}

/* Search Widget */

.searchform { 
	overflow:hidden;  
}

.searchinput {
	background:#fff; 
	border:1px solid #ccc; 
	color:#777; 
	font-style:italic; 
	padding:8px 10px; 
	margin:0; 
	font-weight:300;
	width:60%; 
	display:block;
	float:left;
	font-size:13px;
}

.searchsubmit {
   background:#aed5cd; 
   	background-image: -moz-linear-gradient(top, #aed5cd 33%, #90cec1 100%);
	background-image: -webkit-linear-gradient(top, #aed5cd 33%, #90cec1 100%);
 	color:#FFF;
 	line-height:34px;
 	padding:0 22px;
	height:34px;
 	text-align: center;
	display:inline-block;
	margin:0 0 0 1%;
	border:0;
	font-size:13px;
	float:left;
	font-weight:700;
	width:39%;
	text-transform:uppercase;
}	
				   
.searchsubmit:hover { 
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor:pointer;
}

/* Category Widget */

.fly_cat .thumb {
	float:left;
	margin:0 10px 2px 0;
	width:100px;
	height:100px;
}

.fly_cat.right  .thumb{
	float:right;
	margin:0 0 2px 10px;
}

.fly_cat  h4 {
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
	margin: 0;
	margin-bottom:4px;
}

.fly_cat span {
	display:block;
	color:#777;
	font-size:13px;
	font-weight:300;
	line-height:1.3em;
}

.fly_cat {
	overflow:hidden;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
}


/* Social Media Widget */

ul.smedia {
	padding:0 10px;
	margin:0;
	overflow:hidden;
}

ul.smedia li {
	display:block; 
	float:left;
	padding:6px;
	list-style:0;
	background:0;
	margin:0;
	border:0;
}

/************************** Sidebar Widget ***********************/

.topsitesblock{ 
	margin:0; 
}
.topsites{ 
	background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	overflow:hidden; 
	padding:10px; 
	border-bottom:1px solid #c9c9c9;
}

.topsites::last-child{ 
	border-bottom:0;
}

.topsites .left{ 
	float:left; 
	width:100px; 
	line-height:1.3em;
}

.topsites .right{ 
float:left; width:180px; 
margin-left:15px;
 color:#555; line-height:1.3em;
}

.topsites .right span.hilite{
	font-size:15px; 
	display:block;
	margin-bottom:6px;
}

.topsites .right span.payout{
	font-size:13px; 
	display:block;
	margin-bottom:6px;
	font-weight:400;
}

.topsites .right span.payoutsm{
	font-weight:900;
}

.topsites .left img.logoimg{ 
	padding:2px; border:1px solid #c9c9c9;
	width:100%;
	height:auto;
	display:block;
}


/************************** Sidebar Widget 2 ***********************/

.toproomsblock { 
	margin:0 -8px -8px -8px; 
	font-size:1.1em; 
}
.toprooms td{ 
background:#fafafa url(images/sidebarbg.gif) bottom repeat-x;
}

.toprooms .rank{
 color:#FFF;  font-weight:bold; background:#2a568f;  padding:2px 6px; 
 }

.toprooms td img.bord{ 
padding:2px; border:1px solid #ddd;
}

.featsites {
	font-size:16px;
	padding:10px;
}

.featsites span.hilite{
	display:block;
	padding:16px 0;
	font-size:20px;
	text-align:center;
}

.midtop {
	margin:0 auto 15px;
	text-align:center;
}

/* Newsletter Widget */

.newsletter {
	padding:10px 10px 0 10px;
}

.newsletterform { 
	margin:10px 0 0 0;
	overflow:hidden;
	clear:both;
}

.newsletter .newsimage {
	float:right;
	margin:0 0 15px 12px;
}

.newsletter span{ 
	line-height:1.2em;
	font-size:13px;
	font-weight:bold;
}

.newsletter p.counter {
	margin:0 0 15px 0;
	padding:0;
}

.newsletterform .newsletterinput { 
	background:#f6f7f9; 
	border:1px solid #d7dbde; 
	color:#b0b0b0; 
	padding:10px; 
	margin:0 auto 15px auto; 
	width:264px; 
	display:block;
	font-size:12px;
}

.newsletterform .submitbutton { 
	 	background:#aed5cd; /* for non-css3 browsers */
	background-image: -moz-linear-gradient(top, #aed5cd 33%, #90cec1 100%);
	background-image: -webkit-linear-gradient(top, #aed5cd 33%, #90cec1 100%);
 	color:#221900 !important;
 	line-height:1em;
 	padding:9px 20px;
	border:0;
 	text-align: center;
 	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
	text-decoration: none !important;
	display:block;
	margin:0 0 15px 0;
	font-weight:600;
	font-size:14px !important;
}

.newsletterform .submitbutton:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor:pointer;
}

.newsletter .nlimage {
	float:right;
	margin:0 0 10px 15px;
}


/* Search Widget */

.searchform { 
	margin:0; 
	overflow:hidden;  
	padding:10px;
}

.searchinput {
	background:#f5f5f5; 
	border:1px solid #b3b3b3; 
	color:#a8a8a8; 
	padding:8px; 
	margin:0; 
	width:60%; 
	display:block;
	float:left;
}

.searchsubmit {
 	color:#221900 !important;
 	line-height:33px !important;
 	padding:0 5px;
	height:33px;
 	border:0;
 	text-align: center;
	background:#aed5cd; /* for non-css3 browsers */
	background-image: -moz-linear-gradient(top, #aed5cd 33%, #90cec1 100%);
	background-image: -webkit-linear-gradient(top, #aed5cd 33%, #90cec1 100%);
	display:inline-block;
	margin:0 0 0 4%;
	font-weight:600;
	font-size:14px !important;
	float:left;
	width:36%;
	float:left;
}	


.textwidget, .tagcloud {
	padding:10px;
}

/* 8. Footer
   ----------------------------------------------------------------------------*/


footer.main-footer {
	width:100%; 
	line-height:1.3em; 
	background:#121315;
}

.main-footer a {
	color:#777; 
	text-decoration:underline; 
}

.main-footer a:hover {
	color:#777; 
	text-decoration:none; 
}

.topfooter { 
	padding:20px 10px 5px 10px; 
	overflow:hidden; 
	font-size:1.1em;  
}

.footerwidget { 
	float:left; 
	width:25%; 
	padding:10px 8px 10px; 
	color:#777; 
	font-size:14px;
}

.footerwidget h3{ 
	margin:0 0 15px; 
	font-size:16px; 
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}

.topfooter ul{ 
	padding-bottom:15px;
}

.topfooter li{ 
	list-style:none;
	margin:0 0 8px 0;
}

.footerwidget a{
	color:#919191; 
	text-decoration:none;
}

.footerwidget a:hover{
	color:#919191; 
	text-decoration:underline;
}

.bottomfooter{
	width:100%;
	text-align:center;
	padding:15px 0;  
	background:#000;
	font-size:13px;
	color:#eee;
	line-height:1.5em;
}

.bottomfooter a, 
.bottomfooter a:visited {
	color:#eee;
}

.midfooter{ 
	padding:0; 
	margin:10px 0; 
	overflow:hidden;
}

.midfooter img{ 
	float:left; 
	margin:10px 1.5%;
}

/* 9. Media Queries
   ----------------------------------------------------------------------------*/
   
 @media screen and (min-width:1px) and (max-width:1099px) {
 
 
 .navbar {
	display:none;
}
 
  #mobile-menu-btn{
		display: block;
		background: #444;
		border: none;
		cursor: pointer;
		border-radius:5px;
		-moz-border-radius:5px;
	}

	#mobile-menu-btn:focus{
		outline: none;
	}
	#mobile-menu-btn i{
		display: block;
		width: 22px;
		height:3px;
		background: #eee;
		margin: 4px 0;
		padding:0;
	}
	#mobile-menu{
		display: none;
		position: absolute;
		top:0;
		left:0;
		z-index:9999;
		width: 70%;
		background: #252525;
		box-shadow: 0px 0px 12px 0px #333;
	}
	#mobile-menu .logomobile{
		color: #fff;
		font-size: 26px;
		font-weight: 900;
		font-family: 'Arial',sans-serif;
		padding: 10px 5px 10px 10px;
		text-align:center;
		line-height:1em;
	}
	
	#mobile-menu ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mobile-menu ul li{
		border-top: 1px solid #3d3e3e;
		position: relative;
		padding: 10px;
	}

	#mobile-menu .menu-item-has-children .arrow{
		content: "\25bc ";
		position: absolute;
		display: block;
		border-left: 1px solid #3d3e3e;
		top: 0;
		right:0;
		color: #fff;
		padding: 10px;
		cursor: pointer;
	}
	#mobile-menu .menu-item-has-children .arrow.up{
		display: none;
	}
	#mobile-menu .menu-icon-up > .arrow.down{
		display: none !important;
	}
	#mobile-menu .menu-icon-up > .arrow.up{
		display: block !important;
		background-color: #3c3c3c;
	}
#mobile-menu ul li a {
    position: relative;
    color: #eee;
    text-decoration: none;
    font-family: 'Arial',sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    z-index: 99999;
}
	
	#mobile-menu a:hover{
	color:#008268;
	}
	#mobile-menu ul ul{
		display: none;
		padding-left: 15px;
	}
	#mobile-menu ul ul a{
		padding-left: 30px;
	}
	#mobile-menu .open{
		display: block;
	}
 
 .featlogoarea {
    float:none;
    margin: 0 auto 15px;
}

.mainfeat {
    padding: 15px;
    overflow: hidden;
}

   .comptable .depcol,.comptable .payoutcol,  .comptable .bonuscol2{
    display:none;
}

.topsites .left {
    float: none;
    width: 100px;
    margin: 0 auto 5px;
}

.topsites .right {
    float: none;
    width: 100%;
    margin-left: 0;
    text-align: center;
}

 }

   
 @media screen and (min-width:768px) and (max-width:1099px) {
 
 

 
 .wrap,.main-content.fullwidth {
	width:748px;
}

.container {
    overflow: hidden;
    margin: 25px auto;
    clear: both;
}

.main-content {
    width: 480px;
    padding: 30px 15px;
}

.header-logo {
	width:30%;
}

.header-logo img {
	max-width:100%;
}

.headerwidgets .bannerwidget {
	float:none;
}

.headerwidgets {
	width:68%;
}

.sidebar {
    margin-left: 15px;
    width: 250px;
}


.featlmidarea {
    width: 260px;
}

.leftbanner {
    padding: 0 10px 30px 40px;
    width: 380px;
}



.rightbanner {
    width: 360px;
}


   
 }
 
 @media screen and (min-width:1px) and (max-width:767px) {
 
 .topbannerarea {
    padding-top: 20px;
}

.leftbanner {
    float: left;
    padding: 0 30px 30px;
    width: 100%;
	text-align:center;
}

.leftbanner  a.visbutton.lg {
	margin:0 auto;
}

.rightbanner {
    float: none;
    width: 100%;
	padding:0;
}

.featlmidarea {
    width: 220px;
}

.sidebar {
	float:none;
	width:100%;
	margin:0;
}

.main-content,.main-content.fullwidth {
	width:100%;
	float:none;
	padding:15px 10px;
	margin-bottom:30px;
}
 
 }


@media screen and (min-width:481px) and (max-width:767px) {

.wrap {
	width:460px;
}

.headerwidgets .bannerwidget img {
	width:100%;
}


.header-logo  {
	float:none;
	margin:0 auto;
	text-align:center;
	width:96%;
	padding:0 2% 5px 0;
}

nav.navbar {
	float:none;
	padding:0;
}


/* Navigation */

.js #nav { 
	display: none; 
}

.js .selectnav { 
	display: block; 
}

.js .selectnav { 
	display: block; 
	width:97%; 
	margin:5px 1.5% 5px 1.5%; 
	padding:3px 10px; 
	font-size:14px; 
	color:#333;  
	text-transform:uppercase;
	background:#f5f5f5;
	border:2px solid #e6e6e6; 

}

.topreview .left{ 
	float:none; 
	width:100%; 
	margin:0 auto;
}

.topreview .right{ 
	float:none; 
	width:100%; 
	margin:10px auto 0 auto;
}

/* Footer */


.footerwidget {
	width:44%;
	padding:10px 3%;
	float:left;
}


}

@media screen and (min-width: 1px) and (max-width:480px){


.wrap {
	width:300px;
}

.headerwidgets .bannerwidget img {
	width:100%;
}


.header-logo  {
	float:none;
	margin:0 auto;
	text-align:center;
	width:96%;
	padding:0 2% 5px 0;
}

nav.navbar {
	float:none;
	padding:0;
}

/* Navigation */

.js #nav { 
	display: none; 
}

.js .selectnav { 
	display: block; 
}

.js .selectnav { 
	display: block; 
	width:97%; 
	margin:5px 1.5% 5px 1.5%; 
	padding:3px 10px; 
	font-size:16px; 
	color:#333;  
	text-transform:uppercase;
	background:#f5f5f5;
	font-weight:bold;
	border:2px solid #e6e6e6; 
}

.topreview .left{ 
	float:none; 
	width:100%; 
	margin:0 auto;
}

.topreview .right{ 
	float:none; width:100%; 
	margin:10px auto 0 auto;
}

.featlmidarea {
    float: none;
    width: 100%;
}

.featlbonusarea {
    float: none;
    width: 100%;
	padding-top:15px;
}

/* Footer */

.main-footer .widgetarea {
	width:95%;
	float:none;
	padding:0 2.5%;
	margin-bottom:20px;
}

.main-footer .rightfooter {
	width:95%;
	float:none;
	padding:0 2.5%;
}

.footerwidget {
	width:100%;
	padding:15px 0;
	float:none;
}

.revecol{
	display:none;
}

.comptable img.logocomp {
	width:80px;
}

.screenshots img {
	width:100%;
	margin:0 0 20px;
	float:none;
}

}