/*
Theme Name: ATEC WP Theme
Theme URI: https://atec.rs
Author: Atec Technologies
Author URI: https://www.atec.rs
Version: 2.0.1
*/

/* 
1.0 HEADER 
2.0 MENU 
3.0 BODY/CONTENT
4.0 FOOTER
5.0 PAGE LAYOUT & ELEMENTS
6.0 MEDIA QUERIES
*/

/******** 1.0 HEADER ********/
.content-header {
    /* background: #7d827d url('../images/header_bg.png') repeat; */
}

.themecomp_megadiv.wck2mr0j4t {
    z-index: -9;
    height: 100%;
    width: 100%;
    padding: 80px 60px 0;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}

.container.top_header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.top_header_left span {
    color: #ffffff;
    font-family: 'Anton', sans-serif;
    font-weight: 500;
    font-size: 17px;
}

.top_header_left {
    color: #ffffff;
    font-family: 'Anton', sans-serif;
    font-weight: 500;
    font-size: 26px !important;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.gold-text {
    color: #ffffff !important;
    font-size: 21px;
    font-weight: bold;
}

.top_header_right {
	position: relative;
	text-align: right;
	top: 20px;
}

.section-page-educations p {
	margin: 0 0 10px;
	text-align: left;
	padding-left: 11%;
}

.top_header_right i {
    color: #ffffff;
}

.top_header_right_basket:hover i {
    color: #ffffff;
}

.top_header_right span {
    top: 0px;
    z-index: 9;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 9px;
    right: 40px;
    background: #ffffff !important;
    color: #111 !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px !important;
    margin-left: -9px;
    margin-top: -10px;
    padding: 6px 4px 4px 4px;
    min-width: 15px;
}

.top_header_right_basket i {
    font-size: 20px;
}

.top_header_right_basket {
    margin-right: 25px;
}

.top_header_right div {
    display: inline;
}

.top_header_right_search {
    margin-left: 12px;
    cursor: pointer;
    font-size: 18px;
}

.top_header_right_search i:hover {
    color: #ffffff;
}

#header-search-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    display: none;
}

.search-box-div {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 320px;
    background-color: red;
    padding: 25px 20px;
    background-color: #010101;
    border: 2px solid #ffffff;
}

.search-box-div input {
    background-color: #1d1d1d !important;
    color: #ffffff;
    border: #ffffff;
    padding: 7px 10px;
}

.search-box-div-title {
    color: #ffffff;
    text-align: center;
    font-family: 'Anton', sans-serif;
}

.search-box-div-subtitle {
    color: #ffffff;
    text-align: center;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

.search-box-div #searchsubmit:hover {
    color: #ffffff;
}

.search-box-div-close {
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 8px;
    cursor: pointer;
}

.search-box-div-close:hover {
    color: #ffffff;
}

.center-header.top-header-slider {
	position: relative;
}

.center-header-title {
    text-align: center;
    border: 1px solid transparent;
}

.animated-header-title {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent), url('../images/font/font-pattern1.jpg') repeat;
    background: -o-linear-gradient(transparent, transparent);
    background-size: 140px;
    background-repeat: repeat;
    background-position: 0 0;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    -webkit-animation: BackgroundAnimated 2s linear infinite;
    -moz-animation: BackgroundAnimated 2s linear infinite;
    -ms-animation: BackgroundAnimated 2s linear infinite;
    -o-animation: BackgroundAnimated 2s linear infinite;
    animation: BackgroundAnimated 2s linear infinite;
    font-size: 52px;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    color: #ffffff;
    line-height: 50px;
}

.textured_text {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent), url('../images/font/font-pattern1.jpg') repeat;
    background: -o-linear-gradient(transparent, transparent);
    background-size: 140px;
    background-repeat: repeat;
    background-position: 0 0;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    -webkit-animation: BackgroundAnimated 2s linear infinite;
    -moz-animation: BackgroundAnimated 2s linear infinite;
    -ms-animation: BackgroundAnimated 2s linear infinite;
    -o-animation: BackgroundAnimated 2s linear infinite;
    animation: BackgroundAnimated 2s linear infinite;
}


}
    @keyframes BackgroundAnimated {0% {background-position:62px 29px ;}4.9%   {background-position:62px 29px ;}5% {background-position:14px 18px ;}9.9%   {background-position:14px 18px ;}10% {background-position:82px 79px ;} 14.9%   {background-position:82px 79px ;}15% {background-position:56px 84px ;}19.9%   {background-position:56px 84px ;} 20% {background-position:175px 24px ;}24.9%   {background-position:175px 24px ;} 25% {background-position:95px 11px ;}29.9%   {background-position:95px 11px ;}30% {background-position:148px 10px ;}34.9%   {background-position:148px 10px ;}35% {background-position:23px 61px ;}39.9%   {background-position:23px 61px ;}40% {background-position:180px 81px ;} 44.9%   {background-position:180px 81px ;}45% {background-position:199px 12px ;}49.9%   {background-position:199px 12px ;}50% {background-position:184px 34px ;}54.9%   {background-position:184px 34px ;}55% {background-position:36px 53px ;}59.9%   {background-position:36px 53px ;} 60% {background-position:154px 8px ;}64.9%   {background-position:154px 8px ;}65% {background-position:38px 73px ;} 69.9%   {background-position:38px 73px ;}70% {background-position:166px 79px ;}74.9%   {background-position:166px 79px ;}75% {background-position:77px 61px ;}79.9%   {background-position:77px 61px ;}80% {background-position:84px 43px ;} 84.9%   {background-position:84px 43px ;}85% {background-position:112px 21px ;} 89.9%   {background-position:112px 21px ;}90% {background-position:112px 68px ;}94.9%   {background-position:112px 68px ;}95% {background-position:41px 42px ;} 99.9%   {background-position:41px 42px ;} 100% {background-position:100px 80px ;}}
    @-webkit-keyframes BackgroundAnimated {0% {background-position:62px 29px ;}4.9%   {background-position:62px 29px ;}5% {background-position:14px 18px ;}9.9%   {background-position:14px 18px ;}10% {background-position:82px 79px ;} 14.9%   {background-position:82px 79px ;}15% {background-position:56px 84px ;}19.9%   {background-position:56px 84px ;} 20% {background-position:175px 24px ;}24.9%   {background-position:175px 24px ;} 25% {background-position:95px 11px ;}29.9%   {background-position:95px 11px ;}30% {background-position:148px 10px ;}34.9%   {background-position:148px 10px ;}35% {background-position:23px 61px ;}39.9%   {background-position:23px 61px ;}40% {background-position:180px 81px ;} 44.9%   {background-position:180px 81px ;}45% {background-position:199px 12px ;}49.9%   {background-position:199px 12px ;}50% {background-position:184px 34px ;}54.9%   {background-position:184px 34px ;}55% {background-position:36px 53px ;}59.9%   {background-position:36px 53px ;} 60% {background-position:154px 8px ;}64.9%   {background-position:154px 8px ;}65% {background-position:38px 73px ;} 69.9%   {background-position:38px 73px ;}70% {background-position:166px 79px ;}74.9%   {background-position:166px 79px ;}75% {background-position:77px 61px ;}79.9%   {background-position:77px 61px ;}80% {background-position:84px 43px ;} 84.9%   {background-position:84px 43px ;}85% {background-position:112px 21px ;} 89.9%   {background-position:112px 21px ;}90% {background-position:112px 68px ;}94.9%   {background-position:112px 68px ;}95% {background-position:41px 42px ;} 99.9%   {background-position:41px 42px ;} 100% {background-position:100px 80px ;}}
    @-ms-keyframes BackgroundAnimated {0% {background-position:62px 29px ;}4.9%   {background-position:62px 29px ;}5% {background-position:14px 18px ;}9.9%   {background-position:14px 18px ;}10% {background-position:82px 79px ;} 14.9%   {background-position:82px 79px ;}15% {background-position:56px 84px ;}19.9%   {background-position:56px 84px ;} 20% {background-position:175px 24px ;}24.9%   {background-position:175px 24px ;} 25% {background-position:95px 11px ;}29.9%   {background-position:95px 11px ;}30% {background-position:148px 10px ;}34.9%   {background-position:148px 10px ;}35% {background-position:23px 61px ;}39.9%   {background-position:23px 61px ;}40% {background-position:180px 81px ;} 44.9%   {background-position:180px 81px ;}45% {background-position:199px 12px ;}49.9%   {background-position:199px 12px ;}50% {background-position:184px 34px ;}54.9%   {background-position:184px 34px ;}55% {background-position:36px 53px ;}59.9%   {background-position:36px 53px ;} 60% {background-position:154px 8px ;}64.9%   {background-position:154px 8px ;}65% {background-position:38px 73px ;} 69.9%   {background-position:38px 73px ;}70% {background-position:166px 79px ;}74.9%   {background-position:166px 79px ;}75% {background-position:77px 61px ;}79.9%   {background-position:77px 61px ;}80% {background-position:84px 43px ;} 84.9%   {background-position:84px 43px ;}85% {background-position:112px 21px ;} 89.9%   {background-position:112px 21px ;}90% {background-position:112px 68px ;}94.9%   {background-position:112px 68px ;}95% {background-position:41px 42px ;} 99.9%   {background-position:41px 42px ;} 100% {background-position:100px 80px ;}}
    @-moz-keyframes BackgroundAnimated {0% {background-position:62px 29px ;}4.9%   {background-position:62px 29px ;}5% {background-position:14px 18px ;}9.9%   {background-position:14px 18px ;}10% {background-position:82px 79px ;} 14.9%   {background-position:82px 79px ;}15% {background-position:56px 84px ;}19.9%   {background-position:56px 84px ;} 20% {background-position:175px 24px ;}24.9%   {background-position:175px 24px ;} 25% {background-position:95px 11px ;}29.9%   {background-position:95px 11px ;}30% {background-position:148px 10px ;}34.9%   {background-position:148px 10px ;}35% {background-position:23px 61px ;}39.9%   {background-position:23px 61px ;}40% {background-position:180px 81px ;} 44.9%   {background-position:180px 81px ;}45% {background-position:199px 12px ;}49.9%   {background-position:199px 12px ;}50% {background-position:184px 34px ;}54.9%   {background-position:184px 34px ;}55% {background-position:36px 53px ;}59.9%   {background-position:36px 53px ;} 60% {background-position:154px 8px ;}64.9%   {background-position:154px 8px ;}65% {background-position:38px 73px ;} 69.9%   {background-position:38px 73px ;}70% {background-position:166px 79px ;}74.9%   {background-position:166px 79px ;}75% {background-position:77px 61px ;}79.9%   {background-position:77px 61px ;}80% {background-position:84px 43px ;} 84.9%   {background-position:84px 43px ;}85% {background-position:112px 21px ;} 89.9%   {background-position:112px 21px ;}90% {background-position:112px 68px ;}94.9%   {background-position:112px 68px ;}95% {background-position:41px 42px ;} 99.9%   {background-position:41px 42px ;} 100% {background-position:100px 80px ;} }

