/***************************************************************************************************************************************

	S2F Base Catalogue CSS
	
		1. General Reset
		2. Typography
		3. Grid / Layout
		4. Inputs, buttons & Forms
		5. Menu
		6. Colours
		7. Tooltips
		8. Modals
		9. Sliders
		10. Quick Links
		11. Pagination
		12. Autocomplete
		13. Header
		14. Footer
		15. Homepage
		16. Page.php
		17. Custom CSSc
		18. Responsive
		
		
***************************************************************************************************************************************/
.yellow {
  color: #FFCB05; }

.black {
  color: #354762; }

.white {
  color: #ffffff; }

.yellow-bg {
  background-color: #FFCB05; }

.blue-bg {
  background-color: #1B2E49; }

.white-bg {
  background-color: #ffffff; }

/***************************************************************************************************************************************

	1. General Reset
		
***************************************************************************************************************************************/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

html, body {
  min-height: 100% !important;
  height: 100%;
  font-family: "open-sans",sans-serif; }

h1, h2, h3, h4, h5, p, ul, li, img {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none; }

body {
  font-size: 1em;
  font-weight: 400;
  color: #333;
  margin: 0;
  line-height: 1.2em; }

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

.full-image img,
img.full-image {
  width: 100%;
  height: auto; }

::-moz-selection {
  color: #ffffff;
  background: #333333; }

::selection {
  color: #ffffff;
  background: #333333; }

/***************************************************************************************************************************************

	2. Typography
		
***************************************************************************************************************************************/
a {
  text-decoration: none;
  color: inherit;
  outline: none; }

strong, b {
  font-weight: 500; }

p, address {
  line-height: 1.4em;
  font-size: 1em;
  font-style: normal;
  padding-bottom: 1.4em;
  color: #354762; }

p a {
  color: #FFCB05;
  font-weight: 700; }

p a:hover {
  text-decoration: underline; }

h1, h2, h3, h4, h5 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  color: #1B2E49;
  text-transform: uppercase; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
    color: #FFCB05; }

h1, .h1 {
  font-size: 5rem;
  line-height: 5rem; }

h2, .h2 {
  font-size: 4rem;
  line-height: 4rem; }

h3, .h3 {
  font-size: 2.8rem;
  line-height: 2.8rem; }

h4, .h4 {
  font-size: 1.7rem;
  line-height: 1.7rem; }

h5, .h5 {
  font-size: 1.4rem;
  line-height: 1.4rem; }

.italic, em, blockquote {
  font-style: italic; }

.main-content ul, ol, blockquote {
  padding: 0.5em 0 2em 3em; }

.main-content li {
  list-style: disc;
  line-height: 1.5em; }

span.heading {
  display: inline-block; }

span.heading h1 {
  color: #ffffff;
  padding: 0.5em; }

.meta {
  text-transform: uppercase;
  color: #9B9B9B;
  font-weight: light; }

.strong {
  font-weight: 700; }

/* the content */
.the-content ul,
.the-content ol {
  padding: 0 0 2em 3em; }

.the-content ul li {
  line-height: 1.4em;
  list-style: none;
  position: relative;
  padding-bottom: 1em;
  font-size: 0.95em; }
  .the-content ul li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #FFCB05;
    position: absolute;
    left: -13px;
    top: 11px; }

.the-content ol li {
  line-height: 1.5em;
  list-style: decimal; }

.the-content {
  overflow: hidden; }
  .the-content > p:first-of-type {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.4em; }
  .the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5 {
    padding: 1em 0 0.5em; }
    .the-content h1:nth-child(1), .the-content h2:nth-child(1), .the-content h3:nth-child(1), .the-content h4:nth-child(1), .the-content h5:nth-child(1) {
      padding-top: 0; }
    .the-content h1 strong, .the-content h2 strong, .the-content h3 strong, .the-content h4 strong, .the-content h5 strong {
      color: #FFCB05; }

.blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg p, .blue-bg ul, .blue-bg li {
  color: #ffffff; }
.blue-bg p:first-of-type {
  color: #FFCB05; }
.blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5 {
  color: #FFCB05; }
  .blue-bg h1 strong, .blue-bg h2 strong, .blue-bg h3 strong, .blue-bg h4 strong, .blue-bg h5 strong {
    color: #ffffff; }

.breadcrumbs {
  padding-bottom: 20px; }
  .breadcrumbs span {
    color: #CBD0DC; }
  .breadcrumbs a {
    color: #1B2E49;
    padding: 0 2px; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs strong {
    font-weight: 700;
    color: #FFCB05;
    padding: 0 2px; }

/***************************************************************************************************************************************

	3. Grid / Layout
		
***************************************************************************************************************************************/
.large-wrap {
  max-width: 1920px;
  padding: 0 2.5%;
  position: relative; }

.wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2.5%;
  position: relative; }

/* grid sizes */
.left10 {
  float: left;
  width: 10%; }

.left15 {
  float: left;
  width: 15%; }

.left20 {
  float: left;
  width: 20%; }

.left25 {
  float: left;
  width: 25%; }

.left30 {
  float: left;
  width: 30%; }

.left32 {
  float: left;
  width: 32%; }

.left50 {
  float: left;
  width: 50%; }

.left33 {
  float: left;
  width: 33.33%; }

.left66 {
  float: left;
  width: 66.66%; }

.left75 {
  float: left;
  width: 75%; }

.midd33 {
  margin: 0 auto;
  width: 33.33%; }

.midd66 {
  margin: 0 auto;
  width: 66.66%; }

.midd75 {
  margin: 0 auto;
  width: 75%; }

.midd80 {
  margin: 0 auto;
  width: 80%; }

.left50 {
  float: left;
  width: 50%; }

.left60 {
  float: left;
  width: 60%; }

.left66 {
  float: left;
  width: 66.66%; }

.left80 {
  float: left;
  width: 80%; }

.left85 {
  float: left;
  width: 85%; }

.left90 {
  float: left;
  width: 90%; }

.left100 {
  float: left;
  width: 100%; }

.right10 {
  float: right;
  width: 10%; }

.right20 {
  float: right;
  width: 20%; }

.right25 {
  float: right;
  width: 25%; }

.right33 {
  float: right;
  width: 33.33%; }

.right50 {
  float: right;
  width: 50%; }

.right66 {
  float: right;
  width: 66.66%; }

.right75 {
  float: right;
  width: 75%; }

.grid-max-1000 {
  max-width: 1000px; }

/* pading sizes */
.nopad {
  padding: 0 !important; }

.pad10 {
  padding: 10px; }

.pad15 {
  padding: 15px; }

.pad20 {
  padding: 20px; }

.pad30 {
  padding: 30px; }

.pad40 {
  padding: 40px; }

.pad50 {
  padding: 50px; }

.padb5 {
  padding-bottom: 5px; }

.padb10 {
  padding-bottom: 10px; }

.padb20 {
  padding-bottom: 20px; }

.padb30 {
  padding-bottom: 30px; }

.padb40 {
  padding-bottom: 40px; }

.padb50 {
  padding-bottom: 50px; }

.padb60 {
  padding-bottom: 60px; }

.padb70 {
  padding-bottom: 70px; }

.padtb10 {
  padding: 10px 0; }

.padtb15 {
  padding: 15px 0; }

.padtb20 {
  padding: 20px 0; }

.padtb30 {
  padding: 30px 0; }

.padtb40 {
  padding: 40px 0; }

.padtb50 {
  padding: 50px 0; }

.padtb60 {
  padding: 60px 0; }

.padtb70 {
  padding: 70px 0; }

.padt10 {
  padding-top: 10px; }

.padt20 {
  padding-top: 20px; }

.padt30 {
  padding-top: 30px; }

.padt40 {
  padding-top: 40px; }

.padt50 {
  padding-top: 50px; }

.padl5 {
  padding-left: 5px; }

.padl10 {
  padding-left: 10px; }

.padl20 {
  padding-left: 20px; }

.padl30 {
  padding-left: 30px; }

.padl40 {
  padding-left: 40px; }

.padl50 {
  padding-left: 50px; }

.padr5 {
  padding-right: 5px; }

.padr10 {
  padding-right: 10px; }

.padr20 {
  padding-right: 20px; }

.padr30 {
  padding-right: 30px; }

.padr40 {
  padding-right: 40px; }

.padr50 {
  padding-right: 50px; }

/* positioning */
.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.right {
  float: right; }

.left {
  float: left; }

.clear {
  clear: both; }

.hide {
  display: none; }

.block {
  display: block; }

.inline {
  display: inline; }

.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: -9999px; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.overflow-hidden {
  overflow: hidden; }

/* other */
.top {
  display: none; }

.pagination {
  padding: 2%;
  margin: 2% 0;
  border: #eee solid;
  border-width: 1px 0; }

.no-border {
  border-right: none !important; }

/***************************************************************************************************************************************

	4. Inputs, buttons & Forms
		
***************************************************************************************************************************************/
input[type=text], input[type=email],
input[type=tel], textarea, select,
input[type=search] {
  border: 1px solid #E9EBF0;
  background: #ffffff;
  color: #333;
  border-radius: 3px;
  font-size: 1em;
  padding: 0.9em;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
  transition: 0.3s all ease;
  margin-top: 0.2em; }
  input[type=text]:focus, input[type=email]:focus,
  input[type=tel]:focus, textarea:focus, select:focus,
  input[type=search]:focus {
    border-color: #354762; }

input[type=submit],
.button {
  display: inline-block;
  background: #FFCB05;
  color: #354762;
  padding: 1em 1.5em;
  margin: 0.5em 0;
  border: none;
  font-size: 1em;
  font-weight: 700;
  -webkit-appearance: none;
  transition: 0.3s all ease;
  border-radius: 5px; }
  input[type=submit]:hover,
  .button:hover {
    cursor: pointer;
    background: #ffe06b;
    -webkit-appearance: none; }
  input[type=submit].small,
  .button.small {
    font-size: 0.8em;
    padding: 0.5em 1em; }

span.wpcf7-not-valid-tip {
  margin-top: -1em;
  margin-bottom: 0.5em;
  color: #FF6063; }

div.wpcf7-response-output {
  margin: 0; }

div.wpcf7-validation-errors {
  border-color: #FF6063;
  text-align: center;
  padding: 0.5em; }

.search-form .left66 {
  max-width: 300px; }

.search-form input[type=submit] {
  width: 100%;
  max-width: 100px; }

.search-form input[type=search] {
  padding: 0.8em; }

select {
  cursor: pointer; }

.wpcf7-form p {
  padding: 0; }

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

.wpcf7-checkbox label {
  cursor: pointer; }

.wpcf7-checkbox > span {
  margin-left: 0; }

.wpcf7-response-output {
  border: none !important;
  padding: 1rem !important; }
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #68b968;
    color: #fff; }
  .wpcf7-response-output.wpcf7-validation-errors {
    background-color: #b96868;
    color: #fff; }

/***************************************************************************************************************************************

	5. Menu
		
***************************************************************************************************************************************/
/* static menu */
#menu {
  z-index: 100; }

/* first level */
#menu ul li {
  display: inline-block;
  position: relative; }

#menu ul li a {
  display: inline-block;
  padding: 2em 1em;
  color: #231F20;
  transition: 0.3s all ease;
  font-weight: 400;
  position: relative;
  line-height: 2em;
  margin-right: -5px;
  font-size: 0.9em; }

#menu ul li a:hover {
  color: #354762;
  background: #E9EBF0; }

/* second level */
#menu ul ul {
  display: none;
  background: #FFF;
  width: 250px;
  position: absolute;
  top: 90%;
  left: 0;
  font-size: 0.85em;
  line-height: 1em;
  padding: 10px 0;
  z-index: 400;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  text-align: left; }

#menu ul li:hover > ul {
  display: block;
  color: #00C7F9; }

#menu ul ul li {
  display: block;
  padding: 0;
  border: none;
  margin: 0;
  line-height: 1.2em;
  background-color: #fff;
  color: #231F20; }

#menu ul ul li a {
  display: block;
  margin-right: 0;
  text-transform: none;
  padding: 0.5em 1em;
  line-height: 1.5em; }

#menu ul li ul li {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #231F20 !important; }

/* active menu states */
#menu .current-menu-item a,
#menu .current-menu-parent > a,
#menu .current-menu-parent .current-menu-item,
#menu ul li.current-menu-item a,
#menu ul ul li.current-menu-item {
  background-color: #E9EBF0;
  color: #354762 !important;
  font-weight: 700; }

/* sticky menu */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  background-color: rgba(245, 245, 245, 0.98); }

#menu ul, .sticky #menu ul {
  text-align: center;
  color: #FFF;
  font-size: 1.2em;
  font-weight: 300;
  text-transform: capitalize; }

#menu.sticky ul li a {
  padding: 0.5em 1em; }

body.admin-bar #menu.sticky {
  top: 32px; }

/***************************************************************************************************************************************

	6. Colours
		
***************************************************************************************************************************************/
.black-bg {
  background-color: #343433;
  color: #ffffff; }

.white-bg {
  background-color: #ffffff;
  color: #231F20; }

.grey-bg {
  background-color: #E9E8E8;
  color: #231F20; }

.black {
  color: #343433 !important; }

.white {
  color: #ffffff !important; }

/***************************************************************************************************************************************

	7. Tooltips
		
***************************************************************************************************************************************/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-widget-overlay {
  position: fixed;
  top: 10px;
  right: 5px;
  width: 100%;
  height: 100%; }

.ui-tooltip {
  padding: 6px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  background: #FFF;
  color: #343433;
  font-size: 0.9em;
  border: 1px solid #343433;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 5px; }

/***************************************************************************************************************************************

	8. Modal
		
***************************************************************************************************************************************/
/*
.modal					{ display:none; background:#333; background:rgba(0,0,0,0.7); position:fixed; left:0; top:0; width:100%; z-index:400; }
.modal h3				{ padding:0; }
.modal p				{ padding-bottom:2em; color:#333; font-weight:300; }
.modal .container { 
	background:#FFF; 
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.28);
	width:20%; 
	min-width:250px; 
	margin:10% auto 0 auto; 
	min-height:30%; 
	padding:4em 3em 3em; 
	position:relative; 
}
.close-modal { 
	position:absolute; 
	top:-10px; 
	right:-10px; 
	background:#FFF; 
	border-radius:100%; 
	box-shadow:0 0 12px rgba(0,0,0,0.2); 
	padding: 6px 10px;
	border:1px solid #AAA; 
	-webkit-transition: 0.3s all ease; 
	transition: 0.3s all ease; 
}
.close-modal:hover		{ cursor: pointer; box-shadow: none; background-color: #F0F0F0; }

.close { 
	font-size: 1.3em; 
	font-weight: 300; 
	color: #333; 
	position: absolute; 
	top: 10px; 
	right: 10px; 
	background: #FFF; 
	border-radius: 100%; 
	box-shadow: 0 0 12px rgba(0,0,0,0.2); 
	padding: 8px 11px; 
	border: 1px solid #AAA; 
} 
.close:hover							{ box-shadow: none; }
*/
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s all ease; }

.modal .modal-container {
  position: relative;
  width: auto;
  height: auto;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%; }

.modal .modal-box {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.45);
  height: 100%;
  overflow-y: scroll; }

.modal .modal-box .modal-box-container {
  padding: 2em; }

.modal .close-modal {
  height: 40px;
  width: 40px;
  color: #1B2E49;
  background-color: #FFCB05;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  cursor: pointer; }

.modal.active {
  opacity: 1;
  visibility: visible;
  transition: 0.35s all ease; }

.modal .modal-container {
  transform: translate(-50%, 100%);
  transition: 0.35s all ease; }

.modal.active .modal-container {
  transform: translate(-50%, -50%); }

.modal input[type="file"] {
  display: none; }

.modal label[for="cv"] {
  display: block;
  background-color: #1B2E49;
  color: #ffffff;
  border-radius: 3px;
  border: 2px dashed #375d93;
  padding: 1em;
  font-size: 0.8em;
  cursor: pointer; }

/***************************************************************************************************************************************

	9. Sliders
		
***************************************************************************************************************************************/
.slider {
  position: relative;
  z-index: 10;
  outline: none;
  overflow: hidden; }

.slider .slide {
  float: left !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.slider .slide:nth-child(n+2) {
  display: none; }

.slider .slide.show-slide {
  display: block; }

.slider img {
  width: 100%; }

.slick-list,
.slick-track {
  height: 100%; }

.featured-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }

.slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 40%;
  max-width: 60%;
  padding: 2em 4em;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center; }

.slick-slider .slick-slide {
  float: left;
  position: relative;
  width: 100%;
  outline: none; }

.slick-list {
  overflow: hidden;
  outline: none !important;
  position: relative; }

.slick-track {
  margin: 0 auto;
  outline: none; }

.slick-next,
.slick-prev {
  -webkit-appearance: none;
  outline: none;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 1px;
  color: rgba(0, 0, 0, 0);
  width: 150px;
  transition: 0.3s all ease;
  z-index: 9999;
  background-image: url(../images/icon-white-arrow-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background: url(../images/icon-white-arrow-left.png) no-repeat center, -moz-linear-gradient(left, #1b2e49 0%, rgba(27, 46, 73, 0) 75%, rgba(27, 46, 73, 0) 100%);
  background: url(../images/icon-white-arrow-left.png) no-repeat center, -webkit-linear-gradient(left, #1b2e49 0%, rgba(27, 46, 73, 0) 75%, rgba(27, 46, 73, 0) 100%);
  background: url(../images/icon-white-arrow-left.png) no-repeat center, linear-gradient(to right, #1b2e49 0%, rgba(27, 46, 73, 0) 75%, rgba(27, 46, 73, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2e49', endColorstr='#001b2e49',GradientType=1 ); }
  @media all and (max-width: 800px) {
    .slick-next,
    .slick-prev {
      width: 75px; }
      .slick-next:hover,
      .slick-prev:hover {
        width: 90px !important; } }

.slick-next:hover,
.slick-prev:hover {
  width: 170px; }

.slick-next {
  right: 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.slick-prev {
  left: 0; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li button {
      background-color: #354762;
      width: 17px;
      height: 17px;
      border-radius: 50%;
      outline: none;
      border: none;
      font-size: 0;
      margin: 0 2px;
      cursor: pointer; }
    .slick-dots li.slick-active button {
      background-color: #FFCB05; }

.multi-slider img {
  width: 100%;
  height: auto; }

.sidebar-slider .slide {
  opacity: 0.5;
  transition: 0.3s all ease; }
  .sidebar-slider .slide.slick-current {
    opacity: 1; }

/***************************************************************************************************************************************

	11. Pagination
		
***************************************************************************************************************************************/
.pagination span.page-numbers {
  background-color: #009745;
  padding: 10px;
  color: #ffffff;
  display: inline-block;
  height: auto;
  text-align: center; }

.pagination .page-numbers {
  display: inline-block;
  text-align: center;
  padding: 10px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-right: 5px;
  color: #292929; }

.pagination .page-numbers.dots {
  background-color: #8E8E8E; }

.pagination a.page-numbers:hover {
  background-color: #00A34A;
  color: #ffffff; }

/***************************************************************************************************************************************

	12. Header
	
***************************************************************************************************************************************/
header {
  position: relative; }
  header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #E9EBF0; }
  header .yellow-bg * {
    vertical-align: middle; }
  header .yellow-bg a img {
    max-height: 20px;
    width: auto; }

.logo {
  width: 180px;
  height: auto; }
  @media all and (max-width: 800px) {
    .logo {
      width: 120px;
      height: auto; } }

/***************************************************************************************************************************************

	13. Footer
	
***************************************************************************************************************************************/
footer {
  font-weight: 500;
  font-size: 0.9em; }

footer a {
  display: inline-block;
  margin-bottom: 0.2em;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

footer a:hover {
  text-decoration: underline; }

footer * {
  color: #1B2E49; }

footer .logo {
  width: 100px;
  height: 100%; }

/***************************************************************************************************************************************

	14. Homepage
	
***************************************************************************************************************************************/
.cutout {
  position: relative; }
  .cutout:before {
    content: '';
    position: absolute;
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    background-image: url("../images/cutout.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0; }
    @media all and (max-width: 700px) {
      .cutout:before {
        width: 40%; } }
  .cutout.cutout-top:before {
    top: 0; }
  .cutout.cutout-left:before {
    left: 0; }
  .cutout.cutout-bottom:before {
    bottom: -1px; }
  .cutout.cutout-right:before {
    right: 0;
    transform: scaleX(-1);
    filter: FlipH; }

.general-hexagons {
  z-index: 1;
  position: relative; }

@media all and (max-width: 1400px) {
  .solutions-box .left20:nth-of-type(1) {
    width: 25%; }
  .solutions-box .left20:nth-of-type(2) {
    width: 50%;
    text-align-last: auto;
    padding: 50px 50px 0;
    text-align: left !important; }
  .solutions-box .left60 {
    width: 75%; } }
@media all and (max-width: 700px) {
  .solutions-box .left20:nth-of-type(1) {
    width: 33.33%;
    padding: 2.5%; }
  .solutions-box .left20:nth-of-type(2) {
    width: 66.66%;
    padding: 5%; }
  .solutions-box .left60 {
    width: 100%;
    padding: 5%; } }

.services-container .left50 {
  height: auto;
  min-height: 25vh;
  position: relative;
  background-size: cover;
  background-position: center; }
  .services-container .left50 .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 5%;
    background-color: rgba(27, 46, 73, 0.6);
    transition: 0.3s all ease; }
  .services-container .left50:hover .content {
    background-color: rgba(27, 46, 73, 0.9); }

/***************************************************************************************************************************************

	15. Page.php
	
***************************************************************************************************************************************/
.gallery a {
  display: block;
  position: relative;
  outline: none; }
  .gallery a:after {
    content: '';
    transition: 0.3s all ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent; }
  .gallery a:hover:after {
    background-color: rgba(27, 46, 73, 0.5); }
.gallery .left50 {
  width: 50%; }

/***************************************************************************************************************************************

	16. Custom
	
***************************************************************************************************************************************/
/***************************************************************************************************************************************
	16.1 - News section
***************************************************************************************************************************************/
.news-box {
  border: 1px solid #E5E5E5;
  background-color: #FCFCFC;
  transition: 0.3s all ease; }

.news-box:hover {
  background-color: #FFFFFF; }

.news-box .box {
  position: relative; }

.load-more-news {
  width: 50px;
  height: 50px;
  background-color: #333333;
  background-image: url(images/icon-white-arrow-down.png);
  background-size: contain;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 1em; }

/***************************************************************************************************************************************
	16.2 - Contact
***************************************************************************************************************************************/
.map {
  min-height: 75%; }

@media all and (max-width: 800px) {
  .page-template-contact .left50 {
    width: 100%; }

  .map {
    min-height: 40%; } }
/***************************************************************************************************************************************
	16.6 - icons
***************************************************************************************************************************************/
.icon img {
  background-color: #231F20;
  border-radius: 50%;
  height: 40px;
  width: 40px; }

/***************************************************************************************************************************************

	17. Responsive
	
***************************************************************************************************************************************/
@media only screen and (max-width: 1400px) {
  .slides .slick-prev {
    left: 10px; }

  .slides .slick-next {
    right: 10px; } }
@media only screen and (max-width: 1200px) {
  footer .icons.right50 {
    width: 75%; }

  footer .icons .icon {
    float: right; } }
@media only screen and (max-width: 1100px) {
  .left75,
  .right75 {
    width: 66.66%; }

  .right24,
  .right25,
  .left25 {
    width: 33.33%; }

  .news-section .left25, .news-section .left75 {
    width: 100%; }

  #menu ul li a {
    font-size: 0.8em; } }
@media only screen and (max-width: 1000px) {
  #top {
    font-size: 0.85em; }

  #header em {
    font-size: 1.3em; }

  #menu ul {
    font-size: 1.1em; }

  #menu ul li {
    margin-left: 0; }

  footer .wrap > div {
    text-align: left !important;
    width: 50%;
    margin-bottom: 2em; }

  footer .wrap > div:nth-child(2n) {
    clear: both; } }
@media only screen and (max-width: 900px) {
  body {
    font-size: 80%; }

  .modal .container {
    padding: 5% 5% 3% 5%; } }
@media only screen and (max-width: 800px) {
  .quick-links .cta {
    font-size: 0.9em; }

  .slide-text {
    width: 80%;
    max-width: none; } }
@media only screen and (max-width: 750px) {
  body {
    font-size: 80%; } }
@media only screen and (max-width: 700px) {
  #header {
    position: relative; }

  #menu .menu {
    display: none;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #F7F7F7;
    z-index: 150; }

  #menu ul li a {
    display: block;
    padding: 0.75em;
    margin-right: 0; }

  #menu ul li {
    display: block;
    width: 100%;
    padding: 0;
    color: #323232;
    border-bottom: 1px solid #E7E7E7; }

  #menu ul li ul {
    position: relative;
    width: 100%;
    background-color: #EDEDED;
    box-shadow: none;
    top: 0;
    padding: 0; }

  #menu ul li ul li {
    display: block;
    text-align: center;
    padding: 0.5em 0;
    width: 100%;
    color: #ffffff !important; }

  #menu ul li ul li:hover a {
    color: #ffffff !important; }

  .menu-icon {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer; }

  .menu-icon:after {
    content: 'Menu';
    display: inline-block;
    font-size: 1.2em;
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%); }

  .menu-icon span {
    display: block;
    height: 4px;
    width: 25px;
    margin: 3px 0;
    background-color: #221F1F;
    transition: 0.3s all ease;
    transform-origin: center; }

  .menu-icon.active span:nth-of-type(2) {
    opacity: 0; }
  .menu-icon.active span:nth-of-type(1) {
    transform: rotate(45deg) translateY(10px); }
  .menu-icon.active span:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-10px); }

  #top span {
    display: none; }

  #menu ul li ul,
  .sticky #menu ul li ul {
    border: none;
    background-color: #E2E2E2; }

  #menu ul li ul li a {
    color: #000000 !important; } }
@media only screen and (max-width: 650px) {
  .left33 {
    width: 100%; }

  .left66 {
    width: 100%; }

  .left50 {
    width: 100%; }

  .left75,
  .left25,
  .right24,
  .right25 {
    width: 100%; }

  .news-section .left33, .news-section .left25 {
    max-width: 300px;
    margin: 0 auto;
    float: none; } }
@media only screen and (max-width: 600px) {
  footer .wrap > div {
    text-align: center !important;
    width: 100%;
    margin-bottom: 2em; }

  .slide-text {
    width: 95%;
    max-width: none;
    padding: 2em 1em; } }
@media only screen and (max-width: 500px) {
  body {
    font-size: 75%; }

  .modal .container {
    padding: 7% 7% 5% 7%; }

  .quick-links .cta {
    padding: 0.6em 3em 0.6em 1em; }

  .quick-links .cta:after {
    background-size: 21px auto;
    right: 0; } }
@media only screen and (max-width: 450px) {
  .quick-links .cta {
    margin-left: 0;
    width: 50%; }

  .quick-links .experts-cta {
    width: 100%; }

  .quick-links {
    height: auto; }

  .quick-links .cta {
    top: 0;
    border: 1px solid #296AB9; }

  .quick-links .cta:hover {
    margin-top: 0;
    padding: 0.6em 3em 0.6em 1em; }

  .mobile-hide {
    display: none; } }
@media only screen and (max-width: 400px) {
  #logo {
    width: 100%;
    padding: 0 2.5%; }

  #header .tel {
    text-align: left;
    float: left; } }
@media only screen and (max-width: 350px) {
  .left75,
  .left25,
  .right24,
  .right25 {
    width: 100%; } }
