@font-face {
	font-family: myriadpro_c;
	src: url("fonts/MyriadPro-Cond.woff") format("woff"), ;
	src: local("Myriad Pro Cond"), local("MyriadPro-Cond"), url("fonts/MyriadPro-Cond.woff2") format("woff2"), url("fonts/MyriadPro-Cond.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: ubuntu;
	src: url("fonts/Ubuntu.woff") format("woff");
	src: local("Ubuntu"), local("Ubuntu"), url("fonts/Ubuntu.woff2") format("woff2"), url("fonts/Ubuntu.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: ubuntu_c;
	src: url("fonts/UbuntuCondensed-Regular.woff") format("woff"), ;
	src: local("Ubuntu Condensed Regular"), local("UbuntuCondensed-Regular"), url("fonts/UbuntuCondensed-Regular.woff2") format("woff2"), url("fonts/UbuntuCondensed-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: ubuntu_l;
	src: url("fonts/Ubuntu-Light.woff") format("woff");
	src: local("Ubuntu Light"), local("Ubuntu-Light"), url("fonts/Ubuntu-Light.woff2") format("woff2"), url("fonts/Ubuntu-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: ubuntu_m;
	src: url("fonts/Ubuntu-Medium.woff") format("woff");
	src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("fonts/Ubuntu-Medium.woff2") format("woff2"), url("fonts/Ubuntu-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: ubuntu_b;
	src: url("fonts/Ubuntu-Bold.woff") format("woff");
	src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("fonts/Ubuntu-Bold.woff2") format("woff2"), url("fonts/Ubuntu-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

/*/////////////STANDARD-HTML///////////////*/

body {
	width: 100%;
	height: 100%;
	animation: fadeInAnimation ease .5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

html {
	scroll-behavior: smooth;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

html, body {
	font-family: ubuntu_l;
	font-size: 15px;
	line-height: 1.5;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
}

#preloader {
	width: 100%;
	height: 100%;
}

.LockOn {
	display: block;
	visibility: visible;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #262f36;
	padding-top: 20%;
	filter: alpha(opacity=85);
	opacity: 0.85;
	background-image: url("img/HLED-loader.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

*, *:before, *:after {
	box-sizing: inherit;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

* {
	-webkit-touch-callout: none !important;
	-webkit-text-size-adjust: none !important;
	-webkit-tap-highlight-color: transparent !important;
	/*/-webkit-user-select:none !important;/*/
}

h1, h2, h3, h4, h5, h6, h7, h8, h9, h0, p, ul, il, a, label {
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	/*/ -webkit-user-select: text;	/* Chrome all / Safari all */
	/*/ -moz-user-select: text;	 /* Firefox all */
	/*/ -ms-user-select: text;		/* IE 10+ */
	/*/ user-select: text;			/* Likely future */
}

input, textarea, button, select, a, span, nav, header {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
	list-style-type: none;
	color: inherit;
}

section {
	position: relative;
	z-index: 1;
}

hr {
	margin: 15px -9px;
}

@media screen and (max-width: 1366px) {
	::-webkit-scrollbar {
		display: none;
	}
}

.title-line {
	height: 2.5px;
	color: #70df2e;
	background-color: #70df2e;
	border: none;
	width: 50px;
	margin: 15px 0px;
}

@media screen and (max-width: 1366px) {
	.title-line {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.title-line {
		color: transparent;
		background-color: transparent;
		margin: 5px 0px;
	}
}

.break-line {
	opacity: 0.25;
}

.green-break-line {
	height: 2px;
	color: #84d640;
	background-color: #84d640;
	border: none;
}

.border-right {
	border-right: 1px solid #b2babf;
}

.center {
	text-align: center !important;
}

.center .bar {
	display: inline-block;
	width: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " ";
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear: both;
}

.form-group {
	margin-bottom: 15px;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lockScroll {
	overflow: hidden;
	position: fixed;
}

.container-xl {
	position: relative;
	padding: 0;
	max-width: 100% !important;
	text-decoration: none;
	list-style-type: none;
}

.container {
	position: relative;
	padding: 0.01em 16px;
	text-decoration: none;
	list-style-type: none;
}

.container:after, .container:before {
	content: "";
	display: table;
	clear: both;
}

.content, .content-s, .content-m, .content-l, .content-xl {
	padding-left: 15px;
	padding-right: 15px;
}

.content, .content-s, .content-m, .content-l, .content-xl, .auto {
	margin-left: auto;
	margin-right: auto;
}

.content-s {
	max-width: 1000px;
}

.content {
	max-width: 1180px;
}

.content-m {
	max-width: 1400px;
}

.content-l {
	max-width: 1800px;
}

.content-xl {
	max-width: 1920px;
}

@media screen and (max-width: 1500px) {
	.content-m {
		max-width: 1260px;
	}
}

/*/////////////////COLORS//////////////////*/

.text-hled-green {
	color: #84d640 !important;
}

.text-neon-green {
	color: #70df2e !important;
}

/*//////////////////SHADOWS////////////////*/

.bg-shadow {
	-webkit-box-shadow: 0 0px 25px 0.5px #00000085;
	-moz-box-shadow: 0 0px 25px 0.5px #00000085;
	-ms-box-shadow: 0 0px 25px 0.5px #00000085;
	-o-box-shadow: 0 0px 25px 0.5px #00000085;
	box-shadow: 0 0px 25px 0.5px #00000085;
}

.img-shadow {
	-webkit-filter: drop-shadow(0px 0px 8px rgb(0, 0, 1, 0.801));
	-moz-filter: drop-shadow(0px 0px 8px rgb(0, 0, 1, 0.801));
	-ms-filter: drop-shadow(0px 0px 8px rgb(0, 0, 1, 0.801));
	-o-filter: drop-shadow(0px 0px 8px rgb(0, 0, 1, 0.801));
	filter: drop-shadow(0px 0px 8px rgb(0, 0, 1, 0.801));
}

.light_bg-shadow {
	-webkit-filter: drop-shadow(0px 0px 5px rgb(9, 9, 9, 9));
	-moz-filter: drop-shadow(0px 0px 5px rgb(9, 9, 9, 9));
	-ms-filter: drop-shadow(0px 0px 5px rgb(9, 9, 9, 9));
	-o-filter: drop-shadow(0px 0px 5px rgb(9, 9, 9, 9));
	filter: drop-shadow(0px 0px 5px rgb(9, 9, 9, 9));
}

.txt-shadow {
	-webkit-filter: drop-shadow(0px 0px 10px rgb(0, 0, 1, 0.15));
	-moz-filter: drop-shadow(0px 0px 10px rgb(0, 0, 1, 0.15));
	-ms-filter: drop-shadow(0px 0px 10px rgb(0, 0, 1, 0.15));
	-o-filter: drop-shadow(0px 0px 10px rgb(0, 0, 1, 0.15));
	filter: drop-shadow(0px 0px 10px rgb(0, 0, 1, 0.15));
}

.drop-shadow {
	-webkit-filter: drop-shadow(5px 5px 8px rgb(0, 0, 1, 0.520));
	-moz-filter: drop-shadow(5px 5px 8px rgb(0, 0, 1, 0.520));
	-ms-filter: drop-shadow(5px 5px 8px rgb(0, 0, 1, 0.520));
	-o-filter: drop-shadow(5px 5px 8px rgb(0, 0, 1, 0.520));
	filter: drop-shadow(5px 5px 8px rgba(0, 0, 1, 0.520));
}

.img-drama-shadow {
	-webkit-filter: drop-shadow(-35px -10px 5px rgb(0, 0, 1, 0.59));
	-moz-filter: drop-shadow(-35px -10px 5px rgb(0, 0, 1, 0.59));
	-ms-filter: drop-shadow(-35px -10px 5px rgb(0, 0, 1, 0.59));
	-o-filter: drop-shadow(-35px -10px 5px rgb(0, 0, 1, 0.59));
	filter: drop-shadow(-35px -10px 5px rgb(0, 0, 1, 0.59));
}

/*///////////PARAGRAPHS & TITLES///////////*/

.uppercase {
	text-transform: uppercase;
}

.white {
	color: #fff;
}

.dark-navy {
	color: #333f48;
}

.light-grey {
	color: #f3f3f3;
}

.pastelnavy {
	color: #b2babf;
}

.header-center-title {
	font-family: ubuntu_b;
	font-size: 5rem;
	text-align: center;
	line-height: 5.5rem;
	letter-spacing: -1.1px;
}

.center-title {
	font-family: ubuntu_b;
	font-size: 5rem;
	text-align: center;
	line-height: 5.5rem;
	letter-spacing: -1.1px;
}

.center-title-reg {
	font-family: ubuntu;
	font-size: 5rem;
	text-align: center;
	line-height: 5.5rem;
	letter-spacing: -3px;
}

.left-title {
	font-family: ubuntu_b;
	font-size: 5rem;
	text-align: left;
	line-height: 5.5rem;
	letter-spacing: -1.1px;
	margin-left: -5px;
}

.center-title-4 {
	font-family: ubuntu_b;
	font-size: 4rem;
	text-align: center;
	line-height: 4rem;
	letter-spacing: -1.1px;
}

.center-title-3 {
	font-family: ubuntu_b;
	font-size: 3rem;
	text-align: center;
	line-height: 4rem;
	letter-spacing: -1.1px;
}

.center-title-3-left {
	font-family: ubuntu_b;
	font-size: 3rem;
	text-align: left;
	line-height: 4rem;
	letter-spacing: -1.1px;
}

.center-title-myriad-left {
	font-family: ubuntu_c;
	font-size: 3.5rem;
	text-align: left;
	font-weight: 600;
	line-height: 3.5rem;
	padding-bottom: 5px !important;
}

.center-title-myriad {
	font-family: myriadpro_c !important;
	font-size: 3rem;
	text-align: center;
	line-height: 3.5rem;
}

.center-title-myriad-quotes {
	font-family: myriadpro_c !important;
	font-size: 2rem;
	text-align: center;
	line-height: 2rem;
}

.center-mid-title {
	font-family: ubuntu_b;
	font-size: 48px;
	text-align: center;
	line-height: 48px;
	letter-spacing: -1.1px;
	margin-left: -5px;
}

.left-mid-title {
	font-family: ubuntu_b;
	font-size: 48px;
	text-align: left;
	line-height: 48px;
	letter-spacing: -1.1px;
	margin-left: -5px;
}

.right-mid-title {
	font-family: ubuntu_b;
	font-size: 48px;
	text-align: right;
	line-height: 48px;
	letter-spacing: -1.1px;
	margin-left: -5px;
}

.right-title {
	font-family: ubuntu_b;
	font-size: 5rem;
	text-align: right;
	line-height: 5.5rem;
	letter-spacing: -1.1px;
}

.para-txt-m {
	font-family: ubuntu_m;
	font-size: 18px;
	line-height: 23px;
	text-align: justify !important;
	text-align-last: center;
}

.para-txt-bold {
	font-family: ubuntu_b;
	font-size: 18px;
	line-height: 23px;
	text-align-last: center;
}

.para-txt {
	font-family: ubuntu_l;
	font-size: 18px;
	line-height: 23px;
	text-align: justify !important;
	text-align-last: center;
	letter-spacing: .02em;
}

.para-txt-left {
	font-family: ubuntu_l;
	font-size: 18px;
	line-height: 23px;
	text-align: justify;
	text-align-last: left;
	letter-spacing: .02em;
}

.para-txt-left-nojustify {
	font-family: ubuntu_l;
	font-size: 18px;
	line-height: 23px;
	text-align: left !important;
	letter-spacing: .02em;
}

.para-txt-right-nojustify {
	font-family: ubuntu_l;
	font-size: 18px;
	line-height: 23px;
	text-align: right !important;
	letter-spacing: .02em;
}

.para-txt-right {
	font-family: ubuntu_l;
	font-size: 18px;
	line-height: 23px;
	text-align: justify;
	text-align-last: right;
	letter-spacing: .02em;
}

.sub-title-M {
	font-family: ubuntu_m;
	font-size: 2.25rem;
	line-height: 2.25rem;
	letter-spacing: 0.01rem;
	text-align: center;
}

.sub-title-M-left {
	font-family: ubuntu_m;
	font-size: 2rem;
	line-height: 2rem;
	letter-spacing: 0.01rem;
	text-align: left;
}

.sub-title-M-light {
	font-family: ubuntu_m;
	font-size: 1.95rem;
	line-height: 1.95rem;
	text-align: center;
	padding-top: 5px;
}

.sub-title-M-light-left {
	font-family: ubuntu_m;
	font-size: 1.95rem;
	line-height: 1.95rem;
	text-align: left;
}

.sub-title-L {
	font-family: ubuntu_l;
	font-size: 1.5rem;
	line-height: 1.5rem;
	letter-spacing: 0.01rem;
	text-align: center;
	padding-top: 5px;
}

.sub-title-L-left {
	font-family: ubuntu_l;
	font-size: 1.5rem;
	line-height: 1.5rem;
	letter-spacing: 0.01rem;
	text-align: left !important;
	padding-top: 5px;
}

.sub-title-L-light {
	font-family: ubuntu_l;
	font-size: 1.25rem;
	line-height: 1.55rem;
	letter-spacing: 0.01rem;
	text-align: center;
	padding-top: 5px;
}

.sub-title-L-light-left {
	font-family: ubuntu_l;
	font-size: 1.25rem;
	line-height: 1.55rem;
	letter-spacing: 0.01rem;
	text-align: left;
	padding-top: 5px;
}

#page-title {
	padding: 250px 0 100px 0;
}

@media screen and (max-width: 1366px) {
	.para-txt-left-nojustify {
		text-align: justify !important;
	}
	.para-txt {
		text-align: center !important;
		font-size: 15px;
	}
	.center-title-welcome {
		margin-left: -50px;
		margin-right: -50px;
		padding-top: 35px;
		font-size: 4rem;
	}
	.center-title {
		font-size: 4rem;
	}
	.center-title-3-left {
		text-align: center;
	}
	.left-title {
		font-size: 4.5rem;
	}
}

@media screen and (max-width: 1250px) {
	.center-title {
		font-size: 5rem;
	}
	.center-title-welcome {
		margin-left: 0;
		margin-right: 0;
	}
	.sub-title-M {
		font-family: ubuntu_b;
		font-size: 1.75rem;
		line-height: 1.75rem;
		padding: 0 10px;
	}
	.sub-title-L {
		font-size: 1.5rem;
		line-height: 1.5rem;
		padding: 20 10px;
	}
	.left-title {
		padding-top: 0;
		text-align: center;
	}
	.sub-title-L-left {
		text-align: center !important;
	}
	/*DONE*/
	.modal-container p {
		font-size: 1rem;
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: justify;
		text-align-last: left;
	}
	/*DONE*/
	.modal-container h2 {
		font-size: 1rem;
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: justify;
		text-align-last: left;
	}
}

@media screen and (max-width: 960px) {
	.para-txt {
		font-size: 1rem !important;
	}
	.para-txt-left {
		font-size: 1rem;
	}
	.para-txt-right {
		font-size: 1rem;
	}
	.modal-bullets {
		text-align: left !important;
	}
}

@media screen and (max-width: 500px) {
	.justify {
		text-align: justify !important;
		text-align-last: left !important;
	}
	.sub-title-M {
		font-size: 2rem;
		line-height: 2.5rem;
		padding: 0 65px;
		text-transform: capitalize;
	}
	.sub-title-L {
		font-size: 1.5rem;
		line-height: 1.5rem;
		padding-top: 5px !important;
	}
	.header-center-title {
		font-size: 3.25rem;
	}
	.center-title {
		font-size: 3rem;
		line-height: 3rem;
	}
	.left-title {
		padding-top: 0;
		font-size: 3rem;
	}
	.sub-title-L-left {
		font-size: 1.5rem !important;
		text-align: center !important;
	}
	.padding_0-50 {
		padding: 0 15px !important;
	}
	.center-title-4 {
		font-size: 3rem
	}
	.left-mid-title {
		text-align: center;
	}
	#page-title {
		padding: 220px 0 100px 0;
	}
	.center-title-3-left {
		text-align: center;
	}
	.center-title-myriad-quotes {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	/*DONE*/
	.modal-container #txt_btn {
		display: flex;
		justify-content: center;
	}
	.modal-container:after, .modal-container:before, .modal-row-padding:after, .modal-row-padding:before {
		content: "";
		display: block !important;
		clear: both;
	}
}

@media screen and (max-width: 450px) {
	.center-title-3 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
	.center-title-3-left {
		font-size: 2.75rem;
		line-height: 3.5rem;
	}
	.center-title {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
	.sub-title-M {
		padding: 0 40px;
	}
	.sub-title-L {
		font-size: 1.25rem;
		padding: 0 20px;
	}
	.sub-title-L-left {
		font-size: 1.25rem;
	}
	.left-title {
		line-height: 3.5rem;
	}
}

@media screen and (max-width: 400px) {
	.left-title {
		font-size: 2.5rem;
		line-height: 5.5rem;
	}
	.center-title-3-left {
		font-size: 2.5rem;
		line-height: 3rem;
	}
	.sub-title-L {
		padding: 0 10px;
	}
	.sub-title-M {
		padding: 0 20px;
	}
	.para-txt-left-nojustify {
		font-size: 1rem !important;
		line-height: 1.5rem;
	}
	.padding_0-50 {
		padding: 0 20px !important;
	}
	#page-title {
		padding: 170px 0 90px 0;
	}
}

@media screen and (max-width: 370px) {
	.left-title {
		font-size: 2.5rem;
		line-height: 3rem;
	}
	.center-title-3-left {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
	.sub-title-M {
		font-size: 1.75rem;
		line-height: 2rem;
		padding: 0 0;
	}
	.sub-title-L {
		font-size: 1.1rem;
	}
	.center-title-3 {
		font-size: 2.25rem;
		line-height: 3rem;
	}
	.padding_0-50 {
		padding: 0 6px !important;
	}
	.para-txt-left-nojustify {
		font-size: .95rem;
		line-height: 1.35rem;
	}
}

/*/////////////MAIN-CONTAINER//////////////*/

.main {
	transition: margin-left 0.4s;
}

.main {
	max-width: 100%!important;
	width: 100%!important;
	margin: 0!important;
	/*margin-top: 83px;*/
}

@media screen and (max-width: 960px) {
	.main {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

/*//////////HEADER-LOGO & BURGER///////////*/

#header-container {
	position: fixed !important;
	display: inline-table;
	width: 100%;
	height: 85px;
	top: 0;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 50 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#header-container.hide {
	top: -100px;
}

.header-scroll {
	background-color: #22292f;
	height: 60px;
	z-index: 701;
	opacity: .99;
	padding-left: 120px !important;
	padding-right: 100px !important;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-scroll>.burger span {background-color: #70df2e;}

.navbar-brand {
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	-ms-transition: height 0.2s;
	-o-transition: height 0.2s;
	transition: height 0.2s;
}

.navbar-brand.js-scrolling {
	position: fixed;
	background-image: url(img/logo/Hled-logo-header.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 33px;
	width: 190px;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	-ms-transition: height 0.2s;
	-o-transition: height 0.2s;
	transition: height 0.2s;
}

@media screen and (max-width: 1366px) {
	#header-logo, #header-logo img {
		height: 40px;
	}
	#header-container {
		padding-top: 22.5px !important;
		padding-bottom: 22.5px !important;
	}
	#header-container>.burger {
		top: 2.5px;
	}
	.navbar-brand.js-scrolling {
		height: 40px;
		width: 200px;
	}
}

@media screen and (max-width: 960px) {
	.navbar-brand.js-scrolling {
		background-image: url(img/logo/Hled-sml-logo.svg);
		height: 40px;
		width: 40px;
	}
	#header-container {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		height: 70px;
	}
}

/*///////////////LANDING PAGE//////////////*/

.main-landing {
	transition: margin-left 0.4s;
	-webkit-overflow-scrolling: touch;
	position: fixed;
}

.main-landing {
	max-width: 100%!important;
	width: 100%!important;
	margin: 0!important;
	/*margin-top: 83px;*/
	height: 100%;
}

#company_logo-landing {
	background: url(img/logo/Hled-logo-lamp.svg);
	-webkit-background-repeat: no-repeat;
	-moz-background-repeat: no-repeat;
	-o-background-repeat: no-repeat;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-background-position: center;
	-moz-background-position: center;
	-o-background-position: center;
	background-position: center;
	width: 100%;
	height: 350px;
	margin: 240px 0 0 0;
}

.color-background {
	background-color: #0006;
	padding: 70px;
	border-radius: 3px;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	height: 825px;
	max-width: 1760px;
	left: 0;
	margin: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.landing-wrap {
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	width: 100%;
	height: 650px;
	left: 0;
	margin: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.main-wrap {
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	width: 100%;
	height: 690px;
	left: 0;
	margin: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.logo-landing_page {
	margin: 0 !important;
}

#landing-lang_btn-padding {
	padding: 50px 0 0 0 !important;
}

#welcome {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	font-family: ubuntu_l;
	font-size: 2rem;
	line-height: 2rem;
	text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
	.color-background {
		max-width: 1320px;
	}
	/*DONE*/
	#company_logo-landing {
		height: 250px;
	}
	.landing-wrap {
		height: 550px;
	}
	.main-wrap {
		height: 580px;
	}
}

@media screen and (max-width: 1185px) {
	.color-background {
		max-width: 100%x;
		height: 100%;
	}
	/*DONE*/
	#company_logo-landing {
		height: 150px;
	}
	/*DONE*/
	.landing-wrap {
		height: 295px;
	}
	.main-wrap {
		height: 595px;
	}
	#welcome>.center-title {
		font-family: ubuntu_b;
		font-size: 3rem;
		text-align: center;
		line-height: 3.5rem;
		letter-spacing: -1.1px;
	}
	#welcome {
		font-family: ubuntu_l;
		font-size: 1.75rem;
		line-height: 1.75rem;
		letter-spacing: 0.05rem;
		padding: 10px 10px;
	}
	.main-landing {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#landing-lang_btn-padding {
		padding: 10px 0 0 0 !important;
	}
}

@media screen and (max-width: 500px) {
	.color-background {
		max-width: 100%;
		height: 100%;
	}
	#welcome {
		font-size: 18px;
		padding: 0px 10px;
		padding-bottom: 10px;
	}
	/*DONE*/
	#company_logo-landing {
		margin: 20px 0 40px 0 !important;
	}
	/*DONE*/
	.landing-wrap {
		height: 415px;
	}
	.main-wrap {
		height: 515px;
	}
	#landing-lang_btn-padding {
		padding: 50px 0 0 0 !important;
	}
}

@media screen and (max-width: 450px) {
	/*DONE*/
	.landing-wrap {
		height: 470px;
	}
	.main-wrap {
		height: 500px;
		max-width: 350px;
	}
}

@media screen and (max-width: 400px) {
	/*DONE*/
	.landing-wrap {
		width: 310px;
		height: 470px;
	}
	.main-wrap {
		max-width: 350px;
		height: 500px;
	}
}

@media screen and (max-width: 370px) {
	/*DONE*/
	.landing-wrap {
		width: 310px;
		height: 470px;
	}
	/*DONE*/
	#company_logo-landing {
		margin: 20px 0 !important;
	}
	#welcome {
		font-size: .9rem;
	}
	.main-wrap {
		height: 500px;
		max-width: 270px;
	}
}

/*////////////BACKGROUND IMAGES////////////*/

#landing_page {
	background: url("img/banner/primary-HLED-landing-bg.jpeg") no-repeat fixed center top #191f24;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
	z-index: 2;
}

#home-landing_page {
	background: url("img/banner/primary-HLED-home-bg-opt.gif") no-repeat fixed right top #191f24;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 960px;
	z-index: 2;
}

#company-landing_page {
	background: url("img/banner/primary-HLED-company-bg.jpeg") no-repeat fixed right top #191f24;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 2;
}

