/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.3.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/


.swappable {
  margin-bottom: 10px;
}

@media (min-width: 770px) {
  .navbar-nav {
    float: right;
  }
}

.header-top a {
  color: white;
}

.login-button {
  margin: 3px 0 2px;
  background-color: #006c97 !important;
}

.small-caps {
  font-variant: small-caps;
  font-size: 110%;
}

.layout-products .table-striped td:nth-child(odd) {
  background-color: #eee;
}


.map-block img {
  opacity: 0.65;
}

.map-pin {
  position: absolute;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  background-color: #006c97;
  border-radius: 50%;
  opacity: 0.85;
  border: 2px solid white;
  box-shadow: 0 2px 5px black;
  transition: transform 0.2s ease-in-out;
}

.map-pin:hover {
  z-index: 1;
  transform: scale(1.4);
  opacity: 1;
}

.map-pin:hover:after {
  position: absolute;
  right: 26px;
  top: 3px;
  color: white;
  text-shadow: 0 1px 4px black;
  font-weight: bold;
  font-size: 10px;
  white-space: nowrap;
  content: attr(data-location);
}

[data-location="UK"] {
  top: 31%;
  left: 47%;
}

[data-location="LFF Glamal Europe"] {
  top: 35%;
  left: 50%;
}

[data-location="LFF KISCO"] {
  top: 38%;
  left: 62%;
}

[data-location="LFF Houston"] {
  top: 49%;
  left: 24%;
}

[data-location="LFF New Zealand"] {
  top: 87%;
  left: 94%;
}

[data-location="LFF Australia"] {
  top: 78%;
  left: 88%;
}

[data-location="LFF Australia "] {
  top: 80%;
  left: 79%;
}

[data-location="LFF Korea"] {
  top: 43%;
  left: 82%;
}

[data-location="LFF Middle East"] {
  top: 53%;
  left: 64%;
}
[data-location="LFF South-East Asia"] {
  top: 63.1%;
  left: 75.4%;
}
[data-location="LFF P&I"] {
  top: 83%;
  left: 86%;
}



.footer,
.footer h2,
.footer a {
  color: #eee !important;
}

.reg-info {
  font-size: smaller;
}

.layout-downloads .main-container ul {
  list-style: none;
  padding-left: 0;
}

.layout-downloads .main-container li {
  position: relative;
  padding: 8px 0;
}

.layout-downloads .main-container li:not(:last-child):after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(0,0,0, 0.18) 0%, rgba(0,0,0, 0.12) 35%, rgba(0,0,0, 0.05) 70%, rgba(0,0,0, 0) 100%);
}

.layout-downloads .main-container li a {
  position: relative;
  display: block;
}

.layout-downloads .main-container li a:before {
  content: 'Download';
  float: right;
  background: #006c97;
  color: white;
  padding: 2px 38px 2px 15px;
  font-size: 14px;
  border-radius: 3px
}

.layout-downloads .main-container li a:after {
  font-family: FontAwesome;
  font-size: 14px;
  content: '\f1c1';
  position: absolute;
  top: 2px;
  right: 15px;
  color: white;
}

.layout-contact .overlay-container .img-bg,
.layout-lff-group .overlay-container .img-bg,
.layout-lff-group-interactive .overlay-container .img-bg {
  height: 390px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

p a[href$=".pdf"] {
  display: inline-block;
  background: #006c97;
  color: white;
  padding: 0px 15px;
  border-radius: 3px;
  margin: 0px 0;
}

p a[href$=".pdf"]:hover {
  text-decoration: none;
}

p a[href$=".pdf"]:after {
  font-family: FontAwesome;
  font-size: 14px;
  content: '\f1c1';
  margin-left: 12px;
  color: white;
}

.lff-products th {
  font-size: 13px;
  text-align: center;
}

.lff-products td {
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  line-height: 24px !important;
}

.service-grid-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.service-grid {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-left: -20px;

}

.service-grid:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  background: white;
  width: 2px;
  height: 100%
}

.service-grid li {
  position: relative;
  width: 33.33%;
  border-left: 20px solid white;
  border-bottom: 20px solid white;
  background: rgba(0,0,0,0.5);
}

.service-grid li:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.service-grid h3 {
  position: absolute;
  padding: 0 10px;
  margin: 0;
  top: 50%;
  width: 100%;
  min-height: 50px;
  margin-top: -25px;
  color: white;
  font-size: 22px;
  text-shadow: 0 3px 3px rgba(0,0,0,0.85);
  text-align: center;
}

.service-grid h4 {
  color: white;
  font-weight: bold;
  margin-top: 0;
}

.service-grid .reveal {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  background: grey;
  z-index: 1;
  color: white;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  opacity: 0;
  transition: ease-in-out 0.5s;
}

.service-grid li:hover .reveal {
  opacity: 1;
}

.service-grid li:hover h3 {
  display: none;
}

@media (max-width: 991px) {
  .service-grid {
    margin-left: -10px;
  }
  .service-grid li {
    width: 50%;
    border-left-width: 10px;
    border-bottom-width: 10px;
  }
  .service-grid li:last-of-type {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .service-grid li {
    width: 100%;
  }
}

.pic-bg {
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 100%;
}
