/**
 * Bethico Template
 * (c) 2020, Bernard Condrau
 *
 * template body based on et-machine from https://enginetemplates.com/
 * template head based on et-startup from https://enginetemplates.com/
 *
 * 0001 - bethico template: general
 * 0002 - bethico template: head (et-startup)
 * 0003 - bethico template: menu (et-startup)
 * 0004 - bethico template: title
 * 0005 - bethico template: button
 * 0006 - bethico template: slider
 * 0007 - bethico template: feature
 * 0008 - bethico template: service
 * 0009 - bethico template: about
 * 0010 - bethico template: partner
 * 0011 - bethico template: team
 * 0012 - bethico template: request
 * 0013 - bethico template: process
 * 0014 - bethico template: testimonial
 * 0015 - bethico template: portfolio
 * 0016 - bethico template: blog
 * 0017 - bethico template: bottom
 * 0018 - bethico template: responsive
 * 0021 - bethico template: bco
 * 0022 - bethico template: mod_jdsimplecontactform
 * 0023 - bethico template: mod_bethico_switcher
 * 0024 - bethico template: mod_bethico_leagues
 * 0025 - bethico template: com_eshop
 * 0026 - bethico template: com_eshop product list
 * 0027 - bethico template: com_eshop cart
 * 0028 - bethico template: mod_eshop cart
 * 0029 - bethico template: bootstrap
 * 0030 - bethico template: et-machine color-preset
 * 0031 - bethico template: menu tooltips
 * 0032 - bethico template: wiki
 * 0033 - bethico template: notification and cookies
 * 0034 - bethico template: alerts
 * 0035 - bethico template: article display
 * 0036 - bethico template: bethico captcha
 */
/**
 * 0001 - bethico template: general
 */
body {
    background: #fff!important;
	color: #848484;
}
/**
 * 0002 - bethico template: head
 */
body.itemid-101 #sp-header {
    background-color: rgba(0,0,0,.83);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
#sp-header {
    background-color: rgba(0,0,0,.83);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
body:not(.itemid-101) #sp-header {
    background: #222;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
.et-header .logo {
   padding: 14px 0;
}
/**
 * 0003 - bethico template: menu
 */
.sp-megamenu-parent {
  float: left;
}
.sp-megamenu-parent > li > a {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li > a:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    position: absolute;
}
#sp-menu .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 27px;
    line-height: 73px;
    font-size: 14px;
    margin: 0;
}
#offcanvas-toggler > .fa {
    color: #fff!important;
}
.sp-megamenu-parent > li .fa-home,
.sp-megamenu-parent > li .fa-users,
.sp-megamenu-parent > li .fa {
    font-size: 25px;
    padding-top: 13px;
    color: #fff;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
    color: #ffffff;
    background-color: var(--text-color);
}
.sp-page-title {
   padding-top: 98px;
}
.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li.active:hover > a {
    color: #fff!important;
    background-color: var(--text-color);
}
#offcanvas-toggler > .fa {
    color: #fffcfc;
}
.offcanvas-menu .sp-module-content {
    width: 100%;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
     line-height: 45px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
	font-size: 1.2rem;
	font-weight: bold;
}
/**
 * 0004 - bethico template: title
 */
.et-title {
	margin-bottom: 45px;
}
.et-title.center {
	text-align: center;
}
.et-title h4 {
    position: relative;
    font-weight: 400;
    letter-spacing: 2px;
    display: inline;
    font-size: 18px;
}
.et-title h4:before,
.et-title h4:after {
    content: "";
    width: 2px;
    height: 15px;
    display: inline-block;
    background: currentColor;
    margin-bottom: -1px;
    margin-right: 8px;
}
.et-title h4:after {
    margin-right: 0;
    margin-left: 8px;
}
.et-title h3 {
    position: relative;
    display: block;
    margin: 7px 0 0;
    color: #1c1c24;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-transform: none;
    z-index: 1;
}
.et-title p {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 22px;
}

/**
 * 0005 - bethico template: button
 */
.sppb-btn-custom {
    padding: 15px 30px;
    border-radius: 0px!important;
}

/**
 * 0006 - bethico template: slider
 */
#et-slider a.slider-btn-2 {
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 0px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
}
#et-slider a.slider-btn-1 {
    color:#000;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 0px;
}
#et-slider a.slider-btn-1:hover {
     color:#fff;
}
.et-slider-content h4 {
    font-size: 40px;
    color: #ffb923;
    line-height: 60px;
    display: block;
    margin-bottom: 8px;
}
.et-slider-content h1 {
    font-size: 90px;
    line-height: 72px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}
.et-slider-content p {
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
}
#et-slider strong {
    display: none!important;
}
.et-slider-text span {
    color: #083061;
    font-weight: 400;
}
.et-slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.et-slider .tp-button {
    position: relative;
    letter-spacing: 3px;
    text-shadow: none!important;
    color: #083061!important;
}
.et-slider .tp-button:hover {
	  color: #fff!important;
}
.et-slider .tp-button i {
	  margin-left: 10px;
}

/**
 * 0007 - bethico template: feature
 */
.et-service-item h3 a:hover {
  color:#000!important;
}
#et-feature .sppb-col-md-6 {
    padding-left: 0px!important;
    padding-right: 0px;
}
#et-feature .sppb-col-md-3 {
    padding: 0px!important;
}
#et-feature .sppb-row-container {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.06);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    position: relative;
    top: -60px;
    background: #fff;
}
.et-slider .tp-revslider-slidesli:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;    
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
.et-testimonial .tp-revslider-slidesli:after {
	background: transparent;
}
.et-testimonial .btc_medium_bold {
	color: var(--text-color);
}
.sppb-section-background-video video {
}
/* .rev_slider .tp-caption {z-index:2} */
.et-feature-item .btc-text {
	color: white;
    font-size: 32px;
	text-transform: uppercase;
}
.et-feature-item .count {
	color: white; /* #444 */
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
	margin: 0 20px;
    text-align: center;
}
@media (max-width: 992px) {
	#sp-page-builder .page-content .sppb-section.btc-faq {
		padding-top: 103px;
	}
	.et-feature-item {
		line-height: 0.5em;
	}
	.et-feature-item .btc-text {
		color: #848484;
	}
	.et-feature-item .count {
		display: inline-block;
		color: #444;
		min-width: 3em;
		text-align: right;
	}
}
.et-feature-item span {
    color: #1c1c24;
	font-weight: 600;
	font-size: 33px;
}
.et-feature-sub-left h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.et-feature-sub-left h3 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}
.et-feature-sub-left .sppb-addon-content {
    color: #fff;
    padding-top: 20px;
}
.et-feature-item {
/*    padding: 51px 25px 47px 25px;*/
}
#et-feature .item1 {
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}
#et-feature .item2 {
    border-right: 1px solid #f3f3f3;
}
#et-feature .item3 {
    border-bottom: 1px solid #f3f3f3;
}
.et-feature-item h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
}
.et-feature-item .sppb-icon i {
    font-size: 50px;
    padding-top: 15px;
}
.et-feature-item .sppb-addon-text {
    font-size: 12px;
}
/**
 * 0008 - bethico template: service
 */
