@charset "utf-8";
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  min-height: 224px;
  border: 3px dashed #20557c;
  background: #fff;
  padding: 0px 20px;
  border-radius: 5px;
}
.dropzone.dz-clickable {
  cursor: pointer;
  text-align: center;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin-top: 94px;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eeeeee, #dddddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
  color: #27282d;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  /* display: block; */
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 143px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
/* CSS Document */
/* Needed for the lightbox */
html,
body {
  height: 100%;
  width: 100%;
}
/* CSS for the loading div */
.sp-loading {
  text-align: center;
  max-width: 270px;
  padding: 15px;
  border: 5px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  color: #888;
}
/* Element wrapper */
.sp-wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  position: relative;
  float: left;
  /**************
	Set max-width to your thumbnail width
	***************/
  max-width: 100%;
}
/* Thumbnails */
.sp-thumbs {
  text-align: left;
  display: inline-block;
  width: 100%;
}
.sp-thumbs img {
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
}
.sp-thumbs a:link,
.sp-thumbs a:visited {
  overflow: hidden;
  opacity: .8;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sp-thumbs a {
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 3%;
  padding-bottom: 15%;
}
.sp-thumbs a:last-child,
.sp-thumbs a:nth-child(4) {
  margin-right: 0px !important;
}
.sp-thumbs a:hover {
  opacity: 1;
}
/* Styles for the currently selected thumbnail */
.sp-thumbs a:active,
.sp-current {
  opacity: 1!important;
  position: relative;
}
/* Image currently being viewed */
.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  margin-bottom: 11px;
}
.sp-large a img {
  max-width: 100%;
  height: auto;
}
.sp-large a {
  display: block;
}
/* Panning Zoomed Image */
.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  display: none;
}
/* Lightbox */
.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
  z-index: 500;
  display: none;
}
.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}
#sp-prev,
#sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transition: .2s;
}
#sp-prev {
  left: 10px;
}
#sp-prev:before {
  content: '';
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px;
}
#sp-next {
  right: 10px;
}
#sp-next:before {
  content: '';
  border: 7px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 16px;
  left: 18px;
}
#sp-prev:hover,
#sp-next:hover {
  background: #444;
}
/* Tweak styles for small viewports */
@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 15px 0;
  }
  #sp-prev,
  #sp-next {
    top: auto;
    margin-top: 0;
    bottom: 25px;
  }
}
/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}
.ez-checkbox {
  background: transparent url('../images/check_bg.png') 0 0 no-repeat;
  background-size: 23px 75px;
  display: inline-block;
  width: 23px;
  height: 23px;
}
.ez-radio {
  background: transparent url('../images/radio_bg.png') 0 0 no-repeat;
  background-size: 23px 71px;
  display: inline-block;
  width: 23px;
  height: 23px;
}
.ez-checked {
  background-position: 0 -52px;
}
.ez-selected {
  background-position: 0 -48px;
}
.ez-checkbox-green {
  background: transparent url('../images/checkbox-green.png') 0 1px no-repeat;
  display: inline-block;
  *display: inline;
}
.ez-checked-green {
  background-position: 0 -18px;
}
.ez-checkbox,
.ez-radio {
  zoom: 1;
  *display: inline;
  _height: 30px;
}
/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  max-width: 280px;
  width: 21em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0px;
  border-right: 1px solid #356c95;
}
.ui-datepicker .ui-datepicker-next {
  right: 0px;
  border-left: 1px solid #356c95;
}
.ui-datepicker .ui-datepicker-prev span {
  left: 0px;
  border-right: 1px solid #356c95;
  background: url(../images/date_left_arrow.png) no-repeat center;
  transition: all 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-next span {
  right: 0px;
  border-left: 1px solid #356c95;
  background: url(../images/date_right_arrow.png) no-repeat center;
  transition: all 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 0px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 0px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
.ll-skin-melon .ui-widget {
  background: #20547b;
  border: none;
}
.ll-skin-melon .ui-datepicker {
  padding: 0;
  margin-left: -62px;
}
.ll-skin-melon .ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 15px;
}
.ll-skin-melon .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
  top: 0;
  border: none;
  height: 100%;
  width: 60px;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 0;
  top: 0;
  font-weight: normal;
  text-indent: -9999px;
  padding: 0 8px;
}
.ll-skin-melon .ui-datepicker table {
  margin: 0;
}
.ll-skin-melon .ui-datepicker th {
  padding: 0.8em 0;
  color: #20547b;
  font-size: 11px;
  font-weight: 600;
  border: none;
  background: #ffffff;
}
.ll-skin-melon .ui-datepicker td {
  background: #20547b;
  border: 1px solid #fff;
  padding: 0;
}
.ll-skin-melon td .ui-state-default {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
}
.ll-skin-melon td .ui-state-default.ui-priority-secondary {
  color: #486c8c;
}
.ll-skin-melon .ui-state-disabled {
  opacity: 0.5;
}
.ll-skin-melon .ui-state-disabled .ui-state-default {
  background: #fff;
  color: #20547b;
}
.ll-skin-melon td .ui-state-active,
.ll-skin-melon td .ui-state-hover {
  background: #fff;
  color: #2a3644;
}
.ui-datepicker-prev:hover span,
.ui-datepicker-next:hover span {
  background-color: #4988b8;
  background-position: center !important;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape */
}
body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-family: 'proxima-nova';
}
.clear {
  height: 0;
  clear: both;
  line-height: 0;
}
.clearfix:after,
.content:after,
.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.IE7 .clearfix:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix,
.content,
.row {
  display: inline-block;
}
* html .clearfix,
* html .content,
* html .row {
  height: 1%;
}
.clearfix,
.content,
.row {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
img {
  border: none;
}
a {
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
select {
  -webkit-appearance: none;
  transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
}
form {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
input::-webkit-input-placeholder {
  color: #a1a1a1;
  opacity: 1 !important;
}
input:-moz-placeholder {
  color: #a1a1a1;
  opacity: 1 !important;
}
input::-moz-placeholder {
  color: #a1a1a1;
  opacity: 1 !important;
}
input:-ms-input-placeholder {
  color: #a1a1a1;
  opacity: 1 !important;
}
b,
strong {
  font-weight: 600;
}
textarea {
  font-family: 'proxima-nova', Arial, sans-serif;
}
p a {
  color: #686868;
}
p a:hover {
  color: #20547b;
}
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/*-----------------------------------------------------------------------------------------------*/
.hidden {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.half {
  width: 50%;
  box-sizing: border-box;
}
.last {
  margin-right: 0px !important;
}
.content {
  max-width: 1050px;
  padding: 0;
  margin: 0 auto;
}
#mobile-menu {
  display: none;
}
p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 21px;
  color: #686868;
}
.header {
  padding-top: 10px;
}
.logo img {
  display: block;
  width: 125px;
}
.visit a {
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  display: block;
  color: #1f547b;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
.visit.white a {
  color: #fff;
}
.menu {
  margin-top: 50px;
}
.menu li {
  float: left;
  margin-right: 30px;
}
.menu li a {
  font-size: 15px;
  line-height: 17px;
  color: #20547c;
}
.menu li.current a,
.menu li.current a:hover {
  font-weight: 600;
  text-decoration: none;
}
.menu li a:hover {
  text-decoration: underline;
}
.main {
  padding: 65px 0 70px;
}
.main.start_project {
  background: #f7f7f7;
  padding: 58px 0 66px;
}
.sm_content .content {
  max-width: 856px;
}
h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 13px;
}
.sub_h {
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
.spp_holder {
  padding: 10px 0px 1px;
}
.dp {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}
.dp a {
  float: right;
  font-weight: normal;
  color: #818080;
  text-decoration: underline;
}
.dp a:hover {
  color: #000;
}
.txa {
  border: 2px solid #777777;
  height: 183px;
  background: #fff;
  margin-bottom: 30px;
}
.txa.focus {
  border-color: #000;
}
.txa textarea {
  margin: 0;
  padding: 15px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  outline: none;
  resize: none;
  font: 15px/18px 'Proxima', Arial;
  border: none;
}
.ad_files {
  margin-bottom: 56px;
}
.dz-message span {
  font-size: 18px;
  line-height: 24px;
}
.dz-message span.ctu {
  color: #20547c;
  font-weight: 600;
}
.s_li {
  padding-right: 27px;
}
.s_ld {
  padding-left: 28px;
}
.slct {
  border: 2px solid #777777;
  height: 49px;
  position: relative;
  background: #ffffff url(../images/select_bg.png) no-repeat 100% -3px;
  background-size: 58px 53px;
}
.slct select {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  padding-left: 10px;
  font-weight: normal;
}
.slct select option {
  font-size: 16px;
  line-height: 22px;
  padding-left: 15px;
  font-weight: normal;
}
span.select {
  font-size: 18px;
  line-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 15px;
  width: 100%;
  text-align: left;
}
.dyd label {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 22px;
  cursor: pointer;
}
.ez-radio {
  vertical-align: middle;
  margin-right: 4px;
  cursor: pointer;
}
.ez-radio input {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.sld {
  background: #20547b;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  font-family: 'proxima-nova';
  color: #fff;
  border: none;
  height: 47px;
  width: 176px;
  outline: none;
}
.sld:hover {
  background: #477392;
}
.date_select {
  padding-top: 6px;
}
.dyd {
  padding-top: 10px;
}
.h_delimiter {
  padding-bottom: 62px;
}
.info_wr {
  padding-top: 25px;
}
.left.nfo {
  padding-right: 16px;
}
.right.nfo {
  padding-left: 16px;
}
.lir_wr {
  position: relative;
  padding-left: 110px;
  margin-bottom: 12px;
}
.lir_wr label {
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 17px;
}
.lir_wr label.two_r {
  top: 7px;
}
.input_row {
  position: relative;
}
.input_row input {
  border: 2px solid #777777;
  height: 53px;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  outline: none;
  font-size: 18px;
  font-family: 'proxima-nova';
  color: #000;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  transition: border-color 0.3s ease-in-out;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}
.input_row input:read-only {
  background-color: #ece8da;
  cursor: not-allowed;
}
.input_row.search input {
  background: url(/images/acb2b_icon_search.png) no-repeat;
  background-position: 10px;
  padding-left: 50px;
}
.half.center-half {
  margin: 0 auto;
  width: 43%;
}
.half.center-half .log_holder {
  width: 90%;
}
.half.center-half .lir_wr {
  position: relative;
  padding-left: 71px;
  margin-bottom: 12px;
  padding-right: 0px;
}
.half.center-half.reset_password {
  margin: 0 auto;
  width: 56%;
}
.half.center-half.reset_password .log_holder {
  width: auto;
}
.half.center-half.reset_password .lir_wr {
  padding-left: 160px;
  padding-right: 101px;
}
.half.center-half a.syr {
  max-width: 340px;
  margin: 0 auto;
  display: block;
}
.ch_wr {
  padding-top: 20px;
}
#f_accept {
  position: static;
  vertical-align: middle;
  display: inline;
}
#f_accept a {
  border-bottom: 1px solid #b5b5b8;
  color: #000;
}
#f_accept a:hover {
  border-bottom-color: #000;
}
.ez-checkbox {
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
.ez-checkbox input {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.syr_wr {
  padding-top: 50px;
}
.syr {
  background: #20547b;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  padding: 12px 35px;
  box-sizing: border-box;
  font-family: 'proxima-nova';
  color: #fff;
  border: none;
  min-width: 280px;
  outline: none;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.syr:hover {
  background: #20547b;
}
.syr.green {
  background: #28ce6f;
}
.syr.green:hover {
  background: #28ce6f;
}
.syr.gray {
  background: #757575;
}
.syr.gray:hover {
  background: #757575;
}
.syr.auto-width {
  min-width: auto;
}
a.syr {
  display: inline-block;
  line-height: 25px;
}
div.syr {
  cursor: default;
}
.footer {
  background: #efefef;
  padding: 34px 0px;
  border-bottom: 1px solid #dbdbdb;
}
#subscribe {
  margin: 0;
  padding: 0;
  float: left;
  width: 87.61%;
  /*width: 75.61%*/
}
#subscribe span {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 52px;
}
#subscribe .input-form {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 57.17%;
  float: right;
}
#subscribe input[type="text"] {
  background: none;
  border: none;
  float: left;
  padding: 0 0 0 5%;
  width: 58.21%;
  color: #000000;
  font-size: 15px;
  height: 52px;
  line-height: 52px;
  font-family: 'proxima-nova';
  outline: none;
}
.button {
  display: block;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  background: #356588;
  height: 52px;
  width: 240px;
  padding: 0;
  margin: 0;
}
.button:hover {
  text-decoration: none;
  background: #163d5a;
}
#subscribe input[type="submit"] {
  float: left;
  width: 41.79%;
  font-weight: 600;
  font-family: 'proxima-nova';
}
.in {
  display: block;
  float: right;
  width: 52px;
  height: 52px;
  margin: 0;
  padding: 0;
}
.in img {
  width: 100%;
  height: auto;
}
.in:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.footer p {
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.footer p a {
  color: #000;
  text-decoration: none;
}
.footer p a:hover {
  text-decoration: underline;
}
.f_bottom {
  border-bottom: none;
  padding: 49px 0 74px;
}
.f_bottom p {
  text-transform: uppercase;
}
.f_bottom p a {
  text-decoration: none;
  color: #477392;
}
.th_sub {
  border-bottom: 2px solid #c6c6c6;
  padding: 0 0 40px 0;
  margin-bottom: 65px;
}
.th_sub p {
  color: #000;
}
.h_th.left {
  width: 55%;
  box-sizing: border-box;
  padding-left: 6.5%;
}
.h_th.right {
  width: 35.5%;
  box-sizing: border-box;
}
.h_th.right p {
  line-height: 23px;
}
.ddl {
  padding-left: 40px;
}
.fx_width {
  min-width: 106px;
  display: inline-block;
}
.th_sides_wr {
  border-bottom: 2px solid #efefef;
  padding-bottom: 60px;
  margin-bottom: 64px;
}
.banner {
  padding: 55px 0px 49px;
  background-repeat: no-repeat;
  background-position: center 0px;
  text-align: center;
  background-size: cover;
}
.banner.sign_up {
  background-image: url(../images/sign_up_bg.jpg);
}
.banner h1 {
  display: inline-block;
  background: #fff;
  padding: 12px 84px;
}
.fourth_holder {
  padding: 6px 0 30px;
  border-bottom: 2px solid #efefef;
  margin-bottom: 52px;
}
.fourth {
  width: 22%;
  margin-right: 4%;
  padding-top: 15px;
  padding-bottom: 23px;
}
.fourth img {
  margin-bottom: 4px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 13px;
}
h3 {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  margin-bottom: 30px;
}
h3.strong {
  font-weight: 600;
}
.ci_holder {
  padding-top: 15px;
}
.ci_wr {
  padding: 0px 0px 55px;
  border-bottom: 2px solid #efefef;
  margin-bottom: 64px;
}
.left.cin {
  padding-right: 72px;
}
.right.cin {
  padding-left: 72px;
}
.sm_slct {
  text-align: right;
}
.sm_slct .slct {
  width: 152px;
  display: inline-block;
}
.input_info {
  margin-bottom: 14px;
  line-height: 14px;
  padding-top: 6px;
}
.upload {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.upload_btn {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 57px;
  background: #20547b;
  box-sizing: border-box;
  padding-top: 20px;
  text-align: center;
}
.upload_btn:hover {
  background-color: #28ce6f;
}
.upload_btn span {
  display: inline-block;
  cursor: pointer;
  font-size: 19px;
  line-height: 21px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.yi_wr {
  padding: 0px 0px 55px;
  border-bottom: 2px solid #efefef;
  margin-bottom: 46px;
}
.sec_wr {
  padding: 0px 0px 57px;
  border-bottom: 2px solid #efefef;
  margin-bottom: 24px;
}
.su_wr {
  padding: 0px 0px 80px;
  border-bottom: 2px solid #efefef;
  margin-bottom: 76px;
}
.ldc_holder {
  margin-bottom: 55px;
}
.ldc_holder h3 {
  margin-bottom: 20px;
}
.ldc_holder p {
  max-width: 675px;
  margin: 0 auto 21px auto;
}
.logos_holder {
  margin-bottom: 70px;
}
.logos_holder img {
  max-width: 100%;
}
.sut_wr {
  margin-bottom: 69px;
}
.white_bg .sut_wr {
  margin-bottom: 0px;
  margin-top: 40px;
}
.banner.how_it_works {
  background-image: url(../images/how_it_works_bg.jpg);
}
.clusters-halfs h3 {
  margin-bottom: 23px;
}
.cluster-half {
  width: 50%;
  margin: 0;
  padding: 0;
}
.cluster-half.image {
  font-size: 0;
  line-height: 0;
}
.cluster-half.image img {
  width: 100%;
  height: auto;
}
.cluster-half p.last {
  padding-bottom: 0;
}
.cluster-inner {
  margin: 0;
  padding: 92px 12%;
}
.clusters-halfs-top {
  background: url(../images/clusters-halfs-top-bg.jpg) no-repeat top center;
  background-size: cover;
}
.clusters-halfs-bottom {
  background: url(../images/clusters-halfs-bottom-bg.jpg) no-repeat top center;
  background-size: cover;
}
.clusters-halfs-logos {
  background: url(../images/clusters-halfs-logos-bg.jpg) no-repeat top center;
  background-size: cover;
}
.clusters-halfs-top .content,
.clusters-halfs-bottom .content {
  padding: 0 !important;
}
.cluster-half.left .cluster-inner {
  padding-left: 0;
}
.cluster-half.right .cluster-inner {
  padding-right: 0;
}
.cluster-half.right .cluster-inner.logos_ctn {
  padding-top: 30px;
  padding-bottom: 8px;
}
.cluster-half.right .logos_ctn .u_imgs li {
  margin-bottom: 21px;
}
.right-text {
  text-align: right;
}
.left-text {
  text-align: left;
}
.mx8 {
  max-width: 835px;
  margin-right: auto;
  margin-left: auto;
}
#tabs {
  padding: 20px 0 50px;
}
.resp-tabs-list {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  border-right: none;
}
.resp-tabs-list li {
  cursor: pointer;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #1f547c;
  font-size: 18px;
  font-weight: 600;
  line-height: 56px;
  float: left;
  text-align: center;
  width: 33.33%;
  border: 2px solid #1f547c;
  box-sizing: border-box;
  border-right: none;
}
.resp-tabs-list li.cb {
  border-right: 2px solid #1f547c;
}
.resp-tabs-list li:hover,
.resp-tabs-list li.resp-tab-active {
  color: #fff;
  background: #1f547c;
}
.tabs-left {
  float: left;
  margin: 0;
  padding: 0;
  width: 49%;
  padding-top: 45px;
}
.tabs-left h3 {
  margin-bottom: 23px;
}
.tabs-image {
  float: right;
  margin: 0;
  padding: 0;
  width: 46%;
}
.tabs-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
#tabs .resp-tabs-container {
  padding-top: 51px;
}
#tabs p {
  color: #000000;
}
.content.netwotk-halfs {
  padding-top: 101px;
  padding-bottom: 109px;
}
.content.netwotk-halfs .half.image {
  float: left;
  width: 50%;
  font-size: 0;
  padding: 0;
}
.content.netwotk-halfs .half.image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.content.netwotk-halfs .half {
  float: right;
  text-align: left;
  width: 45.52%;
  padding: 13px 0 0;
}
#big-slider.netw {
  background: url(../images/big-slider-bg6.jpg) no-repeat top center;
  background-size: cover;
}
.cases-tabs-wrapper {
  position: relative;
}
.cases-tabs .resp-tabs-list li {
  padding: 0 3.87%;
  width: auto;
}
.tabs-testimonials {
  margin: 36px 0 0;
  padding: 38px 5.71% 38px;
  border: solid 2px #fff;
  text-align: center;
}
.tabs-testimonials p {
  color: #000000;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  padding: 0 0 20px;
  font-weight: 100;
  font-style: italic;
}
.tabs-testimonials .author {
  font-style: normal;
  font-weight: 600;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
}
.tabs-slider {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
.tabs-slider .rsNav.rsBullets {
  bottom: -35px;
  display: none;
}
.tabs-slider .rsBullet {
  width: 15px;
  height: 15px;
  background: #c0c0c0;
}
.tabs-slider .rsBullet:hover,
.tabs-slider .rsBullet.rsNavSelected {
  background: #1f547c;
}
.no-border {
  border: none;
}
.content.cases-tabs {
  width: 100%;
  max-width: 100%;
}
.content.cases-tabs #tabs {
  margin: 0 auto !important;
  max-width: 1050px;
}
.nextcase,
.prevcase {
  display: block;
  position: absolute;
  top: 50%;
  margin: -28.5px 0 0 0;
  padding: 0;
  cursor: pointer;
  width: 31px;
  height: 57px;
  font-size: 0;
  text-indent: -9999;
}
.nextcase {
  background: url(../images/cases-next-btn.png) no-repeat 0 0;
  right: -65px;
}
.prevcase {
  background: url(../images/cases-prev-btn.png) no-repeat 0 0;
  left: -65px;
}
.syp_wr {
  padding-bottom: 38px;
}
.split_section {
  background: url(../images/afs_bg.jpg) no-repeat center 0px;
  background-size: cover;
  padding: 86px 0 37px;
}
.split_section .left {
  padding-right: 75px;
}
.split_section .right {
  padding-left: 75px;
}
.split_section h3 {
  color: #fff;
  margin-bottom: 19px;
  padding-top: 26px;
}
.split_section p {
  color: #fff;
}
.u_imgs li {
  margin-bottom: 22px;
}
.sb_section {
  border-bottom: 2px solid #efefef;
  padding: 20px 0 45px;
  margin-bottom: 55px;
}
.sb_section h3 {
  max-width: 670px;
  margin: 0 auto 40px auto;
}
.sb_section img {
  max-width: 100%;
  height: auto;
}
.in_sb {
  padding-top: 5px;
}
.right .in_sb {
  padding-left: 40px;
}
.left .in_sb {
  padding-right: 30px;
}
.sb_section .right img {
  float: right;
}
.q_click {
  background: #e9e9e9 url(../images/q_closed.png) no-repeat 17px 19px;
  background-size: 11px 20px;
  padding: 20px 50px;
  margin-bottom: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.q_click.expanded {
  background-image: url(../images/q_expanded.png);
  background-position-y: 23px;
  background-size: 20px 11px;
}
h5 {
  font-size: 16px;
  line-height: 18px;
}
.q_click h5 {
  margin: 0;
  padding: 0;
}
.q_ans {
  padding-top: 26px;
  display: none;
}
.left.q_hd {
  padding-right: 3px;
}
.right.q_hd {
  padding-left: 3px;
}
.sp_p {
  padding: 28px 0 10px;
}
.or {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  display: inline-block;
  padding: 0px 50px;
}
.banner.marketspace {
  background-image: url(../images/marketspace.bg.jpg);
}
.items_s {
  width: 72.75%;
  margin-bottom: 44px;
}
.filters {
  margin-bottom: 0px;
}
.sort {
  padding-top: 7px;
  margin-bottom: 0px;
}
.sb {
  font-weight: 600;
  padding-right: 20px;
}
.selectet_sort {
  text-decoration: underline;
}
.del_sort {
  padding: 0 10px;
}
.sort a {
  color: #686868;
}
.sort a:hover {
  text-decoration: underline;
}
.items_holder {
  margin-bottom: 100px;
}
.item {
  padding-left: 163px;
  min-height: 132px;
  margin-bottom: 33px;
  position: relative;
}
.item img {
  border: 2px solid #1f547c;
  position: absolute;
  left: 0;
  top: 0;
  transition: border-color 0.3s ease-in-out;
  max-width: 137px;
}
.item img.normal {
  border: none;
  position: inherit;
  left: inherit;
  top: inherit;
  max-width: none;
}
.item a:hover img.normal {
  border: none;
}
.item a.item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 134px;
  height: 134px;
  border: 2px solid #1f547c;
  transition: border-color 0.3s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.item a:hover img {
  border: 2px solid #000;
}
.item_name {
  font-size: 18px;
  line-height: 19px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.item_name a {
  color: #000;
  font-weight: 600;
}
.item_name a:hover {
  color: #20547b;
}
.sel_price {
  font-weight: 600;
  margin-bottom: 0px;
}
.price {
  padding-left: 40px;
}
.item.big {
  padding-left: 192px;
  min-height: 158px;
}
.item.big .item_name {
  font-size: 24px;
  line-height: 28px;
}
.pn_show {
  line-height: 60px;
}
.pag_link {
  width: 170px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #20547b;
  line-height: 60px;
  background-color: #e8e8ec;
  text-align: center;
  background-size: 59px 60px;
}
.pag_link.bto {
  width: 180px;
}
.pag_link:hover {
  color: #fff;
  background-color: #20547b;
}
.p_prev {
  padding-left: 59px;
  background-image: url(../images/prev_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.p_next {
  padding-right: 59px;
  background-image: url(../images/next_bg.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.sidebar {
  width: 20%;
}
h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}
.categories {
  margin-bottom: 40px;
}
.categories li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #20547b;
  line-height: 44px;
  border-bottom: 1px solid #20547b;
  display: block;
}
.categories li a:hover,
.categories li.selected_cat a {
  background: #20547b;
  color: #fff;
}
.upload_item {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #28ce6f;
  line-height: 46px;
}
.upload_item:hover {
  background: #20547b;
}
.supl_sign img {
  max-width: 100%;
}
.left .in_sup {
  padding-right: 80px;
  padding-top: 18px;
}
.right .in_sup {
  padding-left: 45px;
  padding-top: 5px;
}
.in_sup h3 {
  margin-bottom: 19px;
}
.in_sup .syr {
  width: 250px;
  margin-top: 12px;
}
.separator {
  padding: 0px 0px 40px;
  border-bottom: 2px solid #efefef;
  margin-bottom: 64px;
}
.separator2 {
  padding: 0px 0px 40px;
  border-bottom: 2px solid #efefef;
  margin-bottom: 44px;
}
.breadcrumbs {
  font-style: italic;
}
.breadcrumbs a {
  color: #686868;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.youtube_ctn {
  margin-bottom: 25px;
}
.youtube_ctn img {
  max-width: 100%;
}
.documents a {
  font-size: 14px;
  color: #20547b;
  font-weight: bold;
  padding-bottom: 2px;
  line-height: 23px;
  background: url(../images/pdf_bg.png) no-repeat left 2px;
  background-size: 31px 17px;
  padding-left: 46px;
  display: block;
}
.documents a:hover {
  color: #000000;
}
.sp_left {
  width: 51.75%;
}
.sp_right {
  width: 42.6%;
}
.com_logo {
  border: 2px solid #1f547c;
  margin-bottom: 20px;
}
.single_product h3 {
  margin-bottom: 14px;
}
.prod_desc {
  margin-bottom: 40px;
}
.banner.about {
  background-image: url(../images/about_bg.jpg);
}
.subheader-wide {
  background: #ededed;
  margin: 0;
  padding: 0;
  width: 100%;
}
.subheader {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0;
}
.subheader ul {
  margin: 0;
  padding: 0;
}
.subheader ul li {
  background: none;
  margin: 0 10.4% 0 0;
  padding: 0;
  float: left;
}
.subheader ul li.last {
  margin-right: 0;
}
.subheader ul li a {
  color: #4b4b4b;
  font-size: 15px;
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 45px;
  text-transform: uppercase;
}
.subheader ul li a:hover {
  text-decoration: underline;
}
.subheader ul li a.active {
  font-weight: 600;
}
.supl_sign.npt {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
}
.supl_sign.npt img {
  display: block;
  max-width: 100%;
}
.npt .left .in_sup {
  padding-right: 70px;
  padding-top: 80px;
}
.vsa {
  padding-top: 32px;
}
.vsa .syr {
  width: 345px;
}
.lr_sides h3 {
  margin-bottom: 19px;
}
.img_hl {
  margin-bottom: 20px;
}
.img_hl img {
  max-width: 100%;
}
.left.img_hl {
  padding-right: 10px;
}
.right.img_hl {
  padding-left: 10px;
}
.right .pd7 {
  padding-left: 70px;
}
.left .pd7 {
  padding-right: 70px;
}
.border_b {
  border-bottom: 2px solid #efefef;
}
.pd_t {
  padding-top: 75px;
}
.banner.cases {
  background-image: url(../images/cases_bg.jpg);
}
.half img {
  max-width: 100%;
  height: auto;
}
.nmg {
  margin-bottom: 0;
}
.cases_slider_section {
  padding-bottom: 70px;
  padding-top: 60px;
}
.cases_holder {
  background: #f6f6f6;
  margin-bottom: 70px;
  padding: 60px 0;
}
.cases_slider {
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
}
.content_slider {
  max-width: 525px;
  box-sizing: border-box;
  padding-left: 70px;
  padding-top: 30px;
}
.cases_slider img {
  display: block;
}
.cases_slider .rsArrowLeft {
  position: absolute;
  display: block;
  width: 31px;
  height: 100%;
  background: url(../images/cases_prev_bg_blue.png) no-repeat center center;
  left: -60px;
}
.cases_slider .rsArrowRight {
  position: absolute;
  display: block;
  width: 31px;
  height: 100%;
  background: url(../images/cases_next_bg.png) no-repeat center center;
  right: -60px;
}
.cases_slider .rsNav.rsBullets {
  bottom: -43px;
  display: none;
}
.cases_slider .rsBullet {
  background: #777777;
}
.cases_slider .rsBullet.rsNavSelected,
.cases_slider .rsBullet:hover {
  background: #20547b;
}
.cs_bot .syr {
  width: 412px;
}
.banner.terms {
  background-image: url(../images/terms_bg.jpg);
}
.white_bg h4 {
  margin-top: 46px;
  margin-bottom: 6px;
}
.white_bg .half h4 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.banner.contact_us {
  background-image: url(../images/contact_bg.jpg);
}
.content.contact {
  padding-top: 75px;
  padding-bottom: 79px;
}
.content.contact h2 {
  text-align: center;
  padding: 0 0 33px;
}
.content.contact h6 {
  padding: 0;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  font-weight: 600;
}
.content.contact h6 span {
  display: block;
  font-weight: 300;
  font-size: 14px;
}
.content.contact p,
.content.contact p a {
  color: #000000;
}
.content.contact p {
  padding: 0 0 10px;
}
.content.contact .third {
  text-align: center;
  width: 25.38%;
  margin: 0 10% 30px 0;
  display: inline-block;
  vertical-align: top;
}
.content.contact .third.last {
  margin-right: 0 !important;
}
.content.contact .third img {
  width: 100%;
  height: auto;
}
.content.contact .third .inner {
  padding: 27px 0 0;
}
.content.contact .third .in {
  width: 28px;
  height: 28px;
  margin: 0 auto;
  display: block;
  padding: 0;
  float: none;
}
.content.contact .third .in:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.content.contact .third .in img {
  max-width: 100%;
  height: auto;
}
.in_ct h4 {
  margin-bottom: 21px;
}
.in_ct h4 a {
  color: #000;
  font-weight: 600;
}
.in_ct h4 span {
  min-width: 109px;
  display: inline-block;
}
.in_ct h4 img {
  margin-right: 36px;
  display: inline-block;
  vertical-align: middle;
}
.mg40 {
  margin-bottom: 40px;
}
.off_wr {
  padding: 10px 0px 18px;
}
.off_wr img {
  float: left;
  margin-right: 30px;
}
.off_wr p {
  margin-bottom: 0px;
}
.off_desc {
  float: left;
  padding-top: 20px;
}
.main.cntc {
  padding: 85px 0 90px;
}
.cntc h3 {
  margin-bottom: 15px;
}
.banner.login {
  background-image: url(../images/login_bg.jpg);
}
.main.login {
  padding: 18px 0 0px;
}
.l_out {
  background: #d0f1de;
  position: relative;
  padding: 12px 42px;
  margin-bottom: 15px;
}
.l_out h5 {
  margin-bottom: 0px;
  color: #3d6d51;
}
.close {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/close_bg.png) no-repeat center center;
  background-size: 13px 14px;
}
.l_out.red {
  background: #f7a7a3;
}
.l_out.red h5 {
  color: #ae322c;
}
.l_out.red .close {
  background-image: url(../images/close_red_bg.png);
}
.spliter {
  background: url(../images/spliter_bg.png) repeat-y center 0px;
  margin-bottom: 1px;
  padding: 55px 0 70px;
}
.left .in_log {
  max-width: 344px;
  margin: 0 auto;
}
.left .in_log .syr {
  width: 100%;
}
.in_log h3 {
  margin-bottom: 12px;
}
.right .in_log {
  padding: 0 34px;
}
.log_holder .input_row input {
  height: 41px;
}
.log_holder .lir_wr label {
  top: 12px;
  font-size: 14px;
  color: #686868;
}
.input_row.focus input {
  border-color: #000000;
}
.in_log .syr {
  width: 100%;
  text-align: center;
  font-size: 18px;
  min-width: inherit;
}
.syr.sm {
  min-width: 330px;
  max-width: 100%;
  text-align: center;
  font-size: 18px;
}
.syr.blue {
  background: #356588;
}
.syr.blue:hover {
  background: #3dd37d;
}
.fgt_pass {
  color: #686868;
  text-decoration: underline;
  font-size: 14px;
}
.fgt_pass:hover {
  color: #000;
}
.sec_menu_holder {
  padding-top: 14px;
}
.sec_menu {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 18px;
}
.sec_menu li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 38px;
  border: 2px solid #20547b;
  border-right: none;
}
.sec_menu li:last-child {
  border-right: 2px solid #20547b;
}
.sec_menu li a {
  display: block;
  font-size: 15px;
  line-height: 38px;
  color: #20547b;
}
.sec_menu li a:hover,
.sec_menu li.active_page a {
  background: #20547b;
  color: #fff;
}
.project_dt p a {
  font-weight: 600;
  color: #356588;
}
.project_dt p a:hover {
  text-decoration: underline;
}
.my_acc {
  padding-top: 8px;
}
.project_dt {
  padding-top: 25px;
}
.project_dt h4 {
  margin-bottom: 6px;
}
.left .project_dt {
  padding-right: 50px;
}
.in_acc {
  margin-bottom: 20px;
}
.my_ccount.white_bg .content {
  padding-top: 40px;
}
.right .in_acc {
  padding-left: 55px;
}
.in_acc .items_holder {
  padding-top: 20px;
  margin-bottom: 50px;
}
.distance {
  padding-bottom: 11px;
}
.item.c_info .item_name {
  margin-bottom: 4px;
}
.main.m_acc {
  padding-bottom: 50px;
}
.project_list h2 a {
  color: #b8b8b8;
}
.project_list h2 a:hover,
.project_list h2 a.c_project {
  color: #000;
  text-decoration: underline;
}
.dst {
  display: inline-block;
  padding-right: 88px;
}
.project_list {
  padding-top: 33px;
}
.project_row {
  padding-top: 54px;
  border-bottom: 2px solid #efefef;
  padding-bottom: 60px;
}
.project_row:last-child {
  border-bottom: none;
  padding-bottom: 36px;
}
.project_row p:last-child {
  margin-bottom: 0;
}
.syr.grey,
.syr.grey:hover {
  background: #f7f7f7;
  cursor: default;
  color: #20547b;
}
.actions_wr {
  max-width: 345px;
}
.sec_div {
  margin-left: 22px;
}
.actions_wr p {
  text-align: center;
  padding-top: 5px;
  margin-bottom: 0px;
}
p.blue {
  color: #356588;
}
.syr.enq,
.syr.enq:hover {
  border: 2px solid #356588;
  box-sizing: border-box;
  padding-left: 65px;
  color: #356588;
  background: #ffffff url(../images/req_ok.png) no-repeat 25px center;
  text-align: left;
  cursor: default;
  padding-right: 0;
  background-size: 22px 16px;
}
.syr.enq.nb,
.syr.enq.nb:hover {
  border: none;
}
.nla {
  display: inline-block;
  padding-left: 30px;
}
.pdl85 {
  padding-left: 85px;
}
.pr_details {
  padding: 44px 0 0px;
}
.dld_proj {
  font-weight: bold;
  color: #356588;
  display: inline-block;
  padding-left: 70px;
}
.dld_proj:hover {
  text-decoration: underline;
}
.main.m_det {
  padding-bottom: 90px;
}
.iufs {
  padding-right: 355px;
  position: relative;
  border-bottom: 2px solid #efefef;
  padding: 18px 300px 40px 0px;
  margin-bottom: 48px;
}
.iufs h3 {
  margin-bottom: 10px;
}
.up_holder {
  position: absolute;
  right: 0;
  top: 52px;
  width: 214px;
}
.items_holder_acc .item {
  padding-right: 280px;
}
.view_p {
  font-size: 18px;
  line-height: 51px;
  color: #fff;
  background: #1f547b;
  width: 100px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  font-weight: 600;
}
.view_p:hover {
  background: #28ce6f;
}
.edit_p {
  height: 51px;
  box-sizing: border-box;
  border: 2px solid #1f547b;
  width: 47px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/edit_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
  background-size: 43px 47px;
}
.edit_p:hover {
  background-image: url(../images/edit_bg_hover.png);
  border-color: #28ce6f;
}
.delete_p {
  height: 51px;
  box-sizing: border-box;
  border: 2px solid #1f547b;
  width: 47px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/delete_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 43px 47px;
}
.delete_p:hover {
  background-image: url(../images/delete_bg_hover.png);
  border-color: #28ce6f;
}
.options_holder {
  position: absolute;
  right: 0;
  top: 25px;
}
.ani {
  border-bottom: 2px solid #efefef;
  padding: 14px 0px 13px 0px;
  margin-bottom: 48px;
}
.ani h3 {
  margin-bottom: 12px;
}
.lir_wr.mpl {
  padding-left: 165px;
}
.lir_wr.mpp {
  padding-left: 62px;
}
.input_row.error input {
  border-color: #c04e49;
}
.input_row.error p {
  color: #c04e49;
  padding: 0;
  line-height: normal;
  padding-top: 5px;
}
.video_example {
  padding: 15px 0 0 0;
  line-height: 18px;
}
.pr_holder {
  width: 59%;
}
.c_select {
  box-sizing: border-box;
  width: 41%;
  padding-left: 18px;
}
.sn_spacer {
  padding-bottom: 32px;
}
.th_holder {
  width: 32%;
  margin-right: 2%;
  float: left;
}
.th_holder:last-child {
  margin-right: 0px;
  float: right;
}
.d_top {
  padding-top: 13px;
}
.inp3 {
  margin-bottom: 54px;
}
.ad_line {
  height: 2px;
  background: #efefef;
  margin-bottom: 34px;
}
.md_bottom {
  padding-bottom: 50px;
}
.m_acc .ci_wr {
  padding-bottom: 57px;
  margin-bottom: 44px;
}
.m_acc .cd_area h3 {
  margin-bottom: 22px;
}
.cd_area {
  padding-bottom: 27px;
  margin-bottom: 55px;
  border-bottom: 2px solid #efefef;
}
.cd_area .txa {
  height: 230px;
}
.m_acc .su_wr {
  border: none;
  padding-bottom: 15px;
}
.banner.quote {
  background-image: url(../images/get_bg.jpg);
}
.sm_side {
  max-width: 970px;
}
.stripe {
  padding: 80px 0 70px;
}
.t_wr {
  width: 31%;
  margin-right: 3.5%;
}
.pc_wr {
  position: relative;
  margin-bottom: 20px;
  line-height: 0;
}
.pc_wr img {
  max-width: 100%;
}
.pc_wr > span {
  position: absolute;
  text-align: center;
  width: 100%;
  background: url(../images/bg.png);
  bottom: -1px;
  color: #cccccc;
  font-size: 18px;
  font-weight: 600;
  left: 0;
  display: block;
  padding: 17px 0px;
  line-height: 22px;
}
.pc_wr span span {
  color: #fff;
}
.t_wr {
  padding-top: 10px;
}
.thx {
  background: #fff;
}
.banner.companies {
  background-image: url(../images/companies_bg.jpg);
}
/*Responsive Menu*/
.slicknav_icon {
  cursor: pointer;
  margin-top: 0px;
  background-image: none;
  border: 1px solid #1f547c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: right;
  padding: 5px 7px;
  position: relative;
}
.slicknav_icon:hover,
.slicknav_icon.active {
  border: 1px solid #1f547c;
}
.slicknav_icon:hover span,
.slicknav_icon.active span {
  background-color: #1f547c;
}
.slicknav_icon span {
  border-radius: 1px;
  display: block;
  height: 3px;
  width: 22px;
  background-color: #1f547c;
  margin: 4px 0;
}
.slicknav_menutxt {
  display: none;
}
.slicknav_nav li.slicknav_parent a a {
  border: none;
}
.slicknav_nav li.slicknav_parent li {
  padding-right: 15px;
}
.slicknav_menu {
  position: relative;
}
#mobile-menu {
  margin: 0;
  padding: 0;
  position: relative;
}
ul.slicknav_nav {
  margin: 0;
  padding: 10px 0 15px 0;
  list-style: none;
  width: 100%;
  z-index: 9999;
}
ul.slicknav_nav li {
  margin: 0;
  padding: 15px 0 0;
  float: none;
  background: none;
  text-align: right;
}
ul.slicknav_nav li.first {
  padding-top: 0;
}
ul.slicknav_nav li a {
  color: #1f547c;
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
ul.slicknav_nav li.current a {
  font-weight: 600;
}
.slicknav_arrow {
  display: none;
}
ul.slicknav_nav li a:hover {
  text-decoration: underline;
}
/* Homepage */
.home-wrapper .slicknav_icon {
  border-color: #ffffff;
}
.home-wrapper .slicknav_icon span {
  background: #ffffff;
}
.home-wrapper ul.slicknav_nav li a {
  color: #ffffff;
}
.home-wrapper ul.slicknav_nav li a:hover {
  color: #1f547b;
}
.home-wrapper {
  position: relative;
  background: url(../images/meet-members.jpg) no-repeat scroll center top / cover;
  margin: 0;
  padding: 0;
  width: 100%;
}
.home-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #356588;
  /* Your desired color */
  opacity: 0.5;
  /* Your desired opacity */
}
.home-wrapper .menu li a {
  color: #ffffff;
}
.row > * {
  float: left;
}
.home-wrapper .row {
  padding-bottom: 45px;
}
.home-wrapper .fourth {
  width: 23%;
  margin-right: 2.42424%;
  padding: 0;
}
.home-wrapper .fourth a {
  background: rgba(224, 224, 224, 0.8);
  display: block;
  padding: 30px 20px 30px;
  transition: background-color 0.3s ease-in-out;
  height: 100%;
  box-sizing: border-box;
}
.home-wrapper .fourth a:hover {
  background: #ffffff;
}
.home-wrapper .fourth h6 {
  font-size: 15px;
  color: #000;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.home-wrapper .fourth img {
  margin-bottom: 17px;
}
.home-wrapper .banner {
  padding: 160px 0;
}
.home-wrapper h2 {
  color: #fff;
  font-size: 47px;
  line-height: normal;
  padding-bottom: 8px;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(52, 63, 68, 0.31);
}
.home-wrapper h3 {
  color: #fff;
  font-size: 28px;
  line-height: normal;
  text-shadow: 1px 1px 3px rgba(52, 63, 68, 0.31);
  padding-bottom: 0px;
  margin-bottom: 50px;
}
.logos {
  text-align: center;
}
.logos .content {
  padding: 55px 0;
}
.logos li {
  float: none;
  margin: 7px 1.14% 7px 1.14%;
  padding: 0;
  display: inline-block;
}
.logos ul li img {
  height: auto;
  max-width: 100%;
}
.logos.companies ul li img {
  height: auto;
  max-width: 100%;
  max-height: 41px;
}
.logos.companies ul {
  margin-bottom: 20px;
}
.logos h2 {
  font-size: 24px;
  padding-bottom: 20px;
}
.middle_align {
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
}
.display_table {
  display: table;
}
.home_sections .content {
  max-width: 1350px;
  padding: 0;
}
.home_sections .half {
  height: 480px;
  min-height: 480px;
  text-align: center;
  background-size: cover;
  padding: 0 !important;
}
.home_sections .half .middle_align {
  padding: 0 19%;
}
.home_sections .half img {
  margin-bottom: 20px;
}
.home_sections .half.col_1 {
  background: url(../images/home_bg_img1.jpg) no-repeat center;
}
.home_sections .half.col_2 {
  background: url(../images/home_bg_img2.jpg) no-repeat center;
}
.home_sections .half.col_3 {
  background: url(../images/home_bg_img3.jpg) no-repeat center;
}
.home_sections .half.col_4 {
  background: url(../images/home_bg_img4.jpg) no-repeat center;
}
.home_sections .half h3 {
  margin-bottom: 10px;
}
.grow_home {
  text-align: center;
}
.grow_home h4 {
  margin-bottom: 9px;
}
.grow_home img {
  margin-bottom: 20px;
}
.latest_news img {
  margin-bottom: 20px;
}
.third {
  margin: 0 3.6% 0 0;
  padding: 0;
  width: 30.87%;
}
.latest_news .third img {
  width: 100%;
  height: auto;
}
.third.last {
  margin: 0;
}
.white-popup-block {
  background: #FFF;
  padding: 60px 60px 50px;
  text-align: left;
  max-width: 500px;
  margin: 0px auto;
  position: relative;
}
.white-popup-block h3 {
  margin-bottom: 15px;
}
.table {
  display: table;
  float: none !important;
}
.table.sld {
  line-height: 47px;
}
.sld.center {
  margin: 0 auto;
}
#datepicker {
  display: none;
}
.gray_bg {
  background: #f7f7f7;
}
.gray_bg .content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.white_bg .content {
  padding-top: 80px;
  padding-bottom: 70px;
}
.white_bg.last .content {
  padding-bottom: 10px;
}
.latest_projects a {
  color: #356588;
  text-decoration: underline;
  font-weight: bold;
}
.latest_projects a:hover {
  text-decoration: none;
}
.latest_projects .half {
  padding-bottom: 30px;
}
/*.row { padding-top:30px;}*/
.half.first {
  padding-right: 20px;
  box-sizing: border-box;
}
.half.last {
  padding-left: 20px;
  box-sizing: border-box;
}
.row .half .item {
  padding-right: 40px;
  margin-bottom: 45px;
}
.row .half .item.c_info {
  padding-right: 0;
}
.buttons {
  text-align: center;
}
.buttons > * {
  display: inline-block;
  margin-right: 30px;
}
.buttons > *:last-child {
  margin: 0;
}
.industry_check {
  margin-bottom: 10px;
  font-size: 18px;
}
a.view_product {
  position: absolute;
  color: #005578;
  font-weight: 600;
  bottom: 0;
  right: 0;
}
a.view_product:hover {
  color: #000;
  text-decoration: underline;
}
.banner.news {
  background-image: url(../images/news_bg.jpg);
}
.latest_news .date_news {
  color: #1f547b;
  font-size: 14px;
  display: block;
  padding-bottom: 5px;
}
.latest_news .third {
  background: #ffffff;
}
.gray_bg.latest_news .third .inner {
  padding: 0 10px;
}
.latest_news .third .inner {
  padding: 0 10px;
}
.half h2 {
  margin-bottom: 20px;
}
.news_page .third {
  margin-bottom: 35px;
}
.news_page .content {
  padding-bottom: 25px;
}
.banner.sourcing {
  background-image: url(../images/sourcing_bg.jpg);
}
.sourcing_icons img {
  margin-bottom: 25px;
}
.sourcing_icons .third_inner {
  padding: 0 14% 45px;
}
.sourcing_icons h4 {
  font-size: 15px;
  line-height: normal;
}
.white_bg.small_padding .content {
  padding: 30px 0;
}
.half.center.nfo {
  float: none;
  margin: 0 auto;
}
.half.center.nfo .lir_wr {
  padding: 0;
}
.main.login#thx {
  padding-bottom: 65px;
}
#thx .sec_menu_holder {
  margin-bottom: 65px;
}
.th_sub p {
  max-width: 850px;
  margin: 0 auto 21px;
}
#upload_doc {
  margin-top: -61px;
}
.documents_list {
  padding: 35px 0;
}
.document {
  width: 45%;
  float: left;
  line-height: 52px;
  margin-bottom: 11px;
  position: relative;
}
.document.odd {
  float: right;
}
.document .name {
  color: #000;
  line-height: 22px;
  display: block;
  background: url(../images/pdf_bg.png) no-repeat left 16px;
  background-size: 31px 17px;
  padding-left: 46px;
  font-size: 18px;
  font-weight: 600 ;
  box-sizing: border-box;
  padding-right: 130px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.document .name:hover {
  color: #1f547b;
}
.actions {
  position: absolute;
  right: 0;
  top: 0;
}
.actions .delete {
  height: 51px;
  box-sizing: border-box;
  border: 2px solid #1f547b;
  width: 47px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/delete_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 43px 47px;
}
.actions .delete:hover {
  background-image: url(../images/delete_bg_hover.png);
  border-color: #28ce6f;
}
.actions .details {
  height: 51px;
  box-sizing: border-box;
  border: 2px solid #1f547b;
  width: 47px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/details_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 43px 47px;
  margin-right: 6px;
}
.actions .details:hover {
  background-image: url(../images/details_bg_hover.png);
  border-color: #28ce6f;
}
.images_list {
  padding-bottom: 30px;
}
.images_list .image_ctn {
  width: 20.5%;
  margin: 0 2% 20px 2% !important ;
  position: relative;
  margin-bottom: 25px;
  box-sizing: border-box;
  padding-right: 123px;
  float: none;
  min-height: 51px;
  display: inline-block;
}
.image_ctn img {
  max-width: 100%;
}
.lir_wr.tall label {
  top: 10px;
}
@media only screen and (max-width: 1230px) {
  .tabs-slider .rsNav.rsBullets {
    display: block;
  }
  .nextcase,
  .prevcase {
    display: none;
  }
  .syp_wr {
    padding-top: 20px;
  }
  .cases_slider .rsArrow {
    display: none !important;
  }
  .cases_slider .rsNav.rsBullets {
    display: block;
  }
}
/* Overlay style */
.fullscreen-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(32, 84, 123, 0.9);
  text-align: center;
  padding-top: 100px;
  color: #fff;
  z-index: 9999;
}
.fullscreen-overlay p,
.fullscreen-overlay a {
  color: #fff;
}
.text-center {
  text-align: center;
}
.sp-thumbs a:link,
.sp-thumbs a:visited {
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.logos_new {
  text-align: center;
}
.logos_new h2 {
  font-size: 24px;
  padding-bottom: 30px;
  text-align: center;
}
.logos_new .content {
  max-width: 1350px;
  padding: 55px 0;
}
.logos_new .owl-carousel {
  width: calc( 100% - 70px );
  margin: 30px auto 60px;
}
.logos_new .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -29px;
  left: 0;
}
.logos_new .owl-buttons > * {
  cursor: pointer;
  background-position: center;
  background-size: 31px 58px;
  width: 31px;
  height: 58px;
  background-repeat: no-repeat;
  position: absolute;
  font-size: 0;
  line-height: 0;
  transition: all 0.3s ease-in-out;
}
.logos_new .owl-buttons > *:hover {
  opacity: 0.5;
}
.logos_new .owl-prev {
  left: -32px;
  background-image: url(../images/cases_prev_bg_blue.png);
}
.logos_new .owl-next {
  right: -32px;
  background-image: url(../images/cases_next_bg.png);
}
.logos_new img {
  max-width: 50px;
  display: block;
  margin: 0 auto;
  max-height: 50px;
}
.logos_fp {
  text-align: center;
}
.logos_fp h2 {
  font-size: 24px;
  padding-bottom: 30px;
  text-align: center;
}
.logos_fp .content {
  max-width: 1350px;
  padding: 55px 0;
}
.logos_fp .owl-carousel {
  width: calc( 100% - 70px );
  margin: 30px auto 60px;
}
.logos_fp .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -29px;
  left: 0;
}
.logos_fp .owl-buttons > * {
  cursor: pointer;
  background-position: center;
  background-size: 31px 58px;
  width: 31px;
  height: 58px;
  background-repeat: no-repeat;
  position: absolute;
  font-size: 0;
  line-height: 0;
  transition: all 0.3s ease-in-out;
}
.logos_fp .owl-buttons > *:hover {
  opacity: 0.5;
}
.logos_fp .owl-prev {
  left: -32px;
  background-image: url(../images/big-slider-prev-btn.png);
}
.logos_fp .owl-next {
  right: -32px;
  background-image: url(../images/big-slider-next-btn.png);
}
.logos_fp li {
  width: 154px;
  height: 154px;
}
.logos_fp a.logo-item {
  display: block;
  width: 134px;
  height: 134px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-wrap.flex-end {
  justify-content: flex-end;
}
.flex {
  display: flex;
}
.membership-col {
  padding: 0.5em;
  width: 33.3%;
}
@media (max-width: 767px) {
  .membership-col {
    width: 100%;
  }
  .membership-col.extra-margin {
    margin-bottom: 75px;
  }
}
.flex-box {
  display: flex;
  align-items: center;
}
.membership {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.membership .header {
  background-color: #38547b;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  padding: 20px 10px;
  min-height: 0;
}
.membership .inner {
  padding: 20px;
}
.membership .m-content {
  flex: 1 0 auto;
}
.membership ul {
  list-style: none;
}
.membership li {
  font-weight: 600;
}
.membership ul > li {
  padding-left: 33px;
  background-image: url(/images/check.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  list-style: none;
  padding-bottom: 20px;
}
.membership ul li ul {
  padding-top: 10px;
}
.membership ul li ul li {
  padding-left: 0;
  background-image: none;
  background-position: inherit;
}
.membership ul li ul li:before {
  content: '- ';
}
.membership .syr {
  width: 100%;
  padding: 14px 12px;
}
.membership .syr.h80 {
  height: 80px;
  vertical-align: middle;
  line-height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.membership strong {
  font-weight: 700;
}
.fp-subscription-box {
  background-color: rgba(244, 244, 244, 0.9);
}
.fp-subscription-box .white-bg {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin-bottom: 0;
}
.fp-subscription-box .price {
  font-weight: 700;
  font-size: 22px;
  padding: 20px 5px;
  margin-bottom: 0;
  text-align: center;
}
.subscription-box {
  color: #757575;
}
.subscription-box .header {
  background-color: #ababab;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  padding: 20px 10px;
  margin: 0;
  min-height: 0;
}
.subscription-box .inner {
  padding: 20px;
  border-top: 1px solid #ababab;
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
  background-color: #e2e2e2;
}
.subscription-box .price {
  background-color: #fff;
  font-weight: 700;
  font-size: 22px;
  padding: 20px 5px;
  margin-bottom: 0;
  text-align: center;
  border-bottom: 1px solid #ababab;
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
}
.subscription-box .syr {
  width: 100%;
  margin-top: 10px;
}
.subscription-box .syr {
  background-color: #fff;
  color: #ababab;
  border: 1px solid #ababab;
}
.subscription-box .arrow {
  border-color: #ababab;
}
.subscription-box .inner > ul > li {
  background-image: url(/images/check-gray.png);
}
.subscription-box.selected .header,
.subscription-box.active .header {
  background-color: #28ce6f;
  border-color: #28ce6f;
}
.subscription-box.selected .inner,
.subscription-box.active .inner {
  background-color: #e2e2e2;
  border-color: #28ce6f;
}
.subscription-box.selected .inner > ul > li,
.subscription-box.active .inner > ul > li {
  background-image: url(/images/check.png);
}
.subscription-box.selected li,
.subscription-box.active li {
  font-weight: 600;
  color: #000;
}
.subscription-box.selected .price,
.subscription-box.active .price {
  color: #28ce6f;
  border-color: #28ce6f;
}
.subscription-box.selected .syr,
.subscription-box.active .syr {
  background-color: #28ce6f;
  color: #fff;
  width: 100%;
}
.subscription-box.selected .arrow,
.subscription-box.active .arrow {
  border-color: #fff;
}
.subscription-box.blue .header {
  background-color: #356588;
  border-color: #356588;
}
.subscription-box.blue .inner {
  background-color: #e2e2e2;
  border-color: #356588;
}
.subscription-box.blue .inner > ul > li {
  background-image: url(/images/check.png);
}
.subscription-box.blue li {
  font-weight: 600;
  color: #000;
}
.subscription-box.blue .price {
  color: #356588;
  border-color: #356588;
}
.subscription-box.blue .syr {
  background-color: #356588;
  color: #fff;
  width: 100%;
}
.subscription-box.blue .arrow {
  border-color: #fff;
}
.steps {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #ababab;
}
.steps .square-badge {
  background-color: #ababab;
  color: #fff;
  font-weight: 600;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
.steps a {
  color: #ababab;
}
.steps span.text {
  padding-left: 5px;
}
.steps .active {
  color: #20547b;
}
.steps .active .square-badge {
  background-color: #20547b;
}
.steps .active span.text {
  text-decoration: underline;
}
i.arrow,
span.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
}
.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.syr.green .arrow {
  border-color: #fff;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.ucfirst:first-letter {
  text-transform: uppercase;
}
.subscribe-form {
  margin: 15px 0;
  padding: 0;
  float: left;
  width: 96%;
}
.subscribe-form span {
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  float: left;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 52px;
}
.subscribe-form .input-form {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 57.17%;
  float: right;
}
.subscribe-form input[type="text"] {
  background: none;
  border: none;
  float: left;
  padding: 0 0 0 5%;
  width: 58.21%;
  color: #000000;
  font-size: 15px;
  height: 52px;
  line-height: 52px;
  font-family: 'proxima-nova';
  outline: none;
}
.subscribe-form button {
  float: left;
  width: 41.79%;
  font-weight: 600;
  font-family: 'proxima-nova';
}
#owl {
  margin: 22px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
#owl .owl-item img {
  width: 100%;
  height: auto;
}
h6 {
  color: #000000;
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  padding: 0 0 7px;
  font-weight: 600;
}
#owl p {
  padding: 0;
}
.owl-inner {
  padding: 27px 10% 0;
  margin: 0;
}
#owl .owl-pagination {
  display: none;
}
#owl .owl-prev,
#owl .owl-next {
  display: block;
  width: 31px;
  height: 57px;
  margin: 0;
  top: 50px;
  cursor: pointer;
  position: absolute;
  font-size: 0;
  text-indent: -9999;
}
#owl .owl-prev {
  background: url(../images/big-slider-prev-btn.png) no-repeat 0 0;
  left: 30px;
}
#owl .owl-next {
  background: url(../images/big-slider-next-btn.png) no-repeat 0 0;
  right: 30px;
}
.not-authenticated {
  background: url(/images/not-authenticated-bg.jpg) center center;
  background-size: cover;
  min-height: 233px;
  text-align: center;
  padding: 30px 10px;
}
.not-authenticated .large-text {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
}
.not-authenticated .medium-text {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
.not-authenticated a.medium-text {
  text-decoration: underline;
}
.syr.trans {
  background: none;
  border: 2px solid #FFF;
  color: #FFF;
}
.syr.trans:hover {
  background: #eee;
  color: #000000;
}
.syr-block {
  min-width: 100%;
}
.blue-popup {
  position: relative;
  background: url(/images/modal-bg.jpg) center center;
  background-size: cover;
  padding: 60px;
  width: auto;
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
}
.blue-popup .modal-title {
  padding-top: 30px;
  font-size: 24px;
}
.blue-popup .name {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.blue-popup a {
  font-weight: 600;
}
.blue-popup p,
.blue-popup a,
.blue-popup .modal-title {
  color: #fff;
  font-size: 16px;
}
.icon-row a {
  line-height: 21px;
}
.icon-row img {
  vertical-align: middle;
}
a.contact-modal {
  font-weight: 600;
  text-decoration: underline;
  color: #20547b;
}
.text-white {
  color: #fff;
}
.banner.homepage img {
  max-height: 70px;
  margin-bottom: 5px;
}
.banner.homepage p,
.banner.homepage h4,
.banner.homepage h5 {
  color: #fff;
}
#single-signup-form > span {
  width: 430px;
  line-height: 16px;
  padding-top: 14px;
}
.home-wrapper {
  position: relative;
  overflow: hidden;
}
.home-wrapper > video {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-wrapper > .banner,
.home-wrapper > .header {
  position: relative;
  z-index: 2;
}
.home-wrapper > .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 100%;
  position: relative;
  direction: ltr;
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 699px;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsContainer {
  position: relative;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  opacity: 1;
  cursor: pointer;
}
.rsBullet {
  width: 14px;
  height: 14px;
  background: #fff;
  display: inline-block;
  *float: left;
  padding: 0;
  margin: 0 10px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.rsBullet:hover,
.rsBullet.rsNavSelected {
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
#big-slider.black .rsBullet {
  background: #000000 !important;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  background: url(../images/dark-overlay.png) repeat;
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.rsFullscreen .rsArrowRight,
.rsFullscreen .rsArrowLeft {
  display: none !important;
}
.rsFullscreen .rsContainer {
  height: 100% !important;
  text-align: center;
}
#gallery.rsFullscreen .rsSlide .rsMainSlideImage {
  height: auto !important;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.rsFullscreen .rsThumbs {
  right: 25px !important;
  width: 11.52% !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNav.rsBullets {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 25;
  -webkit-backface-visibility: hidden;
}
.grab-cursor {
  cursor: url(../images/grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(../images/grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
/* Internal Slider */
.big-content .rsOverflow,
.big-content .rsContainer,
.big-content .royalSlider {
  height: 341px;
}
.big-content .rsArrow,
.big-content .rsNav,
.big-content .rsThumbsArrow {
  background: #ffffff;
}
.right-content .rsOverflow,
.right-content .rsContainer,
.right-content .royalSlider {
  height: 327px;
}
.right-content .rsArrow,
.right-content .rsNav,
.right-content .rsThumbsArrow {
  background: #ffffff;
}
.rsArrowRight:hover,
.rsArrowLeft:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
ul.resp-tabs-list {
  padding: 0px;
}
.resp-tabs-list li {
  list-style: none;
}
.resp-tabs-container {
  padding: 0px;
  background-color: none;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
h2.resp-accordion {
  margin: 0;
  padding: 0 20px;
  line-height: 55px;
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  background: #f7f7f7 !important;
  border: 4px solid #ffffff;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #1f547c  !important;
  color: #ffffff !important;
  /* !important;*/
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content:last-child {
  /* !important;*/
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
h2.resp-accordion:first-child {
  /* !important;*/
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  background-color: #20547b !important;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
#video .mfp-bg {
  display: none;
}
#video .mfp-wrap {
  height: auto !important;
  width: 100% !important;
  top: 0 !important;
}
#video .mfp-iframe-scaler iframe {
  box-shadow: none;
  background: #ffffff;
}
#video .mfp-container {
  position: inherit;
}
.video_test {
  margin-right: 0px !important;
  overflow: inherit !important;
}
#video .mfp-iframe-holder {
  padding-top: 0px;
  padding-bottom: 40px;
}
#video .mfp-container {
  padding: 0;
}
#video .mfp-iframe-holder .mfp-content {
  max-width: 100%;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.b-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .b-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .b-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .b-container {
    width: 1080px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.b-row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.b-clearfix,
.b-clearfix:before,
.b-clearfix:after,
.b-container:before,
.b-container:after,
.b-container-fluid:before,
.b-container-fluid:after,
.b-row:before,
.b-row:after {
  content: " ";
  display: table;
}
.b-clearfix:after,
.b-container:after,
.b-container-fluid:after,
.b-row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-third {
  flex: 0 0 32%;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .flex-grid {
    display: block;
  }
}
.badge-membership {
  float: right;
  border-radius: 15px;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
}
.badge-membership.basic {
  background-color: #2e5378;
}
.badge-membership.premium,
.badge-membership.platin {
  background-color: #64cb78;
}
.search-items {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 26px;
  height: 26px;
  background: #2e5378;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 12px;
  right: 35px;
}
.multi-select-container {
  display: inline-block;
  width: 100%;
  position: relative;
}
.multi-select-menu {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 1;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
}
.multi-select-menuitem {
  display: block;
  font-size: 18px;
  padding: 0.6em 1em 0.6em 30px;
  white-space: nowrap;
}
.multi-select-menuitem--titled:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  margin: 0 0 0.25em -20px;
}
.multi-select-menuitem--titledsr:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.multi-select-menuitem + .multi-select-menuitem {
  padding-top: 0;
}
.multi-select-presets {
  border-bottom: 1px solid #ddd;
}
.multi-select-menuitem input {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -20px;
}
.multi-select-button {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 2px solid #777;
  cursor: default;
  height: 53px;
  width: 100%;
  margin: 0;
  outline: none;
  font-size: 18px;
  font-family: 'proxima-nova';
  color: #000;
  padding: 12px 0 0 15px;
  box-sizing: border-box;
  transition: border-color 0.3s ease-in-out;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}
.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  /*margin-left: 0.4em;*/
  vertical-align: 0.1em;
  float: right;
  margin-right: 10px;
  margin-top: 8px;
}
.multi-select-container--open .multi-select-button {
  background-color: #416485;
  color: #fff;
}
.multi-select-container--open .multi-select-menu {
  display: block;
}
.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #fff transparent;
}
.multi-select-container--positioned .multi-select-menu {
  /* Avoid border/padding on menu messing with JavaScript width calculation */
  box-sizing: border-box;
}
.multi-select-container--positioned .multi-select-menu label {
  /* Allow labels to line wrap when menu is artificially narrowed */
  white-space: normal;
}
.multi-select-menuitem {
  position: relative;
}
.multi-select-menuitems input[type=checkbox] {
  display: none;
}
.multi-select-menuitems input[type=checkbox]:checked + span:after {
  background: url(../images/checkbox_bg.png) no-repeat center #37708b;
  background-size: 23px 23px;
}
.multi-select-menuitems input[type=checkbox] + span:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 0;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  background: #ffffff no-repeat center;
  cursor: pointer;
  box-sizing: border-box;
  bottom: 0;
  margin: auto;
  border: solid 2px #37708b;
}
/*!
 * Cropper v@VERSION
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-@YEAR Fengyuan Chen and contributors
 * Released under the MIT license
 *
 * Date: @DATE
 */
.cropper-container {
  position: relative;
  overflow: hidden;
  direction: ltr !important;
  touch-action: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.cropper-container img {
  display: block;
  image-orientation: 0deg !important;
  width: 100%;
  height: 100%;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
}
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cropper-view-box {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 1px solid #6699ff;
  outline-color: rgba(102, 153, 255, 0.75);
}
.cropper-dashed {
  position: absolute;
  display: block;
  border: 0 dashed #eee;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.cropper-dashed.dashed-h {
  top: 33.33333333%;
  left: 0;
  width: 100%;
  height: 33.33333333%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333333%;
  width: 33.33333333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}
.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.cropper-center:before,
.cropper-center:after {
  position: absolute;
  display: block;
  background-color: #eee;
  content: " ";
}
.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px;
}
.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff;
}
.cropper-line {
  background-color: #6699ff;
}
.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}
.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}
.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}
.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}
.cropper-point {
  width: 5px;
  height: 5px;
  background-color: #6699ff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}
.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}
.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}
.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}
.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}
.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}
.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}
.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
  filter: alpha(opacity=100);
}
.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: " ";
  background-color: #6699ff;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
}
.cropper-bg {
  background-image: url("../img/bg.png");
}
.cropper-invisible {
  opacity: 0;
  filter: alpha(opacity=0);
}
.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
/* jQuery Gridly
 * Copyright 2015 Kevin Sylvestre
 * 1.2.9
 */
