/*!
 Theme Name: Enginium
 Theme URI: https://www.linkaround.com
 Author: LINKAROUND
 Author URI: https://www.linkaround.com
 Description: Enginium custom theme
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: enginium-wp
 */
 
/*-----ENGINIUM COLORS PALETTE-------*/
/*	
#005E85 Enginium blu (logo)
#004A6A dark blu (slider)

#B7CA9E light green
#9ABB00 Enginium green (logo)
#688C00 dark green

#007F88 dark green for gradient

#646464 Enginium gray (logo)
#DDDDDD light gray

#253038 Dark gray for footer
#222C33 More dark gray for footer
*/


/*fix migration from 4.0.0*/
.wrapper{padding-top:0;}
nav.navbar > .container {
	position:relative;
}
.nav-link {
	padding: 0.5rem 1rem 0.3rem;
}
.dropdown-item {
	padding: 0.35rem 1.5rem 0.3rem 0.7rem;
}


@media (max-width:991.98px) {
	nav.navbar > .container {
		max-width:100%;
	}
	.navbar-collapse {
		background:#FFFFFF;
		margin-left:-15px;
		margin-right:-15px;
	}
	.navbar-collapse #main-menu .nav-item a {
		padding-left:15px;
	}
}
@media (min-width:768px) and (max-width:991.98px) {
	.navbar .navbar-nav#main-menu .nav-link, .navbar.scrolled .navbar-nav#main-menu .nav-link, 
	body.home .navbar.scrolled .navbar-nav#main-menu .nav-link 	{
		padding: 9px 8px !important;
		font-size: 0.9rem !important;
		font-weight: 600;
	}
}


@media (max-width: 1200px) {
	.container {
		max-width: 100%;
	}
}
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Bootstrap
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/

@font-face {
  font-family: 'PillGothic';
  src: url("./fonts/PillGothic600mg-Regular.eot?v=1.000");
  src: url("./fonts/PillGothic600mg-Regular.eot?#iefix&v=1.000") format('embedded-opentype'), url("./fonts/PillGothic600mg-Regular.ttf?v=1.000") format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'PillGothic Light';
  src: url("./fonts/PillGothic600mg-Light.eot?v=1.000");
  src: url("./fonts/PillGothic600mg-Light.eot?#iefix&v=1.000") format('embedded-opentype'), url("./fonts/PillGothic600mg-Light.ttf?v=1.000") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PillGothic Semibold';
  src: url("./fonts/PillGothic600mg-Semibd.eot?v=1.000");
  src: url("./fonts/PillGothic600mg-Semibd.eot?#iefix&v=1.000") format('embedded-opentype'), url("./fonts/PillGothic600mg-Semibd.ttf?v=1.000") format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'PillGothic Bold';
  src: url("./fonts/PillGothic600mg-Bold.eot?v=1.000");
  src: url("./fonts/PillGothic600mg-Bold.eot?#iefix&v=1.000") format('embedded-opentype'), url("./fonts/PillGothic600mg-Bold.ttf?v=1.000") format('truetype');
  font-weight: 700;
  font-style: normal;
} 


body {
  font-family: "PillGothic", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
}
.tooltip, .popover {
  font-family: "PillGothic", Arial, sans-serif;
}


/*--------------------------------------------------------------
 # Typography (load last to override everything above)
 --------------------------------------------------------------*/
/*body,
 button,
 input,
 select,
 optgroup,
 textarea {
 color: $color__text-main;
 font-family: $font__main;
 //@include font-size(0.9rem);
 line-height: $font__line-height-body;
 }
 p {
 margin-top: 0.75rem;
 margin-bottom: 0.75rem;
 }*/
/*Headings*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .section-title, .semi-underline, .widget-area > .sidebar-title {
  font-weight: 600;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .section-title strong, .semi-underline strong, .h2 strong, .h3 strong, .widget-area > .sidebar-title strong, .h4 strong, .h5 strong, .h6 strong {
  font-weight: 900;
}
h1.strong700 strong, h2.strong700 strong, h3.strong700 strong, h4.strong700 strong, h5.strong700 strong, h6.strong700 strong, .h1.strong700 strong, .section-title.strong700 strong, .semi-underline.strong700 strong, .h2.strong700 strong, .h3.strong700 strong, .widget-area > .sidebar-title.strong700 strong, .h4.strong700 strong, .h5.strong700 strong, .h6.strong700 strong {
  font-weight: 700;
}
h1.inherit-all, h2.inherit-all, h3.inherit-all, h4.inherit-all, h5.inherit-all, h6.inherit-all, .h1.inherit-all, .section-title.inherit-all, .semi-underline.inherit-all, .h2.inherit-all, .h3.inherit-all, .widget-area > .sidebar-title.inherit-all, .h4.inherit-all, .h5.inherit-all, .h6.inherit-all {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: inline-block;
}
h1.inherit-all strong, h2.inherit-all strong, h3.inherit-all strong, h4.inherit-all strong, h5.inherit-all strong, h6.inherit-all strong, .h1.inherit-all strong, .section-title.inherit-all strong, .semi-underline.inherit-all strong, .h2.inherit-all strong, .h3.inherit-all strong, .widget-area > .sidebar-title.inherit-all strong, .h4.inherit-all strong, .h5.inherit-all strong, .h6.inherit-all strong {
  font-weight: 700;
}
h1, .h1, .section-title, .semi-underline {
  font-size: 3.2rem;
}
h2, .h2 {
  font-size: 1.8rem;
  line-height: 2.1rem;
}
.page.type-page h2, .page.type-page .h2,
.post.type-post h2, .post.type-post .h2 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
h3, .h3, .widget-area > .sidebar-title {
  font-size: 1.2rem !important;
  font-size: 110%;
}
h4, .h4 {
  font-size: 1.2rem !important;
  line-height: 110% !important;
}
h5, .h5, h6, .h6 {
  line-height: 1.7rem;
}
.section-title, .semi-underline, .home section > h1, .home .gallery > h1, .home section > h2, .home .gallery > h2, .home section > h3, .home .gallery > h3 {
  display: inline-block;
}
.section-title:after, .semi-underline:after, .home section > h1:after, .home .gallery > h1:after, .home section > h2:after, .home .gallery > h2:after, .home section > h3:after, .home .gallery > h3:after {
  content: "";
  display: block;
  height: 15px;
  max-width: 100px;
  margin: 0 auto;
  border-bottom: 7px solid;
  border-bottom-color: #b7cb9a;
}
h1.no-borders:after, h2.no-borders:after, h3.no-borders:after {
  display: none;
}
/*h1 strong , h2 strong , h3 strong , h4 strong , h5 strong , h6 strong , h7 strong,
 .h1 strong , .h2 strong , .h3 strong , .h4 strong , .h5 strong , .h6 strong , .h7 strong {
 font-weight: 900;
 }*/
