/*
 * Copyright 2012 soundarapandian
 * Licensed under the Apache License, Version 2.0
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/* Start : Override Bootstrap navigation */
body
{
    font: .81em/150% Arial, Helvetica, sans-serif;
    color: #666;
}

#logo img
{
    margin-top: 30px;
}

.container
{
    margin: 0 auto;
}

.coin
{
    font-size: 16px;
    font-weight: bold;
}

    .coin img
    {
        padding-left: 10px;
    }

.top_button
{
    min-width: 70px;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    text-align: center;
    float: right;
    font: .81em/150% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    padding-top: 2px;
}

    .top_button:hover
    {
        text-decoration: underline;
        cursor: pointer;
    }

#topSearchBox
{
    color: #8CC63F;
    font-size: 12px;
    width: 180px;
    height: 16px;
    border: 0px;
    float: left;
}

#searchform
{
    float: right;
    display: inline-block;
}

legend
{
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: none;
    text-transform: uppercase;
    margin-bottom: 0px;
}

    legend.small-font
    {
        font-size: 13px;
    }

.thumbnail .caption
{
    padding-top: 9px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.caption .gamecategory
{
    float: right;
    padding-bottom: 2px;
    padding-right: 5px;
    color: #736357;
    font-size: 11px;
}

.footer-link
{
    color: white;
}

.loged_user
{
    float: right;
    max-width: 300px;
    width: 160px;
    height: 105px;
    padding-top: 5px;
    background: #fff;
    position: relative;
    margin-left: 15px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 2px solid #8CC63F;
    border-left: 2px solid #8CC63F;
    border-right: 2px solid #8CC63F;
}

.search-form
{
    border: solid 1px #CCCCCC;
    height: 24px;
    float: right;
    margin-top: 10px;
    margin-right: 50px;
}

.loged_user img
{
    max-height: 50px;
    position: absolute;
    top: 10px;
    left: 5px;
    float: left;
    border: none;
}

.loged_user p
{
    float: left;
    text-align: left;
    line-height: 20px;
    margin: 0;
    clear: both;
    max-width: 230px;
    padding-left: 60px;
}

.loged_user a
{
    float: left;
    max-width: 230px;
    cursor: pointer;
    clear: both;
}

.loged_user span
{
    clear: both;
    padding-left: 5px;
    float: left;
    padding-top: 5px;
    font-size: 14px;
}


a.footer-link:hover
{
    text-decoration: underline;
    color: white;
}

a.green_font:hover
{
    text-decoration: underline;
    color: #8CC63F;
}

a.orange_font:hover
{
    text-decoration: underline;
    color: #FF931E;
}

a.lightgray_font:hover
{
    text-decoration: underline;
    color: #736357;
}

.pager a, .pager span
{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.pager
{
    margin: 8px 3px;
    padding: 3px;
}

    .pager .disabled
    {
        border: 1px solid #ddd;
        color: #999;
        margin-top: 4px;
        padding: 3px;
        text-align: center;
    }

    .pager .current
    {
        background-color: #8CC63F;
        color: #fff;
        font-weight: bold;
        margin-top: 4px;
        padding: 3px 5px;
        text-align: center;
    }

    .pager span, .pager a
    {
        margin: 4px 3px;
    }

    .pager a
    {
        border: 1px solid #aaa;
        padding: 3px 5px;
        text-align: center;
        text-decoration: none;
    }
/*Colors*/
.green_font
{
    color: #8CC63F;
}

.white_font
{
    color: #FFFFFF;
}

.orange_font
{
    color: #FF931E;
}

.pink_font
{
    color: #ED1E79;
}

.blue_font
{
    color: #2E3192;
}

.lightgray_font
{
    color: #736357;
}

.gray_font
{
    color: #362F2D;
}

.green
{
    background-color: #8CC63F;
}

.orange
{
    background-color: #FF931E;
}

.white
{
    background-color: white;
}

.pink
{
    background-color: #ED1E79;
}

.blue
{
    background-color: #2E3192;
}

.lightgray
{
    background-color: #736357;
}

.gray
{
    background-color: #362F2D;
}

.color0
{
    background-color: #8CC63F;
}

.color1
{
    background-color: #FF931E;
}

.color2
{
    background-color: #ED1E79;
}

.color3
{
    background-color: #2E3192;
}

.color4
{
    background-color: #362F2D;
}
/*border colors*/
.green_border
{
    border: 2px solid #8CC63F;
    padding: 5px;
}

.orange_border
{
    border: 2px solid #FF931E;
    padding: 5px;
}

.pink_border
{
    border: 2px solid #ED1E79;
    padding: 5px;
}

.blue_border
{
    border: 2px solid #2E3192;
    padding: 5px;
}

.lightgray_border
{
    border: 2px solid #736357;
    padding: 5px;
}

.gray_border
{
    border: 2px solid #362F2D;
    padding: 5px;
}

.white_border
{
    border: 2px solid #FFFFFF;
    padding: 5px;
}
/*End color*/

/*Icons*/

a.plus:hover
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -63px;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.social_footer
{
    float: left;
    padding-right: 5px;
}

a.square_facebook_24:hover
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -204px;
    width: 24px;
    height: 24px;
    display: block;
}

a.square_twitter_24:hover
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -394px;
    width: 24px;
    height: 24px;
    display: block;
}

