@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Sedgwick+Ave&subset=latin-ext');

body {
    font-family: 'Titillium Web', sans-serif;
    color: #3e3e3e;
    font-weight: 300;
    font-size: 1.1rem;
}

b, strong {
    font-weight: 900;
}

a {
    color: #008855;
}

a:hover {
    color: #3e3e3e;
}

h1.entry-title {
    margin-bottom: 2rem;
}

@media (min-width: 1400px) {
.container {
    max-width: 1320px;
}
}

@media (min-width: 1200px) {
.container {
    max-width: 1180px;
}
}

@media (min-width: 768px) {
.col-md-2-5 {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
}

.wrapper {
    padding: 45px 0;
}

.wrapper-navbar {
    padding: 0 0 25px;
}

.wrapper-hero {
    padding: 0;
    margin-bottom: 90px;
}

.wrapper-grey {
    background-color: #e5e5e5 !important;
}

.wrapper-history {
    background: #000 url(../img/history-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 555px;
    padding: 0;
    background-position: center;
}

.wrapper-today {
    background: url(../img/today-bg.jpg) no-repeat;
    min-height: 550px;
}

.wrapper-newsletter {
    background: #000 url(../img/newsletter-bg.jpg) no-repeat;
    background-size: cover;
    padding: 90px 0 66px;
}

.wrapper-news {
    padding: 90px 0 70px;
}

.wrapper-offer-logos {
    padding: 90px 0;
}

.wrapper-testimonials {
    background: url(../img/testimonials-bg.jpg) no-repeat;
    min-height: 430px;
    padding: 60px 0 3.625rem;
}

#wrapper-footer-full {
    background: #000 url(../img/footer-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 680px;
    height: 680px;
    padding: 90px 0 45px;
}

#wrapper-footer {
    margin-top: -56px;
    padding: 15px 0;
}

.btn-primary {
    color: #fff;
    background-color: #008855;
    border-color: #008855;
}

.btn-primary:hover {
    color: #fff;
    background-color: #008855;
    border-color: #008855;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.btn, .wpcf7 input[type=submit] {
    font-size: 1.7rem;
    padding: .375rem .835rem;
    border-radius: 0;
}

button[type=submit]#searchsubmit {
    font-size: 1.2rem;
    padding: .635rem .835rem;
    border-radius: 0;
}

.fa.fa-search {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    color: #008855;
}

.btn-toggle:hover .fa.fa-search {
    -webkit-text-stroke: 1px #eee;
    text-stroke: 1px #eee;
}

.btn-circle {
    color: #fff;
    background-color: #008855;
    border-color: #008855;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 4px 0;
    font-size: 14px;
    line-height: 1;
    border-radius: 15px;
}

.btn-square {
    color: #fff;
    background-color: #008855;
    border-color: #008855;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 0;
    font-size: 18px;
    line-height: 32px;
    border-radius: 0;
}

.btn-secondary {
    background-color: #008855;
    border-color: #005e3b;
    border-width: 0 0 5px 0;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 300;
    min-width: 130px;
}

.btn-light {
    background-color: #fff;
    border-color: #008855;
}

.btn-light:hover {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-lg {
    padding: .687rem 1.5rem;
    font-size: 22px;
    border-width: 0 0 5px 0;
    font-weight: 300;
    min-width: 130px;
    text-transform: uppercase;
}

.toggle-search {
    border: 1px solid #085;
}

.btn-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #008855;
}

.btn-toggle:hover {
    color: #fff;
    background-color: #eee;
    border-color: #008855;
}

.btn-toggle.focus, .btn-toggle:focus {
    box-shadow: none;
}

.btn-grey {
    background-color: #ececec;
    border-color: #ececec;
}

.btn-grey i {
    color: #000;
}

/******* COLUMNS ******/

.one_half {
    width: 47%;
    margin-right: 3%;
}

.one_half_last {
    width: 50%;
    margin-right: 0;
    float: left;
}

.one_half_last {
    width: 50%;
    margin-right: 0;
    float: left;
}

/******** LOGO ********/

.navbar-brand {
    min-width: 220px;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 1.2rem;
}

.navbar .navbar-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

/******** MENU ********/

.navbar .navbar-top .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: var(--secondary);
}

.navbar .navbar-top .nav-link {
    display: block;
    padding: .5rem 1rem;
}

@media (min-width: 768px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
}

.navbar-main>.container {
    align-items: flex-end;
}

.navbar-nav {
    position: relative;
}

#main-menu li.menu-item a {
    border-bottom: 1px solid #085;
    color: #085;
    padding: .25rem .75rem .25rem .75rem;
    margin-bottom: .1875rem;
    white-space: nowrap;
}

#main-menu li.menu-item a:hover {
    background: #ececec;
}

#main-menu li.menu-item {
    border: 1px solid #085;
}

#main-menu li.menu-item {
    margin-right: 15px;
}

.navbar-expand-md.navbar-collapse {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    top: 95px;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
}

/******* MENU TOP *******/

.navbar-top {
    font-size: .937rem;
    line-height: 1;
    padding-top: 0;
    text-transform: uppercase;
}

.navbar-top a {
    line-height: 1;
    padding: 0;
}

.nav-link.self-icon {
    margin-right: 8px;
}

.nav-link.self-icon:last-of-type {
    margin: 0;
}

.nav-link-wrapper {
    display: flex;
    background: #ececec;
    /*padding: .532rem 1rem;*/
    padding: .532rem .5rem;
    margin-right: .937rem;
}

/************************/

.rc-anchor-dark {
    background: transparent !important;
    color: #fff;
}

/******** HEADER ********/

.wrapper-hero .carousel-indicators {
    bottom: -75px;
    margin-bottom: 0;
}

.wrapper-hero .carousel-indicators .active {
    background-color: #000;
    border-color: #000;
}

.wrapper-hero .carousel-indicators li {
    width: 14px;
    height: 14px;
    margin: 0 6px;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 100%;
    cursor: pointer;
}

.testimonials .carousel-indicators li.active {
    background-color: #fff;
}

.wrapper-hero a,
.wrapper-hero a:hover {
    text-decoration: none !important;
}

.wrapper-hero .carousel-caption {
    position: absolute;
    right: 17%;
    bottom: 29%;
    left: 17%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.wrapper-hero .carousel-inner {
    background: #000;
}

.hero-text {
    text-align: left;
    padding: 3rem 3.5rem;
}

.hero-text h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 3.5rem;
}

.hero-text h2 span {
    color: #008855;
}

.wrapper-hero .carousel-control-next, 
.wrapper-hero .carousel-control-prev {
    width: 5%;
}

input.top-search {
    height: 50px;
}

