/*! * Theme Name: HTML5 Blank * Theme URI: http://html5blank.com * Description: HTML5 Blank WordPress Theme * Version: 1.5.0 * Author: Todd Motto (@toddmotto) * Author URI: http://toddmotto.com * Tags: Blank, HTML5, CSS3 * * License: MIT * License URI: http://opensource.org/licenses/mit-license.php */

@charset "UTF-8";

/** * styles.scss * --- * Main `sass` file. Import here `sass` files */


/*@import "modules/variables";
	@import "modules/mixins";
	@import "modules/fonts";
*/


/*@import "partials/reset";
	@import "partials/wordpress";
	@import "partials/utils";
	@import "partials/wrapper";
	@import "partials/header";
	@import "partials/nav";
	@import "partials/sidebar";
	@import "partials/footer";
	@import "partials/print";
*/

@import url("bower_components/font-awesome/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,900");
div#mega-toggle-block-1 {
    line-height: 4em;
}

.inline ul li {
    display: inline-block;
    margin-right: 10px;
}

.navbar-header {
    float: inherit!important;
}

section.container-fluid.banner {
    background: #fff!important;
    max-width: 1180px!important;
    /*    padding-right: 0px;
    padding-left: 0px;     */
}

.collapse.navbar-collapse.navbar-responsive-collapse {
    display: inherit!important;
}

.section-heading h4 {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    margin: 15px 0 0 0;
    text-transform: uppercase;
}

.section-heading hr {
    border-top: 1px solid #000;
    margin: 10px auto 15px auto;
}

.products {
    padding: 15px 0;
}

.products .product {
    padding: 15px 0;
    text-align: center;
}

.products .product .product-img {
    position: relative;
    height: 350px;
    display: block;
    overflow: visible;
}

.products .product:hover .cover {
    height: 0!important;
}

.products .product .product-img .cover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 350px;
    background-size: cover!important;
    background-position: center!important;
}

@media screen and (max-width: 1199px) {
    .products .product .product-img .cover {
        background-size: cover;
    }
}

.products .product .product-img .info {
    width: 100%;
    border: 1px solid #e2e2e2;
    font-family: 'Rubik', sans-serif;
    position: absolute;
    bottom: 0;
    min-height: 250px;
    height: 350px;
    overflow: hidden;
    background: #ebebeb;
    color: #000;
    font-size: 10px;
}

.products .product .product-img .info:hover,
.products .product .product-img .info:focus {
    color: #000;
    text-decoration: none;
}

.products .product .product-img .info .element {
    width: 100%!important;
    margin: 0px;
    padding: 10px;
    display: block;
    color: #000;
    transition: all 0.25s;
    min-height: 33.3333%;
}

.products .product .product-img .info .element img {
    height: auto;
    float: left;
    margin-right: 10px;
    width: 90px !important;
}

.products .product .product-img .info .element .desc {
    float: none!important;
    max-width: 100%;
    text-align: left;
    padding-left: 100px !important;
}

.products .product .product-img .info .element .desc strong {
    font-size: 12px;
}

.products .product .product-img .info .element .desc p {
    font-weight: 300;
    font-size: 10px;
    margin-bottom: 3px;
    overflow: hidden;
}

.products .product .product-img .info .element .desc p:first-of-type {
    margin-top: 5px;
}

.products .product .product-img .info .element .desc p:last-of-type {
    margin-bottom: 0;
}

.products .product .product-img .info .element:hover {
    background: #fff;
}

.products .product .heading {
    font-family: 'Rubik', sans-serif;
    padding: 15px;
    color: #fff;
    display: block;
    width: 100%;
}

.products .product .heading:hover,
.products .product .heading:focus {
    text-decoration: none;
    color: #fff;
}

.products .product-1 .product-img .cover,
.products .product-2 .product-img .cover,
.products .product-3 .product-img .cover,
.products .product-4 .product-img .cover,
.products .product-5 .product-img .cover,
.products .product-6 .product-img .cover {
    transition: aheight 0.7s;
}

.products .product-1 .product-img .info,
.products .product-2 .product-img .info,
.products .product-3 .product-img .info,
.products .product-4 .product-img .info,
.products .product-5 .product-img .info,
.products .product-6 .product-img .info {
    transition: max-height 0.7s;
}