strong {
  font-weight: 700;
}
/*COPY*/
.text-blue, .text-red {
  color: #005E85 !important;
}
.text-green {
	color: #9bbb00 !important;
}
.text-black {
  color: #000 !important;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em 1em;
  padding-bottom:0.1em;
  font-size: 1.4rem;
  font-weight: 300;
}
blockquote:before {
  color: #e9eaeb;
  display: inline-block;
}
blockquote p:last-child {
  position: relative;
}
blockquote p:last-child:not(:first-child) {
  position: relative;
  padding-bottom: 30px;
}
blockquote p:last-child:before {
  color: #e9eaeb;
  position: absolute;
  left: 0;
  bottom: -1.5rem;
}
.pl-10 {
  padding-left: 10px;
  padding-bottom:4px;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted none;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
ul {
  list-style-type: disc;
  list-style-image: none;
  -webkit-padding-start: 15px;
  -moz-padding-start: 15px;
  /*&.red-arrow-bullets li:before {
   font-family: 'FontAwesome';
   content: '\f054 ';
   }
   */
}
ul li {
  color: inherit;
  list-style-type: none;
  margin-bottom: 2px;
}
ul li:before {
  color: transparent;
  background:url(images/arrow-m.png)no-repeat;
  background-size:contain;
  
  font-family: 'FontAwesome';
  content: '\f054 ';
  padding-right: 0.6rem;
  margin-left: -15px;
  font-size: 0.6rem;
  vertical-align: middle;
}
header ul li:before, footer ul li:before {
  display: none;
}
ul.red-square-bullets li:before {
  font-family: inherit;
  content: '\25A0 ';
}
.sidebar ul, .widget ul, .products ul {
  list-style-type: none;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 15px;
  -moz-margin-before: 0px;
  -moz-margin-after: 0px;
  -moz-margin-start: 0px;
  -moz-margin-end: 0px;
  -moz-padding-start: 15px;
}
body > footer .sidebar ul, body > footer .widget ul, body > footer .products ul {
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
}
/*tables*/
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
table td strong {
  font-size: 0.8rem;
}
.gray-first-column table tr td {
  width: 75%;
  padding: 5px 10px;
  border: 1px solid #eee;
  border-left-color: transparent;
  border-right-color: transparent;
}
.gray-first-column table tr td:first-child {
  background: #f7f7f7;
  width: 25%;
}
.table-lab-internal {
  font-size: 0.8rem;
  background: #f7f7f7;
  margin-bottom: 40px;
  line-height: 130%;
}
.table-lab-internal tr th {
  border-bottom-width: 1px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #eaeaea;
}
.stat-nat-content .table-lab-internal {
  max-width: 80%;
  margin: 0 14% 0 16%;
}
.table-lab-internal .col-2 {
  width: 20%;
}
#breadcrumbs a, #breadcrumbs span {
  text-transform: lowercase;
  text-decoration: none;
}
/*.fsn-text ul {
 padding-left:20px;
 -webkit-padding-start: 20px;
 -moz-padding-start: 20px;
 li {
 list-style-type:disc;
 }
 }*/
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
/*@import "elements/elements";*/
@media (min-width: 1200px) {
  .container, .gallery {
    width: 1140px !important;
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
.wpcf7 label {display: block;width: 100%;}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {display: block;width: 100%;padding: 0.5rem 0.75rem;font-size: 1rem;line-height: 1.25;color: #464a4c;background-color: #fff;background-image: none;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 0.25rem;-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;}
.wpcf7 textarea::-ms-expand, .wpcf7 input::-ms-expand {background-color: transparent;border: 0;}
.wpcf7 select:focus, .wpcf7 textarea:focus, .wpcf7 input:focus {color: #464a4c;background-color: #fff;border-color: #9bbb00 !important;outline: none;-webkit-box-shadow: none !important;box-shadow: none !important;}
.wpcf7 textarea::-webkit-input-placeholder, .wpcf7 input::-webkit-input-placeholder {color: #636c72;opacity: 1;}
.wpcf7 textarea::-moz-placeholder, .wpcf7 input::-moz-placeholder {color: #636c72;opacity: 1;}
.wpcf7 textarea:-ms-input-placeholder, .wpcf7 input:-ms-input-placeholder {color: #636c72;opacity: 1;}
.wpcf7 textarea::placeholder, .wpcf7 input::placeholder {color: #636c72;opacity: 1;}
.wpcf7 textarea:disabled, .wpcf7 textarea[readonly], .wpcf7 input:disabled, .wpcf7 input[readonly] {background-color: #eceeef;opacity: 1;font-size:0.8rem;}
.wpcf7 textarea:disabled, .wpcf7 input:disabled {cursor: not-allowed;}
select.wpcf7 textarea:not([size]):not([multiple]), select.wpcf7 input:not([size]):not([multiple]) {height: calc(2.25rem + 2px);}
select.wpcf7 textarea:focus::-ms-value, select.wpcf7 input:focus::-ms-value {color: #464a4c;background-color: #fff;}
.wpcf7 input[type="submit"] {cursor: pointer !important;display: inline-block;font-weight: normal;line-height: 1.25;text-align: center;white-space: nowrap;vertical-align: middle;display: block;width: auto;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;border: 1px solid transparent;padding: 1rem 2rem;font-size: 1.2rem;border-radius: 0.25rem;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;/*color: #292b2c;background-color: #fff;border-color: #ccc;*/}
.wpcf7 input[type="submit"]:focus, .wpcf7 input[type="submit"]:hover {text-decoration: none;}
.wpcf7 input[type="submit"]:focus, .wpcf7 input[type="submit"].focus {outline: 0;-webkit-box-shadow: none;box-shadow: none;border-color:inherit;}
.wpcf7 input[type="submit"].disabled, .wpcf7 input[type="submit"]:disabled {cursor: not-allowed;opacity: .65;}
.wpcf7 input[type="submit"]:active, .wpcf7 input[type="submit"].active {background-image: none;}
.wpcf7 input[type="file"]{border: 0 !important;}
.wpcf7 input[type="checkbox"]{display:inline;width:auto;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0;} 
.screen-reader-response {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*fields*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select,
.form-control, .wpcf7 input[type=text], .wpcf7 input[type=search], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=date], .wpcf7 input[type=month], .wpcf7 input[type=week], .wpcf7 input[type=time], .wpcf7 input[type=datetime], .wpcf7 input[type=datetime-local], .wpcf7 input[type=color], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 select, .wpcf7 textarea, .wpcf7 .wpcf7-validation-errors {
  border-radius: 0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  color: #111;
}
textarea {
  width: 100%;
}
/*buttons*/


/*align button,element styles with fa*/
blockquote:before, blockquote p:last-child:before, body.blog .more-link:before, body.archive .more-link:before, body.search .more-link:before, body.category .more-link:before, section.enginium-linkedin .more-link:before, .btn-plain-black:before, .btn-plain-red:before, .btn-pdf-download:before, .navbar ul#main-menu > li span.caret, .entry-meta .entry-date:before, .products .product-wrapper ul li:before {
  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;
}
blockquote:before.fa-pull-left, blockquote p:last-child:before.fa-pull-left, body.blog .more-link:before.fa-pull-left, body.archive .more-link:before.fa-pull-left, body.search .more-link:before.fa-pull-left, body.category .more-link:before.fa-pull-left, section.enginium-linkedin .more-link:before.fa-pull-left, .btn-plain-black:before.fa-pull-left, .btn-plain-red:before.fa-pull-left, .btn-pdf-download:before.fa-pull-left, .navbar ul#main-menu > li span.caret.fa-pull-left, .entry-meta .entry-date:before.fa-pull-left, .products .product-wrapper ul li:before.fa-pull-left {
  margin-right: 0.3em;
}
blockquote:before.fa-pull-right, blockquote p:last-child:before.fa-pull-right, body.blog .more-link:before.fa-pull-right, body.archive .more-link:before.fa-pull-right, body.search .more-link:before.fa-pull-right, body.category .more-link:before.fa-pull-right, section.enginium-linkedin .more-link:before.fa-pull-right, .btn-plain-black:before.fa-pull-right, .btn-plain-red:before.fa-pull-right, .btn-pdf-download:before.fa-pull-right, .navbar ul#main-menu > li span.caret.fa-pull-right, .entry-meta .entry-date:before.fa-pull-right, .products .product-wrapper ul li:before.fa-pull-right {
  margin-left: 0.3em;
}
blockquote:before.pull-left, blockquote p:last-child:before.pull-left, body.blog .more-link:before.pull-left, body.archive .more-link:before.pull-left, body.search .more-link:before.pull-left, body.category .more-link:before.pull-left, section.enginium-linkedin .more-link:before.pull-left, .btn-plain-black:before.pull-left, .btn-plain-red:before.pull-left, .btn-pdf-download:before.pull-left, .navbar ul#main-menu > li span.caret.pull-left, .entry-meta .entry-date:before.pull-left, .products .product-wrapper ul li:before.pull-left {
  margin-right: 0.3em;
}
blockquote:before.pull-right, blockquote p:last-child:before.pull-right, body.blog .more-link:before.pull-right, body.archive .more-link:before.pull-right, body.search .more-link:before.pull-right, body.category .more-link:before.pull-right, section.enginium-linkedin .more-link:before.pull-right, .btn-plain-black:before.pull-right, .btn-plain-red:before.pull-right, .btn-pdf-download:before.pull-right, .navbar ul#main-menu > li span.caret.pull-right, .entry-meta .entry-date:before.pull-right, .products .product-wrapper ul li:before.pull-right {
  margin-left: 0.3em;
}

body.blog .more-link:before, body.archive .more-link:before, body.search .more-link:before, body.category .more-link:before, section.enginium-linkedin .more-link:before, .btn-plain-black:before, .btn-plain-red:before {
  content: "\f18e";
}



body.blog .more-link:not(:hover), body.archive .more-link:not(:hover), body.search .more-link:not(:hover), body.category .more-link:not(:hover), section.enginium-linkedin .more-link:not(:hover), .gallery.enginium-linkedin .more-link:not(:hover) {
  padding-left: 0;
}
body.blog .more-link:before, body.archive .more-link:before, body.search .more-link:before, body.category .more-link:before, section.enginium-linkedin .more-link:before, .gallery.enginium-linkedin .more-link:before {
  padding-right: 10px;
  padding-left: 10px;
}


.btn,
.wpcf7 input[type="submit"] {
  display: inline-block;
  font-weight: 700;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #005E85;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1;
  border-radius: 0.25rem;
  -webkit-transition: all 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: all 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: all 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: all 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  margin-top:5px;
  margin-bottom:5px;  }


.btn:focus, .btn.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow:none;
            box-shadow:none; }
			
			
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	border-color:inherit;
	background-color:inherit;
}

/*plain button*/
button.atag, button.atag:hover, button.atag:focus, button.atag:active, button.atag.active {
	border:none;
	background:none;
	outline:none;
	box-shadow:none;
	color: #005E85;
	padding:0;
}
button.atag:hover, button.atag:focus, button.atag:active, button.atag.active {
	color: #004A6A;
}
/*btn- defaults*/
.nav-links a.page-numbers, .button, button, input[type="button"], input[type="reset"], input[type="submit"], .wpcf7 input[type="submit"] {
  color: #005E85;
  background-color: transparent;
  border-color: #005E85;
  border-width: 1px;
  border-radius: 0.25;
  font-size:1rem;
  padding: 0.7rem 2rem 0.5rem;
}
.nav-links a.page-numbers:hover, .button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .wpcf7 input[type="submit"]:hover {
  color: #005E85;
  background-color: transparent;
  border-color: #005E85;
}
.nav-links a.page-numbers:focus, .button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .wpcf7 input[type="submit"]:focus, .nav-links a.page-numbers.focus, .button.focus, button.focus, input[type="button"].focus, input[type="reset"].focus, input[type="submit"].focus, .wpcf7 input[type="submit"].focus {
  box-shadow: none;
}
.nav-links a.page-numbers.disabled, .button.disabled, button.disabled, input[type="button"].disabled, input[type="reset"].disabled, input[type="submit"].disabled, .wpcf7 input[type="submit"].disabled, .nav-links a.page-numbers:disabled, .button:disabled, button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, .wpcf7 input[type="submit"]:disabled {
  background-color: transparent;
  border-color: #005E85;
}
.nav-links a.page-numbers:active, .button:active, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .wpcf7 input[type="submit"]:active, .nav-links a.page-numbers.active, .button.active, button.active, input[type="button"].active, input[type="reset"].active, input[type="submit"].active, .wpcf7 input[type="submit"].active {
  color: #005E85;
  background-color: transparent;
  background-image: none;
  border-color: #005E85;
}
.nav-links a.page-numbers:hover, .button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .wpcf7 input[type="submit"]:hover {
  color: #fff;
  background-color: #005E85;
  border-color: #fff;
}
button, button:hover, button:focus, button:active {
	border-style:solid;
}





/*link-article*/
.link-article {
	color:inherit;
	display:block;
	position:relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding:15px;
	margin-top:-15px;
}
.link-article:hover {
	color:inherit;
	border-radius:6px;
	overflow:hidden;
}

/*btn-primary*/
.btn-primary:not(:disabled):not(.disabled), .btn-primary {
  position:relative;
  color: #000000;
  background-color: #FFFFFF;
  border-color: #d3d3d3;
  border-radius: 3px;
  font-size:22px;
  line-height:18px;
  padding:20px 55px 16px 24px;
  
}

.input-after {
	display:inline-block;
	position:relative;
}
.input-after:after, .btn-primary:not(:disabled):not(.disabled):not(.wpcf7-submit):after, .btn-primary:not(.wpcf7-submit):after {
	position:absolute;
	content:" ";
	display:inline-block;
	background:transparent;
	background:url('./images/arrow-m.png')no-repeat 50% 50%;
	background-size:cover;
	/*margin-left:1.5rem;
	margin-bottom: -0.3rem;*/
	right:15px;
	top:50%;
	margin-top:-12px;
	width: 16px;
    height:24px;
}
.input-after:after {
	right:25%;
}

@media(max-width:992px) and (min-width:576px) {
	.btn-primary:not(:disabled):not(.disabled), .btn-primary {
		font-size:15px;
		line-height:16px;
		padding:12px 30px 8px 15px;
	}
	.btn-primary:not(:disabled):not(.disabled):after, .btn-primary:after {
		/*margin-left:1.2rem;
		margin-bottom: -0.2rem;*/
		right:12px;
		top:50%;
		margin-top:-9px;
		width:14px;
		height:18px;
		
	}
}
/*@media(max-width:768px) {
	.btn-primary:not(:disabled):not(.disabled), .btn-primary {
		font-size:14px;
		line-height:14px;
		padding:10px 35px 6px 10px;
	}
	.btn-primary:not(:disabled):not(.disabled):after, .btn-primary:after {
		right:10px;
		top:50%;
		margin-top:-8px;
		width:10px;
		height:16px;
		
	}
}*/

.btn-primary:not(:disabled):not(.disabled):focus, .btn-primary:focus, .btn-primary.focus {
  box-shadow: none;
}
.btn-primary:disabled, .btn-primary.disabled {
  background-color: transparent;
  border-color: #d3d3d3;
}



.btn-primary-wrapper, .btn-primary:not(:disabled):not(.disabled) {
	/*color: rgba(255,255,255,1);*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/*border: 1px solid rgba(255,255,255,0.5);*/
	overflow: hidden;
}
.btn-primary:not(:disabled):not(.disabled) {
	position: relative;
}
.btn-primary-wrapper {
	display:inline-block;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.input-after .btn-primary-wrapper {
	right:20px;
}

/*BTN PRIMARY AND CANDIDATI, rollover animation*/
.btn-primary-wrapper::before, .btn-primary-wrapper::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
	background-color: rgba(0,0,0,0.05);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
/*.btn-primary:not(.btn-candidati) .btn-primary-wrapper::before, .btn-primary:not(.btn-candidati) .btn-primary-wrapper::after {
	background-color: rgba(155,184,4,0.5);
}
.btn-primary:not(.btn-candidati) .btn-primary-wrapper.very-light-bg::before, .btn-primary:not(.btn-candidati) .btn-primary-wrapper.very-light-bg::after{
	background-color: rgba(155,184,4,0.15);
}*/
.btn-primary-wrapper.very-light-bg::before, .btn-primary-wrapper.very-light-bg::after{
	background-color: rgba(0,0,0,0.015);
}

/*double animation*/
.btn-primary-wrapper::after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.input-after:hover .btn-primary-wrapper::before, .input-after:hover .btn-primary-wrapper::after, .link-article:hover .btn-primary-wrapper::before, .link-article:hover .btn-primary-wrapper::after, .btn-primary-wrapper:hover::before, .btn-primary-wrapper:hover::after{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}


/*rollover*/
.btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:hover, .btn-primary.hover {
  color: #FFF;
  
  background:#FFFFFF;
  background-image: linear-gradient(to right, #b6c99f, #0f848a);
  border-color: #0f848a;
}
.btn-primary:hover:after, .btn-primary.hover:after {
  background:transparent;
}


.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:active, .btn-primary.active {
  color: #FFF;
  /*background-image: linear-gradient(to right, #b6c99f, #0f848a);*/
  border-color: #0f848a;
}

.link-article > .btn-primary-wrapper {
	z-index:999;
}
.link-article .btn-primary {
	position:relative;
	z-index:9999;
}
.link-article .btn-primary .btn-primary-wrapper{
	z-index:9999;
}

/*btn-candidati*/
input[type="submit"].wpcf7-submit, .btn-candidati.btn-primary:not(:disabled):not(.disabled), .btn-candidati.btn-primary {
	color:#FFFFFF;
	background:#9bbb04;
	border-color:transparent;
	text-transform: uppercase;
    line-height: 1.2;
	min-width:180px;
}
.input-after input[type="submit"].wpcf7-submit:hover, input[type="submit"].wpcf7-submit:hover {
	border-color:#FFFFFF;
	background-color:#8ca806;
}
/*.btn-candidati.btn-primary:not(:disabled):not(.disabled):before, .btn-candidati.btn-primary:before {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:0;
	content:"";
	background-color:rgba(0,0,0,0.10);
	transform-origin:left;
	transition:width 0.25s ease;
}
.btn-candidati.btn-primary:not(:disabled):not(.disabled):hover:before, .btn-candidati.btn-primary:hover:before {
	right:0;
	width:100%;
}*/



.input-after:after, .btn-candidati.btn-primary:not(:disabled):not(.disabled):after, .btn-candidati.btn-primary:after {
	background: url(./images/arrow-white-m.png)no-repeat 50% 50%;
	background-size: cover;
}
.wpcf7 input:not(:disabled):not(.disabled):active[type=submit], .wpcf7 input:not(:disabled):not(.disabled).active[type=submit], .wpcf7 .show > input.dropdown-toggle[type=submit] {
	background:#9bbb04;
	border-color:transparent;
}



/*.btn-candidati.btn-primary:not(:disabled):not(.disabled):hover, .btn-candidati.btn-primary:hover, .btn-primary.hover {
	background:#71860d;
	border-color:transparent;
}*/
/*.btn-candidati.btn-primary:not(:disabled):not(.disabled):before, .btn-candidati.btn-primary:before, .btn-primary:before {
	display:block;
	position:absolute;
	
}*/



.btn-candidati.btn-candidati-mobile-float:not(:disabled):not(.disabled){
	position:fixed;
	right:0;
	bottom:0;
	margin:0;
	border-radius:0;
	padding:15px 0 11px;
	width:100%;
	z-index:998;
	display:none;
}
@media(max-width:979px) {
	.btn-candidati.btn-candidati-mobile-float:not(:disabled):not(.disabled){
		bottom:40px;
	}
}
.btn-candidati.btn-candidati-mobile-float:not(:disabled):not(.disabled):after {
	/*opacity:0;*/
	margin: -4px 0 0 30px;
    position:relative;
	line-height:23px;
	display: inline-block;
    vertical-align: middle;
}
body.bodyscrolled .btn-candidati.btn-candidati-mobile-float:not(:disabled):not(.disabled) {
	display:block;
}
@media(max-width:768px) {
	.btn-candidati.btn-candidati-mobile-float:not(:disabled):not(.disabled) {
		display:block;
		border-radius:0;
		padding:15px 35px 11px;
		width:100%;
		font-size:18px;
	}
}



.btn-pdf-download {
  color: #000;
  background-color: #f6f7f7;
  border-color: #005E85;
  border-width: 2px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
}
.btn-pdf-download:hover {
  color: #005E85;
  background-color: #f6f7f7;
  border-color: #005E85;
}
.btn-pdf-download:focus, .btn-pdf-download.focus {
  box-shadow: none;
}
.btn-pdf-download.disabled, .btn-pdf-download:disabled {
  background-color: #f6f7f7;
  border-color: #005E85;
}
.btn-pdf-download:active, .btn-pdf-download.active {
  color: #005E85;
  background-color: #f6f7f7;
  background-image: none;
  border-color: #005E85;
}
.btn-pdf-download:before {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.btn-pdf-download:hover {
  color: #fff;
  background-color: #005E85;
  border-color: #005E85;
}
.btn-pdf-download {
  color: #000;
  background-color: #f6f7f7;
  border-color: #005E85;
  border-width: 2px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
}
.btn-pdf-download:hover {
  color: #005E85;
  background-color: #f6f7f7;
  border-color: #005E85;
}
.btn-pdf-download:focus, .btn-pdf-download.focus {
  box-shadow: none;
}
.btn-pdf-download.disabled, .btn-pdf-download:disabled {
  background-color: #f6f7f7;
  border-color: #005E85;
}
.btn-pdf-download:active, .btn-pdf-download.active {
  color: #005E85;
  background-color: #f6f7f7;
  background-image: none;
  border-color: #005E85;
}
.btn-pdf-download:before {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.btn-pdf-download:hover {
  color: #fff;
  background-color: #005E85;
  border-color: #005E85;
}
.btn.download-home, .nav-links a.page-numbers.download-home, .button.download-home, button.download-home, input[type="button"].download-home, input[type="reset"].download-home, input[type="submit"].download-home, form input.wpcf7-submit.download-home, body.blog .more-link.download-home, body.archive .more-link.download-home, body.search .more-link.download-home, body.category .more-link.download-home, section.enginium-linkedin .more-link.download-home {
  font-size: 13px;
  padding: 10px 20px;
  border: 1px solid #dedede;
  color: #878787;
  margin-top: -10px;
}
.more-link {
	position:relative;
}
.btn.download-home:hover, .nav-links a.page-numbers.download-home:hover, .button.download-home:hover, button.download-home:hover, input[type="button"].download-home:hover, input[type="reset"].download-home:hover, input[type="submit"].download-home:hover, form input.wpcf7-submit.download-home:hover, body.blog .more-link.download-home:hover, body.archive .more-link.download-home:hover, body.search .more-link.download-home:hover, body.category .more-link.download-home:hover, section.enginium-linkedin .more-link.download-home:hover {
  color: #005E85;
  border-color: #005E85;
}
.btn-redbg-hover:hover {
  color: #005E85;
  background-color: #fff;
  border-color: #fff;
}
button:focus {
  outline: none;
}
.aboutlinkbtn {
  display: inline-block;
}











/* Cookie policy button, probably this css is not working */
.privacy-button{border-radius:0 !important; background:#688C00 !important; color:#FFF !important; text-shadow:none !important;}


/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
/*a {
 color: $color__link;
 &:visited {
 color: $color__link-visited;
 }
 &:hover,
 &:focus,
 &:active {
 color: $color__link-hover;
 }
 //&:focus {
 //		outline: thin dotted;
 //	}
 &:hover,
 &:active {
 outline: 0;
 }
 }*/
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' %3E%3Cpath stroke='rgba(0, 94, 133, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar, .navbar.scrolled, body.home .navbar.scrolled {
  margin: 0;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}
/*4.3.1 fix*/
.navbar, .navbar.scrolled, body.home .navbar.scrolled {
  margin: 0;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}
@media (min-width: 769px) and (max-width: 992px) {
  .navbar #info-menu .nav-link, .navbar.scrolled #info-menu .nav-link, body.home .navbar.scrolled #info-menu .nav-link {
    font-size: 10px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .navbar button.navbar-toggler, .navbar.scrolled button.navbar-toggler, body.home .navbar.scrolled button.navbar-toggler {
    position: absolute;
    right: 0;
    top: 28px;
	border: 1px solid #005E85;
	background:rgba(0,94,133,0.1);
  }
  .navbar.scrolled button.navbar-toggler, body.home .navbar.scrolled button.navbar-toggler {
  	top:15px;	
  }
  .navbar button.navbar-toggler:not(.collapsed), .navbar.scrolled button.navbar-toggler:not(.collapsed), body.home .navbar.scrolled button.navbar-toggler:not(.collapsed) {
  	background:rgba(0,94,133,0.1);
  }
  .navbar button.navbar-toggler:focus, .navbar.scrolled button.navbar-toggler:focus, body.home .navbar.scrolled button.navbar-toggler:focus, .navbar button.navbar-toggler:hover, .navbar.scrolled button.navbar-toggler:hover, body.home .navbar.scrolled button.navbar-toggler:hover {
    color: rgba(0, 0, 0, .9);
	background:rgba(0,94,133,0.2);
    border: 1px solid #005E85;
  }
  .navbar a, .navbar.scrolled a, body.home .navbar.scrolled a {
    color: #636c72;
  }
  .navbar > .container, .navbar > .gallery, .navbar.scrolled > .container, .navbar.scrolled > .gallery, body.home .navbar.scrolled > .container, body.home .navbar.scrolled > .gallery {
    width: 90vw;
  }
}
.navbar .navbar-brand {
  padding: 20px 0 15px;
}
.navbar.scrolled .navbar-brand, body.home .navbar.scrolled .navbar-brand {
  padding: 10px 0;
}

.navbar .navbar-brand img, .navbar.scrolled .navbar-brand img, body.home .navbar.scrolled .navbar-brand img {
  max-width: 274px;
}
@media (max-width: 768px) {
  .navbar .navbar-brand img, .navbar.scrolled .navbar-brand img, body.home .navbar.scrolled .navbar-brand img {
    max-width: 220px;
  }
}
@media (max-width: 468px) {
  .navbar .navbar-brand img, .navbar.scrolled .navbar-brand img, body.home .navbar.scrolled .navbar-brand img {
    max-width: 200px;
  }
}
#main-menu > li:not(:before) {
  text-transform:uppercase
}
@media screen and (min-width: 768px) {
  #main-menu > li {
	  position:relative;
  }
  .navbar .navbar-nav, .navbar.scrolled .navbar-nav, body.home .navbar.scrolled .navbar-nav {
    position: absolute;
    right: 0;
	bottom: 15px;
  }
  .navbar.scrolled .navbar-nav, body.home .navbar.scrolled .navbar-nav {
	bottom: 0px;
  }
  .navbar .navbar-nav#info-menu, .navbar.scrolled .navbar-nav#info-menu, body.home .navbar.scrolled .navbar-nav#info-menu {
    top: 0;
    right: 80px;
    padding: 5px 0;
  }
  .navbar .navbar-nav#info-menu .nav-link, .navbar.scrolled .navbar-nav#info-menu .nav-link, body.home .navbar.scrolled .navbar-nav#info-menu .nav-link {
    text-transform: uppercase;
    padding: 0 8px;
    line-height: 20px;
    font-size: 10.5px;
    color: #636c72;
    text-shadow: none;
  }
  .navbar .navbar-nav#info-menu .nav-link:hover, .navbar.scrolled .navbar-nav#info-menu .nav-link:hover, body.home .navbar.scrolled .navbar-nav#info-menu .nav-link:hover, .navbar .navbar-nav#info-menu .nav-link:active, .navbar.scrolled .navbar-nav#info-menu .nav-link:active, body.home .navbar.scrolled .navbar-nav#info-menu .nav-link:active {
    color: #fff;
    text-shadow: none;
    background: #005E85;
  }
  .navbar .navbar-nav#info-menu li.active > .nav-link, .navbar.scrolled .navbar-nav#info-menu li.active > .nav-link, body.home .navbar.scrolled .navbar-nav#info-menu li.active > .nav-link, .navbar .navbar-nav#info-menu .login .nav-link, .navbar.scrolled .navbar-nav#info-menu .login .nav-link, body.home .navbar.scrolled .navbar-nav#info-menu .login .nav-link {
    color: #fff;
    text-shadow: none;
    background: #005E85;
  }
  .navbar.scrolled .navbar-nav#main-menu, body.home .navbar.scrolled .navbar-nav#main-menu{
    bottom:-10px;
  }
  .navbar:not(.scrolled) .navbar-nav#main-menu .nav-link, body.home .navbar .navbar-nav#main-menu .nav-link  {
    padding: 12px 15px 9px;
	font-size: 0.9rem;
    font-weight: 700;
	line-height:1.2;
    -webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    /* linear */
  }
  
  
  
  .navbar.scrolled .navbar-nav#main-menu .nav-link, body.home .navbar.scrolled .navbar-nav#main-menu .nav-link {
    padding: 14px 14px 9px;
	font-size: 0.9rem;
    font-weight: 700;
	line-height:1.2;
    /*-webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);*/
    /* linear */
  }
  .navbar .navbar-nav#main-menu .dropdown-menu, .navbar.scrolled .navbar-nav#main-menu .dropdown-menu, body.home .navbar.scrolled .navbar-nav#main-menu .dropdown-menu {
    right: 0;
	margin-top:-3px;
    left: auto;
    background: rgba(0, 0, 0, 0.7);
    font-size: 0.85rem;
    padding: 0;
	border: none;
    border-top:3px solid #9bbb00;
    border-radius:0;
    min-width: 200px;
	color:#FFFFFF;
	text-transform:uppercase;
  }
  
  /*ROLLOVER SECOND LEVEL MENU ITEMS*/
  .navbar .navbar-nav#main-menu .dropdown-menu .dropdown-item, .navbar.scrolled .navbar-nav#main-menu .dropdown-menu .dropdown-item, body.home .navbar.scrolled .navbar-nav#main-menu .dropdown-menu .dropdown-item{
  	color:#FFFFFF;
  }
  .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:hover, .current-page-item > .dropdown-item, .active > .dropdown-item {
	color: #FFFFFF;
	text-decoration: none;
	background: none;
  }
  .navbar .navbar-nav#main-menu .dropdown-item{
	border-left:1px solid #9bbb00 !important;
	
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
  }
  .navbar .navbar-nav#main-menu .dropdown-item:hover,
  .navbar .navbar-nav#main-menu .nav-item.active > .dropdown-item, .navbar .navbar-nav#main-menu .nav-item:active .dropdown-item,
  body.single.single-enginium-jobs .navbar .navbar-nav#main-menu li.jobs-parent .dropdown-item {
	border-left:5px solid #9bbb00 !important;
	
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
  }

  
  .navbar .navbar-nav#main-menu .dropdown-menu .dropdown-menu, .navbar.scrolled .navbar-nav#main-menu .dropdown-menu .dropdown-menu, body.home .navbar.scrolled .navbar-nav#main-menu .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .navbar .navbar-nav#main-menu .dropdown-menu .nav-link, .navbar.scrolled .navbar-nav#main-menu .dropdown-menu .nav-link, body.home .navbar.scrolled .navbar-nav#main-menu .dropdown-menu .nav-link {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    border-bottom: 1px dotted;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    font-size: 0.75rem;
    border-left: 3px solid #005E85;
  }
  
 	/*dropdown animation on desktop screens*/
	.navbar .navbar-nav#main-menu .dropdown-menu:not(.show), .navbar.scrolled .navbar-nav#main-menu .dropdown-menu:not(.show), body.home .navbar.scrolled .navbar-nav#main-menu .dropdown-menu:not(.show) {
		display:block;
		height:0;
		opacity:0;
		border-top: none;
		margin-top:-20px;
		overflow:hidden;
		transition:all 0.2s ease;
	}
	.navbar .navbar-nav#main-menu .dropdown-menu.show, .navbar.scrolled .navbar-nav#main-menu .dropdown-menu.show, body.home .navbar.scrolled .navbar-nav#main-menu .dropdown-menu.show {
		height:auto;
		opacity:1;
		border-top: 3px solid #9bbb00;
		margin-top:-3px;
		overflow:visible;
		transition:all 0.2s ease;
	}
	/*////*/

  
  
  .navbar .navbar-nav#main-menu .dropdown-menu .nav-link:hover, .navbar.scrolled .navbar-nav#main-menu .dropdown-menu .nav-link:hover, body.home .navbar.scrolled .navbar-nav#main-menu .dropdown-menu .nav-link:hover {
    color: #005E85;
    text-shadow: none;
    background: rgba(255, 255, 255, 1);
  }
  .navbar .navbar-nav#main-menu .dropdown-menu .third-level > .nav-link, .navbar.scrolled .navbar-nav#main-menu .dropdown-menu .third-level > .nav-link, body.home .navbar.scrolled .navbar-nav#main-menu .dropdown-menu .third-level > .nav-link {
    padding-left: 25px !important;
    border-left: 2px solid rgba(0, 94, 133, 0.5);
  }
  .navbar .navbar-nav li .nav-link, .navbar.scrolled .navbar-nav li .nav-link, body.home .navbar.scrolled .navbar-nav li .nav-link {
    color: #000;
    text-shadow: none;
	border-bottom:3px solid transparent;
  }
  .navbar .navbar-nav li .nav-link:hover, .navbar.scrolled .navbar-nav li .nav-link:hover, body.home .navbar.scrolled .navbar-nav li .nav-link:hover, .navbar .navbar-nav li .nav-link:active, .navbar.scrolled .navbar-nav li .nav-link:active, body.home .navbar.scrolled .navbar-nav li .nav-link:active {
    /*color: #005E85;*/
    text-shadow: none;
  }
  /*.navbar .navbar-nav li.join-us-link .nav-link,
  body.home .navbar .navbar-nav li.join-us-link .nav-link,*/
  .navbar .navbar-nav li .nav-link:hover, .navbar.scrolled .navbar-nav li .nav-link:hover, body.home .navbar.scrolled .navbar-nav li .nav-link:hover, .navbar .navbar-nav#main-menu .dropdown.show > .nav-link,
  .navbar .navbar-nav li .nav-link:hover, .navbar .navbar-nav li.active > .nav-link,
  body.single.single-post.single-format-standard .navbar .navbar-nav li.current_page_parent .nav-link,
  body.single.single-enginium-jobs .navbar .navbar-nav li.join-us-link .nav-link,
  body.single.single-enginium-jobs .navbar .navbar-nav#main-menu li.jobs-parent .nav-link {
	color:#000000;
	text-shadow:none;
    background:#f1f1f1;
    border-bottom-color:#9bbb00;
  }
  .navbar .navbar-nav .dropdown-menu .nav-item{
	border-bottom:1px solid rgba(255,255,255,0.15) !important;
	padding-top:3px;
	padding-bottom:3px;
  }  
  .navbar .navbar-nav .dropdown-menu .nav-item:last-child{
	border-bottom:none;
  }
  .navbar .navbar-nav .dropdown-menu .nav-item:hover,
  .navbar .navbar-nav .dropdown-menu .nav-item.active, .navbar.scrolled .navbar-nav .dropdown-menu .nav-item.active, body.home .navbar.scrolled .navbar-nav .dropdown-menu .nav-item.active,
  body.single.single-enginium-jobs .navbar .navbar-nav#main-menu li.jobs-parent{
	background-color: rgba(0,0,0,0.85);

	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
  }
  

  .join-us-link:before {
  	font-size:0.9rem;
	font-family:"Kaushan Script", cursive;
	display:inline-block;
	position:absolute;
	font-weight:400;
	color:#9bbb00;
	padding-bottom:40px;
	left:-100%;
	right:-130%;
	text-align:center;
	top:-1.8rem;
	height:40px;
	background:url(images/arrow-down.png)no-repeat bottom center;
	background-size:auto 40%;
	
  }
  body.home .join-us-link:before {
	background:url(images/arrow-down-white.png)no-repeat bottom center;
  }
  
  body.home .navbar:not(.scrolled) .join-us-link:before {
  	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }
  
  .navbar .navbar-nav li .nav-link:active, .navbar.scrolled .navbar-nav li .nav-link:active, body.home .navbar.scrolled .navbar-nav li .nav-link:active {
    /*color: #005E85;*/
    text-shadow: none;
  }
  /*.navbar .navbar-nav li.active > .nav-link, .navbar.scrolled .navbar-nav li.active > .nav-link, body.home .navbar.scrolled .navbar-nav li.active > .nav-link,
  .navbar .navbar-nav li.active > .dropdown-item, .navbar.scrolled .navbar-nav li.active > .dropdown-item, body.home .navbar.scrolled .navbar-nav li.active > .dropdown-item {
    color:#000000;
	text-shadow:none;
    background:#f1f1f1;
    border-bottom-color:#9bbb00;
  }*/
}