.search-box{
    background: #f0f0f0;
    position: absolute;
    top: 85px;
    right: 19.8%;
    width: 350px;
    height: auto;
    padding: 0.5rem;
    line-height: 45px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-top: 4px solid #008855;
    z-index: 1;
    display: none;
}

.search-box::before{
    content: "";
    position: absolute;
    top: -32px;
    right: 10px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #008855;
}

.toggle-search .btn {
    font-size: 1.375rem;
    padding: .12rem .625rem;
    border-radius: 0;
    border-width: 0 0 1px 0;
    margin-bottom: 0.1875rem;
}

.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    border-color: #008855;
    box-shadow: none;
}

.boxes a h3 {
    position: absolute;
    font-size: 1.687rem;
    font-weight: 700;
    color: #000;
    top: 70px;
    left: 0; right: 0;    
    line-height: 1;
    z-index: 1;
}

.boxes a:hover h3 {
    color: #008855;
}

.boxes img:hover, .boxes img:focus {
  transition: .5s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.boxes .single-box {
    position: relative;
    display: block;
    margin-top: 48px;
    padding-bottom: 2px;
    border-bottom: 5px solid #008855;
}

.boxes .single-box::after {
    position: absolute;
    content: '';
    width: 96px;
    height: 96px;
    left: calc(50% - 96px/2);
    margin-top: -48px;
}

.boxes .single-box.b-service::after {
    background: url(../img/icon-serwis-kalibracji.svg) no-repeat;
}

.boxes .single-box.b-products::after {
    background: url(../img/icon-produkty.svg) no-repeat;
}

.boxes .single-box.b-about::after {
    background: url(../img/icon-o-stahlwille.svg) no-repeat;
}

.boxes .single-box.b-news::after {
    background: url(../img/icon-aktualnosci.svg) no-repeat;
}

.about h2 {
    font-size: 2.8rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 2.2rem;
    margin-bottom: 1rem;
}

.about h2 small {
    font-size: 1.65rem;
    font-weight: 300;
    color: #b5b5b5;
    letter-spacing: 0.05rem;    
}

.about p {
    width: 83%;
    margin: auto;
}

.about h3 {
    font-size: 2.1875rem;
    font-weight: 700;
    margin-top: 1rem;
}

.daptiq h2 {
    font-size: 1.687rem;
    font-weight: 300;
    line-height: 1;
}

.daptiq h3 {
    font-size: 1.687rem;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
}

.daptiq hr {
    border-top: 1px solid rgb(0,0,0);
    width: 170px;
    margin: 1rem 0;
}

.daptiq p {
    font-size: 1rem;
    line-height: 1.35;
}

.daptiq::after {
    position: absolute;
    content: url(../img/torba-22.png);
    margin-top: -150px;
    left: 0;
}

.history h3 {
    font-size: 1.65rem;
    font-weight: 300;
    color: #b5b5b5;
    letter-spacing: 0.05rem; 
    line-height: 1rem;   
}

.history h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 2.9rem;
    margin-bottom: 1rem;
}

.history p {
    color: #fff;
}

.mobile-service h2 {
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.9rem;
    margin-bottom: 0.5rem;
}

.mobile-service h3 {
    font-size: 1.5rem;
    font-weight: 300;
    color: #b5b5b5;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.mobile-service h4 {
    position: absolute;
    font-size: 1.375rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 1rem;
    padding: 16px 25px;
    text-transform: uppercase;
}

.mobile-service .single-advert {
    margin: 1.5rem 0;
}

.mobile-service .single-advert span {
    color: #008855;
}

.mobile-service .single-advert .btn {
    position: absolute;
    margin: 20px 25px;
    bottom: 0;
}

.today h2 {
    font-size: 2.8rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 2.9rem;
    margin-bottom: 2rem;
}

.today .card {
    width: 360px;
    height: 360px;
    border: 0;
    padding: 30px;
    justify-content: center;
}

.today .card p {
    font-size: 1rem;
    color: #fff;
}

.today .card p span.bigger {
    display: block;
    font-size: 2.875rem;
    font-weight: 700;
    color: #fff;
    margin-top: 1rem;
}

.today::after {
    position: absolute;
    content: url(../img/wozek.png);
    margin-top: 25px;
    right: 0;
}

.newsletter h2 {
    font-size: 2.1875rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    line-height: 2rem;
}

.newsletter p {
    font-size: 1.25rem;
    font-weight: 200;
    color: #fff;
    line-height: 1.75rem;
    margin: 0 auto;
    width: 80%;
}

.newsletter small {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #aaa;
    letter-spacing: 0.05rem;
    line-height: 1rem;
}

.newsletter::before {
    position: absolute;
    background: url(../img/newsletter-arrow.svg) no-repeat;
    content: '';
    margin-top: -5px;
    margin-left: 35px;
    display: block;
    width: 105px;
    height: 90px;
}

.tnp-subscription {
    font-size: 1rem !important;
    max-width: 544px !important;
}

.tnp-subscription input.tnp-submit {
    border-bottom: 5px solid #000 !important;
    font-size: 1.125rem !important;
    text-transform: uppercase;
    font-weight: 300;
    min-width: 120px;
    padding: 14px 0px;
    height: 60px !important;
}

.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription select {
    border: 1px solid #085 !important;
    padding: .532rem .75rem !important;
    font-size: 1rem !important;
    color: #495057 !important;
    background-color: transparent !important;
    height: auto !important;
}

.tnp-subscription .tnp-email {
    padding: 10px 30px !important;
}

.tnp-subscription .tnp-field.tnp-field-privacy label {
    font-size: .8125rem;
    font-weight: 300;
}

.tnp-subscription .tnp-lists .tnp-field.tnp-field-list {
    display: inline-block;
}

.tnp-subscription .required {
    color: #dc3545;
    font-size: 1.25rem;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    cursor: help;
}

.tnp-subscription .tnp-field input[type="submit"] {
    background-color: #008855 !important;
    border-bottom: 5px solid #005e3b !important;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff !important;
    width: 100%;
    height: auto !important;
    padding: .532rem .75rem;
    font-size: 1rem !important;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.post-259 .entry-content {
    width: 544px;
    margin: auto;
}

.post-259 h1.entry-title {
    font-size: 2.8rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 2.9rem;
    margin-bottom: 1rem;
    text-align: center;
}

.tnp-profile .tnp-email,
.tnp-profile .tnp-firstname,
.tnp-profile .tnp-lastname,
.tnp-profile .tnp-profile {
    width: 100%;
    border: 1px solid #085 !important;
    padding: .532rem .75rem !important;
    font-size: 1rem !important;
    color: #495057 !important;
    background-color: transparent !important;
    height: auto !important;
}

.news h3.blog-heading {
    margin-bottom: .5rem;
    line-height: .9;
}

.news h3.blog-heading a {
    font-size: 1.312rem;
    font-weight: 700;
    color: #008855;
}

.news h3.blog-heading a:hover {
    color: #008855;
}

.news img, .news img.wp-post-image {
    border: 1px solid #d1d1d1;
}

.news .blog-meta {
    display: inline-block;
    width: 100%;
    font-size: 0.8125rem;
    line-height: 1;
}

.news .blog-meta a {
    color: inherit;
}

.b-mh-wrapper {
    padding: 0.25rem 20px;
    border: 1px solid #d1d1d1;
    background-color: #f5f5f5;
    margin-top: -1px;
    min-height: 95px;
}

.b-c-wrapper {
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    border: 1px solid #d1d1d1;
    margin-top: -1px;
}

.b-c-wrapper p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.35;
    min-height: 173px;
}

