/*
Hex Codes
*
Body font colour =  #333331
Body bg colour =    #FFFFFF

Link colour =       #222221
Link hover colour = #222223

H1 colour = #153b7a
H2 colour = #200000
H3 colour = #300000
H4 colour = #400000
H5 colour = #500000
H6 colour = #600000

Separator colour =  #e7e7e7

Button text colour =            #FFFFFB
Button text hover colour =      #FFFFFC
Button bg colour =              #0e640a
Button bg hover colour =        #00000C

Header bg colour =  #fdf0d7

Menu bg colour =                #01245E
Menu link colour =              #F7F7F7
Menu selected bottom border =   #f9aa0a
Menu hover bottom border =      #333334
Menu dropdown bg color =        #000044

Mobile menu btn bg =            #888881
Mobile menu btn hover bg =      #888882
Mobile menu btn lines =         #444441
Mobile menu btn hover lines =   #444441

Footer bg colour =          #01245e
Footer text colour =        #d1e2ff
Footer link colour =        #d1e2ff
Footer link hover colour =  #ffffff

Table head bg =     #8e0b13
Table head text =   #F1FFFF
Table head border = #e1e1e1

Table odd bg =  #F9F9F9
Table even bg = #F1F1F1

Sidebar box title bg =      #8e0b13
Sidebar box title text =    #FFFFFF

Sidebar box separator =     #e1e1e1

Top bonuses box bg =    #f4f4f4
Top bonuses box text =  #232322

Featured game overlay bg =          1,1,0  (rgb not hex)
Featured game overlay text =        #FCFCF1
Featured game overlay link =        #FCFCF2
Featured game overlay link hover =  #FCFCF3

BackToTop Arrow =       #950c14
BackToTop Arrow Hover = #767676
*
*
*
*
For full icons list go to: #
For example on how to use icons: #
*
*/

/*
Changes to body font settings will reflect in all elements, unless the elements have specific custom css font settings
*/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #FFFFFF;
}

body a {
    text-decoration: underline;
    color: #222221;
}

body a:hover {
    text-decoration: none;
    color: #222223;
}

body p {
    line-height: 1.6em;
}

/*
Titles *******************************************
*/

h1 {
    font-size: 36px;
    color: #153b7a;
	font-weight: bold;
}

h2 {
    font-size: 26px;
    color: #200000;
	font-weight: bold;
}

h3 {
    font-size: 24px;
    color: #300000;
}

h4 {
    font-size: 18px;
    color: #400000;
}

h5 {
    font-size: 14px;
    color: #500000;
}

h6 {
    font-size: 12px;
    color: #600000;
}

/*
Buttons *******************************************
*/

.btn {
    border: none !important;
    text-decoration: none;
    color: #FFFFFB;
    background: #0e640a;
}

.btn:hover {
    text-decoration: none;
    color: #FFFFFC;
    background: #00000C;
}

/*
Separator *******************************************
*/
.separator {
    border-bottom: 1px solid #e7e7e7;
}

/*
Spacers *******************************************
*/
.space5 {
    height: 5px;
}

.space10 {
    height: 10px;
}

.space15 {
    height: 15px;
}

.space20 {
    height: 20px;
}

.space25 {
    height: 25px;
}

.space30 {
    height: 30px;
}

.space35 {
    height: 35px;
}

.space40 {
    height: 40px;
}

.space45 {
    height: 45px;
}

.space50 {
    height: 50px;
}

/*
Header = Logo Area *******************************************
*/

header {
    background: #fdf0d7;
}

header img {
    padding: 5px 20px;
    max-width: 100%;
}

/*
Menu *******************************************
*/
.navbar {
    background: #01245E;
    border: none;
}

.navbar a {
    text-decoration: underline;
    color: #F7F7F7 !important;
    text-shadow: none !important;
}

.navbar a:hover {
    border-bottom: 3px solid #333334;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 3px solid #f9aa0a;
}

.navbar-inverse .navbar-nav > .active > a {
    font-weight: bold;
}

.dropdown-menu {
    background: #000044;
}

