@import 'https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,900,700';
@import 'https://fonts.googleapis.com/css?family=Merriweather|Open+Sans|Open+Sans+Condensed';
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css';

body{
	background: #eee;
	font-family: 'Roboto', sans-serif;
}

.wrapper{
	width: 978px;
	margin: 0 auto;
}

header{
	background: white;
	text-align: center;
	display: table;
	width: 100%;
	padding: 0;
	padding-top: 50px;
}

header img{
	width: 200px;
	padding: 10px 0;
}

header nav{
	background: #eee;
	padding: 16px 0 2px 0;
	text-align: left;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 123;
	border-bottom: 1px solid #ddd;
}

header nav .awrap{
	float: left;
}

header nav .lang{
	float: right;
	margin-top: -12px;
	padding-right: 12px;
}

header nav .lang a{
	padding: 0;
	margin: 0;
}

header nav a{
	color: #111;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 12px;
	position: relative;
	transition: ease all .5s;
	border-top: 4px solid transparent;
}

header nav a:hover{
	font-weight: bold;
	border-top: 4px solid;
}

header nav a:nth-child(1):hover{
	color: #60D601;
}
header nav a:nth-child(2):hover{
	color: #009ED2;
}
header nav a:nth-child(3):hover{
	color: #F0004B;
}
header nav a:nth-child(4):hover{
	color: #D9DB00;
}
header nav a:nth-child(5):hover{
	color: #FB3E00;
}
header nav a:nth-child(6):hover{
	color: #329433;
}

.welcome{
	text-align: center;
	font-size: 24px;
	background-image: url('img/welcome.jpg');
	background-size: cover;
	height: 500px;
	position: relative;
}

.welcome h1{
	color: white;
	font-family: 'Roboto', serif;
	font-weight: lighter;
	position: absolute;
	top: 230px;
	width: 100%;
	font-size: 40px;
}

.lang img{
	width: 30px;
	border-radius: 10%;
	transition: ease all .5s;	
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.lang img:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: .75;
}