#certificates-landing_page {
	background: url("img/banner/primary-HLED-certificates-bg.jpeg") no-repeat fixed right top #191f24;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 2;
}

#services-landing_page {
	background: url("img/banner/primary-HLED-services-bg.jpeg") no-repeat fixed right top #191f24;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 2;
}

#products-landing_page {
	background: url("img/banner/primary-HLED-products-bg.jpeg") no-repeat fixed right top #191f24;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 2;
}

#projects-landing_page {
	background: url("img/banner/primary-HLED-projects-bg.jpeg") no-repeat fixed right top #191f24;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 2;
}

#news-landing_page {
	background: url("img/banner/primary-HLED-news-bg.jpeg") no-repeat fixed right top #191f24;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 2;
}

#contact-landing_page {
	background: url("img/banner/primary-HLED-contact2-bg.jpeg") no-repeat fixed right top #191f24;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 2;
}

.desktop-img {
	display: block;
}

.mobile-img {
	display: none;
}

@media screen and (max-width: 1720px) {
	#home-landing_page {
		height: 820px;
	}
}


@media screen and (max-width: 1185px) {
	#home-landing_page {
		background: url(img/banner/secondary-HLED-home-bg.jpeg) center top/cover no-repeat scroll #191f24;
		height: 780px
	}
	#home-landing_page:before {
		content: "";
		position: absolute;
		width : 100%;
		height: 100%;
		background: inherit;
		z-index: -1;
		filter			: blur(2.5px);
		-moz-filter		: blur(2.5px);
		-webkit-filter	: blur(2.5px);
		-o-filter		: blur(2.5px);
	}
	#company-landing_page {
		background: url(img/banner/secondary-HLED-company-bg.jpeg) center top/cover no-repeat scroll #191f24;
		height: 650px
	}
	#company-landing_page:before {
		content: "";
		position: absolute;
		width : 100%;
		height: 100%;
		background: inherit;
		z-index: -1;
		filter			: blur(2px);
		-moz-filter		: blur(2px);
		-webkit-filter	: blur(2px);
		-o-filter		: blur(2px);
	}
	#certificates-landing_page {
		background: url(img/banner/secondary-HLED-certificates-bg.jpeg) center top/cover no-repeat scroll #191f24;
		height: 650px
	}
	#certificates-landing_page:before {
		content: "";
		position: absolute;
		width : 100%;
		height: 100%;
		background: inherit;
		z-index: -1;
		filter			: blur(2px);
		-moz-filter		: blur(2px);
		-webkit-filter	: blur(2px);
		-o-filter		: blur(2px);
	}
	#services-landing_page {
		background: url(img/banner/secondary-HLED-services-bg.jpeg) center top/cover no-repeat scroll #191f24;
		height: 660px
	}
	#services-landing_page:before {
		content: "";
		position: absolute;
		width : 100%;
		height: 100%;
		background: inherit;
		z-index: -1;
		filter			: blur(2px);
		-moz-filter		: blur(2px);
		-webkit-filter	: blur(2px);
		-o-filter		: blur(2px);
	}
	#products-landing_page {
		background: url(img/banner/secondary-HLED-products-bg.jpeg) center top/cover no-repeat scroll #191f24;
		height: 650px
	}
	#products-landing_page:before {
		content: "";
		position: absolute;
		width : 100%;
		height: 100%;
		background: inherit;
		z-index: -1;
		filter			: blur(2px);
		-moz-filter		: blur(2px);
		-webkit-filter	: blur(2px);
		-o-filter		: blur(2px);
	}
	#projects-landing_page {
		background: url(img/banner/secondary-HLED-projects-bg.jpeg) center top/cover no-repeat scroll #191f24;
		height: 650px
	}
	#projects-landing_page:before {
		content: "";
		position: absolute;
		width : 100%;
		height: 100%;
		background: inherit;
		z-index: -1;
		filter			: blur(2px);
		-moz-filter		: blur(2px);
		-webkit-filter	: blur(2px);
		-o-filter		: blur(2px);
	}
	#news-landing_page {
		background: url(img/banner/secondary-HLED-news-bg.jpeg) center top/cover no-repeat scroll #191f24;
		height: 650px
	}
	#news-landing_page:before {
		content: "";
		position: absolute;
		width : 100%;
		height: 100%;
		background: inherit;
		z-index: -1;
		filter			: blur(2px);
		-moz-filter		: blur(2px);
		-webkit-filter	: blur(2px);
		-o-filter		: blur(2px);
	}
	#contact-landing_page {
		background: url(img/banner/secondary-HLED-contact-bg.jpeg) center top/cover no-repeat scroll #191f24;
		height: 650px
	}
	#contact-landing_page:before {
		content: "";
		position: absolute;
		width : 100%;
		height: 100%;
		background: inherit;
		z-index: -1;
		filter			: blur(2px);
		-moz-filter		: blur(2px);
		-webkit-filter	: blur(2px);
		-o-filter		: blur(2px);
	}
}

