/*
Theme Name: Legalis CH Beck
Description: Legalis CH Beck
Version: 1.0
*/

/*----------- FONTS -----------*/ 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Playfair+Display&display=swap');
/*----------- /FONTS -----------*/
html
{
	font-size: 10px;
}

body
{
font-family: "Open Sans", sans-serif;
font-size: 1.5rem;
color: #353533;
background: #fff;
overflow-x: hidden;
max-width: 100%;
padding-top: 10rem;
}

@media (min-width: 1500px)
{
	.container 
	{
	    width: 1400px;
	}
}

#header
{
	background: #116634;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0;
	z-index: 99999;
}

#header .container
{
	position: relative;
}

#logo
{
	float: left;
	margin: 2.5rem 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#logo img
{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 35.5rem;
}

#header.scrolled #logo
{
	margin: 1.5rem 0;	
}

#header.scrolled #logo img
{
	width: 26.5rem;
}

.header-right
{
	float: right;
}

.login-popup-overlay
{
	background: rgba(53,53,51,0.6);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}

.login-popup
{
	position: absolute;
	top: calc(100% + 2.5rem);
	left: 50%;
	margin-left: -27rem;
	width: 54rem;
	background: #fff;
	z-index: 9999999999;
	padding: 5.5rem 3rem 5.5rem 3rem;
	display: none;
}

.login-box
{
	border: none;
}

.login-popup h2
{
	font-size: 2rem;
	line-height: 3rem;
	margin-bottom: 1rem;
}

.login-popup form input[type=text], 
.login-popup form input[type=password]
{
	width: 80%;
	padding: .5rem 2rem;
}

.login-popup form label
{
	font-size: 1.4rem;
}

.login-popup form p
{
	margin-bottom: 1rem;
}

.login-popup .login-form .buttons
{
	padding: 1rem 0 0 0;
}

.login-popup form .help
{
	font-size: 1rem;
}

.login-popup-close
{
	width: 1.2rem;
	height: 1.2rem;
	background: url(https://biz.legalis.pl/wp-content/uploads/2022/05/lock_FILL0_wght400_GRAD0_opsz48.png);
	background-size: 1.2rem 1.2rem;
	position: absolute;
	right: 2.5rem;
	top: 2.5rem;
	cursor: pointer;
}

#menu-top
{
	float: left;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	margin: 3.7rem 8rem 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#header.scrolled #menu-top
{
	margin-top: 2rem;
}

#menu-top > li
{
	float: left;
	display: block;
	margin: 0 6rem 0 0;
}

#menu-top > li:last-child
{
	margin-right: 0;
}

#menu-top li a
{
	display: block;
	position: relative;
}

#menu-top li a:after
{
	content:'';
	width: 0;
	height: .1rem;
	background: #116634;
	position: absolute;
	bottom: -.7rem;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#menu-top li > a:hover:after,
#menu-top .current-menu-item > a:after,
#menu-top .current-page-ancestor > a:after
{
	width: 100%;
}

.header-login
{
	float: left;
	position: relative;
}

.header-login-cml
{
	float: left;
	position: relative;
}

.header-login > a
{	
	color: #116634;
	font-weight: 600;
	padding: 1.1rem 6rem;
	position: relative;
	margin: 2.4rem 0 0 0;
	line-height: 2.2rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width:16rem;
	float:left;
	background-color:#fff;
	text-transform:uppercase;
	border-radius:3px;
	
}
.header-login-ip > a
{	
	color: #116634;
	font-weight: 600;
	padding: 1.1rem 5.5rem;
	position: relative;
	margin: 2.4rem 0 0 2rem;
	line-height: 2.2rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width:10.5rem;
	float:left;
	background-color:#fff;
	text-transform:uppercase;
	border-radius:3px;
	
}
.header-login-cml > a
{	
	color: #116634;
	font-weight: 600;
	padding-left: 2.5rem;
	position: relative;
	margin: 3.8rem 7.5rem 0 0;
	line-height: 2rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#header.scrolled .header-login > a
{
	margin-top: 1rem;
}
#header.scrolled .header-login-ip > a
{
	margin-top: 1rem;
}



#header.scrolled .header-login-cml > a
{
	margin-top: 2rem;
}

.header-login > a:hover
{
	color: #116634;
	text-decoration:underline
		
}

.header-login-ip > a:hover
{
	color: #116634;
	text-decoration:underline
		
}
.header-login > a:before
{
	content:'';
	width: 1.4rem;
	height: 1.8rem;
	background: url(/wp-content/uploads/2022/07/icon-lock_LA.png);
	position: absolute;
	left: 0;
	top: 0;
	margin-top:1.3rem;
	margin-left:2.6rem;
}

.header-login-ip > a:before
{
	content:'';
	width: 1.4rem;
	height: 1.8rem;
	background: url(/wp-content/uploads/2022/07/icon-lock_LA.png);
	position: absolute;
	left: 0;
	top: 0;
	margin-top:1.3rem;
	margin-left:2.6rem;
}
.header-login-cml > a:before
{
	content:'';
	width: 1.4rem;
	height: 1.8rem;
	background: url(https://biz.legalis.pl/wp-content/uploads/2022/05/lock_FILL0_wght400_GRAD0_opsz48.png);
	position: absolute;
	left: 0;
	top: 0;
}

.header-cta
{
	float: left;
	font-size: 1.6rem;
	line-height: 2.2rem;
	/*color: #0e2356;*/
	display: block;
	text-transform: uppercase;
	/*border: 1px solid #0e2356;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1.1rem 7rem;
	margin: 2.4rem 0 0 0;
	width: 22.5rem;
	max-width: 100%;
	margin-right: 5.2rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	
	background-color: #116634;
	border: 1px solid #116634;
	color: white;
}

#header.scrolled .header-cta .header-cta2
{
	margin-top: .6rem;
}

.header-cta:hover
{

	
	background-color: #116634;
	border: 1px solid #116634;
	color: white;	
}

#content
{
	padding-top: 2.5rem;
}

#content.no-gap, #page #content.no-gap
{
	padding-top: 0;
}

#page #content
{
	padding: 2.5rem 0 5rem 0;
}

.section-text-photo
{
	margin-bottom: 4rem;
}

.structure-page
{
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: 7rem;
}

.structure-page > div
{
	padding-left: 40px;
	padding-right: 40px;
}

.menu-sidebar
{
	font-size: 1.5rem;
}

.menu-sidebar > li > a
{
	background: #D9D9D9;
	display: block;
	font-weight: 600;
	padding: 1rem 2rem;
	display: block;
	position: relative;
}

.menu-sidebar > .current_page_item > a,
.menu-sidebar > .current_page_ancestor > a
{
	background: none;
	color: #116634;
}

.menu-sidebar > li > a:after
{
	content:'';
	width: 1.1rem;
	height: .7rem;
	background: url(images/arrow-down.svg);
	position: absolute;
	right: 1.5rem;
	top: 1.8rem;
}

.menu-sidebar > .current_page_item > a:after,
.menu-sidebar > .current_page_ancestor > a:after
{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.menu-sidebar ul
{
	display: none;
}

.menu-sidebar .current_page_item > ul,
.menu-sidebar .current_page_ancestor > ul
{
	display: block;
}

.menu-sidebar > li > ul > li
{
	padding: 1rem 0 1rem 2rem;
}

.menu-sidebar > li > ul > li > a
{
	color: #116634;	
	position: relative;
	display: block;
	padding-right: 3rem;
}

.menu-sidebar > li > ul > li > a:after
{
	content:'';
	width: 1.1rem;
	height: .7rem;
	background: url(images/arrow-down.svg);
	position: absolute;
	right: 1.5rem;
	top: 1rem;
}

.menu-sidebar > li > ul > li > ul
{	
	padding: 1rem 0 1rem 0;
}

.menu-sidebar > li > ul > li > ul > li
{
	font-size: 1.2rem;
}

.menu-sidebar > li > ul > li > ul > .current_page_item a
{
	color: #116634;
}

.menu-sidebar > li > ul > .current_page_item > a:after,
.menu-sidebar > li > ul > .current_page_ancestor > a:after
{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.small-title
{
	font-size: 2rem;
	line-height: 2.6rem;
	color: #116634;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 2.5rem;
	padding-top: 1rem;
}

.contact-cta
{
	background: #F7F7F7;
	padding: 4rem;
}

.contact-cta h2
{
	text-align: center;
	font-size: 2.8rem
	line-height: 4.8rem;
	margin-bottom: 4.5rem;
}

.contact-cta .call-us
{
	color: #353533;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 2.8rem;
}

.contact-cta .call-us a
{
	color: #116634;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 5.5rem;
}

.contact-cta .info
{
	color: #B3B0B0;
	font-size: 1rem;
	line-height: 1.2rem;
	margin: 0;
}

.contact-cta .col-2 > div
{
	border-left: 2px solid #d8d8d8;
	padding-left: 11rem;
}

.section-text-photo .col-1
{
	padding-top: 12rem;
}

.section-icon-boxes
{
	margin-bottom: 8rem;
}

.section-icon-boxes .boxes
{
	padding-top: 4rem;
}

.section-icon-boxes .box
{
	text-align: center;
}

.section-icon-boxes .box .title
{
	font-weight: 700;
}

.section-icon-boxes .icon
{
	text-align: center;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
}

.section-icon-boxes .icon img
{
	max-height: 100%;
}

.section-contact-cta
{
	margin-bottom: 7rem;
}

.section-offer .boxes .box
{
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	padding: 3rem 2rem;
}

.section-offer .boxes .box .row
{
	margin-left: -10px;
	margin-right: -10px;
}

.section-offer .boxes .box .row > div
{
	padding-left: 10px;
	padding-right: 10px;
}

.section-offer .boxes .box .title
{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 2rem;
}

.section-offer .boxes .box .col-2 p
{
	font-size: 1.2rem;
	line-height: 2rem;
}

.section-offer .boxes .box .col-2 p:last-child
{
	margin-bottom: 0;
}

.section-title
{
	font-size: 2.8rem;
	line-height: 4.8rem;
	margin-bottom: 6rem;
	text-align: center;
}

.section-title.medium-gap
{
	margin-bottom: 4rem;
}

.section-title.small-gap
{
	margin-bottom: 1.5rem;
}

.team
{
	margin-left: 0;
	margin-right: 0;
	padding-top: 6rem;
}

.team > div
{
	padding-left: 0;
	padding-right: 0;
	border-left: 1px solid #D9D9D9;
	margin-bottom: 8rem;
}

.team > div:nth-child(4n+5)
{
	clear: left;
}

.team > div:nth-child(4n+5),
.team > div:first-child
{
	border: none;
}

.team .item
{
	position: relative;
	text-align: center;
}

.team .item .photo
{
	margin-bottom: 1.5rem;
}

.team .item .name
{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding-bottom: 1.5rem;
	margin-bottom: 0;
}

.team .item:hover .name
{
	opacity: 0;
}

.team .cover
{
	opacity: 0;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	background: rgba(217, 217, 217, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 2.5rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.team .cover p
{
	margin-bottom: 1.5rem;
}

.team .cover *:last-child
{
	margin-bottom: 0;
}

.team .item:hover .cover
{
	opacity: 1;
}

.help-heading
{
	text-align: center;
	font-size: 2rem;
	color: #353533;
	margin-bottom: 2.5rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	padding-top: 2rem;
}

.help-subheading
{
	text-align: center;
	font-size: 2rem;
	color: #353533;
	margin-bottom: 2.5rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

.help-nav
{
	margin: 0 -155px 12rem 125px;

}

.help-nav > div
{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 2rem;
}

.help-nav a
{
	display: block;
	border: 1px solid #116634;
	height: 14rem;
	padding: 2rem 1rem 1.5rem 1rem;
	color: #116634;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.help-nav a:hover,
.help-nav .current
{
	color: #116634;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         2px 4px 18px 2px rgba(0.1, 0.1, 0.1, 0.4);
}

.help-nav a .icon
{
	height: 5.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.help-nav a .icon img
{
	max-height: 100%;
}

.help-nav a p
{
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.8rem;
}

.help-contact
{
	padding-top: 4rem;
	border-top: 1px solid #d9d9d9;
}

.help-contact .top
{
	padding-bottom: 1rem;
}

.help-contact .top p
{
	text-align: center;
	font-size: 1.5rem;
	line-height: 3rem;
	font-weight: 600;
	margin-bottom: 2rem;
}

.help-contact .bottom p
{
	font-size: 1.2rem;
	line-height: 2.2rem;
	margin-bottom: 1.5rem;
}

.help-contact .bottom strong
{
	font-weight: 600;
}

.help .vertical-tabs
{
	margin-bottom: 8rem;
}

.vertical-tabs .row
{
	margin-left: 0;
	margin-right: 0;
}

.vertical-tabs .row > div
{
	padding-left: 0;
	padding-right: 0;
}

.vertical-tabs .tabs-switcher li
{
	display: block;
	cursor: pointer;
	font-size: 1.5rem;
	line-height: 2.4rem;
	font-weight: 600;
	border-bottom: 2px solid #ececec;
	padding: 2rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.vertical-tabs .tabs-switcher li:before
{
	display: none;
}

.vertical-tabs .tabs-switcher .current
{
	background: #F7F7F7;
	color: #116634;
	text-decoration: underline;
	border-color: transparent;
}

.vertical-tabs .tabs-content > div
{
	display: none;
	background: #f7f7f7;
	padding: 2rem 4.5rem 8rem 4.5rem;
}

.faq-tabs .vertical-tabs .tabs-content > div
{
	padding: 1rem 2rem 8rem 2rem;
}

.vertical-tabs .tabs-content .current
{
	display: block;
}

.vertical-tabs .tabs-content .tab-title
{
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #353533;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	margin: 0 3.5rem 6rem 3.5rem;
}

.vertical-tabs2
{
	padding: 4.5rem 6rem;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
	margin-bottom: 10rem;
}

.vertical-tabs2 .tabs-switcher li
{
	font-size: 1.5rem;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 1.2rem;
	padding-left: 0 !important;
}

.vertical-tabs2 .tabs-switcher li:before
{
	display: none !important;
}

.vertical-tabs2 .tabs-switcher .current
{
	color: #116634;
	text-decoration: underline;
	border-color: transparent;
}

.vertical-tabs2 .tabs-content
{
	padding-left: 7.5rem;
	border-left: 1px solid #D9D9D9;
}

.vertical-tabs2 .tab-title
{
	font-size: 1.8rem;
	color: #116634;
	font-weight: 600;
	margin-bottom: 2rem;
}

.vertical-tabs2 .tabs-content > div
{
	display: none;
}

.vertical-tabs2 .tabs-content .current
{
	display: block;
}

.vertical-tabs2 .tabs-content.in-builder a
{
	text-decoration: underline;
}

.vertical-tabs3
{
	margin-bottom: 5rem;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.vertical-tabs3 .tabs-switcher
{
	position: relative;
	z-index: 10;
	margin-bottom: 1.5rem;
}

.vertical-tabs3 .tabs-switcher li
{
	cursor: pointer;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 600;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding-left: 0 !important;
}

.vertical-tabs3 .tabs-switcher li:before
{
	display: none !important;
}

.vertical-tabs3 .tabs-switcher .slick-current
{
	background: #116634;
	color: #fff;
}

.vertical-tabs3 .tabs-switcher .slide
{
	display: flex;
	align-items: center;
	height: 8rem;
	padding: 0 1.5rem;
}

.vertical-tabs3 .next-training
{
	width: 2.3rem;
	height: 2.4rem;
	background: url(images/icon-chevron.svg);
	background-size: 2.3rem 2.4rem;
	cursor: pointer;
	display: inline-block;
}

.vertical-tabs3 > .row
{
	margin-left: 0;
	margin-right: 0;
}

.vertical-tabs3 > .row > div
{
	padding-left: 0;
	padding-right: 0;
}

.vertical-tabs3 .tabs-content
{
	min-height: 64rem;
	position: relative;
}

.vertical-tabs3 .tabs-content:before
{
	content:'';
	height: 100%;
	width: .2rem;
	background: #d9d9d9;
	position: absolute;
	left: -.2rem;
	top: 0;
}

.vertical-tabs3 .tabs-content > div
{
	padding: 5rem 4rem;
}

.vertical-tabs3 .tabs-content .tab-title
{
	font-size: 2.6rem;
	line-height: 3rem;
	color: #353533;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	margin: 0 0 4.5rem 0;
}

.trainings .dates 
{
	padding-left: 4.5rem;
	position: relative;
	margin-bottom: 3.5rem;
}

.trainings .dates:before
{
	content:'';
	width: 2.6rem;
	height: 2.6rem;
	background: url(images/icon-date.svg);
	position: absolute;
	left: 0;
	top: 0;
}

.trainings .dates > div
{
	/*cursor: pointer;	*/
	margin-bottom: 3rem;
}

.trainings .dates > div:last-child
{
	margin-bottom: 0;
}

.trainings .dates > div span
{
	display: inline-block;
	padding-right: 5rem;
	position: relative;
	min-width: 13rem;
	max-width: 100%;	
}

/*
.trainings .dates > div span:after
{
	content:'';
	width: 2.4rem;
	height: 2.4rem;
	background: url(images/check-empty.svg);
	background-size: 2.4rem 2.4rem;
	position: absolute;
	right: 0;
	top: .9rem;
}
*/
.trainings .dates > .selected span:after
{
	background: url(images/check-full.svg);
}

.trainings .trainers 
{
	padding-left: 4.5rem;
	position: relative;
	margin-bottom: 3.5rem;
}

.trainings .trainers:before
{
	content:'';
	width: 2.4rem;
	height: 2.4rem;
	background: url(images/icon-person.svg);
	position: absolute;
	left: 0;
	top: 0;
}

.trainings .trainers p
{
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #d9d9d9;
}

.trainings .trainers p:last-child
{
	margin: 0;
	border: none;
	padding: 0;
}

.trainings .duration 
{
	padding-left: 4.5rem;
	position: relative;
	margin-bottom: 3.5rem;
}

.trainings .duration:before
{
	content:'';
	width: 2rem;
	height: 2.4rem;
	background: url(images/icon-clock.svg);
	position: absolute;
	left: 0;
	top: 0;
}

.trainings .add-training
{
	float: right;
	border: 1px solid #116634;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-weight: 600;
	font-size: 1.4rem;
	padding: 1rem 3rem;
	color: #116634;
	text-transform: uppercase;
	font-size: 1.6rem;
	cursor: pointer;
	letter-spacing: .035em;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.trainings .add-training:hover
{
	color: #fff;
	background: #116634;
}

.selected-trainings
{
	margin-bottom: 9rem;
	display: none;
}

.selected-trainings.active
{
	display: block;
}

.selected-trainings .title
{
	text-align: center;
	font-weight: 600;
	margin-bottom: 3.5rem;
}

.selected-trainings .selection
{
	margin-left: -35px;
	margin-right: -35px;
}

.selected-trainings .selection > div
{
	padding-left: 35px;
	padding-right: 35px;
	margin-bottom: 3.5rem;
}

.selected-trainings .selection > div:nth-child(3n+4)
{
	clear: left;
}

.selected-trainings .training
{
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	padding: 2.5rem 6rem 2.5rem 2rem;
	position: relative;
	min-height: 14.5rem;
}

.selected-trainings .training p
{
	margin: 0;
}

.selected-trainings .training .name
{
	font-size: 1.5rem;
	line-height: 2.6rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
}

.selected-trainings .training .remove
{
	cursor: pointer;
	background: url(images/icon-close.svg);
	background-size: 1.3rem 1.3rem;
	width: 1.3rem;
	height: 1.3rem;
	position: absolute;
	right: 2rem;
	top: 1.5rem;
}

.button.trainings-signup
{
	cursor: pointer;
	padding-left: 7rem;
	padding-right: 7rem;
}

.popup
{
	width: 68rem;
	max-width: 95%;
	background: #F7F7F7;
	margin: 20px auto;
	position: relative;
	overflow: hidden;
	z-index: 999999999;
	padding: 4.5rem 11rem;
}

.popup-close
{
	cursor: pointer;
	background: url(images/icon-close.svg);
	background-size: 1.8rem 1.8rem;
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	right: 2rem;
	top: 2rem;
}

.popup .info
{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0;
}

.popup .title
{
	font-size: 2.8rem;
	line-height: 3.8rem;
	margin-bottom: 4rem;
}

.trainings-by-phone
{
	padding: 4rem 0;
	background: #F7F7F7;
	margin-bottom: 7rem;
}

.trainings-by-phone h2,
.trainings-by-phone .software h2
{
	font-family: "Open Sans", sans-serif;
	font-size: 2rem;
	line-height: 3rem;
	margin-bottom: 2rem;
	font-weight: 600;
	text-align: center;
}

.trainings-by-phone .software
{
	padding-top: 3rem;
}

.trainings-by-phone .software ul
{
	text-align: center;
}

.trainings-by-phone .software ul li
{
	font-weight: 600;
	margin: 0 5rem;
	display: inline-block;
}

.trainings-by-phone .software ul li a
{
	text-decoration: underline;
}

.download-files
{
	padding-top: 5rem;
	margin-left: -5px;
	margin-right: -5px;
}

.download-files > div
{
	padding-left: 5px;
	padding-right: 5px;
}

.download-files a
{
	display: block;
	border: 1px solid #116634;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding: 1.5rem 1.5rem;
	font-weight: 600;
	font-size: 1.4rem;
}

.download-files a span
{
	display: block;
	color: #116634;
	font-size: 1.6rem;
	font-weight: 400;
	padding-top: .5rem;
	text-transform: uppercase;
}

.video-thumb
{
	position: relative;
	display: inline-block;
}

.video-thumb:after
{
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/icon-play2.svg) center center no-repeat;
	background-size: 7rem 7rem;
}

.faq-list
{
	display: none;
}

.faq-section h3
{
	font-size: 1.5rem;
	line-height: 2.6rem;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	cursor: pointer;
	padding: 1rem 2.5rem;
	position: relative;
	margin-bottom: 0;
	border-bottom: 2px solid #e8e8e8;
}

.faq-section h3:after
{
	content:'';
	width: 2.2rem;
	height: 1.2rem;
	background: url(images/arrow-up.svg);
	background-size: 2.2rem 1.2rem;
	position: absolute;
	right: 0;
	top: 1.8rem;
}

.faq-section.open h3:after
{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq-entry
{
	border-bottom: 2px solid #e8e8e8;
}

.faq-entry .question
{
	margin: 0;
	padding: 1rem 0 1rem 6rem;
	position: relative;
	cursor: pointer;	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.faq-entry.open .question
{
	color: #116634;
	font-weight: 650;
}

.faq-entry .question:before
{
	content:'?';
	width: 2.2rem;
	height: 2.2rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #535353;
	position: absolute;
	left: 2.5rem;
	top: 1.2rem;
	text-align: center;
	line-height: 2rem;
	font-size: 1.3rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.faq-entry.open .question:before
{
	border-color: #116634;
	color: #116634;
}

.faq-entry .answer
{
	display: none;
	padding-left: 6rem;
}

.inner
{
	/*padding: 0 0 0 6.5rem;*/
}

.inner-big
{
	padding: 0 14rem;
}

.inner-medium
{
	/*padding: 0 5rem;*/
}

.post-single .col-content > div
{
	padding-right: 5rem;
}

.post-single .post-title
{
	font-size: 2.6rem;
	line-height: 3.5rem;
	margin-bottom: 1.5rem;
}

.post-single .post-meta
{
	margin-bottom: 2rem;
}

.source a, .source a:hover
{
	text-decoration: underline;
}

.post-source
{
	background: #F7F7F7;
	float: right;
	margin: 0;
	padding: .6rem 2rem;
	color: #535353;
	font-size: 1.5rem;
	line-height: 2.6rem;
	font-weight: 600;
}

.post-source img
{
	float: left;
	margin: 0 1rem 0 0;
	max-height: 2.5rem;
}

.post-single .post-date
{
	font-size: 1.4rem;
	line-height: 1.9rem;
	margin-bottom: .5rem;
}

.post-single .post-author
{
	font-size: 1.4rem;
	line-height: 1.9rem;
	margin: 0;
}

.post-single .post-thumb
{
	margin-bottom: 3rem;
	width: 100%;
}

.post-single .post-excerpt
{
	font-weight: 700;
}

.post-content ul li,
.help ul li,
.structure-page .content ul li
{
	padding-left: 1.5rem;
	position: relative;
}

.post-content ul li:before,
.help ul li:before,
.structure-page .content ul li:before
{
	content:'';
	width: .5rem;
	height: .5rem;
	background: #116634;
	position: absolute;
	left: 0;
	top: .9rem;
}

.post-single .post-content h2,
.post-single .post-content h3,
.post-single .post-content h4
{
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}
.post-content table
{
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 2rem;
	border-collapse: collapse;
}

.post-content td
{
	padding: 5px;
	border: 1px solid	
}


.post-footer
{
	border-top: 1px solid #d9d9d9;
	padding-top: 1.2rem;
}

.post-share
{
	float: left;
}

.post-share li
{
	float: left;
	margin-right: 1.5rem;

}

.post-share li a
{
	display: block;	
}

.post-share .round a
{
	background: #535353;
	width: 4.0rem;
	height: 4.0rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background: #535353;
	text-align: center;	
	font-size: 2.4rem;
	padding: 0.7rem 0 0 0.0rem;
}

.post-share .rounded
{
	background: #535353;
	width: 7.8rem;
	height: 4.0rem;
	-webkit-border-radius: 25%;
	-moz-border-radius: 25%;
	border-radius: 25%;
	color: #535353;
	background: #fff;
	text-align: left;
	font-weight: 550;
	font-size: 1.4rem;
	padding: 0.7rem 0 0 0.0rem;
}

.back-to-list
{
	float: right;
	border-left: 1px solid #D9D9D9;
	min-width: 14rem;
	text-align: right;
}

.back-to-list a
{
	display: inline-block;
	text-decoration: underline;
}

.back-to-list a:hover
{
	text-decoration: underline;
}

.small-cta
{
	padding-top: 2rem;
}

.small-cta .col-1
{
	padding-top: 1rem;
}

.small-cta .button-ghost
{
	display: block;
}

.cta-wrap
{
	padding: 2rem 0 5.5rem 0;
}

.cta
{
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
	padding: 1.3rem 2rem;
	font-family: "Playfair Display";
	font-size: 1.9rem;
	line-height: 2.6rem;
}

.cta span
{
	float: left;
	margin: .3rem 0 0 0;	
}

@media (max-width: 1499px)
{
	.cta span
	{
		max-width: 70%;
	}

	.cta .button-ghost
	{
		margin-top: 1rem;
	}
}

.cta .button-ghost
{
	padding: .6rem 3.7rem;
	float: right;
	max-width: 100%;
}

.related-posts
{
	padding-left: 2.5rem;
	position: relative;
	border-left: 1px solid #D9D9D9;
	padding-bottom: 3rem;
}

.related-posts h3,
.related-cats h3
{
	font-size: 2.1rem;
	line-height: 3.8rem;
	margin-bottom: 2rem;
}

.related-post
{
	margin-bottom: 3rem;
}

.related-post:last-child
{
	margin-bottom: 0;
}

.related-post h4
{
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin: 0;
}

.related-cats
{
	background: #F7F7F7;
	padding: 2rem 2.5rem 4rem 2.5rem;
	margin-bottom: 2rem;
}

.related-cats ul
{
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin: 0;
}

.related-cats ul li
{
	display: block;
	margin-bottom: 1rem;
}

.related-cats ul li:last-child
{
	margin-bottom: 0;
}

.related-cats ul li a,
.related-cats ul li a:hover
{
	text-decoration: underline;
}

.home-section-1
{
	margin-bottom: 6.5rem;
}

.home-section-1 > *:last-child
{
	margin-bottom: 0;
}

.home-section-1 .row-1
{
	margin-left: -10px;
	margin-right: -10px;
}

.home-section-1 .row-1 > div
{
	padding-left: 10px;
	padding-right: 10px;
}

.home-section-1 .row-1
{
	margin-bottom: 4rem;
}

.teaser-box-wrap .teaser-box
{
	margin: 0 -3rem;
}

.teaser-box
{
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
	padding: 3.5rem 3rem;
	text-align: center;
	font-size: 1.5rem;
}

.teaser-box.with-image
{
	padding: 8rem 3rem 0 3rem;
}

.teaser-box h4
{
	font-size: 2.8rem;
	margin-bottom: 2.5rem;
}

.teaser-box p
{
	margin-bottom: 2rem;
}

.teaser-box strong
{
	font-weight: 600;
}

.teaser-box .bottom
{
	padding-top: 2rem;
	border-top: 1px solid #116634;
}

.teaser-box.with-image .bottom
{
	padding: 1rem 0 6rem 0;
	border: none;
}

.teaser-box .bottom p
{
	margin-bottom: 3rem;
}

.teaser-box.with-image img
{
	margin: 0 -3rem;
	width: calc(100% + 6rem);
	max-width: none;
}

.teaser-box .button-ghost
{
	padding: 1.3rem 4.5rem;
}

.button
{
	display: inline-block;
	color: #fff;
	font-size: 1.6rem;
	padding: 1.2rem 5.8rem;
	text-transform: uppercase;
	background: #116634;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button:hover, .button:visited, .button:active
{
	color: #fff;
	outline: none;
}

.posts-slider-wrap
{
	position: relative;
}

.posts-slider-wrap .slider-nav
{
	position: absolute;
	bottom: 2.5rem;
	right: 4.5rem;
	z-index: 10;
}

.posts-slider-wrap .slider-nav ul li
{
	float: left;
	display: block;
	margin-left: 1rem;
}

.posts-slider-wrap .slider-nav ul li div
{
	cursor: pointer;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #116634;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.posts-slider-wrap .slider-nav ul .slick-active div
{
	background: #116634;
}

.posts-slider
{
	background: #F7F7F7;
}

.posts-slider .slide
{
	position: relative;
	display: block;
}

.posts-slider .slide .image
{
	position: absolute;
	left: 0;
	top: 0;
	width: 39rem;
	background-size: cover;
	background-position: center center;
	height: 100%;
	margin-left: 1px;
}

.posts-slider .slide .text
{
	float: left;
	margin-left: 44rem;
	padding: 2.5rem 5rem 3.5rem 0;
	min-height: 37rem;
}

.posts-slider .slide p
{
	font-size: 1.5rem;
	line-height: 2.2rem;
}

.post-time
{
	padding-left: 3rem;
	position: relative;
	margin: 0;
}

.post-time:before
{
	content:'';
	background: url(images/icon-time.svg);
	background-size: 2rem 2rem;
	position: absolute;
	left: 0;
	top: .1rem;
	width: 2rem;
	height: 2rem;
}

.posts-row
{
	margin-left: -30px;
	margin-right: -30px;
}

.posts-row > div
{
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

.posts-row.category > div
{
	margin-bottom: 3.5rem;
}

.posts-row.category.first > div:nth-child(4n):after
{
	display: none;
}

.quarter:after,
.quarter .row > div:nth-child(3n):after
{
	display: none;
}

.load-more-wrap
{
	text-align: center;
}

.post-box-with-thumbnail
{
	display: block;
	background: #F7F7F7;
}

.post-box-with-thumbnail .content
{
	padding: 2.5rem 3rem 2.5rem 0;
}

.post-box-with-thumbnail .image
{
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.post-box-with-thumbnail .text-heading-2
{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
 	-moz-text-decoration-color: transparent;
}

.post-box-with-thumbnail:hover .text-heading-2
{
	color: #000;
	text-decoration-color: #000;
	-webkit-text-decoration-color: #000;
	-moz-text-decoration-color: #000;
}

.post-box-with-thumbnail .text p
{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.post-box-with-thumbnail:hover .text p
{
	color: #000;
}

.post-box
{
	position: relative;
	height: 100%;
	padding: 1rem 0;
	display: block;
	min-height: 41rem;
}

.about-legalis .post-box
{
	min-height: 1px;
}

.post-box.first-box
{
	padding: 2.5rem 3rem;
}

.posts-row > div:after
{
	content:'';
	width: .1rem;
	height: 100%;
	background: #D9D9D9;
	position: absolute;
	right: 0;
	top: 0;
}

.posts-row > .col-title:after
{
	left: 0;
	right: auto;
}

.posts-row.with-video > div:nth-child(3):after
{
	display: none;
}

.posts-row > div:last-child:after
{
	display: none;
}

.post-box .text-heading-2
{
	min-height: 7.5rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
 	-moz-text-decoration-color: transparent;
}

.post-box:hover .text-heading-2
{
	color: #000;
	text-decoration-color: #000;
	-webkit-text-decoration-color: #000;
	-moz-text-decoration-color: #000;
}

.post-box .text
{
	min-height: 12.5rem;
	margin-bottom: 1.5rem;
}

.post-box .text p
{
	margin-bottom: 0;
	line-height: 2rem;
	font-size: 1.4rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.post-box:hover .text p
{
	color: #000;
}

.label-1
{
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #116634;
	margin-bottom: 1rem;
}
.label-2

{
	
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #116634;
	margin-bottom: 1rem;
}
.label-3

{
	
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #fff;
	margin-bottom: 1rem;
	padding-left: 1rem;
	padding-bottom:0.5rem;
	background-color:#116634;
	width:50%
}

.banner-1
{
	margin-bottom: 6rem;
}

.about-legalis
{
	background: #fff;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	padding: 4rem 10rem 6rem 10rem;
	margin-bottom: 3rem;
}

.about-legalis .main-title
{
	margin-bottom: 4.5rem;
}

.about-legalis .icon-boxes
{
	margin-bottom: 6.5rem;
}

.about-legalis .box
{
	text-align: center;
	padding: 0 2rem;	
}

.about-legalis .box .icon
{
	margin-bottom: 3.0rem;
	height: 5.3rem;
	display: inline-block;
}

.about-legalis .box p
{
	font-size: 1.5rem;
	line-height: 2.2rem;
	margin: 0;
}

.about-legalis .button-wrap
{
	margin-bottom: 7rem;
}

.about-legalis .row-bottom h2
{
	padding-top: 5rem;
}

.trainings-section
{
	background: #F7F7F7;
	padding: 4rem 0 5.5rem 0;
	margin-bottom: 5rem;
}

.trainings-section .col-1 > div
{
	height: 100%;
	position: relative;
	padding: 12rem 4rem 0 0;
}

.trainings-slider-wrap .arrows
{
	position: absolute;
	right: 4rem;
	bottom: 0;
}

.trainings-slider-wrap .prev,
.trainings-slider-wrap .next
{
	width: 3.2rem;
	height: 3.2rem;
	cursor: pointer;
	float: left;
}

.trainings-slider-wrap .prev
{
	background: url(images/arrow-1.svg);
	background-size: 3.2rem 3.2rem;
	margin-right: 1.5rem;
}

.trainings-slider-wrap .next
{
	background: url(images/arrow-2.svg);
	background-size: 3.2rem 3.2rem;
}

.trainings-slider-container
{
	overflow: hidden;
}

.trainings-slider
{
	margin-right: -2rem;
}

.trainings-slider .slide
{
	margin-right: 2rem;
}

.trainings-slider .slide > a
{
	position: relative;
	height: 32rem;	
	display: block;
	overflow: hidden;
}

.trainings-slider .slide > a .image
{
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.trainings-slider .slide > a:hover .image
{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.trainings-slider .slide > a:before
{
	content:'';
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.82+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.82) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.82) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d1000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.trainings-slider .slide > a .overlay
{
	position: absolute;
	bottom: 2rem;
	min-height: 10rem;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 0 2rem;
	color: #fff;
}

.trainings-slider .slide .date
{
	margin: 0 0 1rem 0;
}

.trainings-slider .slide h4
{
	font-family: "Open Sans", sans-serif;
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin: 0;
	font-weight: 600;
	color: #fff;
}

.slick-track *:focus
{
	outline: none;
}

.home-section-2
{
	margin-bottom: 3rem;
}

.home-section-2 .row-main
{
	margin-left: -30px;
	margin-right: -30px;
}

.home-section-2 .row-main > div
{
	padding-left: 30px;
	padding-right: 30px;
}

.home-section-2 .show-all
{
	text-align: center;
	margin: 0;
}

.home-section-2 .show-all a
{
	display: inline-block;
	position: relative;
	padding-right: 1.8rem;
	color: #706F6F;
}

.home-section-2 .show-all a:after
{
	content:'';
	position: absolute;
	right: 0;
	top: .6rem;
	background: url(images/arrow-3.png);
	width: .8rem;
	height: 1.4rem;
}

.home-section-2 .show-all a span
{
	display: inline-block;
	text-decoration: underline;
}

.post-box-halfs
{
	height: 32rem;
	margin-bottom: 2rem;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 9px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 9px 0px rgba(0, 0, 0, 0.2);
}

.post-box-halfs .row
{
	margin: 0;
	height: 100%;
}

.post-box-halfs .row > div
{
	padding: 0;
}

.post-box-halfs .row .content
{
	display: block;
}

.post-box-halfs .image
{
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center center;
}

.post-box-halfs .content > div
{
	padding: 2.5rem;
}

.post-box-halfs .text-heading-1
{
	margin-bottom: 0;
}

.video-box
{
	display: block;
	position: relative;
	height: 32rem;
	margin-bottom: 2rem;
	background-size: cover;
	background-position: center center;
}

.video-box-small
{
	margin: 0 0 0 -3rem;
	height: 100%;
}

.video-box:after
{
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/icon-play.svg) center center no-repeat;
	background-size: 7rem 7rem;
}

.video-box:hover:after
{
	background: url(images/icon-play-hover.svg) center center no-repeat;
	background-size: 7rem 7rem;
}

.video-box:before
{
	content:'';
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.82+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.82) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d1000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-box .overlay
{
	position: absolute;
	bottom: 2rem;
	left: 0;
	padding: 0 2rem;
	color: #fff;
}

.video-box-small .overlay
{
	padding: 0 2rem;
}

.video-box .overlay p
{
	font-size: 2.3rem;
	line-height: 3.8rem;
	font-weight: 500;
	margin: 0px;

}

.popup
{
	width: 68rem;
	max-width: 95%;
	background: #fff;
	margin: 20px auto;
	position: relative;
	overflow: hidden;
	z-index: 999999999;
	padding: 4rem 3.5rem;
}

.popup h5
{
	font-size: 2.8rem;
	margin-bottom: 2rem;
}

.popup-order-test .call span,
.popup-order-test .call a
{
	display: inline-block;
	vertical-align: middle;
}

.popup-order-test .call span
{
	font-weight: 600;
	font-size: 1.7rem;
	vertical-align: -3px;
}

.popup-order-test .call a
{
	font-size: 2.8rem;
	color: #116634;
	font-weight: 700;
	margin-left: .8rem;
}

.popup-order-test .notice
{
	font-size: 1rem;
	line-height: 1.2rem;
	color: #B3B0B0;
}

.popup-order-test .notice a
{
	color: #116634;
	text-decoration: underline;
}

.popup-order-test .submit
{
	text-align: center;
}

.popup-close
{
	width: 1.8rem;
	height: 1.8rem;
	background: url(images/icon-close.svg);
	background-size: 1.8rem 1.8rem;
	position: absolute;
	right: 2.5rem;
	top: 2.5rem;
	cursor: pointer;
}

.mfp-bg
{
	background: rgba(53,53,51,0.6);
	opacity: 1;
	z-index: 999999;
}

.mfp-wrap
{
	z-index: 9999999;
}

.section-login
{
	padding: 5.5rem 0;
	position: relative;
}

.section-login .bg
{
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-login .bg-1
{
	background-image: url(images/img-1.png);
}

.section-login .container
{
	position: relative;
	z-index: 10;
}

.section-login .box
{
	background: #F7F7F7;
	padding: 3rem 5rem 4rem 5rem;
}

.section-login h2
{
	color: #000;
	font-family: "Playfair Display";
	font-size: 2.1rem;
	line-height: 3rem;
	margin-bottom: 2rem;
}

form .wpcf7-radio
{
	margin-bottom: 2rem;
}

form .wpcf7-radio .wpcf7-list-item
{
	display: inline-block;
	margin-right: 2rem;
}

form .wpcf7-radio .wpcf7-list-item:last-child
{
	margin-right: 0;
}

form .wpcf7-radio label
{
	font-weight: 400;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

form .wpcf7-radio input
{
	display: none;
}

form .wpcf7-radio input + span
{
	display: block;
	padding-left: 2.5rem;
}

form .wpcf7-radio input + span:before
{
	content:'';
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #535353;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .2rem;
}

form .wpcf7-radio input:checked + span:after
{
	content:'';
	width: .7rem;
	height: .7rem;
	background: #116634;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: .4rem;
	top: .6rem;
}

form input[type=text],
form input[type=password],
form input[type=email],
form textarea
{
	width: 100%;
	border: 1px solid #535353;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	padding: 1rem 2rem;
	background: transparent;
}

form textarea
{
	height: 8rem;
	resize: none;
	display: block;
}

form textarea.medium
{
	height: 14.5rem;
}

form input[type=submit]
{
	background: #116634;
	border: none;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.2rem;
	text-transform: uppercase;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1.3rem 6rem;
	height: 4.8rem;
}

form .trainings-signup-form .submit
{
	text-align: center;
}

.login-form input[type=submit]
{
	float: left;
	width: calc(50% - .7rem);
}

.login-form .buttons.one-button
{
	text-align: center;
}

.login-form .buttons.one-button input[type=submit]
{
	float: none;
	width: auto;	
}

form .form-button
{
	border: none;
	color: #116634;
	font-size: 1.6rem;
	line-height: 2.2rem;
	text-transform: uppercase;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1.3rem 3rem;
	border: 1px solid #116634;
	display: inline-block;
	height: 4.8rem;
}

form .form-button:hover
{
	color: #116634;
}

.login-form .form-button
{
	float: right;
	width: calc(50% - .7rem);
	text-align: center;
}

.login-form .buttons
{
	padding: 1.5rem 0 2.5rem 0
}

.login-form *:last-child
{
	margin-bottom: 0;
}

.phone-trainings
{
	padding-top: 2rem;
}

.phone-trainings > .row,
.phone-trainings .row-1
{
	margin-left: -35px;
	margin-right: -35px;
}

.phone-trainings > .row > div,
.phone-trainings .row-1 > div
{
	padding-left: 35px;
	padding-right: 35px;
}

.phone-trainings textarea
{
	height: 14.6rem;
}

.phone-trainings .submit
{
	text-align: center;
	padding-top: 2rem;
}

form .form-title
{
	font-size: 1.7rem;
	margin-bottom: 1rem;
	font-weight: 600;
}

form label
{
	font-weight: 400;
	font-size: 1.4rem;
	color: #535353;
	margin: 0 0 1rem 0;
	display: block;
}

form p
{
	margin-bottom: 2rem;
}

form .help
{
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #116634;
	display: inline-block;
	padding-right: 1.8rem;
	position: relative;
	text-transform: uppercase;
}

form .help:hover
{
	color: #116634;
}

form .terms
{
	margin-bottom: 1rem;
}

form .terms a
{
	color: #116634;
	text-decoration: underline;
}

form .terms-2, .trainings-signup-form .terms-1
{
	margin-bottom: 3rem;
}

form .terms label
{
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

form .terms input
{
	display: none;
}

form .terms input + span
{
	display: block;
	padding-left: 2.5rem;
}

form .terms input + span:before
{
	content:'';
	width: 1.6rem;
	height: 1.6rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #535353;
	position: absolute;
	left: 0;
	top: .3rem;
	font-family: "FontAwesome";
	text-align: center;
	line-height: 1.4rem;
	font-size: 1rem;
	padding-left: .1rem;
}

form .terms input:checked + span:before
{
	content:'\f00c';
}

span.wpcf7-list-item
{
	margin: 0;
}

.contact-form span
{
	display: block;
	position: relative;
}

span.wpcf7-not-valid-tip
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #f00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #f00;
	padding: 1rem 2rem;
}

.button-ghost
{
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #116634;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #116634;
	padding: 1.3rem 9.5rem;
	font-family: "Open Sans", sans-serif;
	text-decoration: none !important;
	display: inline-block;
	text-align: center;
	cursor: pointer;	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.button-ghost.small
{
	padding: 1rem 3rem;
}

.button-ghost:hover
{
	color: #fff;
	background: #116634;
	outline: none;
	border: 1px solid #116634;
}

.social-links 
{
	text-align: center;
	margin: 0 0 2.5rem 0;
}

.social-links li
{
	display: inline-block;
	margin: 0 3.5rem;
	color: #f7f7f7;
	font-size: 1.6rem;
}

.social-links li a
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.4rem;
	height: 3.4rem;
	background: #116634;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.footer-top
{
	background: #F7F7F7;
	padding: 3rem 0 5rem 0;
	font-size: 1.4rem;
	font-weight: 300;
	color: #353533;
}

.footer-top *:last-child
{
	margin-bottom: 0;
}

.footer-top p
{
	line-height: 1.8rem;
	margin-bottom: 1.7rem;
}

.footer-top .phone a
{
	font-weight: 600;
}

.footer-top .links
{
	padding-top: 1rem;
}

.footer-top .col-1 img
{
	float: left;
	width: 13.5rem;
}

.footer-top .col-1 .info
{
	float: right;
	width: calc(100% - 20rem);
}

.footer-top .col-3 ul
{
	margin: 0;
}

.footer-top .col-3 ul li
{
	margin-bottom: .7rem;
}

.footer-top ul li:last-child
{
	margin-bottom: 0;
}

.footer-bottom
{
	background: #353533;
	color: #D9D9D9;
	font-size: 1.4rem;
	padding: 1.5rem 0;
	font-weight: 600;
}

.footer-bottom p
{
	line-height: 1.9rem;
	float: left;
	margin: 0 5rem 0 0;
}

#menu-footer
{
	float: left;
	margin: 0;	
	line-height: 1.9rem;
}

#menu-footer li
{
	float: left;
	display: block;
	margin-right: 5rem;
}

#menu-footer li:last-child
{
	margin-right: 0;
}

h1,h2,h3,h4,h5,h6
{
	color: #353533;
	margin: 0 0 5px 0;
	font-weight: 400;
	line-height: normal;
	font-family: "Playfair Display";
}

.text-heading-1
{
	font-family: "Open Sans", sans-serif;
	font-size: 2rem;
	line-height: 2.8rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
}

.text-heading-2
{
	font-family: "Open Sans", sans-serif;
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
}

h1
{
	font-size: 3rem;
}

h2
{
	font-size: 2.6rem;
	margin-bottom: 2rem;
}

h3
{
	font-size: 19px;
	line-height: 30px;
}

h4
{
	font-size: 17px;
	line-height: 23px;
}

ul
{
	list-style-type: none !important;
	padding: 0;
	margin: 0 0 2.5rem 0;
	line-height: 2.4rem;
}

p
{
	margin: 0 0 2.5rem 0;
	line-height: 2.4rem;
}

a, a:hover, a:focus
{
color: inherit;
text-decoration: none;
}

input:focus, textarea:focus
{
	outline: none;
}

img
{
max-width: 100%;
height: auto;
border: 0;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/**
* Fade-move animation for second dialog
*/

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;

-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
opacity: 1;
-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
opacity: 0;

-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
opacity: 0;

-webkit-transition: opacity 0.3s ease-out; 
-moz-transition: opacity 0.3s ease-out; 
-o-transition: opacity 0.3s ease-out; 
transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
opacity: 0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


.offer-form .margin-b-5 {
    margin-bottom: 5px;
}

.offer-form .margin-b-10 {
    margin-bottom: 10px;
}

.offer-form .margin-b-15 {
    margin-bottom: 15px;
}

.offer-form .margin-b-20 {
    margin-bottom: 20px;
}
.offer-form .margin-b-25 {
    margin-bottom: 25px;
}
.offer-form .margin-l-20 {
    margin-left: 20px;
}
.offer-form .margin-r-20 {
    margin-right: 20px;
}
.offer-form .margin-t-20 {
    margin-top: 20px;
}

.offer-form .margin-t-10 {
    margin-top: 10px;
}
.offer-form .margin-t-15 {
    margin-top: 15px;
}
.offer-form .margin-t-25 {
    margin-top: 25px;
}
.offer-form .validation-failed {
    font-size: 10px;
    color: #B60E0C;
    transition: visibility 0.2s, opacity 0.5s linear;
    margin: 0 0 5px;
}
.offer-form-horizontal .validation-failed {
    margin-bottom: 0;
}
.offer-form-horizontal .validation-failed-box {
    margin: -5px 0 5px 23px;
}
.offer-form input.phone:focus, .offer-form input.email:focus, .offer-form input.nip:focus {
    box-shadow: none;
    border-color: #676767;
    color: #676767;
    background-color: #ffffff;
}
.offer-form .validation-failed input {
    box-shadow: none;
    border-color: #b60e0c;
    background-color: #fef8f8;
    color: #b60e0c;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.offer-form .validation-failed-email, .offer-form .validation-failed-box, .offer-form .validation-failed-phone, .offer-form .validation-failed-nip {
    display: none;
}


.offer-form .color-red {
    color: #B60E0C !important;
}

.offer-form .form-asterisk {
    display: inline;
}
.form-inline-text {
    width: 100%;
    display: inline-block;
}

.form-inline-text > div {
    display: inline-block;
    width: 55px;
    padding-top: 3px;
    text-align: right;
}
.offer-form .top-offer {
}

.offer-form .offer-vl {
    display: inline-block;
    margin-right: 27px;
    border-left: 1px solid #707070;
    height: 30px;
    margin-bottom: -7px;
}
.offer-form {
    line-height: 1.4;
}
.offer-form .input-box label {
    line-height: 1.4;
}
.offer-form .phone-number {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}
.offer-form .second {
    font-size: 15px;
}

.offer-form .float-l {
    float: left;
}

.offer-form .font-10 {
    font-size: 10px;
}
.offer-form .font-13 {
    font-size: 13px;
}

.offer-form .font-12 {
    font-size: 12px;
}
.offer-form .font-11 {
    font-size: 11px;
}

.offer-form .font-14 {
    font-size: 14px;
}

.offer-form .font-20 {
    font-size: 20px;
}

.offer-form .label-container {

}
.offer-form-horizontal .input-checkbox .label-container {
    /*margin-top:0;*/
}

.offer-form .w-50 {
    width: 50px
}
.offer-form .w-60 {
    width: 60px
}

.offer-form .w-200 {
    width: 200px
}
.offer-form .v-separator {
    border-left: 1px solid #707070;
    padding: 15px 0;
    /*margin-bottom: -7px;*/
    margin: 0 25px -7px 25px;
}

.offer-form .email label, .offer-form .phone label, .offer-form .nip label {
    font-weight: 400;
    font-size: 1.4rem;
    color: #535353;
    margin: 0 0 1rem 0;
    display: block;
}

.offer-form .border-dotted-full-width {
    border-bottom: 1px dotted #888;
    width: 100%;
    height: 0px;
}


.offer-form .border-dotted-full-width {
    /*margin: 20px 0;*/
}

.offer-form .checkbox.label-container {
    padding-left: 0;
    margin-bottom: 0;
    width: calc(100% - 20px);
}

.offer-form  .checkbox-container {
    vertical-align: top;
    min-width: 13px;
}
.offer-form-horizontal .checkbox-container {
    margin-right: 10px;
}

.offer-form .checkbox-container input {
    margin: 1px 0 0;
    line-height: normal;
}

.offer-form .phone.input-container, .email.input-container {
    /*float*/
}

.offer-form .offer-top-container.first {
    color: #B60E0C;
    font-size: 21px;
}
.offer-form .offer-top-container.first h2{
    color: #B60E0C;
    font-size: 22px;
    margin: 0;
    font-weight: normal;
    line-height: 1.4;
}

.offer-form .offer-top-container .quote {
    color: #676767;
}

.offer-form .phone-cost {
    font-size: 9px;
    color: #AAAAAA;
}

.offer-form .allow_phone {
    display: none;
}

.offer-form .tncs p {
    font-size: 9px;
    color: #aaaaaa;
    vertical-align: top;
    cursor: auto;
    font-family: Verdana, Helvetica, sans-serif;
}

.offer-form .tncs a {
    color: #aaaaaa !important;
}
.offer-form-horizontal .input-box {
    vertical-align: top;
}
.offer-form .tncs a:hover {
    text-decoration: underline;

    color: #676767 !important;
}
.offer-form .dotted {
    margin: 15px 0;
    border: 0;
    border-bottom: 1px dotted #676767;
    display: inline-block;
}
.offer-form-horizontal .dotted {
    border-bottom: 1px dotted #888888;
}
.offer-form-vertical .dotted {
    width: 115px;
}
.offer-form-horizontal .dotted {
    width: 425px;
}
.offer-form-horizontal .input-container > input {
    max-width: 100%;
    max-height: 100%;
}
.offer-form-horizontal .input-checkbox .label-container {
    vertical-align: middle;
}
.offer-form-vertical input.phone, .offer-form-vertical input.email, .offer-form-vertical input.nip {
    width: 100%;
    border: 1px solid #535353;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    padding: 1rem 2rem;
    background: transparent;
}
.offer-form-horizontal input.phone, .offer-form-horizontal input.email, .offer-form-horizontal input.nip {
    border-radius: 0;
    height: 17px;
    margin-bottom: 5px;
}
.offer-form input.phone, .offer-form input.email, .offer-form input.nip {
    font-family: Verdana, Geneva, Helvetica, sans-serif;
}
.offer-form-horizontal .input-container {
    max-width: 220px;
    font-family: Verdana, Geneva, Helvetica, sans-serif;
}
.offer-form-horizontal .validation-failed-email, .offer-form-horizontal .validation-failed-phone {
}
.offer-form-horizontal.right-column-box {
    background: #efeeee;
    padding: 25px 30px 25px;
    margin:40px 0;

}
.offer-form-horizontal .third {
    margin: 15px 0 20px;
}

/*--------- END mailFormGN -------------*/

#offerForm .row
{
	margin-bottom: 2rem;
}

#offerForm .input-checkbox
{
	margin-bottom: 1rem;
}

#offerForm .input-checkbox input
{
	display: none;
}

#offerForm .input-checkbox input + span
{
	display: block;
	padding-left: 2.5rem;
	position: relative;
}

#offerForm .input-checkbox input + span:before
{
	content:'';
	width: 1.6rem;
	height: 1.6rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #535353;
	position: absolute;
	left: 0;
	top: .3rem;
	font-family: "FontAwesome";
	text-align: center;
	line-height: 1.4rem;
	font-size: 1rem;
	padding-left: .1rem;
}

#offerForm .input-checkbox input:checked + span:before
{
	content:'\f00c';
}

#offerForm .input-checkbox label
{
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#offerForm .submit
{
	text-align: center;
}

#offerForm .sendBtn
{
	background: #116634;
	border: none;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.2rem;
	text-transform: uppercase;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1.3rem 6rem;
	height: 4.8rem;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 3rem;
}

.mfp-no-margins img.mfp-img {
	padding: 0;
}
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-no-margins .mfp-container {
	padding: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.content-404
{
	padding-top: 5rem;
}



.bibTable
{
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 2rem;
	border-collapse: collapse;
}

.bibTable td
{
	padding: 5px;
	border: 1px solid	
}
.bibTable td
{
	border: 1px solid
		
}

.video-box::after, .video-box::before {
    background: none !important;
}

.nasze-produkty, .dlaczego-legalis-large, .dlaczego-legalis-mobile {
    display: none;
    color: white;
}

@media screen and (min-width: 768px) {
    .nasze-produkty, .dlaczego-legalis-large {
        display: block;
    }
    body {padding-top: 17rem;}
}

@media screen and (max-width: 767px) {
    .dlaczego-legalis-mobile {
        display: block;
    }
}
