@charset "utf-8";

* {
    box-sizing: border-box;
}
.contact_us_btn {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0 0;
    padding: 13px 30px 15px;
    display: block;
    background: #dc0505;
    border-radius: 4px;
    position: relative;
}

.contact_us_btn:hover {
    font-size: 14px;
    color: #fff;
    background: #231f20;
}

.contact_us_btn i {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 11px;
    opacity: 0;
}

.contact_us_btn i:before {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.contact_us_btn:hover i {
    opacity: 1;
}

.send_request_btn {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 13px 30px 15px;
    display: table;
    background: #dc0505;
    border-radius: 4px;
}

.send_request_btn:hover {
    font-size: 14px;
    color: #fff;
    background: #231f20;
}

.google_map_bottom {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
}

.google_map_bottom iframe {
    width: 100%;
    height: 405px;
    margin: -46px 0 0;
    padding: 0;
    border: none !important;
    display: block;
}

.contact_form {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
}

.contact_form dl {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    display: table;
}

.contact_form div {
    width: 290px;
    float: left;
    margin: 0 20px 20px 0;
    padding: 0;
}

.contact_form div:nth-of-type(2n) {
    margin-right: 0;
}

.contact_form div.cnt_form_div_note {
    width: 100%;
    float: none;
    display: table;
    margin: 0;
}

.contact_form dd div {
    width: auto;
    float: none;
    margin: 0;
}

.contact_form dt {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0 !important;
}

.contact_form dt label {
    font-size: 12px;
    color: #555;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 10px 10px;
    display: block;
    cursor: text;
}

.contact_form dd {
    width: 100% !important;
    display: table;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.buttons_action input[type="reset"] {
    background: #a5a5a5 !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    border: 1px solid #a5a5a5 !important;
    padding: 9px 30px 10px !important;
    font-size: 12px !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    float: left;
    width: auto !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    transition: all 0.2s linear !important;
    margin: 0 10px 0 0 !important;
}

.buttons_action input[type="reset"]:focus,
.buttons_action input[type="reset"]:hover {
    font-size: 12px !important;
    color: #fff !important;
    background: #a5a5a5 !important;
    border: 1px solid #a5a5a5 !important;
    opacity: 0.8;
}

.buttons_action input[type="submit"] {
    background: #dc0505 !important;
    border: 1px solid #dc0505 !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    padding: 9px 30px 10px !important;
    font-size: 12px !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    float: left;
    width: auto !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    transition: all 0.2s linear !important;
    margin: 0 !important;
}

.buttons_action input[type="submit"]:focus,
.buttons_action input[type="submit"]:hover,
.buttons_action input[type="submit"]:valid:focus,
.buttons_action input[type="submit"]:valid:hover {
    font-size: 12px !important;
    color: #fff !important;
    background: #dc0505 !important;
    border: 1px solid #dc0505 !important;
    opacity: 0.8;
}

.contact_form dl a {
    color: #dc0505;
}

.contact_form dd input,
.contact_form dd select,
.contact_form dd textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 12px 20px;
    margin: 0 !important;
    background: linear-gradient(#fff, #fafafa) !important;
    background: -webkit-linear-gradient(#fff, #fafafa) !important;
    border-radius: 4px !important;
    border: 1px solid #cdcdcd !important;
    box-shadow: none !important;
    transition: all 0.2s linear;
    color: #2d2d2d;
    font-size: 12px !important;
    font-weight: 600;
    opacity: 1;
}

.contact_form dd input:active,
.contact_form dd input:focus,
.contact_form dd input:hover {
    background: #fff !important;
    border: 1px solid #a5a5a5 !important;
    box-shadow: none !important;
}

.contact_form dd textarea:active,
.contact_form dd textarea:focus,
.contact_form dd textarea:hover {
    background: #fff !important;
    border: 1px solid #a5a5a5 !important;
    box-shadow: none !important;
}

.contact_form dd select:active,
.contact_form dd select:focus,
.contact_form dd select:hover {
    background: #fff !important;
    border: 1px solid #a5a5a5 !important;
    box-shadow: none !important;
}

.contact_form dd textarea {
    min-height: 221px;
    max-height: 221px;
    resize: none;
}

.contact_form div dd .formInfo:nth-child(2) {
    position: absolute;
    right: 5px;
    top: -22px;
}

.contact_form dd select {
    padding: 11px 20px;
}

.contact_form dd input[type="file"] {
    padding: 7px 10px 7px;
}

.contact_form dd input:invalid:focus,
.contact_form dd select:invalid:focus,
.contact_form dd textarea:invalid:focus {
    border: 1px solid #e10f0f !important;
}

.contact_form dd input:valid:focus,
.contact_form dd select:valid:focus,
.contact_form dd textarea:valid:focus {
    border: 1px solid #179d0a !important;
}

.formInfo {
    margin: 0;
    color: #c20e24;
    font-size: 18px;
    cursor: help;
}

.FormButton {
    width: auto !important;
}

.CaptchaInput {
    float: left;
    width: 70px !important;
}

#CaptchaImg2 {
    margin: 7px 0 0 5px;
    border: 1px solid #b4b4b4;
}

.contact_form dd img {
    border: none;
}

#reload_ecaptcha_contact {
    border: none;
}

.contact_form dd.buttons_action {
    padding: 20px 0 0 !important;
}

.contact_form dd div p {
    font-size: 13px;
    color: #555;
    font-weight: 400;
    margin: 0 0 8px;
    padding: 0;
    display: block;
}

.error_content {
    color: #2d2d2d !important;
    margin: 20px 0;
}

.msg_content {
    color: #2d2d2d !important;
    margin: 20px 0;
}

.paging_content {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 30px 0 0;
    display: table;
    clear: both;
}

.paging_content .paging,
.paging_content .paging_info {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: table;
}

.paging_content .paging p {
    font-size: 13px;
    color: #555;
    font-weight: 400;
    text-transform: uppercase;
    margin: 8px 10px 0 0;
    padding: 0;
    float: left;
}

.paging_content .paging span {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin: 0;
    padding: 0;
    float: left;
}

.paging_content .paging a,
.paging_content .paging span {
    font-size: 12px;
    color: #414141;
    font-weight: 700;
    margin: 0 -1px 0 0;
    padding: 9px 14px 10px;
    float: left;
    background: linear-gradient(#f5f5f5, #f0f0f0);
    background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
    border: 1px solid #d7d7d7;
    cursor: pointer;
    transition: all 0.3s linear;
}

.paging_content .paging a.active,
.paging_content .paging a:focus,
.paging_content .paging a:hover,
.paging_content .paging span.active,
.paging_content .paging span:focus,
.paging_content .paging span:hover {
    font-size: 12px;
    color: #000;
    background: #fff;
    border: 1px solid #d7d7d7;
}

.paging_content .paging_info {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    padding: 5px 0 0 88px;
}

.paging_content .paging .paging_right_cnt {
    width: 855px;
    float: left;
}

.basic_site_inner_content_news .paging_content {
    padding-top: 20px;
}

.basic_site_inner_content {
    width: 1080px;
    margin: 0 auto;
    padding: 30px 30px 60px;
    display: table;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.basic_site_inner_content article {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
}

.basic_site_inner_content h1 {
    font-size: 28px;
    color: #dc0505;
    font-weight: 700;
    margin: 0;
    padding: 0 0 10px;
}

.basic_site_inner_content h2 {
    font-size: 24px;
    color: #2d2d2d;
    font-weight: 600;
    margin: 0;
    padding: 0 0 5px;
}

.basic_site_inner_content h3 {
    font-size: 22px;
    color: #2d2d2d;
    font-weight: 500;
    margin: 0;
    padding: 0 0 5px;
}

.basic_site_inner_content em {
    line-height: 25px;
}

.basic_site_inner_content p {
    line-height: 23px;
}

.basic_site_inner_content figure {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background: 0 0;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    float: left;
    margin: 0 20px 20px 0;
    padding: 0;
}

.basic_site_inner_content figure img {
    vertical-align: middle;
    text-align: center;
}

.basic_site_inner_content iframe {
    width: 100%;
    height: 480px;
    margin: 60px 0;
    padding: 0;
    border: none !important;
    clear: both;
    display: table;
    border-radius: 4px;
}

.basic_inner_left_menu article {
    width: 750px;
    float: right;
    margin: 0 0 30px;
    padding: 0;
}

.basic_inner_left_menu table {
    width: 100% !important;
    margin: 0 0 40px;
    padding: 0;
    display: table;
    border: none !important;
}

.basic_inner_left_menu table tbody,
.basic_inner_left_menu table thead {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
}

.basic_inner_left_menu table tr {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table-row;
}

.basic_inner_left_menu table td,
.basic_inner_left_menu table th {
    display: table-cell;
    vertical-align: middle;
}

.basic_inner_left_menu table tr:nth-of-type(even) td {
    background: rgba(0, 0, 0, 0.05);
}

.basic_inner_left_menu table th {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin: 0;
    padding: 5px 15px;
    text-align: left;
}

.basic_inner_left_menu table td {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 400;
    margin: 0;
    padding: 15px 30px;
    text-align: left;
    line-height: 18px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.basic_inner_left_menu table td:last-of-type {
    border: none;
}

.basic_inner_left_menu table td p,
.basic_inner_left_menu table td span {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 400;
    line-height: 18px;
}

.basic_inner_left_menu table td p {
    padding: 0 0 5px;
}

.basic_inner_left_menu table td p:last-of-type {
    padding: 0;
}

.basic_inner_left_menu table td a {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.basic_inner_left_menu table td:nth-of-type(1) {
    width: 10%;
}

.basic_inner_left_menu table td:nth-of-type(2) {
    width: 35%;
}

.basic_inner_left_menu table td:nth-of-type(3) {
    width: 30%;
}

.basic_inner_left_menu table td:nth-of-type(4) {
    width: 25%;
}

.basic_inner_left_menu article ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.basic_inner_left_menu article ul li:before {
    content: "";
    position: absolute;
    display: list-item;
    list-style-type: square;
    color: #dc0505;
    top: 0;
}

.basic_inner_left_menu article ul li {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0 0 0 19px;
    display: flex;
    position: relative;
}

.basic_site_inner_content_contact {
    width: 1080px;
    margin: 0 auto;
    padding: 30px 30px 60px;
    display: table;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.basic_site_inner_content_contact article {
    width: 360px;
    float: left;
    margin: 0;
    padding: 0;
}

.basic_site_inner_content_contact h1 {
    font-size: 28px;
    color: #dc0505;
    font-weight: 700;
    margin: 0;
    padding: 0 0 10px;
}

.basic_site_inner_content_contact h2 {
    font-size: 24px;
    color: #2d2d2d;
    font-weight: 600;
    margin: 0;
    padding: 0 0 5px;
}

.basic_site_inner_content_contact h3 {
    font-size: 22px;
    color: #2d2d2d;
    font-weight: 500;
    margin: 0;
    padding: 0 0 5px;
}

.basic_site_inner_content_contact em {
    display: block;
    line-height: 25px;
    margin-bottom: 20px;
}

.basic_site_inner_content_contact p {
    line-height: 23px;
}

.right_column_contact {
    width: 600px;
    float: right;
    margin: 47px 0 0;
    padding: 0;
}
.right_column_contact .consent_data{
    width: 100%;
}
.products_right_cnt_details article ul.tabs,
.tabs {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    width: 25%;
    float: left;
}

.products_right_cnt_details article ul.tabs li:before,
.tabs li:before {
    display: none;
}

.products_right_cnt_details article ul.tabs li,
.tabs li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 8px 20px;
    cursor: pointer;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 500;
    border-right: 5px solid transparent;
    transition: all 0.3s linear;
}

.products_right_cnt_details article ul.tabs li.current,
.products_right_cnt_details article ul.tabs li:hover,
.tabs li.current,
.tabs li:hover {
    color: #dc0505;
    border-right: 5px solid #dc0505;
}

.tab-content {
    width: 75%;
    min-height: 320px;
    float: right;
    margin: 0;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: none;
}

.tab-content.current {
    display: block;
}

.tab-content h2 {
    font-size: 20px;
    padding-bottom: 15px;
}

.tab-content dl {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tab-content dl div {
    width: 100%;
    display: table;
    border-bottom: 1px dotted #cdcdcd;
    margin: 0;
    padding: 0;
}

.tab-content dl div:last-of-type {
    border: none;
}

.tab-content dl dd,
.tab-content dl dt {
    margin: 0;
    padding: 0;
    float: left;
}

.tab-content dl dt {
    width: 35%;
}

.tab-content dl dd {
    width: 65%;
}

.tab-content dl dt {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    text-transform: uppercase;
    padding: 12px 10px;
}

.tab-content dl dd {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 500;
    padding: 10px 10px;
}

.catalog_pdf_lnk {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    margin: 10px 0 0;
    padding: 0;
    display: table;
}

.catalog_pdf_lnk:hover {
    font-size: 14px;
    color: #dc0505;
}

.catalog_pdf_lnk img {
    max-height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 0;
}

.products_right_cnt_details .ecms_gallery_box {
    margin: 45px 0 0;
    padding: 0;
    border: none;
}

.products_right_cnt_details .ecms_gallery_box h1,
.products_right_cnt_details .ecms_gallery_box h2 {
    display: none;
}

.products_right_cnt_details .ecms_gallery_box a {
    width: 23.5%;
}

.products_right_cnt_details .ecms_gallery_box a:nth-of-type(4n) {
    margin: 15px 0 0;
}

.products_right_cnt_details .ecms_gallery_box a:nth-of-type(5n) {
    margin: 15px 15px 0 0;
}

.ecms_gallery_box {
    width: 100%;
    float: none;
    display: table;
    margin: 20px 0 0;
    padding: 40px 0 0;
    border-top: 1px dashed #a5a5a5;
}

.ecms_gallery_box h1,
.ecms_gallery_box h2 {
    font-size: 16px;
    color: #414141;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 5px;
    letter-spacing: inherit;
    border: none;
    text-align: left;
    background: 0 0;
}

.ecms_gallery_box h1:after,
.ecms_gallery_box h1:before {
    display: none;
}

.ecms_gallery_box p {
    font-size: 14px;
    color: #696969;
    font-weight: 300;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.ecms_gallery_box a {
    width: 18.8%;
    float: left;
    margin: 15px 15px 0 0;
    padding: 0;
    position: relative;
    border-radius: 4px;
}

.ecms_gallery_box a:nth-of-type(5n) {
    margin: 15px 0 0;
}

.ecms_gallery_box a img {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.ecms_gallery_box em {
    font-size: 14px;
    color: #555;
    font-weight: 700;
    margin: 10px 0;
    padding: 0;
    line-height: 18px;
    overflow: hidden;
    height: 39px;
    min-height: 39px;
}

.document_category {
    width: 100%;
    margin: 40px 0 0;
    padding: 30px 20px 20px;
    clear: both;
    display: table;
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.document_category h1 {
    font-size: 16px;
    color: #414141;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 5px;
    letter-spacing: inherit;
    border: none;
    text-align: left;
    background: 0 0;
}

.document_category ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

.document_category ul li {
    width: 100%;
    float: left;
    margin: 0 15px 15px 0;
    padding: 0;
}
.document_category ul li:nth-of-type(2n) {
    margin: 0 0 15px;
}
.div_image_home_downloads{
    float: left;
}
.document_category ul li a,
.document_category ul li img {
    display: inline-block;
    vertical-align: middle;
}
.document_category ul li img {
    max-height: 32px;
    margin: 0 10px 0 0;
    padding: 0;
}
.document_category ul li a {
    font-size: 18px;
    color: #414141;
    font-weight: 400;
    margin: -1px 0 0;
    padding: 0;
}
.document_category ul li p{
    font-size: 14px;
}
.document_category ul li a:hover {
    font-size: 18px;
    color: #dc0505;
}

.hist_and_social {
    width: 100% !important;
    margin: 40px 0 0 !important;
    padding: 0 !important;
    clear: both;
    display: table;
    background: 0 0 !important;
    border-radius: 0 !important;
}

.hist_and_social .social_toolbar_inside {
    width: auto;
    float: right;
    margin: 6px 0;
    padding: 0;
}

.social_toolbar_inside ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
}

.social_toolbar_inside ul li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.social_toolbar_inside ul li.label {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin: 8px 10px 0 0 !important;
}

.social_toolbar_inside ul li:last-of-type {
    margin: 0;
}

.social_toolbar_inside ul li a {
    display: flex;
}

.social_toolbar_inside ul li img {
    max-height: 30px;
    margin: 0;
    padding: 0;
    transition: all 0.2s linear;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
}

.social_toolbar_inside ul li img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 1;
}

#hist {
    width: auto;
    float: left;
    margin: 0;
    padding: 0;
}

.ecms_gallery_box #hist {
    float: none;
    clear: both;
    display: table;
    padding-top: 30px;
}

#hist a {
    font-size: 12px;
    color: #414141;
    font-weight: 800;
    margin: 0;
    padding: 10px 20px;
    display: table;
    background: #f0f0f0;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

#hist a:focus,
#hist a:hover {
    font-size: 12px;
    color: #dc0505;
    background: #fff;
    border: 1px solid #dc0505;
}

.alko_upute {
	display: table;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

.alko_upute article figure {
	max-width: 100%;
	width: 100%;
}

.alko_upute article figure img {
	float: left;
}