.center-header-subtitle {
    text-align: center;
    text-transform: none;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Anton', sans-serif;
}

.slider-img-title .animated-header-title {
	font-size: 21px;
	margin-top: -15px;
}

.center-header-button {
    text-align: center;
    margin-top: 30px;
}

.center-header img {
	width: 100%;
	height: auto;
}

.center-header-content {
    position: relative;
}

.logo-header {
    margin-top: 20px;
}

.header-btn-line-social {
    margin-top: 170px;
    margin-left: 105px;
}

.header-btn-line-social a {
    color: #ffffff;
}

.header-btn-line-social a:hover {
    color: #ffffff;
}

#header-box {
	padding-top: 10px;
}

.shop-header #header-box {
    background-image: none;
}

.shop-header .navbar-nav > li {
    float: left;
    margin-right: 5px;
}

.shop-header .header-btn-line-social {
    margin-top: 24px;
    margin-left: 0;
}

.shop-header .logo-header {
    margin-top: 12px;
}

.shop-header #menu-top-menu {
	padding-top: 20px;
}

.shop-header {
    margin-bottom: 10px;
}

.top_header_right_my_account a {
	color: #fff;
}

.page-id-264 .center-header img {
 position: absolute;
 top: -50px;
 margin-top: 0;
 width: 200%;
}

.kostka-distributors a {
	color: #acacac;
	text-align: center;
	font-size: 18px;
	font-family: 'Anton', sans-serif;
}

.fp-banners-box img {
	width: 100%;
	height: auto;
}

.center-header-content.slider-img-title {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 5%);
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	width: 80%;
	bottom: 0;
}


/******** 1.0 END HEADER ********/



/******** 2.0 MENU ********/
#menu-top-menu {
    padding-top: 60px;
}

.navbar-nav {
    float: none;
    margin: 0;
}

.navbar-nav > li {
    float: none;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default a {
    background-color: transparent !important;
}
.navbar.navbar-default {
	padding: 0 0px;
}

#menu-top-menu .menu-item a {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: none;
    transition: all .5s ease;
    padding: 4px;
}

#menu-top-menu .menu-item a:hover {
    color: #ffffff;
}

#left-shop-menu .sub-menu {
	display: none;
	position: relative;
	padding-left: 15px;
}

#left-shop-menu .current-menu-ancestor .sub-menu {
	display: block;
}

#left-shop-menu .menu-item-object-custom > a::after {
	content: "▼";
	position: absolute;
	padding-left: 5px;
	font-size: 10px;
	color: #ffffff;
	margin-top: 3px;
}



/*animation-delay: 0.2s;*/


/******** 2.0 END MENU ********/



/******** 3.0 BODY ********/
body {
    background-color: #000000;
	font-family: 'Oswald', sans-serif;
    font-size: 17px;
}

.container {
	border-left: 1px solid #161616;
	border-right: 1px solid #161616;
}

.btn_wrap {
    display: inline-block;
}

.btn {
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 12px !important;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    border-color: #ffffff;
    border-radius: 0;
}

.special_buttons .btn::after {
    content: " ";
    width: 20px;
    height: 300px;
    background: #fff;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    animation-timing-function: ease-in-out;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -khtml-transition: all 0.1s;
    -ms-transition: all 0.1s;
    animation-name: slideme;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    
}