.gridly,
.gridly > :not(.dragging) {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gridly .dragging {
  z-index: 800;
}
@media screen and (max-width: 1080px) {
  .content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .home_sections .content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .menu li {
    margin-right: 20px;
  }
  #subscribe {
    width: 87%;
  }
  .spp_holder {
    padding-bottom: 10px;
  }
  .cluster-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cluster-half.right .cluster-inner {
    padding-right: 15px;
  }
  .cluster-half.left .cluster-inner {
    padding-left: 15px;
  }
  .subheader ul li {
    margin: 0 3.5% 0 3.5% !important;
    float: none;
    display: inline-block;
  }
  .subheader ul {
    text-align: center;
  }
  .content_slider {
    padding-left: 30px;
    padding-right: 15px;
  }
  .cases_slider_section {
    padding-bottom: 100px;
  }
  .pd7.sm_tb {
    padding-left: 40px;
  }
  .first_inp .dp {
    min-height: 48px;
  }
  .ll-skin-melon .ui-datepicker {
    margin-left: -26px;
  }
  .cases_content {
    padding: 0 15px;
  }
  #single-signup-form > span {
    width: 350px;
  }
}
@media screen and (max-width: 978px) {
  .menu {
    display: none;
  }
  .visit {
    display: none;
  }
  #mobile-menu {
    display: block;
    float: right;
    margin-top: 28px;
  }
  .subscribe-form span {
    width: 100%;
    text-align: center;
  }
  .subscribe-form .input-form {
    float: left;
    margin-left: 15px;
    width: 96%;
  }
  #subscribe {
    width: 92%;
  }
  #subscribe .input-form {
    float: left;
    margin-left: 15px;
    width: 47%;
  }
  .f_bottom {
    padding: 37px 0 34px;
  }
  .banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner h1 {
    margin-bottom: 0px;
  }
  .spp_holder {
    padding-top: 20px;
  }
  .dyd {
    margin-bottom: 23px;
  }
  .sld {
    float: left;
  }
  .h_delimiter {
    padding-bottom: 25px;
  }
  .syr_wr {
    padding-top: 40px;
  }
  .left.cin {
    padding-right: 12px;
  }
  .right.cin {
    padding-left: 12px;
  }
  .ci_wr {
    padding: 0px 0px 40px;
    margin-bottom: 50px;
  }
  .sec_wr {
    padding: 19px 0px 40px;
  }
  .su_wr {
    padding: 0px 0px 60px;
    margin-bottom: 50px;
  }
  .sut_wr {
    margin-bottom: 10px;
  }
  .syp_wr {
    padding-bottom: 10px;
  }
  .split_section .left {
    padding-right: 50px;
  }
  .split_section .right {
    padding-left: 50px;
  }
  .sort {
    width: 100%;
  }
  .price {
    padding-left: 0px;
    display: block;
  }
  .item p {
    margin-bottom: 10px;
  }
  .sidebar {
    width: 26%;
  }
  .items_s {
    width: 70%;
  }
  .items_holder {
    margin-bottom: 40px;
  }
  .fx_width {
    width: 100%;
  }
  .item.big .fx_width {
    width: inherit;
  }
  .items_s {
    margin-bottom: 0px;
  }
  .subheader ul li {
    margin: 0 3% 0 0;
  }
  .sut_wr.sut_au {
    padding-bottom: 70px;
  }
  .tb_dsp {
    display: none;
  }
  .cs_bot .syr {
    width: 299px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .or {
    padding: 0 35px;
  }
  .cases_slider_section {
    padding-bottom: 70px;
  }
  .left.h_ctu {
    width: 60%;
  }
  .right.h_ctu {
    width: 40%;
  }
  .left .in_log {
    padding-right: 20px;
  }
  .nla {
    display: block;
    padding-left: 0px;
    padding-top: 10px;
  }
  .half.tb100 {
    width: 100%;
  }
  .pd7.sm_tb {
    padding-left: 0px;
  }
  .lir_wr.mpp {
    padding-left: 164px;
  }
  .sec_inp .th_holder {
    width: 48%;
  }
  .home_sections .half .middle_align {
    padding: 0 10%;
    min-height: inherit;
  }
  .home_sections .half .syr {
    max-width: 280px;
    width: 100%;
    padding: 14px 15px;
  }
  .filters {
    margin-bottom: 20px;
  }
  .filters h3 {
    margin-bottom: 0px;
  }
  .left .in_sup {
    padding-right: 40px;
    padding-top: 0px;
  }
  .subheader ul li {
    margin: 0 2.5% 0 2.5% !important;
  }
  .content_slider {
    padding-top: 0;
  }
  .half.center-half {
    width: 55%;
  }
  .half.center-half.reset_password {
    width: 75%;
  }
  .sourcing_icons .third_inner {
    padding: 0 5% 15px;
  }
  #single-signup-form > span {
    width: auto;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .main.start_project {
    padding: 40px 0 50px;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .h_th.left {
    width: 100%;
    padding-left: 0;
  }
  .th_sub {
    padding-top: 0px;
  }
  .th_sub p br {
    display: none;
  }
  .h_th.right {
    width: 100%;
  }
  .th_sides_wr {
    padding-bottom: 16px;
    margin-bottom: 40px;
  }
  .subscribe-form {
    width: 100%;
    float: none;
  }
  .subscribe-form .input-form {
    margin-left: 0px;
    width: 96%;
  }
  #subscribe {
    width: 100%;
    float: none;
  }
  #subscribe .input-form {
    margin-left: 0px;
    width: 100%;
  }
  .in {
    float: none;
    margin: 15px auto 0;
  }
  .banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .banner h1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .dp a {
    float: none;
    display: block;
  }
  .txa {
    height: 130px;
  }
  .dropzone {
    min-height: 136px;
  }
  .dropzone .dz-message {
    text-align: center;
    margin-top: 28px;
  }
  .half {
    width: 100%;
  }
  .half.first {
    padding-right: 0;
    padding-bottom: 25px;
  }
  .half.last {
    padding-left: 0;
    padding-bottom: 0px;
  }
  .s_li {
    padding-right: 0px;
  }
  .s_ld {
    padding-left: 0px;
    padding-top: 40px;
    text-align: center;
  }
  .date_select {
    padding-top: 0px;
    text-align: center;
  }
  .date_select > * {
    float: none;
    display: inline-block;
  }
  .left.nfo {
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .right.nfo {
    padding-left: 0px;
  }
  .h_delimiter {
    padding-bottom: 40px;
  }
  .info_wr {
    padding-top: 10px;
  }
  .main {
    padding: 50px 0 50px;
  }
  .fourth {
    width: 47%;
    margin-right: 6%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .fourth:nth-child(2) {
    margin-right: 0px;
  }
  .left.cin {
    padding-right: 0px;
  }
  .right.cin {
    padding-left: 0px;
  }
  .clusters-halfs-top {
    background: #f7f7f7;
  }
  .cluster-half {
    width: 100%;
  }
  .cluster-half.right .cluster-inner,
  .cluster-half.left .cluster-inner {
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    padding-top: 40px;
  }
  .cluster-half.left .cluster-inner {
    padding-bottom: 30px;
  }
  .clusters-halfs-bottom {
    background: #fff;
  }
  .syr_wr {
    padding-top: 35px;
  }
  h2.resp-accordion {
    border: 1px solid #777777;
    border-bottom: none;
    text-align: center;
    position: relative;
    top: -1px;
  }
  h2.resp-accordion:last-of-type {
    border-bottom: 1px solid #777777;
  }
  .tabs-left,
  .tabs-image {
    width: 100%;
  }
  #tabs .resp-tabs-container {
    padding-top: 4px;
  }
  .tabs-left {
    padding-top: 30px;
  }
  .tabs-left h3 {
    margin-bottom: 8px;
  }
  .tabs-slider .rsNav.rsBullets {
    display: none;
  }
  .resp-tab-content {
    border: 1px solid #777777;
    border-top: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .syp_wr {
    padding-bottom: 0px;
  }
  #tabs {
    padding-bottom: 25px;
  }
  .split_section {
    padding: 30px 0px;
  }
  .split_section .left {
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .split_section .right {
    padding-left: 0px;
  }
  .split_section {
    background-position: 0px 0px;
    text-align: center;
  }
  .sb_section {
    padding: 0px 0 25px;
    margin-bottom: 40px;
  }
  .img_h {
    text-align: center;
    margin-bottom: 20px;
  }
  .sb_section .right img {
    float: none;
  }
  .right .in_sb {
    padding-left: 0px;
  }
  .or {
    display: block;
    padding: 10px 26px;
  }
  .items_s {
    width: 100%;
  }
  .pag_link {
    width: 140px;
    font-size: 13px;
  }
  .sidebar {
    width: 100%;
    padding-bottom: 40px;
  }
  .supl_sign {
    padding-top: 0px;
    border-top: none;
  }
  .left .in_sup {
    padding-right: 0px;
    padding-bottom: 35px;
  }
  .right .in_sup {
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 35px;
  }
  .item {
    padding-left: 153px;
  }
  .item.big {
    padding-left: 177px;
  }
  .supl_sign .half img {
    display: block;
    margin: 0 auto;
  }
  .items_s {
    margin-bottom: 30px;
  }
  .subheader ul li {
    margin: 0 4% 0 4% !important;
    text-align: center;
  }
  .subheader ul li a {
    line-height: 28px;
  }
  .subheader ul {
    padding: 10px 0px;
  }
  .npt .left .in_sup {
    padding-right: 0px;
    padding-top: 50px;
    padding-bottom: 24px;
  }
  .npt .right img {
    display: none;
  }
  .half.img_hl {
    width: 50%;
  }
  .half.img_hl img {
    width: 100%;
  }
  .lr_sides {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 8px;
  }
  .right .pd7 {
    padding-left: 0px;
  }
  .logos_holder {
    margin-bottom: 50px;
  }
  .sut_wr.sut_au {
    padding-bottom: 40px;
  }
  .ci_holder.pd_t {
    padding-top: 50px;
  }
  .left .pd7 {
    padding-right: 0px;
  }
  .cases_slider img {
    margin: 0 auto;
  }
  .content_slider {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    padding: 30px 0 0 0;
  }
  .content_slider h3 {
    margin-bottom: 15px;
  }
  .cases_slider_section {
    padding-bottom: 50px;
  }
  .left.h_ctu {
    width: 100%;
  }
  .cntc .left.h_ctu {
    padding-bottom: 30px;
  }
  .right.h_ctu {
    width: 100%;
  }
  .main.cntc {
    padding: 55px 0 50px;
  }
  .spliter {
    background: none;
    padding: 25px 0 40px;
  }
  .left .in_log {
    padding-right: 0px;
    padding-bottom: 50px;
  }
  .left .project_dt {
    padding-right: 0px;
  }
  .right .in_acc {
    padding-left: 0px;
  }
  .right .in_acc.lg_out {
    margin-bottom: 10px;
  }
  .sec_menu {
    display: block;
  }
  .sec_menu li {
    display: block;
    border-right: 2px solid #20547b;
    border-bottom: none;
  }
  .sec_menu li:last-child {
    border-bottom: 2px solid #20547b;
  }
  .actions_wr {
    float: none;
  }
  .sec_div {
    margin-left: 0px;
    float: none;
    margin-top: 20px;
  }
  .project_row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pdl85 {
    padding-left: 0px;
    padding-top: 50px;
  }
  .main.m_det {
    padding-bottom: 50px;
  }
  .items_holder_acc .item {
    padding-right: 0px;
  }
  .iufs {
    padding: 18px 0px 40px 0px;
  }
  .up_holder,
  .options_holder {
    position: static;
    padding: 7px 0 14px;
  }
  .first_inp .dp {
    min-height: 0px;
  }
  .th_holder,
  .sec_inp .th_holder {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .inp3 {
    margin-bottom: 0px;
  }
  .login .txa {
    margin-bottom: 10px;
  }
  .ch_wr {
    padding-top: 0px;
  }
  .log_bot {
    padding-bottom: 8px;
  }
  .t_wr {
    width: 100%;
    margin-right: 0%;
  }
  .pc_wr img {
    width: 100%;
    max-width: inherit;
  }
  .white-popup-block {
    padding: 40px 25px 30px;
  }
  .home-wrapper .fourth {
    width: 48.6%;
    margin-bottom: 2.4%;
  }
  .home-wrapper .banner {
    padding: 50px 0;
  }
  .home-wrapper h2 {
    font-size: 38px;
  }
  .home-wrapper h3 {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .home-wrapper .row {
    padding-bottom: 40px;
  }
  .home_sections .half {
    height: auto !important;
    min-height: auto;
    padding: 40px 0 !important;
  }
  .home_sections .half .middle_align {
    display: block;
  }
  .display_table {
    display: block;
  }
  .white_bg .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .gray_bg .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .stripe {
    padding: 40px 0 30px;
  }
  .content.contact .third,
  .third {
    margin: 0 1.5% 25px 0.5% !important;
    padding: 0;
    width: 47%;
  }
  .content.contact .third.last,
  .third.last {
    margin-right: auto !important;
    margin-left: auto !important;
    float: none;
    clear: both;
  }
  .news_page .third.last {
    margin: 0 1.5% 25px 1.5% !important;
    padding: 0;
    width: 47%;
    float: left;
    clear: none;
  }
  .syr {
    padding: 12px 15px;
    font-size: 16px;
  }
  .ll-skin-melon .ui-datepicker {
    margin-left: 0px;
  }
  .half.center-half {
    width: 75%;
  }
  .half.center-half.reset_password {
    width: 80%;
  }
  .half.center-half.reset_password .lir_wr {
    padding-right: 0px;
  }
  .buttons > * {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .row .half .item {
    margin-bottom: 15px;
  }
  .syr.sm {
    min-width: inherit;
    width: 100%;
    max-width: 330px;
    font-size: 16px;
  }
  .syr.enq,
  .syr.enq:hover {
    background-position: 15px center;
    padding-left: 50px;
  }
  .clusters-halfs-logos {
    background-position: center right;
  }
  .images_list .image_ctn {
    width: 36%;
    margin-left: 6% !important;
    margin-right: 6.5% !important;
  }
  .document {
    width: 100%;
  }
  #upload_doc {
    margin-top: 0;
    float: none;
  }
  .su_wr .half.nfo {
    margin-bottom: 15px;
  }
  .video_example {
    padding-left: 110px;
    padding-top: 0;
  }
  .home-wrapper video {
    display: none;
  }
  .home-wrapper > .video-overlay {
    display: none;
  }
}
@media screen and (max-width: 767px) and only screen and (max-width: 560px) {
  .item.big .fx_width {
    width: 100%;
  }
  .images_list .image_ctn {
    width: 45%;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
}
@media screen and (max-width: 481px) {
  .logo {
    position: absolute;
  }
  .header {
    min-height: 104px;
  }
  ul.slicknav_nav {
    margin-top: 40px;
    padding-bottom: 10px;
  }
  h1 {
    font-size: 33px;
    line-height: 40px;
  }
  .ddl {
    padding-left: 0px;
    display: block;
  }
  a.syr {
    max-width: 100%;
  }
  .fx_width {
    display: block;
    margin-top: 10px;
  }
  .subscribe-form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
  }
  .subscribe-form .button {
    width: 100%;
  }
  .subscribe-form {
    float: none;
  }
  .subscribe-form span {
    line-height: 20px;
    margin-bottom: 14px;
    text-align: center;
    display: block;
    width: 96%;
  }
  #subscribe input[type="text"] {
    width: 100%;
    box-sizing: border-box;
  }
  #subscribe input[type="submit"] {
    width: 100%;
  }
  #subscribe {
    float: none;
  }
  #subscribe span {
    line-height: 20px;
    margin-bottom: 14px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .in {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .banner h1 {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
  }
  .lir_wr {
    position: relative;
    padding-left: 0px;
  }
  .lir_wr label {
    position: static;
    top: 0px;
    padding-bottom: 6px;
    display: block;
  }
  .syr {
    max-width: 100%;
  }
  .fourth {
    width: 100%;
    margin: 0;
  }
  .fourth_holder {
    padding: 6px 0 20px;
    margin-bottom: 40px;
  }
  .ci_holder {
    padding-top: 15px;
  }
  .lir_wr label.two_r {
    top: 0px;
  }
  label.two_r br {
    display: none;
  }
  .sm_slct {
    text-align: left;
  }
  .sm_slct .slct {
    width: auto;
    display: block;
  }
  .logos_holder,
  .ldc_holder {
    margin-bottom: 40px;
  }
  .item,
  .item.big {
    padding-left: 0px;
    min-height: 0;
  }
  .item img {
    position: static;
    margin-bottom: 10px;
  }
  .sort a {
    display: inline-block;
  }
  .pag_link {
    display: block;
    float: none;
    width: 100%;
    box-sizing: border-box;
    max-width: 200px;
    margin: 0 auto;
  }
  .sp_right {
    width: 100%;
  }
  .prod_desc {
    margin-bottom: 40px;
  }
  .sp_left {
    width: 100%;
    margin-bottom: 25px;
  }
  .pag_link.bto {
    width: 240px;
    max-width: 100%;
  }
  .ci_holder.pd_t {
    padding-top: 40px;
  }
  .half.img_hl {
    width: 100%;
    text-align: center;
  }
  .half.img_hl img {
    width: auto;
  }
  .left.img_hl {
    padding-right: 0px;
  }
  .right.img_hl {
    padding-left: 0px;
  }
  .mob_dsp {
    display: none;
  }
  .content_slider {
    padding-bottom: 30px;
  }
  .in_ct h4 img {
    display: none;
  }
  .right .in_log {
    padding: 0px;
  }
  .cproj {
    display: block;
    padding-bottom: 10px;
  }
  .lir_wr.mpl {
    padding-left: 0px;
  }
  .lir_wr.mpp {
    padding-left: 0px;
  }
  .mpl label,
  .mpp label {
    display: inline-block;
    margin-bottom: 10px;
  }
  .pr_holder {
    width: 100%;
  }
  .c_select {
    width: 100%;
    padding-left: 0px;
  }
  .content.contact .third,
  .third {
    margin: 0 0 25px 0 !important;
    padding: 0;
    width: 100%;
  }
  .news_page .third.last {
    margin: 0 0 25px 0 !important;
    padding: 0;
    width: 100%;
  }
  .home-wrapper .fourth {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }
  .home_sections .half {
    width: 100%;
    max-width: inherit;
  }
  .home_sections .half .middle_align {
    padding: 0 15px;
  }
  .off_wr img {
    float: none;
    margin-right: 0px;
    width: 100%;
  }
  .off_desc {
    float: none;
    padding-top: 20px;
    text-align: center;
  }
  .in_ct h4 span {
    display: block;
  }
  .half.center-half {
    width: 100%;
  }
  .half.center-half .log_holder {
    width: 100%;
  }
  .half.center-half .lir_wr {
    padding-left: 0px;
  }
  .half.center-half.reset_password {
    width: 100%;
  }
  .half.center-half.reset_password .lir_wr {
    padding-left: 0px;
  }
  .s_ld {
    text-align: left;
  }
  .date_select {
    padding-top: 0px;
    text-align: left;
  }
  .date_select > * {
    float: none;
    display: block;
  }
  .images_list .image_ctn {
    width: 197px;
    display: block;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
  .video_example {
    padding-left: 0px;
    padding-top: 0;
  }
  .item a.item-img {
    position: static;
    display: block;
  }
}
:root {
  /* color scheme */
  --green: #64CB79;
  --blue: #2D4160;
  --grey: #F7F7F7;
}
.home-wrapper .banner h1 {
  display: block;
  background: none;
  color: #fff;
  font-size: 40px;
  line-height: normal;
  padding: 0;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(52, 63, 68, 0.31);
}
.home h2 {
  color: #000;
  font-size: 40px;
  line-height: normal;
  padding: 0;
  margin-bottom: 5px;
  font-weight: 700;
}
.home p {
  line-height: 1.2em;
  color: #000;
  font-size: 18px;
}
.home .content {
  max-width: 1590px;
  padding-right: 25px;
  padding-left: 25px;
  box-sizing: border-box;
}
.home .menu {
  margin-right: -266px;
  margin-top: 70px;
}
.col3Row {
  margin-top: 80px;
}
.cIconBox {
  min-height: 75px;
}
.col3Row h4 {
  color: var(--green);
  font-size: 22px;
}
.evSliderInfoWr span.syr {
  display: inline-block;
  min-width: 0;
}
a:hover span.syr {
  color: var(--green);
  background: #fff;
}
.gnRow .evSliderBox {
  padding-bottom: 30px;
  max-width: 440px;
  margin: 0 auto 80px;
}
.searchForm {
  max-width: 620px;
  margin: 30px auto 0;
}
.searchInput {
  background: url(/images/acb2b_icon_search.png) no-repeat;
  background-position: 10px;
  background-size: 18px;
  padding-left: 40px!important;
}
.logo-item-a {
  display: block;
  width: 134px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
.searchMainWr {
  max-width: 1380px;
  margin: 0 auto;
}
.sResWr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.half {
  width: 50%;
}
.sResWr .half {
  border-bottom: 1px solid #ddd;
}
.sResWr .half:nth-child(2n+1) {
  border-right: 1px solid #ddd;
}
.sResWr .half:last-child,
.sResWr .half:nth-last-child(2) {
  border-bottom: 0;
}
.sRes {
  padding: 60px 60px 60px 0;
}
.half:nth-child(2n) .sRes {
  padding-left: 60px;
  padding-right: 0;
}
.half:nth-child(2) .sRes,
.half:first-child .sRes {
  padding-top: 0;
}
.buttonS {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.buttonS:hover {
  color: var(--green);
}
.sgWr {
  position: relative;
  background: var(--blue);
  width: auto;
  max-width: 900px;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}
.sgWr h3,
.sgWr h4,
.sgWr h5,
.sgWr a,
.sgWr p {
  color: inherit;
}
.sgpWr {
  display: flex;
  align-items: center;
}
.sgpImg {
  border-radius: 10px;
  overflow: hidden;
  width: 40%;
}
.sgpImg img {
  max-width: 100%;
  height: auto;
  display: block;
}
.mfp-close-btn-in .sgWr .mfp-close {
  background: transparent;
}
.sgpCnt {
  padding: 40px 35px;
  flex: 1;
}
.sgpCnt h3 {
  margin-bottom: 5px;
  font-size: 27px;
}
.sgpCnt h5 {
  font-size: 18px;
  font-weight: normal;
}
.sgLinks {
  margin: 20px 0;
}
.sgLink {
  display: inline-block;
  padding: 5px;
  padding-left: 40px;
  background-position: 0 50%;
  font-size: 15px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.sgMail {
  background-image: url("../images/mail.svg");
}
.sgTel {
  background-image: url("../images/tel.svg");
}
.sgIn {
  background-image: url("../images/in.svg");
}
.sgpCnt p {
  font-size: 15px;
}
.sgpCnt .syr {
  font-size: 13px;
  padding: 13px;
}
.visit a {
  float: right;
  margin: 0;
  padding: 13px 28px;
  margin-top: -10px;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  font-weight: 700;
  background: var(--blue);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.tstSliderMain {
  background: url("../images/path1.svg") no-repeat 50% 50%;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.tstSliderWr {
  margin-top: 30px;
}
.tstSliderWr p {
  font-size: 22px;
  color: #000;
}
.tstSliderWr p.author {
  font-size: 22px;
}
.slick-dots {
  display: flex!important;
  justify-content: center;
  margin-top: 30px;
}
.slick-dots button {
  display: block;
  overflow: hidden;
  text-indent: 1000;
  font-size: 0;
  line-height: 0;
  margin: 0 6px;
  width: 13px;
  height: 13px;
  border: none;
  outline: none;
  background: var(--green);
  opacity: 0.5;
  transition: all .3s ease;
  cursor: pointer;
  border-radius: 50%;
}
.slick-dots button:hover,
.slick-dots .slick-active button {
  opacity: 1;
}
.evSliderBox {
  border: 6px solid var(--green);
  border-radius: 5px;
  padding: 70px 30px 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  /*cursor: pointer;*/
}
.evSliderBox::before {
  content: "";
  display: block;
  position: absolute;
  width: 65px;
  height: 3px;
  background: var(--green);
  left: 30px;
  top: 42px;
}
.evSliderInfoWr {
  margin-top: auto;
}
.evSliderBox h3 {
  color: var(--green);
  font-size: 27px;
  font-weight: bold;
}
.evSlider .slick-list {
  margin: 0 -20px;
}
.evSlider .slick-track {
  display: flex!important;
}
.evSlider .slick-slide {
  height: inherit !important;
  display: flex;
}
.evSlider .slick-slide > div {
  display: flex;
}
.evSliderFrame {
  display: flex!important;
  padding: 0 20px;
}
.evSlider p {
  font-size: 18px;
}
.evSlider .evSliderInfoWr p {
  font-size: 20px;
  color: var(--green);
}
.evSlider .evSliderInfoWr p strong {
  font-weight: 700;
}
.evSliderBox:hover {
  background: var(--green);
  color: #fff;
}
.evSliderBox:hover h3,
.evSliderBox:hover p {
  color: #fff!important;
}
.evSliderBox:hover::before {
  background: #fff;
}
.evSliderTopRow {
  display: flex;
  margin-bottom: 60px;
}
.evSliderDescription {
  padding: 0 100px;
}
.evSliderTopRow p {
  font-size: 18px;
}
.evArr {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--green);
  transition: all .3s ease;
  justify-content: center;
  align-items: center;
}
.evArr:hover {
  background: var(--green);
}
.evArr i.arrow {
  padding: 7px;
  border-color: var(--green);
}
.evArr:hover i.arrow {
  border-color: #fff;
}
.evPrev i.arrow {
  margin-left: 5px;
}
.evNext i.arrow {
  margin-right: 5px;
}
.evsControls {
  display: flex;
  width: 120px;
  justify-content: space-between;
}
.logos_fp li {
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.syr {
  border-radius: 5px;
}
.logos_fp {
  background: url("../images/BG1.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.txWhite,
.txWhite h2 {
  color: #fff;
}
.cRow {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.footerN {
  background: #434343;
  color: #fff;
  padding: 70px 0;
  border-bottom: 0;
}
.footerN p,
.footerN a,
.footerN p a,
.footerN h3,
.footerN h4 {
  color: inherit;
}
.footerN p a:hover,
.footerN li a:hover {
  text-decoration: underline;
}
.flexRow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ftLogo {
  margin-bottom: 25px;
  display: inline-flex;
}
.footerN p,
.footerN li {
  font-size: 16px;
  margin-bottom: 10px;
}
.footerN h3 {
  font-size: 25px;
  font-weight: 700;
}
.footerN h4 {
  font-size: 22px;
  font-weight: 700;
}
.footerN h3,
.footerN h4 {
  margin-bottom: 28px;
}
.tSpace {
  padding-top: 119px;
}
.ftFormMain {
  margin-top: 28px;
}
.ftFormMain input[type="text"] {
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: none;
  padding: 0;
  height: 42px;
  font-size: 16px;
  font-family: 'proxima-nova';
}
.containerConsent .ez-checkbox input[type="checkbox"],
.containerConsent input[type="checkbox"] {
  width: 27px;
  height: 27px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.containerConsent .ez-checkbox {
  background: none;
  width: 27px;
  height: 27px;
}
.containerConsent label {
  font-size: 15px;
}
.containerConsent label a {
  text-decoration: underline;
}
.containerConsent {
  margin: 25px 0;
}
.containerConsent .ez-checkbox input[type="checkbox"]:checked,
.containerConsent input[type="checkbox"]:checked,
.inRow .checkWr input[type=checkbox]:checked {
  background-image: url("../images/check-mark.png");
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}
.trButton {
  font-size: 18px;
  font-family: 'proxima-nova';
  color: #fff;
  font-weight: 700;
  display: flex;
  cursor: pointer;
  border: 0;
  background: transparent;
  align-items: center;
  margin: 0;
  padding: 0;
}
.trButton img {
  margin-left: 16px;
}
.blueBanner,
.home-wrapper.blueBanner {
  background: var(--blue) url("../images/formBg.png") no-repeat 100% 50%;
  background-size: auto 100%;
}
.visit.whiteBg a {
  background: #fff;
  color: var(--blue);
}
.uploadMainWr {
  max-width: 968px;
  margin: 0 auto;
}
.uploadMainWr h2 {
  text-align: center;
}
.uploadMainForm {
  margin-top: 30px;
}
.formFlexWr {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.inRow {
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 25px;
}
.row2 {
  width: 50%;
}
.row3 {
  width: 33.333%;
}
.inRow input,
.inRow select,
.inRow textarea {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 20px;
  height: 53px;
  border: 0;
  color: #555555;
  font-size: 18px;
  font-family: 'proxima-nova';
  outline: none;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.inRow textarea {
  height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.inRow select {
  background: url("../images/slct.png") no-repeat 100% 50%;
  background-size: 33px;
  cursor: pointer;
}
.inRow h4 {
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 5px;
}
.inRow h4 span {
  color: #A3A3A3;
}
.inRow .upload_btn {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 53px;
  background: #000;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-radius: 5px;
  min-width: 210px;
}
.inRow .upload_btn span {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.checkWr {
  display: flex;
}
.checkWr label {
  padding-top: 5px;
}
.checkWr label a {
  color: inherit;
  text-decoration: underline;
}
.inRow .checkWr input[type=checkbox] {
  width: 30px;
  height: 30px;
  display: block;
  box-shadow: none;
  border-radius: 5px;
  opacity: 1;
  -webkit-appearance: none;
  border: 1px solid #E3E3E3;
  padding: 0;
}
.inRow .ez-checkbox {
  background: none;
  width: 30px;
  height: 30px;
}
.sbmtWr {
  text-align: center;
  margin-top: 50px;
}
.tableArea {
  padding: 130px 0 80px;
}
.tableWr table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.tableWr th,
.tableWr td {
  border: 0;
}
.tableWr th {
  font-size: 20px;
  font-weight: 700;
}
.tableWr th:first-child {
  text-align: left;
}
.tableWr th:last-child {
  text-transform: uppercase;
}
.tableWr td:last-child {
  text-align: center;
}
.tableWr tr {
  border-radius: 3px;
}
.tableWr tr:nth-child(2n) {
  background: #ebeef2;
}
.tableWr h2 {
  padding: 15px 0;
  max-width: 600px;
}
.tableWr td {
  height: 100px;
  align-items: center;
  padding: 10px 45px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
}
.tableWr td:last-child {
  color: #02275E;
  font-size: 20px;
}
.tableWr td:last-child span {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}
.vda {
  display: inline-block;
  position: relative;
}
.vda img {
  display: block;
}
.vda::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--blue);
  opacity: 0.3;
  z-index: 2;
}
.vda::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 94px;
  height: 94px;
  background: url("../images/play.svg") no-repeat 50% 50%;
  z-index: 5;
}
@media only screen and (max-width: 1280px) {
  .fColumn:last-child {
    width: 100%;
    margin-top: 50px;
  }
  .ftFormMain {
    max-width: 332px;
  }
}
@media only screen and (max-width: 1080px) {
  .home-wrapper .banner h1 {
    font-size: 40px;
  }
  .home-wrapper h3 {
    font-size: 25px;
  }
  .home h2 {
    font-size: 35px;
  }
  .evSliderTopRow {
    flex-wrap: wrap;
  }
  .evSliderTitle {
    width: 100%;
  }
  .evSliderDescription {
    padding: 15px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .home .menu {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .gnRow .evSliderBox {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .cRow {
    flex-wrap: wrap;
  }
  .cRow .half {
    width: 100%;
  }
  .cRow .half.first {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .cRow .half.last {
    padding-left: 0;
  }
}
@media only screen and (max-width: 820px) {
  .row2 {
    width: 100%;
  }
  .row3 {
    width: 50%;
  }
  .inRow h4 {
    margin-top: 60px;
  }
  .tableWr td {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 769px) {
  .fColumn:first-child {
    width: 100%;
  }
  .tSpace {
    padding-top: 50px;
  }
  .home-wrapper .banner h1 {
    font-size: 35px;
  }
  .home-wrapper h3 {
    font-size: 22px;
  }
  .home h2 {
    font-size: 30px;
  }
  .tstSliderWr p {
    font-size: 20px;
  }
  .tableArea {
    padding: 60px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .gnRow .evSliderBox {
    max-width: none;
  }
  .half {
    width: 100%;
  }
  .sResWr .half:nth-child(2n+1) {
    border-right: 0;
  }
  .sRes,
  .half:nth-child(2n) .sRes {
    padding-left: 0;
    padding-right: 0;
  }
  .half:nth-child(2) .sRes {
    padding-top: 60px;
  }
  .sResWr .half:nth-last-child(2) {
    border-bottom: 1px solid #ddd;
  }
  .sgpImg {
    display: none;
  }
}
.bDel {
  display: none;
}
@media only screen and (max-width: 640px) {
  .bDel {
    display: block;
    height: 25px;
  }
}
@media only screen and (max-width: 520px) {
  .row3 {
    width: 100%;
  }
  .tableWr th,
  .tableWr th h2 {
    font-size: 18px;
  }
  .tableWr td,
  .tableWr td:last-child,
  .tableWr td:last-child span {
    font-size: 16px;
  }
}
.tooltip {
  display: inline-flex;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--blue);
  margin-left: 15px;
  cursor: pointer;
}
.tooltip .right {
  min-width: 400px;
  max-width: 100vw;
  top: 50%;
  left: 100%;
  margin-left: 20px;
  transform: translate(0, -50%);
  padding: 10px 20px;
  color: #fff;
  background-color: #677B98;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}
.tooltip p {
  color: inherit;
}
.tooltip:hover .right {
  visibility: visible;
  opacity: 1;
}
.tooltip .right i {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 12px;
  height: 24px;
  overflow: hidden;
}
.tooltip .right i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
  background-color: #677B98;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 920px) {
  .images_list .image_ctn {
    width: 25%;
    margin-left: 3.5% !important;
    margin-right: 3.5% !important;
  }
}
div.input_row {
  position: inherit;
}
label.error {
  position: inherit;
  top: 0;
  color: red;
}
.blockUI h1 {
  font-size: 40px;
}
.text-center {
  text-align: center;
}