.et-service-item {
    padding-top: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.et-service-item:hover {
    border-color: #083061;
    cursor: pointer;
}
.et-service-item h5,
.et-service-item .sppb-icon i,
.et-service-item p {
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.et-service-item h5 {
	text-transform: capitalize;
	font-weight: 300;
}
.et-service-item:hover h5,
.et-service-item:hover .sppb-icon i {
	color: #fff!important;
}
.et-service-item:hover .sppb-addon-text {
    color: #8ca4c2;
}
.et-service-item:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 70px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: rgba(0,0,0,.05); 
    margin-left: -30px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.et-service-item:after {
    top: 250px;
}
.et-service-item:hover:after {
    left: 150px;
}
.et-service-sub .sppb-addon-single-image-container {
    position: relative;
    overflow: hidden;
}
.et-service-sub .sppb-addon-single-image-container img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.et-service-sub:hover .sppb-addon-single-image-container img {
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2)
}
/**
 * 0009 - bethico template: about
 */
#et-about .sppb-col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}
.et-about-sub-left {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 400px;
    padding-right: 100px;
}
.et-about-sub-right {
    padding-top: 100px;
    padding-left: 100px;
    padding-bottom: 100px;
    padding-right: 400px;
}
.et-about-sub-left h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}
.et-about-sub-left p {
    color: #ffffff;
}
.et-about-item-sub {
    padding-left: 400px;
}
#et-about .sppb-btn-custom {
    color:#000;
}
#et-about .sppb-btn-custom:hover {
    background-color: #000!important;
    color:#fff!important;
}
/**
 * 0010 - bethico template: partner
 */
#et-partner .sppb-btn-custom:hover {
    background-color: #000!important;
    color:#fff;
}
.et-partner h3 {
    font-size: 30px;
    line-height: 30px;
}
/**
 * 0011 - bethico template: team
 */
.et-team-item {
    cursor: pointer;
}
.et-team-item .ts-team-info {
    border: 1px solid #f0f0f0;
}
.ts-team-info .team-name {
    color: #1c1c24;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-align: center;
}
.ts-team .ts-team-info .team-name {
    margin-top: 30px;
    line-height: 16px;
    margin-bottom: 5px;
}
.ts-team-info .team-social ul li {
    list-style: none;  
}
.ts-team-info .team-social ul {
    padding: 0;
    margin: 0;
}
.ts-team-info .team-social li em strong {
  display: none!important;
}
.team-2 .ts-team .ts-team-info .team-social li {
    margin-bottom: 10px;
    line-height: 5px;
}
.ts-team-info .team-social li.social-facebook em {
    background: #3b5998;
}
.ts-team-info .team-social li.social-google em {
    background: #db4c3f;
}
.ts-team-info .team-social li.social-twitter em {
    background: #1da1f2;
}
.ts-team-info .team-social li em {
    display: block;
    width: 21px;
    height: 21px;
    text-align: center;
    font-size: 11px;
    line-height: 21px;
    margin: 10px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}
.ts-team-info .team-social li.social-linkedin em {
    background: #1178b3;
}
.ts-team-info .team-social {
    position: absolute;
    right: 15px;
    top: 50px;
    padding: 5px 2px;
    background: #fff;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.et-team-item:hover .team-social{
    opacity:1;
    z-index: 2;
    visibility:visible;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)};
}
.et-team-item {
    position: relative;
}
.et-team-item .sppb-img-container img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
    content: "";
    background-color:#333;
    top:0;
    right: 0;
    left: 0;
    margin: auto;
}
.et-team-item .sppb-img-container {
    position:relative;
}
.et-team-item .sppb-img-container:after {
    background-color: rgba(246, 142, 19, 0.67);
    z-index: 1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
}
.et-team-item:hover .sppb-img-container:after {
    opacity:1;
    visibility:visible
}
.et-team-item .sppb-img-container img:after {
    background-color: rgba(252,191,27,.7);
}
/**
 * 0012 - bethico template: request
 */
#et-request h4 {
  color: #ffffff;
}
#et-request .sppb-panel-title {
    font-size: 18px;
}
.et-request-sub {
  position: relative;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin: -60px 0 0 15px;
    padding: 40px 70px 100px 60px;
    border-radius: 5px;
}
/*
#et-request .sppb-column-overlay {
  bottom: -130px;
}
*/
.et-request .et-contact-form-wrap {
    display: block;
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 0!important;
}
.et-request .et-contact-form-title h4 {
    text-align: center;
    padding: 15px 5px;
    font-weight: 300;
}
.et-request .et-contact-form-title .sppb-addon-content {
    padding: 0 35px;
    margin-top: 30px;
}
.et-request .et-contact-form {
    padding: 0 20px;
}
.et-request .creativecontactform_wrapper,
.et-request .creativecontactform_wrapper:hover {
    background: none!important;
    border: 0!important;
    box-shadow: none!important;
}
.et-request .creativecontactform_header {
    display: none!important;
}
.et-request form .creativecontactform_input_element, 
.et-request form .creativecontactform_input_element.closed:hover {
    box-shadow: none!important;
    background: none!important;
    border: 0!important;
    text-align: center;
    color: #bebbbb!important;
    border-bottom: 1px solid!important;
    box-shadow: none!important;
}
.et-request form .creativecontactform_error .creativecontactform_input_element, 
.et-request form .creativecontactform_error .creativecontactform_input_element:hover {
    box-shadow: none!important;
}
.et-request .creativecontactform_submit_wrapper,
.et-request .creative_field_box_wrapper_0 .creativecontactform_field_box_inner,
.et-request .creative_field_box_wrapper_0 .creativecontactform_field_box_textarea_inner {
    width: 100%;
}
.et-request .creativecontactform_field_box {
    width:100%;
    float: left;
    margin-right: 2%; 
}
.et-request .powered_by.powered_by_1 {
    opacity: 0!important;
}
.et-request .creativecontactform_send:hover,
.et-request .creativecontactform_wrapper input.creativecontactform_send,
.et-request .creativecontactform_wrapper input.creativecontactform_send:hover {
    border: 0!important;
    float: right;
    border: medium none;
    color: #151515;
    font-size: 18px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 20px;
}
.et-request .creative_label_txt_wrapper {
    font-size: 16px;
    color: #fff;
}
.et-request .creativecontactform_wrapper .ccf_select_icon {
    top: 14px;
}
.et-request form .creativecontactform_input_element {
    height: 40px;
    line-height: 30px;
    margin-bottom: 15px;
}
.et-request .creativecontactform_input_element input {
    height: 30px!important;
}
.et-request .creative_textarea_dummy_wrapper {
    padding: 10px!important;
}
.et-request .creativecontactform_footer {
    padding-bottom: 0!important;
}
.et-request .creativecontactform_wrapper input.creativecontactform_send {
    width: 40%!important;
    padding: 15px 0!important;
    font-size: 14px;
    border: 0!important;
    box-shadow: none!important;
    color: #000!important;
    font-weight: 500;
    text-shadow: none;
}
.et-request .creativecontactform_wrapper input.creativecontactform_send:hover {
      color: #fff!important;

}
.et-request .creativecontactform_wrapper input.creativecontactform_send, 
.et-request .creativecontactform_wrapper input.creativecontactform_send:hover {
    background: blue;
}
/**
 * 0013 - bethico template: process
 */
