/* INDEX:

    =GENERAL
    =LAYOUT
    =HEADER
    =MENUS
    =POST
    =SITEMAP
    =CONTACT FORM
    =SLIDER
    =WP-PAGENAVI
    =FOOTER
    =WIDGETS
    =COMMENTS
*/

/* =GENERAL
-------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow);
@import url("../../../bit yonder/resource_family_fontawesome");

/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
    background: #fff;
    color: #000;
}



a {
    color: #000000;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #CC0000;
    text-decoration: none;
}

a:focus {
    outline: none;
}

/* =LAYOUT
-------------------------------------------------------------- */

#container {
	width: 1070px;
	margin: 0 auto;
    padding: 10px;
}

#main {
	padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

#main-fullwidth {
    padding: 15px;
    background: #fff;
}

#content {
    overflow: hidden;
    float: left;
    width: 810px;
   /* margin-left: 230px; */
}

#sidebar-primary {
    overflow: hidden;
	float: right;
    width: 215px;
    margin-left: -1040px;
}

#sidebar-secondary {
    overflow: hidden;
	float: right;
    width: 215px;
}

/* =HEADER
-------------------------------------------------------------- */
#header-wrap { background: #fff; border-top-left-radius: 8px; border-top-right-radius: 8px; border-top: 2px solid #fff; }

#header {
    height: 100px;
    z-index: 1;
}

.playnow-top { box-shadow: 0px 0px 10px #999999; height: 100px; line-height: 90px; padding: 10px; border-radius: 4px; background: #CC0000; color: #fff; font-weight: bold; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 26px; text-decoration: none;}
.playnow-top:hover { box-shadow: none; color: #000; }

.playnow-bot { box-shadow: 0px 0px 10px #999999; height: 100px; line-height: 90px; padding: 10px 20px; border-radius: 4px; background: #CC0000; color: #fff; font-weight: bold; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 26px; text-decoration: none;}
.playnow-bot:hover { box-shadow: none; color: #000; }

.playnow-broker {
	border-radius: 4px;
	border: 1px #C00 solide;
	box-shadow: 0px 0px 10px #999999;
	padding: 10px 20px;
	margin: 0px 10px;
}

.logo {
    float: left;
    margin: 10px 0 0 10px;
    z-index: 2;
}

.logo h1.site_title {
    margin: 0;
    padding:0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:48px;
    line-height: 40px;
    font-weight: bold;
}

.logo h1.site_title a, .logo h1.site_title a:hover {
    color: #424242;
    text-decoration: none;
}

.logo h2.site_description {
    margin: 0;
    padding:0;
    color: #3EA7C4;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height: 14px;
}

.header-right {
    float: right;
}

#top-social-profiles {
    padding-top: 20px;
    height: 32px;
    text-align: right;

}
#top-social-profiles img {
    margin: 0 0 0 6px !important;
}

#top-social-profiles img:hover {
    opacity: 0.8;
}
#top-social-profiles .widget-container {
  background: none;
  padding: 0;
  border: 0;
}

/* =MENUS
-------------------------------------------------------------- */

/* Menu Primary
----------------------------*/

.menu-primary-container {
    padding:0;
  background: black;
    position:relative;
    height: 26px;
    z-index: 400;

/*    background-image: linear-gradient(bottom, rgb(27,150,91) 6%, rgb(54,180,119) 53%);
    background-image: -o-linear-gradient(bottom, rgb(27,150,91) 6%, rgb(54,180,119) 53%);
    background-image: -moz-linear-gradient(bottom, rgb(27,150,91) 6%, rgb(54,180,119) 53%);
    background-image: -webkit-linear-gradient(bottom, rgb(27,150,91) 6%, rgb(54,180,119) 53%);
    background-image: -ms-linear-gradient(bottom, rgb(27,150,91) 6%, rgb(54,180,119) 53%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.06, rgb(27,150,91)),
        color-stop(0.53, rgb(54,180,119))
    );*/
    height: 30px;
    border-bottom: 2px solid #000000;
    /*box-shadow: 0 5px rgba(5, 48, 142, 0.1);*/
}

.menu-primary {
}

.menu-primary ul {
	min-width: 160px;
    margin-left: 14px;
}

/* First Level - Menu Primary */

.menu-primary li {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: url("images/nav-bg.png") left top repeat-x #000;
    margin-right: 1px;
}

