/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font: inherit; */
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ===================================== Rafal CSS 2018  ===============================*/

/* ===================================== Rafal CSS 2018  ===============================*/

/* === TABELKI === */

.kantabela-white td {
    background-color: #F7F7F7;
    color: #464646;
    border: #F7F7F7 solid 1px !important;
    vertical-align: middle;
    padding: 12px 12px 12px 22px;
}

/* === TABELKa dla Magdy Specjalna === */

.kantabela-white-magda td {
    background-color: #F7F7F7;
    /* color: #464646; */
    border: #F7F7F7 solid 1px !important;
    vertical-align: middle;
    padding: 12px 22px 2px 2px;
    vertical-align: top;
}

.kantabela-white-natalia td {
    background-color: #F7F7F7;
    /* color: #464646; */
    color: #717171;
    border: #F7F7F7 solid 0px !important;
    vertical-align: middle;
    padding: 5px 0px 5px 0px;
    vertical-align: top;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    text-align: justify;

}

.kantabela-white-ozc td {
    border: #F7F7F7 solid 1px !important;
    vertical-align: middle;
    padding: 5px 5px 5px 22px;
    color: #717171;
}

.kantabela-white-ozc-index td {
    border: #fff solid 1px !important;
    vertical-align: text-bottom;
    padding: 5px 5px 5px 5px;
    color: #3048ac !important;
    text-decoration: underline;
}

.kantabela-white-ozc-funkcje td {
    border: #e5e5e5 solid 1px !important;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
    color: #717171;
    background-color: fff;
}

.kantabela-white-ozc-spec td {
    border: #e5e5e5 solid 1px !important;
    vertical-align: text-bottom;
    padding: 15px 5px 15px 25px;
    color: #717171;
    background-color: fff;
}

.kantabela-white-ozc-bluebox td {
    border: #153b65 solid 1px !important;
    vertical-align: middle;
    padding: 25px;
    color: #fff;
    background-color: #153b65;
    width: 640px;
}

.kantabela-white-buttons td {
    border: #F7F7F7 solid 1px !important;
    vertical-align: middle;
    padding: 5px;
    color: #717171;
}

.kantabela-white-buttons-2 td {
    border: #F7F7F7 solid 1px !important;
    vertical-align: middle;
    padding: 2px;
    color: #717171;
}

/* === Buttons KAN === */

/* Bt-BLUE  */

.button-kan-blue-full {
    background: #005595;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #FFFFFF !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 100;
    padding: 18px;
    text-shadow: 1px 1px 20px #000000;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    width: 318px;
    text-align: center;
}

.button-kan-blue-full:hover {
    background: #0967ad;
    text-decoration: none;
}

/* Bt-Green*/

.button-kan-green-full {
    background: #38900a;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #FFFFFF !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 100;
    padding: 18px;
    text-shadow: 1px 1px 20px #000000;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    width: 318px;
    text-align: center;
}

.button-kan-green-full:hover {
    background: #47a814;
    text-decoration: none;
}

/* === Buttons SANKOM === */