a.square_rss_24:hover
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -299px;
    width: 24px;
    height: 24px;
    display: block;
}

a.square_youtube_24:hover
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -489px;
    width: 24px;
    height: 24px;
    display: block;
}

.g-green-small
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 0;
    width: 19px;
    height: 19px;
    display: block;
}

.mail
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -24px;
    width: 14px;
    height: 11px;
    display: block;
}

.plus-active
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -40px;
    width: 18px;
    height: 18px;
    display: block;
}

.plus-hover
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -63px;
    width: 18px;
    height: 18px;
    display: block;
}

.plus
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0px -86px;
    width: 18px;
    height: 18px;
    display: inline-block;
    display: block;
}

.point-footer
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -109px;
    width: 24px;
    height: 24px;
    display: block;
}

.square_facebook_24
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -138px;
    width: 24px;
    height: 24px;
    display: block;
}

.square_facebook_32
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -167px;
    width: 32px;
    height: 32px;
    display: block;
}

.square_facebook_hoover_24
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -204px;
    width: 24px;
    height: 24px;
    display: block;
}

.square_rss_24
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -233px;
    width: 24px;
    height: 24px;
    display: block;
}

.square_rss_32
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -262px;
    width: 32px;
    height: 32px;
    display: block;
}

.square_rss_hoover_24
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -299px;
    width: 24px;
    height: 24px;
    display: block;
}

.square_twitter_24
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -328px;
    width: 24px;
    height: 24px;
    display: block;
}

.square_twitter_32
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -357px;
    width: 32px;
    height: 32px;
    display: block;
}

.square_twitter_hoover_24
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -394px;
    width: 24px;
    height: 24px;
    display: block;
}

.square_youtube_24
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -423px;
    width: 24px;
    height: 24px;
    display: block;
}

.square_youtube_32
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -452px;
    width: 32px;
    height: 32px;
    display: block;
}

.square_youtube_hover_24
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -489px;
    width: 24px;
    height: 24px;
    display: block;
}

.star-active
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -518px;
    width: 27px;
    height: 26px;
    display: block;
}

.star-inactive
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -549px;
    width: 27px;
    height: 26px;
    display: block;
}

.white-gameio-logo
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -580px;
    width: 110px;
    height: 55px;
    display: block;
}

.blue-gameio-logo
{
    background: url('images/sprite.png') no-repeat top left;
    background-position: 0 -635px;
    width: 110px;
    height: 55px;
    display: block;
}
/*End Icons*/

.navbar-inner, footer
{
    border: none;
    filter: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-image: none;
}

.footer-text
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-size: 12px;
}

.fixed-header
{
    top: 0px;
    background: url('images/header.png');
    width: 100%;
}