.menu-primary li a {
    color: #fff;
    padding: 6px 15px;
	text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
}
.menu-primary li:last-child { margin-right: 0; }

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus,
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
    background: #333;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 0px solid #4364a9;
    outline: 0;
    transition: all .2s ease-in;
}

/* Child Levels - Menu Primary */

.menu-primary li li a {
	color: #fff;
    text-transform: none;
    background: #000;
    padding: 10px 15px;
    margin: 0;
    border: 0;
    font-weight: normal;
    border-top: 0;
}

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus,
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	color: #fff;
    background: #9F2D20;
    outline: 0;
    border-bottom:0;
    text-decoration: none;
    border-top: 0;
}


/* Arrows Menu Primary */

.menu-primary a.sf-with-ul {
    padding-right: 20px;
    min-width: 1px;
}
.menu-primary  .sf-sub-indicator {
    position: absolute;
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    top:  0;
    padding: 9px 10px 0 0;
}

.menu-primary  li li .sf-sub-indicator {
    padding: 9px 10px 0 0;
}

/* Shadows Menu Primary */

.wrap-menu-primary .sf-shadow ul {
    background:	url("images/menu-primary-shadow.png") no-repeat bottom right;
}

/* Menu Secondary
----------------------------*/

.menu-secondary-container {
    position:relative;
    height: 38px;
    z-index: 300;
    background: url("images/menu-secondary-bg.png") left top repeat-x;
    margin-top: 10px;
}

.menu-secondary {}

.menu-secondary ul {
    min-width: 160px;
}

/* First Level - Menu Secondary */
.menu-secondary li a {
    color: #FFFFFF ;
    padding: 13px 15px 12px 15px;
	text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 0 1px 0 #1A9ABC;
}

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus,
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
    color: #FFFFFF;
    background: url("images/menu-secondary-bg.png") left -138px repeat-x;
    outline: 0;
    text-shadow: 0 1px 0 #1A9ABC;
}

/* Child Levels - Menu Secondary */

.menu-secondary li li a {
	color: #fff;
    background: #3FAAC6;
    padding: 10px 15px;
    text-transform: none;
    margin: 0;
    font-weight: normal;
    text-shadow: none;
}

.menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus,
.menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
	color: #fff;
    background: #3FAAC6;
    outline: 0;
    text-shadow: none;
}

/* Arrows - Menu Secondary */

.menu-secondary a.sf-with-ul {
    padding-right: 26px;
    min-width: 1px;
}
.menu-secondary  .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    top:  0;
    padding: 12px 13px 0 0;
}

.menu-secondary li li .sf-sub-indicator {

    padding: 9px 13px 0 0;
}

/* Shadows - Menu Secondary */

.wrap-menu-secondary .sf-shadow ul {
    background:	url("images/menu-secondary-shadow.png") no-repeat bottom right;
}

