﻿/*
Theme: Theme Machine
Author: Orchard Team – http://www.orchardproject.net
Copyright: 2010, Orchard. All Rights Reserved
*/


/*  Color Palette
**************************************************************

Background: #fff
Borders: #dbdbdb
Text: #434343
Secondary Text: #999999
Main Accent: #999
Links: #5f97af
*/
@import url(//fonts.googleapis.com/css?family=Coda:400,800);

body {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

@font-face {
    font-family: myriadpro;
    src: url(fonts/MyriadPro-Regular.otf);
}

p, h1, h2, h3, h4, ul li , .heading{
    font-family: myriadpro, Arial, Helvetica, sans-serif;
    color: #424242;
}

h1, h2, h3, h4 {
    font-weight: bold;
}

p {
    margin: 11px 0;
}

.header-top-full-width {
    background: #f4f2f2;
}

.header-top {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    /*overflow:hidden;*/
    padding: 5px 0px;
}

.logo {
    width: 15%;
    float: left;
    /*margin-top: -38px;*/
}
img {
	border:0;
}





.contact-ppl-icon {
    background-image: url("images/PokerProLab_contact_nav_icon.png");
}

.faq-ppl-icon {
    background-image: url("images/PokerProLab_faq_nav_icon.png");
}

.feedback-ppl-icon {
    background-image: url("images/PokerProLab_feedback_nav_icon.png");
}

.forum-ppl-icon {
    background-image: url("images/PokerProLab_forum_nav_icon.png");
}

.news-ppl-icon {
    background-image: url("images/PokerProLab_news_nav_icon.png");
}
.aff-ppl-icon {
    background-image: url("images/affiliate_48x48.png");
}
.offer-ppl-icon {
    background-image: url("images/special_offer.gif");
}



.header-bottom {
    background: url("images/PokerProLab_header_bg.png") no-repeat 0 bottom #fff;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    min-height: 83px;
}

.header-online-tools ul {
    margin-top: 0;
}

    .header-online-tools ul li {
        display: inline-table;
        background: url(images/pokerProLab_header-bottom-bg.png) no-repeat 170px center #017eba;
        height: 75px;
        width: 211px;
        padding: 27px 0 0 20px;
        font-family: myriadpro, Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #fff;
    }

    .header-online-tools ul ul {
        display: none;
    }
.blog h1
{
    color:#ff8600;
}
.header-tools h2 {
    float: left;
    color: #017eba;
    font-family: myriadpro, Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin-top: 25px;
}

.header-online-tools {
    float: right;
    width: 682px;
}

.search-area {
    width: 41%;
    float: left;
    margin-right: 10px;
    height: 50px;
    overflow: hidden;
}

    .search-area button {
        background: url("images/PokerProLab_search-btn-home.jpg") no-repeat 0 center;
        width: 70px;
    }

.select-site {
    width: 41%;
    float: left;
    position: relative;
}

    .select-site .site-dropdown {
        width: 400px;
    }

    .select-site select {
        background: #F3F3F3;
        border: 1px solid #92A3AB;
        display: inline-block;
        height: 49px;
        width: 355px;
        padding-left: 5px;
        padding-top: 14px;
        color: #6f6f6f;
    }

.header-bottom .search-section-search {
    width: 79%;
    height: 44px;
    border-top: 2px solid #c1c1c1;
    border-left: 2px solid #c1c1c1;
    background: #f3f3f3;
    padding-left: 5px;
    margin: 2px;
}

.header-bottom .search-section-submit-btn {
    width: 70px;
    background: url("images/PokerProLab_search-btn-home.jpg") no-repeat 0 center;
    margin-left: -5px;
    padding: 16px 0;
    border: none;
}


.select-site .select-site-label:after {
    bottom: 0;
    content: url("images/PokerProLab_selectsite-btn-home.jpg");
    padding: 1px 0 0;
    pointer-events: none;
    position: absolute;
    right: -2px;
    top: -1.7px;
}

.select-site .select-site-label {
    display: inline-block;
    position: relative;
}


#resultDivContainer {
    padding: 10px 0 45px;
}


.header-sub-btn {
    background: url("images/PokerProLab_searchhistorybtn.png") no-repeat 0 0 !important;
    background-size: 53px 52px;
    width: 53px;
    height: 52px;
    border: medium none;
    padding: 18px 26px;
    border: none !important;
    margin: -4px 0 0 14px;
}

    .header-sub-btn:hover {
        opacity: 0.6;
    }

.circle {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
}

.circle1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.signup-header {
    margin-right: 15px;
    text-align: right;
    float: right;
}

    .signup-header p {
        float: right;
        margin: 0;
        padding: 10px 10px 10px 20px;
        line-height: 17px;
    }

        .signup-header p img {
            margin-left: 37px;
        }

        .signup-header p.sign-up-txt {
            background: #ff8600;
            color: #fff;
            border: 1px solid #ff8600;
        }

            .signup-header p.sign-up-txt:hover {
                background: #ffaa4d;
            }

        .signup-header p.sign-in-txt {
            border: 1px solid #ff8600;
            margin-right: 5px;
        }

            .signup-header p.sign-in-txt:hover {
                background: #ddd6d6;
            }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .header-bottom .search-section-search {
        height: 48px;
    }

    .select-site select {
        padding-top: 0px;
    }
}

.footer {
    width: 100%;
    background: url("images/PokerProLab_footer_bg.png") repeat 0 0;
    overflow:hidden;
	clear:both;
}

.footer-top-sec {
    float: left;
    margin-right: 20px;
}

.most-read-news-sec {
    width: 32.3%;
}

.products-sec {
    width: 20.6%;
}

