/* Styles by Mataba.pl */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}
blockquote, p, ul, ol { padding: 0; margin: 0; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


body {
	font-family: 'Calluna Light', 'Charter', 'Georgia', serif;
	color: #00331B; /* zieleń adwokatury */
	background: #fff;
	font-size: 1.25em;
	line-height: 1.25;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
}

/*@media (max-width: 960px) {
  body {
  	font-size: 1em;
  	line-height: 1.25em;
  }
}*/

.uppercase {
	font-variant-caps: small-caps;
	-moz-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp";
	letter-spacing: 0.02em;
}

.lnum {
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

em {
	font-family: "Calluna Italic";
}

#nav {
	list-style: none;
	margin: 0 auto;
	box-shadow: inset 0 5px 0 0 #1CAD68;
}

@media (max-width: 640px) {
  #nav {
	  display: none;
  }
}

#nav li,
#nav a {
	transition: all 0.3s ease-out;
}

#nav a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 0.5em 1em 0.5em;
}

#nav a:hover {
	transform: translateY(5px);
}

#nav li.current,
#nav li:hover {
	box-shadow: inset 0 5px 0 0 #fff;
}

#nav li.current a:hover {
	transform: translateY(0);
}

#container {
    width: 100%;
    padding: 0;
    overflow-x: hidden;
    /* border: solid 20px #00331B;
    box-shadow: 0 0 0 20px #00331b inset; */
}

@media (max-width: 960px) {
  #container {
  	min-height: auto;
	padding: 0;
  }
}

h1 {
	font-family: 'Calluna Sans Light', 'Seravek', 'Tahoma', sans-serif;
    font-size: 3em;
	letter-spacing: -.025em;
    font-weight: 400;
    margin: 0;
}

h2 {
	font-family: 'Calluna Sans Bold', 'Seravek', 'Tahoma', sans-serif;;
	color: #1CAD68;
	font-size: 2em;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin: 0;
}

h2 + p {
   margin: 0 0 2em;
}

h2.centered {
	padding: 0 5vw;
}

h3 {
	font-family: 'Calluna Sans Bold', 'Seravek', 'Tahoma', sans-serif;
    color: #1CAD68;
    font-size: 1.4em;
    font-weight: 400;
    margin: 0;
}

h4 {
    margin: 0;
	font-weight: 400;
}

.centered {
	text-align: center;
}

p {
	margin: 1em 0 0 0;
}

.address {
	text-align: center;
	margin-top: 1em;
}

.address h3 {

}

p a {
	color: #1CAD68;
	text-decoration: none;
	position: relative;
	display: inline-block;
	box-shadow: inset 0 -2px 0 0 rgba(28, 173, 104, 0.3);
}

p a::after {
	content: '';
    background: #1CAD68;
    position: absolute;
    width: 0;
    display: block;
    height: 2px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

p a:hover::after {
    width: 100%;
    margin-left: -50%;
}

.wrapper {
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    list-style: none;
}

@media (max-width: 960px) {
  .wrapper {
  	flex-direction: column;
  }
}

.btn-span {
	display: inline-block;
	position: relative;
    padding: 4px;
	z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn {
	color: #fff;
	text-decoration: none;
	font-variant-caps: small-caps;
	-moz-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp";
	letter-spacing: 0.02em;
    padding: 0.6em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	position: relative;
	z-index: +1;
}

.btn-span::before,
.btn::after {
	content: '';
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn::after {
	border: solid 1px #756caf;
    background: rgba(33, 28, 62, 0.8);
}

.btn-span::before {
	border: solid 1px #1cad68;
	z-index: +1;
}

.btn-span:hover::before {
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
}

.btn-span:hover .btn::after {
	background: rgba(33, 28, 62, 1);
	transform: scale3d(1.1, 1.1, 1);
}

#logo-panel {
	width: 20%;
	margin: 1em auto;
}

@media (max-width: 640px) {
  #logo-panel  {
	  width: 50%;
	  margin: 1em auto 5.5vw 1em;
  }
}

#logo {
	max-width: 100%;
	min-width: 100%;
	display: block;
}

