body {
    font-family: 'Roboto', sans-serif
}

h1 {
    font-size: 43px;
    font-weight: 600
}

h2 {
    font-size: 32px;
    font-weight: 600
}

h3 {
    font-size: 20px;
    font-weight: 600
}

h4 {
    margin: 30px 0 10px
}

h1.backline,
h2.backline,
h3.backline {
    margin: 60px 0 15px;
    border-bottom: 1px solid #999;
    text-align: center
}

h1.backline span,
h2.backline span,
h3.backline span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    top: 10px
}

.btn {
    border-radius: 0;
    background: #ec7c23;
    background: -moz-linear-gradient(left, #EC7A20 0%, #f9ac2e 100%);
    background: -webkit-linear-gradient(left, #ec7c23 0%, #f9ac2e 100%);
    background: linear-gradient(to right, #ec7c23 0%, #f9ac2e 100%);
    border: 1px solid #ec7c23;
    border-radius: 3px
}

@media only screen and (min-width: 850px) {
    .no-padding {
        padding: 0
    }
}

@media only screen and (min-width: 1200px) {
    .no-padding-lg {
        padding: 0
    }
}

@media only screen and (max-width: 1200px) {
    .no-padding-md {
        padding: 0
    }
}

@media only screen and (max-width: 995px) {
    .no-padding-sm {
        padding: 0
    }
}

@media only screen and (max-width: 768px) {
    .no-padding-xs {
        padding: 0
    }
}

@media only screen and (max-width: 995px) {
    .nav.navbar-nav {
        margin: 7.5px 0
    }
}

.padding-top {
    padding-top: 10px
}

.weight-normal {
    font-weight: normal !important
}

.style-italic {
    font-style: italic !important
}

ul.nav>li>a {
    padding: 5px 15px 5px 5px;
    margin-left: -5px;
    color: #ef7622 !important
}

a {
    color: #ef7622
}

a:hover {
    color: #C3601B
}

.precontent {
    background: #f0f0f0;
    overflow: auto;
    font-size: 13px;
    padding: 0 0 0 10px;
}

.precontent .navbar-nav {
    margin: 0
}

.precontent a {
    color: #EC7A20
}

.precontent li a {
    color: #787878
}

.precontent li a:hover {
    text-decoration: underline
}

.precontent .navbar-right {
    margin-right: 0 !important
}

.precontent .orange-bar {
    background: #ec7c23;
    background: -moz-linear-gradient(left, #EC7A20 0%, #f9ac2e 100%);
    background: -webkit-linear-gradient(left, #ec7c23 0%, #f9ac2e 100%);
    background: linear-gradient(to right, #ec7c23 0%, #f9ac2e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ec7c23', endColorstr='#f9ac2e', GradientType=1)
}

.precontent .orange-bar li:first-child {
    margin-right: 50px
}

.precontent .orange-bar li a {
    color: #fff
}

.precontent .orange-bar li a:hover {
    background: none
}

.idiom a {
    color: #fff !important;
    float: right;
    height: 30px;
    width: auto;
    padding: 0 15px 0 0;
}

.idiom a img {
    height: 30px;
    position: relative;
    top: -6px;
}

header#main-header {
    padding: 15px 0;
    border-bottom: 2px solid #ddd
}

header#main-header .col-md-9,
header#main-header .col-md-3 {
    padding: 0
}

header#main-header figure.navbar-header a {
    display: block;
    position: relative;
    z-index: 2
}

.main-navbar {
    margin-top: 30px;
    margin-left: 25px !important;
    float: left
}

.main-navbar ul li.active {
    font-weight: 800
}

.main-navbar ul li a:hover {
    background: none;
    text-decoration: underline;
    color: #151515
}

.navbar-default {
    background: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important
}

form#search {
    float: right;
    border: 2px solid #ddd;
    padding: 0;
    margin: 22px 0 0 0
}

form#search input {
    background: none;
    border: none
}

form#search input[type="text"] {
    width: calc(100% - 35px);
    padding: 10px;
    float: left;
    outline: none;
    color: #666
}

form#search input[type="text"]:focus::-webkit-input-placeholder {
    color: #ddd
}

form#search input[type="submit"] {
    width: 35px;
    float: right;
    padding: 10px 0;
    background: url("/media/assets/front/img/search-icon.svg") no-repeat center
}

.poweredby {
    padding: 15px 0
}

footer#footer {
    width: 100%;
    background: #333;
    padding: 25px 0;
    margin-top: 60px
}

footer#footer p {
    color: #fff
}

section#main-banner {
    margin-bottom: 30px
}

.banner-left {
    background: #ffb819;
    height: 320px;
    padding: 0 30px;
    display: flex;
    align-items: center
}

.banner-left .indent {
    border-left: 7px solid #ef7622;
    margin: 0;
    padding-left: 20px
}

.banner-left h1 {
    color: #fff;
    padding-top: 5px;
    padding-top: 5px
}