.b-cb-wrapper {
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    border: 1px solid #d1d1d1;
    margin-top: -1px;
}

.b-cb-wrapper p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.35;
}

.testimonials::before {
    position: absolute;
    content: url(../img/wrench.png);
    margin-top: 180px;
    left: 0;
}

.testimonials .carousel {
    width: 65%;
    margin: auto;
    min-height: 230px;
}

.testimonials .carousel-indicators li {
    width: 14px;
    height: 14px;
    margin: 0 6px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
}

.testimonials .carousel-indicators li.active {
    background-color: #fff;
}

.testimonials .carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
}

.testimonials h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.testimonials .opinion {
    font-family: 'Sedgwick Ave', cursive;
    font-size: 2.125rem;
    color: #fff;
}

.offer-logos h2 {
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 0;
}

.offer-logos::after {
    position: absolute;
    content: url(../img/torque-wrench.png);
    margin-top: -55px;
    right: 0;
}

h3.widget-title {
    font-size: 1.312rem;
    font-weight: 600;
    color: #fff;
    margin-top: .75rem;
    margin-bottom: 1.5rem;
}

h3.widget-title::after {
    content: "";
    display: block;
    background: #008855;
    margin-top: 1.187rem;
    width: 100%;
    height: .312rem;
}

#footer-full-content .wpcf7 {
    max-width: 600px;
    margin: 5px auto 0 !important;
}

#footer-full-content {
    font-size: .937rem;
    font-weight: 200;
}

#footer-full-content .widget_recent_entries ul {
    padding: 0
}

#footer-full-content ul li {
    margin-bottom: 0.5rem;
}

#footer-full-content ul li a {
    color: #fff;
}

#footer-full-content .widget_pages ul,
#footer-full-content .widget_nav_menu ul {
    padding-left: 1.2rem;
    list-style: none;
}

#footer-full-content .widget_pages ul li::before,
#footer-full-content .widget_nav_menu ul li::before {
    content: '■';
    color: #fff;  
    position: absolute;
    margin: -2px 0 0 -20px;
}

#footer-full-content .widget_recent_entries ul {
    list-style: none;
}

.footer-socials {
    color: #fff;
}

.footer-socials a {
    display: inline-block;
    margin: 0 .25rem .5rem 0;
}

.site-info, .site-info a {
    font-size: 1rem;
    font-weight: 200;
    color: #fff;
}

#wpcf7-f205-p210-o1 {
    max-width: 100%;
    font-size: 1rem;
}

#wpcf7-f205-p210-o1 span.wpcf7-list-item {
    width: 100%;
    margin: 0;
}

#wpcf7-f205-p210-o1 input,
#wpcf7-f205-p210-o1 textarea {
    border: 1px solid #085;
}

#wpcf7-f205-p210-o1 .form-acceptance {
    font-size: .8125rem;
    margin-top: 1.5rem;
}

.wpcf7 .required {
    color: #dc3545;
    font-size: 1.25rem;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    cursor: help;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #dc3545;
    position: absolute;
    display: inline-table;
}

#wpcf7-f205-p210-o1 .wpcf7-validation-errors {
    color: #dc3545;
    border: 1px solid #dc3545;
}

.wpcf7 input[type=submit] {
    background-color: #008855 !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 5px solid #005e3b !important;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff !important;
    min-width: 130px;
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #005e3b !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 5px solid #008855;
}

.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
    padding: .532rem .75rem;
    font-size: 1rem;
    color: #495057;
    border: 0;
    border-radius: 0;
}

.form-group, .wpcf7 .wpcf7-form p {
    margin-bottom: 0.5rem;
}

.wpcf7 .wpcf7-quiz-label {
    color: #fff;
}

.wpcf7 .wpcf7-quiz.quiz {
    width: 50px;
    display: inline;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    padding: 4px 8px;
    margin-top: 10px;    
    font-weight: 100;
}

.wpcf7 .wpcf7-quiz.quiz:focus {
    width: 50px;
    display: inline;
    border: 1px solid #008855;
    color: #fff;
    background: transparent;
    font-weight: 300;
}

#wpcf7-f41-o1 .wpcf7-not-valid-tip,
#wpcf7-f41-o2 .wpcf7-not-valid-tip {
    display: table;
}

#wpcf7-f41-o1 .wpcf7-validation-errors,
#wpcf7-f41-o2 .wpcf7-validation-errors {
    background: transparent !important;
    color: #dc3545 !important;
    font-size: 0.675rem;
    font-weight: 300;
    display: inline-block;
    margin: 10px 0;
    border: 1px solid #dc3545 !important;
}

#wpcf7-f41-o1 div.wpcf7-response-output,
#wpcf7-f41-o2 div.wpcf7-response-output {
    background: transparent;
    width: 100%;
    color: #398f14;
    font-size: 0.675rem;
    font-weight: 300;
    margin: 10px 0;
    padding: .532rem .75rem;
    border: 1px solid #398f14;
}

#wpcf7-f41-o1 .wpcf7 input[type=submit],
#wpcf7-f41-o2 .wpcf7 input[type=submit] {
    min-width: auto;
    max-width: 180px;
}

#wpcf7-f41-o1 div.wpcf7-response-output.wpcf7-mail-sent-ok,
#wpcf7-f41-o2 div.wpcf7-response-output.wpcf7-mail-sent-ok {
    display: inline-block;
}

.wpcf7 .wpcf7-captchar {
    border: 1px solid #fff !important;
    background: transparent !important;
    width: 80px !important;
    color: #fff !important;
    float: left !important;
    display: inline !important;
}

.wpcf7 .honeypot-565-wrap {
    display: none !important;
    visibility: hidden !important;
}

#footer-full-content .menu-do-pobrania-container ul {
    padding-left: 1.7rem;
    list-style: none;
}

#footer-full-content .menu-do-pobrania-container ul li::before {
    position: absolute;
    content: url(../img/pdf-icon.png);
    margin: 3px 0 0 -26px;
}

.widget-count-4:nth-child(-n+3) {
    flex: 0 0 20%;
    max-width: 20%;    
}

