@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Lato:300|Montserrat);
a:visited {
  color: #ff4d94; }

body {
  overflow-x: hidden; }

h2, h3 {
  font-family: 'Montserrat', sans-serif;
  text-shadow: 0px 2px 5px #000000;}

.videoexamples .header {
  text-shadow: 0px 2px 3px #000000; }

.videoexamples h3{margin: 40px 0 25px 0!important;}

.playhint {
  position: relative; }
  .playhint::after {
    content: attr(data-hint);
    display: block;
    position: absolute;
    bottom: 15px;
    left: 25px;
    background: #1e1e1e;
    padding: 5px 10px;
    border-radius: 0 0 10px 10px; }

#social {
  margin-bottom: 500px;
  padding-top: 60px; }

#social .text-center {
  margin: 40px 0; }

#social .text-center a {
  border: 2px solid #ffc32d;
  padding: 40px 35px 35px 35px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: border ease-in-out .3s, background ease-in-out .3s, color ease-in-out .3s, box-shadow ease-in-out .3s;
          transition: border ease-in-out .3s, background ease-in-out .3s, color ease-in-out .3s, box-shadow ease-in-out .3s; }

#social .text-center a:hover {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #ff4d94;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7); }

video, #responsivebanner {
  width: 100%;
  height: auto; }

html {
  font-size: 1em;
  line-height: 1.5em; }

body {
  background: #1e1e2d;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 300; }

a {
  color: #ff0066; }
  a:hover {
    color: #ffc32d; }

.navbar .navbar-brand {
  padding: 10px 20px; }

.navbar .navbar-brand img {
  width: 138px; }

.navbar {
  box-shadow: 0px 8px 8px rgba(255, 255, 255, 0.3); }

.navbar-default {
  border: none; }

ul.nav.navbar-nav li a {
  -webkit-transition: background ease-in-out .3s;
          transition: background ease-in-out .3s; }

ul.nav.navbar-nav li a:hover {
  background: #ffcc00; }

ul.nav.navbar-nav li#contact{
  position: relative;
}

ul.nav.navbar-nav li#contact a {
  font-family: 'Montserrat', sans-serif;
  color: black;
  font-size: 18px; }

ul.nav.navbar-nav li#contact:before{
  content: '';
  height: 100%;
  width: 7px;
  display: block;
  background: repeating-linear-gradient(
    45deg,
    #ffc32d,
    #ffc32d 5px,
    #3c3c5a 5px,
    #3c3c5a 10px
  )!important;
  backface-visibility: hidden;
  position: absolute;
  left: -7px;
  top: 0;
}

ul.nav.navbar-nav li#contact #point {
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid #ffc32d;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 12px);
  opacity: 0;
  -webkit-transition: bottom ease-in-out .5s, opacity ease-in-out .2s;
          transition: bottom ease-in-out .5s, opacity ease-in-out .2s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

ul.nav.navbar-nav li#contact:hover #point {
  position: absolute;
  bottom: -12px;
  opacity: 1; }

.invisible{display: none;}

.container:nth-child(2) {
  margin-top: 70px; }

.main-holder div div div {
  border: 3px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: border ease-in-out .3s;
          transition: border ease-in-out .3s; }

.main-holder div div div:hover {
  border: 3px solid #ff6400;
  text-decoration: none;
  color: #000; }

.main-holder div div div a {
  text-decoration: none;
  color: #000; }

.main-holder div div div h2 {
  margin: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold; }

.main-holder div div div p {
  margin: 15px;
  font-family: "Lato", sans-serif;
  font-size: 18px; }

.main-holder div div div img {
  width: 100%;
  height: 50%; }

.main-holder .thumbcard {
  margin-bottom: 30px; }

.jumbotron {
  position: relative; }

#intro {
  background: #3c3c5a;
  margin-bottom: 100px; }
  #intro::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -99px;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-top-color: #3c3c5a;
    left: calc(50% - 50px); }

#workedfor {
  margin-top: 50px; }

.navbar-default {
  background-color: white; }

#homepagejumbo {
  padding-top: 140px;
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 0; }

#responsivebanner {
  margin-bottom: 50px; }

.spacer .icon {
  width: 40px;
  float: left; }

.spacer span {
  display: block;
  float: left;
  padding-top: 4px; }

.spacer .icon i.fa-bolt {
  margin-left: 9px; }

.spacer .icon i.fa-mobile {
  margin-left: 9px; }

.spacer {
  padding: 25px;
  color: #fff;
  overflow: hidden; }
  .spacer::after {
    width: 100%;
    content: attr(data-caption);
    display: block;
    position: absolute;
    bottom: -5px;
    left: 65px;
    opacity: 0;
    font-size: 11px;
    color: #ffc32d;
    font-weight: normal;
    -webkit-transition: bottom ease-in-out .3s, opacity ease-in-out .3s;
            transition: bottom ease-in-out .3s, opacity ease-in-out .3s; }

.spacer:hover::after {
  bottom: 17px;
  right: 65px;
  opacity: 1; }

i.fa-bolt, i.fa-mobile, i.fa-rocket, i.fa-heart {
  color: #ffc32d;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.8); }

.companydetails img {
  margin: 0 auto;
  opacity: .5; }

#technologies h2 {
  margin: 0 0 35px 25px; }

#technologies ul li {
  padding: 15px;
  list-style-type: none; }

#technologies ul li:hover {
  background-color: rgba(150, 150, 150, 0.2);
  background-image: -webkit-linear-gradient(rgba(150, 150, 150, 0.2), rgba(50, 50, 50, 0));
  background-image: linear-gradient(rgba(150, 150, 150, 0.2), rgba(50, 50, 50, 0));
  background: rgab(150, 150, 150, 0.2);
  background: -webkit-linear-gradient(rgba(150, 150, 150, 0.2), rgba(50, 50, 50, 0));
  background: linear-gradient(rgba(150, 150, 150, 0.2), rgba(50, 50, 50, 0));
  border-radius: 10px 10px 0 0; }