#intro {
	background: url('../img/bg-intro.jpg') 50% 50% no-repeat;
	background-size: cover;
	color: #fff;
}

@media (max-width: 640px) {
  #intro {
	  padding-top: 2em;
  }
}

#main-slider {
	background: #fff;
	width: 87.2790625%;
    height: 40vw;
	margin: calc(6.36046875vw - 2em) auto 0;
	padding: 4.409791666667vw 4.409791666667vw 0;
	position: relative;
}

#main-slider ul li img {
	min-width: 100%;
	max-width: 100%;
	display: block;
}

#main-slider h1 {
    text-indent: 0.4em;
    background: #1CAD68;
    width: auto;
	min-height: 6.36046875vw;
    display: inline-block;
    padding: 0.5vw 1.5vw 0 0.1em;
    text-indent: 5vw;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2000;
	box-shadow: inset 4.409791666667vw 0 0 0 #3a326d;
}

@media (max-width: 960px) {
  #main-slider h1 {
  	font-size: 7.2vw;
	text-indent: 0;
	width: 100%;
	padding: 0.5vw 1.5vw 0 1.5vw;
    text-align: center;
	box-shadow: inset 4.409791666667vw 0 0 0 #3a326d, inset -4.409791666667vw 0 0 0 #504883;
  }
}

#main-slider .slides {
	position: relative;
}

#main-slider .button-panel {
    position: absolute;
    padding-left: 1em;
    bottom: -4em;
    z-index: 2000;
}

@media (max-width: 960px) {
  #main-slider .button-panel {
  	width: 89.779062%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
  }
}

#main-slider::after {
	content: '';
	width: 4.409791666667vw;
	/*height: 6.36046875vw;*/
	height: 4em;
	background: #4f4782;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: +5;
}

@media (max-width: 960px) {
  #main-slider::after {
  	display: none;
  }
}

#lawyers {
	width: 78.479895833333%;
	margin: 12vw auto 0;
	padding: 2em 0 0;
}

#lawyers .flex {
	background: url('../img/bg-lawyers.jpg') 50% 50% no-repeat;
	background-size: cover;
	color: #fff;
	padding: 2em 3.981911503344%;
	align-items: flex-start;
}

@media (max-width: 960px) {
  #lawyers .flex {
      align-items: center;
      flex-direction: column;
      margin: 0;
  }
}

.lawyer-list {
	justify-content: space-between;
	list-style: none;
	margin-top: 12vw;
}

.lawyer-list li {
	margin-top: -12vw;
}

@media (max-width: 960px) {
	.lawyer-list li {
		margin-top: 0;
	}
}

@media (max-width: 640px) {
	.lawyer-list li:first-of-type {
		margin-top: -5em;
	}
}

.lawyer {
	text-align: center;
    width: 30%;
    padding: 1em 0;
	backface-visibility: hidden;
	transform: translateZ(0);
}

@media (max-width: 960px) {
  #lawyers .lawyer {
	text-align: left;
  	width: 80%;
	margin: 0 0 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 640px) {
  #lawyers .lawyer {
	text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 960px) {
	#contact .lawyer {
	 	width: 100%;
	}
}

.lawyer .btn-span {
	margin-top: 1em;
}

.lawyer img {
	max-width: 80%;
	min-width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 2em;
	border-radius: 50%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

@media (max-width: 960px) {
	.lawyer img {
		max-width: 40%;
		min-width: 40%;
		margin: 0 5vw 0 0;
	}
}

@media (max-width: 640px) {
	.lawyer img {
		max-width: 70%;
		min-width: 70%;
		margin: 0;
	}
}

.lawyer:hover img {
	transform: scale(1.05);
}

@media (max-width: 960px) {
  #lawyers .lawyer > div {
	width: 60%;
  }
}

@media (max-width: 640px) {
  #lawyers .lawyer > div {
	width: 100%;
  }
}

#lawyers .lawyer p a {
	color: #fff;
}