.banner-left h3.indent {
    color: #ef7622;
    padding-bottom: 5px
}

.banner-left .btn {
    background: #fff;
    padding: 10px 30px;
    margin-top: 30px;
    color: #ef7622
}

.banner-right {
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003441;
    background: -moz-linear-gradient(top, #003441 1%, #003441 8%, #007889 100%);
    background: -webkit-linear-gradient(top, #003441 1%, #003441 8%, #007889 100%);
    background: linear-gradient(to bottom, #003441 1%, #003441 8%, #007889 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#003441', endColorstr='#007889', GradientType=0)
}

.ad-comp {
    width: 100%;
    /* height: 350px; */
    background: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ddd
}

.col-md-4.card-home {
    margin-bottom: 27px;
}


@media only screen and (max-width: 850px) {
    .card-home {
        margin-bottom: 15px
    }
}

@media (min-width: 992px) {
	.col-md-4.card-home {
	    width: 50%;
	}
}

.card-home header {
    height: 140px;
    background: #ef7622;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.card-home header h2 {
    color: #fff;
    font-size: 21px;
    font-weight: 500
}

.card-home header h3 {
    color: #ddd;
    font-size: 16px;
    font-weight: 500
}

.card-home section {
    background: #F0F0F0;
    padding: 20px 20px 10px
}

.card-home section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0
}

.card-home section ul li {
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.card-home section p a {
    color: #333
}

ul.support {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px
}

ul.support li {
    margin: 0 15px;
    max-width: 150px;
    max-height: 100px;
    text-align: center
}

ul.support li img {
    max-width: 100%;
    max-height: 100px
}

.event-header {
    position: relative;
    top: -2px;
    overflow: auto
}

.event-header .banner {
    width: 100%;
    max-width: 1210px;
    background: linear-gradient(to bottom, #003642 0%, #51a2b2 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 180px;
    z-index: 0
}

.event-header .banner h4 {
    margin-top: 45px
}

.event-header .event-header-info {
    position: relative;
    margin-top: 90px
}

.event-header .event-header-info .event-logo {
    text-align: center
}

.event-header .event-header-info .event-logo figure {
    padding: 20px 0;
    border-radius: 2px;
    border: 1px solid #fff;
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-header .event-header-info .event-logo img {
    max-width: 80%
}

.event-header .event-header-info .event-data {
    margin-top: 110px
}

.event-header .event-header-info .event-data h1 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    line-height: 38px
}

.event-header .event-header-info .event-data hr {
    margin: 10px 0
}

.event-header .event-header-info .event-data ul.nav>li>a {
    padding: 5px 15px 5px 5px;
    margin-left: -5px
}

.event-header h3,
.event-header h4 {
    position: absolute;
    right: 60px;
    top: 15px;
    color: #fff
}

.events-child-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
    padding-left: 11px;
    padding-right: 11px;
}

.events-child-area > div:first-child {
    /* overflow: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; */
}

.events-child-area section.container.no-padding img {
    width: 100%;
    max-width: 979px;
}



@media screen and (max-width: 691px) {
    .events-child-area {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.event-child-card {
    margin-bottom: 7px;
    padding: 7px
}

.event-child-card a:hover {
    text-decoration: none
}

.event-child-card a:hover section {
    background: #f0f0f0
}

.event-child-card a p {
    color: #000
}

.event-child-card header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    text-align: center;
    /* height: 200px; */
    height: 245px;
    background: darkcyan
}

.event-child-card header h2 {
    color: #fff;
    font-size: 21px
}

.event-child-card header p {
    color: #151515
}

.event-child-card section {
    background: #FAFAFA;
    padding: 15px
}

.event-row {
    border-left: 10px solid darkcyan;
    background: #F0F0F0;
    padding: 15px;
    margin-bottom: 15px
}

.event-row a {
    color: #000
}

.event-row a:hover {
    text-decoration: none
}

.publication-header {
    position: relative;
    top: -2px;
    padding: 15px 0;
    margin-bottom: 30px
}

.publication-header hr {
    margin: 10px 0;
    border-color: rgba(255, 255, 255, 0.5)
}

.publication-header h1 {
    color: #fff
}

@media only screen and (max-width: 995px) {
    .publication-header .nav.navbar-nav {
        margin: 7.5px 0
    }
}

.publication-header .nav.navbar-nav a {
    color: #fff !important
}

.publication-header .nav.navbar-nav a:hover {
    background: none;
    text-decoration: none;
    opacity: 0.6
}

.publication-header p.pull-right {
    color: #fff
}

.event-logo-single figure img {
    max-height: 190px
}

.publication-last-edition .banner-left {
    background: none
}

.publication-last-edition .banner-left h1,
.publication-last-edition .banner-left h3,
.publication-last-edition .banner-left a.btn {
    color: #000
}

.publication-last-edition .banner-left h1 {
    font-size: 39px
}

.publication-last-edition>a {
    text-decoration: none
}

.publication-last-edition>a:hover {
    text-decoration: none
}

.publication-last-edition figure {
    height: 240px;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #003642 0%, #51a2b2 100%) !important
}

.publication-event-item {
    background: #eee;
    padding: 10px 15px;
    margin-bottom: 15px
}

.publication-event-item a p {
    color: #000
}

.event-logo figure {
    background: linear-gradient(to bottom, #003642 0%, #51a2b2 100%);
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 70px;
}

.event-logo figure img {
    width: 100%;
}

ul.summary {
    list-style: none;
    padding: 0;
    margin: 0
}

.article-list h3 {
    margin-left: 15px
}

.article-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.article-list li {
    margin: 0 0 2px 0;
    background: #fff;
    padding: 25px 15px;
    position: relative;
    overflow: auto;
    border-top: 1px solid #ddd
}

.article-list li figure {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 15px;
    background: none !important
}

.article-list li figure img {
    max-width: 100%
}

.article-list li h2 {
    margin: 0 0 5px 0;
    font-size: 15px;
    float: right;
    width: calc(100% - 60px)
}

.article-list li h2 a {
    color: #151515
}

.article-list li h4 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 300;
    float: right;
    width: calc(100% - 60px)
}

.article-list li p {
    margin: 0;
    font-size: 14px;
    color: #666;
    float: right;
    width: calc(100% - 60px)
}

.article-list li p.page {
    /* position: absolute; */
    position: initial;
    bottom: 15px;
    right: 15px;
    width: auto
}

.article-page .row {
    margin-bottom: 15px
}

.article-page a.btn,
.article-page button.btn
{
    border: 1px solid #b53629;
    border-radius: 3px;
    background-image: url(/media/assets/front/img/pdf.svg);
    background-size: 32px auto;
    background-position: 9px 9px;
    background-repeat: no-repeat;
    padding: 15px 20px 13px 54px;
    color: #fff;
    letter-spacing: 0;
    font-weight: bold;
    background-color: #e2574c;
    text-shadow: none
}

.article-page h1,
.article-page h2 {
    font-size: 25px;
    margin: 0 0 10px 0
}

.article-page h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
    font-weight: normal
}

.article-page .author-box-area {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0
}

.article-page .author-box {
    width: calc(25% - 15px);
    margin: 0 15px 15px 0;
    background: #fff;
    padding: 7px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.125);
}

.article-page .author-box figure {
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 15px;
    background: #ddd
}

.article-page .author-box p {
    margin: 0
}

.author-box img {
    width: 100%;
    height: auto;
    opacity: 0.5;
}

a.btn.btn-default.requestAuthorship {
    background-image: none;
    padding: 6px 12px;
    background-color: #ef7622;
    font-size: 12px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-height: 90%;
    height: auto;
}


#download_button {
    /* padding-bottom: 10px; */
    /* width: 100% !important; */
    /* padding: 0 !important; */
    /* margin: 0 !important; */
}

.download-button {
    width: 100%;
    /* padding: 15px 15px 13px; */
    padding: 15px 5px 13px !important;
    /* -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
    box-shadow: -3px 5px 10px 0px rgba(0,0,0,0.20); */
    border: solid 1px #d9d9d9;

    margin: 0 !important;
    margin-bottom: 22px !important;
}
    .affix .download-button {
        -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
        box-shadow: -3px 5px 10px 0px rgba(0,0,0,0.20);
    }
    #download_button.affix {
        width: 270px;
        float: right;
        right: 0%;
        z-index: 99;
        padding: 0 10px !important;
        margin: 0 !important;
    }

    @media only screen and (max-width: 991px) {
        #download_button.affix {
            max-width: inherit;
            width: 100% !important;
        }
    }

.download-button h3 {
    font-size: 12px;
    margin: 0;
    text-align: center;
    padding-bottom: 5px;
}

a.download_article {
    font-size: 10px;
    width: 100%;
}

.category-list {
    list-style-type: disc;
}

.subcategory-list {

}

.title-category {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
/*# sourceMappingURL=theme.css.map */



/* .button_download_div {
    padding-left: 5px;
    text-align: center;
    padding-top: 21px;
    padding-bottom: 26px;
} */


.event-header[data-event-id="469"] .event-header-info .event-logo figure, 
section#main-banner[data-event-id="469"] .banner-right,
.event-header[data-event-id="539"] .event-header-info .event-logo figure, 
section#main-banner[data-event-id="539"] .banner-right,
.event-header[data-event-id="110"] .event-header-info .event-logo figure,
section#main-banner[data-event-id="110"] .banner-right,
.event-header[data-event-id="34"] .event-header-info .event-logo figure,
section#main-banner[data-event-id="34"] .banner-right
{
    background: #202020 !important;
}

.banner-right img {
    margin: 0 auto;
}



section#second-banner img {
    width: 100%;
    float: left;
    display: block;
}
section#second-banner {
    margin-bottom: 30px;
    padding: 0;
    border: solid 1px #ababab;
}