@keyframes slideme {0%   {left:-20px;}18%   {left:200px;}100% {left:200px;}}
.btn.colored {color:#fff !important;}


.btn:hover {
    border-color: #ffffff;
    color: #ffffff;
    text-decoration: underline;
}

.special_buttons .btn {
    position: relative;
    overflow: hidden;
    color: #fff;
 }

a.btn::before {
    content: "";
}

.kostka-distributors img {
	opacity: 1;
}

.kostka-distributors img:hover {
	opacity: 0.8;
}

.main-row.kostka-shop-page .container {
	width: 100%;
	text-align: center;
}
/******** 3.0 END BODY ********/



/******** 4.0 FOOTER ********/
footer {
    font-size: 11px;
    font-weight: normal;
    padding-top: 90px;
}

.footer::before {
    content: "";
    color: #ffffff;
    position: absolute;
    height: 345px;
    width: 500px;
    border: 2px solid #ffffff;
    left: 0;
    width: 95%;
    right: 0;
    margin: 0 auto;
}

.page-id-346 .footer::before {
    content: "";
    color: #ffffff;
    position: absolute;
    height: 380px;
    width: 500px;
    border: 2px solid #ffffff;
    left: 0;
    width: 95%;
    right: 0;
    margin: 0 auto;
}

.section-footer-boxes {
    padding-top: 20px;
    position: relative;
}

.section-footer-boxes-wrapper {
    position: absolute;
    top: -53px;
    left: 0;
    right: 0;
    width: 90px;
    background-color: #080808;
    border: 20px solid #080808;
    margin: 0 auto;
}

.footer-social-title {
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.section-footer-box {
    text-align: center;
}

.footer-contact {
    color: #ffffff;
}

.footer-contact strong {
    font-weight: bold;
    color: #ffffff;
}

.footer-contact p {
    margin-bottom: 0;
}

.footer-contact-box {
    text-align: center;
}

.footer-contact-text h5 {
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 15px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-contact-text p {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 15px;
    margin-top: 5px;
}

.footer-contact-field input, .footer-contact-field textarea  {
    background-color: #1d1d1d !important;
    border: none;
    color: #ffffff;
    height: 30px;
    margin-top: 5px;
    text-indent: 10px;
    width: 80%;
}

.footer-contact-field input  {
    height: 30px;
}

.footer-contact-field textarea {
    height: 90px;
}

.wpcf7-form-control.wpcf7-submit.btn {
    background-color: transparent;
    margin-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.woocommerce-lost-password .footer-copyright {
    padding-top: 103px;
}

.footer-copyright {
    padding-top: 102px;
    text-align: center;
    font-size: 12px;
    padding-bottom: 15px;
    color: #ffffff;
}

.footer-addon-link {
    margin-top: 30px;
}

.footer-addon-link a {
    color: #ffffff;
}

.footer-contact a {
	color: #ffffff;
}

.footer-contact a:hover {
	text-decoration: underline;
}

/******** 4.0 END FOOTER ********/


.section-footer-box #mc_embed_signup input.email, .newsletter .mc4wp-form-fields input:nth-child(1) {
	font-size: 17px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color: #343434;
	height: 32px;
	padding: 0px 0.4em;
	display: inline-block;
	margin: 0;
	width: 285px;
	vertical-align: top;
	border: 1px solid #ffffff;
	padding: 15px;
	background-color: #1d1d1d !important;
	color: #ffffff;
    margin-right: 6px;
   font-family: 'Oswald', sans-serif;
}

.section-footer-box #mc_embed_signup .button, .newsletter .newsletter-button {
	margin: 0;
	transition: all 0.23s ease-in-out 0s;
	background-color: transparent;
	margin-top: 0px;
	text-align: center;
	font-size: 12px !important;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	border-color: #ffffff;
	border-radius: 0;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	border: 1px solid #ffffff;
	padding: 7px 13px 2px 13px;
}

.section-footer-box #mc_embed_signup .button:hover, .newsletter .newsletter-button:hover {
	background-color: transparent;
	text-decoration: underline;
}

.section-footer-box #mc_embed_signup label, .newsletter .mc4wp-form-fields {
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 5px;
}

.newsletter {
	text-align: center;
	padding: 10px 0 10px 0;
}


/******** 5.0 PAGE LAYOUT & ELEMENTS ********/
#scroll-top {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	text-indent: -9999px;
	background: url('../images/icon_top.png') no-repeat;
	outline: none !important;
}

.content {
    color: #acacac;
    padding-top: 70px;
}

.home .content {
    color: #acacac;
    padding-top: 0;
}

        
        @media (min-width: 1420px) {
            .marketing {
               
            }
            .parent {
                width: 1249px;
            }
            .parent h2 {
                padding: 12px 35px;
                bottom: 202px;
                font-size: 43px;
            }
            #example {
                width: 1400px;
            }
            #example > li {
                width: 439px;
                height: 613px;
                margin-left: -95px;
                border-width: 60px 35px 0px 35px;
            }
            #example > li > .frame {
                height: 613px;
            }
            .rm_mask_right, .rm_mask_left {
                height: 131px;
                width: 630px;
                bottom: -56px;
            }
            .rm_corner_right, .rm_corner_left {
                width: 238px;
                height: 119px;
                left: -77px;
            }
            .rm_corner_right {
                right: -77px;
            }
        }
        
        
        @media (min-width: 980px) and (max-width: 1199px) {
            .parent {
                width: 843px;
            }
            .parent h2 {
                padding: 8px 24px;
                bottom: 136px;
                font-size: 29px;
            }
            #example {
                width: 940px;
            }
            #example > li {
                width: 297px;
                height: 414px;
                margin-left: -64px;
                border-width: 40px 24px 0px 24px;
            }
            #example > li > .frame {
                height: 374px;
            }
            .rm_mask_right, .rm_mask_left {
                height: 88px;
                width: 425px;
                bottom: -37px;
            }
            .rm_corner_right, .rm_corner_left {
                width: 160px;
                height: 80px;
                left: -52px;
            }
            .rm_corner_right {
                right: -52px;
            }
            a.rm_next, a.rm_prev {
                -webkit-transform: scale(0.8);
                    -ms-transform: scale(0.8);
                        transform: scale(0.8);
            }
        }
        
        
        @media (max-width: 979px) {
            .parent {
                width: 649px;
            }
            .parent h2 {
                padding: 6px 18px;
                bottom: 103px;
                font-size: 22px;
            }
            #example {
                width: 724px;
            }
            #example > li {
                width: 228px;
                height: 319px;
                margin-left: -49px;
                border-width: 31px 18px 0px 18px;
            }
            #example > li > .frame {
                height: 288px;
            }
            .rm_mask_right, .rm_mask_left {
                height: 68px;
                width: 327px;
                bottom: -28px;
            }
            .rm_corner_right, .rm_corner_left {
                width: 123px;
                height: 62px;
                left: -40px;
            }
            .rm_corner_right {
                right: -40px;
            }
            a.rm_next, a.rm_prev {
                -webkit-transform: scale(0.61);
                    -ms-transform: scale(0.61);
                        transform: scale(0.61);
            }
        }

.marketing .animated-header-title {
    text-align: center;
}
/******** End rotating image slider ********/

/******** Home slider ********/
.slick-next {
	right: -13px;
}

.slick-prev {
	left: -28px;
	z-index: 2;
}

.slick-prev::before, .slick-next::before {
	font-size: 33px;
	color: #2a2a2a;
}

.slider-homepage.slick-initialized.slick-slider img {
	width: 100%;
}

.container.marketing {
	margin-bottom: 50px;
}

/******** End Home slider ********/

/******** Front page education section ********/

.event-text-covid {
	color: #fff;
	font-size: 16px;
}

.section-educations {
    padding-top: 10px;
    padding-bottom: 20px;
}

.section-educations::before {
	content: " ";
	color: #ffffff;
	position: absolute;
	height: 370px;
	width: 600px;
	border: 2px solid #ffffff;
	left: 0;
	width: 95%;
	right: 0;
	margin: 0 auto;
}

.section-educations-boxes-wrapper {
    position: absolute;
    top: -53px;
    left: 0;
    right: 0;
    width: 200px;
    background-color: #080808;
    border: 20px solid #080808;
    margin: 0 auto;
}

.section-educations-boxes {
    text-align: center;
    position: relative;
}

.section-educations-boxes h3 {
    font-family: 'Anton', sans-serif;
    text-transform: none;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0px;
    line-height: 20px;
}

.section-educations-boxes h4 {
    font-family: 'Anton', sans-serif;
    text-transform: none;
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 15px;
}

.section-educations-box {
    text-align: center;
    margin-top: 80px;
}

.section-educations-box-place h3 {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0px;
    margin-top: 0;
}

.schedule-btn {
    text-align: center;
    margin-top: 30px;
}

.section-educations-box-date {
    font-family: 'Anton', sans-serif;
    text-transform: none;
    font-size: 15px;
    color: #ffffff;
    margin-top: 10px;
}