@media screen and (max-width: 960px) {
	#home-landing_page {
		height: 1050px;
	}
}

@media screen and (max-width: 500px) {
	#home-landing_page {
		height: 860px;
	}
	.secondary-landing_page {
		height: 600px !important;
	}
	.desktop-img {
		display: none;
	}
	.mobile-img {
		display: block;
	}
}

@media screen and (max-width: 450px) {
	#home-landing_page {
		height: 740px;
	}
	.secondary-landing_page {
		height: 560px !important;
	}
}

@media screen and (max-width: 400px) {
	#home-landing_page {
		height: 700px;
	}
	.secondary-landing_page {
		height: 580px !important;
	}
}

@media screen and (max-width: 370px) {
	#home-landing_page {
		height: 640px;
	}
	.secondary-landing_page {
		height: 580px !important;
	}
}

/*//////////////////IMAGES/////////////////*/

#company_logo {
	background: url(img/logo/Hled-logo.svg);
	-webkit-background-repeat: no-repeat;
	-moz-background-repeat: no-repeat;
	-o-background-repeat: no-repeat;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-background-position: center;
	-moz-background-position: center;
	-o-background-position: center;
	background-position: center;
	width: 100%;
	height: 350px;
	margin-bottom: 70px;
}

.hled-logo-icon {
	background-image: url(img/logo/Hled-logo-lamp-icon.svg);
	-webkit-background-repeat: no-repeat;
	-moz-background-repeat: no-repeat;
	-o-background-repeat: no-repeat;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-background-position: center;
	-moz-background-position: center;
	-o-background-position: center;
	background-position: center;
	width: 38px;
	height: 40px;
	margin: auto;
}

@media screen and (max-width: 1366px) {
	#company_logo {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 1185px) {
	#company_logo {
		margin-bottom: 70px;
	}
}

@media screen and (max-width: 500px) {
	#company_logo {
		height: 300px;
	}
}

@media screen and (max-width: 450px) {
	#company_logo {
		height: 260px;
	}
}

/*////////////////HOME SLOGAN//////////////*/

#company_slogan {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	font-family: ubuntu_l;
	font-size: 2rem;
	line-height: 2rem;
	text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
	#company_slogan {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 1185px) {
	#company_slogan {
		font-size: 1.25rem;
		line-height: 1.5rem;
		padding-top: 0;
		padding-bottom: 0;
	}
	.mob-slogan {
		font-family: ubuntu_l;
		font-size: 1.75rem;
		line-height: 1.75rem;
		letter-spacing: 0.05rem;
		padding: 50px 10px;
	}
}

@media screen and (max-width: 960px) {
	.mob-slogan {
		font-size: 1.75rem;
	}
}

@media screen and (max-width: 500px) {
	.mob-slogan {
		font-size: 18px;
		padding: 0px 10px;
	}
}

@media screen and (max-width: 370px) {
	.mob-slogan {
		font-size: .9rem;
	}
}

/*//////////////LANGUAGE BUTTONS///////////*/

#lang_btn-padding {
	padding: 100px 0 125px 0;
}

#lang_btn {
	background-color: transparent;
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius: 42px;
	border: 3px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	width: 35px;
	height: 35px;
	color: #83f140;
	font-family: Arial;
	font-size: 16px;
	line-height: 1.85rem;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	margin-left: 3px;
	margin-right: 3px;
}

#lang_btn:hover {
	color: #ffffff;
	border: 3px solid #84d640;
	background-color: transparent;
	text-decoration: none;
	list-style-type: none;
	cursor: pointer;
}

#lang_btn:active {
	position: relative;
	top: 1px;
}

@media screen and (max-width: 1366px) {
	#lang_btn-padding {
		padding: 20px 0 125px 0;
	}
}

@media screen and (max-width: 1185px) {
	#lang_btn-padding {
		padding: 100px 0 125px 0;
	}
}

@media screen and (max-width: 500px) {
	#lang_btn-padding {
		padding: 50px 0 50px 0;
	}
}

@media screen and (max-width: 370px) {}

/*///////////////CIRCLE BUTTON/////////////*/

#circle-btn {
	height: auto;
	position: relative;
	z-index: 2;
}

#circle-btn div {
	position: relative;
	margin: 0;
	left: 50%;
	margin-right: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 25px 8px #00000040;
	-moz-box-shadow: 0px 0px 25px 8px #00000040;
	box-shadow: 0px 0px 25px 8px #00000040;
	z-index: -1;
}

@media screen and (max-width: 1185px) {
	#circle-btn {
		display: none;
	}
}

/*/////////////SVG CIRCLE BUTTON///////////*/

#arrow-btn {
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin: 0;
	left: 50%;
	margin-right: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	transition: all 0.3s ease;
}

#arrow-circle {
	height: 30px;
	width: 30px;
}

#btn-arrow {
	fill: #fff;
}

#btn-arrow-circle {
	fill: #333f48;
}

#arrow-btn:hover #btn-arrow-circle {
	fill: #FFFFFF;
}

#arrow-btn:hover #btn-arrow {
	fill: #84d640;
}

/*///////////////TEXT BUTTON///////////////*/

#txt-btn-padd {
	padding: 40px 0 10px 0;
	text-align: center;
}

#txt_btn {
	background-color: transparent;
	border: 1.5px solid #b1b1b1;
	border-radius: 50px;
	display: inline-block;
	cursor: pointer;
	color: #858c91;
	font-family: Ubuntu;
	font-size: 15px;
	line-height: 13.5px;
	padding: 8px 40px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

#txt_btn:hover {
	background-color: #333f48;
	border: 1.5px solid #333f4800;
	color: #f3f3f3;
	padding: 8px 50px;
	text-decoration: none;
	list-style-type: none;
	cursor: pointer;
}

#txt_btn:active {
	position: relative;
	top: 0px;
}

/*//////////////////BANNER/////////////////*/

#banner_padding {
	padding-top: 300px;
	padding-bottom: 300px;
	background-color: #fff;
	align-items: center;
}

#banner-home {
	align-items: center;
	background-color: #262f36;
	height: 530px;
	z-index: 1;
}

#banner-services {
	align-items: center;
	background-color: #262f36;
	height: 530px;
	z-index: 1;
}

#banner_content-services {
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	width: 100%;
	height: 887px;
	left: 0;
	margin: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 2;
}

#banner {
	align-items: center;
	background-color: #262f36;
	height: 530px;
	z-index: 1;
}

#banner_content {
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	width: 100%;
	height: 780px;
	left: 0;
	margin: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 2;
}

#banner-company {
	align-items: center;
	background-color: #262f36;
	height: 600px;
	z-index: 1;
}

#banner_content-company {
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	width: 100%;
	height: 417px;
	left: 0;
	margin: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 2;
}

#row {
	width: 100%;
	height: 100%;
	display: table-row;
	align-items: center;
}

#row:after {
	content: "";
	display: table;
	clear: both;
}

#col-left, #col-right {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

#col-left-contact, #col-right-contact {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}

.vertical-align-top {
	vertical-align: top !important;
}

.padding_0-50 {
	padding: 0 50px;
}

.remove-padd-right {
	padding-right: 0 !important;
}

#col-left {
	text-align: center;
}

#col-right {
	text-align: center;
}

#col-center {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#col-newsfeed {
	width: 100%;
	vertical-align: middle;
	display: table;
	padding-top: 10px;
	padding-bottom: 10px;
}

#col-left-service, #col-right-service {
	position: relative;
	width: 50%;
	display: table-cell;
}

#col-left-service {
	padding-right: 50px;
}

#col-right-service {
	padding-left: 50px;
}

#col-left-service-img {
	position: relative;
	padding: 30px 0;
	float: left;
}

#col-left-news, #col-right-news {
	position: relative;
	background-color: #fff;
	border-left: 10px solid #f3f3f3;
	border-right: 10px solid #f3f3f3;
	display: table-cell;
	transition: .3s all ease-in-out;
}

#col-left-news:hover, #col-right-news:hover {
	border: 0 solid transparent;
	box-shadow: 0px 15px 45px -9px rgba(0, 0, 0, .2);
	padding: 10px;
	z-index: 100;
}

#col-left-news {
	text-align: left;
}

#col-right-news {
	text-align: left;
}

#col-projects {
	width: 100%;
	vertical-align: middle;
	display: table;
}

#col-center-project {
	position: relative;
	/*/background-color: #fff;/*/
	padding: 0;
	width: 100%;
	margin: auto;
}

#col-center-project {
	text-align: left;
}

#banner_picture, #banner_picture-small {
	height: auto;
	width: auto;
}

.margin-minus-illustration {
	margin-left: -300px;
	margin-right: -200px;
}

#banner_picture img {
	height: 90%;
	width: 90%;
	margin: auto;
}

#banner_picture .light-illustration {
	height: 70%;
	width: 70%;
	margin: auto;
}

#banner_picture-small img {
	height: 55%;
	width: 55%;
	margin: auto;
}

#banner_narrative p {
	padding: 0 0 12px;
}

.remove-banner_narrative-h2 {
	padding-bottom: -20px !important;
}

.news_details {
	font-family: ubuntu_m;
	font-size: 0.85rem;
	line-height: 1.25rem;
	padding-top: 2px !important;
	padding-bottom: 20px !important;
	letter-spacing: 0.01rem;
}

#banner_narrative>.internal {
	padding: 8px 0;
	margin: 0;
}

.internal {
	padding: auto;
	height: 450px;
}

#banner_narrative>.banner-bg-padd {
	padding: 8px 0;
	margin: 0;
}

.banner-bg-padd {
	padding: 20px;
}

#fill-img-container {
	position: relative;
	width: 33.33%;
	display: table-cell;
	box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.3);
}

#fill-img-container:hover #overlay {
	opacity: 0;
}

#img-fill {
	position: relative;
	margin-bottom: -5px;
	height: 250px;
}

#project-img {
	width: 100%;
	height: 100%;
	display: inherit;
	object-position: top;
	object-fit: cover;
}