.button-sankom-green {
    background: #3AAD32;
    background-image: -webkit-linear-gradient(top, #3AAD32, #3AAD32);
    background-image: -moz-linear-gradient(top, #3AAD32, #3AAD32);
    background-image: -ms-linear-gradient(top, #3AAD32, #3AAD32);
    background-image: -o-linear-gradient(top, #3AAD32, #3AAD32);
    background-image: linear-gradient(to bottom, #3AAD32, #3AAD32);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #FFFFFF !important;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 100;
    padding: 22px;
    text-shadow: 1px 1px 20px #000000;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.button-sankom-green:hover {
    background: #256E20;
    text-decoration: none;
}

.button-sankom-green-full {
    background: #3AAD32;
    background-image: -webkit-linear-gradient(top, #3AAD32, #3AAD32);
    background-image: -moz-linear-gradient(top, #3AAD32, #3AAD32);
    background-image: -ms-linear-gradient(top, #3AAD32, #3AAD32);
    background-image: -o-linear-gradient(top, #3AAD32, #3AAD32);
    background-image: linear-gradient(to bottom, #3AAD32, #3AAD32);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #FFFFFF !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 100;
    padding: 22px;
    text-shadow: 1px 1px 20px #000000;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    width: 618px;
    text-align: center;
}

.button-sankom-green-full:hover {
    background: #256E20;
    text-decoration: none;
}

.button-sankom-blue {
    background: #005595;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #FFFFFF !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 100;
    padding: 22px;
    text-shadow: 1px 1px 20px #000000;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 172px;
}

.button-sankom-blue:hover {
    background: #3057af;
    text-decoration: none;
}

.button-sankom-blue-2 {
    background: #005595;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #FFFFFF !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 100;
    padding: 22px;
    text-shadow: 1px 1px 20px #000000;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 282px;
}

.button-sankom-blue-2:hover {
    background: #3057af;
    text-decoration: none;
}

/* === LINIE  === */

.sankom-line-vertical {
    border-left: 1px solid #dddddd;
    height: 60px;
}

.sankom-line-horizontal {
    border-top: 1px solid #bebebe;
    width: 100%;
    margin-top: 30px;
}

.sankom-dot {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #3AAD32;
}

.sankom-checkmark {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* === Pola do formy newslettera ==== */

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

.maps-name-kan {
    padding-top: 12px;
    padding-bottom: 5px;
    color: #8d8d8d !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 100;
}

/* === Cookis box  ==== */

#cookieinfo * {
    margin: 2px;
    padding: 2px;
}

#cookieinfo {
    opacity: 0.8;
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #144274;
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color: #efefef;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo #cookieclose {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #51a5ff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo #cookieclose a:hover {
    background-color: #2b8bf3;
}

/*#listdiv {
  width: 25%;
  height: 500px;
  float: left;
  margin-left: 10px;
  border-left: 1px solid #bbb;
}
*/

#cookieinfo p {
    font-size: 12px;
    color: #efefef;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

h7 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 22px;
    letter-spacing: 0.2px;
    word-spacing: -0.4px;
    color: #177BAC;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

video-info {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    letter-spacing: 1.2px;
    word-spacing: -0.4px;
    color: #595C62;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

.images-shadow-raf {
    -webkit-box-shadow: 2px 1px 24px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 1px 24px 4px rgba(0, 0, 0, 0.28);
}

/*Style guzikow -na front */

.btn-front-kan {
    background: -moz-linear-gradient(90deg, rgba(30, 92, 168, 1) 50%, rgba(15, 112, 183, 1) 50%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(15, 112, 183, 1)), color-stop(50%, rgba(30, 92, 168, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(30, 92, 168, 1) 50%, rgba(15, 112, 183, 1) 50%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(30, 92, 168, 1) 50%, rgba(15, 112, 183, 1) 50%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(30, 92, 168, 1) 50%, rgba(15, 112, 183, 1) 50%);
    /* ie10+ */
    background: linear-gradient(0deg, rgba(30, 92, 168, 1) 50%, rgba(15, 112, 183, 1) 50%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0F70B7', endColorstr='#1E5CA8', GradientType=0);
    /* ie6-9 */
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 3px;
    font-family: 'Amiko', sans-serif;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    margin-bottom: 1px;
    text-decoration: none;
    text-align: left;
    width: auto;
    display: block;
}

.btn-front-kan:hover {
    background: -moz-linear-gradient(270deg, rgba(84, 84, 84, 1) 50%, rgba(59, 59, 59, 1) 50%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(84, 84, 84, 1)), color-stop(50%, rgba(59, 59, 59, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(84, 84, 84, 1) 50%, rgba(59, 59, 59, 1) 50%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(84, 84, 84, 1) 50%, rgba(59, 59, 59, 1) 50%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(84, 84, 84, 1) 50%, rgba(59, 59, 59, 1) 50%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(84, 84, 84, 1) 50%, rgba(59, 59, 59, 1) 50%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#3B3B3B', GradientType=0);
    /* ie6-9 */
    text-decoration: none;
    color: #ffffff !important;
}

.szeroki {
    width: 170px;
}

/*---------------Start Style guzikow special------------- */

.vn-teal a {
    background-color: #16a085;
    display: inline-block;
    position: relative;
    margin: 30px 5px;
    padding: 20px 20px 20px 80px;
    border-radius: 3px;
    color: #fff;
    transition: all 0.4s ease
}

.vn-blue a {
    background-color: #1d943b;
    display: inline-block;
    position: relative;
    padding: 20px 20px 20px 80px;
    color: #fff !important;
    transition: all 0.4s ease;
    border-radius: 3px;
    width: 150px;
}

.vn-blue a:before {
    font-family: FontAwesome;
    content: "\f101";
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    border-radius: 0 20px 0 0;
    color: #1bb242;
    background-color: #fff;
    opacity: 0.3;
    padding: 20px;
    top: 0;
    left: 0
}

.vn-blue a:hover {
    background: #125895;
}

/*---------------End Start Style guzikow special------------- */

/*---------------START TABS-------------
===========================================
===========================================
===========================================*/

.wrapper {
    margin: 20px 0 0 0;
    padding: 40px 40px;
    width: 90%;
    background-color: #F7F7F7;
}

.ghost-tab {
    list-style-type: none;
    margin: 0 0 -1px;
    padding: 0;
    overflow: visible;
    display: flex;
    box-sizing: border-box;
}

.ghost-tab li {
    width: 500px;
    position: relative;
}

.ghost-tab li a {
    display: block;
    color: blue;
    text-align: center;
    margin: 0;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    border: 1px solid transparent;
}

.ghost-tab li a:hover {
    background-color: #ddd;
}

.ghost-tab li a.active {
    border: 1px solid #1e2ca6;
    position: relative;
}

.ghost-tab li a.active:hover {
    background-color: transparent;
}

.ghost-tab li a.active:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #F7F7F7;
}

.ghost-tab li a.active:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: -1px;
    width: 100%;
    height: 2px;
    background-color: #16c7ff;
}

.ghost-tab-content {
    display: none;
    padding: 20px;
    border-top: 1px solid #1e2ca6;
}

.ghost-tab-content h3 {
    animation: fadeInEffect 0.3s linear forwards;
}

.ghost-tab-content p {
    animation: fadeInEffect 0.3s linear forwards;
}

@keyframes fadeInEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*---------------END TABS-------------*/

/*---------------DIV-TABELKI TABS-------------*/

/* DivTable.com */

.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.button-1,
.divTableHead {
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

/*---------------DIV-TABELKI TABS-------------*/

.banner-ru-1 {
    padding-bottom: 22px;
}

/*---------------START -Pierwsza strona -------------*/

.footer-first-page {
    padding: 22px;
    margin-top: 22px;
}

/*---------------END -pierwsza strona -------------*/


/*---------------END -Pierwsza strona -------------*/

/*.divTable{
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.button-1, .divTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}*/

/*===================== Start GUZIKI UA http://ua.kan-therm.com/download/programy_do_projektowania/kan_ozc.html ===============================*/

/*============ BLUE*/

.animate-bt {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.action-button-bt {
    position: relative;
    padding: 10px 40px;
    margin: 0px 10px 10px 0px;
    float: left;
    border-radius: 3px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    color: #ffffff !important;
    text-align: center;
}

.blue-bt {
    background-color: #2074d0;
    border-bottom: 5px solid #1c64b0;
    text-shadow: 0px -2px #1c64b0;
    width: 220px;
}

.green-bt {
    background-color: #248f24;
    border-bottom: 5px solid #1f7a1f;
    text-shadow: 0px -2px #1f7a1f;
    width: 70%;
}

.action-button-bt:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    border-bottom: 1px solid;
}

/*===================== END GUZIKI UA http://ua.kan-therm.com/download/programy_do_projektowania/kan_ozc.html ===============================*/

/*===================== LOGO PAGE START ===============================*/

.files__title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding-right: 15px;
}

.files__elem {
    padding: 15px;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    margin-top: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.files__icon-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button--alternative {
    color: #FFFFFF !important;
    background-color: #229EB6;
    border-color: #229EB6;
}

.button--alternative:hover {
    color: #229EB6 !important;
    background-color: #fff;
}

.button {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 15px;
    min-width: 170px;
    font-weight: 700;
    line-height: 20px;
    color: #229EB6;
    font-size: 12px;
    font-size: 0.85714rem;
    background: #247eae;
    border: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    outline: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.logo-kan-blue-show {
    margin-bottom: 32px;
    text-align: left;
}

.logo-kan-show-text {
    color: #0379D1 !important;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 15px 15px 0px;
}

.logo-colors-parent {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-bottom: 42px;
    margin-top: 16px;
}

.logo-colors-child {
    width: auto;
    padding: 22px;
    margin-right: 12px;
    background-color: rgb(36, 126, 174);
    color: #fff;
     !important;
    margin-left: 25px;
}

.logo-colors-child-white {
    width: 160px;
    padding: 22px;
    background-color: #fff;
    color: #0379D1;
     !important;
    margin-left: 25px;
    border-width: 1px;
    border-color: #ddd;
}

#box-right ul {
    margin-left: 2px !important;
}

.mockup {
    color: #F7F7F7 !important;
}

.logo-brake {
    width: 20px;
}

/*===================== LOGO PAGE END ===============================*/

/*===================== DOWNLOAD PAGE START ===============================*/

.files__title_download {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding-right: 15px;
}

.files__elem_download {
    padding: 15px;
    background-color: #F7F7F7;
    border-top: 1px solid #D1D1D1;
    /* border-bottom: 1px solid #D1D1D1; */
    margin-top: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.files__elem_download_no_border {
    padding: 15px;
    background-color: #F7F7F7;

    /* border-bottom: 1px solid #D1D1D1; */
    margin-top: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.files__elem_download:hover {
    padding: 15px;
    background-color: #fff;
    /* border-bottom: 1px solid #D1D1D1; */
    margin-top: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 66;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.files__elem_download-important {
    padding: 15px;
    background-color: #fff;
    margin-top: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;

}

/* .files__elem_download-important {
    padding: 15px;
    background-color: #fff;
    margin-top: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
} */

.files__icon-holder_download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.download-kan-blue-show {
    margin-bottom: 32px;
    text-align: left;
}

.download-kan-show-text {
    color: #0379D1 !important;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 15px 15px 0px;
}

.download-colors-parent {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 170px;
    margin-bottom: 42px;
    margin-top: 16px;
}

.download-colors-child {
    width: 160px;
    padding: 22px;
    margin-right: 12px;
    background-color: rgb(36, 126, 174);
    color: #fff;
     !important;
    margin-left: 25px;
}

.download-colors-child-white {
    width: 160px;
    padding: 22px;
    background-color: #fff;
    color: #0379D1;
     !important;
    margin-left: 25px;
    border-width: 1px;
    border-color: #ddd;
}



.mockup {
    color: #F7F7F7 !important;
}

.download-brake {
    width: 20px;
}

.download-text {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    color: #247eae;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    /* text-transform: uppercase; */
    line-height: 22px;
}

.download-text-tag {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    color: #126b9b;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    margin: 12px 0 22px 0;
    padding: 17px;
}

.download-image {
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #FFF
}

.download-system-text {
    padding-bottom: 5px;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
}

.download-text-alert {
    padding-bottom: 5px;
    font-size: 12px;
    text-decoration: none;
    color: #ff1c1c !important;
}

.download-text-import {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12 0px 5px 0px;
    text-decoration: none;
    color: #1d943b !important;
}



/*===================== LOGO PAGE END ===============================*/

/*===================== Bootstrap Start ===============================*/

.card-header {
    margin-bottom: 0;
    line-height: 1.5;
    padding: 12px;
    box-sizing: border-box;
    color: rgb(33, 37, 41);
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    margin-bottom: 0px;
    margin-top: 0px;
    overflow-wrap: break-word;
    text-align: left;
    text-decoration: none;
}

.card {
    word-wrap: break-word;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    text-decoration: none;
}

.card-group-item {
    border-bottom: 1px solid #eee;
}

.card-group-item .card-header {
    border-bottom: 0;
    background-color: #f9f9f9;
}

.list-group .list-group-item {
    padding-bottom: .5rem;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.round {
    border-radius: 200px;
}

.badge-rk-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-rk {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #0367B2;
}

.float-right-rk {
    float: right !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    text-decoration: none;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

/*===================== Bootstrap STOP ===============================*/

/*===================== filter Menu START ===============================*/

.filter-menu {
    padding: 5px 0px 42px 0px;
}

.filter-menu-container {
    padding: 15px;
    background-color: #005595;
    color: #16c7ff;
    border-radius: 3px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
}

#filter {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/*===================== filter Menu STOP ===============================*/

/*===================== menu-top- START ===============================*/

.menu-top-1 {
    margin-left: 12px;
}

.menu-top-2 {
    margin-left: 12px;
    /* color: rgb(33, 37, 41); */
}

.menu-top-2-color {
    margin-left: 12px;
    color: rgb(33, 37, 41);
}

/*===================== menu-top- START ===============================*/

#imagelightbox {
    position: fixed;
    z-index: 9999;
    -ms-touch-action: none;
    touch-action: none;
}

/*===================== menu-top- START ===============================*/

/*===================== EVENT GALLERY - START ===============================*/

.events-img {
    width: 200px;
    height: auto;
    padding: 5px 5px 5px 0;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.events-img:hover {
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

.events-text {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    color: #005595;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    /* text-transform: uppercase; */
    line-height: 22px;
    padding-bottom: 5px;
    padding-top: 25px;
}

.events-text-samll {
    padding-bottom: 5px;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    padding-bottom: 15px;
}

#LinksContainer hr {
    border: none;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
    text-align: left;
    width: 85%;
}

/*===================== EVENT GALLERY STOP ===============================*/

/*===================== Realization - START ===============================*/

.realization-container {
    background-color: #fff;
    text-align: left;
    padding: 15px;
    margin-bottom: 22px;
    border-radius: 3px;
}

.realization-container:hover {
    box-shadow: 0 1px 15px #ddd;
}

.realization-img {
    height: auto;
    width: 620px;
    overflow: hidden;
}

.realization-img-box {
    height: 200px;
    width: 620px;
    overflow: hidden;
}

.realization-text-title {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    color: #005595;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    /* text-transform: uppercase; */
    padding-top: 5px;
}

.realization-text {}

/*===================== Realization - END ===============================*/

/*===================== Zone - START ===============================*/

#r-content {
    width: 960px;
    margin: 0 auto;
}

.r-dropdownmenu {
    width: 100%;
    display: block;
    white-space: nowrap !important;
    padding-bottom: 52px;
}

.r-dropdownmenu ul,
.r-dropdownmenu li {
    margin: 0;
    padding: 0;
}

.r-dropdownmenu ul {
    list-style: none;
    width: 100%;
    margin-left: 10px;
}

.r-dropdownmenu li {
    float: left;
    position: relative;
    width: 235px;
    background-color: #F7F7F7;
}

.r-dropdownmenu a {
    background: #fff;
    color: #6c757d !important;
    display: block;
    font: bold 12px/20px sans-serif;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-transform: uppercase;
}

.r-dropdownmenu li:hover a {
    background: #026CBA;
    color: #FFFFFF !important;
}

s
/*===================== Zone - START ===============================*/

/*===================== SOCIAL ICONS - START ===============================*/

.social-icons-container {
    margin: 22px 22px 22px 22px;
}

.r-footer-social-icons {
    width: auto;
    display: block;

    line-height: 38px;
    height: 39px;
    float: right;

}

.social-place {
    width: 940px;
    margin: 0 auto;
    display: inline-block;

}


.r-social-icon {
    color: #026CBA !important;
    font-size: 15px;
}

ul.r-fsocial-icons {
    margin-top: 10px;
}

.r-social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}

.r-social-icons a {
    color: #fff;
    text-decoration: none;
}

.fa-facebook {
    padding: 12px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fafafa;
}

.fa-facebook:hover {
    background-color: #3d5b99;
    color: #fff !important;
}

.fa-instagram {
    padding: 12px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fafafa;
}

.fa-instagram:hover {
    background-color: #C62F80;
    color: #fff !important;
}

.fa-twitter {
    padding: 12px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fafafa;
}

.fa-twitter:hover {
    background-color: #00aced;
    color: #fafafa !important;
}

.fa-youtube {
    padding: 12px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fafafa;
}

.fa-youtube:hover {
    background-color: #e64a41;
    color: #fff !important;
}

/*===================== SOCIAL ICONS - STOP ===============================*/

/*===================== KAN-SET- START ===============================*/
.r-article-img {
    padding: 2 12 8 0;
    margin-bottom: 18px;
    width: 650px;
    height: auto;
}

/*===================== KAN-SET - STOP ===============================*/


/*===================== KAN-PROGRAMS- START ===============================*/
.r-programs-img {
    padding: 2px 0 2px 0;
    margin-bottom: 12px;
    width: 650px;
    height: auto;
}

.r-programs-text {
    padding: 2px 0 5px 0;
}

.r-block {
    padding: 2px 0 35px 0;
}

/*===================== KAN-PROGRAMS - STOP ===============================*/
/*===================== NEW LABEL - START ===============================*/
.r-new-label {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 1rem;
    padding: 2px;
}

.r-badge {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-border-radius: .100rem;
    border-radius: .100rem;
    color: #fff !important;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.r-badge-primary {
    color: #fff;
    background-color: #4691e0;
}

/*===================== NEW LABEL - STOP ===============================*/

/*===================== FILTER MENU START===============================*/
.r-filter-menu {
    width: 150px;
    height: auto;
    border-radius: .100rem;
    display: inline-block;
    padding: 2em 1.4em;
    line-height: 1.4em;
    vertical-align: baseline;
    border-radius: .25rem;
    color: #fff !important;
    background-color: #005595 !important;
}

.r-filter {
    color: white !important;
    text-decoration: none;
    display: block;
    width: 170px;
    padding: 20px 3px;
    line-height: 12px;
    text-decoration: none;
    cursor: pointer;
    list-style-position: inside;
}

.r-filter-title {
    color: #fff;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    margin: 5px 0 2px 0;
}

.js-filter {
    color: #ddd !important;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.9em;
}

.js-filter::before {
    content: "•";
    color: #32cced;
    display: inline-block;
    width: 1.2em;
    margin-left: 0em;
}


/*===================== FILTER MENU STOP ===============================*/

/*=====================GROOVE START ===============================*/

.r-divTable {
    display: table;
    width: 100%;
    margin-bottom: 22px;
    border-collapse: collapse;
}

.r-divTableRow {
    display: table-row;
}

.r-divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.r-divTableCell-center-text {
    border: 1px solid #F7F7F7;
    display: table-cell;
    padding: 3px 10px;
    vertical-align: top;
    text-align: center;
}

.r-divTableCell-center-left {
    border: 1px solid #F7F7F7;
    display: table-cell;
    padding: 3px 0px;
    vertical-align: top;
    text-align: center;
    padding-right: 10px;
}

.r-divTableCell,
.divTableHead {
    border: 1px solid #F7F7F7;
    display: table-cell;
    padding: 3px 10px;
    vertical-align: top;
}



.r-divTableCell-no-padding,
.divTableHead {
    border: 1px solid #F7F7F7;
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}


.r-divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.r-divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.r-divTableBody {
    display: table-row-group;
}

.r-wciecie-bullets {
    padding-left: 19px;
}

.r-wciecie-links {
    padding-left: 19px;
}

/* td {
    padding: 25px;
    text-align: left;
  } */



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

li.punkt {
    /* list-style-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="13" height="13"><circle fill="DodgerBlue" cx="7" cy="7" r="2"/></svg>'); */
    list-style-image: url('/images/article/copper/pl/li-style-bullets-blue.png');
    padding-bottom: 5px;
}


/*=====================GROOVE STOP ===============================*/
/*=====================ROZNE START ===============================*/
.r-windows {
    background-color: #fff;
    width: 170px;
    height: 300px;
    padding: 22 12 22 32;
    text-align: left;
}

.r-name {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #0379D1;

}

.r-phone {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;

}

.r-cell {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;

}

.r-stan {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    font-style: italic;
}

.r-kan-people {
    height: 146px;
    margin-top: 5px;
    padding: 10;
    position: relative;
    width: 135px;
    border: 1px solid rgba(0, 0, 0, 0.125);

}

.r-email {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 10px;
    font-style: italic;
    text-decoration: none;
    color: red !important;

}

/* .r-email {
    text-decoration: none; 
    color: #0379D1 !important;
  }
   */
/*=====================ROZNE STOP ===============================*/
/*=====================TRANS MENU START ===============================*/

.r-menu-trans {
    z-index: 11000 !important;
}

/*=====================TRANS MENU STOP ===============================*/

.r-ultraline-article-banner {
    position: relative;
}

.r-ultraline-article-banner-text {
    position: absolute;
    top: 408px;
    left: 56px;
    color: #FFF;
    margin-right: 52px;
}

.r-ultraline-article-banner-box-1 {}

.r-ultraline-article-banner-box-2 {

    background-color: #D29D6D;
    height: 420px;
    border-left: 20px solid #F7F7F7;
    border-right: 28px solid #F7F7F7;
}

/* Start Banner na strone Kariera */

/* .r-banner-job{
z-index: 2000;
height: 311px;
width: 158px;
background-color: #fff;
position: absolute;
top: 195px;
right: 280px;
margin:12px;
border: 0px solid #8d8d8d;
-webkit-box-shadow: 0px 0px 11px 6px rgba(0,0,0,0.18); 
box-shadow: 0px 0px 11px 6px rgba(0,0,0,0.18);
/* background-image: url("/images/article/job/r-banner-job.jpg");  */


/* .r-banner-job:hover{
  order: 0px solid #fff; 
  text-decoration: none;
} */

.r-banner-job {
    z-index: 2000;
    height: 311px;
    width: 158px;
    background-color: #fff;
    position: absolute;
    top: 180px;
    right: 280px;
    margin: 12px;
    border: 0px solid #8d8d8d;
    -webkit-box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.18);
    /* background-image: url("/images/article/job/r-banner-job.jpg");  */
}

.r-banner-job:hover {
    order: 0px solid #fff;
    text-decoration: none;
}

/* Stop Banner na strone Kariera */

/* Start Banner na strone Kariera */

.r-banner-kal {
    z-index: 2000;
    height: auto;
    width: auto;
    background-color: #fff;
    position: absolute;
    top: 195px;
    right: 280px;
    margin: 12px;
    border: 0px solid #8d8d8d;
    -webkit-box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.18);
    /* background-image: url("/images/article/job/r-banner-job.jpg");  */
}

.r-banner-kal:hover {
    border: 0px solid #fff;
    text-decoration: none;
}


/* Stop Banner na strone Kariera */


/*---------------START - Popup -------------*/

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 5100 !important;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
    position: fixed;
    top: 30%;
    left: 30%;
    padding: 0px;
    display: block;
    width: auto;
    z-index: 10000 !important;
    /* box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5); */
}

.modal-content,#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

* .close-button {
    position: absolute;
    right: 3rem;
    top: 2rem;
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
    font-weight: 300;
    border-radius: 100%;
    background-color: #fff;
    z-index: 4;
    color: #0367B2;
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    z-index: 10000 !important;
}

.close-button:hover {
    background-color: #a6ecff;
    z-index: 10000 !important;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 10000 !important;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

  .pro-button{
    color: #fff;
    background:#217DAD;
    max-width:350px;
    height:auto;
    border-radius: 10px;
    padding: 20px;
    text-align:center;
    
    font-family: Arial, Helvetica, sans-serif;s
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    
    transition: background 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    
    margin: auto;

    b{
      font-weight: 700;
    }
  }
  
  .pro-button:hover,
  .pro-button:focus {
    background: #01518C;
}

  .pro-button:focus {
    outline: 1px solid #fff;
    
}

  .pro-button:active {
    transform: scale(0.99);
}

  .pro-button a{
      color: #fff !important;
    }