#technologies i {
  color: #ffc32d;
  display: block;
  float: left;
  margin: -3px 15px 0 0;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.8); }

#technologies i.fa-envelope {
  margin-bottom: 40px; }

#workedfor {
  background: #3c3c5a;
  padding-top: 100px; }
  #workedfor img {
    width: 100%;
    height: auto; }
  #workedfor p {
    margin-bottom: 10px; }
  #workedfor::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-top-color: #1e1e2d;
    left: calc(50% - 50px); }
  #workedfor h2, #workedfor h3 {
    margin-bottom: 50px; }

#wtgdetail ul {
  margin: 30px 0; }

.videoexamples .sampleMovie {
  margin: 5px 0 40px 0;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); }

q {
  quotes: "“" "”" "‘" "’"; }

q:before {
  content: open-quote;
  position: absolute;
  left: 7px;
  color: #ffc32d; }

q:after {
  content: close-quote;
  color: #ffc32d; }

#gallery .row {
  margin-top: 50px;
  padding-bottom: 40px; }

#gallery h2 {
  margin-top: 80px; }

.modal-dialog {
  width: 60%; }

.modal-dialog img {
  width: 100%; }

.thumbnail {
  margin-bottom: 30px; }

.modal-title {
  color: #000;
  text-shadow: none; }

/* Graphic Tweaks */
#wtglogo {
  width: 230px;
  margin: 18px 0 0 0; }

#smallwtglogo {
  width: 80px !important;
  margin: 22px 30px 30px 0; }

#eurobenefitslogo {
  margin-top: 17px; }

/* / */
#iconholder {
  -webkit-transition: background ease-in-out .3s;
          transition: background ease-in-out .3s; }

.sectionchange {
  margin-top: 1.5em; }

#social .text-center a {
  -webkit-transition: padding ease-in-out .3s;
          transition: padding ease-in-out .3s; }

#social .text-center a:hover {
  padding: 55px; }

#twoparts {
  margin-top: -35px; }

#testimonials {
  background: rgba(0, 0, 0, 0.5); }
  #testimonials h2 {
    margin-bottom: 50px; }
  #testimonials p {
    color: rgba(255, 255, 255, 0.5); }
  #testimonials .headinglike {
    font-weight: bold;
    color: white; }
  #testimonials .source p {
    font-size: 1em;
    margin-bottom: 5px; }
  #testimonials .source .name {
    color: white;
    padding-top: 15px; }

.jumbotron#workedfor {
  margin-bottom: 0; }

#testimonials2 {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

/*

Breakpoint tweaks (if required)

*/
@media (max-width: 300px) {
  a.navbar-brand img {
    width: 120px !important;
    margin: 2px 0 0 -7px; } }
@media (max-width: 767px) {
  /* xs breakpoint */
  #homepagejumbo {
    padding-top: 90px;
    background: rgba(0, 0, 0, 0.3); }

  .spacer {
    padding: 35px 0px !important;
    text-align: center !important; }

  .spacer .explanation {
    font-size: 11px; }

  .spacer .icon {
    float: none;
    width: 120%;
    text-align: center; }

  .spacer .icon i.fa-bolt, .spacer .icon i.fa-mobile {
    margin: 0 !important;
    padding-left: 0 !important; }

  #iconholder .spacer {
    text-align: center; }

  #iconholder .spacer .icon {
    width: auto;
    margin: 0 auto !important; }

  /* i.fa-bolt, i.fa-mobile{transform: translateX(-10px);} */
  #iconholder {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px; }

  i.fa-bolt, i.fa-mobile, i.fa-rocket, i.fa-heart {
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.8); }

  .spacer::after {
    display: none; }

  #technologies i.fa-envelope {
    margin-bottom: 0px; }

  #workedfor p {
    font-size: 16px; }
  #workedfor img {
    width: 40%; }

  h2 {
    font-size: 25px; }

  #social {
    padding-top: 120px; }

  #social .text-center {
    margin-bottom: 60px; }

  #social h3 {
    padding-bottom: 60px; }

  ul.nav.navbar-nav li#contact::after {
    display: none; }

  #testimonials2 {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }

  #technologies .col-xs-12 > ul > li {
    width: 85%;
    float: right;
    margin-right: 10px; }

  #testimonials .headinglike {
    margin: 80px 0 30px 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  #iconholder {
    border-left: 1px solid rgba(255, 255, 255, 0.1); }

  #technologies i.fa-envelope {
    margin-bottom: 0px; }

  ul#cmses li {
    width: 30%;
    float: left; }

  #testimonials .headinglike:first-child {
    margin: 30px 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #iconholder {
    border-left: 1px solid rgba(255, 255, 255, 0.1); } }
@media (min-width: 1200px) {
  #iconholder {
    border-left: 1px solid rgba(255, 255, 255, 0.1); } }




footer .jumbotron {
	background: black;
  text-align: right;
  margin-bottom: 0;
}

#equiondetail{padding-bottom: 75px;}
#equionlogo{
    margin-top: 23px;
}

#equionlogosmall{
  
}

#equionlogosmall img{
  width: 80px;
  margin: 27px 30px 20px 0;
}

#equionlogosmall h3{
  display: inline-block;
}
p.minihead{
  margin-top: 5px;
  font-size: 16px!important;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 0px 2px 1px #000000;
  padding-bottom: 15px;
  }

  #workedfor h3{
    margin-bottom: 0;
  }

  #social .text-center:nth-child(2){
    margin:0;
}