@media screen and (max-width: 1780px) {
	.margin-minus-illustration {
		margin-left: 0;
		margin-right: -50px;
	}
	#banner_picture .light-illustration {
		width: 100%;
		height: 100%;
	}
	#banner_content-services {
		height: 800px;
	}
	#banner_content {
		height: 700px;
		width: 90%;
	}
}

@media screen and (max-width: 1730px) {
	#banner_content {
		height: 650px;
	}
}

@media screen and (max-width: 1550px) {
	.margin-minus-illustration {
		margin-left: 0;
		margin-right: 0;
	}
	#banner_picture .light-illustration {
		width: 95%;
		height: 95%;
	}
	#banner_content-services {
		height: 700px;
	}
	#banner_content {
		height: 600px;
	}
}

@media screen and (max-width: 1550px) {
	#banner_content {
		height: 535px;
	}
}

@media screen and (max-width: 1366px) {
	/*DONE*/
	#banner {
		height: 690px;
	}
	/*DONE*/
	#banner-home {
		height: 400px;
	}
	/*DONE*/
	#banner_content {
		height: 600px;
		width: 95%
	}
	/*DONE*/
	#banner_picture img {
		width: 95%;
		height: 95%;
	}
	#banner-company {
		height: 650px;
	}
	#banner_content-company {
		height: 520px;
		width: 95%
	}
	#banner-services {
		height: 480px;
	}
	#banner_content-services {
		height: 550px;
		width: 95%
	}
	.bottompadd-50 {
		margin-bottom: 40px;
	}
	#col-left-news:hover, #col-right-news:hover {
		border: 10px solid #f3f3f3;
		box-shadow: 0px 0 0 0 rgba(255, 255, 255, 0);
		padding: 0;
	}
	#col-left-news, #col-right-news {
		border: 10px solid #f3f3f3;
		margin: 20px;
	}
	.img-drama-shadow {
		-webkit-filter: none;
		-moz-filter: none;
		-ms-filter: none;
		-o-filter: none;
		filter: none;
	}
	#col-left, #col-right {
		display: table-cell;
		padding-right: 0;
	}
	#banner_padding {
		padding-top: 200px;
		padding-bottom: 200px;
		background-color: #fff;
	}
	#banner_picture-small img {
		height: 55%;
		width: 55%;
		margin-right: 100px;
	}
	.internal {
		padding: 0 !important;
	}
	#banner_narrative>.internal {
		padding: 8px 0 !important;
	}
	#banner_narrative p {
		padding: 8px 0;
	}
	.margin-minus-illustration {
		margin-left: 0;
		margin-right: -50px;
	}
	#banner_picture .light-illustration {
		width: 85%;
		height: 85%;
	}
	.internal {
		height: 480px;
	}
	#col-left-service-img {
		float: none;
	}
	.padding-right {
		padding-right: 50px;
	}
	#col-newsfeed {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 1250px) {
	/*DONE*/
	#banner-home {
		height: 930px;
	}
	/*DONE*/
	#banner_content {
		height: 650px;
		width: 95%
	}
	/*DONE*/
	#banner_picture img {
		width: 45%;
		height: 45%;
		margin-bottom: 50px;
	}
	/*DONE*/
	#banner_picture {
		padding-bottom: 0;
	}
	#banner-company {
		height: 940px;
	}
	#banner_content-company {
		height: 660px;
		width: 95%
	}
	#banner-services {
		height: 940px;
	}
	#banner_content-services {
		height: 660px;
		width: 95%
	}
	#banner_padding {
		padding-top: 0;
		padding-bottom: 0;
		background-color: red;
	}
	#banner_picture-small img {
		height: 35%;
		width: 35%;
		margin-right: 0;
	}
	#col-left, #col-right {
		display: table-row;
	}
	#col-left-contact, #col-right-contact {
		display: inline;
		padding-right: 0;
	}
	#row {
		display: table;
	}
	.margin-minus-illustration {
		margin-left: -20%;
		margin-right: 0;
	}
	#banner_picture .light-illustration {
		width: 50%;
		height: 50%;
	}
	.internal {
		height: 615px;
	}
	.padding-right {
		padding-right: 0;
	}
}

@media screen and (max-width: 960px) {
	#col-left-modal-product, #col-right-modal-product {
		display: table-row !important;
	}
	/*DONE*/
	#banner {
		height: 670px;
	}
	/*DONE*/
	#banner-home {
		height: 850px;
	}
	/*DONE*/
	#banner_content {
		height: 590px;
		width: 85%
	}
	/*DONE*/
	#banner_picture img {
		width: 55%;
		height: 55%;
		margin-bottom: 0;
	}
	/*DONE*/
	#banner_picture {
		padding-bottom: 50px;
	}
	#banner-company {
		height: 900px;
	}
	#banner_content-company {
		height: 590px;
		width: 85%
	}
	#banner-services {
		height: 950px;
	}
	#banner_content-services {
		height: 700px;
		width: 85%
	}
	.internal {
		height: 750px;
	}
	#col-right-service {
		padding-left: 40px;
	}
	#col-left-service {
		padding-right: 40px;
	}
}

@media screen and (max-width: 500px) {
	/*DONE*/
	#banner {
		height: 810px;
	}
	/*DONE*/
	#banner-home {
		height: 780px;
		padding: 0;
	}
	/*DONE*/
	#banner_content {
		height: 580px;
		width: 90%
	}
	/*DONE*/
	#banner_picture img {
		width: 75%;
		height: 75%;
	}
	/*DONE*/
	#banner_picture {
		padding-bottom: 0px;
	}
	#banner-company {
		height: 970px;
	}
	#banner_content-company {
		height: 730px;
		width: 90%
	}
	#banner-services {
		height: 780px;
	}
	#banner_content-services {
		height: 600px;
		width: 90%
	}
	#col-right-service {
		padding-bottom: 0;
	}
	#col-left-news:hover, #col-right-news:hover {
		display: block;
		border: 10px solid #f3f3f3;
		box-shadow: 0px 0 0 0 rgba(255, 255, 255, 0);
		padding: 20px;
	}
	#col-left-news, #col-right-news {
		display: block;
		border: 10px solid #f3f3f3;
		padding: 20px;
		margin: 0;
	}
	#col-newsfeed {
		padding-top: 0;
		padding-bottom: 0;
	}
	.banner-bg-padd {
		padding: 0;
	}
	#banner_narrative p {
		font-size: 1rem;
		padding: 0 0 0!important;
	}
	#row {
		display: inline-block;
	}
	#col-left-modal2 {
		padding-right: 0 !important;
	}
	#col-right-modal2 {
		padding-left: 0 !important;
	}
	#col-left-service, #col-right-service {
		display: table-row;
	}
	#col-left-service {
		padding-right: 0;
		border-right: none;
	}
	#col-right-service {
		padding-left: 0;
	}
	.col_right-mob_padd {
		margin-top: 0;
	}
	.internal {
		height: auto;
	}
	.modal-col-img-right {
		margin: 5px;
		margin-right: 5px !important;
	}
	#col-right-service-img {
		float: none;
	}
	#banner_narrative h2 {
		padding-bottom: 25px;
		padding-top: 25px;
	}
}

@media screen and (max-width: 450px) {
	/*DONE*/
	#banner {
		height: 870px;
	}
	/*DONE*/
	#banner-home {
		height: 750px;
	}
	/*DONE*/
	#banner_content {
		height: 555px;
		width: 90%;
	}
	/*DONE*/
	#banner_picture img {
		width: 80%;
		height: 80%;
		margin-top: 0px;
	}
	#banner-company {
		height: 1020px;
	}
	#banner_content-company {
		height: 800px;
		width: 90%;
	}
	#banner-services {
		height: 870px;
	}
	#banner_content-services {
		height: 630px;
		width: 90%
	}
	#banner_picture .light-illustration {
		width: 70%;
		height: 70%;
	}
	.margin-minus-illustration {
		margin-left: -40px;
		margin-right: 40px;
	}
}

@media screen and (max-width: 400px) {
	/*DONE*/
	#banner {
		height: 870px;
	}
	/*DONE*/
	#banner-home {
		height: 720px;
	}
	/*DONE*/
	#banner_content {
		height: 545px;
		width: 95%;
	}
	/*DONE*/
	#banner_picture img {
		width: 80%;
		height: 80%;
		margin-top: 0px;
	}
	#banner-company {
		height: 1020px;
	}
	#banner_content-company {
		height: 840px;
		width: 90%;
	}
	#banner-services {
		height: 890px;
	}
	#banner_content-services {
		height: 650px;
		width: 95%;
	}
	.margin-minus-illustration {
		margin-left: -40px;
		margin-right: 40px;
	}
}

@media screen and (max-width: 370px) {
	#banner-home {
		height: 770px;
	}
	#banner {
		height: 850px;
	}
	#banner_content {
		height: 560px;
		width: 90%;
	}
	#banner-company {
		height: 1150px;
	}
	#banner_content-company {
		height: 950px;
		width: 90%;
	}
	#banner-services {
		height: 870px;
	}
	#banner_content-services {
		height: 660px;
		width: 95%;
	}
}

/*///////////////WHITE SPACE///////////////*/

#whitespace {
	padding: 24px 0;
	color: #858c91;
	background-color: #fff;
	text-align: center;
	z-index: 2;
}

#whitespace_content {
	text-align: justify;
	padding: 100px 0;
	display: inline-block;
	text-align: center;
	background-color: #fff;
}

#whitespace_content li {
	display: -webkit-inline-block !important;
	display: -moz-inline-block !important;
	display: -o-inline-block !important;
	display: inline-block !important;
	padding: 20px 80px 0;
	text-decoration: none;
	list-style-type: none;
}

#certificates_stamps {
	padding: 0 80px 0 !important;
}

#certificates_stamps img {
	height: 100px !important;
	filter: gray;
	/* IE5+ */
	-webkit-filter: grayscale(1);
	/* Webkit Nightlies & Chrome Canary */
	-webkit-transition: all .8s ease-in-out;
	filter: grayscale(1);
	/* Webkit Nightlies & Chrome Canary */
	transition: all .8s ease-in-out;
}

#certificates_stamps img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.01);
	filter: grayscale(0);
	transform: scale(1.01);
}

#whitespace_content h1, h2, h3, h4, h5, h6 {
	font-size: 1.5rem;
	line-height: 2rem;
}

#whitespace_content h2 {
	font-family: myriadpro_c;
}

#whitespace_content h3 {
	font-family: ubuntu_l;
}

#whitespace_content ul {
	font-family: ubuntu_l;
	font-size: 1rem;
	line-height: 1.25rem;
	letter-spacing: 0.01rem;
}

#whitespace_content img {
	height: 40px;
}

@media screen and (max-width: 1185px) {
	#whitespace {
		padding: 24px 50px;
	}
	#whitespace_content {
		text-align: center;
		padding: 70px 0;
	}
	#whitespace_content p {
		margin-top: 0;
		margin-bottom: 0;
		text-align: justify;
		text-align-last: center;
	}
	#whitespace_content h2 {
		font-size: 2rem;
		text-align: justify;
		text-align-last: center;
	}
	#whitespace_content .para-txt-left {
		padding-top: 50px;
	}
}

@media screen and (max-width: 1000px) {
	#whitespace {
		padding: 24px 110px;
	}
}

@media screen and (max-width: 700px) {
	#whitespace_content h2 {
		font-size: 1.5rem;
		text-align: center;
		text-align-last: center;
	}
	#whitespace_content p {
		font-size: 1rem;
		text-align: center;
		text-align-last: center;
		margin-bottom: 0;
	}
	#whitespace_content li {
		padding: 20px 30px 0;
	}
	#whitespace {
		padding: 35px 35px;
	}
	#whitespace_content {
		padding: 50px 0;
	}
	#whitespace_content .para-txt-left {
		margin-top: 25px;
	}
}

@media screen and (max-width: 450px) {
	#whitespace {
		padding: 25px 35px;
	}
}

@media screen and (max-width: 400px) {
	#whitespace_content {
		text-align: center;
		padding: 50px 0;
	}
	#whitespace_content li {
		display: block !important;
		padding: 20px 0 0;
	}
	#whitespace_content .para-txt-left {
		margin-top: 50px;
	}
}

@media screen and (max-width: 400px) {
	#whitespace_content h2 {
		font-size: 1.5rem;
	}
}

/*/////////////////banner-dropshadow////////////////*/

.banner-drop-shadow-dark {
	box-shadow: 0 8px 8px 0 rgb(181, 181, 181);
	-webkit-box-shadow: 0 8px 8px 0 rgb(181, 181, 181);
	-moz-box-shadow: 0 8px 8px 0 rgb(181, 181, 181);
	-ms-box-shadow: 0 8px 8px 0 rgb(181, 181, 181);
	-o-box-shadow: 0 8px 8px 0 rgb(181, 181, 181);
}