.et-process​-item .sppb-img-container {
    background: #f0f0f0;
    width: 200px;
    height: 200px;
    line-height: 185px;
    border-radius: 100%;
    border: 1px solid #e4e4e4;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 10px; 
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.et-process​-item  h3.sppb-addon-title {
    position: absolute;
    right: 106px;
    top: -17px;
    z-index: 9999;
    background: #ffb923;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 700;
}
.et-process​-item p {
    font-size: 18px;
    color: #2f2c2c;
    margin-top: 25px;
    font-weight: 700;
}
.et-process​-item .working-arrow {
    position: absolute;
    content: "";
    top: 35%;
    right: -39px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/**
 * 0014 - bethico template: testimonial
 */
#et-testimonial h3 {
    color: #ffffff;
}
#et-testimonial .tp-caption.small_light_white_testimonial, 
#et-testimonial .small_light_white_testimonial {
    color: #ffffff;
    font-size: 16px;
}
#et-testimonial .tp-caption.large_bold_black_testiminial, 
#et-testimonial .large_bold_black_testiminial { 
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    display: inline-block;
    bottom: -1px;
}
#et-testimonial .tp-caption.large_bold_black_2, 
#et-testimonial .large_bold_black_2 {
    color:#ffffff;
}
#et-testimonial .tp-caption img {
    border-radius: 125px;
}
/**
 * 0015 - bethico template: portfolio
 */
#et-portfolio .sppb-row > div:first-child {
	padding: 0;
}
.et-portfolio p {
	color: #fff;
}
.et-portfolio-top {
	padding: 40px;
}
.et-portfolio-top p {
	color: #000;
}
.et-portfolio-top ul {
	padding-left: 0;
}
.et-portfolio-top ul li {
	list-style: none;
}
.et-portfolio-top ul li:before {
	content: "\f101";
	font-family: FontAwesome;
	margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	background: none;
	color: #b0b0b0;
    font-size: 15px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
	visibility: inherit;
	opacity: 1;
}
/**
 * 0016 - bethico template: blog
 */
.moduleItemComments {
  	font-size: 0;
}
.moduleItemComments:before {
  	content: "\f075";
  	font-family: FontAwesome;
    font-size: 14px;
  	margin-left: 10px;
    color: #333;
}
.moduleItemAuthor:before {
    content: "\f007";
  	font-family: FontAwesome;
    font-size: 14px;
}
.et-blog div.k2ItemsBlock ul li a {
    display: inline-block;
}
.et-blog div.k2ItemsBlock ul li {
    position: relative;
  	width: 32%;
    float: left;
    margin-right: 2%;
    padding: 10px;
    padding: 25px 30px 20px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-bottom: 3px solid #FCBF19;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    font-size: 14px;
}
.et-blog div.k2ItemsBlock ul li:hover {
  -webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.1);
  box-shadow:0 10px 20px 0 rgba(0,0,0,.1);
  border-bottom-color:#000;
}

div.k2ItemsBlock ul li a {
    color: #333;
    overflow: hidden;
}
div.k2ItemsBlock ul li img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
div.k2ItemsBlock ul li img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
div.k2ItemsBlock ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
div.userBlock h2 {
    padding: 30px;
}
.et-blog div.k2ItemsBlock ul li:nth-child(3n) {
  	margin-right: 0;
}
.et-blog div.k2ItemsBlock ul li a {
    font-size: 19px;
    color: #333;
}
.et-blog div.k2ItemsBlock ul li a.moduleItemComments {
  	border: 0;
}
.et-blog div.k2ItemsBlock ul .clearList {
  	display: none;
}
div.userBlock {
    padding: 15px;
}
div.catItemView {
    margin-bottom: 48px;
    padding-top: 0px;
    margin-top: -6px;
}
.et-blog div.k2ItemsBlock ul li div.moduleItemAuthor {
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    top: 84px;
    left: -100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.catItemTitle a:hover,
div.catItemHeader span.catItemAuthor a:hover,
div.catItemCategory a:hover,
div.catItemCommentsLink a:hover,
div.catItemReadMore a:hover {
    color:#000!important;
}
.et-blog div.k2ItemsBlock ul li:hover div.moduleItemAuthor {
	left: 10px;
	visibility: inherit;
	opacity: 1;
}
div.k2ItemsBlock ul li span.moduleItemDateCreated {
	font-size: 14px;
	font-style: italic;
}
.creativecontactform_body {
    padding: 5px 15px 10px 0px !important;
}
/**
 * 0017 - bethico template: bottom
 */
#sp-bottom .sp-module .sp-module-title:before {
    content: "";
    width: 5px;
    height: 15px;
    display: inline-block;
    background: currentColor;
    margin-bottom: -1px;
    margin-right: 8px;
}
/**
 * 0018 - bethico template: responsive
 */