.navbar
{
    margin-top: 10px;
    margin-bottom: 0px;
}

    .navbar .brand-bootbus
    {
        font-size: 30px;
        cursor: pointer;
        text-shadow: none;
        color: white;
        font-weight: bold;
    }

    .navbar .nav li.dropdown > .dropdown-toggle .caret
    {
        border-top-color: white;
        border-bottom-color: white;
    }

    .navbar .nav > li > a
    {
        text-shadow: none;
        color: white;
        font-size: 17px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .navbar .nav > li > a:hover,
        .navbar .nav > li > a:focus
        {
            color: white !important;
            background: #736357 !important;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a
{
    background: #2E3436;
}
/* End : Override Bootstrap navigation */

/* Start : Override Bootstrap hero unit */
.hero-unit
{
    background: none;
    padding: 0 60px 0 60px;
    margin: 0;
}

    .hero-unit h1
    {
        margin: 10px 0 10px 0;
    }
/* End : Override Bootstrap hero unit */

/* Start: Override Bootstrap form elements */
.btn
{
    filter: none;
    background-image: none;
    display: inline-block;
    padding: 2px 7px;
    margin-bottom: 0;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

    .btn.orange:hover
    {
        background-color: #FF931E;
        text-decoration: underline;
        color: #362F2D;
    }

    
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {

-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

/*End   */
/* Start : Override Bootstrap carousel */
.carousel-control
{
    border: none;
}

.left
{
    left: 0;
}

.right
{
    right: 0 !important;
}
/* End : Override Bootstrap carousel */

/* Start: Override Bootstrap Accordian */

.accordion-group,
.accordion-inner
{
    border: none;
}

/* End: Override Bootstrap Accordian */

/* Start: Bootbusiness specific CSS */
.content
{
    padding: 30px 0;
}

.thumbnail img
{
    width: 100%;
}

.thumbnail
{
    border: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
}

.bottom_shadow
{
    -webkit-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.65);
    box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    display: block;
}

.short-news-header
{
    font-weight: bold;
}

.short-news-body
{
    font-size: 10px;
    line-height: 11px;
    display: block;
}

.widget-header h4
{
    text-align: left;
    padding-left: 15px;
}

.active-link
{
    background-color: #2E3436;
}

.page-header
{
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

.slider
{
    position: relative;
    top: 10px;
}

.widget-header
{
    padding: 5px 5px;
    text-align: center;
    margin: 0;
    border-bottom: 0;
}

.widget-body
{
    font-size: 11px;
    padding: 10px 2px 10px 2px;
    display: block;
}


.widget-footer
{
    padding: 6%;
    background-color: #EEEEEC;
    border-top: 1px solid #DDD;
}

    .widget-footer p
    {
        margin: 0;
    }

.features
{
    margin-top: 10px;
    list-style: none;
}

    .features > li
    {
        line-height: 30px;
    }

        .features > li > i
        {
            margin-right: 10px;
            font-size: 20px;
        }

.center-align
{
    text-align: center;
}

.product-snap
{
    display: inline;
}

.article
{
    font-size: 15px;
    line-height: 22px;
}

.team-member-description
{
    padding-top: 60px;
}

.bottom-space
{
    margin-bottom: 30px;
}

.bottom-space-less
{
    margin-bottom: 10px;
}

.post-row
{
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sidebar
{
    padding: 20px 0;
}

.circle
{
    width: 75px;
    height: 75px;
    background-color: #2E3436;
    color: white;
    text-align: center;
    font-size: 25px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
}

.event-date
{
    padding-top: 13px;
    display: block;
    line-height: 25px;
}

.counter
{
    display: block;
    padding-top: 25px;
}

.signin-with-list
{
    list-style: none;
}

    .signin-with-list > li
    {
        margin-top: 20px;
    }

        .signin-with-list > li > a
        {
            color: white;
            padding: 8px;
            display: inline-block;
            cursor: pointer;
        }


.form-signin-signup input[type="text"],
.form-signin-signup input[type="password"]
{
    width: 70%;
    height: 30px;
}

.form-signin-signup input
{
    margin-bottom: 15px;
}

.remember-me
{
    margin: 0 auto;
    width: 70%;
}

    .remember-me a
    {
        font-size: 15px;
    }

.contact-mail,
.contact-mail:hover
{
    color: black;
    text-decoration: none;
}

.form-contact-us input[type="text"],
.form-contact-us textarea
{
    margin-bottom: 20px;
    width: 70%;
}

.form-contact-us input[type="text"]
{
    height: 25px;
}

.form-contact-us textarea
{
    height: 100px;
}

footer
{
    color: white;
}

.quick-links
{
    list-style: none;
}

    .quick-links > li
    {
        line-height: 30px;
    }

        .quick-links > li > a
        {
            color: white;
        }

.social-icons-row
{
    margin-top: 50px;
}

    .social-icons-row > a
    {
        color: white;
        font-size: 30px;
        margin-left: 25px;
    }

        .social-icons-row > a:hover,
        .social-icons-row > a:focus
        {
            color: orange;
            text-decoration: none;
        }

.phone-number
{
    margin-left: 25px;
}

.footer-divider
{
    border-top: 0;
    border-bottom: 1px solid #333;
}
/* End: Bootbusiness specific CSS */

/* Start: Responsive CSS section */
@media (max-width: 979px)
{
    .nav-collapse .dropdown-menu a
    {
        color: white;
    }

        .nav-collapse .dropdown-menu a:hover
        {
            background-color: #2E3436;
        }

    .nav-collapse .nav-header,
    .nav-collapse .dropdown-submenu > a
    {
        display: none;
    }

    #topSearchBox
    {
        width: 100px;
    }
}

@media (min-width: 1200px)
{
    body
    {
    }
}
/* End : Responsive CSS section */
