@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700'); 

body {
    font: normal 14px 'Comfortaa', cursive;
    background: #FF634D;
}

img {
    padding: 0px;
    border: none;
    display: inline-block !important;
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

.nopadding {
    padding-left: 0;
    padding-right: 0
}

.nopadding-left {
    padding-left: 0;
}

.nopadding-right {
    padding-right: 0
}

img.alignleft {
    display: inline;
    padding: 5px 10px 0 0;
    float: left;
    border: 0 none;
}

img.alignright {
    display: inline;
    padding: 5px 0 0 10px;
    float: right;
    border: 0 none;
}

a {
    color: #FF634D;
    text-decoration: underline !important;
}

a:focus {
    outline-style: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 15px 0 5px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Comfortaa', cursive;
    color: #000 !important;
}

h1 {
    color: #fff;
}

p {
    margin: 0;
    padding-top: 10px;
    font: normal 14px/18px 'Comfortaa', cursive;
    color: #5b5b5b;
}

ul,ol,li {
    line-height: 15px;
    color: #464646;
    text-decoration: none;
    margin-left: 10px;
}

a:link,a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

#main {
}

#header {
    background: #BCF1ED;
}

.top_bg {
}

.logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo h1 {
    font: normal 20px 'Comfortaa', cursive;
    color: #fff;
}

.logo a {
    color: #fff;
}

.top_nav {
    border-top: 2px solid #fff;
    padding-left: 0;
    background: #FDEDD0;
}

.top_nav ul {
    list-style: none;
}

.top_nav ul li {
    padding: 7px 15px;
    font: bold 14px/20px 'Comfortaa', cursive;
    color: #FF634D;
    border-right: 1px solid #fff;
}

.top_nav ul li a {
    color: #FF634D;
    text-decoration: none !important;
    text-transform: uppercase;
}

.top_nav ul li a:hover {
    text-decoration: underline;
    color: #000;
}

.top_nav ul li:first-child {
    background: none;
    border-left: 1px solid #fff;
}

#center {
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.center_area {
    margin-top: 15px;
}

.center_fild {
}

.center_fild_area {
    border: 1px solid #d0d0d0;
    background: #fff;
}

.center_fild_top {
    padding: 7px 12px;
    width: 626px;
    background: url("images/center_title.jpg") left top repeat-x #ca0018;
    float: left;
}

.center_fild_top h2 {
    font: normal 14px/15px 'Comfortaa', cursive;
    color: #fff;
}

.center_fild_mid {
    background-color: #fff;
}

.heading_text h3 {
    margin-bottom: 7px;
    padding-bottom: 6px;
    border-bottom: 1px solid #d1d1d1;
    font: normal 20px 'Comfortaa', cursive;
    color: #011a26;
}

.heading_text p {
    padding: 0px;
    font: normal 14px/18px 'Comfortaa', cursive;
    color: #5b5b5b;
}

.center_content {
    padding: 0px 10px 10px 10px;
    font: normal 14px/18px 'Comfortaa', cursive;
    color: #5b5b5b;
}

.center_content img {
    padding: 5px 15px 0px 0px;
}

.center_content p {
    padding-top: 5px;
    font: normal 14px/18px 'Comfortaa', cursive;
    text-align: justify;
    color: #5b5b5b;
}

.center_fild_top1 {
    margin-bottom: 5px;
    padding: 7px 12px;
    background: #FD795B;
    font: normal 16px/19px 'Comfortaa', cursive;
    text-align: justify;
    color: #5b5b5b;
}

.center_fild_top1 h1 {
    color: #fff;
}

.center_banner {
    padding-top: 23px;
    text-align: center;
}

.side_bar {
}

.side_bar form {
    margin-top: 15px;
}

.side_menu {
    margin-top: 15px;
}

.side_bar_menu {
    border: 1px solid #d0d0d0;
}

.menu_title_bg {
    padding: 7px 13px;
    background: #FD795B;
}

.menu_title_bg h2 {
    font: normal 14px 'Comfortaa', cursive;
    color: #fff;
    text-transform: uppercase;
}

.menu_list {
    padding-left: 10px;
    padding-right: 10px;
}

.menu_list ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.menu_list ul li {
    padding: 0;
    display: block;
    background: url("images/side_mid.jpg") left bottom repeat-x #fff;
    margin-left: 0;
    float: none;
}

.menu_list ul li a {
    font: bold 14px/20px 'Comfortaa', cursive;
    text-decoration: none !important;
    color: #FF634D !important;
    display: block;
    padding: 0;
}

.menu_list ul li a:hover {
    color: #000;
}

.menu_bg_bottom {
    width: 264px;
    height: 12px;
    background: url("images/side_bottom.jpg") left top no-repeat;
    float: left;
}

.side_banner {
    padding: 3px 0px 28px 0px;
    text-align: center;
    display: none;
}

.alignleft {
    float: left;
    width: 95px;
}

.alignright {
    float: left;
}

#success_message {
    display: none;
}

footer p, footer a {
    color: #fff;
}

ul#fotrmenu {
    list-style: none;
    margin-top: 20px;
}

ul#fotrmenu li {
    display: inline-block;
}

ul#fotrmenu li a {
    text-decoration: none !important;
    margin: 0 5px;
    background: #000000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

ul#fotrmenu li a:hover {
    opacity: .7;
}


@media (min-width: 769px) {
    .side_banner {
        display:block;
    }

    .navbar-brand {
        display: none;
    }

    #mainmenu, #gamemenu {
        padding: 15px;
    }
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