.section-educations-box-organizer h4 {
    font-family: 'Anton', sans-serif;
    text-transform: none;
    font-size: 15px;
    color: #ffffff;
    margin-top: 10px;
}

/******** End front page education section ********/

/******** Front page line section ********/
.section-line {
    padding-top: 90px;
    padding-bottom: 20px;
}


.section-line-header h3 {
    font-family: 'Anton', sans-serif;
    font-size: 26px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 10px;
}

.section-line-right {
    border: 2px solid #ffffff;
    position: relative;
    height: 350px;
}

.section-line-right img {
    position: absolute;
    left: 30%;
    top: -40px;
}

.section-line-first .section-line-right::before {
    content: "";
    background-color: #080808;
    width: 50px;
    height: 250px;
    position: absolute;
    left: -5px;
    top: 48px;
}

.section-line-second .section-line-right::before {
    content: "";
    background-color: #080808;
    width: 50px;
    height: 250px;
    position: absolute;
    right: -5px;
    top: 48px;
}

.section-line-first .section-line-right::after {
    content: url('../images/Kostka_logo_small.png');
    width: 500px;
    height: 250px;
    position: absolute;
    left: -33px;
    top: 53px;
}

.section-line-second .section-line-right::after {
    content: url('../images/Kostka_logo_small.png');
    width: 500px;
    height: 250px;
    position: absolute;
    right: -470px;
    top: 53px;
}

.section-line-img1 img {
    left: 15%;
    top: -105px;
}

.section-line-img2 img {
    left: 15%;
    top: -60px;
}

.section-line-img3 img {
    left: 15%;
    top: -105px;
}

.section-line-title {
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
}

/******** End front page line section ********/

/******** Front page catalogue section ********/

.section-catalogue-right {
	border: 2px solid #fff;
	position: relative;
	height: 180px;
}

.section-catalogue-first .section-catalogue-right::before {
	content: "";
	background-color: #000000;
	width: 50px;
	height: 100px;
	position: absolute;
	left: -5px;
	top: 48px;
}

.section-catalogue-first .section-catalogue-right::after {
	content: url('../images/Kostka_logo_small.png');
	width: 500px;
	height: 250px;
	position: absolute;
	left: -33px;
	top: 53px;
}

.section-catalogue.section-catalogue-first img {
	top: 37px;
	left: 35%;
	position: absolute;
	right: 0;
}

.section-catalogue.section-line.section-catalogue-first .section-line-title {
	padding-top: 44px;
	font-size: 52px;
}

/******** End front page catalogue section ********/


/******** Front page galery section ********/
.section-fp-galery {
    padding-top: 0;
    padding-bottom: 50px;
}

.section-fp-galery-boxb img {
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #ffffff;
}

.section-fp-galery-boxb img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    cursor: pointer;
    transition: filter .5s ease-in-out;
}

.section-fp-galery-boxb, .section-fp-galery-boxa1, .section-fp-galery-boxa2, .section-fp-galery-boxa3, .section-fp-galery-boxa4, .section-fp-galery-boxa5, .section-fp-galery-boxa6 {
    padding-left: 0;
    padding-right: 0;   
}

.section-fp-galery-boxa img {
    width: auto;
    height: 100%;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    border: 1px solid #ffffff;
    cursor: pointer;
    transition: filter .5s ease-in-out;
}

.section-fp-galery-boxa {
    padding-right: 0;
    padding-left: 0;
}

.section-fp-galery-boxb .section-line-title.animated-header-title {
	text-align: center;
	margin-top: 47px;
	margin-right: 15px;
	margin-bottom: 44px;
}

.section-educations {
	margin-top: 50px;
}

.home .center-header-content.slider-img-title {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	width: 80%;
	bottom: 0;
}
/******** End front page galery section ********/

/******** 5.0 END PAGE LAYOUT & ELEMENTS ********/

/******** Search results page ********/
.search-no-results .well {
    background-color: #535353;
    border-radius: 0;
    padding: 40px 25px;
}

.search-no-results input {
    background-color: #1d1d1d !important;
    border: none;
    color: #ffffff;
    height: 30px;
    margin-top: 5px;
}

.search-no-results #s {
    text-indent: 10px
}

.search-no-results #searchsubmit {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.search-no-results #searchsubmit:hover {
    text-decoration: underline;
}

.search-results-link h3 {
    color: #ffffff;
    text-indent: 5%;
    font-size: 18px;
}

.search-results-link h3:hover {
    text-decoration: underline;
}
/******** End search results page ********/

/******** Kosta team page ********/

.kostka-team-title {
	margin-bottom: 15px;
	text-align: center;
	font-size: 35px;
}

.kostka-team-title2 {
	margin-bottom: 15px;
	margin-top: 85px;
	text-align: center;
	font-size: 35px;
}

.image-dst-col img {
	width: 100%;
	height: auto;
}

/******** End Kosta team page ********/

/******** About Us page ********/

.woocommerce .center-header-content.slider-img-title, .woocommerce-page .center-header-content.slider-img-title, .page-id-177 .center-header-content.slider-img-title {
	display: none;
}

.page-id-6 .center-header-content.slider-img-title {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	width: 80%;
	/* bottom: 0; */
	top: 50%;
}

.page-id-779 .center-header-content.slider-img-title {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -19%);
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	width: 80%;
	bottom: 0;
}

.page-id-17 .center-header-content.slider-img-title {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -20%);
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	width: 80%;
	bottom: 0;
}

.section-aboutus {
    font-size: 18px;
    color: #acacac;
    padding-top: 0;
    text-align: center;
}

.section-aboutus-text p {
	text-align: left;
}

.section-aboutus-text {
	padding-top: 30px;
	padding-left: 11%;
	padding-right: 11%;
}

.section-aboutus-text h3 {
	font-family: 'Anton', sans-serif;
}

.section-aboutus-image img {
    margin-top: 25px;
}

/******** End About Us page ********/


/******** Educations page ********/
.section-page-educations {
    color: #acacac;
    text-align: center;
    font-size: 18px;
}

.educations-page-header-title {
	margin: 0 0 10px;
	text-align: left;
	padding: 0 11%;
}

.section-page-educations img {
    margin-top: 20px;
    margin-bottom: 20px;
}

/******** End Educations page ********/

/******** Events page ********/
.section-page-events {
    padding-top: 70px;
    color: #acacac;
    text-align: center;
    font-size: 18px;
    font-family: 'Anton', sans-serif;
}

.section-page-events-box {
    margin-top: 90px;
}

.section-page-events-box h2 {
    color: #ffffff;
}

.section-educations-box-organizer a {
    color: #ffffff;
}

.section-educations-box-organizer a:hover {
    color: #ffffff;
    text-decoration: none;
}

/******** End Events page ********/

/******** Video page ********/

#section-video {
	margin-top: 30px;
}

#section-video {
	font-size: 18px;
	color: #acacac;
	 font-family: 'Anton', sans-serif;
	padding-top: 0;
	text-align: center;
}

.section-video-text {
	padding-bottom: 25px;
}

/******** End Video page ********/

/******** Contact page ********/
.page-id-17 .wpcf7-text, .footer-contact-box .wpcf7-text {
	border: 1px solid #ffffff;
	padding: 15px;
	width: 100%;
	background-color: #1d1d1d !important;
	color: #ffffff;
	font-weight: 500;
}

.page-id-17 .contact-page-section-div2 label, .footer-contact-box .contact-page-section-div2 label {
    width: 100%;
}

.page-id-17 .wpcf7-textarea, .footer-contact-box .wpcf7-textarea {
    margin-top: 20px;
    padding: 10px;
    width: 100%;
    border: 1px solid #ffffff;
    background-color: #1d1d1d !important;
    color: #ffffff;
font-weight: 500;
}

.section-contact-page {
   /* padding-top: 70px; */
}

.contact-page-map {
    padding-top: 65px;
}