#lawyers .lawyer p a::after {
	background: #fff;
}

/*.lawyer:hover {
	transform: scale(1.05);
}*/

#help {
	background: #F3F0EB;
	width: 78.479895833333%;
	margin: 0 auto 3em;
	padding: 2em 0 0;
}

#help::after {
	content: '';
	width: 100%;
	height: 10.360469vw;
	background: url('../img/bg-help-after.gif') 0 0 no-repeat;
	background-size: 100%;
	bottom: -6.36046875vw;
	left: 0;
	position: relative;
	display: block;
}

#help h2 + p {
	width: 53.662168870436%;
	margin: 0 auto;
}

@media (max-width: 960px) {
  #help h2 + p {
      width: 80%;
  }
}

#help ul {
	list-style: none;
}

.help-spec {
	background: #fff;
	width: 111.228208960375%;
	margin: 1em 0 1em -5.6141044801875%;
	position: relative;
	min-height: 40vw;
	align-items: center;
    box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.1);
}

@media (max-width: 767px) {
	.help-spec {
		flex-direction: column;
	}
}

.help-spec::after {
	content: '';
	width: calc(100% - 2em);
	height: calc(100% - 2em);
	border: solid 2px #1CAD68;
	top: 1em;
	left: 1em;
	position: absolute;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	z-index: +5;
}

.help-spec:hover::after {
	transform: scale(0.98, 0.95);
}

.help-spec .text-panel {
	width: 50%;
	padding: 3em;
}

@media (max-width: 767px) {
	.help-spec .text-panel {
		width: 100%;
		padding: 3em 10vw;
	}
}

.help-spec::before {
	content: '';
	background: url('../img/bg-spec-family.jpg') 50% 50% no-repeat;
	background-size: cover;
	width: 50%;
	min-height: 40vw;
	position: relative;
	display: block;
	align-self: stretch;
}

@media (max-width: 767px) {
	.help-spec::before {
		width: 100%;
		min-height: 10vw;
	}
}

#family::before {
	background: url('../img/bg-spec-family.jpg') 50% 50% no-repeat;
	background-size: cover;
}

#criminal::before {
	background: url('../img/bg-spec-criminal.jpg') 50% 50% no-repeat;
	background-size: cover;
	order: 2;
}

#trade::before {
	background: url('../img/bg-spec-trade.jpg') 50% 50% no-repeat;
	background-size: cover;
}

#claims::before {
	background: url('../img/bg-spec-claims.jpg') 50% 50% no-repeat;
	background-size: cover;
	order: 2;
}

#civil::before {
	background: url('../img/bg-spec-civil.jpg') 50% 50% no-repeat;
	background-size: cover;
}

#enforcement::before {
	background: url('../img/bg-spec-enforcement.jpg') 50% 50% no-repeat;
	background-size: cover;
	order: 2;
}

#administrative::before {
	background: url('../img/bg-spec-administrative.jpg') 50% 50% no-repeat;
	background-size: cover;
}

#other::before {
	background: url('../img/bg-spec-other.jpg') 50% 50% no-repeat;
	background-size: cover;
	order: 2;
}

@media (max-width: 767px) {
	#criminal::before {
		order: -1;
	}
	#claims::before {
		order: -1;
	}
	#enforcement::before {
		order: -1;
	}
	#other::before {
		order: -1;
	}
}

.help-spec .text-panel ul li {
	position: relative;
}

.help-spec .text-panel ul li::before {
	content: '';
	width: 1em;
	height: 2px;
	background: #1CAD68;
	position: absolute;
	left: -1.2em;
	top: 0.55em;
	display: block;
}

#features {
	padding-top: 2em;
}

.feature-list {
	border: solid 1px #F3F0EB;
    width: 78.479895833333%;
    margin: 1em auto 3em;
    padding: 0;
	flex-wrap: wrap;
}

.feature-list li {
	width: 50%;
	padding: 3%;
	box-shadow: 1px 1px 0 0 #F3F0EB;
}

.feature-list li p {
	margin: 0	;
}