.products .product-1 .product-img:hover .cover,
.products .product-2 .product-img:hover .cover,
.products .product-3 .product-img:hover .cover,
.products .product-4 .product-img:hover .cover,
.products .product-5 .product-img:hover .cover,
.products .product-6 .product-img:hover .cover {
    height: 0;
}

.products .product-1 .product-img:hover .info,
.products .product-2 .product-img:hover .info,
.products .product-3 .product-img:hover .info,
.products .product-4 .product-img:hover .info,
.products .product-5 .product-img:hover .info,
.products .product-6 .product-img:hover .info {
    max-height: 360px;
}

.products .product-1 .heading {
    background: #9a227b;
}

.products .product-2 .heading {
    background: #4f9541;
}

.products .product-3 .heading {
    background: #e0c142;
}

.products .product-4 .heading {
    background: #1991ce;
}

.products .product-5 .heading {
    background: #bc7324;
}

.products .product-6 .heading {
    background: #ba1f30;
}

.element:first-of-type {
    margin-top: 0 !important;
}

.kariera-content {
    font-size: 14px;
    color: #231F20;
    font-weight: 300;
}

.kariera-content h2 {
    color: #231F20;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px;
}

.kariera-content h2 img {
    position: relative;
    top: -13px;
    margin-right: 10px;
}

.kariera-content p {
    margin-bottom: 20px;
    font-weight: 400;
}

.kariera-content ul li {
    margin-bottom: 15px;
    overflow: hidden;
    font-weight: 300;
}

.kariera-content ul li span.icon {
    color: #5280af;
    font-size: 18px;
    border: 1px solid #5280af;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: block;
    text-align: center;
    float: left;
    line-height: 29px;
}

.kariera-content ul li span.text {
    float: left;
    width: 85%;
    min-height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.kariera-box-list {
    border: 1px solid #5280af;
    background: #fff;
    padding: 10px;
    float: right;
    width: 270px;
    margin-left: 25px;
    position: relative;
}

.kariera-box-list h2 {
    font-size: 14px;
    color: #959595;
    font-weight: 300;
    margin: 0;
}

.kariera-box-list h2 i {
    font-size: 30px;
    color: #5280af;
    margin-right: 10px;
}

.kariera-box-list h2 span.icon {
    float: right;
}

.kariera-box-list h2 span.icon i {
    margin-right: 0;
    cursor: pointer;
}

.kariera-box-list h2 span.text {
    position: relative;
    top: -5px;
}

.kariera-box-content {
    display: none;
    position: absolute;
    z-index: 1;
    background: #fff;
    left: -1px;
    right: -1px;
    padding: 20px;
    border-width: 0px 1px 1px 1px;
    border-color: #C6C6C6;
    border-style: solid;
    top: 100%;
}

.kariera-box-content ul li {
    display: block;
    border-bottom: 1px solid #959595;
    padding: 15px 0;
}

.kariera-box-content ul li a {
    display: inline-block;
    font-weight: 300;
    color: #231F20;
}

.kariera-box-content ul li:last-child {
    border-bottom: 0;
}

.kariera-items {
    padding: 30px 30px 40px;
    background-color: #FCFCFC;
}

.kariera-items .more {
    text-align: center;
    margin-top: 10px;
}

.kariera-items .more a {
    color: #5280af;
    font-size: 16px;
}

.kariera-contact-box {
    background-color: #5280af;
    padding: 20px 30px 10px;
}

.kariera-contact-box h2 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
    font-weight: 300;
}

.kariera-contact-box form input,
.kariera-contact-box form textarea {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #fff;
    font-size: 12px;
    color: #fff;
    background: transparent;
    padding: 10px 5px;
    margin-top: 10px;
    width: 100%;
}

.kariera-contact-box form textarea {
    height: 80px;
    resize: none;
}

.kariera-contact-box form input[type="submit"] {
    font-weight: 400;
    border: 1px solid #fff;
    padding: 10px;
    width: 140px;
    margin: 25px auto 20px;
    transition: 0.2s;
    display: block;
}

.kariera-contact-box form input[type="submit"]:hover {
    background: #231F20;
    border-color: #231F20;
    color: #fff;
}

.kariera-contact-box form .file-upload {
    padding: 10px 0;
    overflow: hidden;
}

.kariera-contact-box form .file-upload label {
    background: #231F20;
    font-size: 10px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    cursor: pointer;
    float: left;
    margin-right: 20px;
}