.footer-contact-address {
    margin-bottom: 20px;
    font-size: 16px;
    color: #ffffff;
    border-bottom: 1px solid #5A5A5A;
    padding-bottom: 20px;
}

.footer-contact-address strong {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #080808 !important;
}

/******** End Contact page ********/

/******** Terms page ********/
.page-id-177 .content {
    text-align: center;
}

.page-id-177 .content a {
    color: #ffffff;
}

.page-id-177 .content h2 {
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 25px;
    font-size: 18px;
}
/******** End Terms page ********/

/******** Kosta team page ********/

.page-id-346 {
	font-size: 18px;
}

.kostka-team-title {
	margin-bottom: 15px;
	text-align: center;
	font-size: 35px;
}

.kostka-team-title2 {
	margin-bottom: 15px;
	margin-top: 85px;
	text-align: center;
	font-size: 35px;
}

.image-dst-col img {
	width: 100%;
	height: auto;
}

/******** End Kosta team page ********/

/******** 404 page ********/
.page-404 .well {
    background-color: #535353;
    border-radius: 0;
    padding: 40px 25px;
}

.page-404 input {
    background-color: #1d1d1d !important;
    border: none;
    color: #ffffff;
    height: 30px;
    margin-top: 5px;
}

.page-404 #searchsubmit {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.page-404 #searchsubmit:hover {
    text-decoration: underline;
}
/******** End 404 page ********/

/******** WOO COMMERCE PAGE ********/
.main-shop-page-title {
    margin-bottom: 50px;
}

.add_to_cart_button, .single_add_to_cart_button {
    border: 1px solid #ffffff !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #ffffff !important;
}

a.add_to_cart_button:hover, .single_add_to_cart_button:hover {
    text-decoration: underline !important;
}

.button.product_type_simple.ajax_add_to_cart {
	border: 1px solid #ffffff !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	color: #ffffff !important;
}

.woocommerce-pagination .page-numbers {
	border: 1px solid #ffffff !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	color: #ffffff !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover,
 .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #1d1d1d !important;
	color: #8a7e88;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	padding: 8px 10px 6px 10px;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: none;
}

.left-shop-menu {
    padding-left: 10px;
}

.woocommerce-loop-product__title {
    color: #ffffff;
}

.woocommerce .price {
    color: #ffffff !important;
}

#left-shop-menu a {
    color: #ffffff;
    margin-top: 3px;
    display: inline-block;
    text-transform: uppercase;
}

#left-shop-menu a:hover {
    text-decoration: underline;
}

#left-shop-menu .current-menu-item a {
    color: #ffffff;
}

.orderby {
    color: #ffffff;
    padding: 7px;
    background-color: #1d1d1d !important;
}

.woocommerce ul.products li.product a img {
  color: #666;
  display:inline-block;
  margin:0;
  text-transform:uppercase;
 }

 .woocommerce-loop-product__link img {
   
    transition: all 1s ease;
    border-color: transparent;
}

.woocommerce-loop-product__link img:hover {
    box-shadow: 0 0 0 2px #ffffff !important;
    transition: .5s ease;
    outline: 1px solid #ffffff;
    outline-offset: -11px;
}

.product_meta .posted_in a {
    color: #ffffff;
}

.quantity input {
    background-color: #000;
    border-color: #000;
    padding: 4px 4px 8px 1px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 50px;
}

.panel {
    background-color: transparent;
}

#tab-description h2 {
    color: #ffffff;
    font-family: 'Anton', sans-serif;
}

.products h2 {
    color: #ffffff;
}

#tab-title-description {
    background-color: transparent;
    border-color: #d3ced2;
    font-family: 'Anton', sans-serif;
    border-radius: 0;
}

.button.wc-forward, .actions .button, #place_order {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 0 !important;
}

.button.wc-forward:hover {
    text-decoration: underline;
}

.woocommerce-message {
    background-color: #353535;
    color: #ffffff;
}

.product-name a {
    color: #ffffff;
}

.cart_totals h2 {
    color: #ffffff;
    text-transform: uppercase;
}

.woocommerce .form-row input, .woocommerce .woocommerce-input-wrapper textarea{
    background-color: #1d1d1d !important;
    border: none;
    color: #ffffff;
    height: 30px;
    margin-bottom: 5px !important;
    text-indent: 10px;
}

.button.product_type_simple {
	border: 1px solid #ffffff !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	color: #ffffff !important;
}

#select2-billing_country-container {
    background-color: #1d1d1d;
    border: none;
    color: #ffffff;
}

.select2-dropdown {
    background-color: #1d1d1d;
    color: #ffffff;
}

.select2-container--default .select2-selection--single {
    background-color: #1d1d1d;
    border: 1px solid #1d1d1d;
    border-radius: 0;
}

#order_review_heading, .woocommerce-billing-fields h3, .ship-to-different-address span {
    color: #ffffff;
    text-transform: uppercase;
}

.woocommerce-checkout-payment {
    background-color: #000000 !important;
}

.woocommerce-privacy-policy-link {
    color: #ffffff !important;
}

mark {
	background: #000;
	color: #fff;
	border: 1px solid #363636;
	padding: 1px 4px;
	margin-left: 10px;
	font-size: 11px;
}

.woocommerce ul.products li.product a img:hover {
	box-shadow: 0 0 0 2px #ffffff !important;
	transition: .5s ease;
	outline: 1px solid #ffffff;
	outline-offset: -11px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
	padding: .5em 0;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.woo-entry-new-badge {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	text-transform: uppercase;
	background-color: #c49652;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 7px;
}

.purchase-this-product-btn {
	padding: 8px 15px;
	border: 1px solid #f5ce95;
	color: #fff !important;
	margin-bottom: 25px;
	display: inline-block;
	text-transform: uppercase;
}

.woocommerce-message {
	border-top-color: #ffffff;
}

.woocommerce-message::before {
	color: #ffffff;
}

#ship-to-different-address, .restore-item {
	color: #ffffff;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: transparent;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 12px !important;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	border-color: #ffffff;
	border-radius: 0;
	border: 1px solid #ffffff;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
}

/******** END WOO COMMERCE PAGE ********/

/******** DISTRIBUTORS ********/

.distributor-desc {
	font-size: 15px;
	line-height: 17px;
}

.distributor-name {
	font-size: 17px;
	color: #ffffff;
}

.distributor-country {
	color: #ffffff;
}

/******** SHARE BUTTON ********/

.page .addtoany_content {
	margin-top: 25px !important;
	margin-left: 12px !important;
}

.addtoany_list a, .widget .addtoany_list a {
	padding: 0 10px;
	margin: 16px 0;
}

.a2a_kit.a2a_kit_size_26.addtoany_list span {
	border: 1px solid #f5ce95;
	border-radius: 0px !important;
	padding: 2px;
}

.addtoany_content {
	margin-top: 30px!important;
}

/******** PRESS RELEASE ********/
.press-release-content a, .press-release-content {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.5px;
}

.press-release-content img {
	margin-bottom: 10px;
	width: 200px;
	height: 69px;
}

.press-release-content .section-press-release-box {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	height: 140px;
}

.press-release-content.row h1 {
	margin-top: 50px;
	margin-left: 25px;
	margin-bottom: 15px;
}


/******** END PRESS RELEASE ********/

/******** 6.0 MEDIA QUERIES ********/

    @media only screen and (max-width : 1390px) {
.section-footer-box #mc_embed_signup input.email, .newsletter .mc4wp-form-fields input:nth-child(1) {
	width: 270px;
}

.section-catalogue-right img {
	width: 38%;
}

}

    @media only screen and (max-width : 1340px) {

.press-release-content .section-press-release-box {
	padding-left: 15px;
	padding-right: 15px;
}


.section-footer-box #mc_embed_signup input.email, .newsletter .mc4wp-form-fields input:nth-child(1) {
	width: 60%;
}