.feature-list li img {
	max-width: 15%;
	min-width: 15%;
	height: auto;
	padding: 2%;
}

.feature-list td {
	width: 50%;
	padding: 3%;
	border: solid 1px #F3F0EB;
	display: table-cell;
}

@media (max-width: 768px) {
	.feature-list td {
		width: 100%;
		display: block;
	}
}

.feature-list td p {
	width: 80%;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.feature-list td img {
	max-width: 15%;
	min-width: 15%;
	padding: 2%;
	display: inline-block;
	vertical-align: middle;
}

#contact {
	background: #F3F0EB;
    width: 78.479895833333%;
    margin: 0 auto;
}

#contact::before {
    content: '';
    background: url('../img/bg-contact-before.png') 0 0 no-repeat;
    background-size: 100%;
    width: 30%;
    height: 6vw;
    margin: 0 auto 2em;
    display: block;
    position: relative;
}

.typosign {
	color: #1CAD68;
	font-size: 2em;
}

.map {
	width: 78.479895833333%;
    height: 38vw;
    margin: 1em auto 10vw;
    padding: 0;
}

#choroszynski {
	margin: 16vw auto 3em;
}

#footer {
	background: #423A75;
	color: #fff;
	text-align: center;
	width: 100%;
	margin: 2em 0 0;
	padding: 1em 2%;	
}

/* =============================== Sub pages =============================== */

.sub #top-bar {
    background: #f3f0eb;
    padding: 1em 0;
}

.sub #top-bar #logo-panel {
    margin: 0 auto;
}

@media (max-width: 640px) {
  .sub #top-bar #logo-panel {
	margin: 0 auto 0 10%;
  }
}

.sub #intro .photo-container {
	width: 37.6729166666667%;
	margin: 0;
}

@media (max-width: 768px) {
  .sub #intro .photo-container {
  	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	margin-top: 0;
	padding: 1em 0;
  }
}

.sub #intro {
	background: transparent;
	position: relative;
	overflow: hidden;
}

@media (max-width: 768px) {
  .sub #intro {
	background: url(../img/bg-intro.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 0;
  }
}

.sub #intro #nav {
	width: 87.2790625%;
	margin: auto;
	justify-content: flex-start;
    position: relative;
}

@media (max-width: 768px) {
  .sub #intro #nav  {
  	justify-content: center;
  }
  .sub #intro #nav a {
  	padding-left: 0;
  }
}

.sub #intro #nav a {
	padding: 0.5em 1em 0.5em 6.8%;
}

@media (max-width: 768px) {
  .sub #intro #nav a {
  	padding: 0.5em 1em 0.5em;
  }
}

.sub #intro::before {
	content: '';
	background: url(../img/bg-intro.jpg) 50% 50% no-repeat;
	background-size: cover;
	color: #fff;
	width: 50%;
	height: 2000px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

@media (max-width: 768px) {
  .sub #intro::before {
  	display: none;
  }
}

.sub #intro .inner::after {
    content: '';
    background: url(../img/bg-paragraph.svg) 50% -5% no-repeat;
    background-size: 15%;
    width: 100%;
    height: 10em;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.sub #intro .inner {
	margin-top: 5vw;
    align-items: flex-start;
	z-index: 2;
}
@media (max-width: 768px) {
  .sub #intro .inner {
  	flex-direction: column;
	margin: 0;
  }
}

.sub #intro .photo-container {
	position: relative;
	z-index: 0;
}

.sub #intro .photo-container > img {
	max-width: 100%;
	min-width: 100%;
	display: block;
    border: solid #fff 5vw;
    border-right: none;
}

@media (max-width: 768px) {
  .sub #intro .photo-container > img {
  	max-width: 30%;
  	min-width: 30%;
	margin-left: 5%;
	border-radius: 50%;
    border: none;
	display: inline-block;
  }
}

@media (max-width: 480px) {
  .sub #intro .photo-container > img {
	max-width: 25%;
	min-width: 25%;
  	margin-left: 0;
  }
}