/*.navbar .navbar-collapse.collapse.show, .navbar.scrolled .navbar-collapse.collapse.show, body.home .navbar.scrolled .navbar-collapse.collapse.show {
  max-height: 80vh !important;
  overflow-y: scroll;
  border-top: 1px solid #f6f7f7;
  background: rgba(255, 255, 255, 1);
}
.navbar .navbar-collapse.collapse.show .dropdown-menu, .navbar.scrolled .navbar-collapse.collapse.show .dropdown-menu, body.home .navbar.scrolled .navbar-collapse.collapse.show .dropdown-menu {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .navbar-collapse.collapse.show .dropdown-menu .nav-link, .navbar.scrolled .navbar-collapse.collapse.show .dropdown-menu .nav-link, body.home .navbar.scrolled .navbar-collapse.collapse.show .dropdown-menu .nav-link {
  padding-left: 5px;
  border-left: 3px solid #005E85;
}
.navbar .navbar-collapse.collapse.show .dropdown-menu .third-level > .nav-link, .navbar.scrolled .navbar-collapse.collapse.show .dropdown-menu .third-level > .nav-link, body.home .navbar.scrolled .navbar-collapse.collapse.show .dropdown-menu .third-level > .nav-link {
  padding-left: 10px;
  border-left: 2px solid rgba(0, 94, 133, 0.5);
}
.navbar .navbar-collapse.collapse.show li .nav-link, .navbar.scrolled .navbar-collapse.collapse.show li .nav-link, body.home .navbar.scrolled .navbar-collapse.collapse.show li .nav-link {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  color: #636c72;
  text-shadow: none;
  background: transparent;
  padding-left: 5px;
}
.navbar .navbar-collapse.collapse.show li .nav-link:hover, .navbar.scrolled .navbar-collapse.collapse.show li .nav-link:hover, body.home .navbar.scrolled .navbar-collapse.collapse.show li .nav-link:hover, .navbar .navbar-collapse.collapse.show li .nav-link:active, .navbar.scrolled .navbar-collapse.collapse.show li .nav-link:active, body.home .navbar.scrolled .navbar-collapse.collapse.show li .nav-link:active, .navbar .navbar-collapse.collapse.show li .nav-link.active > .nav-link, .navbar.scrolled .navbar-collapse.collapse.show li .nav-link.active > .nav-link, body.home .navbar.scrolled .navbar-collapse.collapse.show li .nav-link.active > .nav-link {
  color: #005E85 !important;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.8);
}


@media (min-width: 769px) {
  .navbar .navbar-collapse.collapse.show li .nav-link:hover, .navbar.scrolled .navbar-collapse.collapse.show li .nav-link:hover, body.home .navbar.scrolled .navbar-collapse.collapse.show li .nav-link:hover, .navbar .navbar-collapse.collapse.show li .nav-link:active, .navbar.scrolled .navbar-collapse.collapse.show li .nav-link:active, body.home .navbar.scrolled .navbar-collapse.collapse.show li .nav-link:active, .navbar .navbar-collapse.collapse.show li .nav-link.active > .nav-link, .navbar.scrolled .navbar-collapse.collapse.show li .nav-link.active > .nav-link, body.home .navbar.scrolled .navbar-collapse.collapse.show li .nav-link.active > .nav-link {
    padding-left: 5px;
  }
}
.navbar .navbar-collapse.collapse.show li.active > .nav-link, .navbar.scrolled .navbar-collapse.collapse.show li.active > .nav-link, body.home .navbar.scrolled .navbar-collapse.collapse.show li.active > .nav-link {
  color: #005E85;
  text-shadow: none;
}*/
.navbar.unscrolled .navbar-brand, body.home .navbar.unscrolled .navbar-brand, .navbar.unscrolled #main-menu, body.home .navbar.unscrolled #main-menu {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (min-width: 768px) {
  .navbar.scrolled .navbar-brand, body.home .navbar.scrolled .navbar-brand {
    transform-origin: top left;
    padding: 10px 0 0px;
  }
  .navbar.scrolled #main-menu, body.home .navbar.scrolled #main-menu {
    transform-origin: top right;
  }
  .navbar.scrolled .navbar-brand, body.home .navbar.scrolled .navbar-brand, .navbar.scrolled #main-menu, body.home .navbar.scrolled #main-menu {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  
}
/*.navbar.scrolled #main-menu, body.home .navbar.scrolled #main-menu{
 transform-origin: top right;
 -webkit-transition: all 200ms cubic-bezier(0.750, 0.750, 0.750, 0.750); 
 -moz-transition: all 200ms cubic-bezier(0.750, 0.750, 0.750, 0.750); 
 -o-transition: all 200ms cubic-bezier(0.750, 0.750, 0.750, 0.750); 
 transition: all 200ms cubic-bezier(0.750, 0.750, 0.750, 0.750); 
 -ms-transform: scale(0.9, 0.9); 
 -webkit-transform: scale(0.9, 0.9); 
 transform: scale(0.9, 0.9);
 }
 .navbar.scrolled .navbar-brand, body.home .navbar.scrolled .navbar-brand{
 padding:18px 0 12px;
 }*/