.section-footer-box #mc_embed_signup .button {
	padding: 0 9px;
}

.section-line-img1 img, .section-line-img3 img {
	width: 90%;
	height: auto;
}

.section-catalogue-right img {
	width: 38%;
}

.section-line-title {
	margin-top: 20px;
}

.animated-header-title {
	font-size: 39px;
	line-height: 40px;
}

.section-line-img2 img {
	left: 3%;
	width: 90%;
	height: auto;
}

.section-line-right {
	height: 280px;
}

.section-line-first .section-line-right::before, .section-line-second .section-line-right::before {
	height: 180px;
}

.list-inline > li {
	padding-right: 4px;
	padding-left: 4px;
}

.section-fp-galery-boxa img {
	width: 100%;
	height: auto;
}

.section-page-educations p {
	padding-left: 18%;
}

.woocommerce-page .content {
	padding-top: 20px;
}

.navbar.navbar-default, .shop-header .navbar-collapse, .right-header {
	padding-left: 0;
	padding-right: 0;
}

#menu-top-menu .menu-item a {
	font-size: 15px;
	padding: 1px;
}

.section-fp-galery-boxb .section-line-title.animated-header-title {
	margin-top: 32px;
	margin-bottom: 22px;
}

.header-btn-line-social {
	margin-top: 180px;
}

.content-header::before {
	height: 500px;
}

.section-line-img3 img {
	top: -87px;
}

.footer::before {
    height: 335px;
}

.distributor-country {
	font-size: 15px;
}

.distributor-desc {
	line-height: 15px;
}

}

/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

.press-release-content.row h1 {
	font-size: 40px;
}

.section-footer-box #mc_embed_signup label {
	line-height: 21px;
}

.page-id-346 footer {
	padding-top: 80px;
}

.section-line-img1 img, .section-line-img3 img {
	left: 14%;
}

.section-line-right.section-line-img1, .section-line-left.section-line-img2, .section-line-right.section-line-img3 {
	width: 63%;
}

.container.section-line {
	overflow: hidden;
}

.section-educations-box {
	margin-top: 45px;
}

footer {
	padding-top: 135px;
}

.section-line-img3 img {
	top: -81px;
}

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

.press-release-content .section-press-release-box {
	height: 110px;
}

.section-catalogue.section-line.section-catalogue-first .section-line-title {
	padding-top: 44px;
	font-size: 38px;
	line-height: 45px;
}

.section-catalogue.section-catalogue-first img {
	top: 15px;
	left: 35%;
}

.header-btn-line-social {
	margin-left: 0;
}

#header-box {
	background-position: 20px 100px;
}

.content-header::before {
	height: 490px;
}

.right-header {
	top: 130px;
}

.section-fp-galery-boxa img {
	width: 100%;
	height: auto;
}

.animated-header-title {
	font-size: 30px;
	line-height: 30px;
	margin-top: 5px;
}

.section-line-right {
	height: 205px;
}

.section-line-first .section-line-right::before, .section-line-second .section-line-right::before {
	height: 110px;
}

.section-line-header h3 {
	font-size: 23px;
}

.footer-contact-field input, .footer-contact-field textarea {
	width: 100%;
}

.footer-copyright {
	padding-top: 35px;
}

.page-id-17  label {
	font-weight: 500;
	font-size: 11px;
}

.page-id-17 .wpcf7-text {
	padding-left: 10px;
}

.section-page-educations p {
	padding-left: 3%;
}

.section-page-educations .container {
	width: 100%;
}

.footer::before {
	height: 400px;
}

.page-id-6 .content {
	padding-top: 10px;
}

.shop-header .right-header {
	top: 0px;
}

.shop-header #menu-top-menu .menu-item a {
	font-size: 14px;
	padding: 2px;
}

.page-id-125 .content {
	padding-top: 40px;
}

.main-shop-page-title {
	margin-bottom: 25px;
}

.woocommerce div.product div.images {
	width: 38%;
	margin-right: 15px;
}

.woocommerce div.product div.summary {
	width: 35%;
}

.marketing .parent {
	transform: scale(0.7);
	margin-left: -50px;
}

.header-btn-line-social {
	margin-top: 290px;
}

.section-line-img3 img {
	top: -62px;
}

#menu-top-menu {
	padding-top: 100px;
}

.addtoany_content {
	margin-top: 0 !important;
}

.section-footer-box #mc_embed_signup input.email, .newsletter .mc4wp-form-fields input:nth-child(1) {
	margin-bottom: 7px;
}

.section-footer-box #mc_embed_signup input.email, .newsletter .mc4wp-form-fields input:nth-child(1) {
	width: 95%;
}

.page-id-346 .footer::before {
	height: 495px;
}

.center-header-button {
	margin-bottom: 10px;
}

.top_header_right {
	position: relative;
	text-align: left;
	top: 0px;
}

.top_header_right_basket {
	position: relative;
}

.top_header_right span {
	top: 0px;
	text-align: center;
	position: absolute;
	right: -15px;
}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 979px) {
.marketing .parent {
	transform: scale(0.8);
	margin-left: 30px;
}

.section-fp-galery-boxb .section-line-title.animated-header-title {
	margin-top: 22px;
	margin-bottom: 20px;
}

.col-md-4.kostka-distributors.col-xs-4.col-sm-4 {
	display: block;
	margin-left: 0;
	margin-right: 0;
	width: 33%;
}

.kostka-distributors img {
	height: auto;
	width: 100%;
}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

.press-release-content .section-press-release-box {
	margin-top: 10px;
	margin-bottom: 10px;
	height: auto;
}

.home .center-header-content.slider-img-title {
	transform: translate(-50%, -21%);
}

.section-footer-box #mc_embed_signup .button {
	width: 20%;
}

.section-footer-box #mc_embed_signup input.email, .newsletter .mc4wp-form-fields input:nth-child(1) {
	width: 70%;
	margin-bottom: 7px;
}

.section-footer-box #mc_embed_signup .clear {
	display: inline;
	width: 100%;
} 

.page-id-346 .content {
	padding-top: 110px;
}

.main-row.section-page-educations img {
	width: 100%;
	height: auto;
}

#menu-top-menu {
	padding-top: 10px;
	background: #000000;
}

.navbar {
	margin-bottom: 0px;
}

.logo-header {
	width: 30%;
	float: left;
}

.shop-header .right-header {
	top: 20px;
	right: 0;
	position: absolute;
	z-index: 999;
}

.kostka-logo-header img {
	position: relative;
	z-index: 99999;
}

#bs-example-navbar-collapse-1 {
	padding-left: 0;
	background-color: #000;
}

.shop-header #menu-top-menu {
	padding-top: 15px;
	text-align: center;
	width: 100%;
}

.page-id-17 .content {
	padding-top: 50px;
}

.contact-page-section-div2 {
	padding-top: 20px;
}

.page-id-17  label {
	font-weight: 700;
	font-size: 14px;
}

.top_header_left {
	font-size: 23px !important;
}

.content-header::before {
	height: 342px;
}

.right-header {
	top: 50px;
}

.content-header::before {
	height: 340px;
}

#header-box {
	background-position: 60px 10px;
}

.section-educations-box {
	margin-top: 45px;
}

.section-educations:before {
    height: 450px;
}

.footer::before {
	height: 820px;
}

#menu-top-menu {
	padding-top: 10px;
	background: #080808;
}

.navbar {
	margin-bottom: 0px;
}

.logo-header {
	width: 30%;
	float: left;
}

.right-header {
	float: left;
}

.section-educations-box {
	width: 33%;
}

.section-fp-galery {
	padding-top: 90px;
	padding-bottom: 75px;
}

.section-line {
	padding-top: 20px;
    padding-bottom: 40px;
}