.banner-drop-shadow-light {
	box-shadow: 0 8px 8px 0 rgba(232, 232, 232, 0.98);
	-webkit-box-shadow: 0 8px 8px 0 rgba(232, 232, 232, 0.98);
	-moz-box-shadow: 0 8px 8px 0 rgba(232, 232, 232, 0.98);
	-ms-box-shadow: 0 8px 8px 0 rgba(232, 232, 232, 0.98);
	-o-box-shadow: 0 8px 8px 0 rgba(232, 232, 232, 0.98);
}

/*/////////////////lightgrey-banner////////////////*/

#lightgrey-banner {
	background-color: #f3f3f3;
	text-align: center;
	padding: 115px 50px;
	z-index: 2;
}

#lightgrey-banner-content {
	padding: 24px 0;
	display: inline-block;
	color: #858c91;
}

#lightgrey-banner-title {
	font-family: ubuntu_b;
	font-size: 5rem;
	text-align: center;
	line-height: 5.5rem;
	letter-spacing: -1.1px;
	padding-top: 30px;
}

@media screen and (max-width: 1185px) {
	#lightgrey-banner {
		padding: 100px 40px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 960px) {
	#lightgrey-banner {
		padding: 100px 40px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 700px) {
	#lightgrey-banner-content {
		padding: 100px 30px;
	}
	#lightgrey-banner-title {
		font-size: 3.5rem;
		padding-top: 0;
	}
	#lightgrey-banner {
		padding: 0;
	}
}

@media screen and (max-width: 450px) {
	#lightgrey-banner-content {
		padding: 100px 30px;
	}
}

@media screen and (max-width: 400px) {
	#lightgrey-banner-title {
		font-size: 2.5rem;
		line-height: 2.5rem;
		padding-top: 0;
	}
}

@media screen and (max-width: 370px) {
	#lightgrey-banner-content {
		padding: 100px 20px;
	}
	#lightgrey-banner-title {
		font-size: 2.75rem;
		line-height: 2.75rem;
		padding-top: 0;
	}
}

/*/////////////////darkgrey-banner////////////////*/

#darkgrey-banner {
	background-color: #262f36;
	text-align: center;
	padding: 115px 30px;
	z-index: 2;
}

#darkgrey-banner-content {
	padding: 24px 0;
	display: inline-block;
	color: #f3f3f3;
}

#darkgrey-banner-title {
	font-family: ubuntu_b;
	font-size: 5rem;
	text-align: center;
	line-height: 5.5rem;
	letter-spacing: -1.1px;
	padding-top: 30px;
}

@media screen and (max-width: 1185px) {
	#darkgrey-banner {
		padding: 100px 40px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 960px) {
	#darkgrey-banner {
		padding: 100px 120px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 700px) {
	#darkgrey-banner-content {
		padding: 100px 45px;
	}
	#darkgrey-banner-title {
		font-size: 3.5rem;
		padding-top: 0;
	}
	#darkgrey-banner {
		padding: 0;
	}
}

@media screen and (max-width: 450px) {
	#darkgrey-banner-content {
		padding: 100px 30px;
	}
}

@media screen and (max-width: 400px) {
	#darkgrey-banner-title {
		font-size: 2.5rem;
		line-height: 2.5rem;
		padding-top: 0;
	}
}

@media screen and (max-width: 370px) {
	#darkgrey-banner-content {
		padding: 100px 20px;
	}
	#darkgrey-banner-title {
		font-size: 2.75rem;
		line-height: 2.75rem;
		padding-top: 0;
	}
}

/*////////////REMOVE BANNER MARGIN//////////*/

.remove-banner_margin {
	margin-bottom: 0 !important;
}

.margin-400 {
	margin-bottom: 500px !important;
}

/*/////////////////PROJECTS////////////////*/

.content-img-display {
	font-family: ubuntu;
	position: relative;
	overflow: hidden;
	margin: 0;
	min-width: 315px;
	max-width: 315px;
	max-height: 315px;
	min-height: 315px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	margin: 15px;
	width: 100%;
	color: #ffffff;
	text-align: left;
	font-size: 16px;
	background-color: #000000;
	text-transform: uppercase;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.content-img-display * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}

.content-img-display img {
	max-width: 100%;
	opacity: .65;
	text-decoration: none;
	list-style-type: none;
	outline: none;
}

.content-img-display figcaption {
	position: absolute;
	top: 100px;
	bottom: 0;
	z-index: 1;
	padding: 15px 20px;
	width: 315px;
	text-align: center;
	height: 125px;
	vertical-align: middle;
}

.content-img-display h3, .content-img-display .links {
	width: 100%;
	margin: 0;
	padding: 0;
}

.content-img-display h3 {
	line-height: 1.3em;
	font-weight: 900;
	font-size: 1.3em;
	padding-bottom: 10px;
}

.content-img-display p, .content-img-display .links {
	width: 100%;
	margin: 0;
	padding: 0;
}

.content-img-display p {
	line-height: 1.25rem;
	font-size: .85rem;
}

.content-img-display .links {
	position: absolute;
	top: 150px;
	right: 0;
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 1.5px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.content-img-display .links li {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
	list-style: none;
}

.content-img-display div {
	padding: 2px 0;
	display: block;
	color: #ffffff;
	text-decoration: none;
	list-style-type: none;
	outline: none;
	cursor: pointer;
}

.content-img-display div:hover {
	color: #10ff00;
	text-decoration: none;
	list-style-type: none;
	outline: none;
}

.content-img-display:hover:after {
	-webkit-transform: skew(20deg) translateX(0%);
	transform: skew(20deg) translateX(0%);
	text-decoration: none;
	list-style-type: none;
	outline: none;
}

.content-img-display:hover img {
	-webkit-opacity: .35;
	opacity: .35;
	text-decoration: none;
	list-style-type: none;
	outline: none;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}

.content-img-display:hover #news_icon {
	-webkit-opacity: 1;
	opacity: 1;
	text-decoration: none;
	list-style-type: none;
	outline: none;
}

.content-img-display:hover li {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.content-img-display:hover li:first-child {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.content-img-display:hover li:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.content-img-display:hover li:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.content-img-display:hover li:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

@media screen and (max-width: 1366px) {
	.content-img-display:hover img {
		opacity: 1;
	}
	.content-img-display {
		min-width: 285px;
		max-width: 285px;
		max-height: 285px;
		min-height: 285px;
	}
	.content-img-display figcaption {
		width: 285px;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

@media screen and (max-width: 1185px) {
	.content-img-display {
		min-width: 195px;
		max-width: 195px;
		max-height: 195px;
		min-height: 195px;
	}
	.content-img-display figcaption {
		width: 175px;
	}
	.content-img-display p {
		display: none;
	}
	.content-img-display .links {
		display: none;
	}
	.content-img-display h3 {
		padding-bottom: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: auto;
		align-items: center;
		justify-content: center;
		text-align: center;
		position: absolute;
	}
}

@media screen and (max-width: 500px) {
	.content-img-display {
		float: none;
		min-width: 150px;
		max-width: 150px;
		max-height: 150px;
		min-height: 150px;
	}
	.content-img-display figcaption {
		width: 130px;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.content-img-display h3 {
		font-size: 1rem;
		letter-spacing: .5px;
	}
}

@media screen and (max-width: 400px) {
	.content-img-display {
		min-width: 150px;
		max-width: 150px;
		max-height: 150px;
		min-height: 150px;
		margin: 2px;
	}
	.content-img-display p {
		display: none;
	}
	.content-img-display figcaption {
		width: 100px;
		padding: 0;
	}
	.content-img-display h3 {
		font-size: .85rem;
		letter-spacing: 1px;
	}
}

/*/////////////////PRODUCTS////////////////*/

.product-container {
	position: relative;
	text-align: center;
}

.product-padd {
	padding: 20px;
	display: inline-block;
}

.product-thumbnail {
	position: relative;
	display: table-cell;
	width: 300px;
	height: 300px;
	background: #262f36;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-thumbnail img {
	width: 225px;
	height: 225px;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-thumbnail:hover {
	background: #f3f3f3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	list-style-type: none;
	outline: none;
}

.product-thumbnail:hover img {
	width: 290px;
	height: 290px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	list-style-type: none;
	outline: none;
}

.product-thumbnail .product-title {
	overflow: hidden;
	position: absolute;
	width: 300px;
	height: 300px;
	vertical-align: middle;
	border-radius: 100%;
	left: 0;
	bottom: 0;
	font-family: ubuntu_m;
	color: #262f36;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	text-decoration: none;
	list-style-type: none;
	outline: none;
}

.product-name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	font-family: ubuntu_m;
	color: #f3f3f3;
	font-size: 1.25rem;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#leaf-prod-name {
	position: absolute;
	z-index: 2;
	right: 80px;
	top: 80px;
}

.prod-name-text {
	font-family: ubuntu_m;
	font-size: 22px;
	color: #84d640;
	fill: #84d640;
	letter-spacing: -1px;
}

.product-thumbnail:hover .product-name {
	opacity: 0;
}

.product-thumbnail .product-title h2 {
	position: absolute;
	font-size: 20px;
	left: -40px;
	bottom: 20px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.product-thumbnail .product-title h3 {
	position: absolute;
	font-size: 15px;
	left: -40px;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.product-thumbnail:hover .product-title {
	border-radius: 10%;
}

.product-thumbnail:hover .product-title h2, .product-thumbnail:hover .product-title h3 {
	opacity: 1;
	left: 20px;
}

@media screen and (max-width: 1366px) {
	.product-padd {
		padding: 20px;
	}
	.product-thumbnail {
		width: 300px;
		height: 300px;
	}
	.product-thumbnail img {
		width: 200px;
		height: 200px;
	}
	.product-thumbnail:hover img {
		width: 200px;
		height: 200px;
	}
}

@media screen and (max-width: 1185px) {
	.product-thumbnail:hover {
		background: #262f36;
	}
	.product-thumbnail .product-title {
		display: none;
	}
	.product-thumbnail:hover .product-name {
		opacity: 1;
	}
	.product-container {
		display: inline !important;
	}
	.product-padd {
		padding: 10px;
	}
	.product-thumbnail {
		width: 250px;
		height: 250px;
	}
	.product-thumbnail img {
		width: 200px;
		height: 200px;
	}
	.product-thumbnail:hover img {
		width: 200px;
		height: 200px;
	}
}

@media screen and (max-width: 960px) {
	.product-padd {
		padding: 5px;
	}
	.product-thumbnail {
		width: 175px;
		height: 175px;
	}
	.product-thumbnail img {
		width: 125px;
		height: 125px;
	}
	.product-thumbnail:hover img {
		width: 125px;
		height: 125px;
	}
	.product-name {
		bottom: 10px;
		font-size: 1rem;
		font-family: ubuntu;
	}
}

@media screen and (max-width: 450px) {
	.product-padd {
		padding: 5px;
	}
	.product-thumbnail {
		width: 165px;
		height: 165px;
	}
}

@media screen and (max-width: 400px) {
	.product-padd {
		padding: 2px;
	}
	.product-thumbnail {
		width: 150px;
		height: 150px;
	}
	.product-thumbnail img {
		width: 100px;
		height: 100px;
	}
	.product-thumbnail:hover img {
		width: 100px;
		height: 100px;
	}
}

/*/////////////////Product Info Table/////////////////*/

#products-table-container {
	position: relative;
	text-align: center;
}

#products-table-container svg {
	min-height: 375px;
	height: 100%;
}

#table-products {
	margin: 40px 0px;
}

#TABLE-COL-1, #TABLE-COL-2, #TABLE-COL-3, #TABLE-COL-4, #TABLE-COL-5, #TABLE-COL-6, #TABLE-COL-7, #TABLE-COL-8, #TABLE-COL-9 {
	position: relative;
	text-align: center;
	padding: 0;
	display: inline-block;
}

#TXT-TITLE {
	fill: #656565;
	font-family: ubuntu_b;
	font-size: 12.0544px;
	text-align: center;
}

#SPLIT-LINE {
	fill: none;
	stroke: #585858;
	stroke-width: 0.75px;
	stroke-miterlimit: 10p;
}

#TXT-INPUT {
	fill: #333f48;
	font-family: ubuntu;
	font-size: 10.623px;
	text-align: center;
}

#GREEN-SPLIT-LINE-COL1, #GREEN-SPLIT-LINE-COL2, #GREEN-SPLIT-LINE-COL3, #GREEN-SPLIT-LINE-COL4, #GREEN-SPLIT-LINE-COL5, #GREEN-SPLIT-LINE-COL6, #GREEN-SPLIT-LINE-COL7, #GREEN-SPLIT-LINE-COL8, #GREEN-SPLIT-LINE-COL9 {
	fill: none;
	stroke: #81DB47;
	stroke-width: 1.5px;
	stroke-miterlimit: 10;
}

#GREEN-SPLIT-LINE-COL8, #GREEN-SPLIT-LINE-COL9 {
	display: none;
}

@media screen and (max-width: 1185px) {
	#products-table-container svg {
		min-height: 330px;
	}
	#table-products {
		margin: 35px 0px;
	}
}

@media screen and (max-width: 1024px) {
	#products-table-container svg {
		min-height: 300px;
	}
	#table-products {
		margin: 40px 0px;
	}
}