/* =SLIDER + SPECIAL OFFER
-------------------------------------------------------------- */
div.slider-offer { width: 1070; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }
div.slider-offer div.the_slider { float: left; width: 750px; }
div.slider-offer div.the_offer { float: right; width: 320px; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solide #000; height: 180px; padding: 0px; background: #000000; box-shadow: 2px 0 2px #ddd inset; color: #000000; position: relative; }
div.slider-offer div.the_offer img.ribbon { position: absolute; top: 0; right: 0; width: 40px; height: 44px; }
div.slider-offer div.the_offer h3 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 26px; color: #CF1010; text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.5); }
div.slider-offer div.the_offer p { font-family: 'Archivo Narrow', sans-serif; line-height: 24px; font-size: 18px; color: #FFFFFF; }
div.slider-offer div.the_offer a { border: none; background-color: #CC0000; color: #fff; border-radius: 4px; text-transform: uppercase; font-size: 14px; font-weight: 300; font-family: 'Archivo Narrow', sans-serif; box-shadow: 0px 0px 10px #ECE7AD; padding: 2px 8px; text-decoration: none;}
div.slider-offer div.the_offer a:hover { border: none; background-color: #000; color: #fff; box-shadow: 0px 0px 6px yellow; }

/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.post {
    margin-bottom: 15px;
    border-bottom: 0;
}

.promo-box { -moz-box-sizing: border-box; box-sizing: border-box; padding: 4px 6px; width: 262px; float: left; margin-right: 9px; background: #6D6E70; height: 210px; margin-top: 2px; box-shadow: 0 0px rgba(208, 224, 255, 0.5); border-radius: 0px; color: #fff; font-family: 'Archivo Narrow', sans-serif; }
.promo-box:last-of-type { margin-right: 0; }
.promo-box h2 { color: #fff; }
.promo-box:hover, .promo-box.selected { cursor: pointer; box-shadow: 0 5px rgba(5, 48, 142, 0.10); }
.promo-box .entry img { margin-bottom: 10px; display: block; }
.promo-box .entry { line-height: 15px; margin-bottom: 20px; }
.promo-box .readmore a { background-color: #fff; padding: 2px 4px; color: #0000000; text-shadow: 1px 1px 1px rgba(204, 204, 204, 0.47); font-size: 10px; margin-right: 10px; border-radius: 5px; }
.promo-box:hover .readmore a, .promo-box.selected .readmore a { background-color: #f2f6ff; color: #0000000; }
.promo-box .readmore a.play-btn { text-decoration: none; font-size: 12px; text-transform: uppercase; padding: 5px; border-radius: 5px; border: 0px solid #ddd; background: #6484C4 url("images/table-bg-header.png") repeat-x top left; color: #fff; }
.promo-box .readmore a.play-btn:hover { background: #000; color: #fff; }

.game-box { -moz-box-sizing: border-box; box-sizing: border-box; padding: 4px 6px; width: 194px; float: left; margin-right: 10px; background: #f9f9f9; height: auto; margin-top: 2px; box-shadow: 0px 0px 0px rgba(146, 147, 150, 0.5); border-radius: 0px; color: #0000000; }
.game-box:last-of-type { margin-right: 0; width: 193px; }
.game-box h2 { margin-top: 10px; color: #0000000; text-align: center; font-size: 16px; }
.game-box:hover, .game-box.selected { background-color: #eeeeee; color: #0000000; cursor: pointer; box-shadow: 0 0 rgba(5, 48, 142, 0.10); }
.game-box .entry img { margin-bottom: 10px; display: block; padding: 4px; border-radius: 4px; border: 1px solid #f1f1f1; background-color: #fff; }
.game-box .entry { line-height: 15px; margin-bottom: 0px; }
.game-box .readmore a { border-radius: 4px; background-color: #E7EFFE; padding: 2px 4px; color: #0000000; text-shadow: 1px 1px 1px rgba(204, 204, 204, 0.47); font-size: 10px; }
.game-box:hover .readmore a, .game-box.selected .readmore a { background-color: #fff; color: #0000000; }
.game-box .readmore a.play-btn { padding: 5px; border-radius: 5px; border: 2px solid #ddd; background: #6484C4 url("images/table-bg-header.png") repeat-x top left; color: #fff; }
.game-box .readmore a.play-btn:hover { background: #000; }

.brand {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 3px;
    background: rgb(210,235,249);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZWJmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(225,225,225,1) 0%, rgba(254,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,225,225,1)), color-stop(100%,rgba(254,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(225,225,225,1) 0%,rgba(254,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(225,225,225,1) 0%,rgba(254,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(225,225,225,1) 0%,rgba(254,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(225,225,225,1) 0%,rgba(254,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ebf9', endColorstr='#feffff',GradientType=0 );
}
.brand div.post.preview { float: right; width: 500px; padding-left: 10px; margin-right: 10px; }
.brand div.post.nutshell { float: left; width: 250px;  padding-left: 10px;  border-left: 1px solid #dae1ff; }
.brand div.post.nutshell ul { margin: 0; padding: 0 0 10px 0; list-style: none; }
.brand div.post.nutshell ul li { background: -moz-linear-gradient(top, rgba(242,245,246,1) 0%,rgba(255, 255, 255, 1) 37%,rgba(245, 252, 255, 1) 100%); background: -webkit-linear-gradient(top, rgba(242,245,246,1) 0%,rgba(255, 255, 255, 1) 37%,rgba(245, 252, 255, 1) 100%); padding: 4px 4px 4px 10px; margin-bottom: 2px; }
.brand div.post.nutshell ul li:first-child { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.brand div.post.nutshell ul li:last-child { margin-bottom: 0; }
.brand div.post.nutshell ul li:hover { background: #fff; }
.brand div.post.nutshell ul li a { text-decoration: none; text-transform: uppercase; color: #05308E; }
.brand a.play-btn { text-decoration: none; font-size: 26px; text-transform: uppercase; padding: 5px 20px; border-radius: 4px; border: 1px solid #ddd; background: #C00 url("images/table-bg-header.png") repeat-x top left; color: #fff; margin-left: auto; margin-right: auto;}
.brand a.play-btn:hover { background: #000; }

a.play-btn2 { text-decoration: none; font-size: 15px; text-transform: uppercase; padding: 5px 20px; border-radius: 4px; border: 1px solid #ddd; background: #009900; color: #fff; margin-left: auto; margin-right: auto;vertical-align: middle;}
a.play-btn2:hover { background: #000; }

.brand a.play-btn1 {text-decoration: none; font-size: 26px; text-transform: uppercase; padding: 5px 20px; border-radius: 4px; border: 1px solid #ddd; background: #000; color: #fff; margin-left: auto; margin-right: auto;}
.brand a.play-btn1:hover { background: #C00; }

div.post h2.title.brandgames { background-color: #000000; color: #fff; padding: 8px; border: 2px solid #ddd; border-top-left-radius: 5px; border-top-right-radius: 5px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45); }

.games-gallery { padding: 0 2px; overflow: hidden; }
.games-gallery .games-gallery-top { width: 100%; overflow: hidden; border-bottom: 2px solid black; margin-bottom: 2px; }
.games-gallery .games-gallery-top h2 { font-family: 'Archivo Narrow', sans-serif; font-size: 20px; color: #000000; float: left; display: inline; width: 200px; margin: 0; }
.games-gallery .games-gallery-top ul { list-style: none; margin: 0; padding: 0; float: right; }
.games-gallery-top ul li { float: left; display: inline; /*padding: 2px 0px; border-top-left-radius: 4px; border-top-right-radius: 4px; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,232,1)), color-stop(100%,rgba(214,219,191,1))); background: -webkit-linear-gradient(top, rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); box-shadow: 0 2px 2px #999; border: 1px solid #f1f1f1; border-bottom: none;*/ }

.page, .post-single {
    border-bottom: 0;
    margin-bottom: 0;
}

.title {
    color: #333333;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 26px;
    line-height: 20px;
    font-weight: bold;
}

.title a {
    color: #333333;
    text-decoration: none;
}

.title a:hover {
    color: #41ADC9;
    text-decoration: none;
}

.entry {
    line-height: 20px;
    font-family: 'Archivo Narrow', sans-serif; font-size: 16px;
}

.entry p { margin-bottom: 20px; }

.featured_image {
    padding: 6px;
    border: 1px solid #BDBDBD;
    background: #fff;
}

.page-title {
    color: #333333;
    margin: 0px 0 10px 0;
    padding: 0 0 10px 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Archivo Narrow', sans-serif;
    border-bottom: 2px solid #333333;
}

/* Post Metas
----------------------------*/

.postmeta-primary {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-secondary {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-primary span, .postmeta-secondary span {
    background: url("images/meta-separator.png") left center no-repeat;
    padding:3px 0 3px 10px;
}


.postmeta-primary span:first-child, .postmeta-secondary span:first-child {
    background: none;
    padding-left: 0;
}

/* Read More
----------------------------*/

.readmore {
    margin-bottom: 5px;
    float: right;
}

.readmore a {
    color: #fff;
    background: #000000;
    padding: 2px 14px;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.readmore a:hover {
    color: #fff;
    background: #cc0000;
    text-decoration: none;
}

/* =SITEMAP
-------------------------------------------------------------- */
.sitemap {
}

.sitemap-col {
    width: 30%;
    padding: 0 0 0 10px;
}

.sitemap-col-archives {
    width: 45%;
    padding: 0 0 0 10px;
}

.sitemap h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.sitemap h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
}

.sitemap-list {
    font-size: 13px;
    line-height: 22px;
}

.sitemap-list, .sitemap-list ul {
    padding: 0 0 0 20px;
}

/* =CONTACT FORM
-------------------------------------------------------------- */
.contact-form {
}

.contact-form-label {
    width: 90px;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0;
}

.contact-form-input {
    margin-left: 90px;
}

.contact-form input[type=text] {
    padding: 6px;
    width: 60%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form input[type=submit] {
    padding: 5px 50px;
    border: 1px solid #fff;
    background: #05308E;
    float: left;
    color: #fff;
    border-radius: 5px;
}
.contact-form textarea {
    width: 96%;
    padding: 6px;
    height: 160px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form-required {
    color: red;
}

/* =SLIDER
-------------------------------------------------------------- */

.fp-slider {
    margin: 0;
}

.fp-slides-container {}

.fp-slides, .fp-thumbnail, .fp-prev-next, .fp-nav {
    width: 750px;
}
.fp-slides.gamepage, .fp-thumbnail.gamepage { width: 798px; }

.fp-slides, .fp-thumbnail {
    height: 180px;
    overflow: hidden;
	position: relative;
}
.fp-slides.gamepage, .fp-thumbnail.gamepage { height: 250px; }

.fp-title {
    font-family: Arial, Helvetica, Sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 2px 0;
    margin: 0;
}

.fp-title a, .fp-title a:hover {
    color: #fff;
    text-decoration: none;
}

.fp-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    padding: 10px 15px;
    overflow: hidden;
}

.fp-content p {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 18px;
}

.fp-more,  .fp-more:hover{
    color: #fff;
    font-weight: bold;
}

.fp-nav {
    height: 12px;
    text-align: center;
    padding: 10px 0;
    background: #333;
}

.fp-pager a {
    background-image: url("images/featured-pager.png");
    cursor:pointer;
    margin: 0 8px 0 0;
    padding: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: -999px;
    background-position: 0 0;
    float: none;
    line-height: 1;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.fp-pager a:hover, .fp-pager a.activeSlide  {
    text-decoration: none;
    background-position: 0 -112px;
    opacity: 1.0;
    filter: alpha(opacity = 100);
}

.fp-prev-next-wrap {
    position: relative;
    z-index: 200;
}

.fp-prev-next {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 37px;
}

.fp-prev {
    float:left;
    margin-left: 14px;
    width:37px;
    height:37px;
    background:url("images/featured-prev.png") left top no-repeat;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.fp-prev:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

 .fp-next {
    float:right;
	width:36px;
    height:37px;
    margin-right: 14px;
    background:url("images/featured-next.png") right top no-repeat;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.fp-next:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

/* =WP-PAGENAVI
-------------------------------------------------------------- */

.wp-pagenavi {
    float: left;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 8px;
	margin: 2px;
    font-size: 15px;
    line-height: 15px;
    float: left;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #333333;
    background:none;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff;
    background:#34B275;
}

.wp-pagenavi a:hover {
    color: #fff;
    background:#34B275;
}

.wp-pagenavi span.pages {
    color: #333333;
    background: none;
    padding: 4px 8px 4px 0;
}

.wp-pagenavi span.extend {
    background:transparent;
    color: #333333;
    background: none;
}

/* =FOOTER
-------------------------------------------------------------- */

#footer-container {

}

#footer {
    margin-bottom:15px;
    background: #fff;
}

#copyrights {
    color: #0000000;
    text-align: center;
    padding: 10px 0;
    background: url("images/footer-bg.png") left top repeat-x #34B275;
}

#copyrights a {
    color: #0000000;
    font-weight: bold;
    text-decoration: none;
}

#copyrights a:hover {
    color: #000;
}

#footer-secondary {
    width: 100%;
    line-height: 40px;
    overflow: hidden;
    background: #fff;
}

/* credits */
#credits {

    width: 550px;
    color: #0000000;
    font-size: 11px;
}

#credits a {
    color: #0000000;
    text-decoration: none;
    margin-right: 5px;
    padding-left: 5px;
}

#credits a:hover {
    text-decoration: none;
    color: #000;
}

/* socials */
#footer-socials {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-socials li {
    float: left;
    margin-right: 10px;
    display: inline;
}
#footer-socials li:last-child {
    margin-right: 0;
}
#footer-socials li a {
    text-decoration: none;
    color: #0000000;
    font-weight: 300;
    text-align: center;
    padding: 4px 0;
}
#footer-socials li a:hover {
    opacity: 0.8;
    transition: all .2s ease;
}

/* Footer Widgets
----------------------------*/
#footer-widgets-container {
    background: #FFFFFF;
    padding: 20px 0;
    margin-top: 15px;
}

#footer-widgets {
    width: 1300px;
	margin: 0 auto;
}

.footer-widget-box {
    width: 422px;
    float: left;
    margin-right: 15px;
}

.footer-widget-box-last {
    margin-right: 0;
}

/* Footer Widgets Color */

#footer-widgets .widget-container {

}

/* Footer Widgets Links */

#footer-widgets .widget-container a {

}

#footer-widgets .widget-container a:hover {

}

/* Footer Widget Title */

#footer-widgets .widgettitle {

}

#footer-widgets .widgettitle, #footer-widgets .widgettitle a, #footer-widgets .widgettitle a:hover {

}

/* Footer List Items */

#footer-widgets .widget ul li {

}

/* Footer Widgets Tabs */

#footer-widgets .tabs-widget li a {

}

#footer-widgets .tabs-widget li a:hover, #footer-widgets .tabs-widget li a.tabs-widget-current {
;
}

/* Footer Widgets Seaarch */

#footer-widgets #search {

}

#footer-widgets #search #s {

}

/* =WIDGETS
-------------------------------------------------------------- */

/* Widgets Defaults
----------------------------*/

.widget-container {
    list-style-type: none;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    color: #5D5C5C;
    font-size: 13px;
}

.widget-container a {
    color: #5D5C5C;
    text-decoration: none;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 14px;
}

.widget-container a:hover {
    color: #41ABC8;
    text-decoration: none;
}

.widgettitle {
    margin: 0 0 10px 0;
    padding: 5px 0;
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.2);
}

.widgettitle, .widgettitle a, .widgettitle a:hover {
    color: #0000000;
    font-size: 22px;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    padding: 0 0 9px 21px;
    margin: 0 0 8px 0;
    background: url("images/spade.png") no-repeat 5px 2px;
    border-bottom: 0;
}

.but-widget {
	height: 30px; 
	line-height: 30px; 
	background: #000000; 
	color: #fff; 
	font-weight: bold; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	text-decoration: none; 
    margin: 0 0 6px 0;
}

.but-widget a {
	color: #fff;
	font-size: 16px; 
}

.but-widget a:hover { 
	color: #CC0000; 
}

/* Search
----------------------------*/

#search {
    width: 250px;
    margin-top: 20px;
/*    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;*/
    border-radius: 5px;
    background: #D4DCFF url("images/search.png") 99% 50% no-repeat;
    text-align: left;
    padding: 6px 34px 6px 6px;
}

#search #s {
    background: #fff;
    color: #0000000;
    border: 0;
    width: 100%;
    padding: 4px;
    margin: 0 10px 0 0;
    outline: none;
}

#content-search {
    width: 300px;
    padding: 15px 0;
}

/* Wp Calendar
----------------------------*/

#wp-calendar td:hover, #wp-calendar #today {
    background: #41ADC9;
    color: #fff;
}

#wp-calendar td:hover a, #wp-calendar #today a {
    color: #fff;
}

/* Text Widget
----------------------------*/

.textwidget {
    line-height: 18px;
}

/* 125x125 Banners Widget
----------------------------*/

.banners-125 {
    text-align: center;
    margin-bottom: -10px;
}

.banners-125 img {
    margin: 0 5px 5px 5px;
}


/* Posts Widget
----------------------------*/

.posts-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.posts-widget ul li {
    list-style-type: none;
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 0 ;
}

.posts-widgettitle {
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px;
}

.posts-widgettitle a {}

.posts-widgettitle a:hover {}

.posts-widget-meta {
    font-style: italic;
    padding: 0 0 5px 0;
}

.posts-widget-entry {
    font-family: Arial, Helvetica, Sans-serif;
    line-height: 20px;
}

.posts-widget-more {
    font-weight: bold;
}

.posts-widget-more:hover {}

.posts-widget-featured-image {
    border: 1px solid #BDBDBD;
    padding: 4px;
    background-color: #fff;
}

.posts-widget .alignleft {
    margin: 0 8px 8px 0;
}

.posts-widget .alignright {
    margin: 0 0 8px 8px;
}

.posts-widget .aligncenter {
    margin-bottom: 8px;
}

/* Comments Widget
----------------------------*/

.comments-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.comments-widget ul li {
    list-style-type: none;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 0;
}

.comments-widget-author {
    text-decoration: none;
    /*font-weight: bold;*/
    padding: 0 0 5px 0;
    margin: 0;
}

.comments-widget-author:hover {}

.comments-widget-entry {
    font-family: Arial, Helvetica, Sans-serif;
    line-height: 20px;
}

.comments-widget-more {
    /*font-weight: bold;*/
}

.comments-widget-more:hover {}

.comments-widget-avatar {
    border: 1px solid #BDBDBD;
    padding: 4px;
    background-color: #fff;
}

.comments-widget .alignleft {
    margin: 0 8px 0 0;
}

.comments-widget .alignright {
    margin: 0 0 0 8px;
}

.comments-widget .aligncenter {
    margin-bottom: 8px;
}

/* Info Box Widget
----------------------------*/

.infobox-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.infobox-widget ul li {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}

.infobox-widget ul li a {
    text-decoration: none;
}

.infobox-widget-description {
    line-height: 20px;
}

.infobox-widget-more {
    font-weight: bold;
}

.infobox-widget-more:hover {
}


.infobox-widget .alignleft {
    margin: 0 10px 10px 0;
}

.infobox-widget .alignright {
    margin: 0 0 10px 10px;
}

.infobox-widget .aligncenter {
    margin-bottom: 10px;
}

.infobox-widget .inbottom {
    margin-top: 10px;
}

/* Social Profiles Widget
----------------------------*/
.social-profiles-widget img {
    margin: 0 4px 0 0;
}

.social-profiles-widget img:hover {
    opacity: 0.8;
}

/* Tabs Widget
----------------------------*/

.tabs-widget {
    list-style: none;
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    height: 26px;
}

.tabs-widget li {
    list-style: none;
    list-style-type: none;
    margin: 0 0 0 4px;
    padding: 0;
    float: left;
}

.tabs-widget li:first-child {
    margin: 0;
}

.tabs-widget li a {
    color: #40AAC7;
    background: #F4F4F6;
    padding: 6px 16px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
}

.tabs-widget li a:hover, .tabs-widget li a.tabs-widget-current {
    background: #40AAC7;
    color: #fff;
}

.tabs-widget-content {
}

/* Tweets Widget
----------------------------*/

.tweets-widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-family: Arial, Helvetica, Sans-serif;
}

.tweets-widget ul li {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.tweets-widget ul li:first-child {
    margin-top: 5px;
}

.tweets-widget li.tweets-bird {
    padding-left: 24px;
    background: url("images/tweets.png") left 2px no-repeat;
}

.tweets-widget a {}

.tweets-widget a:hover {}

a.tweets-widget-time {
    text-decoration: underline;
}

a.tweets-widget-time:hover {
    text-decoration: none;
}

/* Facebook Widget
----------------------------*/

.facebook-widget {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* =COMMENTS
-------------------------------------------------------------- */

#comments {
    margin-bottom: 15px;
}

#comments p {
    margin: 5px 0 10px 0;
}

h3#comments-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 0;
    font-family: 'Archivo Narrow', sans-serif;
}

.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist li.comment {
    line-height: 24px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom:none;
    margin-bottom:0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 15px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 15px;
}

.commentlist .avatar {
    border: 3px solid #ffffff;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.comment-author {
    padding: 5px;
    display: block;
    background: #F2F2F2;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.comment-author cite {
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.fn, .fn a:link, .fn a:hover, .fn a:visited {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.comment-meta {
    margin: -23px 0 0 65px;
    display: block;
    font-size: 11px;
    padding:0;
}

.comment-meta a:link,
.comment-meta a:visited {
    text-decoration: none;
}
.commentlist .bypostauthor {
}
.reply {
    text-align: right;
    margin-bottom: 10px;
}

.comment-reply-link  {
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    background: #05308E;
    color: #fff;
    padding: 2px 8px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.comment-reply-link:hover {
    background: #4364A9;
    color: #fff;
}


.commentlist .children {
    list-style: none;
    margin: 0;
}

/* Children */

.commentlist .children li {
    border: none;
    margin: 0;
}

.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    font-size: 12px;
    line-height: 18px;
    display:block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}

/* Comments form */

#respond {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

h3#reply-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 0;
}

#respond .required {
    color:#FF4B33;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    display: none;
}

.children #respond {
    margin: 0 48px 0 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

#respond .required {
    color:#FF4B33;
    font-weight:bold;
}

#respond label {
    font-size: 12px;
    font-weight: bold;
}

#respond input {
    margin:10px 0 0 0;
    width:98%;
}

#respond textarea {
    width:98%;
    margin:10px 0 0 0;
}

#respond .form-allowed-tags {
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond input[type=submit] {
    margin: 0;
    border-radius: 3px;
    background-color: #05308e;
    color: #fff;
    border: 1px solid #05308e;
    padding: 5px;
    font-family: 'Archivo Narrow', sans-serif;
    cursor: pointer;
}

#respond .form-submit {
    margin: 0;
}

#respond .form-submit input {
    width: auto;
    font-size: 14px;
}
#respond dl {
    margin: 0 0 10px;
}

#respond dt {
    display: inline;
    font-weight: normal;
}