@media (min-width: 1200px) and (max-width: 1920px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 29px!important;
  }
  #sp-top-right3 {
    right: -60px!important;
  }
  #sp-logo .logo, #sp-logo-left, #sp-logo-right,
  .et-logo .right-logo {
    text-align: center!important;   
  }
  .sp-megamenu-wrapper {
    display: block!important; 
  }
  .et-logo h2 {
    padding-left:0px!important;
    font-size:10px!important;
  }
  .et-logo .right-logo h2 {
    padding-right:0px!important;
  }
  .et-logo .logo .logo-image {
    left:42px!important;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .et-about-sub-left {
    padding-left: 35px!important;
    padding-right: 0px!important;
  }
  .et-about-sub-right {
    padding-left: 35px!important;
    padding-right: 30px!important;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 20px!important;
  }
  .et-about-sub-left {
    padding-left: 35px!important;
    padding-right: 0px!important;
  }
  .et-about-sub-right {
    padding-left: 35px!important;
    padding-right: 30px!important;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 20px!important;
  }
  #sp-top-right3 {
    right: -20px!important;
  }
   #sp-logo .logo img:nth-child(2) {
        display:none!important;
    }
    #sp-logo .logo, #sp-logo-left, #sp-logo-right,
        .et-logo .right-logo {
        text-align: center!important;   
    }
    .sp-megamenu-wrapper {
        display: block!important; 
    }
    .et-logo h2 {
        padding-left:0px!important;
        font-size:10px!important;
    }
    .et-logo .right-logo h2 {
        padding-right:0px!important;
    }
    .et-logo .logo .logo-image {
        left:42px!important;
    }
   .et-about-sub-left {
        padding-left: 35px!important;
        padding-right: 0px!important;
    }
    .et-about-sub-right {
        padding-left: 35px!important;
        padding-right: 30px!important;
    }
}