.widget-count-4:nth-child(4) {
    flex: 0 0 40%;
    max-width: 40%;    
}

.widget-count-4:nth-child(4) h3.widget-title {
    display: none;
    visibility: hidden;
}

.circle-green {
    background: url(../img/circle-green.svg);
    background-repeat: no-repeat;
}

.privacypolicy {
    list-style-position:outside !important;
}

.privacypolicy li {
    margin-bottom: 20px;
}

div.wpgdprc-consent-bar div.wpgdprc-consent-bar__notice {
    max-width: 100% !important;
}

#cookie-law-info-again {
    position: fixed;
    bottom: 0px; 
    right: 100px;
    font-size: 10pt;
    margin: 0;
    padding: 2px 10px;
    background: #008855;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
}

#cookie-law-info-again a {
    color: #fff;
}

div.wpgdprc-consent-modal div.wpgdprc-consent-modal__container {
    width: 70% !important;
    width: 70vw !important;
    height: 50% !important;
    height: 50vh !important;
    max-width: 715px !important;
    border-top: 0 !important;
}

div.wpgdprc .wpgdprc-button--secondary {
    background: #008855 !important;
}

div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner:before {
    background-color: #008855 !important;
}

div.wpgdprc .wpgdprc-checkbox {
    margin-top: 20px;
}

.wpcf7-wpgdprc .wpcf7-list-item {
    font-size: 0.73rem;
    line-height: 1rem;
    text-align: left;
    color: #fff;
    margin-left: 0;
}

.wpcf7 .acceptance-391 .wpcf7-list-item {
    font-size: 0.73rem;
    line-height: 1rem;
    text-align: left;
    color: #fff;
    margin-left: 0;
}

.wpcf7 .acceptance-391 .wpcf7-list-item a:hover {
    color: #008855;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #008855;
    border-color: #008855;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 85, 0.5);
}

#map {
    width: 100%;
    height: 450px;
}

.contact-form-link {
    display: inline-block;
}

.contact-form-link p {
    font-size: .937rem;
    font-weight: 200;
    line-height: 1.3;
    color: #fff;
    text-align: left;
    margin-top: .375rem;
}

.contact-form-link-or p {
    font-size: .875rem;
    font-weight: 200;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    margin-top: 1rem;
}

.contact-form-link::after {
    content: "";
    display: block;
    background: #008855;
    margin-top: 56px;
    width: 100%;
    height: 5px;
}

.contactus h2 {
    font-size: 2.8rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 2.9rem;
    margin-bottom: 1rem;
}

.contactus p {
    font-size: 1.65rem;
    font-weight: 300;
    color: #b5b5b5;
    letter-spacing: 0.05rem;
    line-height: 1rem;
}

.newsletter-msg h2 {
    font-size: 2.8rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 2.9rem;
    margin-bottom: 1rem;
}

.newsletter-msg p {
    font-size: 1.65rem;
    font-weight: 300;
    color: #b5b5b5;
    letter-spacing: 0.05rem;
    line-height: 1.5rem;
}

.wrapper-advisors {
    padding: 75px;
}

.advisors img {
    margin-bottom: 1.25rem;
    border-radius: 100%;
    width: 128px;
    height: 128px;
}

.advisors h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #3e3e3e;
}

.advisors p {
    font-size: 1.1rem;
    color: #3e3e3e;
    font-weight: 300;
    margin-bottom: 0;
}

.advisors p.voiv {
    font-size: .8125rem;
    width: 60%;
    margin: auto;
}

.single-advisor {
    margin-bottom: 1.875rem;
}

.single-advisor a {
    color: inherit;
}

.advisors h4 {
    font-size: .8125rem;
    text-transform: uppercase;
    line-height: .5;
    color: #085;
}

.advisors .advisors-title p {
    font-size: 1.65rem;
    font-weight: 300;
    color: #b5b5b5;
    letter-spacing: 0.05rem;
    line-height: 1rem;
    margin-bottom: 5rem;
}

.advisors .advisors-title p.title {
    line-height: 1.2;
}

.btn-circle-big {
    color: #fff;
    background-color: #008855;
    border-color: #008855;
    width: 90px;
    height: 90px;
    text-align: center;
    padding: 23px 0;
    font-size: 14px;
    line-height: 1;
    border-radius: 50%;
}

.contactus .contact-info p {
    font-size: 1rem;
    color: #3e3e3e;
}

.contactus .contact-info p.phone {
    font-size: 1.563rem;
    color: #3e3e3e;
}

.contactus .contact-info p.phone a {
    color: #3e3e3e;
}

.contactus .contact-info p.phone a:hover {
    text-decoration: none;
}

.contactus .contact-info p.email {
    font-size: 1.5rem;
    color: #3e3e3e;
}

.cat-box {
    position: relative;
    border: 1px solid #085;
    margin: 15px;
    height: 255px;
    color: #333;
    font-weight: 800;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
}

.cat-box a {
    margin-top: 30px;
}

.cat-box h3 {
    font-weight: 800;
    font-size: 1.1rem;
}

.cat-box img {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

h4.blog-heading {
    margin: 0 0 1rem;
}

h4.blog-heading a {
    font-size: 1.75rem;
    font-weight: 700;
    color: #3e3e3e;
}

p.blog-paragraph img {
    display: none !important;
}

.widget {
    clear: both;
    margin-bottom: 1.875rem;
}

#right-sidebar h3.widget-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #3e3e3e;
    margin-bottom: 2.4rem;
}

#right-sidebar ul {
    list-style: none;
    padding-left: 0;
}

.gcapt {
    width: 100% !important;
    height: 60px;
    transform:scale(0.77);
    transform-origin:0 0;
}

.sdm_download_title {
    width: 80% !important;
    line-height: 1.2 !important;
    padding-top: 20px !important;
}

#wrapper-footer-full .widget-count-5:nth-child(5) {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.wrapper-video {
    padding: 90px 0;
}

.video h2 {
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.9rem;
    margin-bottom: 1rem;
}

.video h3 {
    font-size: 1.65rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
    line-height: 1rem;
}

.gift-tools h2 {
    font-size: 2.8rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 2.9rem;
    margin-bottom: 1rem;
}

.gift-tools p {
    font-size: 1.65rem;
    font-weight: 300;
    color: #b5b5b5;
    letter-spacing: 0.05rem;
    line-height: 1.2;
}