.footer-top, .footer-bottom {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.footer p, .footer h4, .footer h4 a{
    font-family: myriadpro, Arial, Helvetica, sans-serif;
    color: #c8c8c8;
}

.footer h4 {
    padding-left: 40px;
}

h4.title-read-news, h4.title-products, h4.title-like-us-on, h4.title-follow-us-on {
    padding-left: 29px;
}

h4.title-read-news {
    background: url("images/PokerProLab_footer_news_icon.png") no-repeat 0 center;
}

h4.title-products {
    background: url("images/PokerProLab_product_title_icon.png") no-repeat 0 center;
}

h4.title-like-us-on {
    background: url("images/PokerProLab_footer-like-icon.png") no-repeat 0 center;
}

h4.title-follow-us-on {
    background: url("images/PokerProLab_footer-like-icon.png") no-repeat 0 center;
}

h4.title-read-news, h4.title-products, h4.title-like-us-on, h4.title-follow-us-on {
    margin: 22px 0;
}

.news-list-img {
    float: left;
}

.news-list-txt {
    float: left;
    margin-left: 10px;
    width: 65%;
}

.news-list-sep {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #898989;
}

.news-list-txt h4 {
    padding: 0;
    margin: -3px 0 0 0;
}

.news-list img {
    float: left;
    width: 100px;
    height: auto;
}

.news-list h4 a {
    color: #c8c8c8;
    font-size: 15px;
    text-decoration: none;
}

    .news-list h4 a:hover, .footer .product-list h4 a:hover {
        color: #fff;
    }

.news-list-txt p {
    font-size: 12px;
    color: #017BB5;
    margin: 3px 0;
}

    .news-list-txt p a {
        color: #017BB5;
        text-decoration: none;
    }

        .news-list-txt p a:hover {
            text-decoration: underline;
        }

    .news-list-txt p.news-date {
        background: url("images/PokerProLab_most_read_news_calendar.png") no-repeat left center;
        padding-left: 17px;
    }

    .news-list-txt p.author-name {
        background: url("images/PokerProLan_most_read_news_man.png") no-repeat left center;
        padding-left: 17px;
    }

.product-list img {
    float: left;
}

.footer .product-list h4 a {
    float: left;
    padding: 0;
    margin: 20px 0 20px 10px;
    text-decoration: none;
    color: #c8c8c8;
    font-size: 15px;
}

.product-list {
    margin-bottom: 10px;
}

.like-us-on-sec .fb-like-box {
    background: #fff;
}

.follow-us-on-sec {
    margin-right: 0;
}

.fb-like-box.fb_iframe_widget {
    background: #333;
}

.three-super-hub {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.three-super-hub-left {
    float: left;
    /*background: #ecf0f1;
    box-shadow: 10px 10px 10px #bbb;*/
    border-radius: 5px;
    width:690px;
    /*padding: 10px;*/
}

.img-promo {
    margin: -5px -5px 0 0;
}

.three-super-hub-left-content {
    padding: 20px;
    margin-top: -85px;
}

.three-super-hub-left-top-img {
    float: left;
    margin-right: 20px;
}

h1.three-super-hub-title, p.try-three, p.buy-three {
    font-family: myriadpro, Arial, Helvetica, sans-serif;
}

h1.three-super-hub-title {
    font-size: 62px;
    color: #017eba;
    margin: 0;
}

p.try-three, p.buy-three, p.get-all-free {
    font-size: 15px;
    padding: 13px 14px 14px 58px;
    margin: 5px 0;
}

    p.try-three a, p.buy-three a, p.get-all-free a {
        color: #FFFFFF;
        text-decoration: none;
    }

        p.try-three a:hover, p.buy-three a:hover, p.get-all-free a:hover {
            color: #ddd;
            text-decoration: none;
        }

p.try-three {
    background: url("images/PokerProLab_try_all_three.png") no-repeat 0 0;
    float: left;
margin-right: 15px;
}

p.buy-three {
    background: url("images/PokerProLab_buy_all_three.png") no-repeat 0 0;
    float: left;
}
p.get-all-free a
{
background-color: #ff8600;
padding: 13px 40px 14px;
display:inline-block;
}
p.get-all-free
{
text-align: center;
margin: 0;
padding: 0;
}

.three-super-hub-left-top-txt {
    float: left;
}

.three-super-hub-left-bottom {
    padding: 20px;
}

.holdem-profiler-sec, .tournament-shark-sec, .poker-calculator-sec {
    width: 31.6%;
    padding: 10px;
    border: 1px solid #017eba;
    border-radius: 10px;
    float: left;
}

.smart-buddy-sec {
    width: 95%;
    padding: 10px;
    border: 1px solid #017eba;
    border-radius: 0 10px 10px 0;
    border-left: none;
}

.three-super-hub-right-content {
    background: #ECF0F1;
    padding: 20px 0;
    border-radius: 5px;
}

.tournament-shark-sec {
    margin: 0 15px;
}

img.product-banner, img.stars, img.slogan {
    display: block;
    margin: 0 auto;
}

p.free-trial, p.buy-now, p.get-it-free {
    font-family: myriadpro, Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 5px;
 padding: 7px 20px;
}

.get-it-free {
background-color: #ff8600;

}

    p.free-trial a, p.buy-now a, p.get-it-free a {
        color: #FFFFFF;
        text-decoration: none;
    }

        p.free-trial a:hover, p.buy-now a:hover, p.get-it-free a:hover {
            color: #ddd;
        }
.buy-now {
    background: #1CC2A1;
}

.free-trial {
    background: #017eba;

}

p.product-txt {
    color: #797b7b;
    font-family: myriadpro, Arial, Helvetica, sans-serif;
    min-height: 86px;
}

h4.super-hud-product {
    color: #017eba;
    font-size: 15px;
    font-family: myriadpro, Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
}

img.stars {
    padding: 0 35px 10px;
    border-bottom: 1px solid #d1d4d5;
}

.three-super-hub-right {
    float: left;
    width: 24.48%;
}

img.slogan {
    padding: 28px 0;
}

.smart-buddy-sec p.free-trial, .smart-buddy-sec p.buy-now {
    margin: 0;
}
.smart-buddy-sec p.get-it-free{
margin-top:11px;
}
.smart-buddy-sec p.free-trial {
    margin-right: 10px;
}

.ppl-product-features {
    margin-top: 10px;
    padding-bottom: 10px;
    clear:both;
    overflow:hidden;
}

.ppl-product-features-list {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

h3 {
    font-size: 24px;
    color: #424242;
}

h4 {
    font-size: 17px;
}

    h4.product-title {
        color: #424242;
        margin-bottom: 2px;
    }

.PPL-product {
    float: left;
    background: url("images/PokerProLab_product_features_bg.png") repeat 0 0;
    padding: 14px;
    width: 32%;
    height: 325px;
    border-bottom: 4px solid #017EBA;
    text-align:center;
}
.PPL-product p
{
    text-align: left;
}
.ppl-product2 {
    margin: 0 2%;
}

p.pproduct-cloud-based-txt {
    color: #424242;
    font-size: 13px;
}

.tournament-shark-features-section, .button-section, .title-section {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.tournament-shark-application, .tournament-shark-feature, .tournament-shark-online {
    float: left;
    width: 32%;
}

.tournament-shark-feature {
    margin: 0 9px;
    padding: 0 10px;
}

h3.tournament-shark-title {
    float: left;
    margin-right: 20px;
    margin-top: 30px;
}

.tournament-shark-features-section {
    background: url("images/PokerProLab_software-feature-bg.png") no-repeat 0 0;
    height: 396px;
}

h4.product-ind-title {
    color: #017eba;
}

hr {
    width: 68%;
    margin-bottom: 20px;
    color: #dedede;
}

.tournament-shark-section {
    background: #ecf0f1;
    padding-bottom: 20px;
}

.title-section {
    padding: 25px 0;
}

h2.btn-free-trial, h2.btn-buy-now {
    font-size: 24px;
    font-weight: normal;
    padding: 2%;
    width: 38%;
    display: inline-table;
}
h2.btn-free-trial a, h2.btn-buy-now a {
    color: #fff;
    text-decoration:none;
}

h2.btn-free-trial a:hover, h2.btn-buy-now a:hover {
    color: #dfdfdf;
}

h2.btn-free-trial {
    background: #017eba;
    margin-right: 20px;
}

h2.btn-buy-now {
    background: #1cc2a1;
}

.holdem-profiler-features-section {
    background: url("images/PokerProLab_software-feature-bg2.png") no-repeat 0 0;
    height: 396px;
}

.tournament-shark-features-section ul li {
    list-style-image: url("images/PokerProLab_list_arrow.png");
    padding: 3px 0;
}

.super-hud-section .tournament-shark-application, .super-hud-section .tournament-shark-online {
    padding-top: 30px;
}

h4.super-hud-try-btn, h4.super-hud-buy-btn {
    display: inline-table;
    width: 428px;
    height: 71px;
    line-height: 70px;
}
h4.super-hud-try-btn a, h4.super-hud-buy-btn a {
    color: #fff;
    text-decoration:none;
}
    h4.super-hud-try-btn a:hover, h4.super-hud-buy-btn a:hover {
        color: #dfdfdf;
    }

h4.super-hud-try-btn {
    background: url("images/PokerProLab_super_hud_try_btn.png") no-repeat 0 0;
    margin-right: 20px;
}

h4.super-hud-buy-btn {
    background: url("images/PokerProLab_super_hud_buy_btn.png") no-repeat 0 0;
}

.guarantee-section {
    background: #e8e8e8;
    -moz-box-shadow: inset 10px 5px 10px #ccc;
    -webkit-box-shadow: inset 10px 5px 10px #ccc;
    box-shadow: inset 10px 5px 10px #ccc;
    overflow:hidden;
    padding-bottom: 20px;
}

.guarantee-varify {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
 .guarantee-varify p
{
    text-align:justify;
    font-size: 0.9em;
    padding: 5px;
    
}
.money-back-guarantee img, .varify-section img
{
   float: right;
   width:80px;
}
.money-back-guarantee, .varify-section {
    float: left;
    width:49%;
}

.money-back-guarantee {
    margin-right: 2%;
}


.testimonial-section {
    background: #f4f5f5;
    padding: 20px 0;
}

.testimonial-list {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.testimonial-ind {
    width: 31%;
    float: left;
}

h3.testimonial-title {
    padding: 5px 0 5px 45px;
    background: url("images/PokerProLab_testimonial_icon.png") no-repeat left center;
    margin-top: 0;
}

.testimonial-list-two {
    margin: 0 3.5%;
}

.testimonial-txt p:first-child {
    font-size: 14px;
}

.testimonial-txt {
    background: url("images/PokerProLab_testimonial_text_border.png") no-repeat 0 0;
    width: 300px;
    height: 284px;
}

    .testimonial-txt p {
        padding: 12px;
    }

.free-trial-section {
    padding: 0 0 20px;
}

.free-trial-list {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.free-trial-ind {
    width: 19%;
    height: 406px;
    margin-right: 1.24%;
    float: left;
    background: url("images/PokerProLab_free_trial_star.png") no-repeat center 225px;
    border: 1px solid #f78c15;
    border-radius: 10px;
    padding-top: 10px;
}

.free-trial-item-five {
    margin-right: 0;
}

h3.free-trial-section {
    background: url("images/PokerProLab_free_trial_icon.png") no-repeat 0 center;
    padding: 5px 0 5px 50px;
    margin:24px 0px;
}

.free-trial-ind h4 {
    margin-bottom: 35px;
    color: #f78c15;
    font-size: 15px;
}

.free-trial-ind p {
    font-size: 13px;
    color: #7e7f7f;
    height: 100px;
    overflow: hidden;
    padding: 0 10px;
}

.free-trial-ind ul {
    margin: 0;
    padding: 0;
    float: left;
    background: #f78c15;
    border-radius: 0 0 0 8px;
}

.free-trial-ind li {
    display: inline-table;
    padding: 8px 0;
}

    .free-trial-ind li:first-child a {
        border-right: 1px solid #fff;
    }

.free-trial-ind ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    padding: 0 10.93px;
}

    .free-trial-ind ul li a:hover {
        color: #dfdfdf;
    }

.free-trial-ind img.free-trial-right-arrow {
    background: #ffa644;
    border-radius: 0 0 10px 0;
}

.free-trial-ind:hover {
    background: url("images/PokerProLab_free_trial_shark_star.png") no-repeat center 225px;
    border: 1px solid #017eba;
}

    .free-trial-ind:hover h4 {
        color: #017eba;
    }

    .free-trial-ind:hover ul {
        background: #017eba;
    }

    .free-trial-ind:hover img.free-trial-right-arrow {
        background: #1a9bd9;
    }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .free-trial-ind ul li a {
        padding: 0 10.0156px;
    }

    .free-trial-ind li {
        padding: 8px 0;
    }
}

.single-post-right {
    margin-bottom: 20px;
}

.poker-news-section {
    background: #f0f0f0;
    padding-bottom: 10px;
}

.single-poker-news-section img {
    max-width: 90%;
    height: auto;
}

.poker-news-list, .widget-external-content-widget, .widget-last-tournaments-widget div {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #bbb;
	border: 1px solid #DDDDDD;
}

    .poker-news-list .poker-news-img img {
        width: 100%;
        height: auto;
    }

.widget-news h2 {
    width: 940px;
    margin: 0 auto;
    padding: 30px 0 35px 40px;
    background: url("images/PokerProLab_poker_news_icon.png") no-repeat left center;
}

.poker-news-txt {
    float: left;
    width: 60%;
}

p.home-post-date, p.home-post-author {
    color: #a5a8aa;
    font-size: 12px;
    padding-left: 20px;
    margin: 0;
}

    p.home-post-author a {
        color: #a5a8aa;
        text-decoration: none;
    }

        p.home-post-author a:hover {
            text-decoration: underline;
        }

.author-section {
    float: left;
}

p.home-post-date {
    background: url("images/PokerProLab_poker_news_calendar.png") no-repeat left center;
    float: left;
    margin-right: 20px;
}

p.home-post-author {
    background: url("images/PokerProLab_poker_news_man.png") no-repeat left center;
    float: left;
}

h2.news-head a {
    font-size: 26px;
    color: #017eba;
    text-decoration: none;
}

    h2.news-head a:hover {
        text-decoration: underline;
    }

h2.news-head {
    margin-bottom: 8px;
}

.postdate-author-section {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px 5px;
margin-bottom: 5px;
}

.poker-news-img img {
    border: 1px solid #DDDDDD;
    padding: 10px;
    max-width: 300px;
}

.product-super-hud {
    background: #ffffff;
    background: -moz-linear-gradient(top, #fff 0%, #eff1f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eff1f2));
    background: -webkit-linear-gradient(top, #fff 0%, #eff1f2 100%);
    background: -o-linear-gradient(top, #fff 0%, #eff1f2 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eff1f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eff1f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eff1f2',GradientType=0 );
    padding-bottom: 30px;
    border-bottom: 2px solid #e5e9ed;
}

.product-super-hud-section {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

h2.product-super-hud-title, h2.need-super-hud-title, h2.super-hud-price-title {
    color: #367aba;
    font-size: 26px;
}

.product-super-hud-txt {
    float: left;
    margin-right: 5%;
    width: 55%;
}

p.product-download-now-button {
    float: left;
    padding: 8px 50px;
    margin-right: 30px;
    border: 1px solid #367aba;
    border-radius: 20px;
}

p.product-buy-now {
    float: left;
    padding: 8px 60px;
    border: 1px solid #ec6d0b;
    border-radius: 20px;
}

.product-super-hud-img > img {
    margin-top: -58px;
}

.need-super-hud {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

ul.why-hud {
    list-style-type: none;
    padding: 0;
    margin: 40px 0;
}

    ul.why-hud li {
        background: url("images/PokerProLab_check.png") no-repeat left center;
        padding: 15px 0 15px 48px;
    }

.super-hud-price-list {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

ul.pricing {
    float: left;
    margin: 142px 0 0;
    list-style-type: none;
}

    ul.pricing li.one {
        background: url("images/PokerProLab_1.png") no-repeat scroll left center transparent;
    }

    ul.pricing li.two {
        background: url("images/PokerProLab_2.png") no-repeat scroll left center transparent;
    }

    ul.pricing li.three {
        background: url("images/PokerProLab_3.png") no-repeat scroll left center transparent;
    }

    ul.pricing li.four {
        background: url("images/PokerProLab_4.png") no-repeat scroll left center transparent;
    }

    ul.pricing li.five {
        background: url("images/PokerProLab_5.png") no-repeat scroll left center transparent;
    }

    ul.pricing li.six {
        background: url("images/PokerProLab_6.png") no-repeat scroll left center transparent;
    }

    ul.pricing li.seven {
        background: url("images/PokerProLab_7.png") no-repeat scroll left center transparent;
    }

    ul.pricing li.eight {
        background: url("images/PokerProLab_8.png") no-repeat scroll left center transparent;
    }

    ul.pricing li {
        margin: 13px 0 0 30px;
        padding: 10px 40px;
    }

table.tableOne {
    box-shadow: 0 0 3px 0 #444444;
    float: left;
    margin-right: 3px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

table.tableTwo {
    background: #ffffff;
    background: -moz-linear-gradient(top, #fff 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fff 0%, #ededed 100%);
    background: -o-linear-gradient(top, #fff 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #fff 0%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    box-shadow: 0 0 5px #aaa;
    float: left;
    margin-top: 20px;
    padding-top: 10px;
    position: relative;
    z-index: 11;
}

table.priceList {
    background-color: #EAEBEC;
    border-radius: 5px 5px 5px 5px;
    color: #595959;
    text-align: center;
    width: 225px;
    font-family: myriadpro;
}

table.tableOne {
    box-shadow: 0 2px 7px 0 #CACACA;
    float: left;
    margin-right: 3px;
    margin-top: 30px;
}

table {
    margin-bottom: 50px;
}

    table.priceList tr td {
        border-bottom: 1px solid #C0C0C0;
        padding: 16px 0;
    }

span.package-name {
    display: block;
}

table.priceList tr:last-child td {
    border: medium none;
    padding: 35px 0;
}

a.tableButton {
    background: url("images/PokerProLab_buynow_btn.png") no-repeat scroll 0 0 transparent;
    border-radius: 15px 15px 15px 15px;
    color: #595959;
    font: 15px "Aller",Arial,helvetica,sans-serif;
    height: 42px;
    padding: 12px 50px;
    text-decoration: none;
    width: 156px;
}

img.ribbon {
    margin: -130px 0 40px 574px;
    width: 162px;
    position: relative;
    z-index: 111;
}

table.tableTwo tr:last-child td {
    padding-bottom: 55px;
}

p.product-get-it-free {
    background: #5582a5;
    background: -moz-linear-gradient(top, #5582a5 0%, #01387d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5582a5), color-stop(100%, #01387d));
    background: -webkit-linear-gradient(top, #5582a5 0%, #01387d 100%);
    background: -o-linear-gradient(top, #5582a5 0%, #01387d 100%);
    background: -ms-linear-gradient(top, #5582a5 0%, #01387d 100%);
    background: linear-gradient(to bottom, #5582a5 0%,#01387d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5582a5', endColorstr='#01387d',GradientType=0 );
    color: #fff;
    font-size: 24px;
    padding: 15px 40px;
    width: 184px;
    border-radius: 8px;
    margin: -20px 0 20px;
}

a.product-get-it-free-link {
    text-decoration: none;
}

    a.product-get-it-free-link:hover p {
        color: #dfdfdf;
    }

a.tableButton:hover {
    color: #232323;
}

.get-it-free-section {
    width: 104px;
}

a.product-download-btn:hover p, a.product-buy-btn:hover p {
    color: #232323;
}

.singlePost-content {
    background: #ffffff;
    background: -moz-linear-gradient(top, #fff 0%, #e2e2e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e2e2e2));
    background: -webkit-linear-gradient(top, #fff 0%, #e2e2e2 100%);
    background: -o-linear-gradient(top, #fff 0%, #e2e2e2 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e2e2e2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
}

.two-side-content-page {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding-bottom:10px;
}

.content-left {
    width: 70%;
    float: left;
    margin-right: 20px;
}

.single-poker-news-txt {
    border: 1px solid #DDDDDD;
    border-radius: 7px 7px 7px 7px;
    padding: 15px;
    background: #fff;
    overflow:hidden;
            box-shadow: 3px 3px 5px #bbb;
margin-bottom: 10px;
}

.single-post-image-inner {
    float: right;
    margin: 20px 0 10px 15px;
}

.single-poker-news-txt p {
    font-size: 15px;
    line-height: 1.55em;
}

img.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

img.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

p.wp-caption-text {
    margin: 0;
    text-align: center;
}

.wp-caption.alignright {
    float: right;
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #DDDDDD;
    padding: 10px;
    margin: 0 0 10px 10px;
}

.wp-caption.alignleft {
    float: left;
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #DDDDDD;
    padding: 10px;
    margin: 0 10px 10px 0;
}

.single-post-post-content img {
    max-width: 653px;
    overflow: hidden;
}

h4.single-related-post-title {
    color: #017eba;
    padding-left: 35px;
    background: url("images/PokerProLab_related_post_icon.png") no-repeat left center;
}

.single-related-post hr {
    width: 100%;
    color: #dcdcdc;
}

.single-related-post img.single-article-image {
    float: left;
    margin: 0 12px 15px 0;
}

.single-related-post img.single-related-article-last-image {
    margin-right: 0;
}

.single-comment-section {
    padding: 10px;
    background: #fff;
}

.sidebar-wrap {
    margin: 5% 0 0 5%;
}

    .sidebar-wrap .text-wrap {
        float: left;
        width: 75%;
        padding: 0 5%;
    }

    .sidebar-wrap .product-list {
        margin-bottom: 20px;
    }

        .sidebar-wrap .product-list h4 {
            margin: 5px 0 0px 0;
            color: black;
            float: none;
			font-size:15px;
        }

        .sidebar-wrap .product-list p {
            margin: 0;
        }

.single-post-right {
    float: left;
    width: 27.95%;
}

.single-sidebar-tools-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid #ddd;
    border-radius: 10px;
}

    .single-sidebar-tools-list .heading {
        padding: 12px 0 12px 55px;
        border-bottom: 1px solid #ddd;
    }

        .single-sidebar-tools-list li a {
            text-decoration: none;
            color: #424242;
        }

        .single-sidebar-tools-list .heading:first-child {
           background-color: rgb(1, 126, 186);
            color: #fff;
            border-radius: 10px 10px 0 0;
        }

        .single-sidebar-tools-list .heading:nth-child(2) {
            background: url("images/PokerProLab_sidebar_poker_ranking.png") no-repeat 24px center;
        }

        .single-sidebar-tools-list .heading:nth-child(3) {
            background: url("images/PokerProLab_sidebar_buddy_list.png") no-repeat 24px center;
        }

        .single-sidebar-tools-list .heading:nth-child(4) {
            background: url("images/PokerProLab_sidebar_table_selections.png") no-repeat 24px center;
        }

        .single-sidebar-tools-list .heading:nth-child(5) {
            background: url("images/PokerProLab_sidebar_tournament_hud.png") no-repeat 24px center;
        }

        .single-sidebar-tools-list .heading:nth-child(6) {
            background: url("images/PokerProLab_sidebar_poker_calculator.png") no-repeat 24px center;
        }

        .single-sidebar-tools-list .heading:nth-child(7) {
            background: url("images/PokerProLab_sidebar_poker_odds.png") no-repeat 24px center;
        }

        .single-sidebar-tools-list .heading:nth-child(8) {
            background: url("images/PokerProLab_sidebar_tournament_updater.png") no-repeat 24px center;
        }

        .single-sidebar-tools-list .heading:nth-child(9) {
            background: url("images/PokerProLab_sidebar_poker_table_finder.png") no-repeat 24px center;
        }

        .single-sidebar-tools-list .heading:nth-child(10) {
            background: url("images/PokerProLab_sidebar_poker_calculator_web.png") no-repeat 24px center;
        }

        .single-sidebar-tools-list .heading:nth-child(11) {
            background: url("images/PokerProLab_sidebar_poker_tracking.png") no-repeat 24px center;
        }

        .single-sidebar-tools-list .heading:nth-child(12) {
            background: url("images/PokerProLab_sidebar_player_scope.png") no-repeat 24px center;
        }

        .single-sidebar-tools-list .heading:nth-child(13) {
            background: url("images/PokerProLab_sidebar_bubble_protection.png") no-repeat 24px center;
            border: none;
        }

.single-sidebar-ad-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.single-sidebar-ad-list {
    margin: 20px 0 0 0;
    padding: 0;
    list-style-type: none;
    border: 1px solid #ddd;
    border-radius: 10px;
}

    .single-sidebar-ad-list .heading {
        background-color: rgb(1, 126, 186);
        color: #fff;
        border-radius: 10px 10px 0 0;
        padding: 12px 0 12px 55px;
        border-bottom: 1px solid #ddd;
    }

        .single-sidebar-ad-list li a {
            text-decoration: none;
            color: #424242;
        }

.recent-news {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 5px #BBBBBB;
    float: left;
    height: 231px;
    margin-right: 20px;
    padding: 2%;
    position: relative;
    width: 65%;
}

    .recent-news img {
        overflow: hidden;
    }

.recent-news-txt {
    background: url("images/post-title-bg.png") repeat scroll 0 0 transparent;
    bottom: 15px;
    padding: 15px 10px;
    position: absolute;
    width: 94%;
}

.recent-news p.page-title {
    color: #101010;
    line-height: 1em;
    margin: 0;
}

p.page-title {
    font-size: 14px;
    font-weight: bold;
}

.recent-news p.page-title a {
    color: #101010;
    text-decoration: none;
}

    .recent-news p.page-title a:hover {
        text-decoration: underline;
    }

.recent-news p.post-date {
    color: #101010;
    line-height: 1.5em;
    margin: 0;
}

.recent-news p.post-author {
    visibility: hidden;
}

.recent-news .post-excerpt-txt p {
    visibility: hidden;
}

.secont-recent-news {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 5px #BBBBBB;
    float: left;
    height: 231px;
    overflow: hidden;
    padding: 15px;
    width: 31.8%;
}

    .secont-recent-news img {
        margin-bottom: 5px;
        width: 100%;
    }

    .secont-recent-news p.page-title {
        margin: 0;
    }

        .secont-recent-news p.page-title a {
            color: #367ABA;
            font-size: 13px;
            text-decoration: none;
        }

    .secont-recent-news p.post-date {
        color: #101010;
        font-size: 11px;
        line-height: 1.5em;
        margin: 0;
    }

    .secont-recent-news .post-excerpt-txt p, .secont-recent-news p.post-author {
        font-size: 12px;
        line-height: 1.2em;
        margin: 7px 0;
    }

        .secont-recent-news p.post-author a {
            color: #62656B;
            text-decoration: none;
        }

            .secont-recent-news p.post-author a:hover {
                text-decoration: underline;
            }

    .secont-recent-news p.page-title a:hover {
        text-decoration: underline;
    }

    .secont-recent-news .recent-news-txt {
        background: none;
        position: relative;
        padding: 0;
        bottom: 0;
        width: 100%;
    }

.news-item {
    width: 46%;
    height: 200px;
    position: relative;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 5px #BBBBBB;
    padding: 2%;
    margin: 2%;
    float: left;
    overflow: hidden;
}

    .news-item .news-overlay {
        background: url("images/post-title-bg.png") repeat scroll 0 0 transparent;
        position: absolute;
        width: 92%;
        bottom: 0;
        left: 0;
        margin: 0 4% 4% 4%;
        padding: 2%;
    }

    .news-item img {
        width: 100%;
        height: auto;
    }

    .news-item h4 {
        color: #367ABA;
        font-size: 13px;
        text-decoration: none;
    }

    .news-item p {
        margin-bottom: 0;
    }

        .news-item p.post-date {
            color: #101010;
            font-size: 11px;
            line-height: 1.5em;
            margin: 0;
        }

.news-small {
    width: 30%;
}

    .news-small .news-overlay {
        position: relative;
        background: none;
        margin-top: 0px;
    }

    .news-small .news-excerpt {
        visibility: hidden;
    }

.news-large {
    width: 62%;
}

.recent-news-section {
    margin-bottom: 20px;
}

.two-news-section-margin {
    margin-right: 10px;
}

.two-news-section {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    width: 31.8%;
}

.inTwo-news-one {
    box-shadow: 0 0 5px #BBBBBB;
    margin-bottom: 10px;
    padding: 10px 15px;
    position: relative;
}

.two-news-section img {
    height: 90px;
    width: 100%;
}

.inTwo-news-one .recent-news-txt {
    background: url("images/post-title-bg.png") repeat scroll 0 0 transparent;
    bottom: 10px;
    padding: 5px;
    position: absolute;
    width: 80%;
}

    .inTwo-news-one .recent-news-txt p.page-title {
        margin: 0;
    }

        .inTwo-news-one .recent-news-txt p.page-title a {
            color: #101010;
            font-size: 13px;
            text-decoration: none;
        }

            .inTwo-news-one .recent-news-txt p.page-title a:hover {
                text-decoration: underline;
            }

    .inTwo-news-one .recent-news-txt p.post-date {
        color: #101010;
        font-size: 11px;
        line-height: 1em;
        margin: 0;
    }

    .inTwo-news-one .recent-news-txt .post-excerpt-txt, .inTwo-news-one .recent-news-txt p.post-author, .inTwo-news-two .recent-news-txt .post-excerpt-txt, .inTwo-news-two .recent-news-txt p.post-author {
        display: none;
    }

.inTwo-news-two {
    box-shadow: 0 0 5px #BBBBBB;
    padding: 10px 15px;
    position: relative;
}

    .inTwo-news-two .recent-news-txt {
        background: url("images/post-title-bg.png") repeat scroll 0 0 transparent;
        bottom: 10px;
        padding: 5px;
        position: absolute;
        width: 80%;
    }

        .inTwo-news-two .recent-news-txt p.page-title {
            margin: 0;
        }

            .inTwo-news-two .recent-news-txt p.page-title a {
                color: #101010;
                font-size: 13px;
                text-decoration: none;
            }

                .inTwo-news-two .recent-news-txt p.page-title a:hover {
                    text-decoration: underline;
                }

        .inTwo-news-two .recent-news-txt p.post-date {
            color: #101010;
            font-size: 11px;
            line-height: 1em;
            margin: 0;
        }

.last-post-margin {
    margin-left: 20px;
}

.category-post-section-middle {
    margin: 20px 0;
}

.last-category-post-section {
    margin-bottom: 20px;
}

.newspage .single-post-right {
    margin-top: 15px;
}

.newspage .content-left {
    margin-top: 15px;
}

.newspage {
    margin-bottom: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    img.ribbon {
        margin: -130px 0 40px 577px;
    }
}

.wrap-newproducts {
    max-width: 100%;
}

    .wrap-newproducts table img {
        max-width: 100px;
        max-height: 100px;
    }

        .wrap-newproducts table img.mh {
            max-height: 100%;
            max-width: 80%;
        }

    .wrap-newproducts tr {
        width: 50%;
    }

    .wrap-newproducts .product-list a h4 {
        float: none;
        margin: 14px 0 20px 0px;
    }

    .wrap-newproducts .product-list img {
        width: 100px;
        height: auto;
    }

#disqus_thread {
    margin-top: 20px;
}

@media (max-width: 992px) {
    img {
        max-width: 100%;
    }

    .content {
        padding: 0 3%;
    }

    .header-navigation ul li {
        margin-left: 16px;
    }

    .three-super-hub-left {
        float: none;
        width: 100%;
    }

    .three-super-hub-right {
        float: none;
        width: 100%;
    }

        .three-super-hub-right .slogan {
            display: none;
        }

    .three-super-hub-right-content .smart-buddy-sec {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        border-left: 1px solid #017eba;
        margin: 0 10px;
        width: 94%;
    }

    .three-super-hub-right-content .product-banner {
        margin: 0;
        float: left;
        overflow: hidden;
        *zoom: 1;
    }

    .three-super-hub-right-content .super-hud-product {
        text-align: left;
        margin-left: 172px;
    }

    .three-super-hub-right-content img.stars {
        margin: 0;
    }

    .three-super-hub-right-content p.product-txt {
        min-height: 0;
    }

    .three-super-hub-right-content p.free-trial, .three-super-hub-right-content p.buy-now {
        float: right;
        margin-left: 10px;
    }

    .ppl-product-features-list .PPL-product img {
        max-width: 80%;
    }

    .tournament-shark-feature p {
        display: none;
    }

    h4.super-hud-try-btn {
        margin-right: 0;
    }

    .testimonial-section, .free-trial-section {
        display: none;
    }

    .footer {
        margin-bottom: 20px;
        overflow:hidden;
    }

        .footer .news-list-img {
            max-width: 20%;
        }

        .footer .news-list-txt {
            width: 75%;
        }

        .footer .most-read-news-sec {
            width: 40%;
            margin: 0 5%;
            height: 430px;
        }

        .footer .products-sec {
            width: 40%;
            overflow: hidden;
            *zoom: 1;
            height: 430px;
            margin: 0 5%;
        }

        .footer .like-us-on-sec {
            width: 40%;
            margin: 0 5%;
            padding-bottom: 20px;
        }

        .footer .follow-us-on-sec {
            width: 40%;
            margin: 0 5%;
        }

    .content-left {
        width: 99%;
        margin: 0 0 0 1%;
    }

    .newspage .recent-news {
        margin-right: 4%;
        width: 42%;
    }

        .newspage .recent-news img {
            overflow: hidden;
        }

        .newspage .recent-news .recent-news-txt {
            width: 92%;
        }

        .newspage .recent-news p.page-title a {
            color: #367ABA;
        }

    .newspage .secont-recent-news {
        background: none repeat scroll 0 0 #FFFFFF;
        box-shadow: 0 0 5px #BBBBBB;
        float: left;
        height: 231px;
        margin-right: 4%;
        padding: 2%;
        position: relative;
        width: 42%;
    }

        .newspage .secont-recent-news img {
            overflow: hidden;
            max-height: 100%;
        }

        .newspage .secont-recent-news .recent-news-txt {
            background: url("images/post-title-bg.png") repeat scroll 0 0 transparent;
            bottom: 15px;
            padding: 15px 10px;
            position: absolute;
            width: 92%;
        }

        .newspage .secont-recent-news p.page-title {
            color: #101010;
            line-height: 1em;
            margin: 0;
        }

        .newspage .secont-recent-news .p.post-author .post-excerpt-txt {
            visibility: visible;
        }

    .single-post-right {
        display: none;
    }

    .news-small, .news-large {
        width: 46%;
        height: 200px;
        position: relative;
        background: none repeat scroll 0 0 #FFFFFF;
        box-shadow: 0 0 5px #BBBBBB;
        padding: 2%;
        margin: 2%;
        float: left;
        overflow: hidden;
    }

        .news-small .news-overlay, .news-large .news-overlay {
            background: url("images/post-title-bg.png") repeat scroll 0 0 transparent;
            position: absolute;
            width: 92%;
            bottom: 0;
            left: 0;
            margin: 0 4% 4% 4%;
            padding: 2%;
        }

        .news-small img, .news-large img {
            width: 100%;
            height: auto;
        }

        .news-small h4, .news-large h4 {
            color: #367ABA;
            font-size: 13px;
            text-decoration: none;
        }

        .news-small p, .news-large p {
            margin-bottom: 0;
        }

            .news-small p.post-date, .news-large p.post-date {
                color: #101010;
                font-size: 11px;
                line-height: 1.5em;
                margin: 0;
            }

        .news-small .news-excerpt, .news-large .news-excerpt {
            visibility: visible;
        }
}


@media (max-width: 600px) {
    .tournament-shark-online {
        display: none;
    }

    .tournament-shark-application, .tournament-shark-feature {
        width: 47%;
    }
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none;
    }

    .logo {
        height: 80px;
        width: auto;
    }

    .header-top {
        width: 100%;
    }

        .header-top .signup-header {
            float: right;
            margin-top: 6px;
        }

            .header-top .signup-header p {
                float: none;
                width: 100%;
                height: 40px;
            }

    .logo {
        float: none;
        margin: 0px 0 0 20px;
        padding: 5px;
    }

    .header-navigation {
        float: none;
        width: 100%;
        height: 100%;
        margin: 20px 0 0 0;
        text-align: center;
    }

        .header-navigation .menu {
            margin: 48px 0 0 0;
            padding: 0;
        }

        .header-navigation ul li {
            margin-left: 14px;
        }

    .header-bottom {
        width: 100%;
    }

    .header-tools-heading {
        display: none;
    }

    .nav-secondary {
        float: none;
    }

        .nav-secondary li a {
            color: white;
        }

    .search-section {
        margin: 0 0 0 8px;
    }

        .search-section .search-area, .search-section .select-site {
            float: none;
            width: 80%;
        }

        .search-section .header-sub-btn {
            float: right;
            margin: -84px 1% 0 8px;
        }

        .search-section .dropdown ul {
            max-width: 240px;
        }

        .search-section form.form-inline, .search-section form.navbar-form {
            margin: -30px 0 0 30px;
        }

    h1.three-super-hub-title {
        font-size: 30px;
    }

    h4.super-hud-try-btn, h4.super-hud-buy-btn {
        background-size: 100% 100%;
        width: 80%;
        font-size: 14px;
        padding-left: 50px;
    }

    .tournament-shark-sec, .holdem-profiler-sec, .poker-calculator-sec {
        width: 30%;
    }

    .tournament-shark-features-section {
        height: 270px;
    }

    .tournament-shark-feature {
        margin: 0;
    }

    .poker-news-txt {
        width: 100%;
    }

    .footer-top-sec {
        float: none;
        width: 100%;
    }

    .footer .most-read-news-sec {
        padding-top: 20px;
        width: 90%;
    }

    .footer .products-sec {
        width: 90%;
        float: left;
        height: 290px;
    }

        .footer .products-sec .product-list {
            float: left;
            width: 40%;
            height: 60px;
        }

    .footer .like-us-on-sec {
        width: 44%;
        margin: 0 3%;
        float: left;
    }

    .footer .follow-us-on-sec {
        width: 44%;
        margin: 0 3%;
        float: left;
    }
}

@media (max-width: 480px) {
    .tournament-shark-sec {
        margin: 0;
    }

    .tournament-shark-sec, .holdem-profiler-sec, .poker-calculator-sec {
        width: 90%;
        min-height: 0;
        margin-bottom: 10px;
    }

    .smart-buddy-sec {
        width: 86%;
    }

    .tournament-shark-online {
        display: show;
    }

    .holdem-profiler-features-section {
        height: 304px;
    }

    .tournament-shark-online, .tournament-shark-application, .tournament-shark-feature {
        width: 94%;
    }

    .footer .products-sec {
        height: 408px;
        width: 100%;
    }

        .footer .products-sec .product-list {
            width: 90%;
            float: none;
        }

            .footer .products-sec .product-list h4 {
                margin: 20px 0 0 10px;
            }

    .footer .like-us-on-sec, .footer .follow-us-on-sec {
        width: 200px;
    }

    .footer .footer-center {
        tex-align: center;
        width: 100%;
    }

    .news-item {
        width: 94%;
    }
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: 0%;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: 0%;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: 0%;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: 0%;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: 0%;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: 0%;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 980px;
    }

    .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: 0%;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: 0%;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple], select[size] {
    height: auto;
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }

    .form-control:-moz-placeholder {
        color: #999;
    }

    .form-control::-moz-placeholder {
        color: #999;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
    }

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}

    .radio label, .checkbox label {
        display: inline;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }
.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn {
    height: auto;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 45px;
    line-height: 45px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn {
    height: auto;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-warning .form-control:focus {
        border-color: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;
    }

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-error .form-control:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
    }

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-success .form-control:focus {
        border-color: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;
    }

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group, .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control, .navbar-form .form-control {
        display: inline-block;
    }

    .form-inline .radio, .navbar-form .radio, .form-inline .checkbox, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }

        .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

.open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active {
    background-image: none;
}

.open .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

.open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary:active, .btn-primary.active {
    background-image: none;
}

.open .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

.open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active, .btn-warning.active {
    background-image: none;
}

.open .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

.open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active {
    background-image: none;
}

.open .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
        color: #fff;
        background-color: #47a447;
        border-color: #398439;
    }

.open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success:active, .btn-success.active {
    background-image: none;
}

.open .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

.open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.btn-info:active, .btn-info.active {
    background-image: none;
}

.open .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #999;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu{
    position: absolute;
    top: 100%;
    /*right: 0;*/
    z-index: 1000;
    display: none;
    /*float: left;*/
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

    .dropdown ul {
        right: auto;
        left: 0;
        list-style:none;
		border-radius: 0;
		margin:0;
    }
    .site-dropdown ul li a{
        padding:0 !important;
    }
    /*.site-dropdown ul li{
        list-style-type:circle;
		display: list-item;
		margin:0;
    }*/
	.site-dropdown ul li a:hover{
		text-decoration:underline !important;
	}
    .dropdown ul .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown ul > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        color: #333;
        white-space: nowrap;
    }

        .dropdown ul > li > a:hover, .dropdown ul > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown ul > .active > a, .dropdown ul > .active > a:hover, .dropdown ul > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

    .dropdown ul > .disabled > a, .dropdown ul > .disabled > a:hover, .dropdown ul > .disabled > a:focus {
        color: #999;
    }

        .dropdown ul > .disabled > a:hover, .dropdown ul > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown ul {
    display: block;
	margin:0;
}

.open > a {
    outline: 0;
}


.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown ul {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: "";
}

.dropup .dropdown ul, .navbar-fixed-bottom .dropdown .dropdown ul {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown ul {
        right: 0;
        left: auto;
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group.col {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        width: 100%;
        margin-bottom: 0;
    }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

    .input-group-btn:first-child > .btn {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn {
        margin-left: -1px;
    }

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -4px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
            z-index: 2;
        }
.login-form.group {
    margin:10px;
    padding:10px;
}
input[type="text"],
input[type="password"] {
    font-size: 18px;
    padding: 5px;
    border-color: #b9d2eb;
    border-style: solid;
    border-width: 2px;
    width: 280px;
}
.login-form ol {
    list-style: none;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #03a0ec;
            }

        .nav > li.disabled > a {
            color: #999;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #428bca;
    }

        .nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
            border-top-color: #2a6496;
            border-bottom-color: #2a6496;
        }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

        .nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret {
            border-top-color: #fff;
            border-bottom-color: #fff;
        }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown ul {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca;
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496;
}

.nav-tabs .dropdown ul {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: auto;
        }

        .navbar-collapse .navbar-nav.navbar-left:first-child {
            margin-left: -15px;
        }

        .navbar-collapse .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }

        .navbar-collapse .navbar-text:last-child {
            margin-right: 0;
        }
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown ul {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown ul > li > a, .navbar-nav .open .dropdown ul .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown ul > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown ul > li > a:hover, .navbar-nav .open .dropdown ul > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                /*padding-top: 15px;
                padding-bottom: 15px;*/
            }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown ul {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown ul {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown ul, .navbar-nav > li > .dropdown ul.pull-right {
    left: auto;
    right: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ccc;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
        border-top-color: #333;
        border-bottom-color: #333;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

        .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
            border-top-color: #555;
            border-bottom-color: #555;
        }

    .navbar-default .navbar-nav > .dropdown > a .caret {
        border-top-color: #777;
        border-bottom-color: #777;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown ul > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown ul > li > a:hover, .navbar-default .navbar-nav .open .dropdown ul > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown ul > .active > a, .navbar-default .navbar-nav .open .dropdown ul > .active > a:hover, .navbar-default .navbar-nav .open .dropdown ul > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown ul > .disabled > a, .navbar-default .navbar-nav .open .dropdown ul > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown ul > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #999;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: #fff;
    }

    .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    .navbar-inverse .navbar-nav > .dropdown > a .caret {
        border-top-color: #999;
        border-bottom-color: #999;
    }

    .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown ul > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown ul > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav .open .dropdown ul > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown ul > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown ul > .active > a, .navbar-inverse .navbar-nav .open .dropdown ul > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown ul > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown ul > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown ul > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown ul > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }
            .header-top .signup-header a {
                color:#424242;
                text-decoration:none;
            }
            .header-top .signup-header .sign-up-txt a {
                color:#fff;
                text-decoration:none;
            }
.open>.dropdown-menu {
    display:block;
}

.aside-2#layout-wrapper #layout-main #layout-content {
    width: 70%;
    float: left;
    margin-right: 20px;
    padding-bottom:10px;
}

article.page header,.blog.content-item .text-field{
    display:none;
}
.pager {
    list-style:none;
}
.pager li{
    float:left;
}
.comment-count, .comment-form,
.single-poker-news-txt .blog-posts li .blog-post header {
    clear:both;
}
.blog.content-item .news-item:nth-child(2){
    width:62%;
}
.blog.content-item .news-item:nth-child(3){
    width:30%;
}
.blog.content-item .news-item:nth-child(6){
    width:30%;
}
.blog.content-item .news-item:nth-child(7){
    width:62%;
}
.single-poker-news-txt p.text-field {
    clear:both;
}
.edit-item-content ol {
    list-style:none;
}
.edit-item-content label {
    display:block;
}
.edit-item-content input, .edit-item-content textarea {
    width:100%;
    border: 2px solid rgba(0,39,59,.2);
}
.edit-item-content textarea{
    height: 140px;
}
.single-poker-news-txt button {
    padding: 5px 15px;
    cursor: pointer;
    color: rgba(29,47,58,.6);
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(to bottom,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    border-radius: 4px;
    *margin-left: .3em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}

.single-poker-news-txt button:hover {
        color: rgba(29,47,58,.6);
        text-decoration: none;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        transition: background-position .1s linear;
    }
.single-poker-news-txt button:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;

    }

form label {
	width: 120px;
}
form li {
	margin-bottom: 5px;
}
label.forcheckbox {
	margin-left: 5px;
}
.list-unstyled  {
	list-style-type:circle;
}
.list-unstyled li a {
	color:#428bca !important;
}
.list-unstyled li a:hover {
	background-color:#fff !important;
}
.dropdown-padding {
	padding:0px;
}
.input-group-btn.open .dropdown.dropdown-menu {
	padding:20px;
	}
	
/*pokerlab-promo Popup*/
.pokerlab-promo h2,.pokerlab-promo h4{font-family:Coda, cursive;font-weight:800;text-transform:uppercase;color:#62707b;text-align:left}.pokerlab-promo h4{position:relative;top:20px}.pokerlab-promo h2{font-size:28px;line-height:0}.pokerlab-promo p{color:#62707b;font-size:18px;float:none;text-align:center}.pokerlab-promo .logo-promo{position:relative;top:12px;max-height:100%}.pokerlab-promo .btn-primary{background:#fc9d3a;border:0;text-shadow:none;text-transform:uppercase;font-family:Coda, cursive;font-weight:800;font-size:28px;border-radius:0}.pokerlab-promo .footer-modal{padding:0 25px}.pokerlab-promo .close{background:#7c7c7c;width:30px;border-radius:15px;font-size:25px;position:absolute;right:-13px;z-index:inherit;color:#ddd;opacity:1;text-shadow:none;top:-13px;border:3px #ddd solid}.pokerlab-promo .row{margin-right:0;margin-left:0}.pokerlab-promo .modal-badge{position:relative;top:-15px}.pokerlab-promo .modal-content{background:#fff;border-radius:0;padding-bottom:30px}.pokerlab-promo .badge-header{background:#f3f3f3;padding:10px}.pokerlab-promo .list-group{list-style:none;overflow:hidden;box-shadow:none;margin-bottom:0;padding:20px 20px 10px}.pokerlab-promo .list-group img{margin-right:10px;max-width:75px}.content-modal{overflow:hidden}
table {
font-family: Arial,Helvetica,sans-serif;
border: 0;
padding: 0;
width: 100%;
font-size: 11px;
color: #8d8d8d;
}
.widget header h2{
	font-size: 24px;
	color: #424242;
}

/*Player Search*/
#emptyName
{
 display:none;
 color:Red;
}
#emptyName, #resultDivContainer
{
    text-align:center;
    padding: 10px 0;
}
.size-full
{
width: 100%;
}
.tagged-posts
{
    list-style-type:none;
}
.widget-top-menu
{
    float:right;
}
