@font-face {
font-family: 'Roboto';
src: url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-regular-webfont.eot);
src: url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-regular-webfont.eot?#iefix) format('embedded-opentype'), url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-regular-webfont.woff2) format('woff2'), url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-regular-webfont.woff) format('woff'), url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-regular-webfont.ttf) format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-italic-webfont.eot);
src: url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-italic-webfont.eot?#iefix) format('embedded-opentype'), url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-italic-webfont.woff2) format('woff2'), url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-italic-webfont.woff) format('woff'), url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-italic-webfont.ttf) format('truetype');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-light-webfont.eot);
src: url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-light-webfont.eot?#iefix) format('embedded-opentype'), url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-light-webfont.woff2) format('woff2'), url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-light-webfont.woff) format('woff'), url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-light-webfont.ttf) format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-medium-webfont.eot);
src: url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-medium-webfont.eot?#iefix) format('embedded-opentype'), url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-medium-webfont.woff2) format('woff2'), url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-medium-webfont.woff) format('woff'), url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-medium-webfont.ttf) format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-bold-webfont.eot);
src: url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-bold-webfont.eot?#iefix) format('embedded-opentype'), url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-bold-webfont.woff2) format('woff2'), url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-bold-webfont.woff) format('woff'), url(//imns.pl/wp-content/themes/IMNS/includes/fonts/roboto-bold-webfont.ttf) format('truetype');
font-weight: 700;
font-style: normal;
}
.font-awesome {
font: normal normal normal 14px/1 FontAwesome;
}
.transition {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.box-shadow {
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
}
.soft-shadow {
-webkit-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.3);
box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.3);
}
.box-shadow-more {
-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
}
.box-shadow-none {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.display-table-middle {
display: table-cell;
vertical-align: middle;
width: 2000px;
}
@media (min-width: 768px) {
.display-flex {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
@media (min-width: 768px) {
.display-flex-center {
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: center;
}
}
.display-flex-center-mobile {
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.visible-no {
visibility: hidden;
opacity: 0;
}
.visible-yes {
visibility: visible;
opacity: 1;
}
.appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.uppercase {
text-transform: uppercase;
}
.italic {
font-style: italic;
}
html {
height: 100%;
}
body {
word-wrap: break-word;
color: #2e2e2e;
font-family: Roboto, sans-serif;
font-size: 14px;
font-weight: 300;
line-height: 1.42857143;
}
ul {
padding-left: 35px;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
.alpha {
padding-left: 0;
}
.omega {
padding-right: 0;
}
.owl-item {
touch-action: manipulation;
}
.dark {
color: #fff;
}
hr {
clear: both;
}
.overflow {
overflow: hidden;
}
.color-text,
a.color-text,
a.color-text:visited {
color: #2e2e2e;
}
.font-text {
font-family: Roboto, sans-serif;
}
.font-headline {
font-family: Roboto, sans-serif;
}
.font-additional {
font-family: Roboto, sans-serif;
}
a {
color: #2e2e2e;
}
a:hover {
text-decoration: none;
color: #facb30;
}
a:visited {
color: #2e2e2e;
}
a:active,
a:focus {
color: #facb30;
}
.link-absolute {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.hover-link {
position: relative;
display: inline-block;
width: 100%;
}
.hover-link.link-absolute {
position: absolute;
padding: 15px;
}
.hover-link.link-absolute.link-bordered > span {
width: 100%;
height: 100%;
display: block;
position: relative;
}
.hover-link.link-absolute.link-bordered > span:before {
content: '';
position: absolute;
z-index: 99;
width: 100%;
height: 100%;
opacity: 0;
border: 1px solid;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.hover-link.link-absolute.link-bordered:hover > span:before {
opacity: 1;
}
.hover-link.block {
display: block;
}
.hover-link img {
width: 100%;
}
.hover-link:before {
content: '';
position: absolute;
top: 10%;
left: 10%;
right: 10%;
bottom: 10%;
background: rgba(51,51,51,0.6);
opacity: 0;
z-index: 1;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.hover-link:after {
content: '+';
position: absolute;
opacity: 0;
top: 40%;
left: 50%;
font-size: 72px;
color: #fff;
font-weight: 300;
line-height: 72px;
width: 72px;
text-align: center;
margin-top: -36px;
margin-left: -36px;
z-index: 2;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.hover-link:hover:before {
opacity: 1;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.hover-link:hover:after {
opacity: 1;
top: 50%;
}
.hover-link.hover-zoom:after {
content: "\f002";
font: normal normal normal 14px/1 FontAwesome;
font-size: 30px;
margin-top: -15px;
}
.hover-link.hover-video:after {
content: "\f144";
font: normal normal normal 14px/1 FontAwesome;
font-size: 30px;
margin-top: -15px;
opacity: 0.8;
top: 50%;
color: #fff;
}
.hover-link.hover-video:after:hover {
background: rgba(51,51,51,0.6);
}
.hover-link.hover-none:after {
display: none;
}
@media (min-width: 768px) {
.display-flex,
.row-eq-height {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
@media (min-width: 768px) {
.display-flex-middle {
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: center;
}
}
@media (max-width: 767px) {
.display-flex-middle .flex-1 {
text-align: center;
}
}
.display-table-cell-middle {
display: table-cell;
vertical-align: middle;
width: 2000px;
}
.post .hover-link {
text-align: center;
}
.carousel .hover-link,
.owl-item .hover-link {
display: block;
}
.relative {
position: relative;
}
.margintop {
margin-top: 15px;
}
.margintop-big {
margin-top: 30px;
}
.marginbottom {
margin-bottom: 15px;
}
.margintop-big {
margin-top: 30px;
}
.marginbottom-big {
margin-bottom: 30px;
}
.section-text {
margin-bottom: 20px;
}
.lower-text,
.links-box {
margin-top: 20px;
width: auto;
float: none;
}
.lower-text.text-center p {
text-align: center;
}
.links-box > .link {
overflow: hidden;
}
.links-box .file-icon {
width: 35px;
margin-right: 15px;
}
.links-box a {
margin-bottom: 15px;
}
.links-box a.normal-link {
display: block;
margin-bottom: 15px;
}
.links-box a.normal-link br {
display: none;
}
.links-box a.normal-link span:before {
content: '[';
}
.links-box a.normal-link span:after {
content: ']';
}
img {
display: inline-block;
height: auto;
max-width: 100%;
}
img[class*="wp-image-"] {
margin-top: 10px;
margin-bottom: 10px;
}
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 10px;
max-width: 100%;
border-radius: 4px;
padding: 0 10px;
}
.wp-caption.aligncenter {
margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
display: block;
}
.wp-caption .wp-caption-text {
text-align: center;
margin-top: 10px;
}
.gallery {
margin-bottom: 0;
margin-top: 30px;
}
.gallery a img {
border: none;
height: auto;
}
.gallery dd {
margin: 0;
}
.gallery-border {
border: 1px solid #dadada;
padding: 15px;
}
.gallery-caption {
display: block;
}
.container {
padding-bottom: 0;
}
embed,
iframe,
object {
max-width: 100%;
border: none;
}
.screen-reader-text {
clip: rect(1px,1px,1px,1px);
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #dadada;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
clip: auto !important;
color: #2e2e2e;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.main-content-inner {
padding-bottom: 1.5em;
}
.textgallery_section .hentry {
margin: 0;
}
.sticky {
display: block;
}
.bypostauthor {
display: block;
}
.uppercase {
text-transform: uppercase;
}
.transition {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.clear {
clear: both;
}
.entry-meta {
clear: both;
}
.breadcrumbs-box,
.woocommerce .woocommerce-breadcrumb {
margin: 10px 0;
}
.breadcrumbs-box p,
.woocommerce .woocommerce-breadcrumb p {
margin: 0;
}
.breadcrumbs-box a,
.woocommerce .woocommerce-breadcrumb a {
color: #2e2e2e;
}
.breadcrumbs-box a:visited,
.woocommerce .woocommerce-breadcrumb a:visited {
color: #2e2e2e;
}
.breadcrumbs-box a:hover,
.woocommerce .woocommerce-breadcrumb a:hover {
color: #616161;
}
.breadcrumbs-box a img,
.woocommerce .woocommerce-breadcrumb a img {
max-height: 12px;
}
.color-main {
color: #333;
}
.color-additional {
color: #facb30;
}
.color-lighter {
color: #dadada;
}
.color-text {
color: #2e2e2e;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark li,
.dark a,
.dark a:hover {
color: #fff;
}
.dark a:focus,
.prefooter.dark a:active {
color: #dadada;
}
.more-padding {
padding-top: 15px;
padding-bottom: 15px;
margin-top: 0;
margin-bottom: 0;
}
.posted_in + .tagged_as {
border-left: 1px solid;
padding-left: 5px;
}
.tab-content>.tab-pane {
visibility: visible;
}
.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
border: none;
}
.error404 .page-content form label {
width: 90%;
display: inline-block;
}
.error404 .page-content form .search-submit {
width: 9%;
display: inline-block;
}
@media (max-width: 767px) {
.same-height,
.same-height-0,
.same-height-1,
.same-height-2,
.same-height-3,
.same-height-4,
.same-height-5,
.same-height-6,
.same-height-7,
.same-height-8,
.same-height-9 {
height: auto !important;
}
}
@media (min-width: 768px) { body.fixed-1:before {
content: '';
display: block;
height: 70px;
}
body.footer_absolute,
body.footer_fixed {
min-height: 100%;
position: relative;
}
body.footer_fixed>section {
background: #fff;
}
body.footer_fixed>div {
background: #fff;
}
body .footer_absolute:after {
content: '';
display: block;
}
body .footer_fixed:after {
content: '';
display: block;
}
body .more-padding {
padding-top: 30px;
padding-bottom: 30px;
margin-top: 0;
margin-bottom: 0;
}
.data-absolute {
position: absolute;
top: 0;
}
.data-absolute.absolute-left {
left: 0;
}
.data-absolute.absolute-right {
right: 0;
}
}
@media (min-width: 992px) {
.links-box a {
margin-bottom: 0;
}
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
color: #2e2e2e;
font-family: Roboto, sans-serif, sans-serif;
font-weight: 400;
}
.page-title {
margin-top: 0;
margin-bottom: 30px;
color: #2e2e2e;
}
.page-title.title-border {
padding-bottom: 10px;
margin-bottom: 20px;
}
.page-title.title-border:after {
content: '';
width: 200px;
height: 1px;
position: absolute;
bottom: 0;
left: 0;
}
.page-title .number {
font-size: 40px;
height: 60px;
width: 60px;
line-height: 58px;
display: inline-block;
text-align: center;
position: relative;
margin-right: 20px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px dashed #dadada;
}
.page-title .more-padding {
padding-top: 30px;
padding-bottom: 0px;
}
.dark .page-title:after {
background-color: #fff;
}
.text-center .page-title.title-border:after {
left: 50%;
margin-left: -100px;
}
.lead {
font-size: 130%;
font-weight: 700;
font-style: italic;
}
@media (min-width: 768px) {
.page-title.more-padding {
padding-top: 30px;
padding-bottom: 0px;
}
}
.btn {
font-size: 14px;
border-width: 1px;
border-style: solid;
padding: 10px 20px;
line-height: 1;
font-weight: 500;
text-transform: uppercase;
white-space: normal;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.btn.btn-mini {
font-size: 12px;
padding: 5px 10px;
}
.btn-default {
background: none;
border-color: #2e2e2e;
color: #2e2e2e;
}
.btn-default:hover {
color: #fff;
border-color: #333;
background: #333;
}
.btn-primary,
a.btn-primary {
color: #fff;
border-color: #333;
background: #333;
}
.btn-primary:hover,
a.btn-primary:hover {
background: none;
border-color: #333;
color: #333;
}
.btn-primary.btn-excerpt,
a.btn-primary.btn-excerpt {
margin-top: 10px;
}
.btn-secondary,
a.btn-secondary {
border-color: #facb30;
background: #facb30;
color: #fff;
}
.btn-secondary:visited,
a.btn-secondary:visited {
border-color: #facb30;
background: #facb30;
color: #fff;
}
.btn-secondary:hover,
.btn-secondary:hover:visited,
a.btn-secondary:hover,
a.btn-secondary:hover:visited {
border-color: #facb30;
background: none;
color: #facb30;
}
.btn-secondary-border,
a.btn-secondary-border {
border-color: #facb30;
color: #facb30;
}
.btn-secondary-border:visited,
a.btn-secondary-border:visited {
border-color: #facb30;
color: #facb30;
}
.btn-secondary-border:hover,
.btn-secondary-border:hover:visited,
a.btn-secondary-border:hover,
a.btn-secondary-border:hover:visited {
border-color: #facb30;
background: #facb30;
color: #fff;
}
.btn-excerpt {
position: relative;
}
.btn-excerpt:before {
content: ' | ';
}
.dark input[type="button"],
.dark input[type="reset"],
.dark input[type="submit"] {
color: #fff;
}
.dark a.btn-default,
.dark .btn-default {
color: #fff;
border-color: #fff;
}
.dark a.btn-default:hover,
.dark .btn-default:hover {
background: #fff;
color: #333;
}
.dark .btn-primary:hover {
color: #fff;
}
.links-box .btn-secondary.light {
color: #333;
}
.links-box .btn-secondary.light:visited {
color: #333;
}
.links-box .btn-secondary.light:hover {
color: #fff;
}
.contact-form-title {
font-size: 24px;
font-size: 2.4rem;
}
.dark select option {
color: #2e2e2e;
}
.widget ul {
padding: 0;
list-style: none;
}
.widget ul li a {
display: block;
padding: 3px 0;
}
.widget ul li .children {
padding-left: 15px;
}
.widget ul li.bordered a {
padding: 8px 0;
border-top: 1px solid #e3e3e3;
}
.widget ul li.bordered:last-child a {
border-bottom: 1px solid #e3e3e3;
}
.widget ul li.current-cat a {
color: #333;
}
.widget select {
max-width: 100%;
}
.widget.widget_nav_menu ul.sub-menu li,
.widget.widget_pages ul.children li {
padding-left: 15px;
}
.widget.widget_search .search-form input,
.widget.widget_search .search-form select {
border-color: #dadada;
}
.widget.widget_search .search-form label {
display: inline-block;
float: left;
}
.widget.widget_search .search-form button {
width: auto;
}
@media (min-width: 768px) {
.widget {
margin-bottom: 2em;
}
}
.top-infobox .widget {
padding-left: 10px;
margin-bottom: 0;
}
.top-infobox .widget.widget_button_widget a {
padding: 10px 20px;
margin: 10px 0 0 30px;
}
.top-infobox .widget ul {
padding: 0;
margin: 0;
list-style: none;
}
.top-infobox .widget ul li {
display: inline-block;
}
.top-infobox .widget ul li a {
font-size: 12px;
}
.affix .top-infobox .widget.widget_button_widget a {
margin-top: 5px;
}
@media (max-width: 767px) {
.top-infobox .widget-top.pull-right {
float: none !important;
}
.top-infobox .widget-top .widget_button_widget {
padding-left: 0;
}
.top-infobox .widget.widget_button_widget a {
margin-left: 0;
margin-right: 10px;
}
}
.widget_contact_widget .links-box {
margin-top: 0;
margin-bottom: 15px;
}
.widget_contact_widget > a {
display: block;
padding: 5px 0;
color: #2e2e2e;
}
.widget_contact_widget > a .fa {
padding-right: 5px;
}
.comment .children {
margin-left: 1.5em;
}
body.logged-in .site-navigation.nav-fixed {
top: 32px;
}
.site-navigation {
background-color: transparent;
}
.site-navigation.affix {
width: 100%;
z-index: 999;
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
}
.site-navigation .container {
padding-bottom: 0;
}
.site-navigation .navbar-toggle {
width: auto;
}
.site-navigation .navbar-toggle .icon-bar {
background: #2e2e2e;
}
.site-navigation.dark .navbar-toggle .icon-bar {
background: #fff;
}
.site-navigation.dark .dropdown-menu>li>a {
color: #fff;
}
.site-navigation.nav-center .top-infobox .contact-header {
text-align: left;
}
.site-navigation .menu-box {
background: transparent;
}
.site-navigation .nav >li >a:hover,
.site-navigation .nav >li >a:focus,
.site-navigation .nav >li >a:active,
.site-navigation .nav >li >a.mPS2id-highlight,
.site-navigation .nav >li >a .navbar-right>li>a.mPS2id-highlight.mPS2id-highlight-last {
color: #333;
}
.site-navigation .nav >li.current_page_parent>a,
.site-navigation .nav >li.current-menu-item>a,
.site-navigation .nav >li.current-page-ancestor>a {
color: #333;
}
.site-navigation .nav >li.open>a {
color: #2e2e2e;
}
.site-navigation .nav >li.open>a:hover,
.site-navigation .nav >li.open>a:focus {
color: #333;
}
.site-navigation.nav-fixed.affix {
background: rgba(51,51,51,0.85);
}
.site-navigation .menu-single.main-menu-box {
background-color: #2e2e2e;
}
.site-navigation .menu-single .nav>li >a,
.site-navigation .menu-single .nav>li >a:visited {
color: #2e2e2e;
}
section.mPS2id-target.mPS2id-target-first ~ #section-navbar .section-nav.nav>li.active>a,
section.mPS2id-target.mPS2id-target-first ~ #section-navbar .section-nav.nav>li >a.mPS2id-highlight-first,
section.mPS2id-target.mPS2id-target-first ~ #section-navbar .section-nav.nav>li >a.mPS2id-highlight.mPS2id-clicked {
background: #2e2e2e;
}
section.mPS2id-target.mPS2id-target-first ~ #section-navbar .section-nav.nav>li >a {
border-color: #2e2e2e;
}
.single-post .site-navigation .nav>li.blog-link>a {
color: #2e2e2e;
}
.navbar {
margin: 0;
border: none;
}
@media (min-width: 768px) {
.navbar-nav {
margin-right: 0;
}
}
.navbar-nav >li >a {
display: block;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.navbar-nav >li >a.menu-link {
padding-right: 0;
float: left;
}
.navbar-nav >li >a.dropdown-toggle {
padding-left: 5px;
float: left;
cursor: pointer;
}
.navbar-nav .dropdown-menu {
padding: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.navbar-nav .dropdown-menu li a:hover,
.navbar-nav .dropdown-menu li aa:focus {
background: #dadada;
}
.navbar-nav >.dropdown-menu .dropdown-menu {
left: 201px !important;
top: 0;
margin: 0;
}
.nav>li>a:hover,
.nav>li>a:focus {
text-decoration: none;
background-color: transparent;
}
.upper-navbar {
padding-top: 5px;
padding-bottom: 5px;
}
.upper-navbar .container {
padding-bottom: 0;
}
.upper-navbar .contact-header .widget-top,
.upper-navbar .contact-header .contact-box,
.upper-navbar .contact-header .social-header {
margin-bottom: 0;
}
.affix .upper-navbar {
display: none;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu >.dropdown-menu {
top: 0;
left: 100%;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px 6px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:active>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu:active>a:after {
border-left-color: #fff;
}
.dropdown-submenu >a:after {
content: '';
display: block;
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #2e2e2e;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu.pull-left {
float: left;
}
.dropdown-submenu.pull-left >.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
.nav>.open>a,
.nav .open>a:hover,
.nav .open>a:focus {
background: none;
}
@media (max-width: 767px) {
.navbar-nav li >a.menu-link {
float: none;
}
.navbar-nav li >a.dropdown-toggle {
position: absolute;
right: 0;
top: 0;
z-index: 9;
}
.nav>li.open .dropdown-menu {
display: block;
}
.dropdown-menu .dropdown-menu {
padding-left: 15px;
}
}
@media (min-width: 768px) {
.navbar-box-right {
float: right;
}
.site-navigation.nav-fixed {
position: fixed;
width: 100%;
z-index: 999;
top: 0;
}
.navbar-nav li >a {
padding: 18px 7px;
}
.navbar-nav li >a.menu-link,
.navbar-nav li >a.dropdown-toggle {
float: left;
}
.navbar-nav li.dropdown:hover>.dropdown-menu {
display: block;
left: -100px;
}
.navbar-nav li .dropdown-menu {
min-width: 200px;
}
.navbar-nav li .dropdown-menu li a.menu-link,
.navbar-nav li .dropdown-menu li a.dropdown-toggle {
padding: 5px 0;
display: inline-block;
clear: none;
}
.navbar-nav li .dropdown-menu li a.menu-link {
width: 95%;
padding-left: 20px;
}
.navbar-nav li .dropdown-menu li a.dropdown-toggle {
padding: 5px 0px;
display: inline-block;
text-align: center;
width: 5%;
}
.navbar-nav li .dropdown-menu li a.dropdown-toggle .caret {
border-left: 4px solid;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
}
.navbar-center .navbar-header {
display: flex;
justify-content: center;
position: absolute;
width: 100%;
left: 0;
top: 0;
}
.navbar-center .navbar-brand {
display: flex;
align-items: center;
}
.navbar-center .navbar-brand img {
max-width: 230px;
max-height: none;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.navbar-center .navbar-box-left {
float: left;
width: 50%;
padding-right: 140px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.navbar-center .navbar-box-right {
text-align: right;
width: 50%;
padding-left: 140px;
position: absolute;
right: 0;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.menu-single .navbar-center .navbar-header {
position: relative;
}
.menu-single .navbar-center .navbar-brand {
position: absolute;
z-index: 999;
}
.menu-single .navbar-center .navbar-box-left,
.menu-single .navbar-center .navbar-box-right {
position: absolute;
}
.menu-single .navbar-center .navbar-box-right {
right: 0;
text-align: right;
}
.affix .navbar-center .navbar-brand img {
max-width: 150px;
}
.affix .navbar-center .navbar-box-left {
padding-right: 100px;
}
.affix .navbar-center .navbar-box-right {
padding-left: 100px;
}
.affix .navbar-center .navbar-box-right .navbar-left {
margin-left: -15px;
}
.affix .navbar-center .navbar-box-right .navbar-right {
float: left !important;
}
.top-infobox + .navbar-right {
margin-right: 15px;
padding-top: 5px;
}
}
@media (min-width: 992px) {
.navbar-nav>li>a {
padding: 18px 15px;
}
.affix .navbar-nav>li>a {
padding: 14px 15px;
}
.site-navigation .navbar-nav>li>a.menu-link,
.site-navigation .affix .navbar-nav>li>a.menu-link {
padding-right: 0;
}
.dropdown-menu {
min-width: 300px;
}
.navbar-nav li.dropdown:hover>.dropdown-menu {
left: auto;
right: 0;
}
.navbar-nav>li>.dropdown-menu .dropdown-menu {
left: 301px !important;
}
}
.font-headline {
font-family: Roboto, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
text-transform: uppercase;
}
h1 .font-additional,
h2 .font-additional,
h3 .font-additional,
h4 .font-additional,
h5 .font-additional,
h6 .font-additional,
.h1 .font-additional,
.h2 .font-additional,
.h3 .font-additional,
.h4 .font-additional,
.h5 .font-additional,
.h6 .font-additional {
font-style: normal;
}
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.btn-primary,
a.btn-primary {
color: #fff;
}
div#preloader {
background-image: url(//imns.pl/wp-content/themes/IMNS/includes/img/loading-spin.gif);
}
div#preloader .preloader__logo {
background-image: url(//imns.pl/wp-content/themes/IMNS/includes/img/logo_white.png);
}
.site-navigation .nav>li>a,
.site-navigation .nav>li>a:visited,
.error404 .site-navigation .nav>li.current_page_parent>a,
.error404 .site-navigation .nav>li.current-menu-item>a,
.error404 .site-navigation .nav>li.current-page-ancestor>a {
color: #2e2e2e;
font-size: 16px;
text-transform: uppercase;
border-top: 0px solid transparent;
}
.site-navigation .nav>li>a:hover,
.site-navigation .nav>li>a:focus,
.site-navigation .nav>li>a:active,
.single-post .site-navigation .nav>li.blog-link>a,
.woocommerce .site-navigation .nav>li.shop>a,
.site-navigation .nav>li.current_page_parent>a,
.site-navigation .nav>li.current-menu-item>a,
.site-navigation .nav>li.current-page-ancestor>a,
.site-navigation .nav>li>a.mPS2id-highlight,
.navbar-right>li>a.mPS2id-highlight.mPS2id-highlight-last,
.site-navigation .nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
color: #facb30;
border-top: 0px solid transparent;
}
.site-navigation .dropdown-menu li a:hover,
.dropdown-menu li a:focus {
color: #333;
}
.quote-box {
color: #fff;
}
.post-link a {
color: #fff;
}
.slider_section .slider-caption .caption-uppertitle,
.slider_section .slider-caption .caption-title,
.slider_section .slider-caption .caption-text {
font-style: normal;
}
.section.gallery_section .gallery a .hover {
color: #fff;
}
.columns_section .columns-intro {
font-family: Roboto, sans-serif;
}
div#preloader {
position: fixed;
left: 0;
top: 0;
z-index: 9999;
width: 100%;
height: 100%;
overflow: visible;
background-color: #333;
background-repeat: no-repeat;
background-position: center center;
}
div#preloader .preloader__logo {
width: 100%;
height: 50px;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
position: absolute;
top: 50%;
margin-top: -70px;
}
.upper-top-section {
padding-top: 5px;
padding-bottom: 5px;
}
.upper-top-section .widget {
margin: 0;
}
.upper-top-section .widget_nav_menu li {
display: inline-block;
padding: 0 9px;
}
.collapseSearch form label {
display: inline-block;
width: 90%;
}
.collapseSearch form button[type="submit"] {
display: inline-block;
width: 9%;
}
.navbar-brand {
height: auto;
padding: 9px 15px;
}
.navbar-brand img {
max-height: 50px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.affix .navbar-brand {
padding-top: 5px;
padding-bottom: 5px;
}
.affix .navbar-brand img {
max-height: 35px;
}
.contact-data .contact-box .horizontal-contact a {
color: #2e2e2e;
}
.contact-data .contact-box .horizontal-contact a.web-site {
color: #333;
}
.contact-data .contact-box .horizontal-contact a.web-site:hover {
color: #2e2e2e;
}
.contact-data .contact-box .horizontal-contact a:hover {
color: #2e2e2e;
}
#partnersBox a {
color: #2e2e2e;
}
.contact-header .contact-data {
font-size: 12px;
display: inline-block;
vertical-align: top;
position: relative;
}
.contact-header .contact-data img {
max-height: 25px;
}
.contact-header .contact-data,
.contact-header .social-header a {
margin-left: 10px;
}
.contact-header .contact-data:first-of-type,
.contact-header .social-header a[class^="social"]:first-of-type {
margin-left: 0px;
}
.contact-header .widget-top,
.contact-header .contact-box,
.contact-header .social-header {
display: inline-block;
text-align: left;
}
.contact-header .contact-box .fa {
position: absolute;
line-height: 18px;
width: 15px;
text-align: center;
}
.contact-header .contact-box span {
padding-left: 25px;
}
.top-infobox .contact-header {
margin-top: 10px;
padding-bottom: 25px;
}
.top-infobox .contact-header .contact-box a,
.top-infobox .contact-header .contact-box span {
color: #2e2e2e;
}
.top-infobox .contact-header .contact-box .fa {
position: absolute;
}
.top-infobox .contact-header .contact-box .fa.fa-envelope {
left: 2px;
}
.top-infobox .contact-header .contact-data {
position: relative;
}
.top-infobox .contact-header .contact-data.contact-icon span {
padding-left: 0;
}
.top-infobox .social-icons {
float: right;
margin-top: 18px;
}
.top-infobox .social-icons a {
padding-left: 10px;
}
.top-infobox .checkout,
.top-infobox .login {
display: inline-block;
padding-left: 25px;
}
.top-infobox .checkout a,
.top-infobox .login a {
color: #2e2e2e;
}
.menu-single .top-infobox .social-icons {
float: none;
display: inline-block;
}
.navbar-box-left .widget-top {
display: inline-block;
}
@media (min-width: 768px) {
.contact-header .contact-data {
padding-left: 10px;
}
.contact-header .contact-data.contact-icon {
padding-left: 0;
}
.contact-header .contact-data .fa {
top: 1px;
font-size: 15px;
left: -5px;
}
.contact-header .contact-box a,
.contact-header .contact-box span {
font-size: 12px;
}
.contact-header .contact-box .fa.fa-envelope {
left: -9px;
}
.navbar-brand {
padding-left: 0px;
}
.top-infobox .contact-header {
text-align: right;
}
.nav-center .menu-box {
padding-bottom: 40px;
}
.affix.nav-center .menu-box {
padding-bottom: 10px;
}
}
@media (min-width: 992px) {
.contact-header .contact-data {
padding-left: 30px;
}
.contact-header .contact-data.contact-icon {
padding-left: 0;
}
.contact-header .contact-box .fa {
font-size: 18px;
top: 1px;
left: 8px;
}
.contact-header .contact-box .fa.fa-envelope {
left: 2px;
}
.contact-header .contact-box a,
.contact-header .contact-box span {
font-size: 14px;
}
}
@media (max-width: 767px) {
.top-infobox {
padding: 0 25px;
}
.navbar-brand img {
max-height: 35px;
}
.nav>li {
clear: both;
float: none;
}
.contact-header .contact-data {
padding-left: 10px;
display: block;
}
.contact-header .contact-data:first-of-type {
margin-left: 10px;
}
.contact-header .contact-data.contact-icon {
padding-left: 0;
}
.contact-header .contact-box .fa {
left: -5px;
}
.contact-header .contact-box .fa.fa-envelope {
left: -7px;
}
.top-infobox .contact-header {
margin-top: 5px;
padding-bottom: 0px;
}
.social-icons {
float: left;
margin-right: 10px;
}
.contact-header {
padding: 2px;
}
.navbar-collapse {
clear: both;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.top-infobox .social-icons {
display: none;
}
}
.social-panel {
position: fixed;
top: 30%;
z-index: 999;
width: 65px;
text-align: left;
}
.social-panel.social-left {
left: 0;
}
.social-panel.social-right {
right: 0;
}
.social-panel a {
font-size: 16px;
width: 45px;
height: 45px;
overflow: hidden;
display: inline-block;
text-align: center;
padding: 12px;
margin-bottom: 5px;
background: rgba(255,255,255,0.8);
}
.social-panel a .fa {
font-size: 21px;
}
.social-panel a img {
max-height: 30px;
}
.social-panel a:hover {
opacity: 0.8;
}
@media (min-width: 768px) {
.social-panel {
opacity: 0.5;
}
.social-panel:hover {
opacity: 1;
}
}
@media (min-width: 992px) {
.social-panel a {
width: 65px;
height: 65px;
padding: 18px 15px;
}
.social-panel a .fa {
font-size: 32px;
}
}
@media (max-width: 767px) {
.social-panel {
background: none;
width: 50px;
}
.social-panel.social-left {
left: -50px;
}
.social-panel.social-left:hover {
left: 0;
}
.social-panel.social-right {
right: -50px;
}
.social-panel.social-right:hover {
right: 0;
}
.social-panel:after {
content: '>';
width: 20px;
height: 40px;
background: #dadada;
position: absolute;
right: -20px;
text-align: center;
top: 50%;
margin-top: -20px;
padding-top: 10px;
font-weight: 700;
}
.social-panel:hover:after {
content: '';
opacity: 0;
}
}
@media (max-width: 767px) {
#navbar {
background: #333;
}
}
.prefooter {
font-size: 14px;
font-size: 1.4rem;
padding-bottom: 30px;
background-color: #2e2e2e;
color: #f1f3f4;
}
.prefooter p,
.prefooter.dark p,
.prefooter a,
.prefooter.dark a {
color: #f1f3f4;
}
.prefooter .page-title {
color: #2e2e2e;
}
.prefooter .widget {
padding: 20px 0;
margin-bottom: 0;
}
.prefooter .widget.contact-box {
padding: 20px 0;
margin: 0;
}
.prefooter .social-icons {
float: none;
}
.prefooter .social-icons a {
padding-right: 10px;
font-size: 160%;
}
.prefooter .social-icons a.social-block {
display: block;
}
.prefooter .social-icons a.social-block .fa {
min-width: 25px;
}
.prefooter .social-icons a.social-block .fa.service__icon--small {
font-size: 14px;
font-size: 1.4rem;
min-width: 20px;
}
.prefooter .social-icons a .service__name.service__name--icon {
font-size: 14px;
font-size: 1.4rem;
}
.prefooter .contact-data {
position: relative;
padding-left: 15px;
padding-bottom: 5px;
}
.prefooter .contact-data:before {
font: normal normal normal 14px/1 FontAwesome;
position: absolute;
left: 0;
margin-top: 4px;
}
.prefooter .contact-data.contact-phone:before {
content: "\f095";
}
.prefooter .contact-data.contact-email:before {
content: "\f0e0";
}
.prefooter .contact-data.contact-address:before {
content: "\f041";
}
.prefooter textarea,
.prefooter input,
.prefooter select {
border-color: #888888;
}
.dark.prefooter form input,
.dark.prefooter form select,
.dark.prefooter form textarea {
color: #fff;
}
.site-footer {
font-size: 12px;
font-size: 1.2rem;
padding-top: 15px;
padding-bottom: 15px;
background-color: #2e2e2e;
color: #f1f3f4;
}
.site-footer p,
.site-footer.dark p,
.site-footer a,
.site-footer.dark a {
color: #f1f3f4;
}
.site-footer .social-icons {
margin-top: 10px;
}
.site-footer .social-icons a[class^="social"] {
padding-right: 5px;
font-size: 120%;
}
.site-footer .contact-data {
display: inline-block;
vertical-align: top;
text-align: left;
padding-left: 10px;
}
.site-footer .navbar-nav {
margin-left: 0;
margin-right: 0;
}
.site-footer .navbar-nav >li>a {
padding: 10px 5px;
}
@media (max-width: 767px) {
.site-footer .text-right {
text-align: left;
}
}
@media (min-width: 768px) {
.footer_absolute .footer-box {
position: absolute;
bottom: 0;
z-index: 999;
width: 100%;
}
.footer_fixed .footer-box {
position: fixed;
bottom: 0;
z-index: -1;
width: 100%;
}
}
.body-gotop-footer .main-content,
.body-gotop-footer section:last-of-type .section {
padding-bottom: 50px;
}
.go-top-footer-box {
text-align: center;
position: relative;
}
.go-top {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
text-align: center;
}
.go-top.go-top-footer {
height: 25px;
line-height: 25px;
width: 16%;
display: inline-block;
cursor: pointer;
position: absolute;
top: -25px;
margin-left: -8%;
}
.go-top.go-top-footer:hover {
background: #dadada;
color: #2e2e2e;
}
.go-top.go-top-right {
width: 45px;
height: 45px;
padding-top: 6px;
font-size: 24px;
opacity: 0.6;
color: #000000;
cursor: pointer;
position: fixed;
background: #dadada;
z-index: 9999;
}
.go-top.go-top-right:hover {
opacity: 1;
color: #fff;
background: #2e2e2e;
}
.go-top.go-top-right.affix-top {
right: -80px;
bottom: 20px;
text-align: center;
}
.go-top.go-top-right.affix {
bottom: 20px;
right: 0px;
}
.go-top.go-top-right.affix-bottom {
position: absolute;
right: 0;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
@media (min-width: 768px) {
.go-top-footer {
width: 6%;
margin-left: -3%;
}
}
.entry-meta {
margin-bottom: 10px;
font-style: italic;
}
.entry-meta.no-author .byline {
display: none;
}
.post .meta {
margin: 10px 0;
}
.post .title {
margin-top: 10px;
}
div[class^="thumbnail"] iframe {
width: 100%;
height: 100%;
}
.pagination >li >a,
.pagination >li >span {
color: #333;
}
.pagination >li >a:hover,
.pagination >li >a:focus,
.pagination >li >span:hover,
.pagination >li >span:focus {
color: #333;
}
.pagination >li:first-child >a,
.pagination >li:first-child >span,
.pagination >li:last-child >a,
.pagination >li:last-child >span {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.pagination >li.active >a,
.pagination >li.active >span {
background-color: #333;
border-color: #333;
}
.pagination >li.active >a:hover,
.pagination >li.active >a:focus,
.pagination >li.active >span:hover,
.pagination >li.active >span:focus {
background-color: #333;
border-color: #333;
}
.quote-box {
background: #333;
padding: 20px;
position: relative;
}
.quote-box blockquote {
border: none;
padding: 0;
font-style: italic;
}
.quote-box blockquote p {
font-size: 21px;
font-weight: 300;
font-family: Roboto, sans-serif;
}
.quote-box blockquote .fa-quote-right {
font-size: 36px;
position: absolute;
top: -10px;
left: -5px;
}
.quote-box blockquote .fa-quote-left {
font-size: 36px;
position: absolute;
right: -5px;
}
.quote-box .quote-author {
padding-right: 15px;
}
.aside-box {
font-size: 18px;
font-size: 1.8rem;
background: #e3e3e3;
padding: 15px;
border-left: 4px solid #333;
}
.post-link a {
background: #333;
padding: 10px 10px 10px 50px;
font-size: 18px;
font-size: 1.8rem;
display: block;
text-align: center;
position: relative;
}
.post-link a:hover {
background: #dadada;
color: #2e2e2e;
}
.post-link a:hover .fa {
color: #333;
}
.post-link a .fa {
font-size: 36px;
position: absolute;
left: 5px;
top: 5px;
}
.pagination {
border-radius: 0;
}
.pagination >li >a,
.pagination >li >span {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.pagination:first-child >a,
.pagination:first-child >span {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.pagination:last-child >a,
.pagination:last-child >span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.blog .main-content .post {
margin-bottom: 15px;
}
@media (min-width: 768px) {
.blog .main-content .post.col-sm-6:nth-child(4n+1),
.blog .main-content .post.col-sm-8:nth-child(3n+1),
.blog .main-content .post.col-sm-12:nth-child(2n+1) {
clear: both;
}
}
.blog .post .video-box,
.archive.category .post .video-box {
margin-bottom: 5px;
}
.blog .post .post-categories,
.archive.category .post .post-categories {
list-style: none;
padding: 0;
}
.blog .post .post-categories li,
.archive.category .post .post-categories li {
display: inline-block;
}
.blog .post .post-categories li:nth-child(n+2):before,
.archive.category .post .post-categories li:nth-child(n+2):before {
content: '/ ';
}
.blog .post .meta-footer,
.archive.category .post .meta-footer {
margin-top: 10px;
border-top: 1px solid #dadada;
border-bottom: 1px solid #dadada;
}
.grid-sizer {
width: 100%;
}
.grid-item {
width: 100%;
}
.grid-item.w100 {
width: 100% !important;
}
.gutter-sizer {
width: 2%;
}
@media (min-width: 768px) {
.grid-sizer {
width: 48%;
list-style: none;
}
.grid-item {
width: 48%;
}
.grid-1 .grid-sizer,
.grid-1 .grid-item {
width: 100%;
}
.grid-2 .grid-sizer,
.grid-2 .grid-item {
width: 48%;
}
.grid-3 .grid-sizer,
.grid-3 .grid-item {
width: 31.33%;
}
.grid-3 .grid-item.w14,
.grid-3 .grid-item.w13,
.grid-3 .grid-item.w12 {
width: 31.33%;
}
.grid-3 .grid-item.w23,
.grid-3 .grid-item.w34 {
width: 64.66%;
}
.grid-4 .grid-sizer,
.grid-4 .grid-item {
width: 48%;
}
.grid-4 .grid-item.w14,
.grid-4 .grid-item.w13,
.grid-4 .grid-item.w12,
.grid-3 .grid-item.w23,
.grid-3 .grid-item.w34 {
width: 48%;
}
}
@media (min-width: 992px) {
.grid-4 .grid-sizer,
.grid-4 .grid-item {
width: 23%;
}
.grid-4 .grid-item.w14,
.grid-4 .grid-item.w13 {
width: 23%;
}
.grid-4 .grid-item.w12 {
width: 48%;
}
.grid-3 .grid-item.w23,
.grid-3 .grid-item.w34 {
width: 73%;
}
}
.gallery-item {
text-align: center;
display: inline-block;
padding: 0 10px 10px 0;
}
.owl-nav-hidden .owl-nav {
display: none;
}
.owl-carousel .owl-item img {
width: auto;
max-width: 100%;
margin: 0 auto;
}
.owl-carousel .owl-dots {
text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
height: 10px;
width: 10px;
background-color: #dadada;
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin: 0 3px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.owl-carousel .owl-dots .owl-dot.active {
background-color: #2e2e2e;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
position: absolute;
top: 50%;
margin-top: -10px;
}
.owl-carousel .owl-nav .owl-next {
right: 0;
}
.slider-light h1,
.slider-light h2,
.slider-light h3,
.slider-light h4,
.slider-light h5,
.slider-light h6,
.slider-light p,
.slider-light li,
.slider-light a,
.slider-light a:hover {
color: #2e2e2e;
}
.pager li>a,
.pager li>span {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
display: none;
}
.infinity-end.neverending .site-footer {
display: block;
}
.form-control {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.login-form form {
width: 50%;
margin: 0 auto;
}
.newsletter {
padding: 40px 0;
}
.newsletter h3 {
margin-top: 0;
margin-bottom: 20px;
}
.newsletter .newsletter-box p {
margin: 0;
}
.newsletter .newsletter-box .newsletter-title {
font-size: 15px;
padding: 9px 0;
}
.newsletter .newsletter-box .newsletter-title .fa {
color: #333;
}
.newsletter .newsletter-box .newsletter-text {
margin: 0;
font-size: 15px;
padding: 7px 0px;
text-align: center;
}
.newsletter .newsletter-box .newsletter-text .fa {
font-size: 22px;
color: #9b9d9d;
margin-right: 15px;
}
.newsletter .newsletter-box .widget_wysija {
margin-top: 20px;
}
.newsletter .newsletter-box .widget_wysija input[type="text"] {
font-size: 14px;
background: none;
color: #2e2e2e;
border-bottom: 1px solid;
}
.newsletter .newsletter-box .widget_wysija input[type="text"] .wysija-submit {
width: auto;
margin: 0;
display: inline-block;
background: none;
border: 1px solid #fff;
text-transform: none;
padding: 10px;
margin-left: -5px;
}
.newsletter .newsletter-box .widget_wysija input[type="text"] .wysija-submit:hover {
border: 1px solid #fff;
}
.newsletter .newsletter-box .newsletter-text
.wysija-paragraph {
margin: 0 0 10px 0;
min-width: 35%;
display: inline-block;
}
.newsletter .newsletter-box .formError .formErrorContent {
background: none repeat scroll 0 0 #fff;
border: 1px solid #2e2e2e;
color: #2e2e2e;
}
.newsletter.dark .newsletter-box .newsletter-title {
color: #fff;
}
.newsletter.dark .widget_wysija input[type="text"] {
color: #fff;
}
div.widget_wysija {
background-color: #2e2e2e;
color: #fff;
font-weight: 300;
padding: 15px;
}
.form_container {
padding: 10px 0;
}
.widget_wysija h4,
.form_subscribe > p {
font-size: 18px;
margin-top: 0;
font-weight: 300;
text-transform: uppercase;
margin-bottom: 10px !important;
}
.widget_wysija input[type="text"],
.form_subscribe input[type="text"] {
width: 100%;
padding: 12px;
background: #fff;
border: none;
color: #424243;
font-size: 11px;
height: 40px;
}
.form_subscribe > div {
display: none;
}
.form_subscribe > div:first-of-type {
display: block;
}
@media (min-width: 768px) {
.newsletter-box .newsletter-title {
text-align: right;
}
}
@media (min-width: 992px) {
.newsletter-box .wysija-paragraph {
margin-bottom: 0;
}
}
.banner-margin {
margin-bottom: 15px;
}
.nav-fixed ~ .banner p#breadcrumbs {
height: auto;
}
.banner {
position: relative; }
.banner .banner-content {
position: absolute;
width: 100%;
bottom: 30px;
}
.banner .banner-title {
display: table-cell;
vertical-align: middle;
width: 2000px;
text-align: center;
font-size: 21px;
font-size: 2.1rem;
}
.banner .container {
padding-bottom: 0;
}
.banner .overlay {
background: rgba(0,0,0,0.4);
}
.banner .overlay-200 {
height: 200px;
}
.banner .overlay-200 +.container {
margin-top: -200px;
}
.banner .overlay-400 {
height: 400px;
}
.banner .overlay-400 +.container {
margin-top: -400px;
}
.banner .banner-breadcrumbs {
margin-top: -15px;
}
.banner .breadcrumbs-box p {
font-size: 14px;
}
.banner.dark a {
color: #fff;
}
.banner.thumbnail-center {
background-position: center center;
}
.banner.thumbnail-left {
background-position: center left;
}
.banner.thumbnail-right {
background-position: center right;
}
.banner .banner-breadcrumbs {
text-align: center;
}
.nav-fixed ~ .banner .banner-title {
vertical-align: bottom;
}
.carousel-indicators.carousel-indicators--higher {
bottom: 60px;
}
.carousel-gallery .carousel-indicators {
bottom: 0;
}
.carousel-fade .carousel-inner .item {
transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
transform: translate3d(0,0,0);
}
.breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
font-size: 14px;
}
.thumbnail-cover {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.thumbnail-contain {
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.thumbnail-fixed {
background-attachment: fixed;
}
.thumbnail-left {
background-position: center left;
}
.thumbnail-right {
background-position: center right;
}
.thumbnail-center {
background-position: center center;
}
.slider-thumbnail.thumbnail-left {
text-align: left;
}
.slider-thumbnail.thumbnail-right {
text-align: right;
}
.slider-empty {
height: 400px;
}
@media (max-width: 767px) {
.slider-thumbnail,
.caption-box {
max-height: 600px;
}
}
.thumbnail-100 {
height: 100px;
}
.thumbnail-200 {
height: 200px;
}
.thumbnail-300 {
height: 300px;
}
.thumbnail-400 {
height: 400px;
}
.thumbnail-400.sml {
height: 350px;
}
.thumbnail-round {
height: 150px;
min-height: 1px;
width: 150px;
border-radius: 50%;
}
@media (min-width: 992px) {
.thumbnail-round {
height: 200px;
width: 200px;
}
}
.dark .thumbnail-round {
border: 2px solid #fff;
}
input {
color: #2e2e2e;
}
input,
button,
select,
textarea {
width: 100%;
border-width: 1px;
border-style: solid;
border-color: #dadada;
padding: 6px 15px;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-size: 14px;
border: 1px solid #333;
color: #333;
padding: 10px 20px;
background: none;
font-weight: 500;
width: auto;
text-transform: uppercase;
white-space: normal;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
color: #fff;
border-color: #333;
background: #333;
}
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
border-color: #dadada;
color: #2e2e2e;
opacity: 0.4;
background: none;
}
.inline-block,
input[type="checkbox"],
input[type="radio"],
span[class^="acceptance"],
input[type="file"] {
display: inline-block;
width: auto;
}
input[type="file"] {
border: none;
padding-left: 0;
}
.inline-block input[type="checkbox"] {
width: 20px;
}
.dark input[type="button"],
.dark input[type="reset"],
.dark input[type="submit"] {
color: #fff;
border-color: #fff;
}
.dark input[type="button"]:hover,
.dark input[type="reset"]:hover,
.dark input[type="submit"]:hover {
background: #fff;
color: #333;
}
.acceptance span.wpcf7-list-item {
margin: 0;
}
label {
font-weight: 400;
display: block;
}
.cd-image-container {
position: relative;
max-width: 100%;
margin: 0 auto;
}
.cd-image-container img {
display: block;
}
.cd-image-container .cd-image-label {
position: absolute;
bottom: 0;
right: 0;
font-size: 14px;
font-size: 1.4rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
opacity: 0;
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
-moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-container .cd-image-label.is-hidden {
visibility: hidden;
}
.cd-image-container .cd-image-label span {
color: #fff;
background: #333;
padding: 1.1em;
}
.cd-image-container .cd-resize-img {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
overflow: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cd-image-container .cd-resize-img img {
position: absolute;
left: 0;
top: 0;
display: block;
height: 100%;
width: auto;
max-width: none;
}
.cd-image-container .cd-resize-img .cd-image-label {
right: auto;
left: 0;
}
.cd-image-container .cd-handle {
position: absolute;
height: 44px;
width: 44px;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border-radius: 50%;
background: #333 url(//imns.pl/wp-content/themes/IMNS/includes/css/includes/img/cd-arrows.svg) no-repeat center center;
cursor: move;
box-shadow: 0 0 0 6px rgba(0,0,0,0.2), 0 0 10px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.3);
opacity: 0;
-webkit-transform: translate3d(0,0,0) scale(0);
-moz-transform: translate3d(0,0,0) scale(0);
-ms-transform: translate3d(0,0,0) scale(0);
-o-transform: translate3d(0,0,0) scale(0);
transform: translate3d(0,0,0) scale(0);
}
.cd-image-container .cd-handle.draggable {
background-color: #2e2e2e;
}
.cd-image-container.is-visible .cd-image-label {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.cd-image-container.is-visible .cd-resize-img {
width: 50%;
-webkit-animation: cd-bounce-in 0.7s;
-moz-animation: cd-bounce-in 0.7s;
animation: cd-bounce-in 0.7s;
}
.cd-image-container.is-visible .cd-handle {
opacity: 1;
-webkit-transform: translate3d(0,0,0) scale(1);
-moz-transform: translate3d(0,0,0) scale(1);
-ms-transform: translate3d(0,0,0) scale(1);
-o-transform: translate3d(0,0,0) scale(1);
transform: translate3d(0,0,0) scale(1);
-webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
-moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
@-webkit-keyframes cd-bounce-in {
0% {
width: 0;
}
60% {
width: 55%;
}
100% {
width: 50%;
}
}
@-moz-keyframes cd-bounce-in {
0% {
width: 0;
}
60% {
width: 55%;
}
100% {
width: 50%;
}
}
@keyframes cd-bounce-in {
0% {
width: 0;
}
60% {
width: 55%;
}
100% {
width: 50%;
}
}
.error404 .site-navigation .menu-single .nav>li.current_page_parent >a,
.error404 .site-navigation .menu-single .nav>li.current-menu-item >a,
.error404 .site-navigation .menu-single .nav>li.current-page-ancestor >a {
color: #2e2e2e;
}
html[lang="pl-PL"] .woocommerce .product-type-variable .variation .amount:before,
html[lang="pl-PL"] .woocommerce .product-type-variable .widget_products .variation .woocommerce-Price-amount:before {
content: 'od ';
}
html[lang="pl-PL"] .woocommerce .product-type-variable .variations_form:before {
content: 'Wybierz opcję, żeby zobaczyć cenę.';
margin-bottom: 10px;
}
.product_meta .posted_in {
display: block;
}
.woocommerce,
.woocommerce-page {   }
.woocommerce .site-navigation .nav>li.shop>a,
.woocommerce-page .site-navigation .nav>li.shop>a {
color: #2e2e2e;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
width: auto;
}
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit a.button.alt,
.woocommerce #respond input#submit button.button.alt,
.woocommerce #respond input#submit input.button.alt,
.woocommerce a.button.alt,
.woocommerce a.button a.button.alt,
.woocommerce a.button button.button.alt,
.woocommerce a.button input.button.alt,
.woocommerce button.button.alt,
.woocommerce button.button a.button.alt,
.woocommerce button.button button.button.alt,
.woocommerce button.button input.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button a.button.alt,
.woocommerce input.button button.button.alt,
.woocommerce input.button input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #respond input#submit a.button.alt,
.woocommerce-page #respond input#submit button.button.alt,
.woocommerce-page #respond input#submit input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page a.button a.button.alt,
.woocommerce-page a.button button.button.alt,
.woocommerce-page a.button input.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page button.button a.button.alt,
.woocommerce-page button.button button.button.alt,
.woocommerce-page button.button input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page input.button a.button.alt,
.woocommerce-page input.button button.button.alt,
.woocommerce-page input.button input.button.alt {
background-color: #333;
border: 1px solid #333;
color: #fff;
min-height: 34px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit a.button.alt:hover,
.woocommerce #respond input#submit button.button.alt:hover,
.woocommerce #respond input#submit input.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button a.button.alt:hover,
.woocommerce a.button button.button.alt:hover,
.woocommerce a.button input.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button a.button.alt:hover,
.woocommerce button.button button.button.alt:hover,
.woocommerce button.button input.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button a.button.alt:hover,
.woocommerce input.button button.button.alt:hover,
.woocommerce input.button input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit a.button.alt:hover,
.woocommerce-page #respond input#submit button.button.alt:hover,
.woocommerce-page #respond input#submit input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button a.button.alt:hover,
.woocommerce-page a.button button.button.alt:hover,
.woocommerce-page a.button input.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button a.button.alt:hover,
.woocommerce-page button.button button.button.alt:hover,
.woocommerce-page button.button input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button a.button.alt:hover,
.woocommerce-page input.button button.button.alt:hover,
.woocommerce-page input.button input.button.alt:hover {
background: none;
border-color: #333;
color: #333;
}
.woocommerce div.pp_woocommerce div.ppt,
.woocommerce-page div.pp_woocommerce div.ppt {
display: none !important;
}
.woocommerce input,
.woocommerce select,
.woocommerce textarea,
.woocommerce-page input,
.woocommerce-page select,
.woocommerce-page textarea {
border-color: #dadada;
}
.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
padding-right: 5px;
}
.woocommerce .products .upsells,
.woocommerce .products .related,
.woocommerce-page .products .upsells,
.woocommerce-page .products .related {
clear: both;
}
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
display: none;
}
.woocommerce .special,
.woocommerce-page .special {
position: absolute;
font-size: 10px;
top: 0;
left: 0;
text-align: right;
padding: 5px;
background: rgba(255,255,255,0.7);
text-transform: uppercase;
}
.woocommerce .single .special,
.woocommerce-page .single .special {
left: auto;
top: 1px;
right: 1px;
background: #fff;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page span.onsale,
.woocommerce-page ul.products li.product .onsale {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 10px;
min-height: 1px;
line-height: 1;
font-weight: 500;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del,
.woocommerce-page ul.products li.product .price del {
font-size: 70%;
display: inline-block;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins,
.woocommerce-page div.product p.price ins,
.woocommerce-page div.product span.price ins,
.woocommerce-page ul.products li.product .price ins {
text-decoration: none;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
padding: 0 10px;
max-height: 186px;
width: auto;
margin: 0 auto 1em;
}
.woocommerce div.product,
.woocommerce-page div.product { }
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
border: none;
padding-left: 0;
margin: 0;
}
.woocommerce div.product .woocommerce-tabs:before,
.woocommerce-page div.product .woocommerce-tabs:before {
border-color: #e3e3e3;
}
.woocommerce div.product .woocommerce-tabs li,
.woocommerce-page div.product .woocommerce-tabs li {
display: block;
border-color: transparent;
border-radius: 0;
background: none;
text-transform: uppercase;
font-size: 16px;
font-size: 1.6rem;
margin: 0 0 -1px 0;
}
.woocommerce div.product .woocommerce-tabs li:before,
.woocommerce div.product .woocommerce-tabs li:after,
.woocommerce-page div.product .woocommerce-tabs li:before,
.woocommerce-page div.product .woocommerce-tabs li:after {
display: none;
}
.woocommerce div.product .woocommerce-tabs li.active,
.woocommerce-page div.product .woocommerce-tabs li.active {
border-color: #e3e3e3;
}
.woocommerce div.product .woocommerce-tabs .tab-content .panel,
.woocommerce-page div.product .woocommerce-tabs .tab-content .panel {
border: 1px solid #e3e3e3;
border-top: none;
padding: 30px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label {
color: #2e2e2e;
font-size: 14px;
font-size: 1.4rem;
}
.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label {
font-weight: 400;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
display: block;
}
.woocommerce a.remove,
.woocommerce-page a.remove {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.woocommerce form .form-row input[type="checkbox"].input-checkbox,
.woocommerce-page form .form-row input[type="checkbox"].input-checkbox {
position: relative;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
padding: 7px 6px 7px;
}
.select2-container--default .select2-selection--single {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
.woocommerce table.shop_table {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
@media (min-width: 768px) {
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
display: inline-block;
}
}
section {
position: relative;
}
section.section-border-long {
border-color: #616161;
border-bottom-width: 1px;
border-bottom-style: solid;
}
section.section-border-container .container {
border-color: #616161;
border-bottom-width: 1px;
border-bottom-style: solid;
}
section.section-border-short:after {
content: '';
width: 200px;
height: 1px;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -100px;
background-color: #2e2e2e;
}
section.section-border-short:after.dark:after {
background-color: #fff;
}
section.section.more-padding {
padding-top: 40px;
padding-bottom: 40px;
}
section.section.more-padding .links-box .btn {
margin: 0 10px;
}
section .section {
padding-top: 30px;
padding-bottom: 30px;
overflow: hidden;
position: relative;
background-size: cover;
background-position: center center;
}
section .section.section-bg-fixed {
background-attachment: fixed;
}
section .section.section-400 {
min-height: 400px;
margin-bottom: 20px;
}
.section-text.more-padding {
padding-top: 30px;
padding-bottom: 30px;
}
.section-text.more-padding +.links-box.more-padding {
padding-top: 0px;
padding-bottom: 30px;
}
section .section.noup,
.noup {
padding-top: 0px !important;
}
section .section.nodown,
.nodown {
padding-bottom: 0px !important;
}
section .section.s2up,
.s2up {
padding-top: 15px !important;
}
section .section.s2down,
.s2down {
padding-bottom: 15px !important;
}
@media (min-width: 768px) {
section .section.up2,
.up2 {
padding-top: 60px !important;
}
section .section.down2,
.down2 {
padding-bottom: 60px !important;
}
section .section.up3,
.up3 {
padding-top: 90px !important;
}
section .section.down3,
.down3 {
padding-bottom: 90px !important;
}
section .section.up4,
.up4 {
padding-top: 120px !important;
}
section .section.down4,
.down4 {
padding-bottom: 120px !important;
}
.section-text.more-padding {
padding-top: 30px;
padding-bottom: 30px;
}
.section-text.more-padding +.links-box.more-padding {
padding-top: 0px;
padding-bottom: 30px;
}
}
.sidebar-section {
padding-top: 15px;
}
.sidebar-section.affix {
position: relative;
}
.sidebar-section .sidebar-section__content {
padding: 20px;
background: #dadada;
}
.sidebar-section .sidebar-subpages__list li a {
color: #2e2e2e;
}
.sidebar-section .sidebar-subpages__list li a:hover {
color: #333;
}
.sidebar-section .sidebar-subpages__list li.current_page_item a {
color: #333;
font-weight: 600;
}
@media (min-width: 992px) {
section.sidebar-section__main--right .container>div {
padding-right: 25%;
}
section.sidebar-section__main--left .container>div {
padding-left: 25%;
}
.sidebar-section {
position: absolute;
width: 100%;
}
.sidebar-section.affix-top {
position: absolute;
}
.sidebar-section.affix-top .sidebar-section__content {
padding-top: 20px;
}
.sidebar-section.affix {
position: fixed;
}
.sidebar-section .sidebar-section__container {
position: absolute;
top: 0;
z-index: 99;
}
.sidebar-section .sidebar-section__content {
padding: 90px 20px 0px 20px;
}
}
.slogan-padding-normal {
padding-top: 40px;
padding-bottom: 40px;
}
.slogan-padding-less {
padding-top: 20px;
padding-bottom: 20px;
}
.slogan-padding-more {
padding-top: 80px;
padding-bottom: 80px;
}
.slogan .container {
padding-bottom: 0;
}
.slogan p:last-child {
margin-bottom: 0;
}
.slogan .slogan-quote {
font-size: 24px;
}
.slogan .slogan-author {
font-size: 18px;
}
#section-navbar {
position: fixed;
top: 30%;
right: 25px;
z-index: 999;
width: 15px;
}
#section-navbar .section-nav.nav>li >a {
height: 15px;
width: 15px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: block;
padding: 0;
margin-bottom: 10px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
#section-navbar .section-nav.nav>li >.section-nav-title {
display: none;
}
section.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li>a {
border-width: 2px;
border-style: solid;
border-color: #2e2e2e;
}
section.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li.active>a,
section.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li>a.mPS2id-highlight,
section.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li>a.mPS2id-highlight.mPS2id-clicked {
background: #2e2e2e;
}
section.dark.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li>a {
border-color: #fff;
}
section.dark.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li.active>a,
section.dark.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li>a.mPS2id-highlight,
section.dark.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li>a.mPS2id-highlight.mPS2id-clicked {
background: #fff;
}
@media (min-width: 768px) {
#section-navbar .section-nav.nav>li>.section-nav-title {
display: block;
position: absolute;
top: -6px;
left: 100px;
opacity: 0;
font-size: 12px;
width: auto;
white-space: nowrap;
background: #fff;
padding: 5px 10px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
#section-navbar .section-nav.nav>li>.section-nav-title:after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 5px;
border-color: transparent transparent transparent #fff;
position: absolute;
top: 50%;
right: -5px;
margin-top: -5px;
}
section.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li>a:hover + .section-nav-title,
section.dark.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li>a:hover + .section-nav-title {
right: 25px;
left: auto;
opacity: 1;
}
}
.slider-light h1,
.slider-light h2,
.slider-light h3,
.slider-light h4,
.slider-light h5,
.slider-light h6,
.slider-light p,
.slider-light li,
.slider-light a,
.slider-light a:hover {
color: #2e2e2e;
}
.slider-dark h1,
.slider-dark h2,
.slider-dark h3,
.slider-dark h4,
.slider-dark h5,
.slider-dark h6,
.slider-dark p,
.slider-dark li,
.slider-dark a,
.slider-dark a:hover {
color: #fff;
}
.carousel-indicators li {
border: 1px solid #2e2e2e;
margin: 0;
}
.carousel-indicators li.active {
background-color: #616161;
width: 10px;
height: 10px;
}
.dark .carousel-indicators li {
border-color: #fff;
}
.dark .carousel-indicators li.active {
background-color: #fff;
}
.carousel-controls .carousel-control .carousel-control-icon {
width: 26px;
display: inline-block;
height: 50px;
vertical-align: top;
background: url(//imns.pl/wp-content/themes/IMNS/includes/css/includes/img/slider-controls.png) no-repeat 0 50%;
}
.carousel-controls .carousel-control.left,
.carousel-controls .carousel-control.right {
background-image: none;
width: auto;
height: 50px;
top: 50%;
margin-top: -25px;
}
.carousel-controls .carousel-control.left.left,
.carousel-controls .carousel-control.right.left {
left: 30px;
}
.carousel-controls .carousel-control.left.right,
.carousel-controls .carousel-control.right.right {
right: 30px;
}
.carousel-controls .carousel-control.left .carousel-control-icon {
width: 26px;
}
.carousel-controls .carousel-control.right .carousel-control-icon {
width: 26px;
background-position: -26px 50%;
}
section .section.slider_section {
padding-top: 0;
padding-bottom: 0;
}
section .section.slider_section video.bg-video {
width: 100%;
}
section .section.slider_section video.bg-video.bg-video-fixed {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background-size: cover;
transition: 1s opacity;
}
section .section.slider_section .stopfade {
opacity: .5;
}
section .section.slider_section iframe {
height: 100%;
width: 100%;
position: fixed;
}
section .section.slider_section img.img-background {
width: 100%;
}
section .section.slider_section .slider-caption.caption-underline {
padding-bottom: 20px;
}
section .section.slider_section .slider-caption.caption-underline:after {
content: '';
width: 280px;
height: 1px;
background: #2e2e2e;
position: absolute;
bottom: -20px;
left: 50%;
margin-left: -140px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
section .section.slider_section .slider-caption .caption-uppertitle {
font-family: Roboto, sans-serif;
font-size: 24px;
font-size: 2.4rem;
font-weight: 400;
margin: 0;
}
@media (min-width: 768px) {
section .section.slider_section .slider-caption .caption-uppertitle {
font-size: 32px;
font-size: 3.2rem;
}
}
section .section.slider_section .slider-caption .caption-uppertitle:after {
background: #2e2e2e;
}
section .section.slider_section .slider-caption .caption-title {
font-size: 34px;
font-size: 3.4rem;
font-family: Roboto, sans-serif;
font-weight: 400;
margin-top: 0px;
}
@media (min-width: 768px) {
section .section.slider_section .slider-caption .caption-title {
font-size: 40px;
font-size: 4rem;
}
}
section .section.slider_section .slider-caption .caption-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
section .section.slider_section .slider-caption .caption-text {
font-size: 18px;
font-size: 1.8rem;
}
}
section .section.slider_section .slider-caption .links-box {
margin: 0px;
margin-top: 30px;
margin-bottom: 0px;
}
section .section.slider_section .slider-caption .caption-bg {
padding-top: 15px;
padding-bottom: 15px;
}
section .section.slider_section .slider-caption .caption-bg.caption-title {
padding-top: 30px;
padding-bottom: 30px;
}
section .section.slider_section .item.active .slider-caption.caption-underline:after {
bottom: 0;
}
@media (max-width: 767px) {
section .section.slider_section .item .img-background + .caption-img .caption-box .caption-title,
section .section.slider_section .item .img-background + .caption-img .caption-box .caption-text {
color: #2e2e2e;
}
}
section .section.slider_section .item .btn-default {
border-color: #2e2e2e;
color: #2e2e2e;
}
section .section.slider_section .item .btn-default:hover {
border-color: #333;
background: #333;
color: #fff;
}
section .section.slider_section .item.dark .btn-default {
border-color: #fff;
color: #fff;
}
section .section.slider_section .item.dark .btn-default:hover {
border-color: #fff;
background: #fff;
color: #333;
}
section .section.slider_section .caption-img .container {
position: relative;
height: 100%;
padding-bottom: 0;
}
section .section.slider_section .slider-dark.slider-thumbnail .slider-caption.caption-underline:after {
background: #fff;
}
section .section.slider_section .show-next-btn {
position: absolute;
bottom: 10px;
width: 100%;
font-size: 36px;
}
section .section.slider_section .dark.slider-thumbnail .slider-caption.caption-underline:after {
background: #fff;
}
@media (max-width: 767px) {
.slider_section .caption-box {
position: relative;
padding: 15px 0px;
text-align: center;
}
}
@media (min-width: 768px) {
.caption-box {
display: table-cell;
vertical-align: middle;
width: 2000px;
}
.slider_section .caption-img {
padding-bottom: 0;
position: absolute;
top: 0;
width: 100%;
}
}
@media (max-width: 767px) {
.carousel-inner .dark h2 {
font-size: 30px !important;
font-size: 3rem !important;
}
}
.accordion_section .panel {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-bottom: 20px;
color: #2e2e2e;
}
.accordion_section .panel p {
color: #2e2e2e;
}
.accordion_section .panel > a {
display: table;
text-decoration: none;
}
.accordion_section .panel a .accordion-mark-icon {
background-color: #333;
color: #dadada;
position: relative;
vertical-align: middle;
text-align: center;
display: block;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
width: 48px;
height: 48px;
line-height: 48px;
font-size: 24px;
font-size: 2.4rem;
box-sizing: border-box;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.accordion_section .panel a .accordion-mark-icon .accordion-mark-plus,
.accordion_section .panel a .accordion-mark-icon .accordion-mark-minus {
font-size: 20px;
font-size: 2rem;
}
.accordion_section .panel a .accordion-mark-icon .accordion-mark-plus {
display: none;
}
.accordion_section .panel a .accordion-mark-icon .accordion-mark-minus {
display: block;
}
.accordion_section .panel a.collapsed .accordion-mark-icon .accordion-mark-plus {
display: block;
}
.accordion_section .panel a.collapsed .accordion-mark-icon .accordion-mark-minus {
display: none;
}
.accordion_section .panel .accordion-mark-title {
line-height: inherit;
position: relative;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
display: table-cell;
vertical-align: middle;
width: 2000px;
height: 100%;
width: 100%;
padding: 0 15px 0 15px;
text-align: left;
background-color: #333;
color: #2e2e2e;
}
.accordion_section .panel .accordion-mark-title.dark {
color: #dadada;
}
.accordion_section .panel .additional-field {
padding: 40px;
text-align: center;
}
.accordion_section .panel .additional-field.dark p {
color: #dadada;
}
.accordion_section .tab-box .nav-tabs {
border: none;
}
.accordion_section .tab-box .nav-tabs >li {
border: 1px solid #dadada;
border-bottom: none;
margin-right: 10px;
}
.accordion_section .tab-box .nav-tabs >li:last-child {
margin-right: 0;
}
.accordion_section .tab-box .nav-tabs >li >a {
margin: 0;
}
.accordion_section .tab-box .tab-content {
padding: 15px;
border: 1px solid #dadada;
}
.dark .accordion_section .panel p {
color: #2e2e2e;
}
.columns_section .columns-intro p {
font-size: 26px;
font-size: 2.6rem;
line-height: 1.3;
}
.columns_section .section.section-image {
padding-left: 15px;
padding-right: 15px;
}
.columns_section .columns-middle {
display: table-cell;
vertical-align: middle;
width: 2000px;
width: 800px;
}
section .map {
position: relative;
margin-bottom: -6px;
}
section .map iframe {
width: 100%;
}
section .map .overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
display: none;
}
.acf-map {
height: 400px;
margin-top: 20px;
clear: both;
}
.acf-map img {
max-width: 150px;
float: left;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin: 0 20px 0 0;
}
.location-desc {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
padding-top: 50px;
}
.map-box {
display: inline-block;
width: 100%;
}
.map-box span {
color: #0075be;
font-weight: bold;
text-transform: uppercase;
}
.map-box address p {
margin: 0;
}
#google-map-right h3 {
color: #fff;
background-color: #616161;
margin-bottom: 0;
padding: 20px;
}
#google-map-right img {
width: 100%;
}
#map-right a {
color: #2e2e2e;
background-color: #e3e3e3;
border: 1px solid #dadada;
display: block;
font-weight: bold;
margin: 0 0 30px 0;
padding: 20px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}
#contactSection input[type="text"]::-webkit-input-placeholder,
#contactSection input[type="email"]::-webkit-input-placeholder,
#contactSection textarea::-webkit-input-placeholder { color: #333;
font-size: 17px;
font-size: 1.7rem;
font-weight: 400;
}
#contactSection input[type="text"]::-moz-input-placeholder,
#contactSection input[type="email"]::-moz-input-placeholder,
#contactSection textarea::-moz-input-placeholder { color: #333;
font-size: 17px;
font-size: 1.7rem;
font-weight: 400;
}
#contactSection input[type="text"]::-ms-input-placeholder,
#contactSection input[type="email"]::-ms-input-placeholder,
#contactSection textarea::-ms-input-placeholder { color: #333;
font-size: 17px;
font-size: 1.7rem;
font-weight: 400;
}
#contactSection input[type="text"]:-moz-input-placeholder,
#contactSection input[type="email"]:-moz-input-placeholder,
#contactSection textarea:-moz-input-placeholder { color: #333;
font-size: 17px;
font-size: 1.7rem;
font-weight: 400;
}
#contactSection .btn.btn-offer:hover {
background-color: transparent;
border-color: #333;
color: #333;
}
section .section.blocks_section .blocks-item >div[class^=block],
section .section.blocks_section .blocks-item >div[class*='block'] {
background-position: center center;
background-size: cover;
}
section .section.blocks_section .blocks-item .blocks-text svg {
height: 80px;
width: auto;
}
section .section.blocks_section .blocks-item .blocks-text .span {
display: table-cell;
vertical-align: middle;
width: 2000px;
text-align: left;
padding: 15px;
}
section .section.blocks_section .blocks-item .blocks-text h3 {
color: inherit;
font-size: 36px;
font-size: 3.6rem;
margin: 0;
}
section .section.blocks_section .blocks-item .blocks-text p {
margin-top: 10px;
}
section .section.blocks_section .blocks-item .blocks-inside {
padding-top: 15px;
padding-bottom: 15px;
}
section .section.blocks_section .blocks-item .blocks-inside.thumbnail-200 .blocks-text,
section .section.blocks_section .blocks-item .blocks-inside.thumbnail-200 .blocks-text .span {
height: 170px;
}
section .section.blocks_section .blocks-item .blocks-inside.thumbnail-400 .blocks-text,
section .section.blocks_section .blocks-item .blocks-inside.thumbnail-400 .blocks-text .span {
height: 370px;
}
section .section.blocks_section .blocks-item.position-center .blocks-text {
margin: 0 auto;
}
section .section.blocks_section .blocks-item .links-box {
margin-top: 10px;
}
section .section.blocks_section .blocks-item .background-carousel {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
section .section.blocks_section .blocks-item .block-image-padding {
margin: 20px;
}
section .section.blocks_section .blocks-item .block-image-padding.thumbnail-200 {
height: 160px;
}
section .section.blocks_section .blocks-item .block-image-padding.thumbnail-400 {
height: 360px;
}
section .section.blocks_section .thumbnail-200 .blocks-text,
section .section.blocks_section .thumbnail-200 .blocks-text .span {
height: 200px;
}
section .section.blocks_section .thumbnail-400 .blocks-text,
section .section.blocks_section .thumbnail-400 .blocks-text .span {
height: 400px;
}
section .section.blocks_section .thumbnail-400.sml .blocks-text,
section .section.blocks_section .thumbnail-400.sml .blocks-text .span {
height: 350px;
}
section .section.blocks_section .sidebar-section__main .blocks_section .blocks-text h3 {
font-size: 24px;
}
@media (min-width: 992px) {
.blocks-item
section .section.blocks_section.blocks-25 {
width: 25%;
}
section .section.blocks_section.blocks-50 {
width: 50%;
}
section .section.blocks_section.blocks-75 {
width: 75%;
}
section .section.blocks_section.blocks-100 {
width: 100%;
}
section .section.blocks_section.col-sm-18.position-center .blocks-text {
width: 33.33%;
}
section .section.blocks_section.col-sm-24.position-center .blocks-text {
width: 25%;
}
}
.section.blog_section .meta {
margin: 10px 0 0;
font-style: italic;
color: #dadada;
}
.section.blog_section .post-link-more .post-link-more-content {
background: rgba(255,255,255,0.3);
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
padding: 15px;
}
.section.blog_section .post-link-more .post-link-more-content:hover {
background: rgba(255,255,255,0.5);
}
.dark .blog_section .meta {
color: #dadada;
}
section .section.expandgallery_section .gridder-content {
display: none;
}
section .section.expandgallery_section .gallery-title {
font-size: 14px;
font-size: 1.4rem;
}
section .section.expandgallery_section .gridder {
margin: 0px;
padding: 0px;
list-style-type: none;
}
section .section.expandgallery_section .gridder .gridder-list {
display: inline-block;
vertical-align: top;
margin-bottom: 1%;
width: 100%;
cursor: pointer;
}
section .section.expandgallery_section .gridder .gridder-list:hover {
opacity: 0.8;
}
section .section.expandgallery_section .gridder .gridder-list > img {
width: 100%;
}
section .section.expandgallery_section .gridder .gridder-show {
display: block;
float: left;
width: 100%;
position: relative;
padding: 20px 20px 40px 20px;
background-color: #dadada;
margin-bottom: 1%;
}
section .section.expandgallery_section .gridder .gridder-show.loading {
background-image: url(//imns.pl/wp-content/themes/IMNS/includes/css/includes/img/loading-spin.svg);
background-repeat: no-repeat;
background-position: center 40px;
}
section .section.expandgallery_section .gridder .gridder-show .gridder-expanded-content iframe {
width: 100%;
}
@media (min-width: 1200px) {
section .section.expandgallery_section .gridder .gridder-show .gridder-expanded-content iframe {
height: 460px;
}
}
section .section.expandgallery_section .gridder .gridder-show .gridder-navigation .gridder-nav {
position: absolute;
bottom: 15px;
left: 50%;
}
section .section.expandgallery_section .gridder .gridder-show .gridder-navigation .gridder-nav.prev {
margin-left: -40px;
}
section .section.expandgallery_section .gridder .gridder-show .gridder-navigation .gridder-nav.disabled {
opacity: 0;
}
section .section.expandgallery_section .gridder .gridder-show .gridder-navigation .gridder-nav div.slider-control-left:before {
content: '\f053';
font: normal normal normal 14px/1 FontAwesome;
}
section .section.expandgallery_section .gridder .gridder-show .gridder-navigation .gridder-nav div.slider-control-right:before {
content: '\f054';
font: normal normal normal 14px/1 FontAwesome;
}
section .section.expandgallery_section .gridder .gridder-show .gridder-navigation .gridder-close {
position: absolute;
right: 20px;
top: 15px;
font-size: 20px;
font-size: 2rem;
opacity: 0.5;
z-index: 5;
}
section .section.expandgallery_section .gridder.hasSelectedItem .gridder-list {
opacity: 0.5;
}
section .section.expandgallery_section .gridder.hasSelectedItem .gridder-list.selectedItem {
opacity: 1;
}
@-moz-document url-prefix() {
.gridder li:hover + #gridder-content-0 {
display: block;
}
.gridder li[data-griddercontent="#gridder-content-0"]:hover + #gridder-content-0 {
display: block;
}
}
@media (min-width: 768px) {
.gridder-list {
margin-right: 1%;
}
.gridder-list.columns-1 {
width: 100%;
}
.gridder-list.columns-2 {
width: 49%;
}
.gridder-list.columns-3 {
width: 32.33%;
}
.gridder-list.columns-4 {
width: 24%;
}
.gridder-list.columns-6 {
width: 15.66%;
}
.gridder-list.columns-2:nth-of-type(2n),
.gridder-list.columns-3:nth-of-type(3n),
.gridder-list.columns-4:nth-of-type(4n),
.gridder-list.columns-6:nth-of-type(6n) {
margin-right: 0;
}
.gridder-expanded-content .gallery .col-sm-6:nth-child(4n+1) {
clear: both;
}
}
section .section.featured_section {
padding-top: 60px;
padding-bottom: 60px;
}
section .section.featured_section.no-margin-up {
padding-top: 0px;
}
section .section.featured_section.no-margin-down {
padding-bottom: 0px;
}
section .section.featured_section .number .unit {
text-transform: none;
font-size: 50%;
}
section .section.featured_section .features-box {
margin: 30px 0;
}
section .section.featured_section .features-box .col-sm-4:nth-child(n+7),
section .section.featured_section .features-box .col-sm-6:nth-child(n+5),
section .section.featured_section .features-box .col-sm-8:nth-child(n+4),
section .section.featured_section .features-box .col-sm-12:nth-child(n+2),
section .section.featured_section .features-box .col-sm-24 {
margin-bottom: 15px;
}
section .section.featured_section .features-box >.row>div {
margin-bottom: 10px;
}
section .section.featured_section .features-box .features-horizontal {
margin-top: 20px;
}
section .section.featured_section .features-box .item img {
max-height: 60px;
margin-bottom: 10px;
width: auto;
}
section .section.featured_section .features-box .features-icon {
display: table-cell;
vertical-align: middle;
width: 2000px;
width: 800px;
margin-bottom: 10px;
}
section .section.featured_section .features-box .data-absolute {
background-position: center center;
background-size: cover;
min-height: 325px;
}
section .section.featured_section .features-box .fa {
font-size: 36px;
font-size: 3.6rem;
position: relative;
display: inline-block;
}
section .section.featured_section .features-box .icon-box {
display: inline-block;
position: relative;
}
@media (max-width: 767px) {
section .section.featured_section .features-box .icon-box {
padding-bottom: 10px;
}
}
section .section.featured_section .features-box .icon-box .fa {
padding-top: 10px;
}
section .section.featured_section .features-box h3,
section .section.featured_section .features-box h4 {
margin-top: 0;
}
section .section.featured_section .features-box h3.number {
text-align: center;
font-size: 48px;
font-size: 4.8rem;
color: #333;
}
section .section.featured_section .features-box h4 {
font-size: 18px;
font-size: 1.8rem;
font-weight: 500;
}
section .section.featured_section .features-box .number-box + .features-text p {
line-height: 48px;
}
section .section.featured_section .features-box .horizontal-layout {
text-align: center;
}
section .section.featured_section .features-box .horizontal-layout .item img {
max-height: 70px;
margin-bottom: 0;
width: 100%;
}
section .section.featured_section .features-box .horizontal-layout h3 {
font-size: 16px;
font-size: 1.6rem;
margin: 0;
}
section .section.featured_section .features-box .horizontal-layout .feature-image {
display: table-cell;
vertical-align: middle;
}
section .section.featured_section .features-box .feature-content h4 {
line-height: 1.4;
}
section .section.featured_section .features-slider-box {
padding-top: 20px;
padding-bottom: 20px;
}
section.dark .featured_section .features-box .icon-box,
section.dark .featured_section .features-box h3.number {
color: #fff;
}
section .slider-with-features + section .section.featured_section {
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 991px) {
.slider-with-features + section {
margin-top: 0 !important;
}
}
@media (min-width: 768px) {
.features-box .feature-content {
display: table-cell;
vertical-align: middle;
width: 2000px;
padding-right: 20px;
text-align: left;
}
.features-box .features-icon {
margin-bottom: 0;
}
.features-box .icon-box {
height: 70px;
text-align: center;
}
.features-box >.row>div {
margin-bottom: 0px;
}
.features-slider-box {
bottom: 80px;
position: absolute;
}
}
.files_section .download-item {
padding: 15px 10px 15px 40px;
position: relative;
}
.files_section .download-item:before {
content: "\f016";
font: normal normal normal 21px/1 FontAwesome;
position: absolute;
left: 0;
top: 15px;
}
.files_section .download-item.pdf:before {
content: "\f1c1";
}
.files_section .download-item.zip:before {
content: "\f1c6";
}
.files_section .download-item[class*="asis"]:before {
content: "\f1c2";
}
.files_section .download-item.image:before {
content: "\f1c5";
}
.files_section .download-item a {
display: block;
}
.modal-header .close {
width: auto;
}
.grid-item .caption {
background: rgba(255,255,255,0.7);
padding: 5px;
display: inline-block;
margin: 0;
position: absolute;
top: 0;
left: 0;
}
.section.gallery_section .gallery a {
position: relative;
display: block;
}
.section.gallery_section .gallery a .hover {
position: absolute;
width: 100%;
display: block;
top: 0;
left: 0;
color: #fff;
background: rgba(51,51,51,0.85);
opacity: 0;
z-index: 9;
text-align: center;
font-size: 21px;
font-size: 2.1rem;
}
.section.gallery_section .gallery a:hover .hover {
opacity: 1;
}
.section.gallery_section .gallery a .hover-item {
display: table-cell;
vertical-align: middle;
width: 2000px;
width: 800px;
height: 200px;
}
.section.gallery_section .gallery .item {
margin-bottom: 10px;
}
.section.gallery_section .gallery .owl-carousel .item {
margin-bottom: 0;
}
.section.gallery_section .gallery .item img {
width: 100%;
}
@media (min-width: 768px) {
.textgallery_section .padding-text {
padding-left: 80px;
}
.section.gallery_section .gallery .item.col-sm-12:nth-child(2n+1),
.section.gallery_section .gallery .item.col-sm-8:nth-child(3n+1),
.section.gallery_section .gallery .item.col-sm-6:nth-child(4n+1),
.section.gallery_section .gallery .item.col-sm-4:nth-child(6n+1),
.section.gallery_section .gallery .item.col-sm-3:nth-child(8n+1) {
clear: both;
}
}
.section.interactive_map_section .interactive-map-content svg {
width: 100%;
height: 600px;
}
.section.interactive_map_section .interactive-map-content svg a,
.section.interactive_map_section .interactive-map-content svg a:hover,
.section.interactive_map_section .interactive-map-content svg a:focus,
.section.interactive_map_section .interactive-map-content svg a:active {
text-decoration: none;
}
.section.interactive_map_section .interactive-map-content svg text,
.section.interactive_map_section .interactive-map-content svg tspan {
font-family: Roboto, sans-serif;
}
.section.interactive_map_section .interactive-map-content svg polygon {
fill: #dadada;
}
.section.interactive_map_section .interactive-map-content svg g polygon {
fill: #dadada;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.section.interactive_map_section .interactive-map-content svg g text,
.section.interactive_map_section .interactive-map-content svg g tspan,
.section.interactive_map_section .interactive-map-content svg g circle {
fill: #2e2e2e;
}
.section.interactive_map_section .interactive-map-content svg g text,
.section.interactive_map_section .interactive-map-content svg g circle {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.section.interactive_map_section .interactive-map-content svg g:hover polygon {
fill: #333;
}
.section.interactive_map_section .interactive-map-content svg g:hover text,
.section.interactive_map_section .interactive-map-content svg g:hover tspan,
.section.interactive_map_section .interactive-map-content svg g:hover circle {
fill: #dadada;
}
.opinion-item-quot {
display: block;
font-size: 300px;
font-size: 30rem;
position: absolute;
top: -100px;
z-index: 1;
opacity: 0.2;
color: #dadada;
}
.horizontal-layout div[class^="thumbnail"] {
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
.subpages_section .nav-submenu .col-sm-12:nth-child(2n+1) {
clear: both;
}
}
@media (min-width: 992px) {
.subpages_section .nav-submenu .col-sm-6:nth-child(4n+1) {
clear: both;
}
}
.subpages_section .nav-submenu .thumbnail-200 .title .title__container {
height: 200px;
padding: 15px;
}
@media (min-width: 768px) {
.subpages_section .nav-submenu .thumbnail-200 .title .title__container {
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: center;
}
}
@media (max-width: 767px) {
.subpages_section .nav-submenu .thumbnail-200 .title .title__container .flex-1 {
text-align: center;
}
}
.subpages_section .nav-submenu .thumbnail-200 .title .title__container h3 {
width: 100%;
font-size: 18px;
font-size: 1.8rem;
}
.simple-list {
display: inline-block;
padding: 0 15px;
}
.simple-list .item h3 {
font-size: 15px;
font-size: 1.5rem;
}
section .section.timeline_section {  }
section .section.timeline_section >.container {
overflow: hidden;
}
section .section.timeline_section .frame {
overflow: hidden;
height: 400px;
}
@media (min-width: 375px) {
section .section.timeline_section .frame {
height: 350px;
}
}
@media (min-width: 425px) {
section .section.timeline_section .frame {
height: 420px;
}
}
@media (min-width: 768px) {
section .section.timeline_section .frame {
height: 250px;
}
}
section .section.timeline_section .frame ul {
list-style: none;
margin: 0;
padding: 0;
height: 100%;
}
section .section.timeline_section .frame ul li {
float: left;
width: 300px;
height: 100%;
margin: 0;
padding: 0;
}
@media (min-width: 768px) {
section .section.timeline_section .frame ul li {
width: 750px;
}
}
@media (min-width: 992px) {
section .section.timeline_section .frame ul li {
width: 970px;
}
}
@media (min-width: 1200px) {
section .section.timeline_section .frame ul li {
width: 1170px;
}
}
section .section.timeline_section .frame ul li .timeline-border {
display: none;
}
@media (min-width: 768px) {
section .section.timeline_section .frame ul li .timeline-border {
display: block;
width: 1px;
position: absolute;
background-color: #2e2e2e;
top: 0;
left: -30px;
min-height: 160px;
height: 100%;
}
}
section .section.timeline_section .frame ul li .timeline-year,
section .section.timeline_section .frame ul li .timeline-img {
height: auto;
}
@media (min-width: 768px) {
section .section.timeline_section .frame ul li .timeline-year,
section .section.timeline_section .frame ul li .timeline-img {
display: table-cell;
vertical-align: middle;
width: 2000px;
height: 250px;
}
}
section .section.timeline_section .frame ul li .timeline-year h3 {
font-size: 48px;
font-size: 4.8rem;
margin: 0;
}
section .section.timeline_section .frame ul li img {
max-height: 250px;
}
section .section.timeline_section .frame ul li .timeline-text {
height: auto;
}
@media (min-width: 768px) {
section .section.timeline_section .frame ul li .timeline-text {
display: table-cell;
vertical-align: middle;
width: 2000px;
height: 250px;
padding-right: 15px;
}
}
section .section.timeline_section .scrollbar {
margin: 30px 0;
margin-bottom: 10px;
height: 5px;
background: #333;
line-height: 0;
}
@media (min-width: 768px) {
section .section.timeline_section .scrollbar {
margin-bottom: 0;
}
}
section .section.timeline_section .scrollbar .handle {
height: 100%;
background: #dadada;
cursor: pointer;
width: 100% !important;
margin-left: 15px;
}
@media (min-width: 768px) {
section .section.timeline_section .scrollbar .handle {
margin-left: 30px;
}
}
section .section.timeline_section .scrollbar .handle .mousearea {
position: absolute;
left: -10px;
width: 20px;
height: 20px;
background-color: #333;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
top: -8px;
z-index: 2;
}
section .section.timeline_section .pages {
display: none;
}
@media (min-width: 768px) {
section .section.timeline_section .pages {
display: block;
padding: 0;
list-style: none;
position: relative;
height: 100px;
margin: 0;
}
}
section .section.timeline_section .pages >li { text-align: center;
display: inline-block;
font-size: 18px;
font-weight: 600;
cursor: pointer;
width: calc(5%);
position: relative;
top: 0;
padding-top: 50px;
}
section .section.timeline_section .pages >li:nth-child(odd) {
top: 25px;
}
section .section.timeline_section .pages >li:nth-child(even) {
top: 0px;
}
section .section.timeline_section .pages >li:after {
content: '';
width: 1px;
background-color: #2e2e2e;
position: absolute;
left: 50%;
}
section .section.timeline_section .pages >li:nth-child(n):after {
height: 70px;
top: -25px;
z-index: 1;
}
section .section.timeline_section .pages >li:nth-child(2n):after {
height: 40px;
top: 0px;
}
section .section.timeline_section .pages >li.active {
color: #333;
}
section .section.timeline_section .pages >li.active:after {
background-color: #333;
}
.section.team_section .horizontal-scroll {
overflow-x: auto;
white-space: nowrap;
}
.section.team_section .horizontal-scroll >div {
display: inline-block;
float: none;
}
.section.team_section .team-container .contact-box .contact-icon {
padding: 0;
text-align: center;
}
.section.team_section .team-thumbnail .position {
width: 100%;
position: absolute;
top: 50%;
left: 0;
white-space: pre-wrap;
padding: 0 20px;
text-align: center;
z-index: 99;
opacity: 0;
}
.section.team_section .team-thumbnail .hover-link:hover .position {
opacity: 1;
}
.team-thumbnail {
position: relative;
}
.textgallery_section .lower-text,
.textgallery_section .lower-text .links-box {
text-align: left;
}
.textgallery_section .textgallery_collapse .same-height-element {
height: auto !important;
}
.textgallery_section .gallery-page {
margin-bottom: 10px;
}
.textgallery_section .gallery-page iframe {
width: 100%;
}
.textgallery_section .gallery-page .gallery-item {
padding: 0;
width: 100%;
position: relative;
}
@media (min-width: 768px) {
.textgallery_section .flex-item .gallery-page {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
@media (min-width: 768px) {
.textgallery_section .flex-item .gallery-page {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
@media (min-width: 768px) {
.textgallery_section .flex-item .gallery-page {
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: center;
}
}
@media (max-width: 767px) {
.textgallery_section .flex-item .gallery-page .flex-1 {
text-align: center;
}
}
@media (min-width: 768px) {
.textgallery_section .flex-item {
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: center;
}
}
@media (max-width: 767px) {
.textgallery_section .flex-item .flex-1 {
text-align: center;
}
}
@media (min-width: 768px) {
.textgallery_section .display-flex .gallery-page {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
@media (min-width: 768px) {
.textgallery_section .display-flex .gallery-page {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
@media (min-width: 768px) {
.textgallery_section .display-flex .gallery-page {
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: center;
}
}
@media (max-width: 767px) {
.textgallery_section .display-flex .gallery-page .flex-1 {
text-align: center;
}
}
.textgallery_section .gallery-text .gallerytext-image {
max-width: 130px;
float: left;
max-height: 80px;
padding-right: 10px;
}
@media (min-width: 768px) {
.textgallery_section .gallery-text .gallerytext-image {
padding-right: 0;
}
}
@media (min-width: 992px) {
.textgallery_section .gallery-text .gallerytext-image {
max-height: none;
}
}
@media (min-width: 768px) {
.textgallery_section .section-400 .gallery-text-content {
height: 400px;
}
}
@media (min-width: 768px) {
.textgallery_section .section-200 .gallery-text-content {
height: 200px;
}
}
@media (max-width: 767px) {
.textgallery_section .gallery-page {
height: auto !important;
}
}
@media (min-width: 768px) {
.textgallery_section .gallery-page {
margin-bottom: 0;
}
.textgallery_section .padding-text {
padding-left: 80px;
}
}
@media (min-width: 768px) and (min-width: 768px) {
.textgallery_section .display-flex .gallery-page .same-height-element {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
@media (min-width: 768px) and (min-width: 768px) {
.textgallery_section .display-flex .gallery-page .same-height-element {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
@media (min-width: 768px) and (min-width: 768px) {
.textgallery_section .display-flex .gallery-page .same-height-element {
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: center;
}
}
@media (min-width: 768px) and (max-width: 767px) {
.textgallery_section .display-flex .gallery-page .same-height-element .flex-1 {
text-align: center;
}
}
.tax-product_category .site-navigation .nav >li.products >a,
.single-products .site-navigation .nav >li.products >a {
border-top-color: #fff;
}
.table-hover>tbody>tr:hover {
background-color: #f9f9f9;
}
.post-type-archive-products .product-list-item .thumbnail-contain {
background-size: 60%;
}
.post-type-archive-system,
.tax-system_category,
.post-type-archive-products,
.tax-product_category {
background-color: #dadada;
}
.post-type-archive-system .accordion_menu .panel-group a,
.tax-system_category .accordion_menu .panel-group a,
.post-type-archive-products .accordion_menu .panel-group a,
.tax-product_category .accordion_menu .panel-group a {
display: inline-block;
padding-bottom: 5px;
color: #2e2e2e;
}
.post-type-archive-system .accordion_menu .panel-group a:hover,
.tax-system_category .accordion_menu .panel-group a:hover,
.post-type-archive-products .accordion_menu .panel-group a:hover,
.tax-product_category .accordion_menu .panel-group a:hover {
color: #333;
}
.post-type-archive-system .accordion_menu .panel-group .active a,
.tax-system_category .accordion_menu .panel-group .active a,
.post-type-archive-products .accordion_menu .panel-group .active a,
.tax-product_category .accordion_menu .panel-group .active a {
font-weight: 600;
color: #333;
}
.post-type-archive-system .accordion_menu .panel-group .product-left,
.tax-system_category .accordion_menu .panel-group .product-left,
.post-type-archive-products .accordion_menu .panel-group .product-left,
.tax-product_category .accordion_menu .panel-group .product-left {
width: 90%;
}
.post-type-archive-system .accordion_menu .panel-group .product-right,
.tax-system_category .accordion_menu .panel-group .product-right,
.post-type-archive-products .accordion_menu .panel-group .product-right,
.tax-product_category .accordion_menu .panel-group .product-right {
width: 8%;
text-align: right;
}
.post-type-archive-system .accordion_menu .panel-group .panel-collapse,
.tax-system_category .accordion_menu .panel-group .panel-collapse,
.post-type-archive-products .accordion_menu .panel-group .panel-collapse,
.tax-product_category .accordion_menu .panel-group .panel-collapse {
padding-left: 20px;
}
.post-type-archive-system .accordion_menu .product-archive .accordion__title,
.tax-system_category .accordion_menu .product-archive .accordion__title,
.post-type-archive-products .accordion_menu .product-archive .accordion__title,
.tax-product_category .accordion_menu .product-archive .accordion__title {
margin-top: 0;
line-height: 60px;
}
.post-type-archive-system .accordion_menu .product-archive .product-name,
.tax-system_category .accordion_menu .product-archive .product-name,
.post-type-archive-products .accordion_menu .product-archive .product-name,
.tax-product_category .accordion_menu .product-archive .product-name {
font-size: 18px;
}
.post-type-archive-system .accordion_menu .product-archive .product-name a,
.tax-system_category .accordion_menu .product-archive .product-name a,
.post-type-archive-products .accordion_menu .product-archive .product-name a,
.tax-product_category .accordion_menu .product-archive .product-name a {
padding: 10px 10px 10px 0;
}
.post-type-archive-system .products__content,
.tax-system_category .products__content,
.post-type-archive-products .products__content,
.tax-product_category .products__content {
background-color: transparent;
}
.post-type-archive-system .products__content .product-list-item,
.tax-system_category .products__content .product-list-item,
.post-type-archive-products .products__content .product-list-item,
.tax-product_category .products__content .product-list-item {
background-color: #fff;
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 0;
}
.post-type-archive-system .products__content .products__title,
.tax-system_category .products__content .products__title,
.post-type-archive-products .products__content .products__title,
.tax-product_category .products__content .products__title {
font-size: 24px;
font-size: 2.4rem;
}
.post-type-archive-system .products__content .product-list .product-list-item,
.tax-system_category .products__content .product-list .product-list-item,
.post-type-archive-products .products__content .product-list .product-list-item,
.tax-product_category .products__content .product-list .product-list-item {
margin-bottom: 10px;
}
@media (min-width: 768px) {
.post-type-archive-system .products__content .product-list .product-list-item.col-sm-6:nth-child(4n+1),
.post-type-archive-system .products__content .product-list .product-list-item.col-sm-8:nth-child(3n+1),
.post-type-archive-system .products__content .product-list .product-list-item.col-sm-12:nth-child(2n+1),
.tax-system_category .products__content .product-list .product-list-item.col-sm-6:nth-child(4n+1),
.tax-system_category .products__content .product-list .product-list-item.col-sm-8:nth-child(3n+1),
.tax-system_category .products__content .product-list .product-list-item.col-sm-12:nth-child(2n+1),
.post-type-archive-products .products__content .product-list .product-list-item.col-sm-6:nth-child(4n+1),
.post-type-archive-products .products__content .product-list .product-list-item.col-sm-8:nth-child(3n+1),
.post-type-archive-products .products__content .product-list .product-list-item.col-sm-12:nth-child(2n+1),
.tax-product_category .products__content .product-list .product-list-item.col-sm-6:nth-child(4n+1),
.tax-product_category .products__content .product-list .product-list-item.col-sm-8:nth-child(3n+1),
.tax-product_category .products__content .product-list .product-list-item.col-sm-12:nth-child(2n+1) {
clear: both;
}
}
.post-type-archive-system .products__content .product-list .product-list-item .submenu-title h3,
.tax-system_category .products__content .product-list .product-list-item .submenu-title h3,
.post-type-archive-products .products__content .product-list .product-list-item .submenu-title h3,
.tax-product_category .products__content .product-list .product-list-item .submenu-title h3 {
font-size: 16px;
font-size: 1.6rem;
text-transform: none;
}
.post-type-archive-system .site-footer,
.tax-system_category .site-footer,
.post-type-archive-products .site-footer,
.tax-product_category .site-footer {
background-color: #fff;
}
.post-type-archive-products .accordion_menu .product-archive .accordion__title,
.tax-product_category .accordion_menu .product-archive .accordion__title {
border-top: 1px solid;
border-bottom: 1px solid;
}
.post-type-archive-products .accordion_menu .product-archive .panel-title.active,
.tax-product_category .accordion_menu .product-archive .panel-title.active {
border-top: 1px solid;
}
.post-type-archive-products .accordion_menu .product-archive .panel-title.active + .panel-collapse.collapse.in,
.tax-product_category .accordion_menu .product-archive .panel-title.active + .panel-collapse.collapse.in {
border-bottom: 1px solid;
}
.post-type-archive-products .products__content,
.tax-product_category .products__content {
background-color: transparent;
}
.post-type-archive-products .products__content .product-list .product-list-item,
.tax-product_category .products__content .product-list .product-list-item {
border-top: 1px solid;
border-right: 1px solid;
margin-bottom: 0;
}
.post-type-archive-products .products__container {
border-left: 1px solid;
}
.post-type-archive-products .products__container .products__content .product-list-item {
background-color: transparent;
}
.single-products .features__list,
.tax-product_category .features__list,
.post-type-archive-products .features__list {
text-align: right;
margin: 15px 0;
}
.single-products .features__list .features__item,
.tax-product_category .features__list .features__item,
.post-type-archive-products .features__list .features__item {
display: inline-block;
position: relative;
}
.single-products .features__list .features__item.features__item--bg,
.tax-product_category .features__list .features__item.features__item--bg,
.post-type-archive-products .features__list .features__item.features__item--bg {
vertical-align: top;
padding: 10px;
height: 46px;
width: 46px;
border-radius: 5px;
background-color: #333;
}
.single-products .features__list .features__item img,
.tax-product_category .features__list .features__item img,
.post-type-archive-products .features__list .features__item img {
max-height: 70px;
}
.single-products .features__list .features__item .features__desc,
.tax-product_category .features__list .features__item .features__desc,
.post-type-archive-products .features__list .features__item .features__desc {
visibility: hidden;
opacity: 0;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
position: absolute;
background: #dadada;
padding: 10px;
bottom: 46px;
width: 100px;
text-align: center;
left: 0;
margin-left: -30px;
}
.single-products .features__list .features__item .features__desc:after,
.tax-product_category .features__list .features__item .features__desc:after,
.post-type-archive-products .features__list .features__item .features__desc:after {
content: '';
border-top: 10px solid;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
color: #dadada;
position: absolute;
bottom: -10px;
left: 50%;
margin-left: -5px;
}
.single-products .features__list .features__item:hover .features__desc,
.tax-product_category .features__list .features__item:hover .features__desc,
.post-type-archive-products .features__list .features__item:hover .features__desc {
visibility: visible;
opacity: 1;
}
.tax-product_category .product-list-item .thumbnail-contain,
.tax-product_category .product-list-item .thumbnaul-cover,
.post-type-archive-products .product-list-item .thumbnail-contain,
.post-type-archive-products .product-list-item .thumbnaul-cover {
overflow: visible;
}
.tax-product_category .features__list,
.post-type-archive-products .features__list {
text-align: left;
position: absolute;
z-index: 9;
bottom: 0;
left: 5px;
}
.tax-product_category .features__list .features__item.features__item--bg,
.post-type-archive-products .features__list .features__item.features__item--bg {
height: 36px;
width: 36px;
padding: 5px;
}
.tax-product_category .features__list .features__item img,
.post-type-archive-products .features__list .features__item img {
max-height: 46px;
}
.tax-product_category .features__list .features__item .features__desc,
.post-type-archive-products .features__list .features__item .features__desc {
bottom: 36px;
font-size: 12px;
font-size: 1.2rem;
width: 80px;
margin-left: -20px;
}
.tax-product_category .features__list .features__item .features__desc:after,
.post-type-archive-products .features__list .features__item .features__desc:after {
margin-left: -10px;
}
.single-products .carousel,
.single-system .carousel {
position: relative;
}
.single-products .carousel .carousel-inner >.item .caption-content .caption-title,
.single-system .carousel .carousel-inner >.item .caption-content .caption-title {
font-size: 36px;
font-size: 3.6rem;
}
.single-products .carousel .carousel-inner >.item .caption-content .caption-text,
.single-system .carousel .carousel-inner >.item .caption-content .caption-text {
font-size: 30px;
font-size: 3rem;
font-weight: 300;
text-transform: uppercase;
}
.single-products .carousel .carousel-inner >.item >img,
.single-system .carousel .carousel-inner >.item >img {
width: 100%;
}
.single-products .carousel .slider__link--down,
.single-system .carousel .slider__link--down {
position: absolute;
width: 100%;
bottom: 10px;
}
.single-products .carousel .slider__link--down a,
.single-system .carousel .slider__link--down a {
padding: 10px;
border: 1px solid;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 50px;
height: 50px;
display: inline-block;
font-size: 21px;
font-size: 2.1rem;
color: #fff;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.single-products .carousel .slider__link--down a:hover,
.single-system .carousel .slider__link--down a:hover {
background-color: #fff;
color: #333;
border-color: #fff;
}
.single-products .bg-grey {
background: #dadada;
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
}
.single-products .product__info {
margin-top: 35px;
}
.single-products .product__info .btn {
margin-right: 10px;
}
.single-products .product__info h1 {
font-size: 24px;
font-size: 2.4rem;
}
.single-products .product__info h3 {
font-size: 21px;
font-size: 2.1rem;
font-weight: 300;
margin-top: 0;
margin-bottom: 30px;
}
.single-products .product__info .product__image img {
max-height: 340px;
width: auto;
}
.single-products .sections .section__menu {
background-color: #333;
color: #fff;
margin: 15px 0 30px;
padding: 15px 0;
border-top: 2px solid #fff;
top: 0;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.single-products .sections .section__menu a {
color: #fff;
font-size: 14px;
font-size: 1.4rem;
font-weight: 600;
text-transform: uppercase;
padding: 0 15px;
position: relative;
}
.single-products .sections .section__menu a:before {
content: '';
width: 100%;
height: 2px;
background: #fff;
position: absolute;
left: 0;
bottom: -16px;
visibility: hidden;
opacity: 0;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.single-products .sections .section__menu a:hover,
.single-products .sections .section__menu a:focus,
.single-products .sections .section__menu a:active {
text-decoration: none;
}
.single-products .sections .section__menu a.mPS2id-clicked:before,
.single-products .sections .section__menu a.mPS2id-highlight-first:before {
visibility: visible;
opacity: 1;
}
.single-products .sections .section__menu.is_stuck {
top: 67px !important;
bottom: auto !important;
z-index: 1;
position: fixed !important;
padding-top: 17px;
border-top: 1px solid #fff;
}
.single-products .sections .section {
padding: 25px 0;
}
.single-products .sections .section ul {
list-style: none;
padding-left: 0;
}
.single-products .sections .section ul li {
padding: 0 0 10px 20px;
position: relative;
}
.single-products .sections .section ul li:before {
content: '\f00c';
font: normal normal normal 14px/1 FontAwesome;
position: absolute;
left: 0;
top: 5px;
}
.single-products .sections .section .section__title {
margin-top: 0;
margin-bottom: 45px;
}
.single-products .sections .section .section__intro {
font-size: 18px;
font-size: 1.8rem;
}
@media (min-width: 768px) {
.single-products .sections .section.section__columns .column__item.col-sm-12:nth-child(2n+1),
.single-products .sections .section.section__columns .column__item.col-sm-8:nth-child(3n+1),
.single-products .sections .section.section__columns .column__item.col-sm-6:nth-child(4n+1),
.single-products .sections .section.section__columns .column__item.col-sm-4:nth-child(6n+1) {
clear: both;
}
}
.single-products .sections .section.section__features .features__item {
font-size: 18px;
font-size: 1.8rem;
margin-bottom: 30px;
}
@media (min-width: 768px) {
.single-products .sections .section.section__features .features__item.col-sm-12:nth-child(2n+1) {
clear: both;
}
}
.single-products .sections .section.section__files .files-item a {
font-size: 18px;
font-size: 1.8rem;
padding: 0 0 40px 40px;
display: block;
background: url(//imns.pl/wp-content/themes/IMNS/includes/css/includes/img/icon-download.png) no-repeat top left;
}
@media (min-width: 768px) {
.single-products .sections .section.section__files .files-item.col-sm-12:nth-child(2n+1),
.single-products .sections .section.section__files .files-item.col-sm-8:nth-child(3n+1),
.single-products .sections .section.section__files .files-item.col-sm-6:nth-child(4n+1),
.single-products .sections .section.section__files .files-item.col-sm-4:nth-child(6n+1) {
clear: both;
}
}
.single-products .sections .section.section__info .info__container .thumbnail-cover,
.single-products .sections .section.section__info .info__container .thumbnail-contain,
.single-products .sections .section.section__info .info__container .hover-link {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.single-products .sections .section.section__info .info__container .info__item .info__desc {
color: #fff;
text-align: center;
height: 100%;
padding: 10px;
background: rgba(0,0,0,0.2);
position: relative;
}
.single-products .sections .section.section__info .info__container .info__item .info__desc h3 {
font-size: 16px;
font-size: 1.6rem;
position: absolute;
color: #fff;
top: 50%;
left: 0;
width: 100%;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
margin-top: -8px;
}
.single-products .sections .section.section__info .info__container .info__item .info__desc .additional-text {
visibility: hidden;
opacity: 0;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
position: absolute;
top: 200px;
left: 0;
width: 100%;
padding: 15px;
}
.single-products .sections .section.section__info .info__container .info__item .info__desc .additional-text p:first-child {
border-top: 1px solid #fff;
padding-top: 20px;
}
.single-products .sections .section.section__info .info__container .info__item .info__desc .info__link {
margin: 0;
}
.single-products .sections .section.section__info .info__container .info__item:hover .info__desc {
background: rgba(250,203,48,0.95);
}
.single-products .sections .section.section__info .info__container .info__item:hover .info__desc h3 {
top: 15px;
margin-top: 0;
}
.single-products .sections .section.section__info .info__container .info__item:hover .info__desc .additional-text {
visibility: visible;
opacity: 1;
top: 30px;
}
.single-products .sections .section.section__info .info__container .info__item:hover .info__desc .additional-text p:first-child {
padding-top: 10px;
}
.single-products .sections .section.section__contact {
padding-bottom: 0;
}
.section__recommended .thumbnail-cover,
.section__recommended .thumbnail-contain,
.section__recommended .hover-link {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.section__recommended .recommended__item {
border: 1px solid #dadada;
background: #fff;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.section__recommended .recommended__item:hover {
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
transform: scale(1.03);
z-index: 2;
}
body section:first-of-type {
margin-top: -10px;
}
@media (min-width: 992px) {
.container-fluid {
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width: 767px) {
.center_mobile .row .page-title,
.center_mobile .row .col-sm-24,
.center_mobile article {
text-align: center;
}
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
margin-left: -15px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
margin-right: -15px;
}
.post-date {
color: #facb30;
font-size: 12px;
font-size: 1.2rem;
}
.post-date:before {
content: "\f017";
font-family: fontAwesome;
color: #facb30;
padding-right: 5px;
}
.meta time {
color: #facb30;
font-size: 12px;
font-size: 1.2rem;
}
.meta time:before {
content: "\f017";
font-family: fontAwesome;
color: #facb30;
padding-right: 5px;
}
.btn-excerpt {
padding-top: 15px;
text-transform: uppercase;
font-weight: 400;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.btn-excerpt:before {
display: none;
}
.btn-excerpt:hover {
color: #facb30;
}
.widget {
padding-bottom: 30px;
}
.widget ul li a {
font-weight: 400;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.widget ul li a:hover {
color: #facb30;
}
.btn-go_for_more {
border: none;
margin-bottom: 15px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.btn-go_for_more .fa:before {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
@media (min-width: 768px) {
.btn-go_for_more {
position: absolute;
bottom: -60px;
right: 15px;
margin: 0;
}
}
.btn-go_for_more:hover {
border: none;
background: transparent;
color: #facb30;
}
.btn-go_for_more:hover .fa:before {
color: #facb30;
margin-right: -10px;
}
span.breadcrumb_last {
font-weight: 400;
}
.flex-v-center {
align-items: center;
justify-content: center;
}
.flex-4 {
flex: 4;
}
@media (max-width: 767px) {
.flex-4 {
text-align: center;
}
}
.flex-1 {
flex: 1;
}
@media (max-width: 767px) {
.flex-1 {
padding: 15px;
}
}
.flex-2 {
flex: 2;
}
.no-trans {
text-transform: none;
}
.small {
font-size: 18px;
font-size: 1.8rem;
}
@media (min-width: 768px) {
.small {
font-size: 22px;
font-size: 2.2rem;
}
}
@media (max-width: 767px) {
.archive-title_box {
padding-left: 15px;
}
}
.archive-title_box .archive-title {
font-size: 20px;
font-size: 2rem;
}
@media (min-width: 768px) {
.archive-title_box .archive-title {
font-size: 24px;
font-size: 2.4rem;
}
}
.btn-additional {
border: solid 1px #facb30;
background-color: #facb30;
color: #fff;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.btn-additional:hover {
border: solid 1px #333;
background-color: #333;
color: #fff;
}
.btn-academy {
border: solid 1px #6cbc45;
background-color: #6cbc45;
color: #fff;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.btn-academy:hover {
border: solid 1px #6cbc45;
background-color: #6cbc45;
color: #fff;
}
.social_custom_img {
max-height: 16px !important;
}
.banner {
margin-left: 30px;
margin-right: 30px;
}
.banner .banner-content {
bottom: 50%;
transform: translateY(50%);
font-weight: 400;
text-transform: uppercase;
}
.banner .banner-content .banner-title {
text-align: left;
}
@media (min-width: 768px) {
.banner .banner-content .banner-title {
font-size: 30px;
font-size: 3rem;
}
}
.newsletter {
margin-left: 30px;
margin-right: 30px;
margin-bottom: 30px;
}
.newsletter .newsletter_info {
padding: 15px;
font-size: 16px;
font-size: 1.6rem;
}
.newsletter .newsletter_info .fa {
margin-right: 15px;
}
@media (min-width: 768px) {
.newsletter .newsletter_form .wysija-paragraph {
display: inline-block;
width: 50%;
margin-right: 30px;
}
}
.newsletter .newsletter_form .wysija-submit {
background-color: #facb30;
border-color: #facb30;
color: #fff;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.newsletter .newsletter_form .wysija-submit:hover {
background-color: #58585a;
border-color: #58585a;
}
@media (max-width: 767px) {
.newsletter .newsletter_form .wysija-submit {
margin: auto;
}
}
@media (min-width: 768px) {
.newsletter .newsletter_form .wysija-submit {
display: inline-block;
}
}
.modal {
background-color: rgba(0,0,0,0.5);
}
.modal .modal-content {
box-shadow: none;
-webkit-box-shadow: none;
background-color: transparent;
border: none;
}
.modal .modal-content .modal-header {
display: none;
}
.modal .modal-content .modal-body .wpcf7 {
background-color: #fff;
}
@media (min-width: 768px) {
.modal .modal-content .modal-body {
margin-top: 20%;
}
}
section.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li>a {
border-width: 1px;
border-style: solid;
border-color: #2e2e2e;
}
section.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li.active>a,
section.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li>a.mPS2id-highlight,
section.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li>a.mPS2id-highlight.mPS2id-clicked {
background: #facb30;
border-color: #facb30;
}
section.dark.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li>a {
border-color: #fff;
}
section.dark.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li.active>a,
section.dark.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li>a.mPS2id-highlight,
section.dark.mPS2id-target.mPS2id-target ~ #section-navbar .section-nav.nav>li>a.mPS2id-highlight.mPS2id-clicked {
background: #facb30;
border-color: #facb30;
}
section .section.featured_section {
padding: 15px 0 10px;
}
section .section.featured_section .features-box {
margin: 0;
}
.go-top.go-top-right {
background: #facb30;
color: #fff;
}
.links-box {
text-align: right;
}
.back_button {
width: auto;
background-color: transparent;
color: #2e2e2e;
border: none;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.back_button .fa {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
color: #2e2e2e;
font-size: 12px;
font-size: 1.2rem;
}
.back_button:hover {
color: #facb30;
}
.back_button:hover .fa {
margin-left: 5px;
color: #facb30;
}
.tribe-events-day .filer_trainings {
display: none;
}
form p {
text-align: left;
}
.links-box .normal-link {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.links-box .normal-link .fa {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.links-box .normal-link:hover {
color: #facb30;
}
.links-box .normal-link:hover .fa {
color: #facb30;
margin-left: 5px;
}
.btn-systems {
background-color: #ee4a23;
border-color: #ee4a23;
color: #fff;
}
.btn-systems:hover {
background-color: #fff;
color: #ee4a23;
}
.btn-academy {
background-color: #6cbc45;
border-color: #6cbc45;
color: #fff;
}
.btn-academy:hover {
background-color: #fff;
color: #6cbc45;
}
.btn-consulting {
background-color: #2a9ed8;
border-color: #2a9ed8;
color: #fff;
}
.btn-consulting:hover {
background-color: #fff;
color: #2a9ed8;
}
.inline-block {
display: inline-block !important;
}
@media (max-width: 767px) {
.page-id-892 .blog_section .links-box {
margin: 0;
}
}
.page-id-892 .blog_section .links-box .normal-link {
margin-right: 20px;
}
@media (min-width: 768px) {
.page-id-892 .blog_section .links-box .normal-link {
margin-top: 60px;
}
}
@media (max-width: 767px) {
.display-flex-center .flex-1 {
text-align: center;
}
}
.tribe-events-viewmore {
display: none;
}
.modal-body a {
color: #facb30;
}
.flex-6 {
flex: 6;
}
#main-menu ul.dropdown-menu {
left: 0;
padding: 20px 15px;
box-shadow: none;
border-color: #f2f2f2;
}
#main-menu ul.dropdown-menu li.menu-item a {
padding: 5px 15px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
#main-menu ul.dropdown-menu li.menu-item a:before {
content: "\f054";
font-family: fontAwesome;
font-size: 12px;
font-weight: 100;
padding: 0 5px;
}
#main-menu ul.dropdown-menu li.menu-item a:hover {
color: #facb30;
background-color: transparent;
}
.top-infobox {
border-bottom: solid 1px #f2f2f2;
}
@media (min-width: 768px) {
.top-infobox {
height: 50px;
}
}
.top-infobox .top-infobox-container.margintop {
10px: 10px;
}
.top-infobox .top-infobox-container.margintop a {
position: absolute;
z-index: 999;
}
@media (min-width: 768px) {
.navbar-brand {
position: absolute;
z-index: 999;
}
}
#mega-menu-wrap-primary {
background: #facb30;
display: inline;
}
#mega-menu-wrap-primary #mega-menu-primary {
text-align: right;
}
#mega-menu-wrap-primary #mega-menu-primary li,
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-toggle-on {
background: #fff !important;
}
#mega-menu-wrap-primary #mega-menu-primary li a,
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-toggle-on a {
color: #2e2e2e !important;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
#mega-menu-wrap-primary #mega-menu-primary li a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-toggle-on a.mega-menu-link {
background: #fff !important;
}
#mega-menu-wrap-primary #mega-menu-primary li a:hover,
#mega-menu-wrap-primary #mega-menu-primary li a:active,
#mega-menu-wrap-primary #mega-menu-primary li a:focus,
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-toggle-on a:hover,
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-toggle-on a:active,
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-toggle-on a:focus {
background: #fff !important;
color: #facb30 !important;
}
#mega-menu-wrap-primary #mega-menu-primary li .mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-toggle-on .mega-sub-menu {
-webkit-box-shadow: 0px 10px 17px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 17px -12px rgba(0,0,0,0.75);
box-shadow: 0px 10px 17px -12px rgba(0,0,0,0.75);
margin-top: 10px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li .mega-sub-menu .mega-menu-column .mega-sub-menu .mega-sub-menu >li a,
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-toggle-on .mega-sub-menu .mega-menu-column .mega-sub-menu .mega-sub-menu >li a {
text-transform: none;
}
#mega-menu-wrap-primary #mega-menu-primary li .mega-sub-menu .mega-menu-column .mega-sub-menu .mega-sub-menu >li.mega-menu-item .menu-imns-consulting-container,
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-toggle-on .mega-sub-menu .mega-menu-column .mega-sub-menu .mega-sub-menu >li.mega-menu-item .menu-imns-consulting-container {
text-align: center !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column:nth-of-type(2) {
border-left: solid 1px #f2f2f2;
border-right: solid 1px #f2f2f2;
padding-bottom: 30px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
text-align: center;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item >div {
text-align: left;
display: inline-block;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
margin-bottom: 15px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
padding: 30px 0 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column:nth-of-type(1),
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column:nth-of-type(2),
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column:nth-of-type(3) {
padding-bottom: 15px;
}
.mega-sub-menu .menu.nav .menu-item a {
font-size: 12px;
font-size: 1.2rem;
padding: 5px 15px;
text-transform: none;
}
.mega-sub-menu .menu.nav .menu-item a:before {
content: "\f054";
font-family: fontAwesome;
padding-right: 5px;
font-size: 10px;
font-size: 1rem;
}
#mega-menu-item-1934 .mega-sub-menu,
#mega-menu-item-1943 .mega-sub-menu,
#mega-menu-item-987 .mega-sub-menu,
#mega-menu-item-905 .mega-sub-menu {
border-bottom: solid 1px #f2f2f2 !important;
border-left: solid 1px #f2f2f2 !important;
border-right: solid 1px #f2f2f2 !important;
padding: 30px !important;
background-color: #fff !important;
}
#mega-menu-item-1934 .mega-sub-menu li,
#mega-menu-item-1943 .mega-sub-menu li,
#mega-menu-item-987 .mega-sub-menu li,
#mega-menu-item-905 .mega-sub-menu li {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
#mega-menu-item-1934 .mega-sub-menu li a,
#mega-menu-item-1943 .mega-sub-menu li a,
#mega-menu-item-987 .mega-sub-menu li a,
#mega-menu-item-905 .mega-sub-menu li a {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
#mega-menu-item-1934 .mega-sub-menu li a:before,
#mega-menu-item-1943 .mega-sub-menu li a:before,
#mega-menu-item-987 .mega-sub-menu li a:before,
#mega-menu-item-905 .mega-sub-menu li a:before {
content: "\f054";
font-family: 'fontAwesome' !important;
padding-right: 5px !important;
font-size: 10px !important;
font-size: 1rem !important;
}
@media (max-width: 767px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
padding: 1px;
}
}
@media (max-width: 767px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
padding: 10px 5px;
}
}
.collapse .social-on-nav {
margin-top: 1px;
padding-left: 30px;
}
.collapse .social-on-nav a {
position: relative !important;
padding-left: 5px !important;
}
.collapse .social-on-nav a img.social_custom_img {
max-height: 16px;
}
.collapse a.search-btn {
margin: 0;
}
@media (min-width: 992px) {
.collapse a.search-btn {
margin: 0 -8px;
}
}
@media (min-width: 992px) {
.collapse a.search-btn:after {
content: "|";
padding: 0 12px;
}
}
.collapse a.search-btn:hover:after {
color: #2e2e2e;
}
@media (min-width: 768px) {
.collapse a.search-btn .fa:before {
font-size: 18px;
}
}
.search-box .container .search-form button {
position: absolute;
height: 34px;
padding: 0;
}
#navbar {
background: #fff !important;
}
@media (min-width: 768px) {
#navbar .navbar-header {
float: none;
}
}
@media (min-width: 992px) {
#navbar .navbar-header {
float: left;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
#navbar .navbar-header {
float: left;
max-width: 225px;
margin-top: 4px;
}
}
@media (min-width: 768px) {
#navbar {
float: none;
}
}
@media (max-width: 767px) {
#navbar .navbar-brand {
padding: 15px;
line-height: 50px;
float: none;
}
}
@media (min-width: 768px) {
#navbar .navbar-brand {
position: relative;
}
}
@media (max-width: 767px) {
#navbar .navbar-brand img {
max-width: 70%;
display: inline-block;
}
}
#section-navbar {
right: 6px;
}
@media (max-width: 767px),(min-width: 768px) and (max-width: 992px) {
#section-navbar {
display: none;
}
}
#section-navbar ul li a {
width: 12px !important;
height: 12px !important;
}
section.mPS2id-target.mPS2id-target-first ~ #section-navbar .section-nav.nav>li>a.mPS2id-highlight-first {
background: #facb30;
border-color: #facb30;
}
section.mPS2id-target.mPS2id-target-first ~ #section-navbar .section-nav.nav>li>a.mPS2id-highlight-first,
section.mPS2id-target.mPS2id-target-first ~ #section-navbar .section-nav.nav>li>a.mPS2id-highlight.mPS2id-clicked {
background: #facb30;
}
section.mPS2id-target.mPS2id-target-first ~ #section-navbar .section-nav.nav>li>a {
border-width: 1px;
}
.mega-menu-link:after {
content: "" !important;
}
@media (min-width: 768px) {
#mega-menu-wrap-primary #mega-menu-primary {
line-height: 60px;
}
}
@media (min-width: 768px) {
.top-infobox {
height: 60px;
}
}
@media (min-width: 992px) {
.affix .navbar-brand {
padding: 15px 15px 15px 0;
}
}
@media (min-width: 992px) {
.navbar-brand {
padding: 15px 15px 15px 0;
}
}
@media (min-width: 992px) {
.navbar-brand img {
max-height: 30px;
}
}
@media (min-width: 768px) {
.top-infobox .top-infobox-container.margintop {
margin-top: 0;
line-height: 60px;
margin-left: 15px;
}
}
@media (min-width: 992px) {
#navbar {
height: 60px;
}
}
@media (min-width: 768px) {
.affix .navbar-brand img {
max-height: 30px;
}
}
@media (min-width: 768px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
margin-top: -1px;
}
}
.collapseSearch.collapse,
.collapseSearch.collapsing,
.collapseSearch.collapse.in {
background-color: #ffffff;
top: 100%;
position: absolute;
left: 50%;
width: 100%;
transform: translateX(-50%);
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
@media (min-width: 1200px) {
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-animating ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
background: transparent;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
}
@media (min-width: 1200px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
width: 70%;
transform: translateX(-50%);
margin-left: 50%;
background: transparent;
float: left;
border: 0;
}
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu {
background-color: transparent;
border: none;
box-shadow: none;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
background-color: #fff;
box-shadow: 0px 10px 17px -12px rgba(0,0,0,0.75);
}
@media (max-width: 767px) {
.slider-box .carousel-inner .item .caption-box .slider-caption {
padding: 15px 0 30px 0;
}
}
.slider-box .carousel-inner .item .caption-box .slider-caption h2 {
font-size: 24px;
font-size: 2.4rem;
}
@media (min-width: 768px) {
.slider-box .carousel-inner .item .caption-box .slider-caption h2 {
font-size: 28px;
font-size: 2.8rem;
}
}
@media (min-width: 992px) {
.slider-box .carousel-inner .item .caption-box .slider-caption h2 {
font-size: 34px;
font-size: 3.4rem;
}
}
.slider-box .carousel-inner .item .caption-box .slider-caption ul {
list-style: none;
padding: 0;
}
.slider-box .carousel-inner .item .caption-box .slider-caption li {
padding-left: 1.3em;
}
@media (max-width: 767px) {
.slider-box .carousel-inner .item .caption-box .slider-caption li {
color: #2e2e2e;
}
}
.slider-box .carousel-inner .item .caption-box .slider-caption li:before {
content: "\f00c"; color: #facb30;
font-family: FontAwesome;
display: inline-block;
margin-left: -1.3em; width: 1.3em; }
.slider-box .carousel-inner .item .caption-box .slider-caption a {
border-color: #facb30;
background-color: #facb30;
color: #fff;
}
.slider-box .carousel-inner .item .caption-box .slider-caption a:hover {
background-color: transparent;
border-color: #333;
color: #333;
}
@media (min-width: 768px) {
.slider-box .carousel-inner .item .caption-box .slider-caption .caption-text {
font-size: 12px;
font-size: 1.2rem;
}
}
@media (min-width: 992px) {
.slider-box .carousel-inner .item .caption-box .slider-caption .caption-text {
font-size: 16px;
font-size: 1.6rem;
}
}
.slider-box .carousel .carousel-inner .item {
transition-property: opacity;
}
.slider-box .carousel .carousel-inner .item,
.slider-box .carousel .carousel-inner .active.left,
.slider-box .carousel .carousel-inner .active.right {
opacity: 0;
}
.slider-box .carousel .carousel-inner .active,
.slider-box .carousel .carousel-inner .next.left,
.slider-box .carousel .carousel-inner .prev.right {
opacity: 1;
}
.slider-box .carousel .carousel-inner .next,
.slider-box .carousel .carousel-inner .prev,
.slider-box .carousel .carousel-inner .active.left,
.slider-box .carousel .carousel-inner .active.right {
left: 0;
transform: translate3d(0,0,0);
}
.slider-box .carousel .carousel-control {
z-index: 2;
}
@media (min-width: 768px) {
.slider-box .carousel .carousel-indicators {
left: 0;
width: 100%;
margin-left: 0;
text-align: left;
padding-left: 30px;
}
}
.slider-box .carousel .carousel-indicators li {
border-color: #333;
}
@media (min-width: 768px) {
.slider-box .carousel .carousel-indicators li {
border-color: #fff;
}
}
.slider-box .carousel .carousel-indicators li.active {
background-color: #333;
}
@media (min-width: 768px) {
.slider-box .carousel .carousel-indicators li.active {
background-color: #fff;
}
}
.tax_box {
border: solid 1px #f2f2f2;
position: relative;
height: 375px;
}
@media (min-width: 768px) {
.tax_box {
height: 335px;
}
}
@media (min-width: 1200px) {
.tax_box {
height: 400px;
}
}
@media (min-width: 1400px) {
.tax_box {
height: 500px;
}
}
.tax_box .additional_tax_img_box {
padding: 15px;
}
.tax_box .additional_tax_img_box img {
max-width: 150px;
}
.tax_box p {
font-size: 12px;
font-size: 1.2rem;
text-align: left;
padding: 0 15px;
}
@media (min-width: 768px) {
.tax_box p {
min-height: 90px;
}
}
@media (min-width: 992px) {
.tax_box p {
min-height: 60px;
}
}
@media (min-width: 1400px) {
.tax_box p {
min-height: 50px;
}
}
.tax_box p a {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.tax_box p a:hover {
color: #facb30;
}
.tax_box .tax_btn_box {
text-align: left;
font-weight: 400;
padding-left: 15px;
margin-bottom: 20px;
}
.tax_box .tax_btn_box a {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.tax_box .tax_btn_box .fa {
font-size: 11px;
font-size: 1.1rem;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
padding-left: 5px;
}
.tax_box .tax_btn_box:hover a {
color: #facb30;
}
.tax_box .tax_btn_box:hover .fa {
padding-left: 10px;
color: #facb30;
}
.tax_box .additional_tax_img {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.tax_box:hover .additional_tax_img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.trainings_blog {
margin-left: 30px;
margin-right: 30px;
background-color: #f1f3f4;
margin-bottom: 30px;
}
.trainings_blog .blog_section .owl-carousel .owl-item .post {
position: relative;
}
.trainings_blog .blog_section .owl-carousel .owl-item .post.item {
background-color: #fff;
padding: 30px;
min-height: 200px;
}
.trainings_blog .blog_section .owl-carousel .owl-item .post.item .btn-more {
position: absolute;
bottom: 15px;
left: 30px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.trainings_blog .blog_section .owl-carousel .owl-item .post.item .btn-more .fa {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
font-size: 10px;
font-size: 1rem;
}
.trainings_blog .blog_section .owl-carousel .owl-item .post.item a {
position: absolute;
left: 0%;
top: 0px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.trainings_blog .blog_section .owl-carousel .owl-item .post.item a:hover {
background-color: #6cbc45;
}
.trainings_blog .blog_section .owl-carousel .owl-item .post.item article .meta {
display: none;
}
.trainings_blog .blog_section .owl-carousel .owl-item .post.item article a {
display: block;
height: 100%;
width: 100%;
}
.trainings_blog .blog_section .owl-carousel .owl-item .post.item article a h3 {
text-transform: none;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
padding: 15px;
font-size: 16px;
font-size: 1.6rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
.trainings_blog .blog_section .owl-carousel .owl-item .post.item article a h3 {
font-size: 12px;
font-size: 1.2rem;
}
}
.trainings_blog .blog_section .owl-carousel .owl-item .post.item article a p {
padding-left: 15px;
padding-right: 15px;
color: #facb30;
font-weight: 400;
position: absolute;
bottom: 15px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
@media (min-width: 992px) and (max-width: 1200px) {
.trainings_blog .blog_section .owl-carousel .owl-item .post.item article a p {
font-size: 12px;
font-size: 1.2rem;
}
}
.trainings_blog .blog_section .owl-carousel .owl-item .post.item article a:hover h3 {
color: #fff;
}
.trainings_blog .blog_section .owl-carousel .owl-item .post.item article a:hover ~ .btn-more {
color: #fff;
}
.trainings_blog .blog_section .owl-carousel .owl-item .post.item article a:hover ~ .btn-more .fa {
color: #fff;
}
.trainings_blog .blog_section .owl-carousel .owl-item .post.item article a:hover p {
color: #fff;
}
.job_offers_home {
margin-left: 30px;
margin-right: 30px;
background-color: #f1f3f4;
margin-bottom: 30px;
}
.job_offers_home .blog_section .owl-carousel .owl-item .post.item {
background-color: #fff;
padding: 30px;
min-height: 200px;
}
.job_offers_home .blog_section .owl-carousel .owl-item .post.item .btn-more {
position: absolute;
bottom: 15px;
left: 30px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.job_offers_home .blog_section .owl-carousel .owl-item .post.item .btn-more .fa {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
font-size: 10px;
font-size: 1rem;
}
.job_offers_home .blog_section .owl-carousel .owl-item .post.item a {
position: absolute;
left: 0%;
top: 0px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.job_offers_home .blog_section .owl-carousel .owl-item .post.item a:hover {
background-color: #facb30;
}
.job_offers_home .blog_section .owl-carousel .owl-item .post.item article .meta {
display: none;
}
.job_offers_home .blog_section .owl-carousel .owl-item .post.item article a {
display: block;
height: 100%;
width: 100%;
}
.job_offers_home .blog_section .owl-carousel .owl-item .post.item article a h3 {
text-transform: none;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
padding: 15px;
font-size: 16px;
font-size: 1.6rem;
}
.job_offers_home .blog_section .owl-carousel .owl-item .post.item article a p {
padding-left: 15px;
padding-right: 15px;
color: #facb30;
font-weight: 400;
position: absolute;
top: 160px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.job_offers_home .blog_section .owl-carousel .owl-item .post.item article a:hover h3 {
color: #fff;
}
.job_offers_home .blog_section .owl-carousel .owl-item .post.item article a:hover p {
color: #fff;
}
.job_offers_home .blog_section .owl-carousel .owl-item .post.item article a:hover ~ .btn-more {
color: #fff;
}
.job_offers_home .blog_section .owl-carousel .owl-item .post.item article a:hover ~ .btn-more .fa {
color: #fff;
}
@media (min-width: 992px) {
#about_home .gallery-text .section-text {
padding-right: 30px;
}
}
#about_home .gallery-text .gallery-text-content .btn-go_for_more {
bottom: 0;
right: 60px;
}
@media (max-width: 767px) {
#about_home .gallery-text .gallery-text-content .btn-go_for_more {
margin-left: 50%;
transform: translateX(-50%);
}
}
.expert_advices_home .container {
position: relative;
}
#blog_home {
margin-top: 60px;
}
#blog_home:before {
content: "";
background-color: #f1f3f4;
position: absolute;
width: 97%;
height: 330px;
top: -15px;
margin: 0 auto;
left: 50%;
transform: translateX(-50%);
}
#blog_home .owl-carousel .owl-item {
background-color: #fff;
}
#blog_home .owl-carousel .owl-item .col-sm-12:first-of-type {
padding-left: 0;
}
@media (max-width: 767px) {
#blog_home .owl-carousel .owl-item .col-sm-12:first-of-type {
padding-right: 0;
}
}
#blog_home .owl-carousel article .post-item {
display: table;
height: 300px;
}
#blog_home .owl-carousel article .post-item .post-box {
display: table-cell;
vertical-align: middle;
}
.carousel .slider-caption .row .links-box {
text-align: left;
}
.home .banner-content {
display: none;
}
#quality_icons .section {
margin-bottom: 30px;
}
@media (min-width: 992px) {
#quality_icons .section {
padding: 15px 0 10px;
}
}
#quality_icons .features-box .feature-item .item {
padding: 30px 0;
}
#quality_icons .features-box .feature-item .item p {
font-size: 14px;
font-size: 1.4rem;
font-weight: 400;
height: 45px;
}
#quality_icons .features-box .feature-item .item h3 {
font-weight: 600;
font-size: 60px;
font-size: 6rem;
}
#quality_icons .features-box .feature-item .features-container {
border: solid 1px #facb30;
}
#content {
margin-top: 50px;
text-align: center;
}
.timeline {
border-left: 4px solid #facb30;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
color: #2e2e2e;
margin: 50px auto;
position: relative;
line-height: 1.4em;
padding: 0 50px;
list-style: none;
text-align: left;
font-weight: 100;
}
@media (min-width: 768px) {
.timeline {
margin-left: 50%;
transform: translateX(-25%);
}
}
@media (min-width: 992px) {
.timeline {
max-width: 70%;
}
}
.timeline .event {
border-bottom: 1px dashed rgba(255,255,255,0.1);
padding-bottom: 25px;
margin-bottom: 50px;
position: relative;
padding-top: 30px;
}
@media (min-width: 992px) {
.timeline .event {
padding-top: 0;
}
}
.timeline .event:last-of-type {
padding-bottom: 0;
margin-bottom: 0;
border: none;
}
.timeline .event:before,
.timeline .event:after {
position: absolute;
display: block;
top: 0;
}
.timeline .event:before {
left: -20px;
color: #2e2e2e;
content: attr(data-date);
background-image: url(//imns.pl/wp-content/themes/IMNS/includes/img/small_yellow_bg.png);
text-align: left;
font-weight: 400;
font-size: 1.8em;
min-width: 140px;
padding-left: 20px;
background-repeat: no-repeat;
background-position: -10px center;
}
@media (min-width: 992px) {
.timeline .event:before {
left: -217.5px;
}
}
.timeline .event:after {
box-shadow: 0 0 0 4px #facb30;
left: -57.85px;
background: #facb30;
border-radius: 50%;
height: 11px;
width: 11px;
content: "";
top: 5px;
}
section .section.timeline_section {  }
section .section.timeline_section >.container {
overflow: hidden;
}
section .section.timeline_section .frame {
overflow: hidden;
height: 400px;
}
@media (min-width: 375px) {
section .section.timeline_section .frame {
height: 350px;
}
}
@media (min-width: 425px) {
section .section.timeline_section .frame {
height: 420px;
}
}
@media only screen and (min-width: 768px) {
section .section.timeline_section .frame {
height: 250px;
}
}
section .section.timeline_section .frame ul {
list-style: none;
margin: 0;
padding: 0;
height: 100%;
}
section .section.timeline_section .frame ul li {
float: left;
width: 300px;
height: 100%;
margin: 0;
padding: 0;
}
@media only screen and (min-width: 768px) {
section .section.timeline_section .frame ul li {
width: 750px;
}
}
@media only screen and (min-width: 992px) {
section .section.timeline_section .frame ul li {
width: 970px;
}
}
@media only screen and (min-width: 1200px) {
section .section.timeline_section .frame ul li {
width: 1170px;
}
}
section .section.timeline_section .frame ul li .timeline-border {
display: none;
}
@media only screen and (min-width: 768px) {
section .section.timeline_section .frame ul li .timeline-border {
display: block;
width: 1px;
position: absolute;
background-color: #333;
top: 0;
left: -30px;
min-height: 160px;
height: 100%;
}
}
section .section.timeline_section .frame ul li .timeline-year,
section .section.timeline_section .frame ul li .timeline-img {
height: auto;
}
@media only screen and (min-width: 768px) {
section .section.timeline_section .frame ul li .timeline-year,
section .section.timeline_section .frame ul li .timeline-img {
display: table-cell;
vertical-align: middle;
width: 2000px;
height: 250px;
}
}
section .section.timeline_section .frame ul li .timeline-year h3 {
font-size: 48px;
font-size: 4.8rem;
margin: 0;
}
section .section.timeline_section .frame ul li img {
max-height: 250px;
}
section .section.timeline_section .frame ul li .timeline-text {
height: auto;
}
@media only screen and (min-width: 768px) {
section .section.timeline_section .frame ul li .timeline-text {
display: table-cell;
vertical-align: middle;
width: 2000px;
height: 250px;
padding-right: 15px;
}
}
section .section.timeline_section .scrollbar {
margin: 30px 0;
margin-bottom: 10px;
height: 5px;
background: #f60145;
line-height: 0;
}
@media only screen and (min-width: 768px) {
section .section.timeline_section .scrollbar {
margin-bottom: 0;
}
}
section .section.timeline_section .scrollbar .handle {
height: 100%;
background: #dadada;
cursor: pointer;
width: 100% !important;
margin-left: 15px;
}
@media only screen and (min-width: 768px) {
section .section.timeline_section .scrollbar .handle {
margin-left: 30px;
}
}
section .section.timeline_section .scrollbar .handle .mousearea {
position: absolute;
left: -10px;
width: 20px;
height: 20px;
background-color: #f60145;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
top: -8px;
z-index: 2;
}
section .section.timeline_section .pages {
display: none;
}
@media only screen and (min-width: 768px) {
section .section.timeline_section .pages {
display: block;
padding: 0;
list-style: none;
position: relative;
height: 100px;
margin: 0;
}
}
section .section.timeline_section .pages >li { text-align: center;
display: inline-block;
font-size: 18px;
font-weight: 600;
cursor: pointer;
width: calc(5%);
position: relative;
top: 0;
padding-top: 50px;
}
section .section.timeline_section .pages >li:nth-child(odd) {
top: 25px;
}
section .section.timeline_section .pages >li:nth-child(even) {
top: 0px;
}
section .section.timeline_section .pages >li:after {
content: '';
width: 1px;
background-color: #333;
position: absolute;
left: 50%;
}
section .section.timeline_section .pages >li:nth-child(n):after {
height: 70px;
top: -25px;
z-index: 1;
}
section .section.timeline_section .pages >li:nth-child(2n):after {
height: 40px;
top: 0px;
}
section .section.timeline_section .pages >li.active {
color: #f60145;
}
section .section.timeline_section .pages >li.active:after {
background-color: #f60145;
}
.features_numbers {
margin-left: 30px;
margin-right: 30px;
}
.features_numbers h3.number {
border-bottom: solid #facb30;
padding-bottom: 10px;
}
.icons_with_bg_color {
margin-bottom: 30px;
}
@media (min-width: 992px) {
.icons_with_bg_color .section {
padding-left: 0;
padding-right: 0;
}
}
.icons_with_bg_color .features-box .feature-item .features-container {
padding: 30px 15px;
border: solid 1px #facb30;
}
.icons_with_bg_color .features-box .feature-item .features-container p {
font-weight: 400;
font-size: 16px;
font-size: 1.6rem;
}
.icons_with_bg_color h2.page-title {
font-size: 20px;
font-size: 2rem;
font-weight: 400;
}
#icons_why_worth {
margin-left: 30px;
margin-right: 30px;
}
.animated-line-conatiner {
display: none;
position: absolute;
z-index: -1;
}
@media (min-width: 992px) {
.animated-line-conatiner {
display: block;
}
}
.animated-line-conatiner svg {
max-width: 100%;
height: auto;
}
.animated-line-conatiner.animated-line-1 {
left: 58%;
margin-left: -242.5px;
top: -60%;
}
.animated-line-conatiner.animated-line-1 svg {
max-width: 400px;
}
.animated-line-conatiner.animated-line-2 {
left: 47%;
margin-left: -242.5px;
top: -28%;
}
.animated-line-conatiner.animated-line-2 svg {
max-width: 590px;
}
.animated-line-conatiner.animated-line-3 {
left: 47%;
margin-left: -242.5px;
top: -25%;
}
.animated-line-conatiner.animated-line-3 svg {
max-width: 590px;
}
.v-timeline {
position: relative;
}
.v-timeline:before {
height: 84%;
width: 3px;
background-color: #facb30;
position: absolute;
top: 15px;
left: 50%;
margin-left: -1.5px;
}
@media (min-width: 768px) {
.v-timeline:before {
content: '';
}
}
.v-timeline img {
max-width: 320px;
height: 80px;
}
.v-timeline .v-timeline-desc padding: 25px 35px
@media @Mobile-min {
padding: 0 35px;
}
.v-timeline .timeline-title {
position: relative;
font-weight: 400;
font-size: 18px;
font-size: 1.8rem;
}
@media (max-width: 767px) {
.v-timeline .timeline-title {
left: 50px;
padding-left: 15px;
}
}
.v-timeline .timeline-title .list-number {
line-height: 40px;
text-align: center;
font-size: 16px;
font-weight: 900;
position: absolute;
top: -9px;
display: block;
height: 40px;
width: 40px;
border-radius: 50%;
background: #facb30;
background: -moz-linear-gradient(-45deg,#facb30 0%,#facb30 100%);
background: -webkit-gradient(left top,right bottom,color-stop(0%,#facb30),color-stop(100%,#facb30));
background: -webkit-linear-gradient(-45deg,#facb30 0%,#facb30 100%);
background: -o-linear-gradient(-45deg,#facb30 0%,#facb30 100%);
background: -ms-linear-gradient(-45deg,#facb30 0%,#facb30 100%);
background: linear-gradient(135deg,#facb30 0%,#facb30 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#779cd1',endColorstr='#4c71bc',GradientType=1);
color: #fff;
}
@media (min-width: 768px) {
.v-timeline .timeline-right .timeline-title {
padding-left: 15px;
}
}
.v-timeline .timeline-right .timeline-title .list-number {
left: -35px;
}
@media (min-width: 768px) {
.v-timeline .timeline-left .timeline-title {
padding-right: 15px;
}
}
@media (max-width: 767px) {
.v-timeline .timeline-left .timeline-title .list-number {
left: -35px;
}
}
@media (min-width: 768px) {
.v-timeline .timeline-left .timeline-title .list-number {
right: -35px;
}
}
section.under-footer {
margin-bottom: -80px;
z-index: 10;
}
section.under-footer + footer {
position: relative;
z-index: 11;
}
.timeline-row {
padding-bottom: 30px;
}
@media (max-width: 767px) {
.timeline_description {
padding: 15px;
}
}
.timeline-right .timeline_description {
padding: 15px;
}
@media (max-width: 767px) {
.v-timeline-image {
padding-bottom: 30px;
}
}
@media (min-width: 768px) {
.v-timeline-image {
top: 50%;
transform: translateY(-50%);
}
}
.single-job_offer .title-container {
display: none;
}
@media (max-width: 767px) {
.ref {
padding-left: 15px;
}
}
.back_btn {
font-weight: 400;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.back_btn:hover {
color: #facb30;
}
.back_btn .fa {
font-size: 11px;
font-size: 1.1rem;
}
.buttons_box {
margin: 30px 0;
}
.buttons_box a {
margin-left: 15px;
}
.more_job_btn {
font-weight: 400;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.more_job_btn:hover {
color: #facb30;
}
.more_job_btn .fa {
font-size: 12px;
font-size: 1.2rem;
}
.archive_row_job_offer {
border-top: solid 1px #f2f2f2;
}
.archive_row_job_offer:last-of-type {
border-bottom: solid 1px #f2f2f2;
margin-bottom: 30px;
}
.archive_job_title {
font-size: 16px;
font-size: 1.6rem;
}
@media (min-width: 768px) {
.archive_job_title {
padding-bottom: 20px;
}
}
.accordion_section .panel .accordion-mark-title,
.accordion_section .panel a .accordion-mark-icon {
background-color: transparent;
color: #2e2e2e !important;
font-weight: 600;
font-size: 18px;
font-size: 1.8rem;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.accordion-mark-icon .accordion-mark-plus .fa,
.accordion-mark-icon .accordion-mark-minus .fa {
color: #2e2e2e;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.panel-group .panel {
border-top: solid 1px #f2f2f2;
margin-bottom: 0;
}
.panel-group .panel:last-of-type {
border-bottom: solid 1px #f2f2f2;
}
.panel-group .panel a {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.panel-group .panel a:hover .accordion-mark-title {
color: #facb30 !important;
}
.panel-group .panel a:hover .accordion-mark-icon .accordion-mark-plus .fa,
.panel-group .panel a:hover .accordion-mark-icon .accordion-mark-minus .fa {
color: #facb30 !important;
}
.blog_box {
background-color: #f1f1f1;
padding-bottom: 30px;
margin-bottom: 30px;
}
.blog_box .blog_title_box {
padding-left: 15px;
padding-top: 15px;
}
.blog_box .blog_title_box h3 {
padding-top: 0;
}
.blog_box .blog_title_box .meta {
padding-bottom: 10px;
}
#map_news .tribe-events-ical {
display: none !important;
}
#map_news .tribe-events-month {
margin-bottom: 0;
}
#oferty_pracy.job_offers_home {
background-color: #fff;
}
#oferty_pracy .section .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
#oferty_pracy .section .container-fluid .row:first-of-type {
background-color: #f1f1f1;
}
#oferty_pracy .section .container-fluid .row:nth-child(2) {
background-color: #f1f1f1;
padding: 15px;
}
#oferty_pracy .section .container-fluid .page-title {
margin-top: 10px;
}
#oferty_pracy .section .container-fluid .gallery-options-content .gallery {
margin-top: 0;
}
.blog_the_content {
padding: 15px;
}
@media (min-width: 768px) {
.blog_the_content {
padding: 30px;
}
}
.tax-blog_category .main_blog_sidebar .textwidget,
.post-type-archive-blog .main_blog_sidebar .textwidget {
border: solid 1px #dadada;
padding: 15px;
text-align: center;
font-size: 12px;
font-size: 1.2rem;
}
.tax-blog_category .main_blog_sidebar .textwidget img,
.post-type-archive-blog .main_blog_sidebar .textwidget img {
border-radius: 50%;
}
.widget_categories ul>li>a {
background-color: #f1f1f1;
display: inline-block;
padding: 5px;
margin: 3px;
float: left;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.widget_categories ul>li>a:hover {
background-color: #facb30;
color: #fff;
}
.disp_block a {
display: block;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.disp_block a:hover {
color: #facb30;
}
.pagination >li.active >a,
.pagination >li.active >span {
background-color: #facb30;
border-color: #facb30;
}
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
color: #ccc;
}
.single_offer_box {
border: solid 1px #f2f2f2;
padding: 60px 15px;
margin-bottom: 30px;
text-align: center;
position: relative;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.svg_box {
text-align: center;
}
.svg_box svg {
height: 50px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.svg_box svg path {
fill: #2a9ed8;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.more_btn {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.more_btn .fa {
font-size: 12px;
font-size: 1.2rem;
}
.small-under-svg {
font-size: 16px;
font-size: 1.6rem;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
padding-bottom: 15px;
}
.product-list-item {
position: relative;
}
.svg_block_link:hover ~ .single_offer_box {
background-color: #2a9ed8;
}
.svg_block_link:hover ~ .single_offer_box svg {
transform: scale(1.2);
}
.svg_block_link:hover ~ .single_offer_box svg path {
fill: #fff;
}
.svg_block_link:hover ~ .single_offer_box .small-under-svg {
color: #fff;
transform: scale(1.05);
}
.svg_block_link:hover ~ .single_offer_box .more_btn {
color: #fff;
}
.taxonomy_image {
padding: 30px 0;
}
.single .taxonomy_image {
padding: 30px 0;
}
.term-4 .svg_box svg path,
.term-39 .svg_box svg path {
fill: #ee4a23;
}
.term-4 .svg_block_link:hover ~ .single_offer_box,
.term-39 .svg_block_link:hover ~ .single_offer_box {
background-color: #ee4a23;
}
.product-list {
margin-bottom: 30px;
}
@media (min-width: 992px) {
.tax-offer_category table {
width: 80% !important;
margin: auto !important;
}
}
@media (min-width: 1200px) {
.tax-offer_category table {
width: 60% !important;
margin: auto !important;
}
}
@media (min-width: 992px) {
.tax-offer_category #tribe-events-footer {
width: 80% !important;
margin: auto !important;
}
}
@media (min-width: 1200px) {
.tax-offer_category #tribe-events-footer {
width: 60% !important;
margin: auto !important;
}
}
.additional_text_single_offer {
font-weight: 600;
}
@media (max-width: 767px) {
.additional_text_single_offer {
text-align: center;
}
}
@media (max-width: 767px) {
.tax_img_on_single {
text-align: center;
}
}
@media (max-width: 767px) {
.single .title_box {
text-align: center;
}
}
.single .title_box .svg_box {
text-align: left;
display: inline;
height: 50px;
vertical-align: middle;
display: inline-table;
}
.single .title_box .svg_box svg {
padding: 0 15px;
height: 100px;
}
.single .title_box h1 {
display: inline;
line-height: 50px;
}
.single h2.page-title {
font-size: 24px;
font-size: 2.4rem;
}
.offer_footer {
margin-bottom: 30px;
}
@media (min-width: 768px) {
.offer_footer .normal-link {
padding-left: 15px;
}
}
.buttons_box {
text-align: right;
}
.title_box .svg_systems + svg path,
.title_box .svg_systems + svg rect,
.title_box .svg_systems + svg circle {
fill: #ee4a23;
}
.title_single_offer h1.small {
margin-top: 0;
font-size: 28px;
font-size: 2.8rem;
}
@media (max-width: 767px) {
.title_single_offer h1.small {
text-align: center;
}
}
@media (min-width: 768px) {
.title_single_offer h1.small {
font-size: 30px;
font-size: 3rem;
}
}
.tax_box_archive {
border: solid 1px #f2f2f2;
position: relative;
height: 360px;
}
@media (min-width: 768px) {
.tax_box_archive {
height: 320px;
}
}
@media (min-width: 1200px) {
.tax_box_archive {
height: 400px;
}
}
@media (min-width: 1400px) {
.tax_box_archive {
height: 360px;
}
}
.tax_box_archive .additional_tax_img_box {
padding: 15px;
}
.tax_box_archive .additional_tax_img_box img {
max-width: 150px;
}
.tax_box_archive p {
font-size: 12px;
font-size: 1.2rem;
text-align: left;
padding: 0 15px;
}
@media (min-width: 768px) {
.tax_box_archive p {
min-height: 90px;
}
}
@media (min-width: 992px) {
.tax_box_archive p {
min-height: 60px;
}
}
@media (min-width: 1400px) {
.tax_box_archive p {
min-height: 50px;
}
}
.tax_box_archive .tax_btn_box {
text-align: left;
font-weight: 400;
padding-left: 15px;
margin-bottom: 20px;
}
.tax_box_archive .tax_btn_box a {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.tax_box_archive .tax_btn_box .fa {
font-size: 11px;
font-size: 1.1rem;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
padding-left: 5px;
}
.tax_box_archive .tax_btn_box:hover a {
color: #facb30;
}
.tax_box_archive .tax_btn_box:hover .fa {
padding-left: 10px;
color: #facb30;
}
.tax_box_archive .additional_tax_img {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
@media (min-width: 768px) {
.tribe-events-event-meta .tribe-events-meta-group {
width: 50% !important;
}
}
.single-tribe_events .tribe-events-venue-map {
width: 100%;
border-radius: 0;
}
@media (max-width: 767px) {
.taxonomy_image {
text-align: center;
}
}
.tribe-events-schedule h2 {
font-weight: 400;
line-height: normal;
padding: 10px 15px;
text-transform: none;
margin-left: 15px;
}
.tribe-events-schedule h2 span {
color: #333;
}
.tribe-events-schedule h2 a {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.tribe-events-schedule h2:hover a {
color: #facb30;
}
.tribe-events-schedule {
font-weight: 600;
}
.tribe-events-schedule h2:first-child {
margin-left: 0;
}
.single-tribe_events .tribe-events-schedule {
border: none;
background: #fff;
}
.single-tribe_events .tribe-events-schedule span {
padding-right: 15px;
}
@media (max-width: 767px) {
.single-tribe_events .tribe-events-schedule {
text-align: center;
}
}
.single-tribe_events .tribe-events-single-event-title {
text-transform: none;
}
.event_accordion .panel {
border: none;
border-radius: 0;
box-shadow: none;
border-top: solid 1px #f2f2f2;
}
.event_accordion .panel-heading {
background-color: #fff;
border: none;
border-radius: 0;
padding: 0 15px;
}
.event_accordion .panel-heading .panel-title a {
display: block;
padding: 30px 0;
}
.event_accordion .panel-heading .panel-title a .accordion-mark-plus {
position: absolute;
right: 15px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.event_accordion .panel-heading .panel-title a:hover .accordion-mark-plus {
transform: rotate(180deg);
}
.event_accordion .panel-heading .panel-title a.collapsed .accordion-mark-plus {
transform: rotate(180deg) !important;
}
.event_accordion .panel-collapse .panel-body {
border: none !important;
}
#tribe-events .tribe-events-button {
background-color: #facb30 !important;
border-radius: 0;
padding: 15px 15px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
#tribe-events .tribe-events-button:hover {
background-color: #f1f1f1 !important;
color: #2e2e2e;
}
@media (max-width: 767px) {
.single-tribe_events .tribe-events-cal-links {
text-align: center;
}
}
.events-list .tribe-events-loop {
max-width: 1200px;
}
.event_footer {
margin-left: 30px 0;
}
.tribe-events-list {
background-color: #f1f1f1;
padding: 30px !important;
}
.tribe-events-list .tribe-events-list-separator-month span {
background-color: #f1f1f1;
}
.title_list h2 {
text-align: left !important;
padding-left: 30px;
font-weight: 400;
}
.tribe-clearfix .tribe-events-ical {
display: none !important;
}
#tribe-events-content.tribe-events-list {
margin-bottom: 0;
}
.map_area .tribe-events-single-section {
display: none;
}
.grid-item {
margin-bottom: 15px;
}
#filters {
padding-left: 0;
margin-bottom: 10px;
}
@media (max-width: 767px) {
#filters {
margin-top: 30px;
}
}
#filters li {
display: inline-block;
}
@media (max-width: 767px) {
#filters li {
margin-bottom: 30px;
}
}
#filters li.selected a {
border: solid 1px #6cbc45;
}
#filters li a {
padding: 10px 15px;
margin: 0;
border: solid 1px #dadada;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
#filters li a:hover {
cursor: pointer;
background-color: #6cbc45;
color: #fff;
}
#filters li a.selected {
background-color: #6cbc45;
color: #fff;
}
.isotope-grid {
background-color: #f1f1f1;
margin-bottom: 30px;
}
.isotope-grid .path-item {
background-color: #fff;
height: 200px;
position: relative;
}
@media (max-width: 767px) {
.isotope-grid .path-item {
width: 90%;
margin-left: 5%;
margin-top: 15px;
}
}
@media (min-width: 768px) {
.isotope-grid .path-item {
margin-left: 8px;
margin-top: 5px;
}
}
@media (min-width: 992px) {
.isotope-grid .path-item {
margin-left: 12px;
margin-top: 8px;
}
}
.isotope-grid .path-item a {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.isotope-grid .path-item a .path-item-inner {
padding: 15px;
text-align: left;
}
.isotope-grid .path-item a h4 {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
text-transform: none;
font-size: 16px;
font-size: 1.6rem;
}
.isotope-grid .path-item a p {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
font-weight: 400;
position: absolute;
bottom: 15px;
}
.isotope-grid .path-item a p .fa {
padding-left: 5px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
font-size: 10px;
font-size: 1rem;
}
.isotope-grid .path-item a:hover {
background-color: #6cbc45;
}
.isotope-grid .path-item a:hover .path-item-inner h4 {
color: #fff;
}
.isotope-grid .path-item a:hover .path-item-inner p {
color: #fff;
}
.isotope-grid .path-item a:hover .path-item-inner p .fa {
padding-left: 10px;
color: #fff;
}
#tribe-events .tribe-events-button {
background-color: #6cbc45 !important;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
#tribe-events .tribe-events-button:hover {
color: #fff !important;
background-color: #facb30 !important;
}
#katalog .page-title.catalogue {
text-align: left !important;
font-size: 30px;
font-weight: 400;
}
#tribe-events-content-wrapper {
margin-bottom: 30px;
}
.tribe-events-back {
display: none;
}
.single-tribe_events .banner {
display: none;
}
.contact_blocks .columns-box .columns-item .text-item {
background-color: #58585a;
padding: 30px;
}
.contact_blocks .columns-box .columns-item .text-item p {
color: #fff;
}
.contact_blocks .columns-box .columns-item .text-item p:not(:last-child) {
padding-bottom: 30px;
}
.contact_blocks .columns-box .columns-item .text-item p:last-child {
font-weight: 600;
}
.wpcf7 {
border: solid 15px #facb30;
padding: 15px !important;
}
@media (min-width: 768px) {
.wpcf7 {
padding: 30px !important;
}
}
.wpcf7 form input,
.wpcf7 form select,
.wpcf7 form textarea {
border: none;
border-bottom: solid 1px #58585a;
border-radius: 0;
}
.wpcf7 form input[type="submit"] {
border: solid 1px #58585a;
background-color: #58585a;
color: #fff;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.wpcf7 form input[type="submit"]:hover {
border: solid 1px #facb30;
background-color: #facb30;
}
@media (min-width: 768px) {
.contact-form .col-sm-24 {
padding-right: 0;
padding-left: 0;
}
}
.wpcf7 form input[type="submit"] {
margin-top: 15px;
}
.partners {
margin: 0 30px 30px 30px !important;
}
.partners .gallery_section .gallery .item {
margin-bottom: 0;
}
.partners .links-box a {
display: inline-block;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.partners .links-box a:last-child {
margin-left: 15px;
}
.partners .links-box a:last-child .fa {
font-size: 12px;
font-size: 1.2rem;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.partners .links-box a:last-child:hover {
color: #facb30;
}
.partners .links-box a:last-child:hover .fa {
color: #facb30;
margin-left: 5px;
}
.partners .links-box .ask_offer {
background-color: #facb30 !important;
border-color: #facb30 !important;
color: #fff !important;
margin-bottom: 0;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.partners .links-box .ask_offer:hover {
background-color: #333 !important;
border-color: #333 !important;
}
.partners .gallery .item .thumbnail-200 {
margin-bottom: 30px;
}
#partners .section .container-fluid .row:first-of-type {
background-color: #f1f1f1;
}
#partners .section .container-fluid .page-title {
margin-top: 10px;
}
#partners .section .container-fluid .gallery-options-content .gallery {
margin-top: 0;
}
.opinions .owl-controls .owl-nav .owl-next {
top: 100%;
bottom: 0;
margin-right: -30px;
}
.opinions .owl-controls .owl-nav .owl-next .fa {
border: solid 1px;
padding: 10px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.opinions .owl-controls .owl-nav .owl-next .fa:hover {
color: #dadada;
border-color: #dadada;
}
.opinions .owl-controls .owl-nav .owl-prev {
top: 100%;
margin-top: -10px;
bottom: 0;
right: 0;
}
.opinions .owl-controls .owl-nav .owl-prev .fa {
border: solid 1px;
padding: 10px;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.opinions .owl-controls .owl-nav .owl-prev .fa:hover {
color: #dadada;
border-color: #dadada;
}
.opinions .opinion-name {
font-weight: 600;
}
.partners .gallery-content {
background-color: #f1f1f1;
padding-bottom: 30px;
}
.partners .gallery-content .gallery {
border: none;
}
.partners .gallery-content .gallery .item {
border: none !important;
}
.partners .gallery-content .gallery .item .thumbnail-200 {
margin-bottom: 15px;
}
.subpages_box {
height: auto;
margin-bottom: 30px;
}
.subpages_box .title__container {
padding-left: 15px;
}
.subpages_box .thumbnail_subpage {
bottom: 0;
width: 100%;
}
footer,
.prefooter {
padding: 0 15px;
}
@media (min-width: 992px) {
footer,
.prefooter {
margin-left: 30px;
margin-right: 30px;
}
}
footer .widget .widgettitle,
.prefooter .widget .widgettitle {
text-transform: none;
font-weight: 300;
}
footer .widget .widgettitle:first-word,
.prefooter .widget .widgettitle:first-word {
font-weight: 600;
}
footer .widget .menu li a,
.prefooter .widget .menu li a {
font-size: 12px;
font-size: 1.2rem;
}
footer .widget .menu li a:before,
.prefooter .widget .menu li a:before {
content: "\f054";
font-family: 'fontAwesome';
font-size: 10px;
font-size: 1rem;
margin-right: 5px;
}
footer .widget .menu li .sub-menu,
.prefooter .widget .menu li .sub-menu {
display: none;
}
footer {
border-top: solid 1px #666;
padding-bottom: 0 !important;
padding-top: 0 !important;
}
footer .container-fluid {
padding-bottom: 0;
}
footer .container-fluid .site-footer-inner .site-info {
display: inline-block;
}
footer .container-fluid .site-footer-inner .widget {
padding-bottom: 0;
padding-top: 15px;
}
.widget .hidden {
display: block !important;
visibility: visible !important;
}
.widget ::-webkit-input-placeholder { color: transparent;
}
.widget :-moz-placeholder { color: transparent;
}
.widget ::-moz-placeholder { color: transparent;
}
.widget :-ms-input-placeholder { color: transparent;
}
.widget textarea::-webkit-input-placeholder { color: transparent;
}
.widget textarea:-moz-placeholder { color: transparent;
}
.widget textarea::-moz-placeholder { color: transparent;
}
.widget textarea:-ms-input-placeholder { color: transparent;
}
.widget_text h4.widgettitle {
display: none !important;
}
.widget h4 {
font-weight: 600;
}
.prefooter {
background-color: #2e2e2e;
}
.prefooter .widget .widgettitle {
font-weight: 600;
}
.prefooter .widget p,
.prefooter .widget a {
color: #f1f3f4;
}
.do_not_display_news_in_calendar {
display: none;
}
.single.single-tribe_events .news_container_bredcrimbs #breadcrumbs span>span>span>a,
.no-pl {
pointer-events: none !important;
cursor: default !important;
text-decoration: none !important;
}
.links-box a.normal-link {
font-weight: 500;
}
a.btn.btn-academy {
margin-right: 15px;
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
position: absolute;
right: 32px;
top: 32px;
width: auto;
color: red;
opacity: 1;
width: 23px;
border-radius: 50%;
height: 23px;
}
h3.title {
font-size: 20px;
font-size: 2rem;
}
.mega-wpml-ls-current-language {
display: none !important;
}
.widget_text h4.widgettitle {
display: block !important;
}
.widget_nav_menu .menu .wpml-ls-item {
display: none !important;
}
.rights {
padding: 0 15px;
font-size: 12px;
font-size: 1.2rem;
}
.tribe-clearfix >select {
display: none;
}
.tribe-event-date-start {
padding-right: 0 !important;
}
#quality_icons .featured_section .container .row:nth-child(1) {
padding: 15px 0 0 15px;
background-color: #f1f3f4;
}
#quality_icons .featured_section .container .row:nth-child(1) .col-sm-24 {
padding-left: 0;
}
#quality_icons .featured_section .container .features-box {
background-color: #f1f3f4;
margin: 0 -15px;
padding: 0 15px 15px 0;
}
.blog_section .post article {
margin-bottom: 30px;
overflow: hidden;
}
form a.yellow-btn,
form a.yellow-btn:visited {
color: #facb30 !important;
}
@media (min-width: 768px) {
.modal-dialog {
width: 80%;
}
}
.wpcf7-field-group-remove {
width: auto;
margin: 0 0 0 15px;
}
.wpcf7-field-group-add {
width: auto;
margin: 5px 15px;
}
#name_training_title {
display: none;
}
.modal-body form p:first-of-type(1) {
margin-bottom: -20px;
}
.modal-body form div.text-center p {
text-align: center;
}
.modal-body form input,
.modal-body form textarea,
.modal-body form select {
margin-bottom: 15px;
}
.modal .modal-content .modal-body {
margin-top: 10%;
}
.modal#register .modal-body .wpcf7,
.modal#take_part .modal-body .wpcf7 {
border: solid 15px #6cbc45 !important;
}
@media (min-width: 768px) {
#tribe-events-content {
margin-top: 45px;
}
}
.page-id-1921 .links-box a {
color: #2e2e2e;
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.page-id-1921 .links-box a .fa {
transition: 500ms ease-in-out;
-moz-transition: 500ms ease-in-out;
-webkit-transition: 500ms ease-in-out;
}
.page-id-1921 .links-box a:hover {
color: #facb30;
}
.page-id-1921 .links-box a:hover .fa {
color: #facb30;
}
.btn-go_for_more {
text-transform: capitalize;
}
.modal-body label {
margin-bottom: 0;
}
.small-cs {
font-size: 10px;
font-size: 1rem;
}
.single .title_box .svg_box svg {
padding: 0;
}
span.small_font {
font-size: 11px;
font-size: 1.1rem;
}
footer .widget {
margin-bottom: 0;
}
footer .site-info {
display: inline-block;
}
footer .site-info:after {
content: " | ";
}
.btn-ask-and-offer {
border-color: #ee4a23 !important;
background-color: #ee4a23 !important;
}
.btn-ask-and-offer:hover {
background-color: #fff !important;
color: #ee4a23 !important;
border-color: #ee4a23 !important;
}
form a,
form a:visited {
color: #facb30 !important;
}
section.qualyspkt .featured_section .features-box .item .icon-box {
height: 120px;
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
}
section.qualyspkt .featured_section .features-box .item .icon-box img {
max-height: 70px;
}
section.qualyspkt .featured_section .features-box .item p {
font-size: 2rem;
font-weight: 400;
}
section.qualyspkt .featured_section .features-box .item h3 {
font-size: 14px;
font-weight: 300;
text-transform: none !important;
}
section.qualyslist .links-box {
text-align: center !important;
}
section.qualyslist .links-box .getmore {
background-color: #FACB31;
border: #FACB31;
}
section.qualyslist .links-box .getmore:hover {
background-color: #fff;
border: #FACB31 solid 1px;
color: #FACB31;
}
.links-box {
text-align: center;
}
.links-box .getmore {
background-color: #FACB31;
border: 1px solid #FACB31;
box-sizing: border-box;
}
.links-box .getmore:hover {
background-color: #fff;
border-color: #FACB31;
color: #FACB31;
}
#fixed-icons .features-container  > .row.horizontal-layout {
display: flex;
align-items: center;
}
#fixed-icons .icon-box {
display: flex;
align-items: center;
min-width: 70px;
}
#fixed-icons .feature-content  {
text-align: left;
}