/*$color-primary-light:#f28440;
$color-primary-dark:  #a7470c; //medium-dark #bf510d*/
/* ********************** Respond ABOVE  **************************** */
/* ********************** Respond BELOW  **************************** */
/* ********************** Respond BETWEEN  **************************** */
/* ************************************************** */
/* 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 {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*  -------------------end reset meyerweb.com------------- */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    box-sizing: border-box;
}

.container::after {
    content: '';
    display: table;
    clear: both;
}

/* HEADING */
/* raleway-600 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/raleway-v12-latin-600.eot");
    /* IE9 Compat Modes */
    src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url("../fonts/raleway-v12-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v12-latin-600.woff2") format("woff2"), url("../fonts/raleway-v12-latin-600.woff") format("woff"), url("../fonts/raleway-v12-latin-600.ttf") format("truetype"), url("../fonts/raleway-v12-latin-600.svg#Raleway") format("svg");
    /* Legacy iOS */ }
/* raleway-700 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/raleway-v12-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Raleway Bold"), local("Raleway-Bold"), url("../fonts/raleway-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v12-latin-700.woff2") format("woff2"), url("../fonts/raleway-v12-latin-700.woff") format("woff"), url("../fonts/raleway-v12-latin-700.ttf") format("truetype"), url("../fonts/raleway-v12-latin-700.svg#Raleway") format("svg");
    /* Legacy iOS */ }
/*  body */
/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/montserrat-v12-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v12-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v12-latin-regular.woff") format("woff"), url("../fonts/montserrat-v12-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v12-latin-regular.svg#Montserrat") format("svg");
    /* Legacy iOS */ }
/* montserrat-500 - latin */
@font-face {
    font-family: '';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/montserrat-v12-latin-500.eot");
    /* IE9 Compat Modes */
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/montserrat-v12-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v12-latin-500.woff2") format("woff2"), url("../fonts/montserrat-v12-latin-500.woff") format("woff"), url("../fonts/montserrat-v12-latin-500.ttf") format("truetype"), url("../fonts/montserrat-v12-latin-500.svg#Montserrat") format("svg");
    /* Legacy iOS */ }
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #616161;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
}

button, input, optgroup, select, textarea {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}

::selection, ::-moz-selection {
    background: #fed03d;
    color: #fff;
    -webkit-text-stroke-color: #fff;
}

a, a:link, a:visited {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
a.highlight, a.highlight:link, a.highlight:visited {
    color: rgba(254, 208, 61, 0.9);
}
a:hover, a:focus {
    color: #fed03d;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
    margin-bottom: 15px;
}
h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection,
.h1::selection, .h2::selection, .h3::selection, .h4::selection, .h5::selection, .h6::selection {
    background: #fed03d;
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 32.4px;
    }

    h2, .h2 {
        font-size: 27px;
    }

    h3, .h3 {
        font-size: 21.6px;
    }

    h4, .h4 {
        font-size: 18px;
    }

    h5, .h5 {
        font-size: 16.2px;
    }

    h6, .h6 {
        font-size: 14.4px;
    }
}
@media only screen and (min-width: 768px) {
    h1, .h1 {
        font-size: 36px;
    }

    h2, .h2 {
        font-size: 30px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    h4, .h4 {
        font-size: 20px;
    }

    h5, .h5 {
        font-size: 18px;
    }

    h6, .h6 {
        font-size: 16px;
    }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #333333;
}

/* USEFUL CLASSES: */
.rode-textcolor1 {
    color: #fed03d;
}
.rode-textcolor2 {
    color: #333333;
}
.rode-textcolor-grey1 {
    color: #f6f6f6;
}
.rode-textcolor-grey2 {
    color: #f6f4f0;
}
.rode-textcolor-grey3 {
    color: #eee;
}
.rode-textcolor-grey4 {
    color: #5c5c5c;
}
.rode-textcolor-grey5 {
    color: #777;
}
.rode-textcolor-grey6 {
    color: #333;
}
.rode-textcolor-white {
    color: #fff;
}
.rode-textcolor-black {
    color: #000;
}
.rode-textcolor-body {
    color: #616161;
}

.rode-bgcolor1, .rode-bgcolor2, .rode-bgcolor-grey1, .rode-bgcolor-grey2, .rode-bgcolor-grey3, .rode-bgcolor-grey4, .rode-bgcolor-grey5, .rode-bgcolor-grey6, .rode-bgcolor-white, .rode-bgcolor-black, .rode-bgcolor-body {
    padding-left: 10px;
    padding-right: 10px;
}

.rode-bgcolor-transparent {
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
}
.rode-bgcolor1 {
    background-color: #fed03d;
}
.rode-bgcolor2 {
    background-color: #333333;
}
.rode-bgcolor-grey1 {
    background-color: #f6f6f6;
}
.rode-bgcolor-grey2 {
    background-color: #f6f4f0;
}
.rode-bgcolor-grey3 {
    background-color: #eee;
}
.rode-bgcolor-grey4 {
    background-color-color: #5c5c5c;
}
.rode-bgcolor-grey5 {
    background-color: #777;
}
.rode-bgcolor-grey6 {
    background-color: #333;
}
.rode-bgcolor-white {
    background-color: #fff;
}
.rode-bgcolor-black {
    background-color: #000;
}
.rode-bgcolor-body {
    background-color: #616161;
}

ul {
    list-style-type: none;
}
ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 3px;
    line-height: 1.5;
}
ul li::before {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    left: 0;
    vertical-align: middle;
    color: inherit;
    line-height: 2.14;
    font-size: 70%;
}

ul.list-color1 li::before {
    color: #fed03d;
}

ul.list-color2 li::before {
    color: #333333;
}

