body {
    background: #303030;
    font-family: 'Open Sans', sans-serif;
    color: #454545;
	background-image: url("images/back.jpg");
    font-size: 18px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

h1, h2 {
    color: #e2b110;
    font-family: 'Bitter', serif;
}

h3, h4 {
    color: #454545;
}

.entry-title, .widget-name {
    font-family: 'Bitter', serif;
}

a {
    color: #454545;
}

a:hover {
    color: #000;
}

.wrapper {
    background: #fff;
    padding: 0;
}

.lang-select {
    background: #000;
    color: #fff;
}

/*Navbar*/
.navbar-main {
    background: #e2b110;
    margin-bottom: 0px;
    border-radius: 0px;
    border-left: 0px transparent !important;
    border-right: 0px transparent !important;
    font-family: 'Bitter', serif;
    font-weight: 400;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-color: transparent;
    z-index: 999;
}

.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #000 !important;
}

.navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff !important;
    background: #e2b110 !important;
}

.navbar-brand {
    color: #fff !important;
    font-family: 'Bitter', serif;
    font-size: 16px;
}

.navbar-toggle {
    border-color: transparent !important;
}

.navbar-nav ul.navbar-nav a {
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: transparent;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: #000 !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background: #e2b110 !important;
    color: #fff !important;
}

.dropdown.open .dropdown-toggle {
    background: #e2b110 !important;
    color: #fff !important;
}

/*Header*/
.container.header {
    padding: 0px;
    height: 390px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.header-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

/*Footer*/
.footer-logos-outer {
    padding: 30px 15px 30px 15px;
    background-image: url("images/footer.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
}

.information-block {
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
    padding: 30px 40px 30px 40px;
}

.information-block-title {
    color: #454545;
    font-size: 18px;
    font-family: 'Bitter', serif;
}

.footer-logos {
    margin-top: 20px;
}

.footer-list li {
    border-bottom: 1px solid #e5e5e5;
}

.sponsor-logos {
    max-width: 400px;
    width: 100%;
}

.fa-facebook-official {
    color: #3765a3;
}

@media (max-width: 767px) {
    .information-block {
        padding: 30px 5px 30px 5px;
    }

    .information-block-title {
        margin-top: 30px;
    }
}

/*Content*/
.site-content-wrapper {
    padding: 30px 55px 30px 55px;
}

.site-content {

}

.article-title {
    margin-top: 0px;
}

/*Sidemenu*/
.sidemenu {
    margin-bottom: 20px;
}

@media (max-width: 767px) {

    .site-content-wrapper {
        padding: 30px 15px 30px 15px;
    }

    .sidemenu {
        margin-top: 30px;
    }
}

.sidemenu .list-group {
    margin-bottom: 0px;
}

.sidemenu-group-frame {
    -webkit-box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.12);
}

.sidemenu .list-group .list-group-item {
    font-size: 15px;
    border-color: #e5e5e5;
}

.sidemenu .list-group .list-group-item:hover {
    background: #000;
    color: #fff;
    transition: all 0.6s ease 0s;
}

/*Article*/
.article-row {
    margin-bottom: 30px;
}

.leading-article {
    font-size: 18px;
}

.timerow {
    font-size: 15px;
    font-style: italic;
}

.article-buttons {
    margin-top: 50px;
}

.article-buttons a {
    margin-top: 50px;
    font-family: 'Bitter', serif;
}

.article-buttons a {
    font-size: 20px;
}

.article img {
    border: 1px solid #e5e5e5;
    padding: 5px;
    -webkit-box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
    .article img {
        width: 100%;
        height: auto;
    }
}

.list-group-naked {
    -webkit-box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.12);
}

/*News section*/
.site-news {
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

@media (max-width: 768px) {
    .site-news {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.news-article {
    text-align: justify;
}

/*Home programs section*/
.edu-header {
    margin-bottom: 30px;
}

.site-programs {
    padding-bottom: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.home-card {
    padding-bottom: 35px;
}

.home-card-inner {
    padding: 35px 15px 25px 15px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 25px;
    background: #fff;
    background-image: url("images/card.jpg");
    border: 1px solid #e5e5e5;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #202020;
    font-family: 'Bitter', serif;
}

/*PAGE CONTENT*/
.entry-title a:hover {
    text-decoration: underline;
}

.page-container-content {
    padding: 50px;
}

.game-frame {

}

/*SIDEMENU*/
.content-bottom-nav {
    padding-top: 50px;
}

.content-top-nav {
    padding-bottom: 50px;
}

.nav-previous {
    float: right
}

.nav-next {
    float: left;
}

@media (max-width: 768px) {
    .btn-is-block {
        display: block;
        width: 100%
    }

    .nav-next {
        float: none;
    }

    .nav-previous {
        margin-top: 20px;
        float: none;
    }
}

/*BUTTONS*/
.btn {

}

.btn-info {
    color: #202020;
    border-color: #808080;
    background-color: transparent;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-color: #000;
    color: #fff;
    transition: all 0.4s ease;
}

.btn-info:disabled, .btn-info[disabled], .btn-info.disabled {
    background-color: transparent;

}

.btn-info.btn-fill {
    color: #fff;
    background-color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn-info.btn-fill:hover, .btn-info.btn-fill:focus, .btn-info.btn-fill:active, .btn-info.btn-fill.active, .open > .btn-info.btn-fill.dropdown-toggle {
    background-color: #000;
    color: #000;
}

/*PAGINATION*/
.pagination {
    margin: 30px 0 0 0;
    padding-top: 0px;
    width: 100%;
    margin-left: -20px;
    text-align: center;
    clear: both;
}

.pagination ul {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
}

.pagination ul > li {
    display: inline;
}

.pagination ul > li > a {
    color: #eeeeee;
    transition: all 0.4s ease;
}

.pagination ul > li > a .next {
    float: right;
}

.pagination ul > li > a:hover {
    color: #fff;
    background: #000;
}

.pagination .current {
    color: #fff;
    background: #000;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-left-width: 0;
    display: inline-block;
    color: #000;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    border-rigth-width: 1px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.size-full {
    width: 100%;
    height: auto;
}

.post-image-full {
    margin-bottom: 15px;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: transparent;
    max-width: 96%; /* Image does not overflow the content area */
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 1px solid #e5e5e5;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 5px;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*GALLERY*/

.gallery {
    margin: auto;
}

.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
    height: 160px;
    overflow: hidden;
    border-radius: 3px;
    padding: 20px;

}

.gallery img {
    border: none !important;
    width: 100%;
    height: auto;
}

.gallery .gallery-caption {
    display: none;
}

@media (max-width: 767px) {
    .gallery .gallery-item {
        width: 100% !important;
        height: auto !important;
    }
}

.attachment img {
    width: 100% !important;
    height: auto !important;
    border-radius: 3px;
    border: 3px solid #fff;
}