body.home .navbar {
  background: rgba(189, 189, 189, 0.3);
  border-bottom-color: transparent;
}
@media(max-width:768px) {
	body.home .navbar .navbar-collapse.collapse.show {
	  border-top: 1px solid #b2b8bc;
	}
	body.home .navbar .navbar-collapse.collapse.show li {
	  /*color: $white;
	   text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	   border-bottom:1px dotted rgba(255,255,255,0.1);*/
	}
	
	
	
	.navbar .navbar-collapse.collapse.show li .nav-link, .navbar .navbar-collapse.collapse.show li .dropdown-item {
	  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
	  color: #636c72;
	  text-shadow: none;
	  transition:all 0.2s ease;
	}
	.navbar .navbar-collapse.collapse.show li.current-menu-ancestor.active .nav-link,
	.navbar .navbar-collapse.collapse.show li.current-menu-item.active .nav-link, .navbar .navbar-collapse.collapse.show li.current-menu-item.active .dropdown-item,
	.navbar .navbar-collapse.collapse.show li .nav-link:hover, .navbar .navbar-collapse.collapse.show li.current-menu-item .nav-link:active,
	.navbar .navbar-collapse.collapse.show li .dropdown-item:hover, .navbar .navbar-collapse.collapse.show li .dropdown-item:hover {
	  text-shadow: none;
	  background:#f8f9fa;
	  border-left:2px solid #9bbb00;
	}
	.navbar .navbar-collapse li.dropdown {
	  position:relative;
	  transition:all 0.2s ease;
	}
	.navbar .navbar-collapse.collapse.show li.dropdown:after {
		display: inline-block;
		position:absolute;
		right:15px;
		top:15px;
		height:15px;
		margin-left: 0.255em;
		vertical-align: 0.255em;
		content: "";
		border-top: 0.3em solid #d3d3d3;
		border-right: 0.3em solid transparent;
		border-bottom: 0;
		border-left: 0.3em solid transparent;
	}
	
	.navbar .navbar-collapse .dropdown-menu {
		transition:all 0.2s ease;
		border-radius:0;
		-webkit-border-radius:0;
		border:none;
		-webkit-padding-start:0;
		padding:0;
		padding-left:5px;
		margin:0;
		margin-left:0;
		border-left:10px solid #d3d3d3;
		
	}
}