.section-line-left, .section-catalogue section-line section-catalogue-first {
	width: 38%;
    float: left;
}

.section-line-right.section-line-img1, .section-line-right.section-line-img2,
 .section-line-right.section-line-img3, .section-catalogue-right.section-line-img3 {
	width: 60%;
    float: left;
}

.shop-header .header-btn-line-social {
	margin-top: 0;
	margin-left: 0;
}

.container.section-line.section-line-second .row {
	margin-left: 0;
}

.section-line-img1 img, .section-line-img3 img {
	top: -58px;
}

.section-line-img2 img {
	top: -45px;
}

.section-line-title, .section-line-header h3 {
	padding-left: 25px;
}

.educations-page-header-title {
	margin-top: 5px;
	margin-bottom: 15px;
}

.section-aboutus-text {
	padding-top: 30px;
	padding-left: 11%;
	padding-right: 11%;
}

.shop-header .right-header {
	top: 65px;
}

.shop-sidebar {
	text-align: center;
}

.single-product .content {
	padding-top: 35px;
}

.woocommerce div.product div.images {
	width: 100%;
}

.woocommerce div.product div.summary {
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0 0 0;
}

.header-btn-line-social {
	margin-top: 220px;
}

.shop-header .navbar-nav > li {
	float: left;
	margin-right: 15px;
}

.shop-header #menu-top-menu {
	padding-top: 15px;
}

.section-aboutus-text {
	margin-top: 50px;
}

.section-fp-galery {
	padding-top: 0;
}

.kostka-shop-page .container {
	width: 100%;
}

.main-row.kostka-shop-page {
	padding-top: 60px;
}

.col-md-4.kostka-distributors.col-xs-12.col-sm-4 img {
	width: 100%;
	float: left;
}

.col-md-4.kostka-distributors.col-xs-12.col-sm-4 {
	float: left;
	width: 33%;
}

.shop-header .navbar-nav > li {
	float: none;
	margin-right: 15px;
}

.addtoany_content {
	margin-top: 71px!important;
	margin-left: 12px!important;
}

.page-id-346 footer {
	padding-top: 70px;
}

.newsletter .newsletter-button {
	margin-top: 0px;
}

.newsletter {
	padding: 10px 0 0 0;
}

.page-id-346 .footer::before {
	height: 865px;
}

.section-catalogue-right img {
	width: 27%;
}

.section-catalogue.section-line.section-catalogue-first .section-line-title {
	font-size: 32px;
	line-height: 38px;
}



    }


    /* Small Devices, Tablets */
    @media only screen and (max-width : 710px) {

.marketing .parent {
	transform: scale(0.8);
    margin-left: 10px;
}

.animated-header-title {
	font-size: 26px;
	line-height: 30px;
	margin-top: 15px;
}

.section-line-header h3 {
	font-size: 22px;
}

.section-line-img1 img, .section-line-img3 img {
	top: -47px;
}


}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 670px) {

.marketing .parent {
	transform: scale(0.7);
}

.animated-header-title {
	font-size: 26px;
	line-height: 27px;
}

.section-line-header h3 {
	font-size: 21px;
}

.section-line-title, .section-line-header h3 {
	padding-left: 20px;
}

.addtoany_content {
	margin-top: 66px !important;
}

.container.marketing br:nth-child(2) {
	display: none;
}

.kostka-team-title2 {
	margin-top: 60px;
}

}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 630px) {

#header-box {
	background-image: none;
} 

.marketing .parent {
	transform: scale(0.7);
	margin-left: -45px;
}

.top_header_left {
	font-size: 20px !important;
	letter-spacing: 2px;
}

.content-header::before {
	height: 250px;
}

.logo-header {
	width: 20%;
	float: left;
}

.right-header {
	width: 40%;
	float: left;
}

.section-line-right {
	height: 180px;
}

.section-line-first .section-line-right::before, .section-line-second .section-line-right::before {
	height: 95px;
}

.section-line-header h3 {
	font-size: 17px;
	line-height: 16px;
}

.animated-header-title {
	font-size: 22px;
	line-height: 22px;
}

.section-catalogue.section-line.section-catalogue-first .section-line-title {
	padding-top: 0;
	font-size: 32px;
	line-height: 38px;
}

footer {
	padding-top: 50px;
}

.section-line-img1 img, .section-line-img3 img {
	top: -45px;
}

.section-line-img2 img {
	top: -35px;
}

.section-educations::before {
	height: 360px;
}

.content .section-page-educations {
	padding-top: 35px;
}

.section-page-educations p {
	padding-left: 2%;
}

.container.marketing {
	margin-top: 0;
}

.marketing .featurette {
	margin-top: -35px;
}

.header-btn-line-social {
	margin-top: 145px;
}

.content {
	color: #acacac;
	padding-top: 0;
}

.page-id-6 .content {
	padding-top: 0;
}

.section-aboutus-text {
	padding-top: 30px;
}

.page-id-17 .content {
	padding-top: 30px;
}

.section-aboutus-text {
	margin-top: 0;
}
.section-educations {
	padding-top: 10px;
	padding-bottom: 50px;
}

.woocommerce-page .content {
	padding-top: 35px;
}

.main-row.kostka-shop-page {
	padding-top: 10px;
}

.addtoany_content {
	margin-top: 0 !important;
}

.slick-prev, .slick-next {
	display: none !important;
}

.kostka-team-title2 {
	margin-top: 40px;
}

}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 560px) {

.home .slider-img-title .animated-header-title {
	font-size: 21px;
	margin-top: -15px;
	line-height: 25px;
}

.section-footer-box #mc_embed_signup input.email, .newsletter .mc4wp-form-fields input:nth-child(1) {
	width: 65%;
}

.section-footer-box #mc_embed_signup .button {
	width: 25%;
}

.page-id-346 .content {
	padding-top: 40px;
}

.section-aboutus-text {
	padding-top: 30px;
}

.marketing .parent {
	transform: scale(0.6);
	margin-left: -80px;
}

.archive .header-btn-line-social {
	margin-top: 140px;
}

.archive .content-header::before {
	height: 250px;
}

.featurette {
	margin-top: -50px;
}

.section-educations {
	margin-top: -40px;
}

.section-fp-galery {
	padding-top: 0;
	padding-bottom: 50px;
}

.section-line-first .section-line-right::before, .section-line-second .section-line-right::before {
	height: 80px;
}

.section-line-title {
	margin-top: 10px;
}

.section-line-right {
	height: 155px;
}

.animated-header-title {
	font-size: 18px;
	line-height: 22px;
}

.section-line-header h3 {
	font-size: 15px;
	line-height: 16px;
}

.section-line-title, .section-line-header h3 {
	padding-left: 18px;
}

.section-educations {
	margin-top: 15px;
}

.section-educations {
	padding-top: 10px;
	padding-bottom: 50px;
}

.section-educations-box-date img {
	width: 70%;
	height: auto;
}

footer {
	padding-top: 96px;
}

.page-id-264 footer {
	padding-top: 60px;
}

.section-line-img1 img, .section-line-img3 img {
	top: -36px;
}

.addtoany_content {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.container.marketing br:nth-child(2) {
	display: block;
}

.footer::before {
	height: 820px;
}

.page-id-346 .footer::before {
	height: 903px;
}

}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 540px) {
.footer::before {
	height: 830px;
}

}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 500px) {
.col-md-4.kostka-distributors.col-xs-12.col-sm-4 {
	float: left;
	width: 100%;
}


.top_header_left {
	font-size: 18px !important;
	letter-spacing: 2px;
}

.marketing .parent {
	margin-left: -95px;
}

.section-line-first .section-line-right::before, .section-line-second .section-line-right::before {
	height: 68px;
}

.section-line-right {
	height: 140px;
}

.animated-header-title {
	font-size: 18px;
	line-height: 18px;
}

.marketing .featurette {
	margin-top: -50px;
}

.header-btn-line-social {
	margin-top: 135px;
}

.content-header::before {
	height: 250px;
}

.section-aboutus-text {
	padding-top: 25px;
}

.section-educations-box-place h3 {
	font-size: 16px;
}

.section-line-header h3 {
	font-size: 14px;
	line-height: 16px;
}

.woocommerce-page .content {
	padding-top: 40px;
}

footer {
	padding-top: 140px;
}

.section-educations {
	padding-bottom: 0;
}

.kostka-distributors {
	text-align: center;
}

}


    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