.kariera-contact-box form .file-upload span {
    font-size: 12px;
    color: #fff;
    float: left;
    margin-top: 8px;
    width: 50%;
    white-space: nowrap;
}

.kariera-contact-box p {
    color: #231F20;
    font-size: 10px;
    text-align: justify;
}

.timeline {
    width: 100%;
    position: relative;
}

.ball-black {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    margin: 20px auto 20px auto;
}

.ball-year {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 5px auto 20px auto;
}

.year {
    margin: 20px auto 5px auto;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}

.left-bubbles {
    position: relative;
    width: 35%;
}

.right-bubbles {
    position: relative;
    width: 35%;
    float: right;
}

.bubble {
    width: 100%;
    border-radius: 10px;
    position: absolute;
}

.bubble .bubble-inner {
    width: 100%;
    height: 50px;
    position: relative;
    text-align: center;
}

.bubble .bubble-inner .inner-text {
    width: 96%;
    position: absolute;
    left: 2%;
    padding-top: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.bubble .bubble-inner .triangle-left {
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 30px solid transparent;
    border-left: 120px solid;
    position: absolute;
    right: -110px;
}

.bubble .bubble-inner .triangle-right {
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 30px solid transparent;
    border-right: 120px solid;
    position: absolute;
    left: -110px;
}

.bubble-left {
    right: 0;
}

.bubble-right {
    left: 0;
}

.under-bubble-left {
    position: absolute;
    right: 20px;
    width: 300px;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
}

.under-bubble-right {
    position: absolute;
    left: 20px;
    width: 300px;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
}

.y-1994 {
    color: #486a98;
}

.ball-1994 {
    background: #486a98;
}

.triangle-1994 {
    border-left-color: #486a98 !important;
}

.bubble-1994 {
    top: 200px;
}

.y-1996 {
    color: #527caf;
}

.triangle-1996 {
    border-right-color: #527caf !important;
}

.ball-1996 {
    background: #527caf;
}

.y-1997 {
    color: #588dbb;
}

.ball-1997 {
    background: #588dbb;
}

.triangle-1997 {
    border-right-color: #588dbb !important;
}

.y-2000 {
    color: #5895bc;
}

.ball-2000 {
    background: #5895bc;
}

.triangle-2000 {
    border-left-color: #5895bc !important;
}

.y-2001 {
    color: #62a9d2;
}

.ball-2001 {
    background: #62a9d2;
}

.triangle-2001 {
    border-right-color: #62a9d2 !important;
}

.y-2003 {
    color: #66b2d9;
}

.ball-2003 {
    background: #66b2d9;
}

.triangle-2003 {
    border-left-color: #66b2d9 !important;
}

.y-2004 {
    color: #6bc1e1;
}

.ball-2004 {
    background: #6bc1e1;
}

.triangle-2004 {
    border-right-color: #6bc1e1 !important;
}

.y-2005 {
    color: #6dcae5;
}

.ball-2005 {
    background: #6dcae5;
}

.triangle-2005 {
    border-right-color: #6dcae5 !important;
}

.y-2006 {
    color: #70cde8;
}

.ball-2006 {
    background: #70cde8;
}

.triangle-2006 {
    border-left-color: #70cde8 !important;
}

.y-2007 {
    color: #6fcfe7;
}

.ball-2007 {
    background: #6fcfe7;
}

.triangle-2007 {
    border-right-color: #6fcfe7 !important;
}

.y-2008 {
    color: #71d9ec;
}

.ball-2008 {
    background: #71d9ec;
}

.triangle-2008 {
    border-right-color: #71d9ec !important;
}

.y-2010 {
    color: #6fd7e7;
}

.ball-2010 {
    background: #6fd7e7;
}

.triangle-2010 {
    border-left-color: #6fd7e7 !important;
}

.y-2013 {
    color: #6fe6e7;
}

.ball-2013 {
    background: #6fe6e7;
}

.triangle-2013 {
    border-right-color: #6fe6e7 !important;
}

.y-2017 {
    color: #6fe7dd;
}

.ball-2017 {
    background: #6fe7dd;
}

.triangle-2017 {
    border-left-color: #6fe7dd !important;
}


/* <----- Mobilná verzia -----> */

.mobile-bubble {
    width: 100%;
    border-radius: 8px;
    margin-top: 10px;
}

.center-div {
    position: relative;
    width: 40px;
    height: 20px;
    margin: auto;
}

.mobile-triangle {
    width: 0;
    height: 0;
    position: absolute;
    top: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid;
}

.mobile-inner-text {
    padding-bottom: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.mobile-under-bubble {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
}

.mobile-triangle-1994 {
    border-bottom-color: #486a98;
}

.mobile-triangle-1996 {
    border-bottom-color: #527caf;
}

.mobile-triangle-1997 {
    border-bottom-color: #588dbb;
}

.mobile-triangle-2000 {
    border-bottom-color: #5895bc;
}

.mobile-triangle-2001 {
    border-bottom-color: #62a9d2;
}

.mobile-triangle-2003 {
    border-bottom-color: #66b2d9;
}

.mobile-triangle-2004 {
    border-bottom-color: #6bc1e1;
}

.mobile-triangle-2005 {
    border-bottom-color: #6dcae5;
}

.mobile-triangle-2006 {
    border-bottom-color: #70cde8;
}

.mobile-triangle-2007 {
    border-bottom-color: #6fcfe7;
}

.mobile-triangle-2008 {
    border-bottom-color: #71d9ec;
}

.mobile-triangle-2010 {
    border-bottom-color: #6fd7e7;
}

.mobile-triangle-2013 {
    border-bottom-color: #6fe6e7;
}

.mobile-triangle-2017 {
    border-bottom-color: #6fe7dd;
}


/*<----- END - Mobilná verzia ----->*/

@media screen and (max-width: 1199px) {
    .bubble {
        width: 100% !important;
        height: 65px;
    }
}

@media screen and (max-width: 991px) {
    .pull-right.search {
        display: none;
    }
    .bubble {
        height: 70px;
    }
    .under-bubble-left {
        right: -50px;
    }
    .under-bubble-right {
        left: -50px;
    }
}

@media screen and (max-width: 767px) {
    #mega-menu-wrap-main_nav .mega-menu-toggle.mega-menu-open+#mega-menu-main_nav {
        display: block;
        position: absolute;
        z-index: 999;
        background: #fff;
        width: 270px;
    }
    .triangle-left,
    .triangle-right {
        display: none;
    }
}

.kariera-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    letter-spacing: 0.1px;
    font-size: 14px;
    position: relative;
    background: #fff!important;
    /*    max-width: 1120px;   */
    margin: auto;
}