@media (max-width: 363px) {
.b-mh-wrapper, .b-c-wrapper {
    width: 100% !important;
}
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
body {
    font-size: 1rem;
    line-height: 1.3;
}

.catalog-dl {
    display: none;
    visibility: hidden;
}
    
.navbar-brand {
    min-width: 140px;
}
    
.toggle-search {
    display: none;
    visibility: hidden;
}
 
.navbar-nav {
    background: #fff;
    left: 0;
    right: 0;
    padding: 17px;
    z-index: 99999;
}

.navbar-top {
    font-size: 13px;        
}

.navbar-top div {
    padding: 0;        
}

.nav-link-wrapper {
    margin-right: 8px;
}
    
.navbar-toggler-icon {
    width: 1.188em;
    height: 1.188em;
}

#main-menu.navbar-nav::after {
    display: none;
    visibility: hidden;
}

.hero-text {
    padding: 0rem 1rem 3rem;
    width: 50%;
}

.hero-text h2 {
    font-size: 1.125rem;
}

.hero-text small {
    font-size: 1rem;
}

.hero-text p {
    font-size: 0.75rem;
}

.hero-text h2:after {
    width: 180px;
}

.wrapper-hero .carousel-caption {
    right: 17%;
    top: 0;
    left: 5%;
}

.wrapper-hero .carousel-indicators {
    margin-top: 30px;
}

.hero-text h2:after {
    margin-top: 10px;
}

.col-sm-6 {
    width: 50%;
}

.boxes .col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

.boxes a h3 {
    font-size: 1rem;
    top: 40px;
}

.wrapper-hero {
    padding: 0;
}

.boxes h3 {
    font-size: 1.25rem;
    padding: 17px 10px;
}

.wrapper {
    padding: 30px 0 0;
}

.about h2 {
    font-size: 1.5rem;
    line-height: 1.2rem;
}

.about h2 {
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2rem;
    margin-bottom: 1rem;
}

.about h2 small {
    font-size: 0.75rem;
}

.about::after {
    display: none;
    visibility: hidden;
}

.about h3 {
    font-size: 1.875rem;
    margin-bottom: 2rem;
}

.daptiq h2 br,
.daptiq::after {
    display: none;
}

.daptiq h2 {
    font-size: 1.5rem;
}

.history h2 {
    font-size: 1.5rem;
    line-height: 1.2rem;
    text-align: center;
}

.history h3 {
    font-size: 1.25rem;
}

.history h2 small {
    font-size: 0.75rem;
}

.container.history .row .col-md-5 {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center !important;
}    

.container.history .row .col-md-5 p  {
    text-align: center;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
}
    
.container.history button {
    text-align: center;
}    

.wrapper-history {
    padding: 50px 0 35px;
    background-position: 59% 100%;
}

.mobile-service h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.mobile-service h3 {
    font-size: 1.25rem;
}

.mobile-service h4 {
    font-size: .875rem;
}

.mobile-service .single-advert .btn {
    margin: 10px 15px;
}

.mobile-service .single-advert {
    margin: 1.5rem 0 0;
}

.mobile-service .single-advert:last-of-type {
    margin: 1.5rem 0 3.75rem;
}
    
.today h2 {
    font-size: 1.5rem;
}

.today .card {
    width: 100%;
}

.today .card p {
    font-size: 1.125rem;
}

.wrapper-today {
    background-size: cover;
    background-position: 40% 100%;
}

.today::after {
    display: none;
    visibility: hidden;
}

.wrapper-newsletter {
    background-position: 30% 100%;
}

.newsletter h2 {
    font-size: 1.5rem;
    line-height: 1.2rem;
}

.newsletter::before {
    display: none;
    visibility: hidden; 
}

.b-c-wrapper p {
    min-height: auto;
}

.b-mh-wrapper, .b-c-wrapper {
    width: 363px;
}

.center-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-testimonials {
    min-height: 350px;
}
    
.testimonials h2 {
    font-size: 1.5rem;
    line-height: 1.2rem;
}

.testimonials .opinion {
    font-size: 1.5rem;
}

.testimonials .carousel {
    width: 85%;
    margin: auto;
    min-height: 240px;
}
    
.testimonials .carousel .carousel-inner {
    margin-top: 1rem!important;
}

.testimonials::before {
    display: none;
    visibility: hidden;
}

.wrapper-offer-logos {
    padding: 30px 0 60px;
}

.offer-logos h2 {
    font-size: 1.5rem;
    line-height: 1rem;
}
    
.offer-logos h2 small {
    font-size: 0.75rem;
    line-height: 0;
}

.offer-logos::after {
    display: none;
    visibility: hidden;
}
    
.container.offer-logos .row .col {
    padding: 15px 0;
    flex-basis: initial;
}
    
.container.offer-logos .row .col {
    padding: 15px 0;
}
    
.container.offer-logos .row {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.widget-count-5:nth-child(-n+3) {
    flex: 0 0 100%;
    max-width: 100%;
}
    
.widget-count-5:nth-child(5) {
    flex: 0 0 100%;
    max-width: 100%;
}    
    
div.wpgdprc-consent-bar div.wpgdprc-consent-bar__column {
    padding: 0 30px !important;
}

div.wpgdprc-consent-bar div.wpgdprc-consent-bar__content {
    display: block !important;        
}

div.wpgdprc-consent-bar div.wpgdprc-consent-bar__column {
    display: inline-block;
}

#cookie-law-info-again {
    bottom: 30%;
    right: -45px;
    font-size: .815rem;
    transform: rotate(90deg);
}

div.wpgdprc p {
    font-size: 0.8125rem !important;
}

div.wpgdprc-consent-modal div.wpgdprc-consent-modal__container {
    width: 80% !important;
    width: 80vw !important;
    height: 80% !important;
    height: 80vh !important;
    max-width: 80% !important;
}

.about p {
    width: 100%;
}

.circle-green {
    background-repeat: no-repeat;
    background-position-x: 50%;
}

.sdm_download_title {
    float: none;
    line-height: 28px;
    width: auto !important;
}

.page-template-cert .sdm_download_title::before {
    top: 4px !important;
}
    
.about-us h2 {
    font-size: 1.5rem !important;
    line-height: 1.2rem !important;
    text-align: center;
}
    
.about-us h2 small {
    font-size: 0.75rem !important;
}
    
.about-us p {
    text-align: center;
}

.about-us img {
    max-width: 78%;
}

.about-us .btn {
    display: none;
    visibility: hidden;
}

.about-desc p {
    text-align: center;
}

.tnp-subscription {
    padding: 30px !important;        
}

.contactus p {
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.contact-info .col-md-4 {
    text-align: center !important;
}

#wrapper-footer-full {
    height: auto !important;
    padding: 35px 0 45px;
    background-position: 10% 100%;
}

.news .btn {
    margin-bottom: 15px;        
}
    
.one_half {
    width: 100%;
    margin-right: 0;
}
    
.one_half_last {
    width: 100%;
    margin-right: 0;
}
    
/****** MENU FOOTER ******/

#menu-menu-w-stopce li {
    float: left;
    padding-left: 25px;
}
    