body.home .navbar:before {
  background: transparent;
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 769px) {
  body.home .navbar .navbar-nav#info-menu .nav-link {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }
  body.home .navbar .navbar-nav#info-menu .nav-link:hover, body.home .navbar .navbar-nav#info-menu .nav-link:active {
    text-shadow: none;
  }
  body.home .navbar .navbar-nav#info-menu li.active > .nav-link, body.home .navbar .navbar-nav#info-menu .login .nav-link {
    color: #fff;
    text-shadow: none;
    background: #005E85;
  }
  body.home .navbar .navbar-nav .nav-link {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }
  body.home .navbar .navbar-nav .nav-link:hover, body.home .navbar .navbar-nav .nav-link:active {
    color: #000000;
    text-shadow: none;
  }
  body.home .navbar .navbar-nav#main-menu .dropdown.show > .nav-link {
    color: #005E85;
    text-shadow: none;
  }
}
#lang-menu {
  position: absolute;
  top: 0;
  right: 0;
  /*border-left: 1px solid rgba(255, 255, 255, 0.2);*/
  padding-left: 5px;
}
ul#menu-footer > li a,
#lang-menu > a {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  line-height: 110%;
  text-transform:uppercase;
}
#lang-menu > a {
  color:#6e6e6e;
  padding: 2px 10px 0;
  position: relative;
  font-size:0.9rem;
  
}
ul#menu-footer > li {
	padding:0 6px 0 0;
}
ul#menu-footer > li a{
	font-size:0.7rem;
	color:rgba(255,255,255,0.5);
}
/*#lang-menu > a img {
  padding: 7px 8px;
}
#lang-menu > a:hover,
#lang-menu > a:active,
#lang-menu > a.active {
  background: rgba(0, 0, 0, 0.5);
}*/
ul#menu-footer > li:not(:first-child) a:before,
#lang-menu > a:not(:first-child):before {
  content:" ";
  position:absolute;
  left:0;
  top:5px;
  bottom:5px;
  width:1px;
  background:#6e6e6e;
}

ul#menu-footer > li:not(:first-child) a {
	padding-left:6px;
}
ul#menu-footer > li:not(:first-child) a:before {
	bottom:7px;
	background:rgba(255,255,255,0.8);
}

#lang-menu > a:hover:after,
#lang-menu > a:active:after,
#lang-menu > a.active:after {
  content:" ";
  position:absolute;
  left:8px;
  right:8px;
  bottom:2px;
  height:2px;
  background:#6e6e6e;
}
ul#menu-footer > li:not(:first-child) a:hover,
body.home .navbar:not(.scrolled) #lang-menu > a {
	color:rgba(255,255,255,0.8);
}
body.home .navbar:not(.scrolled) #lang-menu > a:hover:after,
body.home .navbar:not(.scrolled) #lang-menu > a:active:after,
body.home .navbar:not(.scrolled) #lang-menu > a.active:after,
body.home .navbar:not(.scrolled) #lang-menu > a:not(:first-child):before {
	background:rgba(255,255,255,0.8);
}

/* Effect 12: circle */
/*.cl-effect-12 > a::before, .navbar ul#main-menu > li > a::before, .cl-effect-12 > a::after, .navbar ul#main-menu > li > a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(0, 94, 133, 0.2);
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.cl-effect-12 > a::after, .navbar ul#main-menu > li > a::after {
  width: 40px;
  height: 40px;
  border-width: 6px;
  margin-left: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.cl-effect-12 > a:hover::before, .navbar ul#main-menu > li > a:hover::before, .cl-effect-12 > a:hover::after, .navbar ul#main-menu > li > a:hover::after, .cl-effect-12 > a:focus::before, .navbar ul#main-menu > li > a:focus::before, .cl-effect-12 > a:focus::after, .navbar ul#main-menu > li > a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}*/
.navbar ul#main-menu > li span.caret {
  font-weight: 300;
}
@media (max-width: 769px) {
  .navbar ul#main-menu > li > a:before, .navbar ul#main-menu > li > a:after {
    display: none;
  }
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/*@import "modules/accessibility";*/
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
/*@import "modules/alignments";*/
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
/*@import "modules/clearings";*/
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
/*@import "site/secondary/widgets";*/
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
body {
  overflow-x: hidden;
  max-width: 100% !important;
  line-height: 1.5;
  font-size: 1rem;
}
@media (min-width: 768px) {
  body div#page {
    overflow: hidden;
  }
}
body:not(.home) div#page {
	margin-top:92px;
}
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
#content {
  /*margin-top: 1.5rem;*/
  min-height: 500px;
}
.entry-content > .fsn-row:first-child > div > div > div > .fsn-column-inner > .fsn-text:first-child > p:first-child {
  height: 0px;
  margin: 0px;
}
/*body:not(.home) .entry-content > .fsn-row:first-child > div > div > div > .fsn-column-inner > .fsn-text:first-child > p:first-child {
  margin: -1.5rem 0 0 0 !important;
}*/
.section-title, .semi-underline {
  margin-top: 10px;
  clear: both;
}
.section-content {
  margin: 10px auto 40px;
  color: #000000;
}
@media (min-width: 768px) {
  .section-content {
    max-width: 60%;
  }
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.entry-header {
  /*.wrapper > & {
   padding:30px 0;
   }
   */
  /*text-transform:uppercase;*/
  clear: both;
  /*border-bottom: 1px solid #f5f5f5;*/
}
.title-header.entry-header {
  /*margin-top: 115px;*/
  padding: 35px 0 20px;
}
.title-header.entry-header .entry-title {
	font-family:"PillGothic Bold", Arial, sans-serif;
	font-size:3rem;
	font-weight:800;
}
.title-header.entry-header .entry-title, main#main > h1.entry-title, .title-header.entry-header p#breadcrumbs a, .title-header.entry-header p#breadcrumbs span {
  line-height: normal;
  text-transform:uppercase;
}
article > .entry-header {
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem 0.5rem;
  background: rgba(247, 247, 247, 0.8);
  border-left:2px solid #9bbb00;
  font-weight: 900 !important;
  font-size: 1.5rem;
}
article > .entry-header strong {
  font-size:1.6rem;
  font-weight: 700;
}
.entry-header p, .entry-header h1 {
  display: inline-block;
  /*line-height: 40px;*/
  vertical-align: middle;
  margin-bottom: 0;
}
.entry-header p:after, .entry-header h1:after {
  display: none;
  height: 0px;
}
.entry-header h1 {
  font-size: 1.5rem;
  font-weight: 800;
}
/*.entry-header p {
  float: right;
}*/
.entry-header p span {
  color: #899299;
  font-size: 0.75rem;
  text-transform: capitalize;
}
.entry-header p span a {
  color: #899299;
  text-decoration: underline;
}
.page-content img, .entry-content img, .entry-summary img {
  max-width: 100%;
}
body.blog .page-content img, body.blog .entry-content img, body.blog .entry-summary img {
  max-height: 400px;
}
article.post .page-content > p:first-child, article.post .entry-content > p:first-child, article.post .entry-summary > p:first-child {
  margin-top: 10px;
}
article.post .page-content .thumb, article.post .entry-content .thumb, article.post .entry-summary .thumb {
  /*display: inline-block;*/
  overflow: hidden;
}
article.post .page-content .thumb:hover img, article.post .entry-content .thumb:hover img, article.post .entry-summary .thumb:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -ms-transition: transform 0.4s ease-in-out;
}
.entry-meta {
  font-size: 0.8rem;
  font-weight: 500;
}
.entry-meta a:not(:hover) {
  color: #000;
}
.entry-meta .entry-date:before {
  margin-right: 10px;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.full-width, body[class*="page-template-"] :not(.parent-width).divider {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50%);
  /*@media (max-width:968px) {
   max-width: 94vw;
   left: 47vw;
   margin-left:-47vw;
   max-width:100% !important;
   }
   @media (max-width:468px) {
   max-width: 92vw;
   left: 46vw;
   margin-left:-46vw;
   }*/
}
.featured-image-banner {
  /*max-height: 400px;*/
  overflow: hidden;
  /*margin-bottom:50px;*/
  display: block;
  min-height:6px;
  background:#f3f3f3;
}
.featured-image-banner img {
  width: 100%;
}
.row, .navbar., .wrapper-fluid, #wpadminbar, .fixed-top, .full-width, body[class*="page-template-"] :not(.parent-width).divider {
  max-width: 99vw !important;
}
.home .wrapper, .home #content, .home .page-content, .home .entry-content, .home .entry-summary {
  margin-top: 0;
}
body.home #content {
  margin-top:-1.5rem;
}
.redbg {
  background: #005E85;
  color: #fff;
}
/*.divider {
  background: url(./images/divider.gif) repeat-x;
  border-color: transparent;
  height: 10px;
}*/

