/*
Theme Name: Earsel workshop themes
Theme URI: http://hellit.cz
Author: Hellit.cz
Author URI: http://hellit.cz/
Description: Earsel workshop themes.
Version: 1.0
*/
@import url("./css/bootstrap.css");
@import url("./css/bootstrap-theme.min.css");

body {
    font-family: Arial;
}

header {
    background: #324468;
}

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

h2 {
    color: #324468;
    font-size: 22px;
    font-weight: normal;
    margin: 0px;
}

img.aligncenter {
    margin: 0 auto;
    display: block;
}

.logo img {
    margin: 10px 20px 10px 0px;
    max-width: 100%;
    max-height: 70px;
}

.social_icon {
    margin-top: 28px;
}

.hell_facebook {
    width: 36px;
    height: 36px;
    background: url('./img/icon_facebook.png') center center no-repeat;
    float: right;
    margin-left: 3px;
}

.title_wrap {
    background-color: #eaeaea;
    min-height: 145px;
}

.title_wrap h1 {
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: #324468;
    margin: 53px 0px;
}

.hell_twitter {
    width: 36px;
    height: 36px;
    background: url('./img/icon_twitter.png') center center no-repeat;
    float: right;
    margin-left: 3px;
}

.hell_linkedin {
    width: 36px;
    height: 36px;
    background: url('./img/icon_linkedin.png') center center no-repeat;
    float: right;
    margin-left: 3px;
}

.top_navigation {
    background: #d5d5d5;
    height: 58px;
}