.table td {
    text-align: center;
}

.topbar .navbar-default {
    border-color: transparent;
    margin-bottom: 0;
    border-bottom: 0;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
}

.topbar ul#menu-main-menu li a {
    color: #1e1e1e;
    font-size: 17px;
}

.text-underline {
    text-decoration: underline;
}

.entry-title {
    text-align: center;
    color: #2b628d;
    font-weight: 600;
    font-size: 29px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.category-tabs .elementor-button,
.product-tabs .elementor-button {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.category-tabs .elementor-button-icon .fa,
.product-tabs .elementor-button-icon .fa {
    color: #4c7aa1;
}

.category-tabs .elementor-button .elementor-align-icon-left,
.product-tabs .elementor-button .elementor-align-icon-left {
    float: none;
}

.category-tabs .elementor-button-content-wrapper,
.product-tabs .elementor-button-content-wrapper {
    display: inline-block;
}

.category-tabs .elementor-button .elementor-button-text,
.product-tabs .elementor-button .elementor-button-text {
    display: inline;
}

.product-tabs .elementor-column-wrap {
    background-color: #eee;
}

.product-tabs .elementor-column-wrap.active {
    background-color: #aaa;
}

.category-tabs .elementor-button-icon .fa {
    color: inherit;
}

.category-tabs .elementor-column-wrap {
    background-color: #2b628d;
}

.category-tabs .active .elementor-column-wrap {
    background-color: #12344e;
}

.fp-title-wrap {
    padding: 25px;
}

.fp-title {
    color: #1b1b1b;
    font-size: 18px;
    border-bottom: 2px solid #000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display: inline;
    padding: 0 61px;
    margin: auto;
}

.force-white-placeholder .elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.force-white-placeholder .elementor-field-group .elementor-field-textual:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
    opacity: 1;
}

.force-white-placeholder .elementor-field-group .elementor-field-textual::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
    opacity: 1;
}

.force-white-placeholder .elementor-field-group .elementor-field-textual:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1;
}

.footer-area {
    background-color: #4d4d4d;
    padding: 15px;
    color: #eee;
}

article br:last-of-type {
    display: none;
}