.divider{
    background-image: linear-gradient(to right, #b6c99f, #0f848a);
}
.divider:before, .divider:after{
    content:'';
    display:block;
}
.divider:before{
    border-left: 100vw solid #FFFFFF;
    border-bottom: 60px solid transparent;
    border-right:0;
    border-top:0;
}
.divider:after{
    border-right: 100vw solid #FFFFFF;
    border-top: 60px solid transparent;
    border-left:0;
    border-bottom:0;
    margin-top:-45px;
}

.divider.divider-straight:before, .divider.divider-straight:after{
    border-right:none;
    border-top:none;
    border-left:none;
    border-bottom:7px solid transparent;
}

.divider.gray-both:before, .divider.gray-top:before  {
	margin-top:-30px;
	border-left-color:#f7f7f7;
}
.divider.gray-both:after, .divider.gray-bottom:after  {
	border-right-color:#f7f7f7;
}

.divider.footerbg-both:before, .divider.footerbg-top:before  {
	margin-top:-30px;
	border-left-color:#253038;
}
.divider.footerbg-both:after, .divider.footerbg-bottom:after  {
	border-right-color:#253038;
}

.divider.divider-straight:before,
.divider.divider-straight:after{
    margin-top:0;
	margin-bottom:0;
}

.divider.divider-normal{
	background: url(./images/divider.gif) repeat-x;
	border-color: transparent;
	height: 10px;
}
.divider.divider-normal:before,
.divider.divider-normal:after{
    display:none;
}

@media(max-width:768px) {
	.divider:before{
		border-bottom: 30px solid transparent;
	}
	.divider:after{
		border-top: 30px solid transparent;
		margin-top:-22px;
	}
	.divider.gray-both:before, .divider.gray-top:before  {
		margin-top:-25px;
	}
	.divider.footerbg-both:before, .divider.footerbg-top:before  {
		margin-top:-25px;
	}
	section.full-width-wrapper.hero > .full-width {
		margin-top:-45px !important;
		padding-top:45px !important;
	}
}




.valign-middle {
  vertical-align: middle;
}
.enginium-product-catalog-wrapper {
  margin-top: 20px;
}
.enginium-product-catalog-wrapper .widget-area {
  width: 85%;
}
.enginium-product-catalog .enginium-product-title-in-loop {
  font-size: 1rem;
  margin-bottom: 12px;
}
nav.navigation.pagination {
  float: right;
  margin: 10px 0 30px;
}
nav.navigation.pagination .nav-links a, nav.navigation.pagination .nav-links span.current {
  padding: 5px 10px;
  margin: 1px;
  display: inline-block;
  border: 1px solid #005E85;
  color: #005E85;
}
nav.navigation.pagination .nav-links a:hover, nav.navigation.pagination .nav-links span.current:hover {
  color: #fff;
  background: #005E85;
}
nav.navigation.pagination .nav-links span.current {
  color: #fff;
  background: #005E85;
}
#searchform #s {
  border-color: #9ABB00;
}
#searchform #searchsubmit {
  color: #fff;
  background: #9ABB00;
}
#searchform #searchsubmit:hover {
  background: #005E85;
}
.widget-area {
  width: 90%;
}
.widget-area > .sidebar-title {
  color: #005E85;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  padding-bottom: 12px;
  margin-bottom: 22px;
  border-bottom: 3px solid #005E85;
  display: block;
  margin-bottom: 16px;
}
.widget-area > .widget {
  font-size:0.9rem;
  line-height: 110%;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
  /*ul*/
}
section.widget > a.atagblock:not(:last-child) {
	border-bottom:1px dotted #d3d3d3;
}
.widget-area .widget.joblist-sidebar-widget {
  padding-bottom: 5px;
  border-bottom: none;
  margin-bottom: 5px;
}
.widget-area > .widget .widget-title, .widget-area > .widget #searchform label, #searchform .widget-area > .widget label, .joblist-sidebar-title {
  /*color: #fff;*/
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  line-height: 110%;
  background: #efefef;
  padding: 10px 10px 5px;
  border:1px solid #e0e0e0;
  border-left:none;
  border-right:none;
}
.widget-area > .widget ul {
  margin-top: 6px;
  padding-left: 10px;
  /*li*/
}
.widget-area > .widget ul li {
	margin-left: 0;
	list-style-type: none;
	font-size:0.9rem;
	line-height:1;
	padding-left: 15px;
	padding-top:12px;
	padding-bottom:8px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  /*a*/
}

.widget-area > .widget ul li ul li {
  padding-left: 0;
}
.widget-area > .widget ul li:before,
.widget-area > .widget ul li,
.widget-area > .widget.widget_recent_entries ul li a:before,
.widget-area > .widget.widget_recent_entries ul li a {
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.widget-area > .widget ul li:before {
  color:#9bbb00;
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 0.6rem;
  white-space: nowrap;
  word-break: break-all;
  margin-left: -15px;
  display: inline-block;
  width: 10px;
}


.widget-area > .widget.widget_recent_entries ul li {
	padding:0;
}
.widget-area > .widget.widget_recent_entries ul li a {
	display:inline-block;
	padding-left: 15px;
	padding-top:12px;
	padding-bottom:8px;
	width:100%;
	line-height:1.2;
}
.widget-area > .widget.widget_recent_entries ul li:before {
	display:none;
}
.widget-area > .widget.widget_recent_entries ul li a:before {
  color:#9bbb00;
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 0.6rem;
  white-space: nowrap;
  word-break: break-all;
  margin-left: -15px;
  display: inline-block;
  width: 10px;
  margin-right:5px;
}

.widget-area > .widget ul li a {
  color: #000000;
  font-weight: 600;
}
.enginium-product-catalog-wrapper .widget-area > .widget ul li a:not(:hover) {
  color: #899299;
}
.enginium-product-catalog-wrapper .widget-area > .widget ul li a {
  font-size: 0.8rem;
}
.widget-area > .widget:not(.widget_recent_entries) ul li:hover {
  background: #f9f9f9;
  padding-left:10px;
  margin-left:-10px;
}
.widget-area > .widget.widget_recent_entries ul li a:hover  {
  color:#9ABB00;
  background: #f9f9f9;
  padding-left:30px;
  margin-left:-5px;
}
.widget-area > .widget:not(.widget_recent_entries) ul li:hover:before,
.widget-area > .widget.widget_recent_entries ul li a:hover:before {
  padding-left:0;
}



.widget-area > .widget ul li a:hover {
  color: #005E85;
}


/*widget-area .widget*/
/*aside#secondary ul li a  {
 font-size:0.9rem;
 }*/
.widget-area > .widget_nav_menu {
  margin-bottom: 40px !important;
}
.arrow-bullet-block {
	background:url(images/arrow-m.png)no-repeat 10px 10px;
	background-size:20px auto;
	padding:15px 0 0 40px;
}
a > .arrow-bullet-block:not(:last-child) {
	
	border-bottom:1px solid #d3d3d3;
	margin-bottom: 20px;
}
.atagblock {
	display:block;
	color:inherit;
	transition:all linear 0.2s;
}
.atagblock:hover {
	color:inherit;
	/*background:#f4f4f4;*/
	padding-left:5px;
	margin-right:-5px
}
.atagblock:hover .entry-title{
	color:#9ABB00;
}

/*--------------------------------------*/
/*footer*/
/*#page > footer {*/
footer#colophon {
  padding: 60px 0 0 0;
  background: #253038;
}
footer#colophon .small {
  display: block;
  font-size: 0.7rem;
  color: #636c72;
  line-height: 1rem;
  font-weight: 400;
}
footer#colophon .small.dark {
  color: #777777;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
footer#colophon .footer-certificates {
  background: #222C33;
  line-height:105%;
}
footer#colophon .footer-certificates, body.single.single-enginium-jobs footer#colophon .footer-certificates {
  padding-bottom:50px;
}
@media(max-width:979px) {
	body.single.single-enginium-jobs footer#colophon .footer-certificates {
	  padding-bottom:90px;
	}
}
footer#colophon .footer-certificates .small {
  color: #636c72;
}
footer#colophon .footer-certificates .small p {
  margin-bottom: 5px;
}
.footer-text {
  font-size: 0.85rem;
}
footer .widget .widget-title, footer .widget #searchform label, #searchform footer .widget label {
  color: #636c72;
  padding-bottom: 0px;
  margin-bottom: 15px;
  font-size: 0.71rem;
  line-height: 100%;
  font-weight: 800;
  display: block;
  width: 90%;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
