@font-face {
  font-family: 'League Spartan';
  src: url('../fonts/leaguespartan-bold.eot');
  src: url('../fonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/leaguespartan-bold.woff2') format('woff2'), url('../fonts/leaguespartan-bold.woff') format('woff'), url('../fonts/leaguespartan-bold.ttf') format('truetype'), url('../fonts/leaguespartan-bold.svg#league_spartanbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
.background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  behavior: url(../js/backgroundsize.min.htc);
  position: relative;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  font-size: 15px;
}
body.single-case h2 {
  font-size: 30px;
}
body.single-case div.container-fluid > section.row {
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  body.single-case div.container-fluid > section.row {
    margin: 0 -15px;
  }
}
/*body > div.container-fluid > section#work {
    max-width: none;
    margin: 0 -15px;
}*/
strong {
  font-weight: 700;
}
h1 {
  font-family: 'League Spartan';
  font-weight: bold;
  color: #000;
  margin: 0;
}
h1 span {
  color: #ff0000;
}
h2 {
  font-family: 'League Spartan';
  font-weight: bold;
  color: #000;
  font-size: 60px;
  margin: 20px 0 30px 0;
}
h2 span {
  color: #ff0000;
}
.small-container {
  margin: 0 auto;
  max-width: 500px;
}
.big-container {
  margin: 50px auto;
  max-width: 800px;
}
.bgfixed {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
#about-services section {
  padding-top: 20px;
  padding-bottom: 20px;
}
#about-services #services {
  background: #2b2e34 /*url('../images/bg_logo_services.png') no-repeat 10% -350px*/;
  background-attachment: fixed;
  color: #fff;
}
#about-services #services h2 {
  color: #fff;
}
#about-services #services div.service {
  display: inline-block;
  text-align: center;
  width: 123px;
  margin: 15px;
  font-weight: 200;
  font-size: 13px;
  vertical-align: top;
}
@media (max-width: 768px) {
  #about-services #services div.service {
    width: 110px;
  }
}
#about-services #services div.service p {
  margin-top: 10px;
}
#work,
#team {
  overflow: hidden;
}
#work ul,
#team ul {
  list-style: none;
  padding: 0;
}
#work ul li,
#team ul li {
  float: left;
  width: 30%;
  min-height: 100%;
}
#work ul li a,
#team ul li a {
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  behavior: url(../js/backgroundsize.min.htc);
  position: relative;
  background-position: center;
  color: #fff;
  text-decoration: none;
}
#work ul li a span,
#team ul li a span {
  font-size: 20px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 15px 20px;
}
#work .arrow,
#team .arrow {
  position: absolute;
  top: 45%;
}
#work .arrow.left,
#team .arrow.left {
  position: absolute;
  left: 30px;
}
#work .arrow.right,
#team .arrow.right {
  position: absolute;
  right: 30px;
}
#work li > a > span {
  background-color: #2b2e34;
}
#team {
  background-image: url('../images/work_header_text_1.png');
  background-position: 10% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 40%;
}
#team li > a {
  cursor: default;
  background-position: top center !important;
}
#team li > a span {
  font-size: 20px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 15px 20px;
  background-color: #fff;
}
#team li > a span strong {
  color: #333;
}
#team li > a span small {
  color: #333;
}
@media (max-width: 1600px) {
  #team {
    background-size: 50%;
  }
}
@media (max-width: 1200px) {
  #team {
    background-size: 70%;
  }
}
@media (max-width: 768px) {
  #team {
    background-size: 100%;
    background-attachment: inherit;
  }
}
#banner {
  height: 250px;
}
#description h1 {
  margin-top: 30px;
}
.description1 {
  color: #000000;
  background-color: #eeeeee;
}
.close {
  z-index: 9999;
  background: url('../images/close.png') no-repeat center;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 15px;
  right: 15px;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transition 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
}
.close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  opacity: 1;
}
.link {
  color: #000;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
  border-bottom-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 18px;
}
.link:hover {
  text-decoration: none !important;
  color: #000;
}
#intro {
  position: relative;
  background: #888 no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  #intro {
    background-attachment: inherit;
  }
}
#intro .text {
  position: absolute;
  top: 0;
  bottom: 0;
  background: no-repeat left center;
  background-size: cover;
  height: 100%;
  width: 0;
  overflow: hidden;
}
#intro .text img {
  margin: auto;
}
#intro .logo img {
  margin: 0 10px;
}
#intro .logo img.touch {
  margin-top: -40px;
}
#intro .logo h1 {
  color: #fff;
  margin: -55px 0 0 240px;
  font-size: 38px;
}
#contact ul {
  padding: 0;
}
#contact li {
  list-style: none;
  text-align: center;
}
#contact a,
#contact a:active,
#contact a:visited {
  color: #000;
}
#contact a:hover {
  text-decoration: underline;
}
#contact div.image {
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#title {
  position: relative;
  min-height: 110px;
}
#title h1 {
  margin-top: 40px;
}
#title img {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 768px) {
  #title h1 {
    font-size: 30px;
    margin-top: 15px;
  }
  #title img {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px;
  }
}
/*.titleWrapper{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	text-align:center;
	height:80px;
	overflow:hidden;
	width: 100%;
	text-align:center;
}
h1{
	color:#292929;
	font-size: 80px;
	margin:0;
	padding:0;
	line-height:80px;
	height:80px;
	position: relative;
	text-transform: uppercase;
	word-space: 4em;
	letter-spacing: 0.05em;
}
h1 span{
	position: relative;
	display: inline-block;
	transform: translateY(100%);
	transition: all 0.25s cubic-bezier(0.65, 0, 0.21, 1.47) 0s;
}

.titleWrapper.ready h1 span{
	transform: translateY(0%);
}

h1.first span{
	background:#fafafa;
	position:relative;
	z-index:5;
}
h1.second span{
	position:relative;
	z-index:1;
}

$num: 1;

@while $num < 20 {
    h1.first span:nth-of-type(#{$num}) {
			transition-delay: 0.02s * $num;
    }
		h1.second span:nth-of-type(#{$num}) {
			transition-delay: 0.03s * $num + 0.05;
    }

    $num: $num + 1;
}

.titleWrapper.ready:hover h1.first span{
	transform: translateY(-100%);
}
.titleWrapper.ready:hover h1.second span{
	transform: translateY(-100%);
}*/
.social a {
  text-decoration: none !important;
}
.social a:hover {
  text-decoration: none !important;
}
.social a:visited {
  text-decoration: none !important;
}
/*# sourceMappingURL=screen.css.map */