@media screen and (max-width: 960px) {
	#table-products {
		margin: auto;
	}
	#products-table-container svg {
		min-height: 1390px;
		max-width: 100%;
	}
	#TABLE-GROUP {
		transform: scale(1.65) matrix(1, 0, 0, 1, 0, -160)
	}
	#TABLE-COL-1 {
		transform: matrix(1, 0, 0, 1, 0, 0);
	}
	#TABLE-COL-2 {
		transform: matrix(1, 0, 0, 1, 0, 0);
	}
	#TABLE-COL-3 {
		transform: matrix(1, 0, 0, 1, 0, 0);
	}
	#TABLE-COL-4 {
		transform: matrix(1, 0, 0, 1, -280, 315);
	}
	#TABLE-COL-5 {
		transform: matrix(1, 0, 0, 1, -279.7, 315);
	}
	#TABLE-COL-6 {
		transform: matrix(1, 0, 0, 1, -91.7, 204.5);
	}
	#TABLE-COL-7 {
		transform: matrix(1, 0, 0, 1, -374, 315);
	}
	#TABLE-COL-8 {
		transform: matrix(1, 0, 0, 1, -186, 204.9);
	}
	#TABLE-COL-9 {
		transform: matrix(1, 0, 0, 1, -185.7, 205);
	}
	#GREEN-SPLIT-LINE-COL1 {
		transform: matrix(1, 0, 0, 1, 0, 0);
	}
	#GREEN-SPLIT-LINE-COL2 {
		transform: matrix(1, 0, 0, 1, 0, 0);
	}
	#GREEN-SPLIT-LINE-COL3 {
		transform: matrix(1, 0, 0, 1, 0, 0);
	}
	#GREEN-SPLIT-LINE-COL4 {
		transform: matrix(1, 0, 0, 1, -280, 220);
	}
	#GREEN-SPLIT-LINE-COL5 {
		transform: matrix(1, 0, 0, 1, -279.7, 220);
	}
	#GREEN-SPLIT-LINE-COL6 {
		transform: matrix(1, 0, 0, 1, -91.7, 110);
	}
	#GREEN-SPLIT-LINE-COL7 {
		transform: matrix(1, 0, 0, 1, -188, 205);
	}
	#GREEN-SPLIT-LINE-COL8 {
		display: block;
		transform: matrix(1, 0, 0, 1, -188, 205);
	}
	#GREEN-SPLIT-LINE-COL9 {
		display: block;
		transform: matrix(1, 0, 0, 1, -188, 205);
	}
}

@media screen and (max-width: 800px) {
	#products-table-container svg {
		min-height: 1160px;
	}
}

@media screen and (max-width: 700px) {
	#products-table-container svg {
		min-height: 1200px;
	}
}

@media screen and (max-width: 600px) {
	#products-table-container svg {
		min-height: 1020px;
	}
}

@media screen and (max-width: 500px) {
	#products-table-container svg {
		min-height: 830px;
	}
}

@media screen and (max-width: 450px) {
	#products-table-container svg {
		min-height: 730px;
	}
}

@media screen and (max-width: 400px) {
	#products-table-container svg {
		min-height: 630px;
	}
}

@media screen and (max-width: 370px) {
	#products-table-container svg {
		min-height: 600px;
	}
}

@media screen and (max-width: 350px) {
	#products-table-container svg {
		min-height: 530px;
	}
}

/*/////////////////CLIENTS/////////////////*/

#clients {
	position: relative;
	display: inline-block;
	padding: 0 40px;
	padding-top: 50px;
}

.clients-logo {
	border: 1px solid #fff;
	border-radius: 1px;
	padding: 40px;
}

@media screen and (max-width: 1185px) {
	.clients-logo {
		padding: 30px;
	}
}

@media screen and (max-width: 700px) {
	#clients {
		padding: 0 10px;
		padding-top: 30px;
	}
	.clients-logo {
		width: 250px;
		padding: 20px;
	}
}

@media screen and (max-width: 450px) {
	.clients-logo {
		width: 230px;
		padding: 20px;
	}
}

@media screen and (max-width: 370px) {
	.clients-logo {
		width: 200px;
	}
}

/*///////////////////VGO///////////////////*/

#VGO-contain {
	position: relative;
	padding: 0;
	display: inline-block;
}

#VGO-contain svg {
	height: 199.4px;
	width: auto;
}

#VGO-column {
	display: inline-block;
}

/* Clearfix (clear floats) */

#VGO-row::after {
	content: "";
	clear: both;
	display: table;
}

#VGO-boxes {
	cursor: pointer;
	margin: 0 20px;
	width: 200px;
}

#VGO-icon-fill-boxes {
	fill: #84d640;
}

#VGO-box-text {
	fill: #858c91;
	font-family: ubuntu_l;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .5px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

#VGO-boxes:hover #VGO-box-text {
	visibility: visible;
	fill: #333f48;
	cursor: pointer;
	text-decoration: none;
	list-style-type: none;
	cursor: pointer;
}

#VGO-boxes:hover #VGO-icon-fill-boxes {
	fill: #333f48;
	cursor: pointer;
	text-decoration: none;
	list-style-type: none;
	cursor: pointer;
}

@media screen and (max-width: 1185px) {
	#VGO-contain svg {
		height: 190px;
	}
	#VGO-boxes {
		margin: 5px;
	}
	#VGO-boxes:hover #VGO-box-text {
		fill: #84d640;
	}
	#VGO-boxes:hover #VGO-icon-fill-boxes {
		fill: #84d640;
	}
}

@media screen and (max-width: 1000px) {
	#VGO-contain svg {
		height: 220px;
	}
}

@media screen and (max-width: 700px) {
	#VGO-contain svg {
		height: 170px;
	}
}

@media screen and (max-width: 450px) {
	#VGO-contain svg {
		height: 150px;
	}
}

@media screen and (max-width: 400px) {
	#VGO-contain svg {
		height: 145px;
	}
}

@media screen and (max-width: 370px) {
	#VGO-contain svg {
		height: 145px;
		margin: 0;
	}
	#VGO-contain {
		padding: 0 0 0;
	}
}

/*///////////////COUNTERS//////////////*/

.counters-container {
	width: 1170px;
	margin: auto;
}