/* @media (max-width: 992px) { */
@media (max-width: 992px) {
	#sp-logo .logo,
	#sp-logo-left,
	#sp-logo-right {
		padding: 5px 0;
	}
   #sp-logo .logo img:nth-child(2) {
        display:block!important;
    }
    #sp-logo .logo, #sp-logo-left, #sp-logo-right,
        .et-logo .right-logo {
        text-align: center!important;   
    }
    .sp-megamenu-wrapper {
        display: block!important; 
    }
    .et-logo h2 {
        padding-left:0px!important;
        font-size:10px!important;
    }
    .et-logo .right-logo h2 {
        padding-right:0px!important;
    }
    .et-logo .logo .logo-image {
        left:42px!important;
    }
    .et-process​-item .working-arrow {
        display:none!important;
    }
	.et-service-img {
		margin-bottom: 30px;
	}
	.et-about .sppb-row > div:last-child {
		margin-top: 30px;
	}
	.et-intro-item .sppb-icon:before {
		background: #10233b;
	}
	.et-intro-item {
	    top: 0;
	    margin-bottom: 0;
	    padding: 30px 0;
	}
	.et-intro-item h5 {
		margin-top: 20px;
	}
	.sp-contact-info {
		text-align: center;
	}
	#sp-top1 {
		text-align: center;
		margin-top: 10px;
	}
	.et-contact-item.first {
		margin-top: 30px;
	}
   .et-process​-item h3.sppb-addon-title {
        position: absolute;
        right: 327px!important;
        top: -20px!important;
   }
   body.itemid-101 #sp-section-2 {
        position: initial;
        z-index: 9999;
        width: 100%;
        top: 0px!important;     
    }
    body.itemid-101 #sp-section-1 {
        top: 10px;
        background-color: #000!important;
        position: relative;
    }
    #et-slider {
        top:0px!important;
    }
    .bethico-switcher {
    	margin-top:-73px
    }
    .logo-group {
    	margin-top:103px;
    }
    #sp-section-2 {
        background-color: rgb(22, 33, 36);
   }
   #sp-logo .logo img:nth-child(2) {
        display:block!important;
    }
    #sp-logo .logo, #sp-logo-left, #sp-logo-right,
        .et-logo .right-logo {
        text-align: center!important;   
    }
    .sp-megamenu-wrapper {
        display: block!important; 
    }
    .et-logo h2 {
        padding-left:0px!important;
        font-size:10px!important;
    }
    .et-logo .right-logo h2 {
        padding-right:0px!important;
    }
    .et-logo .logo .logo-image {
        left:42px!important;
    }
    #sp-top-right3 {
    	right: 7px!important;
    }
    .et-team-item .sppb-img-container,
    .et-team-item .sppb-img-container img {
        position:relative;
        width: 100%!important;
    }
    .et-about-sub-left {
        padding-left: 35px!important;
        padding-right: 0px!important;
    }
    .et-about-sub-right {
        padding-left: 35px!important;
        padding-right: 30px!important;
    }
}
@media (max-width: 768px) {
  #sp-section-2 {
    background-color: rgb(22, 33, 36);
   }
  .et-blog div.k2ItemsBlock ul li {
        width: 100%;
    }
    #sp-logo .logo img:nth-child(2) {
        display:block!important;
    }
    #sp-logo .logo, #sp-logo-left, #sp-logo-right,
        .et-logo .right-logo {
        text-align: center!important;   
    }
    .sp-megamenu-wrapper {
        display: block!important; 
    }
    .et-logo h2 {
        padding-left:0px!important;
        font-size:10px!important;
    }
    .et-logo .right-logo h2 {
        padding-right:0px!important;
    }
    .et-logo .logo .logo-image {
        left:42px!important;
    }
    .et-slider .tp-button {
        border: 1px solid #2bb4e6!important;
        font-size: 12px!important;
        padding: 4px 20px!important;
    }
    .tp-caption.small_light_white, .small_light_white {
        font-size: 12px!important;
        line-height: 14px!important;
    }
    .et-logo p {
        margin-bottom: 2px!important;
        font-size: 9px!important;
    }
    .is-sticky.header-area {
        position:fixed!important;
        top: 0px!important;
    }
    body.itemid-101 #sp-section-2 {
        position: initial;
        z-index: 9999;
        width: 100%;
        top: 0px!important;     
    }
    body.itemid-101 #sp-section-1 {
        background-color: #000!important;
        position: relative;
    }
    #et-slider {
        top:0px!important;
    }
    #sp-top-right3 {
        right: 0px!important;
    }
    .et-slider-content h1 {
        font-size: 48px!important;
        margin-bottom: 8px!important;
    }
    .et-about-sub-left {
        padding-left: 35px!important;
        padding-right: 0px!important;
    }
    .et-about-sub-right {
        padding-left: 35px!important;
        padding-right: 30px!important;
    }
    .et-process​-item .working-arrow {
        display:none!important;
    }
    #et-feature .sppb-col-md-6 {
        padding-left: 0px!important;
    }
    #et-request {
        padding-right: 26px!important;
    }
    .et-request .creativecontactform_wrapper input.creativecontactform_send {
        padding: 15px 40px!important;
    }
    #et-request .et-request-right-content {
        padding-top:70px!important;
    }
  .et-process​-item h3.sppb-addon-title {
        position: absolute;
        right: 327px!important;
        top: -20px!important;
  }
  .et-team-item .sppb-img-container,
  .et-team-item .sppb-img-container img {
        position:relative;
        width: 100%!important;
  }
  
}
@media (max-width: 767px) {
    .et-blog div.k2ItemsBlock ul li {
        width: 100%;
    }
    .et-team-item .sppb-img-container,
    .et-team-item .sppb-img-container img {
        position:relative;
        width: 100%!important;
    }
  .et-process​-item h3.sppb-addon-title {
        position: absolute;
        right: 206px!important;
        top: -20px!important;
   }
    #sp-logo .logo img:nth-child(2) {
        display:block!important;
    }
    #sp-logo .logo, #sp-logo-left, #sp-logo-right,
        .et-logo .right-logo {
        text-align: center!important;   
    }
    .sp-megamenu-wrapper {
        display: block!important; 
    }
    .et-logo h2 {
        padding-left:0px!important;
        font-size:10px!important;
    }
    .et-logo .right-logo h2 {
        padding-right:0px!important;
    }
    .et-logo .logo .logo-image {
        left:42px!important;
    }
    .et-slider .tp-button {
        border: 1px solid #2bb4e6!important;
        font-size: 12px!important;
        padding: 4px 20px!important;
    }
    .tp-caption.small_light_white, .small_light_white {
        font-size: 12px!important;
        line-height: 14px!important;
    }
    .et-logo p {
        margin-bottom: 2px!important;
        font-size: 9px!important;
    }
    .is-sticky.header-area {
        position:fixed!important;
        top: 0px!important;
    }
    body.itemid-101 #sp-section-2 {
        position: initial;
        z-index: 9999;
        width: 100%;
        top: 0px!important;     
    }
    body.itemid-101 #sp-section-1 {
        top: 10px;
        background-color: #000!important;
        position: relative;
    }
    #et-slider {
        top:73px!important;
        padding-bottom:60px!important;
    }
    #sp-top-right3 {
        right: 0px!important;
    }
    .et-slider-content h1 {
        font-size: 48px!important;
        margin-bottom: 8px!important;
    }
    #et-slider a.slider-btn-1 {
        margin-bottom: 0px;
    }
    .et-about-sub-left {
        padding-left: 35px!important;
        padding-right: 0px!important;
    }
    .et-about-sub-right {
        padding-left: 35px!important;
        padding-right: 30px!important;
    }
    .et-process​-item .working-arrow {
        display:none!important;
    }
    #et-feature .sppb-col-md-6 {
        padding-left: 0px!important;
    }
    #et-request {
        padding-right: 26px!important;
    }
    .et-request .creativecontactform_wrapper input.creativecontactform_send {
        padding: 15px 40px!important;
    }
    #et-request .et-request-right-content {
        padding-top:70px!important;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        width: 100%!important;
    }
}
@media (max-width: 734px) {
  #et-slider a.slider-btn-1 {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
   .et-blog div.k2ItemsBlock ul li {
        width: 100%;
    }
    #sp-logo .logo img:nth-child(2) {
        display:block!important;
    }
    #sp-logo .logo, #sp-logo-left, #sp-logo-right,
        .et-logo .right-logo {
        text-align: center!important;   
    }
    .sp-megamenu-wrapper {
        display: block!important; 
    }
    .et-logo h2 {
        padding-left:0px!important;
        font-size:10px!important;
    }
    .et-logo .right-logo h2 {
        padding-right:0px!important;
    }
    .et-logo .logo .logo-image {
        left:42px!important;
    }
    .et-slider .tp-button {
        border: 1px solid #2bb4e6!important;
        font-size: 12px!important;
        padding: 4px 20px!important;
    }
    .tp-caption.small_light_white, .small_light_white {
        font-size: 12px!important;
        line-height: 14px!important;
    }
    .et-logo p {
        margin-bottom: 2px!important;
        font-size: 9px!important;
    }
    .is-sticky.header-area {
        position:fixed!important;
        top: 0px!important;
    }
    body.itemid-101 #sp-section-2 {
        position: initial;
        z-index: 9999;
        width: 100%;
        top: 0px!important;     
    }
    body.itemid-101 #sp-section-1 {
        top: 10px;
        background-color: #000!important;
        position: relative;
    }
    #et-slider {
        top:60px!important;
    }
    #sp-top-right3 {
        right: 0px!important;
    }
    .et-slider-content h1 {
        font-size: 48px!important;
        margin-bottom: 8px!important;
    }
    .et-about-sub-left {
        padding-left: 35px!important;
        padding-right: 0px!important;
    }
    .et-about-sub-right {
        padding-left: 35px!important;
        padding-right: 30px!important;
    }
    .et-process​-item .working-arrow {
        display:none!important;
    }
    #et-feature .sppb-col-md-6 {
        padding-left: 0px!important;
    }
    #et-request {
        padding-right: 26px!important;
    }
    .et-request .creativecontactform_wrapper input.creativecontactform_send {
        padding: 15px 40px!important;
    }
    #et-request .et-request-right-content {
        padding-top:70px!important;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        width: 100%!important;
    }
}
@media (max-width: 380px) { 
    #et-slider a.slider-btn-1 {
        margin-bottom: 30px;
    }
}
@media (max-width: 320px) { 
    .et-blog div.k2ItemsBlock ul li {
        width: 100%;
    }
    #sp-logo .logo img:nth-child(2) {
        display:block!important;
    }
    #sp-logo .logo, #sp-logo-left, #sp-logo-right,
        .et-logo .right-logo {
        text-align: center!important;   
    }
    .sp-megamenu-wrapper {
        display: block!important; 
    }
    .et-logo h2 {
        padding-left:0px!important;
        font-size:10px!important;
    }
    .et-logo .right-logo h2 {
        padding-right:0px!important;
    }
    .et-logo .logo .logo-image {
        left:42px!important;
    }
    .et-slider .tp-button {
        border: 1px solid #2bb4e6!important;
        font-size: 12px!important;
        padding: 4px 20px!important;
    }
    .tp-caption.small_light_white, .small_light_white {
        font-size: 12px!important;
        line-height: 14px!important;
    }
    .et-logo p {
        margin-bottom: 2px!important;
        font-size: 9px!important;
    }
    .is-sticky.header-area {
        position:fixed!important;
        top: 0px!important;
    }
    body.itemid-101 #sp-section-2 {
        position: initial;
        z-index: 9999;
        width: 100%;
        top: 0px!important; 	
    }
    body.itemid-101 #sp-section-1 {
        top: 10px;
        background-color: #000!important;
        position: relative;
    }
    #et-slider {
        top:60px!important;
    }
    #sp-top-right3 {
        right: 0px!important;
    }
    .et-slider-content h1 {
        font-size: 48px!important;
        margin-bottom: 8px!important;
    }
    #et-slider a.slider-btn-1 {
        margin-bottom: 30px;
    }
    .et-about-sub-left {
        padding-left: 35px!important;
        padding-right: 0px!important;
    }
    .et-about-sub-right {
        padding-left: 35px!important;
        padding-right: 30px!important;
    }
    .et-process​-item .working-arrow {
        display:none!important;
    }
    #et-feature .sppb-col-md-6 {
        padding-left: 0px!important;
    }
    #et-request {
        padding-right: 26px!important;
    }
    .et-request .creativecontactform_wrapper input.creativecontactform_send {
        padding: 15px 40px!important;
    }
    #et-request .et-request-right-content {
        padding-top:70px!important;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        width: 100%!important;
    }
}
/**
 * 0021 - bethico template: bco
 */