.sub #intro .photo-container .quick-contact {
    margin-left: 21.5%;
	margin-bottom: 3em;
}

.sub #intro .photo-container .quick-contact p {
  position: relative;
}

@media (max-width: 768px) {
  .sub #intro .photo-container .quick-contact {
      width: 60%;
      display: inline-block;
      vertical-align: top;
      padding-left: 6%;
	  margin: 0;
  }
  .sub #intro .photo-container .quick-contact p {
      margin: 0 0 1em;
	  position: relative;
  }
  .sub #intro .photo-container .quick-contact p:last-of-type {
      margin: 0;
  }
}

.sub #intro .photo-container .quick-contact p a {
    color: #fff;
}

.sub #intro .photo-container .quick-contact .icon {
    width: 2em;
    margin-right: 0.3em;
    position: absolute;
    top: -0.3em;
    left: -2.3em;
}

@media (max-width: 480px) {
  .sub #intro .photo-container .quick-contact .icon  {
	max-width: 1.4em;
	min-width: 1.4em;
    margin-right: 0.3em;
    position: absolute;
    top: -0.06em;
    left: -1.6em;
  }
}

.sub #intro .lawyer-about {
	color: #00331B; /* zieleń adwokatury */
	width: 37.6729166666667%;
	margin: 0 0 4em;
	position: relative;
	z-index: 2;
}

@media (max-width: 768px) {
  .sub #intro .lawyer-about {
  	background: #fff;
	width: 100%;
	margin: 0;
	padding: 0 10% 2em;
  }
}

.sub #intro .lawyer-about h1 {
	background: #1cad68;
    color: #fff;
    display: inline-block;
    padding: 0 0.1em;
    font-size: 4.63vw;
    margin-left: -86.6%;
    letter-spacing: -0.04em;
}

@media (max-width: 768px) {
  .sub #intro .lawyer-about h1 {
      margin: -0.2em 0 0 0;
      font-size: 2em;
      text-align: center;
      width: 100%;
  }
}

.sub #intro .lawyer-about p {
	padding: 0 0 0 6.7472211469336%;
	margin: 0;
	text-indent: 2em;
}

@media (max-width: 768px) {
  .sub #intro .lawyer-about p {
	padding: 0;
  }
}

.sub #intro .lawyer-about p:first-of-type {
	padding: 1em 0 0 6.7472211469336%;
	text-indent: 0;
}

@media (max-width: 768px) {
  .sub #intro .lawyer-about p:first-of-type {
	padding: 1em 0 0 0;
  }
}


.sub #contact .lawyer {
	width: 100%;
}

/* =============================== Mobile Menu  ===============================*/

.slide-menu {
	list-style: none;
	text-align: left;
	line-height: 7em;
	color: #fff;
	background: rgba(66, 58, 117, 0.97);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	-webkit-transform: translate3d(109%,0,0);
	transform: translate3d(109%,0,0);
	opacity: 0;
	-webkit-transition: translate3d .1s ease-in-out;
	transition: translate3d .1s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

@media (min-width: 640px) {
  .slide-menu {
    display: none;
  }
}

.slide-menu ul {
	list-style: none;
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -55%);
	transform: translate(0, -55%);
}

.slide-menu li{
	font-size: 2.44140625em;
    line-height: 1.5625;
    letter-spacing: -0.04em;
    width: 110%;
    margin-left: -10%;
    padding-left: 20%;
    text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	/*-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);*/
	opacity: 0;
}

@media (max-width: 480px) {
  .slide-menu li {
    font-size: 1.56875em;
  }
}

.slide-menu li:after {
	content: '';
	width: 100%;
	height: 0;
	position: relative;
	bottom: 0;
	border-bottom: dotted 1px #3dbcaa;
}