.counters-container {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

.counters {
	width: 100%;
	padding: 0px;
	text-align: center;
}

.counters span {
	font-family: 'Open Sans', sans-serif;
}

.counters .one_fourth {
	background-color: #fff;
	padding: 30px 0px;
	vertical-align: top;
	border-radius: 4px;
	font-family: Ubuntu_l;
	font-size: 50px;
	color: #333f48;
	font-weight: bold;
	width: 255px;
	height: 210px;
}

.counters h4 {
	font-family: myriadpro_c !important;
	font-size: 2rem;
	text-align: center;
	line-height: 3rem;
	color: #858c91;
	letter-spacing: .02em;
}

.counters i {
	color: #84d640;
	font-size: 40px;
	display: block;
}

.one_fourth {
	width: 22%;
}

.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

@media screen and (max-width: 1185px) {
	.counters-container {
		width: 935px;
	}
	.one_fourth {
		display: inline-block;
		margin: 10px;
		float: none;
	}
	.counters .one_fourth {
		width: 210px;
		height: 210px;
	}
	.last {
		margin-right: 10px !important;
	}
}

@media screen and (max-width: 1000px) {
	.counters-container {
		width: 445px;
	}
	.one_fourth {
		display: inline-block;
		margin: 5px;
		float: none;
	}
	.last {
		margin-right: 5px !important;
	}
}

@media screen and (max-width: 700px) {
	.counters-container {
		width: 400px;
	}
	.counters .one_fourth {
		width: 150px;
		height: auto;
		font-size: 30px;
		margin-right: 0 !important;
		padding: 30px 0;
	}
	.counters h4 {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

@media screen and (max-width: 450px) {
	.counters-container {
		width: 355px;
	}
	.one_fourth {
		margin: 10px;
	}
	.counters .one_fourth {
		width: 155px;
		font-size: 30px;
		padding: 20px 0px;
	}
}

@media screen and (max-width: 400px) {
	.counters-container {
		width: 315px;
	}
	.counters .one_fourth {
		width: 145px;
		font-size: 30px;
		padding: 12px 0px;
	}
	.one_fourth {
		margin: 5px;
	}
}

@media screen and (max-width: 370px) {
	.counters-container {
		width: 245px;
	}
}

/*////////////////ANIMATION////////////////*/

@keyframes popup {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1.1);
	}
}

@-webkit-keyframes opacity-anim {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes opacity-anim {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes opacity-anim {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes opacity-anim {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*////////////////MODAL////////////////*/

/*/////////MODAL/////////*/

.modal {
	z-index: 1072;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background: #262f36bf;
	-webkit-animation: opacity-anim .5s;
	/* Safari 4+ */
	-moz-animation: opacity-anim .5s;
	/* Fx 5+ */
	-o-animation: opacity-anim .5s;
	/* Opera 12+ */
	animation: opacity-anim .5s;
	/* IE 10+, Fx 29+ */
}

.modal.off {
	-moz-animation-name: none;
	-webkit-animation-name: none;
	-ms-animation-name: none;
	animation-name: none;
}

.modal-dialog {
	max-width: 100%;
	max-height: 100%;
	/*800px*/
	overflow-y: auto;
	left: 50%;
	top: 50%;
	border-radius: 1px;
	transform: translate(-50%, -50%);
	position: fixed;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.modal-content {
	position: relative;
	text-align: left;
	padding: 0;
	outline: 0;
	width: 1200px;
	height: 750px;
	max-width: 100%;
	max-height: 100%;
	padding: 50px 80px;
	border-radius: 1px;
	margin: auto;
	color: #333f48;
	background: #f3f3f3;
}

.modal-content button:focus {
	background-color: transparent;
}

.modal-content2 button:focus {
	background-color: transparent;
}

.modal-content-product button:focus {
	background-color: transparent;
}

.modal-content2 {
	position: relative;
	text-align: left;
	padding: 0;
	outline: 0;
	width: 1200px;
	height: 750px;
	max-width: 100%;
	max-height: 100%;
	padding: 50px 60px;
	border-radius: 1px;
	margin: auto;
	color: #333f48;
	background: #f3f3f3;
}

.modal-content-product {
	position: relative;
	text-align: left;
	padding: 0;
	outline: 0;
	width: 1250px;
	height: 750px;
	max-width: 100%;
	max-height: 100%;
	padding: 50px 80px;
	border-radius: 1px;
	margin: auto;
	color: #333f48;
	background: #f3f3f3;
}

.modal-product-container {
	display: inline-block;
	padding: 0 5.5px;
}

.modal-product-container p {
	text-align: center;
	width: 115px;
	padding: 0 !important;
	margin-top: 20px;
	margin-bottom: 20px;
}

.product-info-details {
	margin-top: 0 !important;
}

.modal-row-padding {
	display: flex;
	float: left;
	padding: 5px 0;
}

#col-left-modal, #col-right-modal {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

#col-left-modal {
	text-align: center;
}

#col-right-modal {
	text-align: center;
	vertical-align: top;
}

#col-left-modal2, #col-right-modal2 {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

#col-left-modal2 {
	text-align: center;
	padding-right: 60px;
}

#col-right-modal2 {
	text-align: center;
	vertical-align: top;
	padding-left: 60px;
}

#col-left-modal-product, #col-right-modal-product {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

#col-right-modal-product {
	text-align: center;
}

.modal-green-dots {
	position: absolute;
	right: 0;
	bottom: 90px;
	width: 500px;
	height: 75px;
	-webkit-transform: scaleX(-1);
	transform: scaleY(-1);
	overflow: hidden;
}

.modal-green-dots-product {
	position: absolute;
	right: 0;
	bottom: 65px;
	width: 500px;
	height: 75px;
	-webkit-transform: scaleX(-1);
	transform: scaleY(-1);
	overflow: hidden;
}

.modal-green-dots-s {
	position: absolute;
	right: 0;
	bottom: 70px;
	width: 500px;
	height: 75px;
	-webkit-transform: scaleX(-1);
	transform: scaleY(-1);
	overflow: hidden;
}

.dots {
	right: -8px;
	position: absolute;
	width: 500px;
}

.modal-col-img {
	margin-left: 20px;
	float: right;
}

.modal-col-img-sml {
	text-align: center;
	align-items: center;
	object-fit: contain;
	display: inline-block;
}

.modal-col-img-left {
	margin-left: 20px;
}

.modal-col-img-right {
	margin-right: 20px;
}

.modal-col-img img {
	width: 100%;
	object-fit: contain;
}

.modal-img {
	height: 100%;
	width: 600px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	background-color: #191f24;
	filter: drop-shadow(2px 0 3px black);
	-webkit-filter: drop-shadow(2px 0 3px black);
	-moz-filter: drop-shadow(2px 0 3px black);
	-ms-filter: drop-shadow(2px 0 3px black);
	-o-filter: drop-shadow(2px 0 3px black);
}

.modal-img img {
	height: 100%;
	object-fit: contain;
	-webkit-object-fit: contain;
	vertical-align: middle;
	opacity: .65;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.modal-img img:hover {
	opacity: 1;
}

.circle-img {
	max-height: 450px;
	width: 450px;
	position: absolute;
	top: 80px;
	right: 80px;
	overflow: hidden;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.circle-img-product {
	height: 400px;
	width: 400px;
	position: absolute;
	top: 70px;
	right: 80px;
	/*/border: 3px solid #84d640;/*/
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background-color: #ffffffbf;
}

.circle-img-sml {
	max-height: 100px;
	width: 100px;
	overflow: hidden;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.modal-product-img {
	position: absolute;
	width: 400px;
	height: 400px;
	right: 40px;
	bottom: 20px;
	filter: drop-shadow(20px -10px 10px rgb(0, 0, 1, 0.21));
	-webkit-filter: drop-shadow(20px -10px 10px rgb(0, 0, 1, 0.21));
	-moz-filter: drop-shadow(20px -10px 10px rgb(0, 0, 1, 0.21));
	-ms-filter: drop-shadow(20px -10px 10px rgb(0, 0, 1, 0.21));
	-o-filter: drop-shadow(20px -10px 10px rgb(0, 0, 1, 0.21));
}

.center-light-alignment {
	right: 0 !important;
	bottom: 0 !important;
}

.modal-container h1 {
	font-family: ubuntu_m;
	font-size: 2.5rem;
	line-height: 2.5rem;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.modal-container h2 {
	font-family: ubuntu_c;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 0 5px;
}

.modal-container p {
	font-family: ubuntu_l;
	font-size: 18px;
	line-height: 1.5rem;
	padding: 0 5px;
}

#modal-content-center {
	overflow: auto;
	padding: auto;
}

.green-line-left {
	position: absolute;
	width: 55%;
	top: 120px;
	left: 0;
	border-bottom: 3px solid #84d640;
	z-index: 1;
}

.green-line-center {
	position: relative;
	width: 100%;
	margin: 15px 0;
	border-bottom: 1.5px solid #84d640;
}

.green-line-left-product {
	position: absolute;
	width: 57%;
	top: 235px;
	left: 0;
	border-bottom: 3px solid #84d640;
	z-index: 1;
}

.modal-header {
	padding-bottom: 60px;
}

.modal2-header {
	padding-bottom: 80px;
}

.modal-header h1 {
	font-family: ubuntu_m;
	font-size: 2.5rem;
	line-height: 2.5rem;
	letter-spacing: 0.125rem;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.modal-header h3 {
	font-family: ubuntu_b;
	font-size: 4rem;
	line-height: 3.5rem;
	letter-spacing: .25rem;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-left: -4px;
}

.modal-header h2 {
	font-family: ubuntu_m;
	font-size: 2.5rem;
	line-height: 2.5rem;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	margin-top: -45px;
	margin-bottom: 30px;
	margin-left: -2px;
}

.modal-features h3 {
	padding-bottom: 30px;
	font-weight: normal;
	font-family: ubuntu_m;
	font-size: 1.25rem;
	line-height: 1.25rem;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
}

.modal2-header h1 {
	font-family: ubuntu_m;
	font-size: 2rem;
	line-height: 2rem;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-header .close, .close-light {
	margin-top: -2px;
	z-index: 200;
}

.modal2-header .close, .close-light {
	margin-top: -2px;
	z-index: 200;
}

button.close {
	color: #333f48;
	position: absolute;
	font-size: 30px;
	font-weight: 500;
	top: 20px;
	right: 20px;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: 0 0;
	z-index: 200;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

button.close-light {
	color: #fff;
	position: absolute;
	font-size: 30px;
	font-weight: 500;
	top: 20px;
	right: 20px;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: 0 0;
	z-index: 200;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
}

.close, .close-light {
	float: right;
	line-height: 1;
	opacity: .5;
	z-index: 200;
	text-decoration: none;
	list-style-type: none;
	outline: none;
}

.close:hover {
	color: #70df2e;
	font-weight: 700;
	/*/filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));/*/
}

.close-light:hover {
	color: #70df2e;
	font-weight: 700;
}

.modal-btn-left, .modal-btn-right {
	display: table-cell;
	margin-right: 5px;
}

.modal-row-padding-btn {
	display: flex;
	padding: 5px 0;
}

.modal-btn-pdf {
	position: relative;
	display: inline;
	left: 40px;
	top: 105px;
}

.modal-btn-pdf h2 {
	font-size: 13px;
}

@media screen and (max-width:1185px) {
	.modal-btn-pdf {
		left: 15px;
	}
	.modal-content-product {
		padding: 65px 50px;
	}
	.circle-img-product {
		right: 50px;
	}
	.modal-header, .modal2-header {
		padding-bottom: 30px;
	}
	#modal-content-center {
		margin-top: 10px;
	}
	.modal-features h3 {
		margin: 0 2px;
		padding-top: 50px;
	}
	.green-line-left-product {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	.circle-img {
		max-height: 400px;
		width: 400px;
		position: relative;
		top: 0;
		right: 0;
	}
	.modal-img-thumbnail-sml {
		width: 120px !important;
		margin-left: 10px;
		margin-right: 10px !important;
	}
	.dots {
		width: 440px;
	}
	#col-left-modal2, #col-right-modal2 {
		display: table-row;
	}
	#col-right-modal2 {
		padding-left: 0;
	}
	#col-left-modal2 {
		padding-right: 0;
	}
	.modal-img {
		height: 400px;
		width: 100%;
		top: auto;
		bottom: 0;
		filter: none;
		-webkit-filter: none;
		-moz-filter: none;
		-ms-filter: none;
		-o-filter: none;
	}
	.modal-img img {
		height: auto;
		width: 100%;
		bottom: 400px;
		position: relative;
	}
	.modal-content2 {
		min-height: 100%;
		height: 900px;
		max-height: none;
		padding: 45px 80px;
	}
	.green-line-left {
		position: relative;
		top: -10px;
		width: 100%;
	}
	.modal-green-dots-s {
		display: none;
	}
	.remove-margin p {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width:1024px) {
	.modal-product-img {
		width: 350px;
		height: 350px;
	}
	.circle-img-product {
		width: 350px;
		height: 350px;
	}
}

@media screen and (max-width:960px) {
	.modal-content2 {
		height: auto;
	}
	.modal-img {
		border-radius: 0;
		-webkit-border-radius: 0;
		height: auto;
		right: 0;
		overflow: hidden;
		position: relative;
		max-height: 100%;
		margin-top: 50px;
		bottom: auto;
		width: 100%;
		top: unset;
	}
	.modal-img img {
		bottom: 0;
	}
	.modal-row-padding {
		float: none;
		justify-content: center;
	}
	#modal-content-center {
		overflow: visible;
		margin-top: 0px;
	}
	.modal-green-dots-product {
		display: none;
	}
	.modal-btn-pdf {
		left: 0;
		top: 0px;
	}
	#col-left-modal, #col-right-modal {
		display: table-row;
	}
	.modal-dialog {
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		position: absolute;
		width: 100%;
		max-height: 100%;
		margin: auto;
		align-items: center;
		justify-content: center;
		text-align: center;
		transform: translate(0%, 0%);
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
	.modal-content-product {
		min-height: 100%;
		height: auto;
		max-height: none;
		padding: 60px 80px;
	}
	.modal-header, .modal2-header {
		padding-top: 20px;
		text-align: center;
	}
	.circle-img-product {
		position: relative;
		top: 20px;
		right: 0;
		left: 20px;
		margin: auto;
		float: none;
	}
	.circle-img {
		position: relative;
		right: 0;
		left: 0px;
		margin: auto;
		float: none;
		top: 30px;
	}
	.modal-content {
		min-height: 100%;
		height: auto;
		max-height: none;
		padding: 45px 80px;
	}
	.green-line-left {
		position: relative;
		top: -10px;
		width: 100%;
	}
	.modal-col-img img {
		display: block;
	}
}

@media screen and (max-width:700px) {
	.modal-content-product {
		padding: 50px 20px;
	}
}

@media screen and (max-width:500px) {
	.modal-content-product {
		padding: 50px 20px;
	}
	.modal-header, .modal2-header {
		padding-bottom: 0px;
		padding-top: 20px;
		text-align: center;
	}
	.modal-product-img {
		width: 300px;
		height: 300px;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.circle-img-product {
		width: 300px;
		height: 300px;
		left: 0;
		top: 0;
		margin: 50px auto 0;
	}
	.modal-header h1 {
		font-size: 2rem;
	}
	.modal-btn-left, .modal-btn-right {
		margin-right: 0;
	}
	.modal {
		background: #f3f3f3;
	}
	.modal-dialog {
		max-height: 100%;
	}
	.modal-content {
		padding: 45px 40px;
	}
	.modal-content2 {
		width: 100%;
		height: auto;
		padding: 50px;
	}
	.modal2-header h1 {
		font-size: 1.3rem;
		line-height: 2rem;
		letter-spacing: 0.25rem;
	}
	.green-line-left {
		top: 0;
		margin: 20px 0;
	}
	.modal-green-dots-s {
		display: none;
	}
	.modal-img img {
		opacity: 1;
		bottom: 0;
	}
	button.close-light {
		color: #333f48;
		filter: drop-shadow( 0 0 0 rgba(0, 0, 0, 0));
	}
	.circle-img-sml {
		max-height: 60px;
		width: 60px;
	}
	.circle-img {
		border-radius: 0;
		-webkit-border-radius: 0;
		height: auto;
		right: 0;
		overflow: hidden;
		position: relative;
		max-height: 100%;
		margin-top: 50px;
		bottom: auto;
		width: 100%;
		top: unset;
	}
	.modal-row-padding-btn {
		float: none;
		justify-content: center;
	}
}

@media screen and (max-width:450px) {
	.modal-content2 {
		padding: 40px;
	}
}

@media screen and (max-width:400px) {
	.modal-content2 {
		padding: 35px;
	}
}

@media screen and (max-width:370px) {
	.modal-product-img {
		width: 250px;
		height: 250px;
	}
	.circle-img-product {
		width: 250px;
		height: 250px;
	}
}

/*////////BUTTON next & previous////////*/

.btn-prev {
	position: absolute;
	left: 15px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 6px 40px 0 12px;
}

.btn-next {
	position: absolute;
	right: 15px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 6px 12px 0 100px;
}

.btn-svg {
	fill: #656565;
}

.btn-svg-light {
	fill: #f3f3f3;
}

.btn:hover .btn-svg, .btn:hover .btn-svg-light {
	fill: #84d640;
}

.btn {
	display: inline-block;
	height: 100%;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	border: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	list-style-type: none;
	background-image: none;
	background-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus, .btn:hover {
	background-color: transparent;
	text-decoration: none;
	list-style-type: none;
	outline: none;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button, select {
	text-transform: none;
}

button {
	overflow: visible;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

@media screen and (max-width:1185px) {
	.btn-svg-light {
		fill: #656565;
	}
}

@media screen and (max-width:900px) {
	.btn {
		display: none;
	}
}

@media screen and (max-width:500px) {
	.btn-next, .btn-prev {
		display: none;
	}
}

/*/////////////////LIGHTBOX////////////////*/

.lightbox-container {
	text-decoration: none;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	z-index: 30;
}

.thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.modal-img-thumbnail {
	display: inline-block;
	padding: 0 10px;
	width: 50%;
}

.modal-img-thumbnail-sml {
	margin-right: 20px;
	margin-top: 0px;
	width: 190px;
}

.modal-img-thumbnail-center {
	display: inline-block;
	margin-top: 20px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 10px 2px #00000040;
	-moz-box-shadow: 0px 0px 10px 2px #00000040;
	box-shadow: 0px 0px 10px 2px #00000040;
}

.modal-img-thumbnail-icons {
	display: inline-block;
	margin: 5px 5px;
	width: 28%;
	-webkit-box-shadow: 0px 0px 10px 2px #00000040;
	-moz-box-shadow: 0px 0px 10px 2px #00000040;
	box-shadow: 0px 0px 10px 2px #00000040;
}

.modal-img-thumbnail-icons-long {
	display: inline-block;
	margin: 5px 5px;
	width: 18%;
	-webkit-box-shadow: 0px 0px 10px 2px #00000040;
	-moz-box-shadow: 0px 0px 10px 2px #00000040;
	box-shadow: 0px 0px 10px 2px #00000040;
}

.modal-img-thumbnail-A4 {
	display: inline-block;
	padding: 0 5px;
	width: 150px;
}

@media screen and (max-width: 370px) {
	.modal-img-thumbnail-A4 {
		width: 130px;
	}
}

#lightbox-container h1 {
	font-size: 3em;
	font-weight: 200;
	margin: 0.5em 0 0.2em 0;
}

.next {
	color: red;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}

.previous {
	color: red;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	position: absolute;
	left: 20px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}

/** LIGHTBOX MARKUP **/

.lightbox {
	z-index: 50;
	display: none;
}

.lightbox-content {
	margin: auto;
	background-color: #fff;
	position: relative;
	padding: 0;
	outline: 0;
	width: 1200px;
	padding: 80px 80px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.51);
}

.lightbox-content img {
	width: 100%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;
	/** Unhide lightbox **/
	display: flex;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	color: #333f48;
	background-color: rgba(0, 0, 0, 0.5);
}

.close {
	padding: 0;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
}

.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}

/*////////////////SVG ICONS////////////////*/

#icons-home {
	text-align: center;
	margin: 40px 5px 0;
	padding: 5px;
	height: auto;
	transition: all .3s ease-in-out;
}
#readmore {
	cursor: pointer;
	text-align: center;
	height: 90px;
	transition: all .3s ease-in-out;
}

#icons-home:hover #icon-fill{
	fill: #84d640;
	transition: all .3s ease-in-out;
}

#icon-box {
	cursor: pointer;
	margin: 40px 5px 20px;
	/*width: 130px;*/
	height: 90px
}
.readmore-txt {
	text-align: center;
	font-size: 25px;
	font-family: ubuntu_b;
}

#icon-fill {
	fill: #333f48;
	transition: all 0.3s ease;
}