#respond dd {
    display: inline;
}

/* =TOP SOCIAL
-------------------------------------------------------------- */
#social { width: 100%; text-align: right; margin-bottom: 20px; margin-top: 5px; }
#social a:hover { opacity: 0.9; }

/* =WELCOME / front page
-------------------------------------------------------------- */
div.welcome { margin-bottom: 20px; color: #0000000; padding: 0 10px 0 0; font-family: 'Archivo Narrow', sans-serif; font-size: 16px; width: 782px; overflow: hidden; background: -webkit-linear-gradient(top, rgba(242,245,246,1) 0%,rgba(255, 255, 255, 1) 37%,rgba(245, 252, 255, 1) 100%); padding-top: 15px; border: 1px solid #e7effe; }
div.welcome h2 { float: left; color: #000000; }
div.welcome h2 span { color: #000000; margin-right: 10px; font-size: 30px; text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.5); }

/* =FROM THE BLOG / front page
-------------------------------------------------------------- */
div.FTB { background-color: #FFFFFF; overflow: hidden; font-size: 30px; padding: 10px; color: #0000000; font-family: 'Archivo Narrow', sans-serif; border: 0px dashed #ddd; border-radius: 6px; }
div.FTB h3 { color: #000000; font-weight: bold; font-size: 24px; }
div.FTB h3 span { color: #000000; margin-right: 10px; font-size: 24px; }
div.FTB div.clearfix { position: relative; -moz-box-sizing: border-box; box-sizing: border-box; border-bottom: 2px solid black; width: 100%; padding: 0px 0px 10px 0px; margin-bottom: 30px; box-shadow: 0px 0px 0px rgba(146, 147, 150, 0.5); background: -webkit-linear-gradient(top, rgba(242,245,246,1) 0%,rgba(255, 255, 255, 1) 37%,rgba(245, 252, 255, 1) 100%); }
div.FTB div.clearfix img { float: left; margin-right: 10px; }
div.FTB div.clearfix h4 { font-size: 24px; color: #000000; text-shadow: text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.5); }
div.FTB div.clearfix p { font-size: 15px; margin: 0; color: #000000; }
div.FTB div.clearfix a { position: absolute; padding: 4px 8px; bottom: -20px; right: 0; font-size: 16px; background: #000; color: #fff; font-size: 12px; text-decoration: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }


/* =FROM THE BLOG1 / front page
-------------------------------------------------------------- */
div.FTB1 { 
margin-bottom: 20px;
padding: 15px 10px 0px;
font-family: "Archivo Narrow",sans-serif;
font-size: 16px;
width: 782px;
overflow: hidden;
border: 1px solid #E7EFFE;
}


/* =USA Accepted
-------------------------------------------------------------- */
/* Best casinos - secondary sidebar */
.usa-casinos { width: 100%; }
.usa-casinos .casino { background: #fff; width: 100%; height: 84px; position: relative; margin-bottom: 20px; }
.usa-casinos .casino .num-casino { position: absolute; top: 0; left: 0; background: url("images/usa-casino-num.png") no-repeat; width: 25px; height: 29px; z-index: 2; }
.usa-casinos .casino .num-casino span { margin-left: 2px; font-weight: bold; color: #fff; }
.usa-casinos .casino .casino-logo { width: 90px; height: 84px; z-index: 1; }
.usa-casinos .casino .casino-logo img { position: absolute; top: 12px; left: 0; }
.usa-casinos .casino .casino-logo a { color: #000; font-weight: bold; }
.usa-casinos .casino .casino-review { position: absolute; top: 0; left: 90px; text-align: center; height: 84px; }
.usa-casinos .casino .casino-review p { margin: 0 0 10px 0; width: 120px; font-weight: bold; font-family: 'Archivo Narrow', sans-serif; font-size: 14px; font-weight: bold; }
.usa-casinos .casino .casino-review a { background-color: #0000000; color: #0000000; font-weight: bold; font-size: 11px; text-transform: uppercase; padding: 3px; }
.usa-casinos .casino .casino-review img { margin-top: 5px; }

/* =END
-------------------------------------------------------------- */


.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #FFF;
    background-color: #000;
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC #CCC #B3B3B3;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
float: right;
}

a.btn {
    color: #FFF !important;
    text-decoration: none !important;
    margin-bottom: 0px;
}

.btn:hover, .btn:focus {
    color: #FFF !important;
    text-decoration: none;
    background-position: 0px -15px;
    transition: background-position 0.1s linear 0s;
}
.btn:first-child {
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #FFF !important;
    background-color: #C00C00;
}

.barbroker {
vertical-align: top;
margin-right: 20px;
line-height: 30px;
font-size: 16px !important;
}