div[id*="ajaxsearchlite"] .probox .promagnifier .innericon svg {
    fill: #3a8bcc !important;
}

.section-main {
    min-height: 550px;
}

.section-main.articles {
    min-height: 900px;
}

.section-main.articles article {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

.page .container-fluid.banner>div {
    width: 100%;
}

.page.vertikalne-obrabacie-centra .container-fluid.banner,
.page.horizontalne-a-vertikalne-sustruhy .container-fluid.banner,
.page.horizontalne-frezovacie-a-vyvrtavacie-centra-juaristi .container-fluid.banner {
    border-bottom: 20px solid #9a227b;
}

.page.cistiace-systemy-bvl .container-fluid.banner,
.page.pasove-odlucovace-oleja-nimatic .container-fluid.banner,
.page.filtracne-a-recyklacne-zariadenia-mkr .container-fluid.banner {
    border-bottom: 20px solid #4f9541;
}

.page.specialne-nastroje-cogsdill .container-fluid.banner,
.page.popisovacie-nastroje-gravostar .container-fluid.banner,
.page.odihlovacie-nastroje-engraflexx .container-fluid.banner {
    border-bottom: 20px solid #e0c142;
}

.page.chladiace-emulzie .container-fluid.banner {
    border-bottom: 20px solid #1991ce;
}

.page.adheziva .container-fluid.banner,
.page.ciernenie-pri-izbovej-teplote-blackfast .container-fluid.banner {
    border-bottom: 20px solid #bc7324;
}

.page.servis .container-fluid.banner {
    border-bottom: 20px solid #ba1f30;
}

.container-single-post {
    padding-top: 25px;
    padding-bottom: 50px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .main-menu ul li a {
        padding: 15px 13px;
    }
    .contact-details ul li {
        font-size: 13px;
    }
    .banner-content h2 {
        font-size: 30px;
    }
    .contact-details ul li span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .main-menu ul li a {
        font-size: 14px;
        padding: 16px 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu ul li a {
        font-size: 14px;
        padding: 16px 8px;
    }
    .contact-map {
        float: none;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    .contact-map img {
        height: auto;
        width: 100%;
    }
    .contact-details {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    iframe {
        width: 100%!important;
    }
    article img.alignnone.size-full {
        width: 100%;
    }
    .social-bookmarks ul li a {
        width: 26px;
        margin: 0 5px;
    }
    .social-bookmarks ul {
        text-align: center;
        margin-bottom: 10px;
    }
    .language-bar ul {
        text-align: center;
    }
    .language-bar ul li a {
        margin: 0 5px;
    }
    .logo {
        overflow: hidden;
    }
    .logo a {
        width: 165px;
        display: block;
        float: left;
    }
    .navbar-toggle {
        margin-right: 0;
        margin-bottom: 0;
        border: 1px solid #C03726;
    }
    .navbar-toggle .icon-bar {
        background: #C03726;
    }
    .main-menu {
        float: none;
        position: absolute;
        background: #fff;
        z-index: 9;
        left: -15px;
        right: -15px;
        top: 52px;
    }
    .main-menu ul {
        text-align: center;
        padding: 10px 0;
    }
    .main-menu ul li {
        display: block;
    }
    .main-menu ul li a {
        padding: 5px;
    }
    .search-box {
        float: none;
    }
    .search-box button {
        display: none;
    }
    .search-box form {
        position: relative;
        display: block !important;
        margin-top: 10px;
    }
    .search-box input {
        padding: 10px;
        width: 100%;
        min-width: 100%;
    }
    .single-banner {
        padding: 30px;
        min-height: 370px;
    }
    .banner-content h2 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .banner-content p {
        font-size: 15px;
    }
    .btn-botton {
        padding: 10px 25px;
    }
    .service-list {
        margin-top: 30px;
        padding: 0 15px;
    }
    .promo h2 {
        font-size: 30px;
        margin: 0 0 15px;
    }
    .promo {
        font-size: 15px;
        line-height: 25px;
    }
    .promo h3 {
        margin: 30px 0 0;
        font-size: 28px;
        display: block;
    }
    .promo a {
        margin-left: 0;
        top: 0;
        margin-top: 5px;
    }
    .contact-map {
        float: none;
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .contact-map img {
        height: 100%;
        width: 100%;
    }
    .contact-details {
        padding: 20px;
        float: none;
        width: 100%;
    }
    .contact-details ul li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}