/*/
	#icon-box:hover
	#icon-fill {
		fill: #84d640;
		cursor: pointer;
		text-decoration: none;
		list-style-type: none;
	}/*/

@media screen and (max-width: 700px) {
	#icons-home {
		padding: 0;
	}
	#icon-box:hover #icon-fill {
		fill: #333f48;
	}
	#icon-box {
		margin: 40px 0 20px;
		width: 140px;
	}
}

@media screen and (max-width: 400px) {
	#icon-box {
		margin: 20px 0 20px;
		width: 130px;
	}
}

@media screen and (max-width: 370px) {
	#icon-box {
		width: 110px;
	}
}

/*////////////////NEWS CAROUSEL////////////////*/

/* Slideshow container */

.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* Caption text */

.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* The dots/bullets/indicators */

.carousel-dots-container {
	cursor: default;
	position: absolute;
	right: 16px;
	bottom: 19px;
	text-align: center;
	z-index: 100;
}

.carousel-dot {
	cursor: default;
	height: 5px;
	width: 5px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active-dot {
	background-color: #70df2e;
}

/* Fading animation */

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2s;
	animation-name: fade;
	animation-duration: 2s;
	background-color: #333f48;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}

/*////////////////NEWS SPACE////////////////*/

#news_space {
	padding: 24px 0;
	color: #333f48;
	background-color: #fff;
	text-align: center;
	z-index: 1;
}

#news_space_content {
	text-align: justify;
	padding: 100px 0 0;
	display: inline-block;
	text-align: left;
	background-color: #fff;
}

#news_space_content h2 {
	font-family: ubuntu_b;
	padding: 0 16px 5px;
}

#news_space_content h3 {
	font-family: ubuntu_l;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 0 16px 10px;
}

#news_summary_latest {
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: ubuntu_m;
	text-transform: capitalize;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.025rem;
	padding: 16px 16px;
	z-index: 500;
}

#news_space_content p {
	font-family: ubuntu_m;
	font-size: 0.85rem;
	line-height: 1.25rem;
	padding-top: 10px;
	letter-spacing: 0.01rem;
}

#news_icon {
	opacity: 1;
	width: 20px !important;
	height: 20px !important;
	display: inline-block;
	padding: 0 5px 3px 0;
	vertical-align: middle;
}

.news_date_icon {
	margin-left: 10px;
}

#latest_news_container {
	color: #fff;
	padding: 0 8px;
}

#half_news_container {
	padding: 0 8px;
	margin-bottom: 16px;
	float: left;
	width: 49.99999%;
}

.half-row_new_container {
	margin: 0 -16px;
}

#display-container {
	position: relative;
	opacity: 1;
	margin: auto;
	background: rgb(0, 0, 0);
	overflow: hidden;
}

#display-container .greyscale {
	width: 100%;
	vertical-align: middle;
	transition: .5s ease-in-out;
}

#overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	transition: .5s ease;
	opacity: .6;
	background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, .4) 100%);
}

#display-container:hover #overlay {
	opacity: 0;
}

#display-container .text-background {
	height: 140px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgb(0, 0, 0);
	transition: .5s ease;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 1185px) {
	#news_space {
		padding: 24px 30px;
	}
	#display-container:focus .greyscale {
		filter: grayscale(0);
	}
	#display-container:focus span {
		background-color: #84d640;
	}
}

@media screen and (max-width: 960px) {
	.half-row_new_container {
		margin: 0 -8px;
	}
	#half_news_container {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 750px) {
	#half_news_container {
		width: 100%;
		padding: 0 !important;
	}
}

@media screen and (max-width: 500px) {
	#news_space_content {
		padding: 50px 0 0;
	}
	#news_space {
		padding: 30px 30px;
	}
}

#newsletter {
	padding: 0 0 100px;
	text-align: left;
}

#newsletter h3 {
	font-family: ubuntu_m;
	padding: 0 -16px;
}

#newsletter p, label {
	padding: 0;
	font-family: ubuntu_l;
	color: #333f48;
}

#newsletter input {
	margin: 5px 0;
	padding: 8px;
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	border: 1px solid #ccc!important;
	overflow: visible;
	font: inherit;
	white-space: nowrap;
	text-transform: none;
	text-decoration: none;
	list-style-type: none;
	outline: 0;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	box-shadow: 0 0 0 30px white inset !important;
	-moz-box-shadow: 0 0 0 30px white inset !important;
	-o-box-shadow: 0 0 0 30px white inset !important;
}

#newsletter button {
	background-color: transparent;
	border: 1px solid #b1b1b1;
	display: inline-block;
	cursor: pointer;
	color: #858c91;
	font-family: Ubuntu;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 13.5px;
	padding: 8px 40px;
	overflow: hidden;
	white-space: nowrap;
	text-transform: none;
	text-decoration: none;
	list-style-type: none;
	-webkit-appearance: button;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

#newsletter button:hover {
	background-color: #333f48;
	border: 1px solid #333f4800;
	color: #f3f3f3;
	text-decoration: none;
	list-style-type: none;
	cursor: pointer;
}

#newsletter button:focus, button:active {
	background-color: #333f48;
	border: 1px solid #333f4800;
	color: #f3f3f3;
	text-decoration: none;
	list-style-type: none;
	cursor: pointer;
	outline: 0;
}

.thankyou {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}

.send-btn {
	position: relative;
}

.thankyou-contact>.contact__msg {
	position: absolute;
	padding: 6px;
	background: #333f48;
	margin-top: 5px;
	width: 100%;
	padding: 5px 10px;
	height: 40px;
	border: 2px solid #333f48;
	text-align: center;
	vertical-align: middle;
}

.thankyou-message {
	padding: 2px 0 !important;
}

@media screen and (max-width: 500px) {
	.thankyou-message {
		vertical-align: middle;
		font-size: 12px !important;
		display: inline-block;
	}
}

@media screen and (max-width: 450px) {
	#newsletter {
		padding: 0 0 80px;
	}
	.thankyou-contact>.contact__msg {
		margin-top: 0;
		height: 50px;
	}
}

/*/////////////////CONTACT//////////////////*/

.mapouter {
	position: relative;
	text-align: right;
	height: 500px;
	width: 500px;
}

.gmap_canvas iframe {
	overflow: hidden;
	background: none!important;
	height: 500px;
	width: 100%;
}

#contact {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 0 50px;
}

.container-contact {
	width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 0 0;
}

#contact .container-contact form input, #contact .container-contact form textarea {
	width: 100%;
	height: 30px;
	padding: 5px 10px;
	font-size: 15px;
	color: #999;
	letter-spacing: 1px;
	background: #FFF;
	border: 2px solid #FFF;
	margin-bottom: 25px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#contact .container-contact form input:focus, #contact .container-contact form textarea:focus {
	color: #333f48;
	border: 3px solid #70df2e;
	outline: none !important;
}

#contact .container-contact form textarea {
	height: 220px;
}

#contact .container-contact form .submit {
	width: 100%;
	padding: 5px 10px;
	font-size: 15px;
	letter-spacing: 1px;
	background: #333f48;
	height: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	border: 2px solid #b2babf;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#contact .container-contact form .submit:hover {
	color: #FFF;
	border: 2px solid #84d640;
	background: #84d640;
	cursor: pointer;
}

#contact .container-contact form .required {
	color: red;
}

.contact_form_required {
	color: #fff;
	font-size: 13px;
}

.contact_form_caption_consent {
	color: #fff;
	font-size: 13px;
	float: left;
	text-align: left;
}

#contact_form_consent_checkbox {
	float: left;
	width: 15px !important;
	position: relative;
	top: 35px;
}

.g-recaptcha-wrapper {
	position: relative;
}

.g-recaptcha {
	margin-bottom: 25px;
	height: 78px;
}

.g-recaptcha div {
	width: 100% !important;
	border-radius: 4px;
	padding: 0;
}

.g-recaptcha iframe {
	position: absolute;
	top: 0;
	left: 0;
}

.btn-contact {
	display: inline-block;
	background-color: transparent;
	margin-bottom: -25px !important;
	height: 100%;
	width: 100%;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	border: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	list-style-type: none;
	background-image: none;
	background-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-contact:focus {
	outline: none !important;
}

@media screen and (max-width: 1250px) {
	.mapouter {
		width: 100%;
	}
	.container-contact {
		width: 100%;
	}
	#contact {
		padding: 0;
		padding-top: 30px;
	}
}

@media screen and (max-width: 500px) {
	.mapouter {
		height: 390px;
	}
	.gmap_canvas iframe {
		height: 390px;
	}
	.g-recaptcha {
		margin-bottom: 0;
	}
	.g-recaptcha iframe {
		position: absolute;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		top: 0;
		left: 0;
	}
}

@media screen and (max-width: 450px) {
	.mapouter {
		height: 355px;
	}
	.gmap_canvas iframe {
		height: 355px;
	}
}

@media screen and (max-width: 400px) {
	.mapouter {
		height: 310px;
	}
	.gmap_canvas iframe {
		height: 310px;
	}
}

@media screen and (max-width: 370px) {
	.mapouter {
		height: 270px;
	}
	.gmap_canvas iframe {
		height: 270px;
	}
}

/*/////////////////FOOTER//////////////////*/

.kaptur-logo {
	margin-bottom: -6px;
	padding-top: 5px;
	padding-left: 15px;
	opacity: .5;
	filter: grayscale(1);
	transition: .5s ease-in-out;
}

.kaptur-logo:hover {
	opacity: 1;
	filter: grayscale(0);
}

@media screen and (max-width: 500px) {
	.kaptur-logo {
		padding-left: 0;
		text-align: center;
	}
}

#footer {
	position: sticky;
	display: inline-block;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: auto;
	padding: 50px 0 0 0;
	text-align: center;
}

#footer a {
	color: #858c91;
}

#footer a:hover {
	color: #84d640;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

#footer-contact_info h1 {
	font-family: myriadpro_c;
	font-size: 50px;
	color: #84d640;
	line-height: 40px;
	padding: 20px 0;
	letter-spacing: .5px;
}

.mobile-break {
	display: none;
}

#footer-contact_info li {
	color: #858c91;
	margin-bottom: 3px;
	font-family: myriadpro_c;
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	letter-spacing: .03em;
	list-style: none;
}

#email {
	padding-top: 35px;
}

#footer-menu ul {
	padding-top: 60px;
	padding-bottom: 60px;
}

#footer-menu li {
	font-family: myriadpro_c !important;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.5rem;
	position: relative;
	display: inline-block;
	color: #858c91;
	margin: 0 15px 0;
	text-transform: uppercase;
	width: 125px;
	text-align: center;
	letter-spacing: .075rem;
}

#footer-bottom {
	border-top: 1px solid #eaeaea;
}

#footer-bottom li {
	color: #858c91;
	font-family: ubuntu_l;
	font-size: 1rem;
	letter-spacing: .05rem;
	text-decoration: none;
	list-style-type: none;
}

#footer-row {
	float: center;
	padding: 0 30px;
}

#footer-copyright {
	float: left;
	text-align: left;
	padding: 20px 0;
	width: 50%;
}

#footer-madeby {
	text-align: right;
	padding-bottom: 10px;
	padding: 20px 0;
}

@media screen and (max-width: 1185px) {
	#footer {
		position: relative;
		padding: 50px 0 0 0;
	}
	#footer-menu li {
		width: 95px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 500px) {
	.mobile-break {
		display: block;
	}
	#footer-contact_info h1 {
		font-size: 35px;
		margin: 10px 0;
	}
	#footer-contact_info li {
		padding: 0 20px;
	}
	#footer-copyright {
		float: center !important;
		text-align: center !important;
		width: auto;
	}
	#footer-madeby {
		float: center !important;
		text-align: center !important;
	}
	#footer-row {
		padding: 25px 30px;
	}
}