/*
  FONTS
*/
/* Font Imports */
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 300;
  src: local('Rubik Light Italic'), local('Rubik-LightItalic'), url(https://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nEldWYwWL-7A.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: local('Rubik Italic'), local('Rubik-Italic'), url(https://fonts.gstatic.com/s/rubik/v9/iJWEBXyIfDnIV7nEnX660Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 500;
  src: local('Rubik Medium Italic'), local('Rubik-MediumItalic'), url(https://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nElY2ZwWL-7A.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 700;
  src: local('Rubik Bold Italic'), local('Rubik-BoldItalic'), url(https://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nElcWfwWL-7A.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 900;
  src: local('Rubik Black Italic'), local('Rubik-BlackItalic'), url(https://fonts.gstatic.com/s/rubik/v9/iJWBBXyIfDnIV7nElf2dwWL-7A.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: local('Rubik Light'), local('Rubik-Light'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Fqj2md8WU.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nBrXk.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmd8WU.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmd8WU.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  src: local('Rubik Black'), local('Rubik-Black'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7FCimmd8WU.ttf) format('truetype');
}
body {
  padding: 50px 0 0;
  font-family: 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
*:focus {
  outline: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
/*
  COLOURS
*/
.red {
  color: #E45F56;
}
.blue {
  color: #3498db;
}
.light-blue {
  color: #66B9F9;
}
.green {
  color: #21BC5F;
}
.yellow {
  color: #F7EA73;
}
.grey {
  color: #95A5A6;
}
.white {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.pink {
  color: #D6487E;
}
.purple {
  color: #7461aa;
}
/*
  APPEARANCE VARIABLES border radius, box shadow, gradient
*/
.fade-slide-up {
  animation: 0.65s ease 0s 1 normal forwards running dslcSlideUpFadeIn !important;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}
/*
  UTILITIES
*/
.width-10pc {
  width: 10% !important;
}
.width-20pc {
  width: 20% !important;
}
.width-25pc {
  width: 25% !important;
}
.width-30pc {
  width: 30% !important;
}
.width-40pc {
  width: 40% !important;
}
.width-50pc {
  width: 50% !important;
}
.width-60pc {
  width: 60% !important;
}
.width-70pc {
  width: 70% !important;
}
.width-75pc {
  width: 75% !important;
}
.width-80pc {
  width: 80% !important;
}
.width-90pc {
  width: 90% !important;
}
.width-100pc {
  width: 100% !important;
}
.width-5 {
  width: 5px !important;
}
.width-10 {
  width: 10px !important;
}
.width-15 {
  width: 15px !important;
}
.width-20 {
  width: 20px !important;
}
.width-25 {
  width: 25px !important;
}
.width-30 {
  width: 30px !important;
}
.width-40 {
  width: 40px !important;
}
.width-50 {
  width: 50px !important;
}
.width-60 {
  width: 60px !important;
}
.width-70 {
  width: 70px !important;
}
.width-80 {
  width: 10px !important;
}
.width-90 {
  width: 90px !important;
}
.width-100 {
  width: 100px !important;
}
.width-150 {
  width: 150px !important;
}
.width-200 {
  width: 200px !important;
}
.width-250 {
  width: 250px !important;
}
.width-300 {
  width: 300px !important;
}
.width-350 {
  width: 350px !important;
}
.width-450 {
  width: 450px !important;
}
.width-500 {
  width: 500px !important;
}
@media (max-width: 767px) {
  [class^="width-"],
  [class*=" width-"] {
    width: 100% !important;
  }
}
.margin-0 {
  margin: 0 !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-right-40 {
  margin-right: 40px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-right-50 {
  margin-right: 50px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
/* PADDING */
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-left-40 {
  padding-left: 40px !important;
}
.padding-right-40 {
  padding-right: 40px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-left-50 {
  padding-left: 50px !important;
}
.padding-right-50 {
  padding-right: 50px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
/* 
  SPACE
*/
[class^="space-"],
[class*=" space-"] {
  margin: 0;
  display: block;
  overflow: hidden;
  clear: both;
}
.space-5 {
  height: 5px;
  max-height: 5px;
}
.space-10 {
  height: 10px;
  max-height: 10px;
}
.space-15 {
  height: 15px;
  max-height: 15px;
}
.space-20 {
  height: 20px;
  max-height: 20px;
}
.space-25 {
  height: 25px;
  max-height: 25px;
}
.space-30 {
  height: 30px;
  max-height: 30px;
}
.space-40 {
  height: 40px;
  max-height: 40px;
}
.space-50 {
  height: 50px;
  max-height: 50px;
}
.space-60 {
  height: 60px;
  max-height: 60px;
}
.space-70 {
  height: 70px;
  max-height: 70px;
}
.space-80 {
  height: 80px;
  max-height: 80px;
}
.space-90 {
  height: 90px;
  max-height: 90px;
}
.space-100 {
  height: 100px;
  max-height: 100px;
}
.clear {
  margin: 0;
  height: 0;
  clear: both;
  font-size: 0;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/*
  BUTTONS
*/
.btn {
  padding: 6px 15px;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.btn [class^="fa-"],
.btn [class*=" fa-"] {
  margin-right: 3px;
  vertical-align: baseline;
}
.btn:hover,
.btn:focus {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.btn:active,
.btn.active {
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-lg {
  padding: 14px 28px;
  font-size: 18px;
}
.btn-xl {
  padding: 16px 30px;
  font-size: 18px;
}
.btn-sm {
  padding: 6px 12px;
}
.btn-xs {
  padding: 2px 7px;
}
@media (max-width: 767px) {
  .btn-xl {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .btn-toolbar .btn {
    margin-bottom: 10px;
  }
  .btn-xs,
  .btn-sm,
  .btn-lg,
  .btn-xl {
    padding: 6px 15px;
    font-size: 16px !important;
  }
}
.btn-default {
  background: none;
  border-width: 2px;
}
.btn-default:active,
.btn-default.active {
  background: #efefef;
}
.btn-primary {
  background-color: #648F23 !important;
  border-color: #648F23 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #72a328 !important;
  border-color: #72a328 !important;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #476619 !important;
  border-color: #476619 !important;
}
.btn-info {
  background-color: #66B9F9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #8DCBFF;
}
.btn-info:active,
.btn-info.active {
  background-color: #569DD3;
}
.btn-danger {
  background-color: #E45F56;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #F86D68;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #BF4D46;
}
.btn-success {
  background-color: #21BC5F;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #52E27D;
}
.btn-success:active,
.btn-success.active {
  background-color: #1A974C;
}
.btn-warning {
  background-color: #FFC23F;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #FFDA8C;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #BF922F;
}
.btn-pink {
  background-color: #D6487E;
  color: #fff;
}
.btn-pink:hover {
  background-color: #fc8bb4;
  color: #fff;
}
.btn-pink:active,
.btn-pink.active {
  background-color: #b73766;
  color: #fff;
}
.btn-purple {
  background-color: #7461aa;
  color: #fff;
}
.btn-purple:hover {
  background-color: #9585bf;
  color: #fff;
}
.btn-purple:active,
.btn-purple.active {
  background-color: #513D8B;
  color: #fff;
}
.btn-yellow {
  background-color: #F7EA73;
  color: #963;
}
.btn-yellow:hover {
  background-color: #FFFF9A;
}
.btn-yellow:active,
.btn-yellow.active {
  background-color: #E5DC6D;
}
.btn-grey {
  background-color: #95A5A6;
  color: #fff;
}
.btn-grey:hover {
  background-color: #bbb;
  color: #fff;
}
.btn-grey:active,
.btn-grey.active {
  background-color: #7F8C8D;
  color: #fff;
}
.btn-inverse {
  background-color: #34495E;
  color: #fff;
}
.btn-inverse:hover {
  background-color: #647688;
  color: #fff;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: colour-btn-inverse-active;
  color: #fff;
}
.btn-light {
  color: #333;
  background-color: #ECF0F1;
}
.btn-light [class^="fa-"],
.btn-light [class*=" fa-"] {
  color: #333;
}
.btn-light:hover {
  background-color: #f5f5f5;
}
.btn-light:active,
.btn-light.active {
  background-color: #BDC3C7;
}
.btn-facebook {
  color: #fff;
  background-color: #233678;
}
.btn-facebook:hover {
  background-color: #465EB1;
}
.btn-facebook:active,
.btn-facebook.active {
  background-color: #132255;
}
.btn-twitter {
  color: #fff;
  background-color: #54AEE1;
}
.btn-twitter:hover {
  background-color: #A5DEFF;
}
.btn-twitter:active,
.btn-twitter.active {
  background-color: #2D86B8;
}
.btn > .fa-only {
  margin: 0;
  vertical-align: middle;
  text-align: center;
}
.btn-group .btn {
  margin: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.btn-group .btn .badge {
  padding-top: 2px;
  line-height: 14px;
}
.btn-group .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px !important;
  -moz-border-radius: 4px 0 0 4px !important;
  -o-border-radius: 4px 0 0 4px !important;
  border-radius: 4px 0 0 4px !important;
}
.btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0 !important;
  -moz-border-radius: 0 4px 4px 0 !important;
  -o-border-radius: 0 4px 4px 0 !important;
  border-radius: 0 4px 4px 0 !important;
}
.btn-group .btn:only-child {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
}
.btn-group .btn-light {
  color: #333 !important;
}
.btn-group .btn-light .badge {
  color: #333 !important;
  background: #c9c9c9 !important;
}
.btn-group .btn-light.active {
  background: #c9c9c9 !important;
}
.btn-group .btn-light.active .badge {
  background: #a9a9a9 !important;
}
.btn-group .btn-light.active:after {
  border: none;
}
.btn-group .btn-info {
  border-right-color: #569DD3 !important;
}
.btn-group .btn-primary {
  border-right-color: #476619 !important;
}
.btn-group .btn-success {
  border-right-color: #1A974C !important;
}
.btn-group .btn-warning {
  border-right-color: #BF922F !important;
}
.btn-group .btn-danger {
  border-right-color: #BF4D46 !important;
}
.btn-group .btn-inverse {
  border-right-color: #2C3E50 !important;
}
.btn-group .btn-pink {
  border-right-color: #b73766 !important;
}
.btn-group .btn-purple {
  border-right-color: #513D8B !important;
}
.btn-group .btn-yellow {
  border-right-color: #E5DC6D !important;
}
.btn-group .btn-grey {
  border-right-color: #7F8C8D !important;
}
.btn-group .btn-light {
  border-right-color: #BDC3C7 !important;
}
.btn-group .btn.dropdown-toggle {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
}
.btn-group .btn + .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0 !important;
  -moz-border-radius: 0 4px 4px 0 !important;
  -o-border-radius: 0 4px 4px 0 !important;
  border-radius: 0 4px 4px 0 !important;
}
.btn-group.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0 !important;
  -moz-border-radius: 4px 4px 0 0 !important;
  -o-border-radius: 4px 4px 0 0 !important;
  border-radius: 4px 4px 0 0 !important;
}
.btn-group.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px !important;
  -moz-border-radius: 0 0 4px 4px !important;
  -o-border-radius: 0 0 4px 4px !important;
  border-radius: 0 0 4px 4px !important;
}
.btn-group.btn-group-vertical .btn {
  border-bottom: 2px solid #8b9aa3 !important;
  border-right: none !important;
  border-left: none !important;
}
.btn-group.btn-group-vertical .btn-info {
  border-bottom-color: #569DD3 !important;
}
.btn-group.btn-group-vertical .btn-primary {
  border-bottom-color: #476619 !important;
}
.btn-group.btn-group-vertical .btn-success {
  border-bottom-color: #1A974C !important;
}
.btn-group.btn-group-vertical .btn-warning {
  border-bottom-color: #BF922F !important;
}
.btn-group.btn-group-vertical .btn-danger {
  border-bottom-color: #BF4D46 !important;
}
.btn-group.btn-group-vertical .btn-inverse {
  border-bottom-color: #2C3E50 !important;
}
.btn-group.btn-group-vertical .btn-pink {
  border-bottom-color: #b73766 !important;
}
.btn-group.btn-group-vertical .btn-purple {
  border-bottom-color: #513D8B !important;
}
.btn-group.btn-group-vertical .btn-yellow {
  border-bottom-color: #E5DC6D !important;
}
.btn-group.btn-group-vertical .btn-grey {
  border-bottom-color: #7F8C8D !important;
}
.btn-group.btn-group-vertical .btn-light {
  border-bottom-color: #BDC3C7 !important;
}
.btn-group.btn-group-vertical .btn:last-child {
  border-bottom: none !important;
}
.btn-group.dropup .btn,
.btn-group.dropdown .btn {
  margin-right: 0 !important;
  -webkit-border-radius: 4px 0 0 4px !important;
  -moz-border-radius: 4px 0 0 4px !important;
  -o-border-radius: 4px 0 0 4px !important;
  border-radius: 4px 0 0 4px !important;
}
.btn-group.dropup .btn .caret,
.btn-group.dropdown .btn .caret {
  border-bottom-color: #fff;
}
.btn-group.dropup .dropdown-toggle,
.btn-group.dropdown .dropdown-toggle {
  padding: 5px 10px !important;
  -webkit-border-radius: 0 4px 4px 0 !important;
  -moz-border-radius: 0 4px 4px 0 !important;
  -o-border-radius: 0 4px 4px 0 !important;
  border-radius: 0 4px 4px 0 !important;
}
.btn-group.dropup .dropdown-toggle .caret,
.btn-group.dropdown .dropdown-toggle .caret {
  margin-left: 0;
}
.btn-group.dropup .btn.dropdown-toggle.btn-sm,
.btn-group.dropdown .btn.dropdown-toggle.btn-sm {
  padding: 3px 8px !important;
}
.btn-group.dropup .btn.dropdown-toggle.btn-xs,
.btn-group.dropdown .btn.dropdown-toggle.btn-xs {
  padding: 2px 8px !important;
}
.btn-group.dropup .btn.dropdown-toggle.btn-xser,
.btn-group.dropdown .btn.dropdown-toggle.btn-xser {
  padding: 1px 6px !important;
}
.btn-group.dropup .dropdown-toggle.btn-info:active,
.btn-group.dropdown .dropdown-toggle.btn-info:active {
  background: #4f99c6 !important;
}
.btn-group.dropup:hover .btn,
.btn-group.dropdown:hover .btn {
  background: #fff !important;
  border-right-color: #fff !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn,
.btn-group.dropdown:hover .dropdown-toggle.btn {
  background: #fff !important;
}
.btn-group.dropup:hover .btn-info,
.btn-group.dropdown:hover .btn-info {
  background: #569DD3 !important;
  border-right-color: #569DD3 !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-info,
.btn-group.dropdown:hover .dropdown-toggle.btn-info {
  background: #8DCBFF !important;
}
.btn-group.dropup:hover .btn-primary,
.btn-group.dropdown:hover .btn-primary {
  background: #476619 !important;
  border-right-color: #476619 !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-primary,
.btn-group.dropdown:hover .dropdown-toggle.btn-primary {
  background: #72a328 !important;
}
.btn-group.dropup:hover .btn-success,
.btn-group.dropdown:hover .btn-success {
  background: #1A974C !important;
  border-right-color: #1A974C !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-success,
.btn-group.dropdown:hover .dropdown-toggle.btn-success {
  background: #52E27D !important;
}
.btn-group.dropup:hover .btn-warning,
.btn-group.dropdown:hover .btn-warning {
  background: #BF922F !important;
  border-right-color: #BF922F !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-warning,
.btn-group.dropdown:hover .dropdown-toggle.btn-warning {
  background: #FFDA8C !important;
}
.btn-group.dropup:hover .btn-danger,
.btn-group.dropdown:hover .btn-danger {
  background: #BF4D46 !important;
  border-right-color: #BF4D46 !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-danger,
.btn-group.dropdown:hover .dropdown-toggle.btn-danger {
  background: #F86D68 !important;
}
.btn-group.dropup:hover .btn-inverse,
.btn-group.dropdown:hover .btn-inverse {
  background: #2C3E50 !important;
  border-right-color: #2C3E50 !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-inverse,
.btn-group.dropdown:hover .dropdown-toggle.btn-inverse {
  background: #647688 !important;
}
.btn-group.dropup:hover .btn-pink,
.btn-group.dropdown:hover .btn-pink {
  background: #b73766 !important;
  border-right-color: #b73766 !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-pink,
.btn-group.dropdown:hover .dropdown-toggle.btn-pink {
  background: #fc8bb4 !important;
}
.btn-group.dropup:hover .btn-purple,
.btn-group.dropdown:hover .btn-purple {
  background: #513D8B !important;
  border-right-color: #513D8B !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-purple,
.btn-group.dropdown:hover .dropdown-toggle.btn-purple {
  background: #9585bf !important;
}
.btn-group.dropup:hover .btn-yellow,
.btn-group.dropdown:hover .btn-yellow {
  background: #E5DC6D !important;
  border-right-color: #E5DC6D !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-yellow,
.btn-group.dropdown:hover .dropdown-toggle.btn-yellow {
  background: #FFFF9A !important;
}
.btn-group.dropup:hover .btn-grey,
.btn-group.dropdown:hover .btn-grey {
  background: #7F8C8D !important;
  border-right-color: #7F8C8D !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-grey,
.btn-group.dropdown:hover .dropdown-toggle.btn-grey {
  background: #bbb !important;
}
.btn-group.dropup:hover .btn-light,
.btn-group.dropdown:hover .btn-light {
  background: #BDC3C7 !important;
  border-right-color: #BDC3C7 !important;
}
.btn-group.dropup:hover .dropdown-toggle.btn-light,
.btn-group.dropdown:hover .dropdown-toggle.btn-light {
  background: #f5f5f5 !important;
}
.btn-group.open .btn {
  background: #e3e3e3 !important;
}
.btn-group.open .dropdown-toggle.btn {
  background: #fff !important;
}
.btn-group.open .btn-info {
  background: #66B9F9 !important;
}
.btn-group.open .dropdown-toggle.btn-info {
  background: #569DD3 !important;
}
.btn-group.open .btn-primary {
  background: #648F23 !important;
}
.btn-group.open .dropdown-toggle.btn-primary {
  background: #476619 !important;
}
.btn-group.open .btn-success {
  background: #21BC5F !important;
}
.btn-group.open .dropdown-toggle.btn-success {
  background: #1A974C !important;
}
.btn-group.open .btn-warning {
  background: #FFC23F !important;
}
.btn-group.open .dropdown-toggle.btn-warning {
  background: #BF922F !important;
}
.btn-group.open .btn-danger {
  background: #E45F56 !important;
}
.btn-group.open .dropdown-toggle.btn-danger {
  background: #BF4D46 !important;
}
.btn-group.open .btn-inverse {
  background: #34495E !important;
}
.btn-group.open .dropdown-toggle.btn-inverse {
  background: #2C3E50 !important;
}
.btn-group.open .btn-pink {
  background: #D6487E !important;
}
.btn-group.open .dropdown-toggle.btn-pink {
  background: #b73766 !important;
}
.btn-group.open .btn-purple {
  background: #7461aa !important;
}
.btn-group.open .dropdown-toggle.btn-purple {
  background: #513D8B !important;
}
.btn-group.open .btn-yellow {
  background: #F7EA73 !important;
}
.btn-group.open .dropdown-toggle.btn-yellow {
  background: #E5DC6D !important;
}
.btn-group.open .btn-grey {
  background: #95A5A6 !important;
}
.btn-group.open .dropdown-toggle.btn-grey {
  background: #7F8C8D !important;
}
.btn-group.open .btn-light {
  background: #ECF0F1 !important;
}
.btn-group.open .dropdown-toggle.btn-light {
  background: #BDC3C7 !important;
}
.btn-toolbar {
  margin: 30px 0 0;
}
.btn-toolbar .btn {
  font-size: 14px;
}
.btn-toolbar .btn-xs {
  font-size: 11px;
}
.btn-toolbar .btn-sm {
  font-size: 12px;
}
.btn-toolbar .btn-lg {
  font-size: 16px;
}
.btn-toolbar .btn-xl {
  font-size: 18px;
}
.btn-toolbar .btn-group-vertical .btn {
  margin: 0;
}
/*
  TYPOGRAPHY
*/
a {
  color: #007bff;
}
a:hover,
a:focus {
  color: #0062cc;
  outline: none;
  text-decoration: none;
}
a:active {
  color: #0056b3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.2;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
h5 .btn,
h6 .btn {
  font-size: 100%;
}
h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2 !important;
}
@media (max-width: 767px) {
  h1 {
    font-size: 42px !important;
  }
}
h2 {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px !important;
  }
}
h3 {
  color: #6A7068;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
}
h5,
h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
}
h6 {
  font-size: 13px;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.6;
}
p a {
  word-wrap: break-word;
}
@media (max-width: 767px) {
  p {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
ul,
ol {
  margin-left: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
ul li,
ol li {
  margin: 5px 0;
  font-size: 18px;
  line-height: 1.6;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin-left: 35px;
}
.fa-ul {
  margin: 0 0 20px 25px !important;
}
.fa-ul li {
  margin: 8px 0;
}
.fa-ul li .fa {
  top: 4px;
  font-size: 18px;
  color: #777;
}
.list-green li {
  border-left: 3px solid #648F23;
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0 0 0 15px;
}
@media (max-width: 767px) {
  .list-green li {
    font-size: 16px !important;
  }
  .list-green li:last-child {
    margin-bottom: 0 !important;
  }
}
strong {
  font-weight: 800;
}
pre {
  margin: 30px 0 0;
  padding: 10px 10px 0;
  word-break: break-word;
  font-size: 12px;
  background: #f3f3f3;
  border: 1px solid #e6e6e6;
  text-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 0 #e6e6e6;
  -webkit-box-shadow: 0 1px 0 #e6e6e6;
  -o-box-shadow: 0 1px 0 #e6e6e6;
  box-shadow: 0 1px 0 #e6e6e6;
}
code {
  padding: 3px 5px;
  border: 1px solid #E45F56;
}
blockquote {
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  opacity: 0.5;
  content: open-quote;
}
blockquote.large.center {
  margin: 0;
  padding: 0 20px;
  text-align: center;
  border: none;
  font-size: 25px;
  font-style: italic;
}
blockquote.large.center small {
  margin: 10px 0 0;
  font-size: 15px;
  font-style: normal;
  opacity: 0.75;
}
blockquote.large.center:before {
  margin: 0;
  position: relative;
  font-size: 25px;
  line-height: 1;
}
dl {
  margin: 20px 0 -20px;
}
dl dt {
  margin-bottom: 10px;
}
dl dd {
  margin-bottom: 20px;
}
dl dt,
dl dd {
  font-size: 15px;
  line-height: 1.4;
}
dl:after {
  content: "";
  display: table;
  clear: both;
}
.purple {
  color: #7461aa !important;
}
hr {
  margin: 60px 0;
  clear: both;
  border-top-color: #d9d9d9;
}
img {
  width: 100%;
  height: auto;
}
/*
  DROPDOWN MENUS
*/
ul.dropdown-menu {
  border: none;
  background: #34495E;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
ul.dropdown-menu li {
  font-size: 13px;
}
ul.dropdown-menu li a {
  color: #fff;
  background: #34495E;
}
ul.dropdown-menu li:hover a {
  background: #fff;
  color: #34495E;
}
ul.dropdown-menu li.divider {
  border: none;
  background: #000;
}
ul.dropdown-menu li.nav-header {
  color: #ccc;
  text-shadow: none;
}
ul.dropdown-menu:before,
ul.dropdown-menu:after {
  border-bottom-color: #fff;
}
/*
  ICONS
*/
/*
  NAVBAR
*/
.navbar {
  background: #fff;
  border: none;
  padding: 30px 0;
  transition: padding 0.3s ease;
}
.navbar .navbar-brand {
  background: url(img/logo.png) 0 0 no-repeat;
  background-size: 300px auto;
  color: #333;
  font-size: 0;
  height: 78px;
  padding: 6px 0;
  text-transform: uppercase;
  text-indent: 100000000000em;
  width: 300px;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #007bff;
}
.navbar .navbar-toggler {
  float: right;
}
.navbar .menu-menu-container {
  margin-left: auto;
}
.navbar .navbar-nav {
  margin-right: -12px;
}
.navbar .navbar-nav li {
  font-size: 15px;
  margin: 0;
}
.navbar .navbar-nav li .nav-link {
  color: #333;
  padding: 8px 12px;
}
.navbar .navbar-nav li .nav-link:hover,
.navbar .navbar-nav li .nav-link:focus {
  color: #648F23;
}
.navbar .navbar-nav li .dropdown-menu {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.navbar .navbar-nav li .dropdown-menu li a {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #333;
  background: #fff;
}
.navbar .navbar-nav li .dropdown-menu li a:hover {
  background: #648F23;
  color: #fff;
}
.navbar .navbar-nav li .dropdown-menu li.divider {
  margin: 10px 0;
  border: none;
  background: #d0d0d0;
}
.navbar .navbar-nav li .dropdown-menu li.nav-header {
  padding: 3px 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  text-shadow: none;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .current-menu-item a,
.navbar .navbar-nav .current_page_item a,
.navbar .navbar-nav .active a:hover,
.navbar .navbar-nav .current-menu-item a:hover,
.navbar .navbar-nav .current_page_item a:hover,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .current-menu-item a:focus,
.navbar .navbar-nav .current_page_item a:focus,
.navbar .navbar-nav .active a:active,
.navbar .navbar-nav .current-menu-item a:active,
.navbar .navbar-nav .current_page_item a:active {
  border-bottom: 3px solid #648F23;
  color: #648F23;
  font-weight: 600;
}
.navbar .navbar-nav #menu-item-31 a {
  border-bottom: 0 !important;
  color: #333 !important;
  font-weight: 400 !important;
}
.navbar .btn-toolbar {
  margin: 8px 0 0;
}
.navbar .navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
body.dslc_projects-template-default .navbar .navbar-nav #menu-item-79 a {
  border-bottom: 3px solid #648F23;
  color: #648F23;
  font-weight: 600;
}
.navbar.scroll {
  padding: 5px 0;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 100%;
    padding: 0 100px;
  }
}
@media (max-width: 1200px) {
  .navbar .navbar-brand {
    background-size: 260px auto;
    height: 68px;
    width: 260px;
  }
}
@media (max-width: 991px) {
  .navbar {
    margin-right: 0;
    padding: 5px 0;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar .container {
    max-width: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .navbar .navbar-nav {
    padding: 10px 0;
  }
  .navbar .navbar-brand {
    background-size: 200px auto;
    padding-left: 0;
    padding-right: 0;
    height: 52px;
    width: 200px;
  }
  .navbar .navbar-nav li a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .navbar .btn-toolbar.pull-right {
    float: none !important;
  }
  .navbar .btn-toolbar.pull-right .btn {
    margin-left: 0;
    margin-bottom: 20px;
    display: block;
  }
  .navbar .navbar-collapse {
    clear: both;
    max-height: 1000000000em;
  }
  .navbar .navbar-nav {
    float: none;
  }
  .navbar .navbar-nav li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar .navbar-nav li .dropdown-menu li.nav-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar .navbar-nav .open .dropdown-menu {
    position: relative;
    float: none !important;
    background: none;
  }
  .navbar .navbar-nav .open .dropdown-menu li a {
    background: none;
    color: #fff;
  }
}
/*
  BOOTSTRAP CSS ELEMENTS & COMPONENTS
*/
[class^="col-md-"],
[class*="col-md-"] {
  position: relative;
}
[class^="col-md-"]:after,
[class*="col-md-"]:after {
  content: "";
  display: table;
  clear: both;
}
.page-header {
  margin: 0;
  padding: 0 0 30px;
  border-bottom-width: 0;
}
.page-header img {
  margin: 0 0 20px;
  width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.page-header h1 {
  margin: 0;
}
.page-header h1 em {
  color: #7461aa;
  font-style: normal;
}
.page-header .lead {
  margin: 10px 0 0;
  font-weight: 400;
  color: #9a9a9a;
}
.breadcrumb {
  margin: 20px 0 0;
}
.breadcrumb li {
  font-size: 13px;
  font-weight: 500;
}
.popover {
  font-family: 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background: #34495E;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.popover .popover-title {
  color: #fff;
  background: #2C3E50;
  border: none;
}
.popover .popover-content {
  font-size: 12px;
}
.popover .popover-content p,
.popover .popover-content ul li,
.popover .popover-content ol li {
  color: #fff;
  font-size: 12px;
}
.popover.top .arrow,
.popover.top .arrow:after {
  border-top-color: #34495E;
}
.popover.right .arrow,
.popover.right .arrow:after {
  border-right-color: #34495E;
}
.popover.bottom .arrow,
.popover.bottom .arrow:after {
  border-bottom-color: #2C3E50;
}
.popover.left .arrow,
.popover.left .arrow:after {
  border-left-color: #34495E;
}
ul.popover-examples {
  margin: 30px 0 0;
}
ul.popover-examples li {
  margin: 0 20px 5px 0;
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
}
.tooltip {
  font-family: 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.tooltip-inner {
  max-width: 200px;
  padding: 4px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #34495E;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #34495E;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #34495E;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #34495E;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #34495E;
}
.typeahead.dropdown-menu li {
  font-size: 14px;
}
.alert {
  margin: 30px 0 0;
  background: #fdfbef;
  border-color: #faebcc;
}
.alert-error {
  background: #faf2f2;
  border-color: #ebccd1;
}
.alert-success {
  background: #f0f8ed;
  border-color: #d6e9c6;
}
.alert-info {
  background: #f2fbff;
  border-color: #bce8f1;
}
.panel {
  margin: 30px 0 0;
}
.panel-group .panel {
  margin-bottom: 5px;
}
.panel-group .panel .panel-heading {
  font-size: 15px;
  background: #f3f3f3;
}
.panel-group .panel .panel-heading:hover {
  background: #007bff;
}
.panel-group .panel .panel-heading:hover a {
  text-decoration: none;
  color: #fff;
}
.panel-group .panel .panel-body {
  font-size: 15px;
  line-height: 1.6;
}
.list-group {
  margin: 30px 0 0;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background-color: #648F23;
  border-color: #476619;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading,
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fff;
}
.pager {
  margin: 30px 0 0;
  clear: both;
}
.pager li {
  padding: 0 30px 0 0;
  width: 50%;
  display: block;
  float: left;
  vertical-align: top;
  text-align: left;
}
.pager li a {
  padding: 0;
  display: inline-block;
  background: none;
  border: none;
}
.pager li a:hover {
  background: none;
}
.pager li small {
  margin: 0 0 10px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: #787878;
}
.pager li h3 {
  margin: 0 0 10px;
}
.pager li p {
  margin: 0;
  font-size: 13px;
  color: #787878;
}
.pager li .fa {
  margin: 0 5px 0 0;
}
.pager li.next {
  padding: 0 0 0 30px;
  text-align: right;
}
.pager li.next small .fa {
  margin: 0 0 0 5px;
}
.pagination {
  margin: 30px 0 0;
}
.pagination li {
  font-size: 14px;
}
.pagination li span,
.pagination li a {
  padding: 9px 12px;
  line-height: 1.2;
}
.pagination li a {
  color: #007bff;
}
.pagination li a:hover,
.pagination li a:focus {
  background: rgba(0, 123, 255, 0.2);
  color: #007bff;
}
.pagination li.disabled span,
.pagination li.disabled a {
  color: #888;
  background: #d0d0d0;
}
.pagination li.active a,
.pagination li.active span,
.pagination li.active a:hover,
.pagination li.active span:hover,
.pagination li.active a:focus,
.pagination li.active span:focus {
  background: #648F23;
  border-color: #648F23;
}
.well {
  margin: 30px 0 0;
  background: #f3f3f3;
  border: 1px solid #e6e6e6;
  text-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 0 #e6e6e6;
  -webkit-box-shadow: 0 1px 0 #e6e6e6;
  -o-box-shadow: 0 1px 0 #e6e6e6;
  box-shadow: 0 1px 0 #e6e6e6;
}
.well p:first-child {
  margin-top: 0;
}
.well:after {
  content: "";
  display: table;
  clear: both;
}
.media-list {
  margin: 30px 0 0;
}
.media-list li {
  margin: 30px 0 0;
}
.media-list li a .media-object {
  position: relative;
  top: 5px;
  height: 64px;
  width: 64px;
}
.media-list li a.pull-left {
  margin: 0 15px 0 0;
}
.media-list li .media-body p {
  margin: 5px 0 0;
  font-size: 14px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
  border-color: none;
}
.nav-tabs,
.nav-pills {
  margin: 30px 0 0;
}
.nav-tabs li,
.nav-pills li {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}
.nav-tabs {
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 123, 255, 0.2);
}
.nav-tabs li {
  margin-bottom: -2px;
}
.nav-tabs li a {
  padding-left: 25px;
  padding-right: 25px;
  border-width: 0;
  color: #007bff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active:hover > a,
.nav-tabs > li.active:focus > a,
.nav-tabs > li.active:active > a,
.nav-tabs > li:hover > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active:hover > a:hover,
.nav-tabs > li.active:focus > a:hover,
.nav-tabs > li.active:active > a:hover,
.nav-tabs > li:hover > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active:hover > a:focus,
.nav-tabs > li.active:focus > a:focus,
.nav-tabs > li.active:active > a:focus,
.nav-tabs > li:hover > a:focus,
.nav-tabs > li.active > a:active,
.nav-tabs > li.active:hover > a:active,
.nav-tabs > li.active:focus > a:active,
.nav-tabs > li.active:active > a:active,
.nav-tabs > li:hover > a:active {
  background: none;
  border-width: 0;
  border-bottom: 2px solid #007bff;
}
.nav-tabs > li.dropdown.active > a,
.nav-tabs > li.dropdown.active:hover > a,
.nav-tabs > li.dropdown.active:focus > a,
.nav-tabs > li.dropdown.active:active > a,
.nav-tabs > li:hover > a,
.nav-tabs > li.dropdown.active > a:hover,
.nav-tabs > li.dropdown.active:hover > a:hover,
.nav-tabs > li.dropdown.active:focus > a:hover,
.nav-tabs > li.dropdown.active:active > a:hover,
.nav-tabs > li:hover > a:hover,
.nav-tabs > li.dropdown.active > a:focus,
.nav-tabs > li.dropdown.active:hover > a:focus,
.nav-tabs > li.dropdown.active:focus > a:focus,
.nav-tabs > li.dropdown.active:active > a:focus,
.nav-tabs > li:hover > a:focus,
.nav-tabs > li.dropdown.active > a:active,
.nav-tabs > li.dropdown.active:hover > a:active,
.nav-tabs > li.dropdown.active:focus > a:active,
.nav-tabs > li.dropdown.active:active > a:active,
.nav-tabs > li:hover > a:active {
  background: none;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
}
.nav-tabs-center,
.nav-tabs-centre {
  text-align: center;
}
.nav-tabs-center li,
.nav-tabs-centre li {
  display: inline-block;
  float: none;
}
.nav-pills li {
  display: inline-block;
  float: none;
}
.nav-pills li a {
  border: 1px solid rgba(51, 51, 51, 0.35);
  color: rgba(51, 51, 51, 0.75);
}
.nav-pills li.active a,
.nav-pills li.active:hover a,
.nav-pills li.active a:hover,
.nav-pills li.active:hover a:hover,
.nav-pills li.active a:focus,
.nav-pills li.active:hover a:focus,
.nav-pills li.active a:active,
.nav-pills li.active:hover a:active {
  background: #648F23;
}
.nav-pills.nav-stacked li {
  display: block;
}
.nav-pills.nav-stacked li [class^="fa-"],
.nav-pills.nav-stacked li [class*=" fa-"],
.nav-pills.nav-stacked li [class^="icon-"],
.nav-pills.nav-stacked li [class*=" icon-"] {
  color: #333;
}
.nav-pills.nav-stacked li.active [class^="fa-"],
.nav-pills.nav-stacked li.active [class*=" fa-"],
.nav-pills.nav-stacked li.active [class^="icon-"],
.nav-pills.nav-stacked li.active [class*=" icon-"] {
  color: #fff;
}
.alert {
  font-size: 14px;
}
.alert .close {
  font-size: 18px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.modal .modal-header {
  padding: 15px 20px;
}
.modal .close {
  font-size: 25px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.modal .modal-content {
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25) !important;
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25) !important;
}
.table tr th {
  font-size: 15px;
}
.table tr td {
  font-size: 14px;
}
.table tr:hover td,
.table tr:nth-child(odd):hover td {
  background: #e8edf2;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background: #f5f5f5;
}
.table-alternative {
  border-collapse: separate;
}
.table-alternative thead tr th {
  background: #f0f0f0;
  border-top: 2px solid #e6e6e6 !important;
  border-bottom: 2px solid #e6e6e6;
}
.table-alternative thead tr th:first-child {
  border-left: 2px solid #e6e6e6;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -o-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-alternative thead tr th:last-child {
  border-right: 2px solid #e6e6e6;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-alternative tbody tr td {
  border-top: none;
  border-bottom: 2px solid #e6e6e6;
}
.table-alternative tbody tr td:first-child {
  border-left: 2px solid #e6e6e6;
}
.table-alternative tbody tr td:last-child {
  border-right: 2px solid #e6e6e6;
}
.table-alternative tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -o-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-alternative tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -o-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.tabbable {
  margin: 30px 0 0;
}
.tabbable .nav-tabs {
  margin: 0 0 -1px;
}
.tabbable .nav-tabs li.open ul.dropdown-menu li.active a,
.tabbable .nav-tabs li.open ul.dropdown-menu li:hover a {
  color: #fff;
  background: #007bff;
}
.tabbable .tab-content {
  padding: 15px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.tabbable .tab-content p:last-child {
  margin: 0;
}
.label,
.badge {
  font-weight: normal;
}
.label-medium {
  padding: 2px 6px 3px;
  font-size: 11px;
}
.label-large {
  padding: 3px 8px 4px;
  font-size: 14px;
}
/*
  FORM INPUTS & ELEMENTS
*/
form {
  margin: 20px 0 0;
}
.form-group .row {
  margin-bottom: 0;
}
.form-group .row [class^="col-md-"] .help-inline,
.form-group .row [class*=" col-md-"] .help-inline {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .form-group [class^="col-md-"],
  .form-group [class*="col-md-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.has-error .help-inline {
  color: #b94a48;
}
.has-success .help-inline {
  color: #468847;
}
.has-warning .help-inline {
  color: #c09853;
}
.control-label {
  padding-top: 6px;
}
.form-control {
  font-size: 15px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #648F23;
}
label,
input,
button,
select,
textarea {
  line-height: 22px;
}
label {
  line-height: 24px;
}
.input-prepend .add-on,
.input-append .add-on {
  margin-right: 0;
  height: 24px;
  min-width: 20px;
  position: relative;
  line-height: 24px;
  border: 2px solid #dce4ec;
  background: #dce4ec;
  z-index: 2;
}
.input-prepend input[type="text"],
.input-append input[type="text"] {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .btn,
.input-append .btn {
  padding: 7px 15px;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .icon-append,
.input-append .icon-append {
  position: relative;
  z-index: 2;
}
.input-prepend .add-on {
  margin-right: -2px;
}
.input-prepend input[type="text"] {
  border-left: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .btn {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  margin-left: -3px;
  z-index: 2;
}
.tt-dropdown-menu {
  padding: 5px 0;
  min-width: 200px;
  background: #34495e !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.tt-dropdown-menu .tt-suggestion {
  padding: 5px 20px;
}
.tt-dropdown-menu .tt-suggestion p {
  margin: 0;
  font-size: 13px;
  color: #fff;
}
.tt-dropdown-menu .tt-suggestion:hover {
  background: #007bff;
}
.tt-dropdown-menu .tt-suggestion:hover p {
  color: #fff;
}
.tt-hint {
  top: -2px !important;
  left: -1px !important;
}
.twitter-typeahead {
  width: 100%;
}
input.search-query + .icon-append,
input.typeahead + .icon-append {
  z-index: 2;
  right: 25px;
  top: 3px;
  position: relative;
  font-size: 15px;
  color: #bbb;
}
input.search-query + .icon-append {
  right: 28px;
  top: 2px;
}
label {
  cursor: pointer;
}
label.checkbox,
label.radio {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 25px !important;
  position: relative;
  line-height: 19px;
  font-weight: normal;
}
label.checkbox input[type="checkbox"],
label.radio input[type="checkbox"],
label.checkbox input[type="radio"],
label.radio input[type="radio"] {
  display: none;
}
label.checkbox span,
label.radio span {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/checkbox-2x.png) -90px 0 no-repeat;
  background-size: 110px 110px;
}
label.checkbox input[type="radio"]:checked + span,
label.radio input[type="radio"]:checked + span,
label.checkbox input[type="checkbox"]:checked + span,
label.radio input[type="checkbox"]:checked + span {
  background-position: -60px -30px;
}
label.checkbox input[type="radio"]:disabled + span,
label.radio input[type="radio"]:disabled + span,
label.checkbox input[type="checkbox"]:disabled + span,
label.radio input[type="checkbox"]:disabled + span {
  background-position: -30px -60px;
  cursor: not-allowed;
}
label.checkbox input[type="radio"]:disabled:checked + span,
label.radio input[type="radio"]:disabled:checked + span,
label.checkbox input[type="checkbox"]:disabled:checked + span,
label.radio input[type="checkbox"]:disabled:checked + span {
  background-position: 0 -90px;
  cursor: not-allowed;
}
label.radio span {
  background-image: url(img/radio-2x.png);
}
label.checkbox:hover,
label.radio:hover {
  color: #999;
}
label.checkbox.disabled,
label.radio.disabled {
  color: #999;
  cursor: not-allowed;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-inline label.radio,
.form-inline label.checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
label.radio.inline,
label.checkbox.inline {
  margin-right: 10px;
  padding-top: 0;
}
.checkbox .icon,
.radio .icon {
  top: 0;
}
.checkbox .icon,
.checkbox .icon-to-fade {
  top: 0;
  background-image: url(img/checkbox.png);
}
.radio .icon,
.radio .icon-to-fade {
  top: 0;
  background-image: url(img/radio.png);
}
.help-block,
.help-inline {
  font-size: 13px;
  color: #333;
}
.help-inline {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.help-block {
  padding: 5px 0;
}
.form-inline label,
.form-inline input,
.form-inline .btn {
  margin-right: 5px;
}
.separator {
  margin: 5px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  text-align: center;
}
.separator .line {
  margin: 0 10px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px;
  height: 1px;
  width: 50px;
  border-top: 1px solid #d0d0d0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.toggle {
  background: #34495E;
}
.toggle [class^="icon-"],
.toggle [class*=" icon-"] {
  color: #fff;
}
.toggle label.toggle-radio {
  line-height: 21px;
  color: #fff;
  background-image: url(img/icon-on.png);
}
.toggle.toggle-off {
  background: #cbd2d8;
}
.toggle.toggle-off label.toggle-radio,
.toggle.toggle-off [class^="icon-"],
.toggle.toggle-off [class*=" icon-"] {
  color: #777;
}
.toggle.toggle-off label.toggle-radio {
  background-image: url(img/toggle/icon-off.png);
}
.toggle.toggle-icon .toggle-radio {
  background-image: url(img/block-on.png);
}
.toggle.toggle-icon.toggle-off .toggle-radio {
  background-image: url(img/toggle/block-off.png);
}
.form-actions {
  margin: 0 0 15px;
}
.form-actions-no-bg {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  border: none;
}
.ui-slider {
  margin: 30px 0 0;
  height: 20px;
  border: none;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ui-slider .ui-slider-handle {
  height: 26px;
  top: -3px;
  background: #e6e6e6;
  cursor: pointer;
}
.ui-slider .ui-slider-range {
  background: #007bff;
}
.progress {
  margin: 30px 0 0;
}
/*
  CUSTOM CSS ELEMENTS & COMPONENTS
*/
.module {
  margin: 0 0 50px;
}
.module-title {
  margin-top: 0;
}
h2.module-title {
  font-size: 34px;
}
@media (max-width: 767px) {
  h2.module-title {
    font-size: 24px;
  }
}
.module-subtitle {
  font-size: 18px;
}
@media (max-width: 767px) {
  .module-subtitle {
    font-size: 16px;
    line-height: 1.4;
  }
}
.wrapper-outside {
  margin: 56px 100px 0;
  position: relative;
  width: auto;
}
@media (max-width: 991px) {
  .wrapper-outside {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .wrapper-outside {
    margin: 47px 0 0;
  }
}
.wrapper-light,
.wrapper-grey {
  background: #dae5e8;
}
.wrapper-light a:not(.btn),
.wrapper-grey a:not(.btn) {
  color: #0062cc;
}
.wrapper-light a:not(.btn):hover,
.wrapper-grey a:not(.btn):hover {
  color: #3395ff;
}
.wrapper-grey {
  background: #e3e7ea;
}
.wrapper-content {
  padding: 110px 0 75px;
}
.wrapper-green {
  background: #E5EFDE;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .wrapper-green {
    padding: 60px 0 20px;
  }
}
.wrapper-hero {
  background-color: #000;
  background-image: url(img/sample/desk-top-view.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.35)), url(img/sample/desk-top-view.jpg
  );
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #fff;
  display: flex;
  height: 500px;
  margin-top: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  animation: 0.65s ease 0s 1 normal forwards running dslcSlideUpFadeIn !important;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}
.wrapper-hero:after {
  background: #648F23;
  content: ' ';
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.wrapper-hero .container,
.wrapper-hero .dslc-modules-section-wrapper {
  align-self: center;
  z-index: 2;
}
.wrapper-hero h1 {
  margin-top: 0;
  font-size: 38px;
  display: inline-block;
  color: #fff;
}
.wrapper-hero .module-subtitle {
  font-size: 22px;
}
.wrapper-hero .centralise {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.wrapper-hero .centralise .btn-toolbar {
  margin-top: 40px;
}
.wrapper-hero .centralise .btn-toolbar .btn {
  margin-left: 10px;
  margin-right: 10px;
  float: none;
}
@media (max-width: 991px) {
  .wrapper-hero {
    background-attachment: inherit;
    height: auto;
    margin-top: 30px;
    padding: 80px 0;
  }
  .wrapper-hero .centralise {
    margin-top: 0 !important;
  }
  .wrapper-hero h1 {
    margin-top: 0;
    font-size: 28px;
  }
  .wrapper-hero .module-subtitle {
    font-size: 18px;
    line-height: 1.4;
  }
  .wrapper-hero .centralise .btn-toolbar {
    margin-top: 20px;
  }
  .wrapper-hero .centralise .btn-toolbar .btn {
    margin-left: 0;
    margin-right: 0;
  }
  .wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .wrapper-hero {
    margin-top: -35px;
    padding-bottom: 30px;
  }
}
.offset-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.offset-bg.right {
  left: auto;
  right: 0;
}
@media (max-width: 979px) {
  .offset-bg {
    display: none;
  }
}
.offset-bg.desk {
  background-image: url(img/sample/desk.jpg);
}
.offset-bg.coffee {
  background-image: url(img/sample/coffee-mag.jpg);
}
.offset-bg.office {
  background-image: url(img/sample/office.jpg);
}
@media (max-width: 767px) {
  .wrapper-services-header {
    margin-top: -40px !important;
  }
  .wrapper-services-header .dslc-image {
    margin: 0 -30px !important;
  }
  .wrapper-services-header .dslc-module-DSLC_Image {
    margin-bottom: 30px;
  }
}
/* Home */
@media (max-width: 767px) {
  body.home .wrapper-outside {
    margin: 0;
  }
}
@media (min-width: 1020px) {
  .dslc-modules-section.home-wrapper .home-carousel {
    margin-bottom: 30px;
  }
}
@media (min-width: 991px) {
  .dslc-modules-section.home-wrapper {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .dslc-modules-section.home-wrapper {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .dslc-modules-section.home-wrapper {
    padding-top: 0;
  }
}
/* Buildings For Sale */
.wrapper.buildings-for-sale {
  padding: 0 0 100px;
}
.wrapper.buildings-for-sale .dslc-last-col .dslc-module-front {
  width: 100%;
}
@media (max-width: 767px) {
  .wrapper.buildings-for-sale,
  .wrapper-page-header {
    padding: 0;
  }
  .wrapper.buildings-for-sale .dslc-text-module-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.wrapper.buildings-for-sale .dslc-modules-section-wrapper {
  background: #EDEDED;
  display: flex;
  overflow: hidden;
}
.wrapper.buildings-for-sale .dslc-modules-section-wrapper .image,
.wrapper.buildings-for-sale .dslc-modules-section-wrapper .content,
.wrapper.buildings-for-sale .dslc-modules-section-wrapper .dslc-modules-area {
  align-self: center;
  position: relative;
}
.wrapper.buildings-for-sale .dslc-modules-section-wrapper .dslc-image {
  display: block !important;
}
.wrapper.buildings-for-sale .dslc-modules-section-wrapper .dslc-image img {
  height: auto;
  width: 100% !important;
}
.wrapper.buildings-for-sale .dslc-modules-section-wrapper .content {
  padding: 40px;
}
@media (max-width: 991px) {
  .wrapper.buildings-for-sale .module {
    display: block;
  }
  .wrapper.buildings-for-sale .module .image,
  .wrapper.buildings-for-sale .module .content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrapper.buildings-for-sale .dslc-modules-section-wrapper {
    display: block;
  }
  .wrapper.buildings-for-sale .dslc-modules-area {
    float: none !important;
    margin-bottom: 0;
  }
  .wrapper.buildings-for-sale #dslc-module-54f5120155a .dslc-text-module-content {
    padding: 20px 4% !important;
  }
  body.dslc_projects-template-default .wrapper-building-detail {
    padding-top: 0 !important;
  }
}
.dslc-modules-section-wrapper,
.dslca-add-modules-section {
  width: 1480px !important;
}
.dslc-post-separator {
  border-bottom: 0 !important;
}
/*
  GALLERY
*/
.wrapper-gallery {
  padding-top: 0 !important;
}
[class^="rl-hover-icon-"] .rl-gallery-link:before,
[class*="rl-hover-icon-"] .rl-gallery-link:before {
  font-size: 42px;
}
/*
  MAP WRAPPER
*/
.wrapper-map {
  padding-top: 0;
  padding-bottom: 0;
}
.feature {
  margin-top: 30px;
}
.feature img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.icon-small {
  width: 80px !important;
  height: auto;
}
.sub-feature-text {
  margin: 30px -20px 0;
}
.sub-feature-text li {
  margin: 0 -1px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  list-style-type: none;
}
.sub-feature-image {
  margin-top: 30px;
}
@media (max-width: 979px) {
  .sub-feature-image {
    margin: 60px auto 30px;
    display: block;
    width: 75%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sub-feature-text {
    margin-left: 0;
    margin-right: 0;
  }
  .sub-feature-text li {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.feature-center {
  /* A block of content with a centered title, image in the center and text either side */
}
.feature-center [class^="col-md-"],
.feature-center [class*=" col-md-"] {
  margin-top: 50px;
}
.feature-center h3 {
  margin-top: 100px;
}
.feature-center .feature-image {
  margin: 0 auto;
  display: block;
  width: 70%;
  height: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .feature-center [class^="col-md-"],
  .feature-center [class*=" col-md-"] {
    margin-top: 0;
  }
  .feature-center h3 {
    margin-top: 30px;
  }
}
.list-icons {
  margin: 20px 0 0;
}
.list-icons li {
  margin: 80px 0 0;
  padding: 0 0 0 120px;
  position: relative;
  list-style-type: none;
}
.list-icons li h3 {
  margin-top: 0;
}
.list-icons li img {
  position: absolute;
  top: 6px;
  left: 0;
  width: 80px;
}
.list-icons li .icon.light {
  opacity: 0.35;
}
@media (max-width: 767px) {
  .list-icons li {
    margin-top: 60px;
    padding-left: 80px;
  }
  .list-icons li h3 {
    font-size: 16px;
  }
  .list-icons li img {
    width: 60px;
  }
}
.list-icons-vertical {
  margin: 20px -30px 0;
}
.list-icons-vertical li {
  margin: 30px -2px 0;
  padding: 0 30px;
  display: inline-block;
  vertical-align: top;
  width: 33.3333333%;
}
.list-icons-vertical li img {
  position: relative;
  top: auto;
  left: auto;
}
.list-icons-vertical li h2,
.list-icons-vertical li h3,
.list-icons-vertical li h4,
.list-icons-vertical li p {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .list-icons-vertical {
    margin-left: 0;
    margin-right: 0;
  }
  .list-icons-vertical li {
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.list-circle-icons li {
  margin: 0 5px 10px;
  padding: 10px;
  height: 90px;
  width: 90px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 42px;
  background: #648F23;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
}
.list-circle-icons li [class^="fa-"],
.list-circle-icons li [class*=" fa-"] {
  font-size: 45px;
  line-height: 1.6;
  color: #fff;
}
.list-circle-icons li .fa-heart,
.list-circle-icons li .fa-desktop {
  line-height: 1.7;
}
.list-circle-icons-small li {
  height: 45px;
  width: 45px;
  line-height: 24px;
}
.list-circle-icons-small li [class^="fa-"],
.list-circle-icons-small li [class*=" fa-"] {
  font-size: 24px;
  vertical-align: top;
  line-height: 1.2;
}
/*
  TESTIMONIALS
*/
.wrapper-testimonials {
  padding-bottom: 170px;
}
.wrapper-testimonials blockquote {
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-style: italic;
  border-left: none;
}
.wrapper-testimonials .carousel .carousel-indicators {
  bottom: -40px;
}
.wrapper-testimonials .carousel .carousel-indicators li {
  border-color: #bababa;
}
.wrapper-testimonials .carousel .carousel-indicators li:hover {
  background-color: #72a328;
}
.wrapper-testimonials .carousel .carousel-indicators .active {
  background-color: #648F23;
}
.wrapper-testimonials .carousel img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
}
@media (max-width: 767px) {
  .wrapper-testimonials {
    padding-bottom: 90px;
  }
  .wrapper-testimonials blockquote {
    font-size: 16px;
  }
}
/*
  SIDEBAR
*/
.sidebar .module {
  margin: 60px 0 0;
}
.sidebar .module .module-title {
  margin: 0;
}
.sidebar .module:first-child {
  margin-top: 30px;
}
.sidebar .list-unstyled li {
  margin: 20px 0 0;
}
.sidebar .list-unstyled li a span {
  color: #898989;
  font-size: 13px;
}
/*
  PROJECTS / BUILDINGS FOR SALE
*/
#dslc-content .dslc-project-thumb {
  margin-bottom: 0;
}
.wrapper-projects {
  margin-bottom: 80px;
}
/*
  FAQs
*/
@media (max-width: 767px) {
  .wrapper-faq-header {
    margin-top: -35px !important;
  }
}
.dslc-accordion-title {
  line-height: 1.2 !important;
  padding-right: 50px !important;
}
.dslca-toggle-accordion-hook [class^="dslc-icon-"],
.dslca-toggle-accordion-hook [class*=" dslc-icon-"] {
  font-size: 20px;
}
#dslc-content .dslc-accordion-content {
  padding: 15px 15px 0 !important;
}
/*
  CONTACT
*/
@media (max-width: 767px) {
  .wrapper-contact-header {
    margin-top: -35px !important;
  }
}
.wrapper-contact .contact-info h3 {
  margin-bottom: 50px !important;
  text-transform: none;
}
.wpcf7-form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}
.wpcf7-form .wpcf7-submit {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  padding: 10px 20px !important;
}
.wpcf7-form .form-group {
  margin: 5px 0 25px;
}
.google-map {
  margin: 20px 0 0;
  padding: 0 0 340px;
  position: relative;
  height: 0;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important;
}
@media (max-width: 991px) {
  .google-map {
    margin-bottom: 30px;
  }
}
/*
  BLOG
*/
.wrapper-blog .pagination {
  margin-top: 80px;
}
.wrapper-blog .post {
  margin: 80px 0 0;
}
.post h2,
.post h3 {
  margin-top: 20px;
}
.post h2 a,
.post h3 a {
  color: #333 !important;
}
.post h2 a:hover,
.post h3 a:hover,
.post h2 a:focus,
.post h3 a:focus,
.post h2 a:active,
.post h3 a:active {
  color: #007bff !important;
}
.post img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.post img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
.post .post-content p {
  margin-top: 10px;
}
.post .page-header {
  padding-bottom: 15px;
}
article.post:first-child {
  margin-top: 30px;
}
.post-content .caption {
  padding: 5px 0;
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: #787878;
}
.post-content ul {
  margin: 20px 0 0;
}
.post-content ul li {
  margin: 5px 0;
  font-size: 15px;
  line-height: 1.5;
}
.post-content ul ul {
  margin-top: 0;
  margin-left: 40px;
}
.post-meta {
  margin: 10px 0 0;
}
.post-meta li {
  margin: 5px 15px 0 0;
  padding: 0;
  font-size: 14px;
  color: #787878;
}
.post-meta li .fa {
  margin-right: 5px;
}
#comments {
  margin: 60px 0 0;
  padding: 60px 0 0;
  border-top: 1px solid #d0d0d0;
}
#comments .comments-title {
  margin-top: 0;
}
#comments ol.commentlist {
  margin: 0 0 60px;
  padding: 0;
}
#comments ol.commentlist li.comment {
  margin: 30px 0 0 ;
  list-style-type: none;
}
#comments ol.commentlist li.comment ul,
#comments ol.commentlist li.comment ol {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 70px;
}
#comments ol.commentlist li.comment .avatar {
  margin: 0 20px 0 0;
  display: block;
  float: left;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75) inset;
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75) inset;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75) inset;
}
#comments ol.commentlist li.comment .comment-author cite {
  font-size: 18px;
  font-weight: bold;
}
#comments ol.commentlist li.comment .comment-meta a {
  color: #888;
}
#comments ol.commentlist li.comment .comment-meta a:hover {
  color: #007bff;
}
#comments ol.commentlist li.comment > div > div {
  margin-left: 70px;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#comments ol.commentlist li.comment > div > div .comment-author {
  margin: 0 0 5px;
}
#comments ol.commentlist li.comment > div > div .comment-meta {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #999;
}
#comments #respond {
  margin: 30px 0 0;
}
#comments #respond #reply-title small {
  margin-left: 10px;
  font-size: 11px;
}
#comments #respond #reply-title small a {
  color: #007bff;
}
#comments #respond #commentform .row {
  margin-bottom: 15px;
}
#comments #respond #commentform .row:last-child {
  margin-bottom: 0;
}
#comments #respond #commentform label,
#comments #respond #commentform .required {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
#comments #respond #commentform .required {
  color: #cc0000;
  font-size: 15px;
  line-height: 1.2;
}
#comments #respond #commentform .form-submit .btn {
  font-size: 15px;
}
@media (max-width: 767px) {
  .post h2,
  .post h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .post .post-meta {
    margin-top: 0;
  }
  .post .post-content ul {
    margin-left: 20px;
  }
  .wrapper-blog .page-header {
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  #comments ol.commentlist li.comment ul,
  #comments ol.commentlist li.comment ol {
    margin-left: 0;
  }
}
/*
  TEAM
*/
.wrapper.team {
  text-align: center;
}
.wrapper.team p {
  margin-top: 5px;
}
.wrapper.team p .btn {
  margin: 5px 0 0;
}
.wrapper.team .team-image {
  margin: 50px 0 0;
}
.wrapper.team .team-image img {
  width: 200px;
  height: 200px;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.wrapper.team .team-image .overlay {
  display: none;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50px;
  left: 46px;
  z-index: 2;
  background: rgba(100, 143, 35, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.wrapper.team .team-image a .fa {
  margin: 90px 5px 0;
  font-size: 24px;
  color: #fff;
}
.wrapper.team .team-image a .fa:hover {
  opacity: 0.75;
}
.wrapper.team .team-image:hover .overlay {
  display: block;
}
@media (max-width: 1199px) {
  .wrapper.team .team-image .overlay {
    left: 21px;
  }
}
@media (max-width: 979px) {
  .wrapper.team h3 {
    margin-top: 10px;
  }
  .wrapper.team .team-image .overlay {
    margin: 20px auto 0;
    display: block;
    left: auto;
    height: auto;
    position: relative;
    top: auto;
    width: auto;
    text-align: center;
    background: none;
  }
  .wrapper.team .team-image a .fa {
    margin-top: 0;
    color: #333;
  }
}
.wrapper.hiring img {
  width: 50px;
  height: auto;
}
.wrapper.hiring h2 {
  margin: 10px 0 0;
}
/*
  CONTACT INFO
*/
.wrapper-contact h3 {
  margin-top: 0;
}
.info-times em {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #676767;
}
/*
  SUB FOOTER
*/
.wrapper-sub-footer {
  padding-top: 120px;
  background: #c3d2d8;
}
.wrapper-sub-footer a {
  color: #0062cc;
}
@media (max-width: 767px) {
  .wrapper-sub-footer {
    padding-top: 20px;
  }
}
/*
  FOOTER
*/
footer.wrapper {
  padding: 70px 20px;
  background: #000;
  color: #fff;
}
footer.wrapper p {
  margin: 0 0 10px;
}
footer.wrapper a {
  color: #fff;
}
footer.wrapper a:not(.btn) {
  text-decoration: underline;
}
footer.wrapper a:hover {
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
}
footer.wrapper .list-inline li {
  margin: 0 10px 0 0;
  font-size: 13px;
  text-transform: uppercase;
}
footer.wrapper .list-circle-icons {
  margin: 0 0 10px;
  display: block;
}
footer.wrapper .list-circle-icons li {
  padding: 0;
  height: auto;
  width: auto;
  background: none;
}
footer.wrapper .list-circle-icons li a {
  padding: 10px;
  height: 45px;
  width: 45px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
footer.wrapper .list-circle-icons li a:hover {
  background: #fff;
}
footer.wrapper .list-circle-icons li a:hover .fa {
  color: #4e6c75;
}
footer.wrapper .copyright {
  font-size: 14px;
  text-align: center;
  margin: 50px 0 0;
}
@media (max-width: 991px) {
  footer.wrapper .lets-talk {
    margin-bottom: 30px;
  }
  footer.wrapper .list-inline.pull-right {
    clear: both;
    float: none !important;
  }
  footer.wrapper .list-circle-icons {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  footer.wrapper {
    padding: 70px 5px;
  }
  footer.wrapper .container {
    max-width: 100%;
  }
}