ul#menu-menu-w-stopce {
    padding-left: 0 !important;
    float: left;
}

.contact-form-link p {
    font-size: .875rem;
}
    
#main-menu li.menu-item {
    margin-bottom: 5px;
}

.tnp-subscription {
    text-align: center;
}
}

/*** Responsive Styles Smartphone Only ***/
@media all and (min-width: 480px) and (max-width: 767px) {
body {
    font-size: 1rem;
    line-height: 1.3;
}

.catalog-dl {
    display: none;
    visibility: hidden;
}
    
.navbar-brand {
    min-width: 140px;
}
    
.toggle-search {
    display: none;
    visibility: hidden;
}
    
.navbar-nav {
    background: #fff;
    left: 0;
    right: 0;
    padding: 17px;
    z-index: 99999;
}
    
.navbar-toggler-icon {
    width: 1.188em;
    height: 1.188em;
}

#main-menu.navbar-nav::after {
    display: none;
    visibility: hidden;
}

.hero-text {
    padding: 0rem 1rem 3rem;
    width: 50%;
}

.hero-text h2 {
    font-size: 1.125rem;
}

.hero-text small {
    font-size: 1rem;
}

.hero-text p {
    font-size: 0.75rem;
}

.hero-text h2:after {
    width: 180px;
}

.wrapper-hero .carousel-caption {
    right: 17%;
    top: 0;
    left: 5%;
}

.wrapper-hero .carousel-indicators {
    margin-top: 30px;
}

.hero-text h2:after {
    margin-top: 10px;
}

.col-sm-6 {
    width: 50%;
}

.boxes .col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

.wrapper-hero {
    padding: 0;
}

.boxes h3 {
    font-size: 1.25rem !important;
}

.wrapper {
    padding: 30px 0 0;
}

.about h2 {
    font-size: 1.5rem;
    line-height: 1.2rem;
}

.about h2 {
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2rem;
    margin-bottom: 1rem;
}

.about h2 small {
    font-size: 0.75rem;
}

.about::after {
    display: none;
    visibility: hidden;
}

.about h3 {
    font-size: 1.875rem;
    margin-bottom: 2rem;
}

.daptiq h2 br,
.daptiq::after {
    display: none;
}

.history h2 {
    font-size: 1.687rem;
    line-height: 1.5rem;
}

.history h3 {
    font-size: 1.25rem;
}

.history h2 small {
    font-size: 0.75rem;
}

.container.history .row .col-md-5 {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center !important;
}    

.container.history .row .col-md-5 p  {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
    
.container.history button {
    text-align: center;
}    

.wrapper-history {
    padding-top: 50px;
    min-height: 825px;
    background-color: #f5f5f5;
    background-position: 59% 100%;
}

.mobile-service h2 {
    font-size: 1.687rem;
    line-height: 1.5rem;
}

.mobile-service h4 {
    font-size: 1.187rem;
}

.mobile-service .single-advert {
    margin: 1.5rem 0 0;
}

.mobile-service .single-advert:last-of-type {
    margin: 1.5rem 0 3.75rem;
}

.container.today {
    width: 70%;        
}    

.today h2 {
    font-size: 1.687rem;
}

.today .card {
    padding-top: 50px;
    margin-bottom: 60px;
    width: 320px;
    height: 320px;
}

.today .card p {
    font-size: 1.125rem;
}

.wrapper-today {
    background-size: cover;
    background-position: 40% 100%;
}

.today::after {
    display: none;
    visibility: hidden;
}

.wrapper-newsletter {
    background-position: 30% 100%;
}

.newsletter h2 {
    font-size: 1.687rem;
    line-height: 1.2rem;
}
    
.tnp-subscription input[type=email] {
    width: auto !important;
}

.newsletter::before {
    display: none;
    visibility: hidden; 
}

.b-mh-wrapper,
.b-c-wrapper {
    width: 363px;
}

.b-c-wrapper p {
    min-height: auto;
}

.center-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-testimonials {
    min-height: 250px;
}
    
.testimonials h2 {
    font-size: 1.687rem;
    line-height: 1.2rem;
}

.testimonials .opinion {
    font-size: 1.5rem;
}

.testimonials .carousel {
    width: 100%;
    margin: auto;
    min-height: 160px;
}
    
.testimonials .carousel .carousel-inner {
    margin-top: 1rem!important;
}

.testimonials::before {
    display: none;
    visibility: hidden;
}

.wrapper-offer-logos {
    padding: 30px 0;
}

.offer-logos h2 {
    font-size: 1.687rem;
}
    
.offer-logos h2 small {
    font-size: 0.75rem;
    line-height: 0;
}

.offer-logos::after {
    display: none;
    visibility: hidden;
}
    
.container.offer-logos .row {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.widget-count-5:nth-child(-n+4) {
    flex: 0 0 100%;
    max-width: 100%;
}
    
.widget-count-5:nth-child(5) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

div.wpgdprc-consent-bar div.wpgdprc-consent-bar__column {
    padding: 0 30px !important;
}

div.wpgdprc-consent-bar div.wpgdprc-consent-bar__content {
    display: block !important;        
}

div.wpgdprc-consent-bar div.wpgdprc-consent-bar__column {
    display: inline-block;
}

#cookie-law-info-again {
    bottom: 30%;
    right: -45px;
    font-size: .815rem;
    transform: rotate(90deg);
}

div.wpgdprc p {
    font-size: 0.8125rem !important;
}

div.wpgdprc-consent-modal div.wpgdprc-consent-modal__container {
    width: 80% !important;
    width: 80vw !important;
    height: 80% !important;
    height: 80vh !important;
    max-width: 80% !important;
}

.about p {
    width: 100%;
}

.circle-green {
    background-repeat: no-repeat;
    background-position-x: 50%;
}
    
.sdm_download_title {
    float: none;
    line-height: 28px;
}

.page-template-cert .sdm_download_title::before {
    top: 4px !important;
}

.about-us h2 small {
    font-size: 0.75rem !important;
}
    
.about-us p {
    text-align: center;
}

.about-us img {
    max-width: 78%;
}

.about-us .btn {
    display: none;
    visibility: hidden;
}

.about-desc p {
    text-align: center;
}

.tnp-subscription {
    padding: 30px !important;        
}

.contactus p {
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.contact-info .col-md-4 {
    text-align: center !important;
}

#wrapper-footer-full {
    height: auto !important;
    padding: 35px 0 45px;
    background-position: 10% 100%;
}
    
.one_half {
    width: 100%;
    margin-right: 0;
}
    
.one_half_last {
    width: 100%;
    margin-right: 0;
}

.site-info, .site-info a {
    font-size: .875rem;
}

.wrapper-video {
    padding: 30px 0;
}
    
/****** MENU FOOTER ******/

#menu-menu-w-stopce li {
    float: left;
    padding-left: 25px;
}