footer .widget .widget-title:after, footer .widget #searchform label:after, #searchform footer .widget label:after {
  /*	border-bottom:1px solid #CCC; */
}
footer .widget ul li {
  padding-left: 0;
  line-height: 1.5rem;
}
footer .widget ul li.lang {
  display: inline-block;
  margin-right: 10px;
}
footer .widget ul li:before {
  content: "";
  /*white-space: nowrap;
   word-break: break-all;
   margin-left: -1rem;
   display: inline-block;
   width: 1rem;*/
}
footer .widget ul li a {
  color: #636c72;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1rem;
  display: inline-block;
}
footer .widget ul li a:hover {
  color: #666;
}
footer .textwidget a {
  color: #FFF;
}
footer .textwidget a:hover {
  color: #666;
}
.menu-footer-container{ border:1px solid transparent; float:right;}
.menu-footer-container ul li{float:left; padding:0 6px}
.menu-footer-container a{color:#666;}
.menu-footer-container a:hover{color:#FFF;}



#top-link-block {
  display: none;
  background: rgba(0, 0, 0, 0.20);
  border-radius: 3px;
  padding: 0.6rem 1rem;
  float: right;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  position: fixed;
  right: 20px;
  bottom: 45px;
  z-index:999;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 ## Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 2.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------

 ## Rev slider
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/*@import "modules/infinite-scroll";*/
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object, .max-w100 {
  max-width: 100%;
}
/**/
.display-hover-only {
  opacity: 1;
  -webkit-transition: all 650ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 650ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 650ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 650ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* linear */
}
div:not(:hover) > .display-hover-only {
  opacity: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*revolution slider*/
.tp-dottedoverlay.twoxtwo, .tp-dottedoverlay.threexthree {
  background: rgba(0, 0, 0, 0.15);
}
.tp-caption strong {
  font-weight: 800 !important;
}
.tp-caption.rev-btn.rev-hiddenicon i {
  opacity: 1 !important;
}
.tp-caption.rev-btn.rev-hiddenicon:hover i {
  margin-left: 0px !important;
}
.homesliderbutton:hover {
  cursor: pointer;
}
/*--------------------------------------------------------------
 ## Rev slider
 --------------------------------------------------------------*/
.forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
  /*.fsn-column-inner .fsn-text:first-child & {
   .page-template-home & {
   margin-top: 0 !important;
   //margin-bottom: -$margin-top__content !important;
   }
   margin-top: -4rem !important;
   }*/
}
.page-template-home .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
  margin-top: 0rem !important;
}
.tp-dottedoverlay {
  background: rgba(0, 0, 0, 0.4) !important;
}
/*image common*/
img {
  -webkit-transition: all 650ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 650ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 650ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 650ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* linear */
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*common to all shortcodes*/
.section-title, .semi-underline {
  /*text-transform: uppercase;
  color: #005E85;*/
  font-weight: 900;
}
.hero-columns .section-title, .hero-columns .semi-underline {
  font-size: 2rem !important;
  font-weight: 700;
}
.section-title p, .semi-underline p {
  margin-bottom: 0;
}
@media (min-width: 968px) {
  .section-content {
/*    max-width: 55%;*/
    margin: 20px auto 40px;
    font-size: 1.1rem;
	font-weight:500;
  }
}
/*--------------------------------------------------------------
 ## Single Gallery
 --------------------------------------------------------------*/
.gallery {
  padding: 0;
  margin: 0 auto;
  /*@for $i from 2 through 6 {
   &.gallery-columns-#{$i} figure {
   @extend .col-sm-#{round(12/$i, 0)};
   padding: 2.5px;
   }
   }*/
}
.gallery .gallery-item, .gallery .card .card-img-wrapper, .card .gallery .card-img-wrapper, .gallery .products .product-item-img-bg, .products .gallery .product-item-img-bg {
  width: calc(25% - 5px);
  margin-bottom: 5px;
  overflow: hidden;
}
.gallery .gallery-item img, .gallery .card .card-img-wrapper img, .card .gallery .card-img-wrapper img, .gallery .products .product-item-img-bg img, .products .gallery .product-item-img-bg img {
  width: 100%;
}
.gallery .gallery-item:nth-child(3), .gallery .card .card-img-wrapper:nth-child(3), .card .gallery .card-img-wrapper:nth-child(3), .gallery .products .product-item-img-bg:nth-child(3), .products .gallery .product-item-img-bg:nth-child(3) {
  width: calc(50% - 5px);

}
.gallery .gallery-item:hover img, .gallery .card .card-img-wrapper:hover img, .card .gallery .card-img-wrapper:hover img, .gallery .products .product-item-img-bg:hover img, .products .gallery .product-item-img-bg:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery figure {
  margin: 0;
  overflow: hidden;
}
.gallery figure .gallery-icon {
  padding: 0;
  margin: 0;
  border: none;
}
.gallery figure .gallery-icon img {
  padding: 0;
  margin: 0;
  border: none;
}
@media (min-width: 968px) {
  .stat-nat-gallery img {
    max-width: 90%;
  }
}
/*--------------------------------------------------------------
 ## Multi Galleries
 --------------------------------------------------------------*/
.multi-gallery-title .h3 strong, .multi-gallery-title .widget-area > .sidebar-title strong, .multi-gallery-title .h4 strong, .multi-gallery-title .h5 strong {
  font-weight: 800 !important;
}
/*--------------------------------------------------------------
 ## Portfolio
 --------------------------------------------------------------*/
.portfolio {
  text-align: center;
}
.portfolio h1, .portfolio h2, .portfolio h3, .portfolio h4 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: inline-block;
}
.portfolio h1 strong, .portfolio h2 strong, .portfolio h3 strong, .portfolio h4 strong {
  font-weight: 700;
}
.portfolio .portfolio-link-wrapper {
  color: inherit;
}
.portfolio .portfolio-item-wrapper {
  position: relative;
  /*.portfolio-item-title, .portfolio-item-subtitle {
   left:10%;
   right:10%;
   }
   .portfolio-item-title {
   position:absolute;
   top:40px;
   }
   .portfolio-item-subtitle {
   position:absolute;
   top:80px;
   }*/
}
.portfolio .portfolio-item-wrapper .portfolio-item-img-bg {
  margin-right: -7px;
  margin-left: -7px;
  margin-bottom: 7px;
  margin-top: 7px;
  overflow: hidden;
  /*background-color:#005E85;*/
}
.portfolio .portfolio-item-wrapper .portfolio-item-img-bg .overlay {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.portfolio .portfolio-item-wrapper .portfolio-item-img-bg img {
  margin: 0;
}
.portfolio .portfolio-item-wrapper .portfolio-content-wrapper {
  text-align: center;
  position: absolute;
  top: 40px;
  left: 5%;
  right: 5%;
}
.portfolio .portfolio-item-wrapper .portfolio-content-wrapper .portfolio-item-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
}
.portfolio .portfolio-item-wrapper .portfolio-content-wrapper .portfolio-item-subtitle {
  font-weight: 500;
}
.portfolio .multi-gallery-template .portfolio-item-wrapper {
  /*.portfolio-item-img-bg:after{
   display:block;
   width:100%;
   background:url('images/bottom-shadow.png')no-repeat;
   background-size:cover;
   }*/
}
.portfolio .multi-gallery-template .portfolio-item-wrapper .overlay {
  outline: 2px solid rgba(255, 255, 255, 0.4);
  outline-offset: -15px;
  padding: 15px 20px;
}
.portfolio .multi-gallery-template .portfolio-item-wrapper:hover .portfolio-item-img-bg .overlay {
  box-shadow: inset 0 0 0 300px rgba(0, 0, 0, 0.40);
  outline-offset: 0px;
  outline-color: transparent;
  height: calc(100% - 14px);
}
.portfolio .multi-gallery-template .portfolio-item-wrapper .gallery-bottom-shadow {
  position: absolute;
  left: 0;
  top: calc(100% - 7px);
}
.portfolio .portfolio-item-wrapper > *, .portfolio .portfolio-item-wrapper .overlay, .portfolio .portfolio-item-wrapper img {
  -webkit-transition: all 350ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 350ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 350ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 350ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* linear */
}
.portfolio .portfolio-item-wrapper .overlay {
  position: absolute;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background: none;
  box-shadow: none;
  z-index: 1010;
  cursor: pointer;
}
.portfolio .portfolio-item-wrapper:hover {
  /*&:after {
   @extend .section-title;
   color: $brand-primary;
   height: 0;
   max-width:100px;
   }*/
}
.portfolio .portfolio-item-wrapper:hover .portfolio-item-img-bg img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.portfolio .portfolio-item-wrapper:hover .portfolio-item-img-bg {
  z-index: 999;
}
.portfolio .portfolio-item-wrapper:hover .portfolio-item-img-bg .overlay {
  outline-offset: 0px;
}
.portfolio .portfolio-item-wrapper:hover .portfolio-content-wrapper, .portfolio .portfolio-item-wrapper:hover .portfolio-item-title, .portfolio .portfolio-item-wrapper:hover .portfolio-item-subtitle {
  z-index: 1020;
}
.portfolio .portfolio-item-wrapper:hover .portfolio-item-title {
  display: inline-block;
}
/*--------------------------------------------------------------
 ## Hero
 --------------------------------------------------------------*/
.hero {
  text-align: center;
}
.hero h1, .hero h2, .hero h3, .hero h4 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: inline-block;
}
.hero h1 strong, .hero h2 strong, .hero h3 strong, .hero h4 strong {
  font-weight: 700;
}
.hero .hero-item-wrapper {
  position: relative;
  height: auto;
  min-height: 300px;
  padding: 50px 0 70px;
}
@media (max-width: 968px) {
  .hero .hero-item-wrapper {
    padding: 30px 20px;
  }
}
.hero .hero-item-wrapper .hero-item-img-bg {
  margin: 0;
  width: 100%;
  height: 1px;
}
.hero .hero-item-wrapper .hero-item-img-bg img {
  width: 100% !important;
  height: auto !important;
}
.hero .hero-item-wrapper .hero-item-content-wrapper {
  padding-right: 10px;
  padding-left: 10px;
  /*position:absolute;
   right: 10%;
   left: 10%;
   @media(min-width: 968px) {
   top: 50px;
   }*/
}
@media (max-width: 967px) {
  .hero .hero-item-wrapper .hero-item-content-wrapper {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 968px) {
  .hero .hero-item-wrapper .hero-item-content-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }
}
.hero .hero-item-wrapper .hero-item-title, .hero .hero-item-wrapper .hero-item-subtitle, .hero .hero-item-wrapper .hero-item-button {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 968px) {
  .hero .hero-item-wrapper .hero-item-title {
    max-width: 60%;
  }
}
.hero .hero-item-wrapper .hero-item-subtitle {
  margin: 20px auto 30px;
}
@media (min-width: 968px) {
  .hero .hero-item-wrapper .hero-item-subtitle {
    max-width: 60%;
  }
}
.hero .hero-columns .hero-item-title, .hero .hero-columns .hero-item-subtitle {
  max-width: 100%;
}
.hero .hero-columns .hero-item-title .section-title:after, .hero .hero-columns .hero-item-title .semi-underline:after, .hero .hero-columns .hero-item-subtitle .section-title:after, .hero .hero-columns .hero-item-subtitle .semi-underline:after {
  display: none;
}
/*--------------------------------------------------------------
 ## Full width wrapper
 --------------------------------------------------------------*/
.full-width-wrapper.hero .hero-item-wrapper {
  position: relative;
  height: auto;
  min-height: 300px;
  padding: 30px 15px;
}
@media (min-width:768.01px) {
	.full-width-wrapper-imgbg {display:none;}
}
@media (max-width:767.99px) {
	.hero-item-wrapper{
		background-image:none !important;
	}
	.full-width-wrapper-imgbg {display:block;margin-bottom:-30px;}
	.full-width-wrapper-imgbg img {width:auto;max-width:180%;float:right;}
}


/*--------------------------------------------------------------
 ## Section heading
 --------------------------------------------------------------*/
.section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: inline-block;
}
.section-heading h1 strong, .section-heading h2 strong, .section-heading h3 strong, .section-heading h4 strong {
  font-family:'PillGothic Bold';
  font-weight: 700;
}
.section-heading .section-title {
  font-family:'PillGothic Bold';
}
.section-heading .section-content {
	font-family:'PillGothic Semibold';
	font-size:19px;
	line-height:130%;
}
/*--------------------------------------------------------------
 ## News / card (new item/class in bs 4)
 --------------------------------------------------------------*/
.card {
  border: 0;
  font-size: 1rem;
  line-height:1.3;
  color: #000;
}
.card .card-img-wrapper {
  max-height: 200px;
  overflow: hidden;
}
.card .card-img-wrapper img {
  width: 100%;
}
.card .card-img-wrapper:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card p {
  margin-bottom: 5px;
}
.card .card-title {
  display: inline-block;
}
.featured-posts .card {
  margin:0 auto;
  box-shadow: 0 0 5px #CCCCCC;
  padding:1.5rem;
  text-align:left;
}