.dropdown-menu > li > a {
    background: none !important;
}

.dropdown-menu > li > a:hover {
    background: none !important;
    border: none !important;
}

.navbar-collapse {
    border: none;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

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

.navbar-inverse .navbar-toggle {
    background-color: #888881;
    border: 1px solid transparent !important;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:active,
.navbar-inverse .navbar-toggle:focus {
    background: #888882 !important;
    border: 1px solid transparent !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background: #444441 !important;
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
    background: #444442 !important;
}

@media (max-width: 991px) {
    .navbar .navbar-nav {
        width: 100%;
    }

    .dropdown-menu {
        text-align: center !important;
    }
}

/*
Footer *******************************************
*/
footer {
    background: #01245e;
    color: #d1e2ff;
    font-size: 0.8em;
    width: 100%;
    overflow-x: hidden;
}

footer a {
    color: #d1e2ff;
}

footer a:hover {
    color: #ffffff;
}

footer .copyright {
    font-weight: bold;
    margin: 20px 0;
    display: block;
    font-size: 1.1em;
}

footer .footer-note {
    max-width: 1300px;
    margin: 30px auto;
    padding: 0 20px;
	text-align: center;
}

/*
Table *******************************************
*/

.table {
    text-align: center;
}

.table thead {
    background: #8e0b13;
    color: #F1FFFF;
}

.table thead tr th {
    border-bottom: 2px solid #e1e1e1;
    text-align: center;
}

.table tbody tr td {
    vertical-align: middle;
    padding: 3px 8px;
}

.table tbody tr td i {
    font-size: 1.4em;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F9F9F9;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #F1F1F1;
}

/*
Image *******************************************
*/
.img-left {
    float: left;
    margin: 3px 15px 3px 0;
}

.img-right {
    float: right;
    margin: 3px 0 3px 15px;
}

.img-full {
    width: 100%;
}

.img-overlay {
    background: -webkit-linear-gradient(rgba(1, 1, 0, 0), rgba(1, 1, 0, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(1, 1, 0, 0), rgba(1, 1, 0, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(1, 1, 0, 0), rgba(1, 1, 0, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(1, 1, 0, 0), rgba(1, 1, 0, 1)); /* Standard syntax (must be last) */
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 45px 0 10px 0;
}

/*
FAQ *******************************************
*/
.faq {
    margin: 0 0 20px 0;
}

.faq p {
    margin: 0;
}

.faq p:first-of-type {
    font-weight: bold;
}

/*
Sidebar Boxes *******************************************
*/
.div-title {
    background: #8e0b13;
    color: #FFFFFF;
    border-bottom: 2px solid #e1e1e1;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.div-box {
    padding: 15px;
    border-bottom: 2px solid #e1e1e1;
    background: #f4f4f4;
    color: #232322;
}

/*
Top Bonuses *******************************************
*/
.top-bonuses .media-heading {
    font-size: 1em;
}

.top-bonuses p {
    margin: 0 0 7px 0;
    line-height: 1.3em;
}

/*
Top Casino
*/
.top-casino .item {
    padding: 10px 15px;
    font-size: 0.9em;
}

.top-casino .item .title {
    font-weight: bold;
}

.top-casino .item p {
    margin: 0 0 2px 0;
    line-height: 1.3em;
}

.top-casino .item .media {
    margin-top: 5px;
}

/*
Featured Game
*/
.featured-game .item {
    padding: 10px 15px;
    font-size: 0.9em;
    color: #FCFCF1 !important;
}

.featured-game .item a {
    color: #FCFCF2 !important;
}

.featured-game .item a:hover {
    color: #FCFCF3 !important;
}

.featured-game .item .title {
    font-weight: bold;
}

.featured-game .item p {
    margin: 0 0 2px 0;
    line-height: 1.3em;
}

/*
Back to Top Arrow
*/
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 20px;
    display: none;
    z-index: 2000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    color: #950c14;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.back-to-top:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-decoration: none;
    color: #767676;
}
.clearfix::after{content:"";display:table;clear:both}