.slide-menu li a:link, .slide-menu li a:visited{
    color: #fff;
    line-height: 1.8625;
    text-decoration: none;
	width: 100%;
	display: block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.slide-menu li:hover, .slide-menu li:focus{
    background: rgba(36,33,68,1);
	-webkit-transform: translate3d(0.3em,0,0);
	transform: translate3d(0.3em,0,0);
}

.slide-menu li:active, .slide-menu li a:focus{
	background: rgba(59, 77, 204, 0.5);
}
.slide-menu li:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.slide-menu li:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.slide-menu li:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.slide-menu li:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.slide-menu li:nth-child(5) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.slide-menu li:nth-child(6) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.slide-menu li:nth-child(7) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
/*
.slide-menu li:nth-child(1) {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.slide-menu li:nth-child(2) {
	-webkit-transform: translate3d(150%,0,0);
	transform: translate3d(150%,0,0);
}

.slide-menu li:nth-child(3) {
	-webkit-transform: translate3d(200%,0,0);
	transform: translate3d(200%,0,0);
}

.slide-menu li:nth-child(4) {
	-webkit-transform: translate3d(250%,0,0);
	transform: translate3d(250%,0,0);
}

.slide-menu li:nth-child(5) {
	-webkit-transform: translate3d(300%,0,0);
	transform: translate3d(300%,0,0);
}

.slide-menu li:nth-child(6) {
	-webkit-transform: translate3d(350%,0,0);
	transform: translate3d(350%,0,0);
}
*/
.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

@media (min-width: 640px) {
  .nav-trigger {
	  display: none;
  }
}

label[for="nav-trigger"] {
	cursor: pointer;
	background-size: contain;
	z-index: 20000;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (min-width: 640px) {
  label[for="nav-trigger"] {
	  display: none;
  }
}


label[for="nav-trigger"]:hover {
	color: #1CAD68;
}

.nav-trigger:checked ~ .slide-menu {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}

.nav-trigger:checked ~ .slide-menu li {
	/*-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);*/
	opacity: 1;
}

.nav-trigger:checked ~ label[for="nav-trigger"] {
	color: #fff;
}

.nav-trigger:checked ~ label[for="nav-trigger"]:hover  {
	color: #1CAD68;
}

.nav-trigger span {
	display: inline-block;
	margin: 0 1em;
	border: none;
	background: none;
}
.nav-trigger span em {
	display: block;
}

/* =============================== lines button =============================== */
#menuText {
    cursor: pointer;
    line-height: 1.6rem;
    display: inline-block;
    vertical-align: middle;
	position: absolute;
    right: 5.360469vw;
    top: 7vw	;
}
@media (min-width: 640px) {
  #menuText  {
	  display: none;
  }
}
.cmn-toggle-switch {
	float: right;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 25px;
	top: 2px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
			appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s;
			transition: background 0.3s;
}
@media (min-width: 640px) {
  .cmn-toggle-switch {
	  display: none;
  }
}
.cmn-toggle-switch:focus {
	outline: none;
}
.cmn-toggle-switch span {
	display: block;
	position: absolute;
	top: 10px;
	left: 5px;
	right: 4px;
	height: 2px;
	background: #1CAD68;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1CAD68;
	content: "";
}
.cmn-toggle-switch span::before {
	top: -5px;
}
.cmn-toggle-switch span::after {
	bottom: -5px;
}
.cmn-toggle-switch__htx {
	background-color: transparent;
}
.cmn-toggle-switch__htx span {
	-webkit-transition: background 0 0.3s;
			transition: background 0 0.3s;
}
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
			transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0;
			transition-delay: 0.3s, 0;
}
.cmn-toggle-switch__htx span::before {
	-webkit-transition-property: top, -webkit-transform;
			transition-property: top, transform;
}
.cmn-toggle-switch__htx span::after {
	-webkit-transition-property: bottom, -webkit-transform;
			transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.cmn-toggle-switch__htx.active {
	background-color: transparent;
}
.cmn-toggle-switch__htx.active span {
	background: none;
}
.cmn-toggle-switch__htx.active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
	-webkit-transition-delay: 0, 0.3s;
			transition-delay: 0, 0.3s;
}

/**** No WOW animations on mobile ****/

@media screen and (max-width: 768px) {
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}
