/* Topbar */
.aux-top-header {
	padding: 3px 0px;
}
.aux-top-header .aux-bus2-phone-icon {
	display: inline-block;
	font-size: 21px;
	line-height: 23px;
	vertical-align: middle;
	margin-right: 10px;
	transform: scaleX(-1);
}

.aux-top-header .aux-bus2-tell-text {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-right: 20px;
	vertical-align: middle;   
}

.aux-top-header .aux-search-section {
	display: none;
}

.aux-top-header  .aux-social-list {
  transform: translateY(2px);
}
.aux-top-header  .aux-social-list li {
  margin-left: 10px;
  font-size: 17px;
}
.aux-top-header  .aux-social-list li a {
  color: #FFF;
}

aux-bus2-slider-controler  {display:none}
.aux-top-header  .aux-social-list li a:hover {
  color: #198A46 !important;
}

/* Header */

.site-header-section {
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.14);
}

.site-header-section .aux-search-section {
  margin-left: 15px;
}

.site-header-section .aux-search-section .aux-search-icon {
  color: #198A46;
}

.site-header-section .aux-menu-box {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.site-header-section .aux-btns-box .aux-button .aux-text {
	text-shadow: initial;
}
.site-header-section .aux-btns-box .aux-button {
	    font-family: "Quicksand" !important;
    font-weight: 500 !important;
    padding: 18px 45px !important;
box-shadow: 6px 6px 25px 0px rgba(0, 217, 166, 0.35);
    
	background: #2AD510;
    
	transition: background-color 300ms ease-out, border-color 300ms ease-out, padding 50ms ease-out, color 50ms ease-out, box-shadow 300ms ease-out;
}
.site-header-section .aux-btns-box .aux-button:hover {
	box-shadow: 6px 6px 25px rgba( 0, 0, 0, 0.35 );
	background: #198A46;
}

.site-header-section .aux-btns-box .aux-button .aux-overlay:after {
	    background-image: -webkit-linear-gradient(right, #0C0C0C 20%, #474747 100%);
    background-image: -o-linear-gradient(right, #0C0C0C 20%, #474747 100%);
    background-image: linear-gradient(to left, #0c0c0c 20%, #474747 100%);
    background-repeat: repeat-x;
}

/* Footer */
.aux-subfooter .aux-widget-area .widget-container {
  font-size: 16px;
	font-weight: 300;
}
.aux-subfooter .aux-widget-area .widget-container a:hover {
  color: #198A46;
}
.aux-subfooter .aux-widget-area .widget-title {
  font-size: 23px;
  font-weight: bold !important;
  line-height: 29px;
  border-bottom: none;
  position: relative;
  margin-bottom: 30px;
}
.aux-subfooter .aux-widget-area .widget-title:before {
  content: "";
  position: absolute;
	background-image:linear-gradient(180deg, #2ad510 0%, #198A46 100%);
  border-radius: 20px;
  bottom: -5px;
  height: 5px;
  left: 0;
  width: 9px;
  opacity: 0.9;
}
.aux-subfooter .aux-widget-area .widget-title:after {
  content: "";
  position: absolute;
	background-image:linear-gradient(180deg, #2ad510 0%, #198A46 100%);
  border-radius: 20px;
  bottom: -5px;
  height: 5px;
  left: 15px;
  width: 48px;
}
.aux-subfooter .aux-widget-area .menu-footer-container ul li {
  line-height: 26px;
}

.aux-site-footer {
	background-image:linear-gradient(285deg, #0C0C0C 20%, #474747 100%);
  padding: 30px 0px;
}
.aux-site-footer .aux-copyright {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
}
.aux-site-footer .aux-social-list {
  transform: translateY(2px);
}
.aux-site-footer .aux-social-list li {
  margin-left: 10px;
  font-size: 17px;
}
.aux-site-footer .aux-social-list li a:hover {
  color: #198A46;
}


/* Pages */
.page-title-section .page-header {
  background-color: #F9F9F9;
  border-bottom: none;
}
.page-title-section .page-header .page-title {
  font-size: 43px;
  line-height: 54px;
  color: #198A46;
}


/* Single Blog */ 
.single.single-post .entry-header {
  text-align: center;
}
.single.single-post .entry-header .entry-title {
  color: #198A46 !important;
}
.single.single-post .entry-info {
  text-align: center;
  text-transform: uppercase;
  color: #AAAAAA !important;
}
.single.single-post .entry-info .author a {
  color: #AAAAAA !important;
}
.single.single-post .hentry .entry-info [class^=entry-] + [class^=entry-]:before,
.single.single-post .hentry .entry-info .entry-tax a::after {
  border-radius: 0 !important;
  height: 9px !important;
  width: 1px !important;
  color: #AAAAAA !important;
}
.single.single-post footer.entry-meta,
.single.single-post .comment-respond {
  margin-left: 15% !important;
  margin-right: 15% !important;
}
.single.single-post footer.entry-meta .entry-tax {
  font-family: "Quicksand";
  font-weight: 700;
  font-size: 25px;
  font-style: normal !important;
  margin: 50px 0 !important;
}
.single.single-post footer.entry-meta .entry-tax span {
  color: #202020;
}
.single.single-post footer.entry-meta .entry-tax a {
  color: #198A46 !important;
  text-decoration: none !important;
}
.single.single-post  .auxicon-share:before {
	content: '\e6ef';
	font-size: 25px;
}
#commentform input[type="submit"] {
	font-size: 13px;
	    font-family: "Quicksand" !important;
    font-weight: 500 !important;
    padding: 18px 45px !important;
    box-shadow: 6px 6px 25px 0px rgba(0, 217, 166, 0.35);
    border-radius: 150px;
    background-image: linear-gradient(269deg, #198A46 0%, #2ad510 100%);
	float: right;
	margin-top: 50px;
}


/* Single Portfolio */
.has-line {
  position: relative;
}
.has-line::before {
  content: " ";
  width: 53px;
  height: 3px;
  background-color: #3D3D3D;
  left: -78px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

.avt-demo-title {
  color: #3d3d3d;
}

/* Single Portfolio */
.single-portfolio .aux-content-top-margin .aux-primary {
  margin-top: 160px;
}

.aux-single .type-portfolio.aux-side-right .entry-side-title {
  position: relative;
  margin-top: 48px;
  margin-bottom: 35px;
}
.aux-single .type-portfolio.aux-side-right .entry-side-overview {
  margin-bottom: 7px;
}
.aux-single .type-portfolio.aux-side-right .entry-meta-data {
  padding-top: 25px;
}
.aux-single .type-portfolio.aux-side-right > .entry-side .aux-sticky-position {
  position: sticky;
  /* Should be change */
  z-index: 9;
}
.aux-single .type-portfolio.aux-side-right > .entry-side.aux-sticky .entry-side-title {
  left: 0 !important;
}
.aux-single .type-portfolio.aux-side-right > .entry-side .entry-side-title > * {
  font-size: 54px;
  display: block;
  line-height: 64px;
  font-weight: 600;
}
.aux-single .type-portfolio.aux-side-right > .entry-side .avt-demo-title {
  animation: none;
}
.aux-single .type-portfolio.aux-side-right dd {
  margin-bottom: 18px;
}
.aux-single .type-portfolio.hentry .alignnone.size-full,
.aux-single .type-portfolio.hentry .entry-media {
  margin: 0;
}
.aux-single .type-portfolio.hentry .aux-portfolio-columns .entry-title a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 7px;
}
.aux-single .type-portfolio.hentry .entry-main {
  margin-bottom: 0;
}
.aux-single .type-portfolio.hentry .entry-content {
  margin-bottom: 0;
}
.aux-single .type-portfolio.hentry .entry-content p:last-of-type {
  margin-bottom: 0;
}
.aux-single .type-portfolio .entry-actions {
  border-top: none;
  border-bottom: none;
  padding: 0 0 25px 0;
}
.aux-single .type-portfolio .aux-next-prev-posts {
  z-index: 0;
}
.aux-single .type-portfolio .aux-next-prev-posts:not(.aux-sticky-nav).nav-skin-modern {
  margin-top: 0;
}

/* End of single Portfolio */
/* Related posts */
.aux-widget-related-posts .widget-title {
  margin-bottom: 50px;
  letter-spacing: 4px;
  font-size: 14px;
}
.aux-widget-related-posts .hentry .entry-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 25px;
}
.aux-widget-related-posts .hentry .entry-title a:hover {
  color: #3D3D3D;
}

/* End of related posts */
.entry-meta-data .aux-button,
.auxicon-share .aux-text,
.wp_ulike_general_class .count-box,
.aux-socials .aux-text,
.mobile-only {
  display: none;
}

.aux-tooltip-socials-container .aux-tooltip-socials-wrapper {
  left: 0 !important;
}

.aux-next-prev-posts,
.aux-widget-related-posts .aux-media-image {
  z-index: -1;
}

.single-launch {
  font-size: 14px;
  letter-spacing: 4px;
  margin-top: 7px;
  display: block;
  line-height: 64px;
}

@media screen and (max-width: 1023px) {
  .aux-single .type-portfolio.aux-side-right .entry-overview-container,
.aux-single .type-portfolio.aux-side-right .entry-side-title {
    float: right;
    width: 70%;
    left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .aux-single .type-portfolio.aux-side-right .entry-meta-data-container {
    width: 25%;
    vertical-align: top;
  }
  .aux-single .type-portfolio.aux-side-right > .entry-side {
    content: "";
    display: table;
    clear: both;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .aux-single .type-portfolio .entry-main img {
    margin-bottom: 30px !important;
  }

  .aux-resp .aux-about-text-widget .avt-strong-desc {
    text-align: center;
  }
  .aux-resp .aux-content-top-margin .aux-primary {
    padding-top: 1px;
  }
  .aux-resp .widget-socials .aux-social-list {
    display: inline-block;
  }
  .aux-resp .aux-widget-image .aux-alignright {
    float: none;
    text-align: center;
  }
  .aux-resp .aux-content-top-margin .aux-primary {
    margin-top: 0;
  }
  .aux-resp .single-launch {
    position: absolute;
    letter-spacing: 0;
    border: 3px solid #3D3D3D;
    padding: 0 25px;
    line-height: 46px;
    border-radius: 40px;
    margin-top: 25px;
    color: #3D3D3D;
  }
  .aux-resp .single-launch::before {
    content: none;
  }
  .aux-resp .single-launch:hover {
    color: #3D3D3D;
  }
  .aux-resp .entry-actions {
    float: right;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .aux-header-elements .aux-logo-header {
    left: 5%;
    transform: none;
    margin-top: 0;
  }
  .aux-header-elements .aux-burger-box {
    float: right;
    margin-right: 45px !important;
  }

  .aux-bs-row-reverse .aux-vc-row-margin {
    display: flex;
    flex-direction: column-reverse;
  }

  .aux-bs-services-text-medium {
    margin-left: 0 !important;
    margin-top: 70px;
  }

  .single-post .hentry .entry-meta .aux-single-post-share {
    right: 50%;
    transform: translateY(-50%) translateX(50%);
    top: 65%;
  }

  #respond {
    margin: auto;
  }

  .aux-comments {
    margin: auto;
  }

  .aux-bs-services-textbox-info .aux-bs-title-medium .aux-text-widget-content .widget-content {
    max-width: none;
    margin-top: 20px;
  }

  .aux-bs-title-big .aux-text-widget-content .col-title {
    font-size: px2em(52);
    line-height: 78px;
  }

  .aux-bs-title-big.title-blue .aux-text-widget-content .col-title {
    background: none;
    animation: none !important;
    width: 100%;
    transform: none;
    visibility: visible;
    margin-top: 35px;
  }

  .aux-bs-title-big .aux-text-widget-content .widget-content {
    max-width: none;
    margin: 0;
  }

  .aux-bs-counter-blue {
    margin-top: -35px;
  }

  .aux-bs-section-testimonal-title {
    margin-bottom: 75px;
  }

  .aux-widget-testimonial {
    margin-bottom: 50px;
  }

  .aux-bs-content-side-line .aux-text-widget-content .widget-content:before {
    display: none;
  }

  .aux-side-control ~ .aux-mc-controls .aux-next {
    right: -30px !important;
  }

  .aux-side-control ~ .aux-mc-controls .aux-prev {
    left: -30px !important;
  }

  .aux-bs-testimonal .aux-bs-customer-logo {
    padding: 0;
  }

  .aux-single .type-portfolio.aux-side-right .entry-overview-container,
.aux-single .type-portfolio.aux-side-right .entry-side-title {
    float: none;
    width: 100%;
    left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .aux-single .type-portfolio.aux-side-right .entry-meta-data-container {
    float: none;
    width: 100%;
  }
  .aux-single .type-portfolio.aux-side-right .single-launch {
    position: relative;
    display: inline-block;
  }
  .aux-single .type-portfolio.aux-side-right .entry-actions {
    float: none;
  }

  .aux-bs-counter-normal .stats-desc:before {
    display: none;
  }
}

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

	.elementor-13 .elementor-element.elementor-element-19132fb .aux-ico-box {
    padding: 0px 23px 0px 49px;
    display: none!important;
}
	
	.elementor-13 .elementor-element.elementor-element-e30492d .aux-widget-text .aux-text-widget-header {
    padding: 0px 0px 0px 0px;
    display: none;
}
	
	
	.elementor-13 .elementor-element.elementor-element-19132fb .aux-widget-advanced-text {
    text-align: left;
    padding: 0 22px!important;
}
	
	.elementor-13 .elementor-element.elementor-element-e30492d .aux-widget-advanced-text {
    text-align: left;
    padding: 0px 0px 0px 0px;
    padding: 0 22px;
}
	
	.elementor-13 .elementor-element.elementor-element-19132fb .widget-content {
    font-family: "Ubuntu", Sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 45px;
}
	
	
    .single-post .hentry .entry-meta .aux-wpulike,
    .single-post .hentry .entry-meta .aux-single-post-share {
        display: block;
        position: static;
        float: none;
        text-align: center;
        margin-top: 10px;
			margin-left: 0;
			margin-right: 0;
			transform: none
    }
	
	.single-post .hentry .entry-meta .aux-wpulike {
		margin-bottom: 35px;
	}
	
	
.aux-top-header .aux-bus2-tell-text {
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    margin-right: 20px;
    vertical-align: middle;
}

.aux-resp .site-header-section .aux-logo-header {
    max-width: 100%;
    display: inline-block;
}

.aux-logo-header .aux-logo-anchor {
    max-width: 100%;
}
	.aux-top-sticky .site-header-section.aux-sticky .aux-fill .aux-menu-depth-0 > .aux-item-content, .aux-top-sticky .site-header-section.aux-sticky .aux-header-elements {
    height: 65px;
}
	
	.site-header-section .aux-header-elements:not(.aux-vertical-menu-elements), .site-header-section .aux-fill .aux-menu-depth-0 > .aux-item-content {
    height: 65px;
}
	
	.aux-header {min-height:135px}
	
}

/* Ulike */
.wpulike.aux-wpulike .wp_ulike_general_class .wp_ulike_btn:before {
	content: '\e718';
}

.wpulike.aux-wpulike .wp_ulike_general_class .wp_ulike_btn {
	font-size: 26px;
	color: #198A46;
}

.entry-meta .aux-wpulike-single {
	margin-right: 40px;
}

.single.single-post footer.entry-meta .entry-tax {
	margin: 0 !important;
}

.single-portfolio .wpulike.aux-wpulike .wp_ulike_general_class .wp_ulike_btn {
	font-size: 16px;
}

#master-menu-main-header {
	
	width:678px;
}

/* yarlee */
.manslid .slick-slide .title {
display: none;}

.rounded {
border-radius: 50%;
margin: 0 auto 15px;
display: block;}
.circles h4,
.circles p {
color: #fff;
text-align: center;
}
#back_to_top i,
.button_size_4 .button_label {
color: #747474;}
.rmenu h2 {

font-size: 32px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 34px;
padding-bottom: 20px;}
#Action_bar .container {
padding-left: 40px;}
#Action_bar .social li a,
#Action_bar a{
color: #fff;
}
#Action_bar .social {
padding-right: 40px;}
.header-classic #Action_bar .contact_details li, .header-classic #Action_bar .social, .header-classic #Action_bar .social-menu { padding: 7px 0;}

#Action_bar .social li a, #Action_bar a {
    color: #0806a5;
}

[class^="icon-"]:before, [class*=" icon-"]:before {color:#8D6DC4;}

.vc_btn3.vc_btn3-color-violet, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat { background-color: #8D6DC4!important;}

#Top_bar .menu > li > a span:not(.description) {
    display: block;
    line-height: 60px;
    padding: 0 13px;
    white-space: nowrap;
    border-right-width: 1px;
    border-style: solid;
}

#Top_bar .top_bar_right {padding:0px}

#Top_bar .logo {margin:0px}

#Top_bar .menu > li > a span:not(.description) {padding: 0 11px;}

#Top_bar a.button.action_button {background-color: #e89100;}

#Top_bar.is-sticky {min-height:76px}

#Top_bar.is-sticky .top_bar_right_wrapper {
    top: 23px;
}

#Top_bar .logo {
    margin-top: 8px!important;
}

.bdt-post-list .bdt-post-list-item {
    margin-left: 0;
    list-style: none!important;
}

.aux-subfooter>.aux-wrapper>.aux-container {
    padding-top: 0px;
    margin-bottom: 20px;
}

a {
    color: #2AD510;
}


.aux-bus2-slider-controler-numbers {
    padding: 10px 21px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}


@media only screen and (max-width: 1280px) and (min-width: 680px) {
	.aux-resp .site-header-section .aux-logo-header {
		max-width: 136px; }
	
	.aux-semi-full-container>.aux-wrapper>.aux-container, .aux-semi-full-container>.aux-container {

    max-width: none;
    padding-right: 10px;
    padding-left: 10px;
	}
	.site-header-section .aux-menu-depth-0>.aux-item-content {
    display: block;
		    padding: 39px 13px;
    font-size: 13px;}
	
	.site-header-section .aux-btns-box .aux-button {
    
    padding: 15px 30px !important;
}
	
}
@media only screen and (min-width: 780px){

#menu-item-13311 .sub-menu {column-count:4!important; min-width: 400px!important;}

}



.page-title-section .page-header .page-title {
   
    color: #2bcb13!important;
}

.aux-subfooter .aux-widget-area .widget-title:before {background: #2bcb13!important;}

.aux-subfooter .aux-widget-area .widget-title:after {background: #2bcb13!important;}

#responsive-form{
 max-width:100%; 
 margin:0 auto;
    width:100%;
    padding: 20px 0 20px 0;
 
}
.form-row{
 width: 100%;
 
}
 
.site-header-section .aux-menu-box {
    left: 42%;
    position: absolute;
    transform: translateX(-50%);
}
.column-full{ 
float: left;
position: relative;
padding: 0.65rem;
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
 
.column-half{
 float: left;
 position: relative;
 padding: 0.65rem;
 width:50%;
 -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.clearfix:after {
 content: "";
 display: table;
 clear: both;
}


.przyciszczek {background-color:#2AD510; padding:8px 13px;color:white}


.przyciszczek:hover {background-color:#1ea409; padding:8px 13px;color:white}

.form-row br {display:none}

@media only screen and (min-width:768px) and (max-width:1200px)  {
.site-header-section .aux-menu-depth-0>.aux-item-content {
    display: block;
	padding: 2.75em .3125em; } 

#master-menu-main-header {
    width: 552px;
}

}


@media only screen and (max-width: 768px)  {
	.aux-btn2-box {display:none}
	
	#master-menu-main-header {
    width: 100%;
}
}