.hp_newsletter_wrap {
    background: url('./img/hp_bg.png') center center no-repeat #2b3b5b;
    min-height: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.content_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hp_ait_wrap {
    background: url('./img/aitjournal.jpg') center center no-repeat #6c6c6c;
    min-height: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.silver_line {
    background-color: #eaeaea;
}

ul.menu-list {
    height: 58px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.menu-list > li {
    height: 58px;
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none;
    line-height: 58px;
    position: relative;
}

ul.menu-list > li a {
    font-size: 16px;
    color: #4f4e17;
    height: 58px;
    line-height: 58px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

ul.menu-list > li a:hover {
    background-color: #fff;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

ul.menu-list > li::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
}

ul.menu-list > li {
    text-align: center;
}

/** ----------------------------- */

ul.menu-list li li a {
    padding: 10px 15px 10px 15px;
    background-color: #fff;
    border-top: none;
    text-transform: none;
    letter-spacing: normal;
    line-height: 32px;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
    text-align: left;
}

ul.menu-list li li a:hover {
    border-top: none;
}

ul.menu-list li li a:hover {
    text-decoration: underline;
}

ul.menu-list li ul {
    width: 180px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 350;
    display: none;
    background: #fff;
    padding: 0px;
}

ul.menu-list li li {
    display: block;
    float: none;
}

ul.menu-list li:hover > ul {
    display: block;
}

ul.menu-list li ul ul {
    left: 100%;
    top: 0px;
}

/*****/

.top_navigation_mobile {
    background: #d5d5d5;
}

.menu-yellow {
    background-color: #d5d5d5 !important;
}

#topmobilemenu {
    display: none;
}

ul.menu-list-mobile {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.news_wrap_hp {
    margin-top: 20px;
}

.affix {
    top: 0px;
}

ul.menu-list-mobile > li > a {
    padding: 10px 20px 10px 20px;
    color: #324468;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    width: 100%;
    display: block;
}

ul.menu-list-mobile > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.menu-list-mobile > li > ul > li > a {
    padding: 10px 20px 10px 20px;
    color: #324468;
    font-size: 18px;
    text-align: left;
    font-weight: normal;
    width: 100%;
    display: block;
}

.silver_line h2 {
    line-height: 110px;
    font-size: 22px;
    font-family: Arial;
    font-weight: normal;
    color: #324468;
    text-transform: uppercase;
}

.content h1, .content_wrap h1 {
    font-size: 34px;
    font-family: Arial;
    font-weight: bold;
    text-transform: none;
    line-height: normal;
    color: #1d1f22;
}

.content h2, .content_wrap h2 {
    font-size: 30px;
    font-family: Arial;
    text-transform: none;
    line-height: normal;
    color: #1d1f22;
}

.content h3, .content_wrap h3 {
    font-size: 26px;
    font-family: Arial;
    text-transform: none;
    line-height: normal;
    color: #1d1f22;
}

.content h4, .content_wrap h4 {
    font-size: 25px;
    font-family: Arial;
    font-weight: bold;
    text-transform: none;
    line-height: normal;
    color: #1d1f22;
}

.content h5, .content_wrap h5 {
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    text-transform: none;
    line-height: normal;
    color: #1d1f22;
}

.content ul, .content_wrap ul {
    list-style-type: none;
    list-style-image: none;
    margin-left: 5px;
    padding-left: 15px;
}

.content ul li, .content_wrap ul li {
    background: url("img/sipjka-right-ul.png") left center no-repeat;
    padding-left: 25px;
}

.content table {
    width: 100%;

}

.content table tr {
    background-color: #ededed;

}

.content table tr:first-child {
    background-color: #324468;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

.content table tr td {
    padding: 10px 20px;
    line-height: 30px;
}

.content_wrap p {
    font-size: 14px;
    line-height: 26px;
    font-family: Arial;
    font-weight: normal;
    color: #1d1f22;
    text-transform: none;
    line-height: normal;
    line-height: 1.5;
}

.content_wrap a {
    font-family: Arial;
    font-weight: normal;
    color: #1d1f22;
    text-decoration: underline;
    line-height: normal;
}

.content_wrap a:hover {
    font-family: Arial;
    font-weight: bold;
    color: #1d1f22;
    text-decoration: underline;
    line-height: normal;
}

.panel {
    border-radius: 0px;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.hp_modra {
    background-color: #324468;
}

.top_href {
    font-size: 18px;
    padding-right: 30px;
    background: url(./img/arrow_left_white.png) right center no-repeat;
    line-height: 90px;
    color: #fff;
}

.top_href:hover {
    font-size: 18px;
    padding-right: 30px;
    background: url(./img/arrow_left_white.png) right center no-repeat;
    line-height: 90px;
    color: #fff;
}

.content_wrap .panel-heading {
    background: none;
    background-color: #324468;
}

.content_wrap .panel-heading h4 a {
    font-size: 20px;
    color: #ffffff;
    display: block;
}

.content_wrap .panel-heading h4 a:hover {
    font-weight: normal;
}

.content_wrap .panel-heading h4 a {
    background: url(./img/arrow_top.png) right center no-repeat;
}

.content_wrap .panel-heading h4 a.collapsed {
    background: url(./img/arrow_bottom.png) right center no-repeat;
}

.footer_widget {
    background: #f3f3f3;
    min-height: 50px;
    padding-top: 70px;
    padding-bottom: 50px;
}

.adresa_wrap {
    background: url(./img/icon_adress.png) left top no-repeat;
    min-height: 70px;
    padding-left: 90px;
    padding-top: 5px;

}

.contact_wrap {
    background: url(./img/icon_contact.png) left top no-repeat;
    min-height: 70px;
    padding-left: 90px;
    padding-top: 5px;
}

.newsletter_content {
    margin-top: 20px;
}

.newsletter_wrap {

}


.footer_logo_partners {
    background: #ffffff;
    min-height: 50px;
}

.footer_logo_partners .footer_logo_partner {
    text-align: center;
    line-height: 160px;
}

.footer_logo_partners img {
    margin: 20px 15px;
}

.footer_copy {
    background: #324468;
    min-height: 100px;
}

.footer_copy .copy {
    line-height: 100px;
    color: #acb1bf;
    font-size: 14px;
    font-family: Arial;
    text-align: left;
}

.footer_copy .cratedby {
    line-height: 100px;
    color: #fff;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    text-align: right;
}

.margin_top_botom30 {
    margin: 30px 0px 30px 0px;
}

.excerpt_news {
    color: #1d1f22;
    font-size: 14px;
}

.news_wrap {
    position: relative;
    margin-top: 50px;
    min-height: 150px;

}

.events_wrap {
    background: url(./img/bg-half.png) center center repeat-y;
}

.tags_news {
    margin-top: 10px;
}

.tags_news .tag {
    margin: 5px 10px 5px 0px;
    background: #324468;
    border-radius: 2px;
    padding: 2px 5px;
    border: none;
    color: #ffffff;
    font-size: 12px;
    float: left;
}

.doc_tag {
    margin: 30px 10px 30px 0px;
    background: #324468;
    border-radius: 2px;
    padding: 2px 5px;
    height: 20px;
    line-height: 15px;
    border: none;
    color: #ffffff;
    font-size: 13px;
    float: left;
}

.table-col-left {
    padding-left: 15px;
}

.date_news {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
}

.small_date_news {
    position: absolute;
    left: 20px;
    top: 50px;
    width: 70px;
}

.news_navigation {
    background: url(./img/bg_event_nav.png) center center repeat-y;
}

.sub-title-wrap {
    font-size: 24px;
    font-weight: normal;
    color: #324468;
    margin-top: 30px;
    text-transform: uppercase;
}

.content_news h2 a {
    color: #324468;
    font-size: 22px;
    font-weight: normal;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.news_navigation h2 {
    min-height: 80px;
    line-height: 80px;
}

.news_navigation .align_left {
    background: url("./img/arrow_left.png") 15px center no-repeat;
    padding-left: 90px;
}

.news_navigation .align_right {
    background: url("./img/arrow_right.png") right center no-repeat;
    padding-right: 50px;
}

.height150 {
    min-height: 150px;
    background: url("./img/arrow_left.png") 15px center no-repeat;
}

.content_news {
    margin-left: 90px;
    float: left;
}

.date_news .day {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #324468;
    border-bottom: 1px solid #2b3a59;
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
}

.date_news .month {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #55688e;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: normal;
}

.small_date_news .day {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #324468;
    border-bottom: 1px solid #2b3a59;
    color: #ffffff;
    text-align: center;
    font-size: 34px;
    font-family: Arial;
    font-weight: bold;
}

.small_date_news .month {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #55688e;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: normal;
}

.news .title-wrap {
    margin-left: 90px;
}

.news .content {
    margin: 30px 10px 30px 90px;
}

.other_events .date_news .day {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fffd5a;
    border-bottom: 1px solid #dedc4e;
    color: #4a4918;
    text-align: center;
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
}

.other_events .date_news .month {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #eae727;
    color: #4a4918;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: normal;
}

.other_events .content_news h2 a {
    color: #1d1f22;
    font-size: 22px;
    font-weight: normal;
}

.other_events .excerpt_news {
    color: #767a84;
    font-size: 14px;
}

.other_events .sub-title-wrap {
    font-size: 24px;
    font-weight: normal;
    color: #1d1f22;
    margin-top: 30px;
}

.summer_wrap {
    position: relative;
    min-height: 150px;
}

.bottom50 h2 {
    color: #000000;
}

.summer_events .date_news .day {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #555555;
    color: #324468;
    text-align: center;
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
}

.summer_events .date_news .month {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #55688e;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: normal;
}

.summer_events .content_news h2 a {
    color: #324468;
    font-size: 22px;
    font-weight: normal;
}

.summer_events .excerpt_news {
    color: #1d1f22;
    font-size: 14px;
}

.summer_events .sub-title-wrap {
    font-size: 24px;
    font-weight: normal;
    color: #1d1f22;
    margin-top: 30px;
}

.color_black h2 {
    color: #000;
    font-size: 22px;
    font-weight: normal;
}

.bg_color_yellow {
    background-color: #fffd59;
}

.bg_color_silver {
    background-color: #e2e2e2;
}

.content {
    color: #1d1f22;
    margin: 30px 0px 30px 0px;
}

.content ul li {
    list-style-type: none;
}

.content p {
    line-height: 26px;
    margin: 20px 0px 20px 0px;
}

.content h2 {
    font-weight: normal;
    margin: 20px 0px 20px 0px;
    font-size: 30px;
}
.content ul {
    padding-left: 0px;
}
.content ul li{
    line-height: 2;
}

.content ol {
    padding-left: 20px;
}
.content ol li{
    padding-left: 10px;
    line-height: 2;
}

.content h3 {
    font-weight: normal;
    margin: 20px 0px 20px 0px;
    font-size: 26px;
}

.content h4 {
    font-weight: normal;
    margin: 10px 0px 10px 0px;
    font-size: 25px;
}

.content a {
    color: #324468;
    text-decoration: underline;
}

.title_date {
    min-height: 150px;
}

.content404_wrap {
    background-color: #324468;
    min-height: 300px;
}

.content404 {
    text-align: center;
}

.content404 img {
    margin-top: 120px;
    margin-bottom: 20px;
}

.content404_wrap h2 {
    font-size: 36px;
    font-weight: normal;
    color: #fffd5a;
    text-align: center;
    margin-bottom: 10px;
}

.content404_wrap p {
    font-size: 16px;
    font-weight: normal;
    color: #fffd5a;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 120px;
}

.content404_wrap a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: normal;
    color: #fffd5a;
    text-align: center;
}

.content table {
    max-width: 100%;
}

.content table tr {
    max-width: 100%;
    border-bottom: 1px solid #ffffff;
}

.content table tr.table-head {
    max-width: 100%;
    min-height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #ffffff;
}

.content .table-col-center {
    text-align: center;
    max-width: 100px;
}

.warning-reader {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 67px;
    background-color: #fffd5a;
}

.aligncenter {
    text-align: center;
}

.warning-reader .info-icon {
    width: 67px;
    height: 67px;
    background: url(./img/infoicon.png) center center no-repeat #e8e642;
    float: left;
}

.warning-reader .info-content {
    height: 67px;
    float: left;
    line-height: 67px;
    padding-left: 30px;
    font-size: 16px;
}

.warning-reader .info-close {
    height: 67px;
    width: 67px;
    float: right;
    cursor: pointer;
    background: url(./img/close.png) center center no-repeat;
}

.eproceedings_content {
    margin-bottom: 20px;
}

.eproceedings_content h2 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}

.eproceedings_content h2.subtitle {
    font-size: 14px;
    color: #b6b6b6;
    font-weight: normal;
    margin-top: 10px;
}

.eproceedings_content h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.download_box {
    background: url(./img/download_box.png) center center no-repeat;
    height: 221px;
    padding-top: 140px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.download_box a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

.information_box {
    margin-top: 20px;
    background-color: #fffd5a;
}

.information_box h2 {
    line-height: 90px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding-left: 20px;
    background-color: #324468;
}

.information_box .content {
    margin: 0px;
    padding: 20px;
}

.information_box .content p {
    margin: 0px;
}

.sig_box_wrap {
    margin-bottom: 15px;
    padding: 30px 25px 20px 25px;
    background: url(./img/sig_bg.png) right bottom no-repeat #324468;
    min-height: 245px;
}

.sig_box_wrap h2 {
    font-size: 26px;
    color: #ffffff;
    text-decoration: underline;
    margin-bottom: 30px;
}

.sig_box_wrap p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
}

.button_sig {
    float: left;
    display: block;
    background-color: #fff;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: bold;
    color: #324468;
}

.margin_botom30 {
    margin-bottom: 30px;
    width: 100%;
}

.workshop_box_wrap {
    margin-bottom: 15px;
    padding: 30px 25px 20px 25px;
    background: url(./img/workshop_bg.png) right bottom no-repeat #324468;
    min-height: 275px;
}

.workshop_box_wrap h2 {
    font-size: 26px;
    color: #ffffff;
    text-decoration: underline;
    margin-bottom: 10px;
}

.workshop_subtitle {
    color: #9eb5e3;
    font-size: 12px;
    padding-bottom: 10px;
}

.workshop_subtitle .yellow_text {
    color: #fffd59;
    font-size: 12px;
    padding-left: 20px;
}

.workshop_box_wrap p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
}

.button_workshop {
    float: left;
    display: block;
    background-color: #fff;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: bold;
    color: #324468;
}

.nav-links .page-numbers {
    background-color: #fffd5a;
    color: #4a4918;
    font-size: 16px;
    padding: 5px 13px;
}

.nav-links .page-numbers:hover {
    background-color: #fffeac;
    color: #4a4918;

}

.nav-links .prev {

}

.nav-links .current {
    background-color: #324468;
    color: #fff;
}

.nav-links .current:hover {
    background-color: #324468;
    color: #fff;

}

.nav-links .next {

}

.pagination_ppost {
    margin: 50px auto 50px auto;
}

.pagination {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.pagination h2 {
    display: none;
}

.mobile_menu_btn {
    background: url("./img/burger.png") center center no-repeat;
    min-height: 70px;
    padding-bottom: 70px;
    margin-bottom: -70px;
}

.mobile_menu_btn_click, .menu-yellow {
    background: url("./img/burger_hover.png") center center no-repeat;
}

.bottom50 {
    margin-bottom: 50px;
}

.hp_newsletter_wrap h2, .hp_ait_wrap h2 {
    font-size: 26px;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.hp_newsletter_wrap div, .hp_ait_wrap div {
    text-align: center;
}

.hp_newsletter_wrap a, .hp_ait_wrap a {
    color: #8e94a3;
    font-size: 14px;
    text-decoration: underline;
}

.hp_newsletter_wrap a:hover, .hp_ait_wrap a:hover {
    color: #8e94a3;
}

.hp_ait_wrap a.btn {
    color: #324468;
    font-size: 16px;
    background: url(./img/btnz-yellow.png) center center repeat-x;
    font-weight: bold;
    height: 50px;
    line-height: 40px;
    padding: 05px 35px;
    margin-bottom: 15px;
    border-radius: 0px;
}

.hp_newsletter_wrap a.btn {
    color: #324468;
    font-size: 16px;
    background-color: #fff;
    font-weight: bold;
    line-height: 38px;
    padding: 5px 35px;
    margin-bottom: 15px;
    border-radius: 0px;
}

.hp_newsletter_wrap a.btn:hover {
    background-color: #fff;
}

.theases_doc {
    margin: 10px 0px;
    min-height: 60px;
    background: url(./img/pdf.png) left center no-repeat;
    line-height: 60px;
}

.theases_doc a {
    font-size: 14px;
    color: #767a84;
    text-decoration: underline;
    padding-left: 50px;
}

.contact_wrap p {
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #767a84;

}

.adresa_wrap p {
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #767a84;
}

.filter-table {
    background-color: #f3f3f3;
}

.filter-table .sub-title-wrap {
    display: block;
    background-color: #eaeaea;
    min-height: 44px;
}

.filter-table .sub-title-wrap h2 {
    display: block;
    color: #000;
    padding: 10px 25px;
    float: left;
}

.filter-detail {
    padding: 10px 25px;
}

.title-filter {
    color: #324468;
    font-size: 14px;
    padding: 15px 0px 5px 0px;
}

.filter-table .sub-title-wrap .arrow-down {
    display: block;
    color: #000;
    height: 44px;
    width: 70px;
    padding: 10px 25px;
    float: right;
    background: url(./img/arrow-top.png) center center no-repeat;
    cursor: pointer;
}

.filter-table .sub-title-wrap .arrow-top {
    display: block;
    color: #000;
    height: 44px;
    width: 70px;
    padding: 10px 25px;
    float: right;
    background: url(./img/arrow-down.png) center center no-repeat;
    cursor: pointer;
}

.filter-table input, .filter-table select {
    height: 34px;
    width: 100%;

}

.filter-btn {
    background-color: #324468;
    border: none;
    width: 100%;
    color: #FFFFFF;
    line-height: 43px;
    height: 43px !important;
    font-size: 15px;
}

.clearfix {
    clear: both;
}

.position_content {
    padding: 10px 35px;
    line-height: normal;
}

h2.newsletter-title {
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.page_wrap {
    background: url(./img/hp_bg_workshop.png) top left repeat-x #ffffff;
    min-height: 600px;
}

.menus {
    min-height: 250px;
    z-index: 9999;
}

.menus ul {
    list-style-type: none;
    background-color: #d5d5d5;
    padding: 0px;
}

.menus ul li {
    list-style-type: none;
    border-bottom: 1px solid #bfbfbf;
    position: relative;
}
.menus ul>li>ul {
    display: none;
}
.menus ul>li>ul>{
    list-style-type: none;
    border-bottom: 1px solid #bfbfbf;
}
.menus ul>li:hover>ul{
    display: block;
    position: absolute;
    right: -250px;
    width: 250px;
    top: 0;
    z-index: 999;
}

.menus ul li a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    list-style-type: none;
    color: #000;
    padding: 17px 10px 17px 30px;
    display: block;
}

.menus ul li a:hover {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.menus ul li.current_page_item a {
    font-size: 16px;
    font-weight: bold;
}

.sub-menu li{
    list-style-type: none;
}
.sub-menu li a{
    padding-left: 40px!important;
}

.title-wrap h1 {
    margin: 10px 0px;
    line-height: 148px;
}

.newsletter_wrap p {
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #767a84;
}

.newsletter_wrap {
    margin-left: 40px;
}

.newsletter_left {
    padding-left: 40px;
    border-left: 2px solid #e8e8e8;
}

.hp_newsletter_wrap a.btn {
    color: #324468;
    font-size: 16px;
    background-color: #fff;
    font-weight: bold;
    line-height: 38px;
    padding: 5px 35px;
    margin-bottom: 15px;
    border-radius: 0px;
    text-decoration: none;
}

.newsletter {
    height: 44px;
    padding-left: 10px;
    line-height: 44px;
    width: 270px;
    border: 1px solid #e0e0e0;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-appearance: none;
}


.notpaddingleft{
    padding-left: 0px;
}
.notpaddingright{
    padding-right: 0px;
}
.newsletter_btn {
    height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    background: #324468;
    color: #e0e0e0;
    font-size: 14px;
    line-height: 42px;
    margin-left: 0px;
    border: none;
    margin-left: -5px;
    font-weight: bold;
}


.medailonek{
    width: 50%;
}
.medailonek_photo{
    float: left;
}
.medailonek_photo img{
    border-radius: 160px;
    min-height: 160px;
    max-height: 160px;
    min-width: 160px;
    max-width: 160px;
    border: 5px solid #f4f4f4;
    margin-top: 25px;
}

.medailonek_right{
    margin-left: 75px;
    padding-left: 85px;
    background-color: #f4f4f4;
    padding: 25px 10px 25px 95px;
}

.medailonek_right h3{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.content_medailonek p{
    font-size: 14px;
    line-height: 18px;
    margin: 0px 0px 10px 0px;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
    .newsletter_wrap {
        margin-left: 20px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .footer_copy {
        min-height: 90px;
    }

    .footer_copy .cratedby {
        line-height: 30px;
        color: #324468;
        font-size: 12px;
        font-family: Arial;
        font-weight: bold;
        text-align: center;
        background-color: #fff;
    }

    .footer_copy .copy {
        line-height: normal;
        color: #acb1bf;
        font-size: 10px;
        font-family: Arial;
        text-align: center;
        padding: 25px 0px;
    }

    .logo img {
        margin: 10px 20px 10px 0px;
        max-width: 100%;
        max-height: 50px;
    }

    .footer_logo_partners img {
        margin: 10px;
    }

    .events_wrap {
        background: none;
    }

    .footer_copy .cratedby {
        line-height: 30px;
        color: #324468;
        font-size: 12px;
        font-family: Arial;
        font-weight: bold;
        text-align: center;
        background-color: #fff;
    }

    .footer_copy .copy {
        line-height: 30px;
        color: #acb1bf;
        font-size: 12px;
        font-family: Arial;
        text-align: center;
        padding: 25px;
    }

    .newsletter_wrap {
        margin-left: 0px;
    }

    .newsletter {
        width: 85%;
        height: 40px;
    }

    .logo img {
        margin: 10px 20px 10px 0px;
        max-width: 100%;
        max-height: 50px;
    }

    .footer_logo_partners img {
        margin: 10px;
    }

    .newsletter_btn {
        width: 25%;
        height: 80px;
        line-height: 78px;
        font-size: 22px;
    }

    .newsletter_left {
        padding-left: 0px;
        border-top: 1px solid #e8e8e8;
        padding-top: 10px;
        border-left: 0px;
    }

    .width120 {
        width: 105px;
    }

    .width220 {
        width: 200px;
    }
}



@media only screen and (max-width: 768px) {

    .medailonek_right {
        background-color: #f4f4f4;
        padding: 75px -0px 25px 25px;
        margin-top: -75px;
        margin-left: 0px;
        margin-bottom: 25px;
    }
    .medailonek_photo {
        float: none;
        text-align: center;
    }
    .medailonek{
        width: 100%;
    }

    .mobilepadding{
        padding-left: 0px;
    }
    .button_sig {
        float: none;
        display: block;
        background-color: #fff;
        padding: 15px 25px;
        font-size: 16px;
        font-weight: bold;
        color: #324468;
        border-bottom: 2px solid #283653;
        text-align: center;
    }

    .mobilepadding20{
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobilenotpadding{
        padding-left: 0px;
        padding-right: 0px;
    }
    .logo img {
        margin: 20px 20px 20px 0px;
        max-width: 100%;
        max-height: 100px;
    }
    .mobile_menu_btn {
        background: url("./img/burger.png") center center no-repeat;
        min-height: 100px;
        padding-bottom: 80px;
        margin-bottom: -80px;
    }
    .mobile-pad70{
        height: 300px!important;
    }
    .events_wrap {
        background: none;
    }

    .footer_copy {
        min-height: 90px;
    }

    .footer_copy .cratedby {
        line-height: 30px;
        color: #324468;
        font-size: 12px;
        font-family: Arial;
        font-weight: bold;
        text-align: center;
        background-color: #fff;
    }

    .footer_copy .copy {
        line-height: normal;
        color: #acb1bf;
        font-size: 20px;
        font-family: Arial;
        text-align: center;
        padding: 25px 0px;
    }

    .carousel-inner .item {
        height: 300px;
        overflow: hidden;
    }

    .notpadding {
        padding-left: 0px;
        padding-right: 0px;
    }
    .hp_newsletter_wrap h2, .hp_ait_wrap h2{
        font-size: 32px;
    }
    .newsletter_wrap {
        margin-left: 0px;
    }

    .newsletter_left {
        padding-left: 0px;
        border-top: 1px solid #e8e8e8;
        padding-top: 10px;
        border-left: 0px solid;
    }

    .other_events {
        background-color: #f3f3f3;
    }

    .width120 {
        width: 105px;
    }

    .width220 {
        width: 200px;
    }
    .contact_wrap p{
        font-size: 22px;
        line-height: 32px;
    }
    .newsletter {
        width: 75%;
        height: 80px;
        font-size: 22px;
        line-height: 80px;
    }

    .logo img {
        margin: 10px 20px 10px 0px;
        max-width: 100%;
        max-height: 70px;
    }
    .newsletter_wrap p{
        font-size: 22px;
        line-height: 32px;
    }
    .adresa_wrap p{
        font-size: 22px;
        line-height: 32px;
    }


    .adresa_wrap{
        padding-bottom: 70px;
    }
    .contact_wrap{
        padding-bottom: 45px;
    }
    .newsletter_left{
        padding-top: 30px;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width: 520px) {
    .mobile_menu_btn {
        background: url("./img/burger.png") center center no-repeat;
        min-height: 80px;
        padding-bottom: 80px;
        margin-bottom: -80px;
    }

    .mobile-pad70{
        height: 300px!important;
    }
    .events_wrap {
        background: none;
    }

    .footer_copy {
        min-height: 90px;
    }

    .footer_copy .cratedby {
        line-height: 30px;
        color: #324468;
        font-size: 18px;
        font-family: Arial;
        font-weight: bold;
        text-align: center;
        background-color: #fff;
    }

    .footer_copy .copy {
        line-height: normal;
        color: #acb1bf;
        font-size: 16px;
        font-family: Arial;
        text-align: center;
        padding: 25px 0px;
    }

    .notpadding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .newsletter_wrap {
        margin-left: 0px;
    }

    .newsletter_left {
        padding-left: 0px;
        border-top: 1px solid #e8e8e8;
        padding-top: 10px;
        border-left: 0px solid;
    }

    .other_events {
        background-color: #f3f3f3;
    }

    .width120 {
        width: 105px;
    }

    .width220 {
        width: 200px;
    }

    .logo img {
        margin: 10px 20px 10px 0px;
        max-width: 100%;
        max-height: 70px;
        min-height: 50px;
    }
    .carousel-inner{
        height: 300px;
    }
    .footer_logo_partners img {
        margin: 5px;
    }
    .footer_logo_partners .footer_logo_partner {
        line-height: 130px;
    }

    .adresa_wrap p {
        font-size: 20px;
        line-height: 28px;
    }
    .contact_wrap p {
        font-size: 20px;
        line-height: 28px;
    }
    .newsletter_wrap p {
        font-size: 20px;
        line-height: 28px;
    }
    .title_wrap h1{
        font-size: 30px;
        line-height: 38px;
    }
    .content{
        font-size: 16px;
    }
    .content p{
        font-size: 16px;
        line-height: 24px;
    }

    .content h2 {
        font-size: 28px;
    }

    .content h3 {
        font-size: 24px;
    }

    .content h4 {
        font-size: 20px;
    }
    .adresa_wrap p {
        font-size: 16px;
        line-height: 22px;
    }
    .contact_wrap p {
        font-size: 16px;
        line-height: 22px;
    }
    .newsletter_wrap p {
        font-size: 16px;
        line-height: 22px;
    }
    .newsletter {
        height: 50px;
        font-size: 18px;
    }
    .newsletter_btn {
        height: 50px;
        line-height: 47px;
        font-size: 18px;
    }

}

@media only screen and (max-width: 330px) {
    .newsletter {
        font-size: 18px;
    }
    .newsletter_btn {
        font-size: 18px;
    }
}