.btc_large_bold b, .btc_medium_normal b {
	color: var(--text-color);
	font-weight: bold;
}
.et-title h4 {color: var(--text-color)}
#et-request .creativecontactform_input_element textarea {
	color: white !important;
	text-shadow: none
}
.et-counter {
/*	top: -200px;*/
}
div[id^="vina-copyright"] {
	display: none;
}
/**
 * 0022 - bethico template: mod_jdsimplecontactform
 */
.jd-simple-contact-form-header, .jd-simple-contact-form .text-muted {
	color: #fff !important;
}
.jd-simple-contact-form .text-danger {
    color: #ffb924 !important;
}
/**
 * 0023 - bethico template: mod_bethico_switcher
 */
.bethico-switcher {
	width: 2.5em;
	height: 1.33em;
	display: block-inline;
	float: right;
}
ul.language-switcher {
    float:left;
    padding: 0 4px 0 4px !important; /* 0 20 0 4 */
	background-clip: padding-box;
/*    background-color: rgba(255, 255, 255, 0.4);*/
    background-position: -11px 9px;
/*	border:1px solid rgba(255, 255, 255, 0.7);*/
	margin: 0;
	margin-top:16px
}
ul.language-switcher li {
    display: none;
	height: 24px;
    margin: 4px 0;
    border: 1px solid transparent;
    padding: 1px;
}
ul.language-switcher img {
    vertical-align: top;
}
ul.language-switcher li.lang-active {
    display: block;
}
ul.language-switcher:hover li {
    display: block;
}

ul.language-switcher li:hover {
    border: 1px solid var(--text-color);
    background-color: var(--text-color);
    padding: 1px;
}
/**
 * 0024 - bethico template: mod_bethico_leagues
 */
.logo-group {
	display: inline-block;
	position: relative;
}
.league-logo {
	display: inline-block;
	width: 120px;
	padding: 12px;
	margin-bottom: 0;
	border-radius: 5px;
	cursor: pointer;
}
.league-logo:hover {
	background-color: #e8e8e8;
}
.league-logo a {
	color: #848484;
}
.league-logo .image {
	position: relative;
	height: 96px;
	width: 96px;
}
.league-logo img {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.league-logo .text {
	display: table;
	height: 90px; /* 5 lines */
}
.league-logo .text p {
	display: table-cell;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
}
/**
 * 0025 - bethico template: com_eshop
 */
.eshop-categories-list .eshop-category-wrap a:hover {
	background-color: #eee;
}
.list .eshop-image-block {
	width: auto;
	margin-right: 10px;
}
.eshop-container .fontstyle0 {
	font-style: italic;
}
.eshop-container .fontstyle2 {
	font-weight: 700;
}
.eshop-container .eshop-category-wrap .image {
	margin: 0 auto;
	width: 230px;
}
.eshop-container img, .eshop-container .image, .products-list-container .image {
	border: none;
	border-radius: 5px;
}
.eshop-container img:hover {
	background: #eee;
}
.eshop-container .tab-content {
	margin-top: -1rem;
}
.eshop-quantity {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 5px;
	margin: auto;
}
.eshop-quantity a, .eshop-quantity input {
	background-color: transparent;
	border-color: #eee;
	margin: 3px;
	float: left;
}
.eshop-quantity a:hover {
	background-color: #eee;
}
.eshop-container label.btn {
	color: #848484;
}
p.eshop-product-desc {
	display:none;
}
.eshop-container .related_products .name {
	display: none;
}
.eshop-pre-nav a::before {
	content: "\f060";
	font-family: FontAwesome;
}
.eshop-next-nav a::after {
	content: "\f061";
	font-family: FontAwesome;
}
.eshop-container #checkout-options,
.eshop-container #payment-address,
.eshop-container #payment-method,
.eshop-container #shipping-address,
.eshop-container #shipping-method,
.eshop-container #confirm {
	display: inline-block;
	width: 100% !important;
}
.eshop-container #checkout-options input {
	margin-right: 0.5em;
}
.checkout-heading {
	margin-bottom: 5px;
	border-radius: 0.25em;
}
/**
 * 0026 - bethico template: com_eshop product list
 */