ul#menu-menu-w-stopce {
    padding-left: 0 !important;
    float: left;
}

.contact-form-link p {
    font-size: .875rem;
}

#main-menu li.menu-item {
    margin-bottom: 5px;
}

.tnp-subscription {
    text-align: center;
}
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 992px) {
body {
    font-size: 1rem;
    line-height: 1.3;
}
    
.navbar-brand {
    min-width: 140px;
}
    
.toggle-search {
    display: none;
    visibility: hidden;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 1rem;
}

.navbar-toggler-icon {
    width: 1.188em;
    height: 1.188em;
}

#main-menu li.menu-item {
    margin-right: 8px;
}

#main-menu li.menu-item a {
    padding: 0.25rem 0.5rem;
}

#main-menu.navbar-nav::after {
    display: none;
    visibility: hidden;
}

.hero-text {
    padding: 0rem 1rem 3rem;
}

.hero-text h2 {
    font-size: 1.875rem;
    margin-bottom: 1rem;
}

.hero-text small {
    font-size: 1rem;
}

.hero-text p {
    font-size: 0.75rem;
}

.hero-text h2:after {
    width: 180px;
}

.hero-text h2:after {
    margin-top: 10px;
}

.hero-text {
    width: 50%;
}

.wrapper-hero .carousel-caption {
    bottom: 15%;
    left: 5%;
}

.wrapper-hero .carousel-control-next, 
.wrapper-hero .carousel-control-prev {
    display: none;
}

.col-sm-6 {
    width: 50%;
}

.boxes .col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

.wrapper-hero {
    padding-bottom: 0;
}

.boxes h3 {
    font-size: 1.25rem;
    padding: 17px 10px;
}

.boxes a h3 {
    font-size: 1rem;
    top: 40px;
}

.wrapper {
    padding: 30px 0 0;
}

.about h2 {
    font-size: 1.5rem;
    line-height: 1.2rem;
}

.about h2 {
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2rem;
    margin-bottom: 1rem;
}

.about h2 small {
    font-size: 0.75rem;
}

.about::after {
    display: none;
    visibility: hidden;
}

.about h3 {
    font-size: 1.875rem;
    margin-bottom: 2rem;
}

.mobile-service .single-advert {
    margin: 1.5rem 0 0;
}

.mobile-service .single-advert:last-of-type {
    margin: 1.5rem 0 3.75rem;
}

.container.history .row .col-md-5 {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center !important;
}    

.container.history .row .col-md-5 p  {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
    
.container.history button {
    text-align: center;
}    

.wrapper-history {
    background-color: #f5f5f5;
    background-position: 49% 100%;
    min-height: 400px;
    background-size: cover;
}
    
.daptiq::after,
.daptiq h2 br {
    display: none;
}
    
.wrapper-today {
    min-height: auto;
}
    
.today h2 {
    font-size: 1.5rem;
}

.today .card {
    padding-top: 50px;
    margin-bottom: 60px;
    width: 320px;
    height: 320px;
}

.wrapper-today {
    background-size: cover;
}

.today::after {
    display: none;
    visibility: hidden;
}
    
.wrapper-newsletter {
    padding: 45px 0 30px !important;
}

.newsletter h2 {
    font-size: 1.5rem;
    line-height: 1.2rem;
}

.newsletter p {
    font-size: 1.0rem;
    line-height: 1.5rem;
}
    
.tnp-subscription input[type=email] {
    width: auto !important;
}
    
.tnp-subscription input.tnp-submit {
    min-width: 85px;        
}

.tnp-subscription .tnp-email {
    padding: 10px 10px !important;
}

.tnp-subscription input[type=email] {
    margin-right: 5px !important;        
}

.newsletter::before {
    display: none;
    visibility: hidden;
}

.wrapper-testimonials {
    min-height: 280px;
}
    
.testimonials h2 {
    font-size: 1.5rem;
    line-height: 1.2rem;
}

.testimonials .opinion {
    font-size: 1.5rem;
}

.testimonials .carousel {
    width: 85%;
    margin: auto;
    min-height: 150px;
}
    
.testimonials .carousel .carousel-inner {
    margin-top: 1rem!important;
}

.testimonials::before {
    display: none;
    visibility: hidden;
}

.offer-logos h2 {
    font-size: 1.5rem;
    line-height: 1rem;
}
    
.offer-logos::after {
    display: none;
    visibility: hidden;
}
    
.container.offer-logos .row .col {
    padding: 0 20px;
}
    
.container.offer-logos .row {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.widget-count-4:nth-child(-n+3) {
    max-width: 100%;
}
    
.widget-count-4:nth-child(4) {
    flex: 0 0 100%;
    max-width: 100%;
}    
    
#wrapper-footer-full {
    height: auto !important;
    padding: 35px 0 45px;
    background-position: 10% 100%;
}

.footer-widget:nth-of-type(5) {
    flex: 0 0 66.66666% !important;
    max-width: 66.66666% !important;
}

div.wpgdprc-consent-bar div.wpgdprc-consent-bar__column {
    padding: 0 30px !important;
}

div.wpgdprc-consent-bar div.wpgdprc-consent-bar__content {
    display: block !important;        
}

div.wpgdprc-consent-bar div.wpgdprc-consent-bar__column {
    display: inline-block;
}

#cookie-law-info-again {
    bottom: 30%;
    right: -45px;
    font-size: .815rem;
    transform: rotate(90deg);
}

div.wpgdprc p {
    font-size: 0.8125rem !important;
}

div.wpgdprc-consent-modal div.wpgdprc-consent-modal__container {
    width: 80% !important;
    width: 80vw !important;
    height: 80% !important;
    height: 80vh !important;
    max-width: 80% !important;
}

.about p {
    width: 100%;
}

.circle-green {
    background-repeat: no-repeat;
    background-position-x: 50%;
}

.news .btn {
    margin-bottom: 15px;        
}
    
.wrapper-testimonials {
    background-size: cover;
}

.page-template-offer .col-md-3 {
    flex: 0 0 33%;
    max-width: 33%;
}

.about-us h2 {
    font-size: 1.5rem !important;
    line-height: 1.2rem !important;
}

.about-us h2 small {
    font-size: 0.75rem !important;
}

.contactus p {
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.contactus .contact-info p.email {
    font-size: 1.25rem;
}

.contactus .contact-info p {
    font-size: .875rem;
}
}