@keyframes moveInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes moveFromBottom {
    from {
        opacity: 0;
        transform: translateY(200%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes moveFromTop {
    from {
        opacity: 0;
        transform: translateY(-200%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
.rode-row-strech {
    position: relative;
    margin-left: -50vw;
    left: 50%;
    width: 100vw;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.rode-titlu {
    display: inline-block;
}

.rode-max {
    font-weight: 400;
}
.rode-max.rode-bgcolor-transparent {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 767px) {
    h1.rode-max {
        font-size: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    h2.rode-max {
        font-size: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    h3.rode-max {
        font-size: 33px;
    }

    h4.rode-max {
        font-size: 28px;
    }

    h5.rode-max {
        font-size: 24px;
    }

    h6.rode-max {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .rode-max {
        padding-left: 15px;
        padding-right: 15px;
    }

    h1.rode-max {
        font-size: 90px;
        padding-left: 25px;
        padding-right: 25px;
    }

    h2.rode-max {
        font-size: 75px;
        padding-left: 20px;
        padding-right: 20px;
    }

    h3.rode-max {
        font-size: 55px;
        padding-left: 20px;
        padding-right: 20px;
    }

    h4.rode-max {
        font-size: 45px;
    }

    h5.rode-max {
        font-size: 35px;
    }
}
.rode-big.rode-bgcolor-transparent {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 767px) {
    h1.rode-big {
        font-size: 36px;
        padding-left: 20px;
        padding-right: 20px;
    }

    h2.rode-big {
        font-size: 32px;
        padding-left: 20px;
        padding-right: 20px;
    }

    h3.rode-big {
        font-size: 26px;
    }

    h4.rode-big {
        font-size: 24px;
    }

    h5.rode-big {
        font-size: 20px;
    }

    h6.rode-big {
        font-size: 18px;
    }
}
@media only screen and (min-width: 768px) {
    h1.rode-big {
        font-size: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    h2.rode-big {
        font-size: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    h3.rode-big {
        font-size: 33px;
    }

    h4.rode-big {
        font-size: 29px;
    }

    h5.rode-big {
        font-size: 26px;
    }

    h6.rode-big {
        font-size: 22px;
    }
}
.rode-principal-linie {
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.rode-principal-linie::before {
    bottom: 5px;
    content: "";
    height: 2px;
    right: auto;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;
    background-color: #fed03d;
}
.text-left .rode-principal-linie {
    margin-left: 0;
    margin-right: auto;
}
.text-left .rode-principal-linie::before {
    right: auto;
    left: 0%;
    margin-left: 0px;
}
.text-right .rode-principal-linie {
    margin-right: 0;
    margin-left: auto;
}
.text-right .rode-principal-linie::before {
    margin-right: 0px;
    left: auto;
    right: 0%;
}

.rode-linie--color2::after, .rode-linie--color2::before {
    background-color: #333333;
}
.rode-linie--color-body::after, .rode-linie--color-body::before {
    background-color: #616161;
}
.rode-linie--color-white::after, .rode-linie--color-white::before {
    background-color: #fff;
}

.rode-principal-title i {
    color: #fed03d;
    font-style: normal;
}

.rode-principal-title.rode-text-color1 i {
    color: #333333;
    font-style: normal;
}

.rode-principal-subtitle {
    color: #fed03d;
}
.rode-principal-subtitle p {
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: inherit;
}
.rode-principal-subtitle p::after, .rode-principal-subtitle p::before {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #fed03d;
    width: 50px;
    top: 50%;
}
.rode-principal-subtitle p::after {
    left: -webkit-calc(100% + 20px);
    left: -moz-calc(100% + 20px);
    left: calc(100% + 20px);
}
.rode-principal-subtitle p::before {
    right: -webkit-calc(100% + 20px);
    right: -moz-calc(100% + 20px);
    right: calc(100% + 20px);
}
.text-left.rode-principal-subtitle p::before {
    display: none;
}
.text-right.rode-principal-subtitle p::after {
    display: none;
}
.rode-principal-subtitle h1, .rode-principal-subtitle h2, .rode-principal-subtitle h3, .rode-principal-subtitleh4, .rode-principal-subtitle h5, .rode-principal-subtitle h6 {
    color: #333333;
}
.rode-principal-subtitle--secondary {
    color: #333333;
}
.rode-principal-subtitle--secondary p {
    color: #333333;
}
.rode-principal-subtitle--secondary p::after, .rode-principal-subtitle--secondary p::before {
    background-color: #333333;
}
.rode-principal-subtitle--white {
    color: #fff;
}
.rode-principal-subtitle--white h1, .rode-principal-subtitle--white h2, .rode-principal-subtitle--white h3, .rode-principal-subtitle--whiteh4, .rode-principal-subtitle--white h5, .rode-principal-subtitle--white h6 {
    color: #fff;
}
.rode-principal-subtitle--white p::after, .rode-principal-subtitle--white p::before {
    background-color: #fff;
}
.rode-principal-subtitle--grey {
    color: #5c5c5c;
}
.rode-principal-subtitle--grey h1, .rode-principal-subtitle--grey h2, .rode-principal-subtitle--grey h3, .rode-principal-subtitle--greyh4, .rode-principal-subtitle--grey h5, .rode-principal-subtitle--grey h6 {
    color: #5c5c5c;
}
.rode-principal-subtitle--grey p::after, .rode-principal-subtitle--grey p::before {
    background-color: #5c5c5c;
}
.rode-principal-subtitle h2 {
    font-size: 36px;
    font-weight: 400;
}
.rode-principal-subtitle----white p {
    color: #f6f6f6;
}

.rode-pagetitle {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    position: relative;
    text-align: center;
}
.rode-pagetitle--with-buttons {
    min-height: 600px;
}
.rode-pagetitle--with-buttons .rode-pagetitle__title-container {
    padding-top: 30px;
}
.rode-pagetitle .container {
    padding-top: 100px;
    padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
    .rode-pagetitle .container {
        padding-top: 150px;
        padding-bottom: 130px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .rode-pagetitle .container {
        padding-top: 120px;
        padding-bottom: 80px;
    }
}
.rode-pagetitle__title {
    color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
}
.rode-pagetitle__subtitle {
    color: #fed03d;
    font-size: 22.5px;
    line-height: 35.625px;
}
h3.rode-pagetitle__subtitle ::selection {
    color: #fff;
}

@media (max-width: 767px) {
    .rode-pagetitle__btn {
        text-align: center;
    }
    .rode-pagetitle__btn--left {
        margin-top: 20px;
    }
    .rode-pagetitle__btn--right {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .rode-pagetitle__btn {
        margin-top: 40px;
    }
    .rode-pagetitle__btn--left {
        text-align: right;
    }
    .rode-pagetitle__btn--right {
        text-align: left;
    }
}

.rode-underpagetitle__text-container {
    background-color: #fed03d;
    padding: 10px 15px 20px 15px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .rode-underpagetitle__text-container {
        padding: 40px 30px 50px 30px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .rode-underpagetitle__text-container {
        padding: 20px 20px 30px 20px;
    }
}
.rode-underpagetitle__title {
    font-weight: 600;
    color: #333333;
    margin-top: 20px;
    padding: 12px;
    border-radius: 3px 3px 0 0;
}
.rode-underpagetitle__btn-container {
    margin-top: -25px;
}
.rode-underpagetitle__btn-container .rode-btn, .rode-underpagetitle__btn-container .rode-btn:link, .rode-underpagetitle__btn-container .rode-btn:visited {
    padding: 12px 50px;
    border-color: #fff;
}
.rode-underpagetitle__btn-container .rode-btn:hover, .rode-underpagetitle__btn-container .rode-btn:focus {
    padding: 12px 50px;
    border-color: #333333;
}

.rode-btn, .rode-btn:link, .rode-btn:visited {
    padding: 14px 25px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border: 2px solid;
    border-radius: 2px;
}
.rode-btn::before {
    content: "";
    width: 200%;
    height: 150%;
    opacity: 0;
    position: absolute;
}
.rode-btn:hover::before {
    opacity: 1;
    transition-duration: .3s;
}
.rode-btn:focus::before, .rode-btn:active::before {
    opacity: 1;
}
.rode-btn:active, .rode-btn:focus {
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.rode-btn::before {
    width: 0;
    height: 110%;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    will-change: opacity, width;
    transition-property: opacity, width;
    transition-duration: .25s, .25s;
    transition-delay: .15s, 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.11, 1.24);
}
.rode-btn:hover::before, .rode-btn:focus::before {
    width: 100%;
    transition-duration: .25s, .4s;
    transition-delay: 0s;
}
.rode-btn__label {
    position: relative;
    z-index: 2;
    color: inherit;
}
.rode-btn--color1, .rode-btn--color1:link, .rode-btn--color1:visited {
    border: none;
    color: #333333;
    background-color: #fed03d;
    border-color: #fed03d;
}
.rode-btn--color1::before {
    background-color: #333333;
}
.rode-btn--color1.rode-btn:hover, .rode-btn--color1.rode-btn:focus, .rode-btn--color1.rode-btn:active {
    color: #fed03d;
    background-color: #333333;
}
.rode-btn--color2, .rode-btn--color2:link, .rode-btn--color2:visited {
    color: #fed03d;
    background-color: #333333;
    border-color: #333333;
}
.rode-btn--color2::before {
    background-color: #fed03d;
}
.rode-btn--color2.rode-btn:hover, .rode-btn--color2.rode-btn:focus, .rode-btn--color2.rode-btn:active {
    color: #333333;
    background-color: #fed03d;
}
.rode-btn--color2-white, .rode-btn--color2-white:link, .rode-btn--color2-white:visited {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}
.rode-btn--color2-white::before {
    background-color: #fff;
}
.rode-btn--color2-white.rode-btn:hover, .rode-btn--color2-white.rode-btn:focus, .rode-btn--color2-white.rode-btn:active {
    color: #333333;
    background-color: #fff;
}
.rode-btn--white-border, .rode-btn--white-border:link, .rode-btn--white-border:visited {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.rode-btn--white-border::before {
    background-color: #fed03d;
}
.rode-btn--white-border.rode-btn:hover, .rode-btn--white-border.rode-btn:focus, .rode-btn--white-border.rode-btn:active {
    color: #fff;
    background-color: #fed03d;
}
.rode-btn--white-border--color1, .rode-btn--white-border--color1:link, .rode-btn--white-border--color1:visited {
    color: #fed03d;
    background-color: #fff;
    border-color: #fed03d;
}
.rode-btn--white-border--color1::before {
    background-color: #fed03d;
}
.rode-btn--white-border--color1.rode-btn:hover, .rode-btn--white-border--color1.rode-btn:focus, .rode-btn--white-border--color1.rode-btn:active {
    color: #fff;
    background-color: #fed03d;
}
.rode-btn--white-border--color2, .rode-btn--white-border--color2:link, .rode-btn--white-border--color2:visited {
    color: #333333;
    background-color: #fff;
    border-color: #333333;
}
.rode-btn--white-border--color2::before {
    background-color: #333333;
}
.rode-btn--white-border--color2.rode-btn:hover, .rode-btn--white-border--color2.rode-btn:focus, .rode-btn--white-border--color2.rode-btn:active {
    color: #fff;
    background-color: #333333;
}
.rode-btn--transparent--border-color1, .rode-btn--transparent--border-color1:link, .rode-btn--transparent--border-color1:visited {
    color: #fed03d;
    background-color: transparent;
    border-color: #fed03d;
}
.rode-btn--transparent--border-color1::before {
    background-color: #fed03d;
}
.rode-btn--transparent--border-color1.rode-btn:hover, .rode-btn--transparent--border-color1.rode-btn:focus, .rode-btn--transparent--border-color1.rode-btn:active {
    color: #fff;
    background-color: #fed03d;
}
.rode-btn--transparent--border-color2, .rode-btn--transparent--border-color2:link, .rode-btn--transparent--border-color2:visited {
    color: #333333;
    background-color: transparent;
    border-color: #333333;
}
.rode-btn--transparent--border-color2::before {
    background-color: #333333;
}
.rode-btn--transparent--border-color2.rode-btn:hover, .rode-btn--transparent--border-color2.rode-btn:focus, .rode-btn--transparent--border-color2.rode-btn:active {
    color: #fff;
    background-color: #333333;
}
.rode-btn--transparent--border-color-white, .rode-btn--transparent--border-color-white:link, .rode-btn--transparent--border-color-white:visited {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.rode-btn--transparent--border-color-white::before {
    background-color: #fff;
}
.rode-btn--transparent--border-color-white.rode-btn:hover, .rode-btn--transparent--border-color-white.rode-btn:focus, .rode-btn--transparent--border-color-white.rode-btn:active {
    color: #fed03d;
    background-color: #fff;
}

.rode-full-width .rode-btn {
    width: 100%;
}

body.admin-bar #rode-nav {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar #rode-nav {
        top: 46px;
    }
}
#rode-container {
    padding-bottom: 30px;
}

#rode-main-container {
    margin-top: 78px;
}

.vc_parallax {
    -webkit-clip-path: polygon(50% 5%, 100% 0, 100% 100%, 50% 95%, 0 100%, 0 0);
    clip-path: polygon(50% 5%, 100% 0, 100% 100%, 50% 95%, 0 100%, 0 0);
    padding-top: 80px;
    padding-bottom: 80px;
    /*	-webkit-clip-path: polygon(68% 11%, 100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(68% 11%, 100% 0, 100% 100%, 0 100%, 0 0);*/ }
@media only screen and (min-width: 768px) {
    .vc_parallax {
        -webkit-clip-path: polygon(50% 10%, 100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
        clip-path: polygon(50% 10%, 100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
        padding-top: 200px;
        padding-bottom: 200px;
        margin-top: -100px;
    }
}
@media (max-width: 767px) {
    .vc_parallax {
        margin-top: -70px;
    }
}

.normal-paralax.vc_parallax {
    -webkit-clip-path: none;
    clip-path: none;
}

.elements-padding100 {
    padding-top: 80px;
    padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
    .elements-padding100 {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

.elements-padding-before-paralax {
    padding-top: 80px;
    padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
    .elements-padding-before-paralax {
        padding-top: 100px;
        padding-bottom: 140px;
    }
}

.elements-padding-after-paralax {
    margin-top: -70px;
    padding-top: 100px;
    padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
    .elements-padding-after-paralax {
        margin-top: -100px;
        padding-top: 140px;
        padding-bottom: 80px;
    }
}

.bg-rode-dark {
    background-color: #333;
}

.row-bg-greylight {
    background-color: #f6f4f0;
}

.bg-rode-greylight1 {
    background-color: #f6f6f6;
}

blockquote {
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;
}
blockquote::before {
    content: "\201C";
    /*Unicode for Left Double Quote*/
    /*Font*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #5c5c5c;
    /*Positioning*/
    position: absolute;
    left: 10px;
    top: 5px;
}

.sbox-ico-efect {
    display: block;
    position: relative;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.sbox-ico-efect:hover {
    text-decoration: none;
}
.sbox-ico-efect__icon-container {
    margin: 20px auto;
    text-align: center;
}
.sbox-ico-efect__icon {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    color: #fff;
    font-size: 45px;
    box-sizing: content-box;
    position: relative;
    background-color: #333333;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #333333 30%, #333333);
    /* Standard syntax (must be last) */
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.sbox-ico-efect.sbox-ico-efect-light .sbox-ico-efect__icon {
    background-color: #fff;
    background-color: #f6f4f0;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #f6f4f0 30%, #fff);
    /* Standard syntax (must be last) */
    color: #fed03d;
}
.sbox-ico-efect .sbox-ico-efect__icon {
    line-height: 100px;
}
.sbox-ico-efect:hover .sbox-ico-efect__icon {
    background-color: #fed03d;
    background-image: none;
    border-color: #fed03d !important;
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}
.sbox-ico-efect.sbox-ico-efect-light:hover .sbox-ico-efect__icon {
    background-color: white;
    background-image: none;
    border-color: #fff !important;
}
.sbox-ico-efect__icon::after {
    content: "";
    position: absolute;
    border-color: #333333;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.sbox-ico-efect:hover .sbox-ico-efect__icon::after {
    display: inline-block;
    -webkit-animation: fusionSonarEffect 1.3s ease-out 75ms;
    animation: fusionSonarEffect 1.3s ease-out 75ms;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fed03d, 0 0 0 10px rgba(255, 255, 255, 0.5);
}
.sbox-ico-efect.sbox-ico-efect-light:hover .sbox-ico-efect__icon::after {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
}
.sbox-ico-efect__title {
    position: relative;
    color: #333333;
}
.sbox-ico-efect__title::before {
    width: 50px;
    margin-left: -25px;
}
.sbox-ico-efect:hover .sbox-ico-efect__title {
    color: #222;
}
.sbox-ico-efect.sbox-ico-efect-light .sbox-ico-efect__title {
    color: #f6f6f6;
}
.sbox-ico-efect.sbox-ico-efect-light:hover .sbox-ico-efect__title {
    color: #fff;
}
.sbox-ico-efect__text {
    color: #616161;
}
.sbox-ico-efect:hover .sbox-ico-efect__text {
    text-decoration: none;
    color: #616161;
}
.sbox-ico-efect.sbox-ico-efect-light .sbox-ico-efect__text {
    color: #f6f4f0;
}

.sbox-icon {
    display: block;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px 10px 40px 10px;
}
.sbox-icon:hover {
    text-decoration: none;
}
.sbox-icon__icon-container {
    margin: 20px auto;
    text-align: center;
}
.sbox-icon__icon {
    color: #fed03d;
    font-size: 45px;
    box-sizing: content-box;
    position: relative;
}
.sbox-icon.sbox-icon--color .sbox-icon__icon {
    color: #fed03d;
}
.sbox-icon__title {
    color: #333333;
}
.sbox-icon.sbox-icon--color .sbox-icon__title {
    color: #f6f6f6;
}
.sbox-icon:hover .sbox-icon__title {
    color: #222;
}
.sbox-icon.sbox-icon--color:hover .sbox-icon__title {
    color: #fff;
}
.sbox-icon__text {
    color: #616161;
}
.sbox-icon.sbox-icon--color .sbox-icon__text {
    color: #f6f4f0;
}
.sbox-icon:hover .sbox-icon__text {
    text-decoration: none;
    color: #616161;
}
.sbox-icon.sbox-icon--color:hover .sbox-icon__text {
    color: #f6f4f0;
}
.sbox-icon__button {
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: -30px;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.sbox-icon:hover .sbox-icon__button {
    opacity: 1;
}
.sbox-icon--color {
    background-color: #333333;
}


.sbox-icon-left {
    display: block;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: left;
    padding: 0px 10px 10px 90px;
    background-color: transparent;
}
.sbox-icon-left:hover {
    text-decoration: none;
}
.sbox-icon-left__icon-container {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    transform: translateY(0);
    -webkit-transition: transform 0.25s ease;
    -moz-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    -ms-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
}

.sbox-icon-left:hover .sbox-icon-left__icon-container {
    transform: translateY(20px);
}
.sbox-icon-left .sbox-icon-left__icon {
    color: #fff;
    background-color: #fed03d;
    font-size: 26px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    box-sizing: content-box;
    position: relative;
    border-radius: 50%;
    border: 1px solid #fed03d;
}
.sbox-icon-left:hover .sbox-icon-left__icon {
    color: #fed03d;
    background-color: #fff;
}
.sbox-icon-left__title {
    font-size: 20px;
    color: #333333;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
}
.sbox-icon-left:hover .sbox-icon-left__title {
    color: #fed03d;
}
.sbox-icon-left__text {
    color: #616161;
    text-align: left;
}
.sbox-icon-left.sbox-icon--color .sbox-icon-left__text {
    color: #f6f4f0;
}
.sbox-icon-left:hover .sbox-icon-left__text {
    text-decoration: none;
    color: #616161;
}
.sbox-icon-left.sbox-icon--color:hover .sbox-icon-left__text {
    color: #f6f4f0;
}
.sbox-icon-left--color {
    background-color: #333333;
}

.clinet_review-icon-left-row {
    display: block;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: left;
    padding: 0;
    background-color: transparent;
}
.clinet_review-icon-left-row:hover {
    text-decoration: none;
}

.clinet_review-icon-left {
    padding: 0px 10px 10px 90px;
    background-color: transparent;
}


.clinet_review-icon-left__icon-container {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    transform: translateY(0);
    -webkit-transition: transform 0.25s ease;
    -moz-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    -ms-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
}

.clinet_review-icon-left-row:hover .clinet_review-icon-left__icon-container {
    transform: translateY(10px);
}
.clinet_review-icon-left .clinet_review-icon-left__icon {
    color: #fff;
    background-color: #fed03d;
    font-size: 26px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    box-sizing: content-box;
    position: relative;
    border-radius: 50%;
    border: 1px solid #fed03d;
}
.clinet_review-icon-left-row:hover .clinet_review-icon-left__icon {
    color: #fed03d;
    background-color: #fff;
}
.clinet_review-icon-left__title {
    font-size: 18px;
    color: #333333;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
}
.clinet_review-icon-left-row:hover .clinet_review-icon-left__title {
    color: #fed03d;
}

.clinet_review-icon-left__date
{
   color: #fed03d;
   font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
}

.clinet_review-icon-left-row:hover .clinet_review-icon-left__date
{
    color: #333333;
}

.clinet_review-icon-left__content_text
{
    padding:0 10px; 
}
@media only screen and (min-width: 768px) 
{
    .clinet_review-icon-left__content_text
    {
        padding-left: 90px;
    }
}

.clinet_review-icon-left__text
{
    color: #616161;
    text-align: justify;
}
.clinet_review-icon-left.clinet_review-icon--color .clinet_review-icon-left__text {
    color: #f6f4f0;
}
.clinet_review-icon-left-row:hover .clinet_review-icon-left__text {
    text-decoration: none;
    color: #616161;
}



@-webkit-keyframes fusionSonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes fusionSonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
.rode-card {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 260px;
    width: 100%;
    margin-bottom: 30px;
}
.rode-card__innen-wrapper {
    position: relative;
    margin-bottom: 15px;
    /*		height: inherit;*/
    min-height: inherit;
}
.rode-card__side {
    perspective: 600;
    -webkit-perspective: 600;
    -ms-perspective: 600;
    -o-perspective: 600;
    -moz-perspective: 600;
    width: 100%;
    /*height: inherit;*/
    min-height: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-clip: padding-box;
    /*			transition: all .4s cubic-bezier(.2, .85, .4, 1.275)!important;*/
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    -moz-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    -o-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    -ms-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rode-card__side--front {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    -moz-transform: rotateY(0);
    z-index: 10;
}
.rode-card__side--front__innen {
    background-color: whitesmoke;
    border-color: rgba(255, 255, 255, 0);
    padding: 25px 20px;
    text-align: center;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    min-height: 300px;
}
.rode-card__side--front__icon {
    height: 64px;
    width: 64px;
    border: 1px solid;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #222;
    border-color: #222;
    display: table;
    margin: 0 auto 10px;
}
.rode-card__side--front__icon i {
    color: #fed03d;
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
}
.rode-card__side--front h2 {
    color: #222;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 9px;
}
.rode-card__side--front p {
    line-height: 30px;
}
.rode-card__side--back {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    z-index: -1;
    box-sizing: border-box;
    background-color: #fed03d;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
}
.rode-card__side--back__innen {
    /*height: inherit;*/
    min-height: inherit;
    padding: 25px 20px 85px 20px;
    background-color: #fed03d;
    color: #333333;
    text-align: center;
    position: relative;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
}
.rode-card__side--back__innen h3 {
    font-size: 20px;
    ccolor: #333333;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.rode-card__side--back__innen p {
    line-height: 30px;
    color: #333333;
}
.rode-card__side__btn {
    position: absolute;
    width: 160px;
    bottom: 25px;
    left: 50%;
    margin-left: -80px;
    border-radius: 10px;
}
.rode-card__side .rode-btn.rode-btn--color1 {
    background-color: #ffe07b;
}
.rode-card.rode-card-hover .rode-card__innen-wrapper .rode-card__side--front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    z-index: -1;
}
.rode-card.rode-card-hover .rode-card__innen-wrapper .rode-card__side--back {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    -moz-transform: rotateY(0);
    z-index: 1;
}
.rode-card:hover .rode-card__innen-wrapper .rode-card__side--front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    z-index: -1;
}
.rode-card:hover .rode-card__innen-wrapper .rode-card__side--back {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    -moz-transform: rotateY(0);
    z-index: 1;
}

.rode-fliphover {
    margin-bottom: 30px;
}
.rode-fliphover__wrapper {
    width: 100%;
    min-height: 300px;
    position: relative;
}
.rode-fliphover__wrapper:hover .rode-fliphover__roll-over {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    opacity: 1;
}
.rode-fliphover__img {
    opacity: 1;
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: inherit;
}
.rode-fliphover__roll-over {
    background: #fed03d;
    display: flex;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100.1%;
    height: 100.1%;
    line-height: normal;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.rode-fliphover__roll-over__content {
    padding: 10% 20px 10% 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
.rode-fliphover__roll-over__content h4 {
    color: #333333;
    padding-bottom: 20px;
}
.rode-fliphover__roll-over__content p {
    color: #333333;
}
.rode-fliphover__btn {
    position: absolute;
    width: 160px;
    bottom: 10%;
    left: 50%;
    margin-left: -80px;
}
.rode-fliphover .rode-btn.rode-btn--color1 {
    background-color: #ffe07b;
}

.rode-counter {
    text-align: center;
    color: #fed03d;
    padding: 35px 20px;
}
.rode-counter__icon {
    color: inherit;
    font-size: 70px;
}
.rode-counter__timer {
    font-size: 60px;
    font-weight: bold;
}
.rode-counter__text {
    color: #ffffff;
    font-size: 16px;
}

.rode-carousel-clients__item {
    text-align: center;
    color: #fff;
    height: fit-content;
}
.rode-carousel-clients__item__img {
    display: block;
    margin: auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.rode-carousel-clients__item blockquote {
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
    font-style: italic;
}
.rode-carousel-clients__item blockquote::before {
    color: #fed03d;
}
@media only screen and (min-width: 768px) {
    .rode-carousel-clients__item blockquote {
        line-height: 30px;
        font-size: 18px;
        min-height: 190px;
    }
    .rode-carousel-clients__item blockquote::before {
        left: 4px;
        top: 27px;
    }
}
@media (max-width: 767px) {
    .rode-carousel-clients__item blockquote {
        padding: 10px;
        padding-top: 50px;
        line-height: 1.4;
        font-size: 15px;
        min-height: 400px;
    }
    .rode-carousel-clients__item blockquote::before {
        left: 50%;
        top: -11px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .rode-carousel-clients__item blockquote {
        min-height: 280px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .rode-carousel-clients__item blockquote {
        min-height: 220px;
    }
}
.rode-carousel-clients__item h3 {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
}

#rodeCarouselImpr .carousel-control {
    background-image: none;
    color: #fff;
}

#rodeCarouselImpr .carousel-inner {
    padding-bottom: 50px;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(254, 208, 61, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}
/*
contact form 7
*/
div.wpcf7 form.wpcf7-form {
    margin-bottom: 35px;
}
div.wpcf7 form.wpcf7-form label {
    font-weight: normal;
    display: block;
    width: 100%;
    color: #333333;
}
div.wpcf7 form.wpcf7-form label small {
    text-transform: none;
    color: #888;
    font-weight: 300;
}
div.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-text, div.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-select, div.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
    font-weight: normal;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
}
div.wpcf7 form.wpcf7-form .wpcf7-form-control.wpcf7-recaptcha {
    border: none;
    margin-bottom: 10px;
}
div.wpcf7 form.wpcf7-form span.wpcf7-list-item {
    margin: 0;
    margin-bottom: 15px;
}
div.wpcf7 form.wpcf7-form input[type=radio], div.wpcf7 form.wpcf7-form input[type=checkbox] {
    margin: 4px 6px 0 0;
    line-height: normal;
    border: none;
    width: auto;
}
div.wpcf7 form.wpcf7-form .wpcf7-acceptance {
    border: none;
}
div.wpcf7 form.wpcf7-form .rode-btn > .wpcf7-form-control.wpcf7-submit {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    padding: 0;
}
div.wpcf7 form.wpcf7-form .rode-btn.wpcf7-submit {
    color: #fff;
    background-color: #fed03d;
    border-color: #fed03d;
}
div.wpcf7 form.wpcf7-form .rode-btn.wpcf7-submit:hover {
    color: #fed03d;
    background-color: #fff;
}
div.wpcf7 form.wpcf7-form .rode-btn .ajax-loader {
    display: none;
}

.wpcf7-not-valid {
    border: 1px solid #d40032;
}

.wpcf7-not-valid-tip {
    color: #d40032 !important;
}

div.wpcf7-response-output {
    margin: 2em 0 1em !important;
    border: none !important;
    color: #fff;
    font-weight: 700;
    padding: 20px !important;
}

div.wpcf7-validation-errors {
    background: #d40032;
}

div.wpcf7-mail-sent-ok {
    background: #87d37c;
}

form.wpcf7-form .rode-btn span.ajax-loader {
    width: 1px;
}

.rode-header {
    display: block;
}

body.admin-bar #rode-nav {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar #rode-nav {
        top: 46px;
    }
}
.navbar {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #fff;
    border: none;
    margin: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    /* ******  Nav MENIU ****** */
    /* ******  MENIU ****** */ }
.navbar .container {
    position: relative;
}
.navbar li {
    padding: 0;
    margin: 0;
}
.navbar li::before {
    content: none;
}
.navbar-header {
    position: relative;
}
@media (max-width: 767px) {
    .navbar-header {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.navbar-header button.navbar-toggle {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0;
    border: none;
    margin-top: 30px;
    float: right;
    -webkit-transition: 0.25s 0.25s ease;
    -moz-transition: 0.25s 0.25s ease;
    -o-transition: 0.25s 0.25s ease;
    -ms-transition: 0.25s 0.25s ease;
    transition: 0.25s 0.25s ease;
}
.navbar-header span.icon-bar {
    background: #fed03d;
}
.navbar-header__logo {
    display: block;
    margin-top: 5px;
    width: 136px;
    height: 72px;
    line-height: 120px;
    background: url("../img/logo.jpg") no-repeat scroll center center/contain;
    position: relative;
}
@media (max-width: 767px) {
    .navbar-header__logo {
        margin-top: 6px;
    }
}
.navbar-collapse .search-button {
    color: #333333;
    background-color: transparent;
    float: right;
    padding: 15px 15px 15px 25px;
    border: none;
    margin-top: 24px;
}
@media (max-width: 767px) {
    .navbar-collapse .search-button {
        float: left;
        margin-top: 0;
        padding: 10px 15px 10px 0px;
    }
}
.navbar-collapse .search-button:focus {
    outline: none;
}
.navbar-collapse .search-box-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    width: 60%;
    opacity: 0;
    background: #fff;
    z-index: -1;
    padding-top: 31px;
    background-color: transparent;
    -webkit-transition: 0.35s ease-in-out ease;
    -moz-transition: 0.35s ease-in-out ease;
    -o-transition: 0.35s ease-in-out ease;
    -ms-transition: 0.35s ease-in-out ease;
    transition: 0.35s ease-in-out ease;
}
@media (max-width: 767px) {
    .navbar-collapse .search-box-container {
        position: static;
        opacity: 1;
        width: calc(100% - 30px);
        right: 0px;
        margin-left: 35px;
        padding: 10px 15px 10px 5px;
    }
}
@media only screen and (min-width: 768px) {
    .navbar-collapse .search-box-container {
        right: 55px;
    }
}
.navbar-collapse .search-box-container input.form-control {
    border: 1px solid #efefef;
    background-color: #fefefe;
    font-size: 16px;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .navbar-collapse .search-box-container input.form-control {
        height: 50px;
    }
}
.navbar-collapse .search-box-container input.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(254, 208, 61, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(254, 208, 61, 0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(254, 208, 61, 0.075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(254, 208, 61, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(254, 208, 61, 0.075);
}
.navbar-collapse ul.nav.navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
}
@media (max-width: 767px) {
    .navbar-collapse ul.nav.navbar-nav {
        background: #fff;
    }
}
@media (max-width: 767px) {
    .navbar-collapse ul.nav.navbar-nav {
        overflow-y: auto;
        max-height: 280px;
        max-height: 100vh;
    }
}
.navbar-collapse ul.nav.navbar-nav > li > a, .navbar-collapse ul.nav.navbar-nav > li > a:link, .navbar-collapse ul.nav.navbar-nav > li > a:visited {
    font-size: 16px;
    margin: 0px;
    padding: 30px 15px 30px 15px;
    position: relative;
    display: block;
    text-transform: uppercase;
    background: transparent;
    color: #333333;
}
@media (max-width: 767px) {
    .navbar-collapse ul.nav.navbar-nav > li > a, .navbar-collapse ul.nav.navbar-nav > li > a:link, .navbar-collapse ul.nav.navbar-nav > li > a:visited {
        padding: 10px 15px;
        font-size: 16px;
        text-transform: none;
        margin-top: 5px;
    }
}
.navbar-collapse ul.nav.navbar-nav > li:hover > a,
.navbar-collapse ul.nav.navbar-nav > li.current-menu-item a, .navbar-collapse ul.nav.navbar-nav > li > a:hover, .navbar-collapse ul.nav.navbar-nav > li > a:active, .navbar-collapse ul.nav.navbar-nav > li > a:focus {
    color: #fed03d;
}
@media only screen and (min-width: 768px) {
    .navbar-collapse ul.nav.navbar-nav > li.current-menu-item::after, .navbar-collapse ul.nav.navbar-nav > li:hover::after {
        top: 100%;
        left: 41px;
        border: solid transparent;
        content: " ";
        height: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }
}
@media (max-width: 767px) {
    .navbar-collapse ul.nav.navbar-nav > li:not(first-child) {
        border-top: 1px solid #ddd;
    }
    .navbar-collapse ul.nav.navbar-nav > li:last-child {
        border-bottom: 1px solid #ddd;
    }
}
@media only screen and (min-width: 768px) {
    .navbar-collapse ul.nav.navbar-nav > li.dropdown > a:hover::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 240px;
        height: 25px;
        background-color: transparent;
    }
}
.navbar-collapse ul.nav.navbar-nav li.dropdown > a span.caret {
    margin-left: 4px;
}
.navbar-collapse ul.nav.navbar-nav > li.dropdown.open a, .navbar-collapse ul.nav.navbar-nav > li.dropdown.open a:focus, .navbar-collapse ul.nav.navbar-nav > li.dropdown.open a:hover {
    color: #fed03d;
    background-color: #fff;
}
.navbar-collapse ul.nav.navbar-nav li.dropdown button.dropdown-toggle {
    display: none;
}
@media (max-width: 767px) {
    .navbar-collapse ul.nav.navbar-nav li.dropdown button.dropdown-toggle {
        display: block;
        width: 60px;
        height: 40px;
        border: none;
        box-shadow: none;
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
    }
    .navbar-collapse ul.nav.navbar-nav li.dropdown button.dropdown-toggle:after {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        content: "\f078";
        /*fa-chevron-down*/
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        font-size: 10px;
        line-height: 40px;
        width: 100%;
        text-align: center;
        color: #fed03d;
        background: transparent;
        border-left: 1px solid #ddd;
    }
    .navbar-collapse ul.nav.navbar-nav > li.dropdown.open > button.dropdown-toggle::after,
    .navbar-collapse ul.nav.navbar-nav li.dropdown.dropdown-submenu.open > button.dropdown-toggle::after {
        content: "\f077";
        /*fa-chevron-up*/
        color: #fed03d;
    }
}
@media only screen and (min-width: 768px) {
    .navbar-collapse ul.nav.navbar-nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .navbar-collapse ul.nav.navbar-nav > li.dropdown > ul.dropdown-menu {
        margin-top: 21px;
    }
    .navbar-collapse ul.nav.navbar-nav > li.dropdown > ul.dropdown-menu::after {
        content: "";
        position: absolute;
        top: -240px;
        left: 0;
        width: 240px;
        height: 25px;
        background-color: transparent;
    }
    .navbar-collapse ul.nav.navbar-nav > li.dropdown > ul.dropdown-menu::before {
        bottom: 100%;
        left: 40px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }
}
.navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu {
    width: 240px;
    padding: 0;
    left: 0;
}
@media (max-width: 767px) {
    .navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu {
        background-color: #fff;
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }
}
.navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li:not(last-child) {
    border-bottom: 1px solid #f3f1f1;
}
.navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li a {
    color: #333333;
    line-height: 15px;
    padding: 10px;
    font-weight: 500;
    white-space: normal;
    margin: 0px;
    position: relative;
    display: block;
    line-height: 1.1;
    cursor: pointer;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    -ms-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}
@media only screen and (min-width: 768px) {
    .navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li a {
        line-height: 21px;
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    .navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li a {
        padding: 12px 20px;
        white-space: normal;
        font-size: 15px;
        -webkit-transition: color 0.25s ease;
        -moz-transition: color 0.25s ease;
        -o-transition: color 0.25s ease;
        -ms-transition: color 0.25s ease;
        transition: color 0.25s ease;
    }
}
@media (max-width: 767px) {
    .navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
        color: #fed03d;
    }
}
@media only screen and (min-width: 768px) {
    .navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
        background-color: #fed03d;
    }
}
.navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu {
    /* -SUBMENIU Level 3:*/ }
@media only screen and (min-width: 768px) {
    .navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu > a::after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #333333;
        margin-top: 5px;
        margin-right: 0px;
    }
    .navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu a:hover::after {
        border-left-color: #fed03d;
    }
    .navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu.open > a, .navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu.open > a::after {
        color: #fed03d;
    }
}
.navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu::before {
    content: none;
}
@media only screen and (min-width: 768px) {
    .navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu {
        right: -239px;
        top: 0px;
        left: auto;
        padding: 0 10px;
        margin: 0;
    }
}
@media only screen and (min-width: 768px) {
    .navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu li:hover a {
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -moz-transform: none;
        width: 100%;
    }
}
.navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu li a {
    position: relative;
    padding-left: 40px;
    -webkit-transition: padding 0.25s ease;
    -moz-transition: padding 0.25s ease;
    -o-transition: padding 0.25s ease;
    -ms-transition: padding 0.25s ease;
    transition: padding 0.25s ease;
}
@media only screen and (min-width: 768px) {
    .navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu li a {
        padding-left: 25px;
    }
}
.navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu li a:hover {
    background: #fff;
    color: #fed03d;
}
@media only screen and (min-width: 768px) {
    .navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu li a:hover {
        padding-left: 26px;
    }
    .navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu li a:hover::before {
        left: 11px;
    }
}
.navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu li a::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    color: #fed03d;
    font-size: 10px;
    line-height: 40px;
    display: block;
    position: absolute;
    left: 30px;
    top: 0;
    -webkit-transition: padding 0.25s ease;
    -moz-transition: padding 0.25s ease;
    -o-transition: padding 0.25s ease;
    -ms-transition: padding 0.25s ease;
    transition: padding 0.25s ease;
}
@media only screen and (min-width: 768px) {
    .navbar-collapse ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown.dropdown-submenu ul.dropdown-menu li a::before {
        left: 10px;
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar.navbar-fixed-top .navbar-collapse {
        max-height: 80vh;
    }
}

#rode-footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    /*	in theme eckig /round
          & ul{
                  & li{ 
                          &::before{
                              content: "\f105";	
                          }
                  }
          }*/ }
@media (max-width: 767px) {
    #rode-footer .row {
        margin: 0;
    }
}

.rode-footer {
    background: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}
.rode-footer a {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.rode-footer a:link, .rode-footer a:active, .rode-footer a:visited {
    color: #fff;
    opacity: .7;
    text-decoration: none;
}
.rode-footer a:hover, .rode-footer a:focus {
    color: #fff;
    opacity: 1;
}
.rode-footer a::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 0%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: white;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.rode-footer a:hover::after {
    width: 100%;
}
.rode-footer__headline {
    color: inherit;
    font-weight: 600;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.rode-footer__headline img {
    height: 30px;
    width: auto;
}
.rode-footer ul li::before {
    content: "\f0da";
    color: #fed03d;
    margin-bottom: 12px;
    white-space: nowrap;
}
.rode-footer p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.rode-subfooter {
    background: #111;
    color: #fff;
    line-height: 25px;
}
@media only screen and (min-width: 768px) {
    .rode-subfooter {
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .rode-subfooter {
        text-align: center;
    }
}
.rode-subfooter__copyright {
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    .rode-subfooter__copyright {
        float: left;
    }
}
.rode-subfooter__link {
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    padding: 0 10px;
}
@media only screen and (min-width: 768px) {
    .rode-subfooter__link {
        float: right;
    }
}
.rode-subfooter__link:link, .rode-subfooter__link:active {
    line-height: inherit;
    color: inherit;
}
.rode-subfooter__link:hover, .rode-subfooter__link:focus {
    color: #fff;
}

h3.rode-pagetitle__subtitle::selection
{
    color: #ffffff;
}


/**
*hier we put all the CSS declarations, hacks and things
*we are not proud of in a shame file. 
* This file, dramatically titled _shame.scss, 
* would be imported after any other file, at the 
* very end of the stylesheet.
*/

/*# sourceMappingURL=rode-main.css.map */