.lang a.selected img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.overlay{
	background: rgba(10,10,10,.75);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

section.content{
	text-align: center;
	padding: 80px 0;
	background-attachment: fixed;
}

section.content p{
	padding: 10px 0;
}

section h1{
	font-size: 42px;
	padding-bottom: 40px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	position: relative;
	font-weight: 300;
}

section h1:before{
	content: "";
	border-top: 4px solid;
	width: 50px;
	position: absolute;
	margin-top: -10px;
	left: 50%;
	margin-left: -25px;
}

section.aboutus{
	background-image: url('img/about.jpg');
	background-size: cover;
	background-position: top center;
	color: white;
}

section.whoarewe{
	background-image: url('img/why.jpg');
	background-size: cover;
	background-position: top center;
	color: white;
}

section.clients{
	background: #E2E2E2;
}

section.contact{
	background: #fff;
	padding-bottom: 60px;
	padding-top: 0;
}

section.contact h1{
	padding-top: 40px;
}

section.twitter{
	background-image: url('http://fullhdpictures.com/wp-content/uploads/2015/04/Twitter-Wallpaper.png');
	background-size: cover;
	background-position: top center;
	color: white;
	padding: 80px 0;
}

section.football{
	background-image: url('img/football.jpg');
	background-size: cover;
	background-position: top center;
	color: white;
	padding: 80px 0;
}

section.social{
	background: #8EC0E8;
	color: #448AC8;
}

section.casestudies{
	background: #333;
	color: white;
}

section.casestudies nav{
	font-size: 50px;
	padding: 10px 0;
	margin: 0 auto;
	display: table;
	width: 96%;
	margin-top: -100px;
	position: relative;
}

section.casestudies nav i:first-child{
	float: left;
}

section.casestudies nav i:last-child{
	float: right;
}

section.casestudies nav i:hover{
	opacity: .5;
	transition: ease all .5s;
	cursor: hand;
	cursor: pointer;
}

section.casestudies .hit{
	padding: 28px 0;
	overflow: hidden;
}

section.casestudies ul{
	text-align: center;
}

section.casestudies ul li{
	width: 400px;
	float: left;
	background: #111;
	transition: ease all .75s;
}

section.casestudies ul:hover li{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

section.casestudies ul:hover li:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

section.casestudies ul li .image{
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
}

section.casestudies ul li h2{
	font-size: 16px;
	padding: 12px 0;
	color: white;
}

section.casestudies ul li a{
	padding: 12px 20px;
	text-decoration: none;
	color: #fff;
	top: 16px;
	position: relative;
	background: #D34D5F;
	text-transform: uppercase;u
	font-family: 'Open Sans Condensed', sans-serif;
	transition: ease all 1s;
}

section.casestudies ul li a:hover{
	box-shadow: inset 200px 0 #fff;
	color: #D34D5F;
}





section.mediakits{
	background: #777;
	color: white;
	display: table;
	width: 100%;
}

section.mediakits nav{
	font-size: 32px;
	padding-top: 60px;
}

section.mediakits nav i:hover{
	opacity: .5;
	transition: ease all .5s;
	cursor: hand;
	cursor: pointer;
}

section.v .hit{
	overflow: hidden;
	padding: 30px 0;
	transition: ease all .5s;
}

section.mediakits ul{
	text-align: center;
}

section.mediakits ul li{
	width: 20%;
	display: inline-block;
	background: #111;
	transition: ease all .75s;
}

section.mediakits ul:hover li{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

section.mediakits ul:hover li:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

section.mediakits ul li .image{
	width: 100%;
	height: 240px;
	background-size: cover;
	background-position: center;
}

section.mediakits ul li h2{
	font-size: 16px;
	padding: 12px 0;
	color: white;
}

section.mediakits ul li a{
	padding: 12px 20px;
	text-decoration: none;
	color: #fff;
	top: 16px;
	position: relative;
	background: #D34D5F;
	text-transform: uppercase;u
	font-family: 'Open Sans Condensed', sans-serif;
	transition: ease all 1s;
}

section.mediakits ul li a:hover{
	box-shadow: inset 200px 0 #fff;
	color: #D34D5F;
}

section.page{
	padding: 30px 0;
}

ul.feed{
	margin: 0 auto;
	width: 800px;
}

ul.feed li{
	padding: 20px;
	transition: ease all .5s;
}

ul.feed li a{
	color: white;
	text-decoration: none;
	transition: ease all .5s;
}

ul.feed li a:hover{
	opacity: .75;
}

ul.feed li p{
	font-size: 11px;
	color: rgba(255,255,255,.5);
}

hr{
	border-color: #eee;
	width: 60%;
}

.address{
	padding: 0 0 50px 0;
}

h2{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

ul{
	text-align: center;
	padding: 10px 0;
	text-transform: lowercase;
}

footer{
	background: #333;
	color: #aaa;
	text-align: center;
	padding: 30px 0;
}

footer nav{
	padding-bottom: 20px;
}

footer a{
	font-size: 32px; 
	padding: 0 10px;
	transition: ease all .5s;
	color: white;
}

footer a:hover{
	opacity: .5;
}

footer p{
	font-size: 11px;
}

footer p.legal{
	margin-bottom: 12px;
}

footer p.legal a{
	font-size: 12px;
	text-decoration: none;
	color: #aaa;
}

#map{
	width: 100%;
	height: 200px;
	margin-bottom: 30px;
}

.contact li{
	display: inline-block;
	padding: 0 20px;
	transition: ease all .5s;
	text-transform: none;
}

.contact li:hover{
	color: #aaa;
}

.contact li:hover a{
	color: #111;
}

.contact li a{
	text-decoration: none;
	color: #aaa;
}

.fteam{
	width: 400px;
	border: 10px solid white;
	margin-top: 30px;
	transition: ease all 1s;
}

.fteam:hover{
	width: 500px;
	border-top: 10px solid #009ED2;
	border-bottom: 10px solid #F0004B;
	border-left: 10px solid #D9DB00;
	border-right: 10px solid #FB3E00;
}

@media only screen and ( max-width: 960px ) {

 	header .awrap{
 		display: none;
 	}

 	header nav .lang{
		width: 100%;
		text-align: center;
		padding: 0;
 	}

 	.wrapper{
 		width: 90%;
 		display: table;
 	}

 	img{
 		max-width: 90%;
 	}

 	section h1{
 		font-size: 20pt;
 	}

 	section.mediakits ul li{
 		width: 80%;
 	}

 	ul.feed h2{
 		font-size: 14pt;
 	}

 	ul.feed{
 		width: 90%;
 	}

 	section.content p{
 		width: 90%;
 		margin: 0 auto;
 	}

 }

 @media only screen and ( min-width: 768px ) and ( max-width: 1024px ) {
 	.welcome h1{
 		font-size: 24pt;
 	}

 	p{
 		font-size: 15pt;
 	}

 	.contact li{
 		width: 30%;
 		padding: 20px;
 	}
 }

 /***/

.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 10000;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}
.lightrope li {
  position: relative;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 14px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #F2EE25;
  box-shadow: 0px 4.66667px 24px 3px #F2EE25;
  -webkit-animation-name: flash-1;
          animation-name: flash-1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.lightrope li:nth-child(2n+1) {
  background: cyan;
  box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);
  -webkit-animation-name: flash-2;
          animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.lightrope li:nth-child(4n+2) {
  background: #f70094;
  box-shadow: 0px 4.66667px 24px 3px #f70094;
  -webkit-animation-name: flash-3;
          animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}
.lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.lightrope li:nth-child(3n+1) {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.33333px;
  border-radius: 3px;
  top: -4.66667px;
  left: 1px;
}
.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.66667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}
.lightrope li:last-child:after {
  content: none;
}
.lightrope li:first-child {
  margin-left: -40px;
}

@-webkit-keyframes flash-1 {
  0%, 100% {
    background: #F2EE25;
    box-shadow: 0px 4.66667px 24px 3px #F2EE25;
  }
  50% {
    background: rgba(242, 238, 37, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(242, 238, 37, 0.2);
  }
}

@keyframes flash-1 {
  0%, 100% {
    background: #F2EE25;
    box-shadow: 0px 4.66667px 24px 3px #F2EE25;
  }
  50% {
    background: rgba(242, 238, 37, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(242, 238, 37, 0.2);
  }
}
@-webkit-keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@-webkit-keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}
@keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}