.featured-posts .card .card-title {
  font-family:"PillGothic Bold", Arial, sans-serif;	
  font-size: 1.2rem;
  line-height: 120%;
  min-height: 46px;
  font-weight: 800;
  margin-bottom: 14px;
}
.featured-posts .card .card-title:after {
    content: "";
    display: block;
    height: 15px;
    max-width: 40px;
    margin-top: 2px;
    border-bottom: 7px solid;
    border-bottom-color: #b7cb9a;
}
.featured-posts .card .card-title a {
  color: #000;
}
.featured-posts .card .card-title a:hover {
  color: #005E85;
}
.card .card-block {
  padding-right: 0;
  padding-left: 0;
}
.featured-posts .card .card-footer {
  padding: 0;
  background: none;
  border: none;
}
/*--------------------------------------------------------------
 ## newproducts
 --------------------------------------------------------------*/
.products {
  /*border-top:3px solid $red;*/
  margin-bottom: 50px;
}
.products:before {
  border-top: 3px solid #005E85;
  height: 5px;
  display: block;
}
.products h3 {
  background-color: #f6f6f6;
  padding: 6px;
  font-size: 1rem;
}
.products .product-wrapper {
  border-bottom: 1px dotted #333;
  padding: 25px 0;
}
.products .product-wrapper p {
  margin-bottom: 0.5em;
}
.products .product-wrapper ul li a {
  font-weight: 700;
  font-size: 0.85rem;
}
.products .product-wrapper ul li:before {
  color: #000;
  display: inline-block;
  margin-right: 6px;
}
.products .product-wrapper ul li {
  margin-bottom: 4px;
}
.products .product-wrapper .enginium-product-link-item .h3, .products .product-wrapper .enginium-product-link-item .widget-area > .sidebar-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 12px;
}
.newproducts .products .product-item-img-bg:after {
  content: 'NEW';
  color: #ccc;
  font-size: 0.7rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
.products a:hover, .products a:active {
  color: #f00 !important;
  font-weight: 500;
}
.enginium-product-catalog-wrapper .widget-area > .widget .widget-title, .enginium-product-catalog-wrapper .widget-area > .widget #searchform label, #searchform .enginium-product-catalog-wrapper .widget-area > .widget label {
  color: #000;
  background: transparent;
  padding: 0;
}
/*--------------------------------------------------------------
 ## downloads
 --------------------------------------------------------------*/
.downloads .table.valign-middle td {
  vertical-align: middle;
}
.downloads .table th, .downloads .table td {
  border-top-style: dotted;
}
.downloads .table th p, .downloads .table td p {
  margin-bottom: 0;
}
.downloads .table th strong, .downloads .table td strong {
  font-size: inherit;
}
.downloads .table th .btn-pdf-download, .downloads .table td .btn-pdf-download {
  color: #636c72;
  font-size: 0.7rem;
  padding: 5px 10px;
  border-color: #636c72;
}
.downloads .table th .btn-pdf-download:hover, .downloads .table td .btn-pdf-download:hover {
  color: #fff;
  border-color: #005E85;
}
/** About us specfific css*/
.aboutlinkbtn {
  text-align: center;
  margin-bottom: 20px;
}
.aboutlinkbtn span {
  white-space: nowrap;
}
.gray-columns-row .row {
  clear: both;
  float: none;
}
.gray-columns-row .row > [class*='col-'] {
  background: #efefef;
  border: 10px solid #fff;
  padding: 15px 0;
}
.gray-columns-row .row > [class*='col-'] .fsn-text p {
  padding: 0 15px;
}
.gray-columns-row .row > [class*='col-'] .fsn-text h2, .gray-columns-row .row > [class*='col-'] .fsn-text h3 {
  padding: 0 15px;
}
/*--------------------------------------------------------------
 # jquery gallery swipe/scoll/lightbox plugin
 --------------------------------------------------------------*/
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  /*cursor: pointer;*/
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 80%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(./js/swipebox/img/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 1px;
  width: 100%;
}
#swipebox-bottom-bar {
  top: 50%;
  /*&.visible-bars {
   transform: translate3d(0,-50px,0);
   }*/
}
#swipebox-top-bar {
  top: -50px;
  /*&.visible-bars {
   transform: translate3d(0,50px,0);
   }*/
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev, #swipebox-next, #swipebox-close {
  background-image: url(./js/swipebox/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
/*#swipebox-prev:before,
 #swipebox-prev:after,
 #swipebox-next:before,
 #swipebox-next:after {
 content:' ';
 display:block;
 margin: -50% -50px 0;
 min-height:200px;
 }*/
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 1px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled, #swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    /*max-width: 800px;*/
  }
}
/* Skin 
 --------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.85);
}
#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px #005E85;
}
#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
}



/* Zoom hover, Video modal and iframe embed*/
.zoom-img {
    overflow: hidden;
    position: relative;
    /*margin-bottom: 20px;*/
}
.zoom-img:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -ms-transition: transform 0.4s ease-in-out;
}
.zoom-img .overlay {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    box-shadow: none;
    z-index: 1010;
    cursor: pointer;
}
.zoom-img:hover .overlay{
    box-shadow: inset 0 0 0 300px rgba(5, 154, 218, 0.3);
}
.zoom-img .overlay, .zoom-img img {
    -webkit-transition: all 350ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 350ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 350ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 350ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.modal.fade {
	z-index:0;
	display:none;
}
.modal.fade.in {
	z-index:1050;
	display:block;
}
.modal.fade.in,
.modal.fade.in:focus {
	outline:none;
	box-shadow:none;
}

.embed-container { 
	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}
.midea-modal.modal .modal-header .close {top:0;}
a.modal-btn, a.popup-btn {cursor:pointer;}
a.modal-btn:focus, a.popup-btn:focus {outline:none;}

/*@media (max-width: 767px){
	.modal.fade.in { top: 5px !important; padding-right:0 !important;	}
}
@media (max-width: 480px){
	.modal.fade.in { top: 5px !important; }
}
@media(min-width:900px) {
.modal.fade.in { top:50%;left:50%;width: 900px;margin: -350px 0 0 -450px; }
.modal.fade.in .modal-body { max-height: 550px;height:auto; }
}
@media (min-width: 768px) {
.modal-dialog { width:100%; height:100%;}
}
@media (max-height: 768px){
	.modal.fade.in { top: 5px !important;width: 80% !important;margin-top:0;margin-left:-40% !important;}
	.modal.fade.in .modal-body { max-height: 80% !important;height:auto; }
}*/
@media(min-width:900px) {
.modal-dialog { width:80%; max-width:900px;}
}
.modal-content {border-radius:0;}
.modal-body {padding:0px;}
/*.modal-footer {display:none;}
.modal-header {background:transparent;}*/

.enginium-modal-wrapper {
  position: absolute;
  z-index: 1060;
}

/*---------------------------------------------------------*/
/*servizi elements*/
@media (min-width: 768px) {
	.servizi-elements {
		margin-left:-8.33333%;
		margin-right:-8.33333%;
	}
}
.servizi-elements {
	line-height:130%;
}
.servizi-elements .col-sm-2 {
	padding-top:1.2rem;
	padding-bottom:1.2rem;
	margin-bottom:1rem;
}
@media (max-width: 767px) {
	.servizi-block .col-sm-2 {
		flex:unset;
		-webkit-box-flex:unset;
		-moz-box-flex:unset;
		-ms-flex:unset;
		width:100%;
		max-width:100%;
	}
}
/*box around services*/
.servizi-elements .col-sm-2:after {
	content:" ";
	display:block;
	position:absolute;
	top:0;
	right:5px;
	bottom:0;
	left:5px;
	border:1px solid #005E85;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	border-top-right-radius: 30px;
}

.servizi-elements .col-sm-2 h3,
.servizi-elements .col-sm-2 h4,
.servizi-elements .col-sm-2 h5 {
	text-transform:uppercase;
	padding-bottom:30px;
	margin-bottom:25px;
	font-size:1rem;
	font-weight:900;
	position:relative;
	color:#005E85;
}
/*LINE GREEn under title */
.servizi-elements .col-sm-2 h3:after,
.servizi-elements .col-sm-2 h4:after,
.servizi-elements .col-sm-2 h5:after {
	content:" ";
	display:inline-block;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-15%;
	width:30%;
	height:3px;
	background:#b7cb9a;
	
}
.servizi-elements .col-sm-2 p {
	position:relative;
	margin-bottom:1rem;
	font-size:1.1rem
}
.servizi-block .servizi-desktop-arrow-row p {
	line-height:105%;
	font-size:1rem;
	margin:0;
	padding:10px 0 6px;
}

/*Featured image animation*/
.featured-image-banner {
	position:relative;
	overflow:hidden;
	background:transparent;
}
.featured-overlap-sx, .featured-overlap-dx {
	content: '';
	position: absolute;
	top: 0;
	bottom:0;
	z-index: 1;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	background-size:contain;
}
.featured-overlap-sx {
	width: 18.5vw;
	left:0;
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0);
}
.featured-overlap-dx {
	width: 24vw;
	right:0;
	-webkit-transform: translate(200%,0);
	transform: translate(200%,0);
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
@media(max-width:576px) {
	.featured-image-banner > img {
		min-height: 120px;
		width: auto;
		max-width: 150%;
		margin-left: -25%;
		margin-right: auto;
	}
	.featured-overlap-sx, .featured-overlap-dx {
		bottom:0 !important;
	}
	.featured-overlap-sx img, .featured-overlap-dx img {
		width:100%;
		height:120%;
	}
}



/*footer social*/
footer .footer-social.widget .widget-title { border-bottom-color:#484848;}
.footer-social .social.fa {color:#666;border:1px solid transparent;min-width:40px;min-height:40px;text-align:center;line-height:40px;vertical-align:middle;background:#33404a;margin-right:1px;-webkit-transition:all 200ms ease-in;-o-transition:all 200ms ease-in;-moz-transition:all 200ms ease-in}
.footer-social .social.fa{border:1px solid #666;background:transparent;margin-right:5px;}
.footer-social .social.fa:hover{color:#7EB926;border:1px solid #69951D;background:#60793c}


/*Block hover for news posts*/
.posts-a-block{
	display:block;
	transition:all 0.2s ease;
	padding:10px 0 10px 0;
	border:1px dashed transparent;
}
.posts-a-block .hentry {
	margin-bottom:0;
}
.posts-a-block .entry-meta, .posts-a-block:hover .entry-meta,
.posts-a-block .entry-content, .posts-a-block:hover .entry-content {
	color:#000000;
}
.posts-a-block:hover {
	padding:10px;
	border-color:#d3d3d3;
}
body.blog .posts-a-block:hover .more-link:not(:hover) {
	padding-left:12px;
}


/*lang menu*/
#lang-menu ul {
	margin:0;
}
li.wpml-ls-item {
	list-style: none;
    padding: 0 4px;
    margin-right: 3px;
    float: left;
	background-color:transparent;
}
li.wpml-ls-item.wpml-ls-current-language {
	background-color:rgba(30,115,190,0.6);
}
li.wpml-ls-item.wpml-ls-current-language:hover,
li.wpml-ls-item:hover {
	background-color:rgba(30,115,190,0.3);
}
.wpml-ls-item .wpml-ls-flag {
	vertical-align:middle;
}
@media(max-width:768px) {
	#lang-menu {
		right:70px;
	}
	.wpml-ls-item .wpml-ls-flag {
		width:21px;
		height:14px:
	}
	li.wpml-ls-item {
		margin-right: 10px;
	}
}