.page-id-6 .center-header-content.slider-img-title {
	top: 34%;
}

.footer::before {
	height: 817px;
}

.woocommerce-product-details__short-description {
	margin-bottom: 15px;
}

.page-id-17 .header-btn-line-social, .page-id-50 .header-btn-line-social, .page-id-6 .header-btn-line-social  {
	margin-top: 110px;
}

.page-id-17 .content-header::before, .page-id-50 .content-header::before, .page-id-6 .content-header::before  {
	height: 180px;
}

.page-id-17 .content, .page-id-50 .content {
	padding-top: 0;
}

.page-id-6 .content {
	padding-top: 20px;
}

.section-aboutus-text h2 {
	font-size: 21px;
}

.section-aboutus-image img {
	margin-top: 18px;
	margin-bottom: 15px;
}

.section-educations-box {
	width: 100%;
}

.section-educations-box-date img {
	height: auto;
	width: 30%;
}

.section-educations-box {
	margin-top: 20px;
}

.top_header_left {
	font-size: 15px !important;
	letter-spacing: 1px;
}

.footer::before {
	height: 805px;
}

.footer-social-title {
	margin-top: 25px;
}

.logo-header {
	width: 20%;
	float: left;
}

.header-btn-line-social {
	margin-top: 175px;
}

.content-header::before {
	height: 240px;
}

.section-line-title {
	margin-top: 10px;
}

.section-educations:before {
    height: 900px;
}

.section-fp-galery {
	padding-top: 35px;
    padding-bottom: 40px;
}

.section-line-right.section-line-img1, .section-line-right.section-line-img2,
 .section-line-right.section-line-img3 {
	width: 55%;
}

.section-line-left {
	width: 44%;
}
.section-line-right {
	height: 120px;
}

.section-line-first .section-line-right::before, .section-line-second .section-line-right::before {
	height: 70px;
}

.section-line-first .section-line-right::after, .section-line-second .section-line-right::after  {
	top: 25px;
}

.section-line-first .section-line-right::before, .section-line-second .section-line-right::before {
	height: 50px;
}

.animated-header-title {
	font-size: 17px;
	line-height: 17px;
}

.section-line-header h3 {
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
}

.section-line-img1 img, .section-line-img3 img {
	top: -28px;
}

.section-line-img2 img {
	top: -26px;
}

#bs-example-navbar-collapse-1 {
	padding-left: 0;
}

.archive .header-btn-line-social {
	margin-top: 130px;
}

.archive .content-header::before {
	height: 200px;
}

.content .section-page-educations, .content .section-aboutus-first {
	padding-top: 0;
}

.page-id-50 .content {
	padding-top: 0;
}

.section-page-educations p {
	font-size: 15px;
	line-height: 22px;
}

.gold-text {
	font-size: 16px;
}

.educations-page-header-title {
	font-size: 21px;
}

.section-aboutus-text {
	padding-top: 0;
}

.marketing .parent {
	margin-left: -140px;
    transform: scale(0.5);
}

.section-line-title, .section-line-header h3 {
	padding-left: 19px;
	font-size: 25px;
	padding-top: 20px;
}

.page-id-264 .content-header::before {
	height: 200px;
}

.page-id-264 .header-btn-line-social {
	margin-top: 110px;
}

.section-fp-galery-boxb .section-line-title.animated-header-title {
	margin-top: 0;
}

.section-fp-galery {
	padding-top: 0;
}

.section-line-title, .section-line-header h3 {
	padding-left: 11px;
	font-size: 16px;
	padding-top: 0px;
	line-height: 18px;
}

footer {
	padding-top: 130px;
}

.container.section-educations::before {
	height: 850px;
}

.section-fp-galery .section-line-title {
	font-size: 24px;
	padding-top: 0;
}

.marketing .section-line-title {
	font-size: 24px;
	padding-top: 3px;
}

.col-md-4.kostka-distributors.col-xs-12.col-sm-4 img {
	width: auto;
	float: none;
}
.main-row.kostka-shop-page {
	padding-top: 0;
}

.kostka-distributors img {
	height: auto;
	width: 120%;
}

.page-id-346 .footer::before {
	height: 875px;
}

.btn_wrap {
	display: inline-block;
	margin-bottom: 10px;
}

.page-id-50 .center-header-content.slider-img-title {
	transform: translate(-50%, -15%);
}


    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 450px) {
.footer::before {
	height: 820px;
}


    }


    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 430px) {

.container.section-educations::before {
	height: 780px;
}

.section-line-title, .section-line-header h3 {
	font-size: 14px;
}

.page-id-346 footer {
	padding-top: 45px;
} 

.section-footer-box #mc_embed_signup .button {
	width: 30%;
}

.footer::before {
	height: 845px;
}

.section-footer-box #mc_embed_signup input.email, .newsletter .mc4wp-form-fields input:nth-child(1) {
	width: 95%;
}


.page-id-346 .footer::before {
	height: 905px;
}
    }
    
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 410px) {
        .page-id-346 .footer::before {
	height: 935px;
}
}


    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 390px) {

.distributor-name {
	font-size: 16px;
}

.container.section-educations::before {
	height: 800px;
}

.top_header_left {
	font-size: 14px !important;
}

.right-header {
	padding-left: 0;
	padding-right: 0;
}
#menu-top-menu .menu-item a {
	font-size: 15px;
}

#menu-top-menu {
	background-color: #080808;
	width: 150px;
	z-index: 99999;
	position: relative;
}

.animated-header-title {
	font-size: 14px;
	line-height: 15px;
}

.section-line-right {
	height: 100px;
}

.section-line-first .section-line-right::before, .section-line-second .section-line-right::before {
	height: 38px;
}

.section-aboutus-text h2 {
	font-size: 15px;
}

.section-aboutus-text h3 {
	font-size: 20px;
}

.marketing .parent {
	margin-left: -160px;
    transform: scale(0.4);
}

.marketing .animated-header-title {
	text-align: center;
	font-size: 25px;
	padding-top: 20px;
}

.section-line-title, .section-line-header h3 {
	padding-left: 13px;
	font-size: 12px;
	padding-top: 0px;
}

.section-fp-galery {
	margin-top: -40px;
}

.section-fp-galery .section-line-title {
	font-size: 22px;
	padding-top: 5px;
}

.container.section-educations::before {
	height: 760px;
}
.section-line-img1 img, .section-line-img3 img {
	top: -26px;
}

  
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 350px) {

.top_header_left {
	font-size: 12px !important;
}

.animated-header-title {
	font-size: 13px;
	line-height: 14px;
}

.page-id-264 .center-header-content {
	top: 95px;
}

footer {
	padding-top: 160px;
}
.section-line-header h3 {
	padding-left: 17px;
	font-size: 11px;
}

.section-line-img1 img, .section-line-img3 img {
	top: -23px;
}

.footer::before {
	height: 850px;
}


    }
    
    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 335px) {
        
.page-id-346 .footer::before {
	height: 960px;
}
}

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

.top_header_left {
	font-size: 10px !important;
}

.animated-header-title {
	font-size: 12px;
	line-height: 14px;
}

.section-line-header h3 {
	font-size: 11px;
	line-height: 13px;
}
        
    }
    
    /******** 6.0 END MEDIA QUERIES ********/