.list .ajax-block-product.spanbox {
	flex: 0 0 33%;
	padding: 5px;
	margin: 2px;
	border-radius: 5px;
	border: 1px solid #eee;
}
#products-list .eshop-image-block {
	padding: 5px 0;
}
.eshop-image-block img {
	margin:auto;
}
.list .eshop-image-block {
	width:auto;
	float:none;
}
.list .eshop-info-block {
	float:none;
	width:auto;
	text-align:center;
}
.eshop-info-block h5 {
	margin: 0;
}
.eshop-info-block .eshop-product-desc {
	overflow:hidden;
	line-height:20px;
}
.list .eshop-buttons {
	text-align: left;
}
.list .ajax-block-product.spanbox {
	margin-left:0px!important;
	margin: 0 2px 2px 0;
	padding: 0 0 10px;
	position:relative;
	width: 100%;
	border-bottom: 1px #efefef solid;
}
.list .eshop-buttons {
	position:inherit;
	bottom: 0;
	right:0px;
	width:auto;
	text-align: center;
}
body .list .eshop-buttons .button {
	margin: 0 0 5px;
}
@media (max-width: 992px) {
	#eshop-cart-total {
		display: none;
	}
}
@media (max-width: 767px) {
	.list .ajax-block-product.spanbox {
		flex: 0 0 22%;
	}
}
/**
 * 0027 - bethico template: com_eshop cart
 */
.cart-info .eshop-quantity .btn.button-plus, .cart-info .eshop-quantity .btn.button-minus {
	border-radius: 0.25em !important;
	line-height: 18px;
	width: 20px;
	padding: 3px;
}
.cart-info .eshop-quantity input[type="text"] {
	margin: 3px !important;
}
.eshop-container div.form-group {
	text-align: left !important;
}
.eshop-container .checkout-content {
	overflow: visible;
}
.no_margin_right {
	display: inline-block;
}
/**
 * 0028 - bethico template: mod_eshop cart
 */
#eshop-cart {
	width: 200px;
	margin-left: 65px;
	line-height: 1em;
}
#eshop-cart-total::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f07a";
}
#eshop-cart .eshop-items h4 {
	display: none;
}
#eshop-cart .eshop-items a {
	text-decoration: none;
}
#eshop-cart .eshop-items a span {
	background: url("../images/arrow-down.png") no-repeat scroll 100% 50%;
	padding-right: 15px;
}
.eshop-content{
	background: #f8f8f8;
	clear: both;
	min-height: 150px;
	min-width: 250px;
	max-width: 350px;
	padding: 8px;
	position: absolute;
	top: 125%;
	border: 1px #eee solid;
	border-radius: 5px;
	color: #333;
}
.eshop-items a:hover{
	cursor: pointer;
}
.eshop-items{
	z-index: 1;
}
.eshop-items h4 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0;
}
#eshop-cart{
	position: relative;
	right: 0;
	top: 0;
	z-index: 9;
}
.eshop-mini-cart-info td {
/*	border-bottom: 1px solid #EEEEEE;*/
	color: #000;
	padding: 10px 5px;
	vertical-align: top;
}
.eshop-mini-cart-info .eshop-image {
	text-align: left;
}
.eshop-mini-cart-info .eshop-name {
	text-align: left;
}
.eshop-mini-cart-info .eshop-quantity {
	text-align: right;
}
.eshop-mini-cart-info .eshop-image img {
/*	border: 1px solid #eee;*/
	text-align: left;
}
.eshop-mini-cart-info .eshop-remove {
	text-align: right;
}
.eshop-mini-cart-info .eshop-total {
	text-align: right;
}
.mini-cart-total {
/*	border-bottom: 1px solid #EEEEEE;*/
	padding: 10px 5px;
	text-align: right;
}
.eshop-right {
	text-align: right;
}
.checkout {
	clear: both;
    text-align: right;
}
.checkout a {
	color: white;
	background-color: var(--text-color);
	border: 1px solid var(--text-color);
	border-radius: 5px;
	padding: .1em .2em;
}
.checkout a:hover {
	color: white;
	background-color:#ffda69;
	border-color: var(--text-color);
}
.checkout a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07a"; /* cart */
	font-size: 80%;
	padding-right: 3px;
}
.checkout a + a:before {
	content: "\f1ec"; /* calculator */
}
/**
 * 0029 - bethico template: bootstrap
 */
.btn-primary, .btn-secondary {
	border: 1px solid var(--text-color);
}
.btn-primary:hover, .btn-secondary:hover, .btn.btn-secondary.button:hover {
	color: white;
	background-color:#ffda69 !important;
	border-color: var(--text-color);
}
.btn.btn-secondary.button {
	color: white;
	background-color: var(--text-color);
}
.btn-secondary {
	background-color: #ff8924;
}
.btn-primary.right {
	float: right;
}
.btn-primary.next {
	margin-left: 10px;
}
/**
 * 0030 - bethico template: et-machine color-preset
 */
:root {
    --background-color: currentColor;
    --text-color: currentColor;
    --border-color: currentColor;
}
.sp-menu-badge-right,
.et-portfolio .sppb-row,
.et-contact-form-title h4,
#sp-bottom .sp-module .sp-module-title:before,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    background-color: var(--background-color);
}
.et-title h4,
.et-logo h2,
.et-blog div.k2ItemsBlock ul li a,
#sp-top2 ul li span,
#et-slider .et-slider-color,
.et-intro-item .sppb-icon i,
.et-about-item .sppb-icon i,
.et-service-item .sppb-icon i,
.et-contact-item .sppb-icon i,
.et-contact-item h2,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.creativecontactform_wrapper input.creativecontactform_send,
.et-contact-form h4 {
	color: var(--text-color);
}
#et-slider .tp-button,
.et-process​-item .sppb-img-container,
#et-slider a.slider-btn-1:hover,
.btn-primary, .sppb-btn-primary {
	border-color: var(--border-color)!important;
}
.et-blog div.k2ItemsBlock ul li {
  border-color:var(--border-color)!important;
}
.et-logo h2,
#sp-footer a, #sp-bottom a,
#et-feature a.sppb-btn-custom:hover,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a,
#et-testimonial .tp-caption.large_bold_black_testiminial,
#et-testimonial .large_bold_black_testiminial,
.et-feature-item .sppb-icon i,
.et-slider-content h4 {
  color: var(--text-color)!important;
}
div.creative_select_option:hover,
.sp-menu-badge-right,
#et-about .sppb-btn-custom,
#et-request,
#et-partner .sppb-btn-custom,
.et-process-item .sppb-img-container:hover,
#et-slider a.slider-btn-2:hover,
.btn-primary, .sppb-btn-primary,
.creativecontactform_wrapper input.creativecontactform_send {
	background-color: var(--background-color)!important;
}
#sp-top-bar,
.et-team-item .sppb-img-container:hover img,
.et-feature-sub-left,
.et-process-item .sppb-img-container:hover {
	background: var(--background-color)!important;
}
.et-process​-item .sppb-img-container:hover,
.et-process​-item h3.sppb-addon-title {
  background: var(--background-color)!important;
}
/**
 * 0031 - bethico template: menu tooltips
 */