/*** Responsive Styles Tablet And Upwards ***/
@media all and (min-width: 993px) and (max-width: 1280px) {
.about::after {
    display: none;
    visibility: hidden;
}
    
.daptiq::after {
    display: none;
    visibility: hidden;
}
    
.today::after {
    display: none;
    visibility: hidden;
}
    
.testimonials::before {
    display: none;
    visibility: hidden;
}
    
.offer-logos::after {
    display: none;
    visibility: hidden;
}
    
.today .card {
    padding-top: 55px;
    width: 290px;
    height: 290px;
}   
    
.today .card p {
    font-size: .937rem;
    color: #fff;
}
    
.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 1rem;
}

.toggle-search .btn {
    font-size: 1.187rem;
}
    
#main-menu.navbar-nav::after {
    top: 23px;
}
    
.hero-text p {
    font-size: 1.75rem;
}

.hero-text h2 {
    font-size: 1.8rem;
}
    
.hero-text h2:after {
    width: 370px;
}
    
.history h2 {
    font-size: 2.3rem;
}
    
.wrapper-history {
    padding: 75px 0 55px;
}
    
.newsletter::before {
    margin-left: -25px;
}
    
.tnp-subscription {
    margin-top: 5px !important;
}

.mobile-service h2 {
    font-size: 2.2rem;
    line-height: 2.2rem;
}

.mobile-service p {
    font-size: 1rem;        
}
    
.contactus .contact-info p.phone {
    font-size: 1.125rem;
    line-height: 0.5rem;
}
    
.contactus .contact-info p {
    font-size: .875rem;
}
    
.contactus .contact-info p.email {
    font-size: 1.125rem;
}
    
.contactus p {
    letter-spacing: 0;
}
    
.contact-form-link p {
    font-size: .812rem;
}
    
h3.widget-title::after {
    width: 140px;
}
    
.wrapper-hero .carousel-caption {
    right: 7%;
    bottom: 19%;
    left: 7%;
}
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1281px) and (max-width: 1440px) {
.about::after {
    margin-top: -105px;
    zoom: 58%;
    -moz-transform: scale(0.58);
    -moz-transform-origin: 0 0;
}

.daptiq::after {
    margin-top: -235px;
    zoom: 58%;
    -moz-transform: scale(0.58);
    -moz-transform-origin: 0 0;
}
    
.today::after {
    margin-top: -110px;
    zoom: 58%;
    -moz-transform: scale(0.58);
    -moz-transform-origin: 100% 0;
}
    
.testimonials::before {
    margin-top: 535px;
    zoom: 58%;
    -moz-transform: scale(0.58);
    -moz-transform-origin: 0 0;
}
    
.offer-logos::after {
    margin-top: 5px;
    zoom: 58%;
    -moz-transform: scale(0.58);
    -moz-transform-origin: 100% 0;
}

.wrapper-hero .carousel-caption {
    right: 7%;
    bottom: 19%;
    left: 7%;
}
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1441px) and (max-width: 1740px) {
.about::after {
    margin-top: -105px;
    zoom: 58%;
    -moz-transform: scale(0.58);
    -moz-transform-origin: 0 0;
}
    
.daptiq::after {
    margin-top: -235px;
    zoom: 58%;
    -moz-transform: scale(0.58);
    -moz-transform-origin: 0 0;
}
    
.today::after {
    zoom: 58%;
    -moz-transform: scale(0.58);
    -moz-transform-origin: 100% 0;
}
    
.testimonials::before {
    margin-top: 535px;
    zoom: 58%;
    -moz-transform: scale(0.58);
    -moz-transform-origin: 0 0;
}
    
.offer-logos::after {
    margin-top: 5px;
    zoom: 58%;
    -moz-transform: scale(0.58);
    -moz-transform-origin: 100% 0;
}    
}

.tnp-subscription small {
    font-family: 'Titillium Web', sans-serif;    
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1rem;
    text-align: left;
    color: #fff;
    letter-spacing: 0;
}

.tnp-subscription {
    margin: 0 auto !important;
}

span.wpcf7-not-valid-tip {
    font-size: 0.75rem;
}

.sdm_download_item .sdm_download_thumbnail_image {
    width: auto !important;
    height: 141px !important;
    border: 1px solid #333;
}

.sdm_download_item_count {
    display: none;
    visibility: hidden;
}

.sdm_download_item {
    display: block;
    border: 1px solid #333 !important;
    box-shadow: none !important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.sdm_download_size {
    text-align: left;
    float: left;
}

.sdm_download_link {
    text-align: right;
}

.sdm_download.black {
    background: #008855 !important;
    border-top: 0;
    border-bottom: 5px solid #005e3b;
    border-left: 0;
    border-right: 0;
    font-size: 1rem;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    padding: .375rem .835rem;
    border-radius: 0;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.sdm_download.black:hover {
    background: #005e3b !important;
    border-bottom: 5px solid #005e3b !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none;
}

.sdm_download_description {
    margin: 10px 0;
    border-bottom: 1px solid #333;
}

.page-template-cert .sdm_download_title::before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(../img/pdf-file.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    left: 0;
    top: 27px;
    width: 24px;
    height: 24px;
}

.page-template-cert .sdm_download_title {
    position: relative;
    padding-left: 33px;
}

.about-us h2 {
    font-size: 2.8rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 2.9rem;
    margin-bottom: 1rem;
}

.about-us h2 small {
    font-size: 1.65rem;
    font-weight: 300;
    color: #b5b5b5;
    letter-spacing: 0.05rem;    
}

.about-us p {
    width: 92%;
}

.wrapper-about-desc {
    background: #008855;
}

.about-desc p {
    font-size: 1rem;
    color: #fff;
}

.page-template-about .today::after {
    content:'';
}

.wrapper-teaser {
    padding: 90px 0;
}

.teaser h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #380040;
}

.teaser img {
    margin-top: .5rem;
    margin-bottom: .75rem;
}

.teaser p {
    font-size: 1rem;
}

.single-post .attachment-blog-thumbs-big, .archive img {
    border: 1px solid #D1D1D1;
    margin-bottom: 45px;
}

.single-post h1.entry-title {
    font-size: 2.8rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 2.2rem;
    padding-top: .5rem;
    margin-bottom: 1rem;
    clear: both;
}

.single-post .entry-meta {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
}

.tagcloud a.tag-cloud-link {
    padding: 0.5rem 1rem;
    border: 1px solid #d1d1d1;
    font-size: 1rem !important;
    margin: 4px;
    float: left;
    color: #999;
}

.tags-links a {
    padding: .5rem 0 .5rem .2rem;
    font-size: 1rem !important;
    margin: 4px;
    color: #999;
}

.nav-links {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.post-navigation .nav-links {
    background: #eee;
    margin-top: 50px;
    padding: 5px 20px;
    font-size: 16px;
}

img.wp-post-image {
    border: 1px solid #d1d1d1;
}

.page-template-blog .blog-meta {
    display: inline-block;
    width: 100%;
    font-size: 0.8125rem;
}

.widget_tag_cloud {
    display: inline-block;
}