li.sp-menu-item .tooltiptext {
  visibility: hidden;
  background-color: var(--text-color);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 8px;
  top: 53px;
  line-height: 20px;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
}
li.sp-menu-item:hover .tooltiptext {
  visibility: visible;
}
/**
 * 0032 - bethico template: wiki
 */
#wiki-content h2, #wiki-content h3 {
	margin-top: 1em;
}
#wiki-content h4 {
	color: #000;
	font-weight: bold;
}
#wiki-content table {
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0;
    border: 1px solid #ccc;
}
#wiki-content th {
    font-weight: bold;
    background-color: #eee;
    color: inherit;
    text-align: left;
}
#wiki-content th, #wiki-content td {
    padding: .3em .5em;
    margin: 0;
    vertical-align: top;
    border: 1px solid #ccc;
}
/**
 * 0033 - bethico template: notification and cookies
 */
#notification {
    position: fixed;
    top: 73px;
    z-index: 999;
    background: #ff7800;
    width: 100%;
    padding: 20px 10px;
}
#cookienotice {
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 999;
	background: #1e5695;
	width:100%;
	padding: 20px 10px;
}
.noticewrapper {
	width: 998px;
	margin: auto;
	position: relative;
}
.noticecontent {
	float: left;
	width: 780px;
	position: relative;
	left: 0;
	color: #eee;
	text-align: center;
	font-size: 18px;
	margin: 0;
	line-height: 1.1em
}
#cookienotice .noticecontent {
	text-align: left;
}
#cookienotice .noticecontent h4 {
	font-weight: bold;
}
.button_cookie, .button_privacy {
	font-size: 15px;
	color:#eef9ff; 
	font-weight: bold;
	padding: 7px 20px;
	display: block;
	position: absolute;
	right: 20px;
	top: 34px;
	text-align: center;
	border-radius: 5px; 
	background: linear-gradient(to bottom, #1d467a 0%,#103B70 100%);
}
a:hover.button_cookie, a:hover.button_privacy {
	color: #95daff;
	background: linear-gradient(to bottom, #103B70 0%,#1D467A 100%);
}
.wikibutton {float: left; margin: 10px 10px 10px 0}
.noticebutton {float: right; margin:0; padding-left: 10px;}
.button_cookie, .button_privacy {position: static; text-decoration: none;}
.button_privacy + .button_cookie {margin-top: 10px;}
/* screen */
@media screen and (max-width: 1024px), screen and (max-device-width: 1024px), screen and (max-width: 1200px)  {
	.noticewrapper {left:9px;}
}
/*iPad Portrait*/
@media handheld and (max-width: 767px), screen and (max-device-width: 767px), screen and (max-width: 960px)  {
	.noticewrapper {margin: auto; min-height: 100px; position: relative; width: 700px; left:0px;}
	.noticecontent {width: 489px; position: relative; left: 0; padding-bottom: 5px;}
}	
/*iPhone Landscape*/
@media screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 750px) {
	/*#container { width:420px; }*/
	.noticewrapper { width: 410px;left:0px;}
	.noticecontent{width: 400px; position: relative; left: 8px; padding-bottom: 5px;}
	.noticebutton {float: left;}
	.button_cookie, .button_privacy { position:relative; margin:8px; right:auto; top:auto;}
}
/*iPhone Portrait*/
@media screen and (max-width: 320px), screen and (max-device-width: 320px), screen and (max-width: 450px) {
	.noticewrapper { width: 300px; left:0px;}
	.noticecontent {width: 280px; position: relative; left: 8px; padding-bottom: 5px;}
	.noticebutton {float: left;}
	.button_cookie, .button_privacy {position: relative; margin: 8px; right: auto; top: auto;}
}
/* Screens smaller than 751px */
@media(max-width:750px) {
	.noticebutton{float: left; width:100%; text-align:center; max-width:400px; margin: 20px 0 40px;}
	.button_cookie, .button_privacy {display:inline-block;}
}
/**
 * 0034 - bethico template: alerts
 */
#system-message-container {
	position: relative;
	top: 73px;
	width: 100%;
	text-align: center;
	z-index: 999;
}
#system-message-container .alert {
	margin: 0;
	/*
	margin: 5px;
	border: none;
	border-radius: 0;
	*/
}
.alert {
	z-index: 999;
}
.alert-notice {
	background-color: #d4edda;
}
/**
 * 0035 - bethico template: article display
 */
.itemListCategoriesBlock1 {
	display: none;
}
.article-full-image,
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: -20px 20px 20px -20px;
    border-radius: 5px;
}
.article-list .article, .article-details .article-full-image img {
    border-radius: 5px;
}
.sppb-img-responsive {
	margin-bottom: 10px;
    border-radius: 5px;
}
#sp-bottom4 .sp-module-content {
	width: 100%;
	height: 100px;
}
#sp-bottom4 .article-social-share {
	float: left;
	width: 100%;
}
#sp-bottom4 .bethico-social {
	padding-bottom: 20px;
}
#sp-bottom #sp-bottom4 .sp-module ul > li {
	display: inline-block;
	margin-bottom: 5px;
}
#sp-bottom4 .share {
	font-size: 85%;
}
#sp-bottom a:hover, #sp-footer a:hover {
	color: #fff !important;
}
#sp-bottom #sp-bottom4 a:focus {
	background-color: transparent !important;
}
#sp-bottom {
	font-size: 16px;
}
span.sp-copyright {
	display: block;
	width: 100%;
	text-align: center;
}
/**
 * 0036 - bethico template: bethico captcha
 */
.bethico_captcha img {
	display: inline-block;
	max-width: none;
}
.bethico_captcha img.reload {
	width:18px;
	display: inline-block;
	cursor:pointer;
}
.bethico_captcha input.math {
	max-width: 3em;
}
.bethico_captcha input.normal {
	max-width: 6em;
}
.bethico_captcha > div {
	float: left;
	margin-right: 5px;
}
.jdscf-submit-btn {
	margin-top: 1em;
}
#member-registration > fieldset + fieldset {
	margin-top: 2em;
}
#captcha-progress {
	width: 100%;
}
#captcha {
	width: 0%;
	height: 3px;
	background-color: var(--text-color);
}
.bethico-submit-confirm {
	display: none;
}