@CHARSET "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, code, em, img, q, s, small, strike, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, footer, header, nav, section, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: no-repeat top center;
}
/* HTML5 display-role reset for older browsers */
article, aside, footer, header, hgroup, nav, section { display: block; }
section { padding: 1px 1em; }
body { line-height: 1;}
table { border-collapse: collapse;  border-spacing: 0;}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font: normal 100% 'Roboto Condensed', Arial, sans-serif;
}
button {
    border: none;
    outline: none;
    background: no-repeat top center;
    background-size: contain;
    font-size: 1em;
}
h1, h2, h3 { margin: 0.6em 0; clear: both; }
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }

header {
    background: url("img/header.jpg") center #546474;
    background-size: cover;
    color: white;
    text-align: center;
   	position: relative;
   	overflow: hidden;
}

header h2 {
	margin: 0.6em auto;
	width: 95%;
	max-width: 32em;
	font-weight: normal;
}

#headerVideo {
	display: none;
	background-color: #546474;
	background-image: url("//cdn.prod.topeleven.com/topeleven/web_images/videoBackground.jpg");
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-width: 1300px;
	z-index: -1;
}
#headerVideo video {
	width: 100%;
}

#telogo {
	max-width: 15em;
	width: 100%; /* Needed for IE */
	display: block;
}

#navElements .roundBtn {
	text-transform: uppercase;
	font-weight: bold;
}

#lang_sel {
	position: absolute;
	top: 5em;
	right: 0.5em;
	padding: 0.3em 0.6em;
}

#lang_sel ul {
	list-style: none;
}

#lang_sel ul ul {
	overflow-y: hidden;
	max-height: 0;
	transition-property: max-height;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	position: absolute;
	top: 1.6em;
	right: 0;
	background-color: #444;
	text-align: left;
	width: 20em;
}

#lang_sel ul ul.shown {
	max-height: 14em;
	transition-property: max-height;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

#lang_sel ul ul a {
	display: block;
	padding: 0.8em;
	white-space: nowrap;
}

#lang_sel ul ul a:hover {
	background-color: #555;
}

#lang_sel ul ul li {
	display: inline-block;
	width: 32.8%;
}

#lang_sel > ul a {
	text-decoration: none;
	color: white;
}

nav {
	color: #546474;
	font-size: 1.2em;
}

#menuToggle {
	display: none;
}

#menuToggle + ul {
	overflow-y: hidden;
	max-height: 0;
	transition-property: max-height;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

#menuToggle:checked + ul {
	max-height: 12.9em;
	transition-property: max-height;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

nav label {
	display: block;
	background-color: black;
	color: white;
	opacity: 0.6;
	padding: 0.8em;
	margin-top: 0.5em;
	text-transform: uppercase;
}

nav ul {
    list-style: none;
    background-color: white;
    position: absolute;
    width: 100%;
    z-index: 999;
}

nav li {
	border-bottom: 1px solid #546474;
}

nav a {
    text-transform: uppercase;
    text-decoration: none;
    color: #546474; 
}

header nav a {
	padding: 1em 0.4em;
	display: block;
}

.externalIcon {
	fill: currentcolor;
	width: 1em;
	height: 1em;
	vertical-align: -12%;
}

#storeButtons img {
	height: 2.7em;
	margin: 3% 1%;
}

.roundBtn {
	cursor: pointer;
    border-radius: 1.5em;
    border: 2px solid white;
    font-family: Arial;
    color: #ffffff;
    font-size: 1em;
    background: transparent;
    padding: 0.8em 1.6em;
    margin: 1em 0.6em 0;
    text-decoration: none;
    display: inline-block;
}
.roundBtn:hover {
    box-shadow: inset 0px 0px 10px 0px white;
}
.roundBtn:active {
    box-shadow: inset 0px 0px 10px 0px #bbb;
}
.greenBtn {
    border: 1px solid #6b9936;
    background-color: #75b431;
    padding: 0.8em 1.6em;
}
.greenBtn:hover {
	background-color: #85c441;
	border-color: #669431;
	box-shadow: none;
	color: #eee;
}

.greenBtn:active {
	background-color: #65a421;
	border-color: #618f2b;
	box-shadow: none;
}

.slideDownNotification {
	background: #000000; 
	color: #C7C7C7; 
	text-align:center;
	padding: 0.5em 1em; 
	border-bottom: 1px solid #525252;
}
.slideDownNotification .closeNotificationButton { 
	color: #ffffff; 
	font-weight: bold; 
	float: right; 
	font-size: 1.2em;
	text-decoration: none;
}
.slideDownNotification .closeNotificationButton:hover { 
	color: #75b431; 
}
.slideDownNotification > div { 
	width: 100%; 
	margin: auto; 
}
#notificationTitle {
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 0.3em;
}
#notificationText {
	font-size: 0.8em;
	padding-right: 1.2em;
}
#notificationText > a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
#notificationText > a:hover {
	color: #75b431;
}

#featuresSection {
	padding: 0;
	overflow: hidden;
}
.darkBgr {
	background-color: #000000;
}
.lightBgr {	
	background-color:  #e7e7e7;
}
.textWrap {
	color: white;
	margin-left: 1.8em;
	position: absolute;
	top: 10%;
	width: 85%;
	left: 0;
	text-align: left;
	border-left: 0.3em solid #15b400;
	padding-left: 0.3em;
}
#mourinhoSection .textWrap {
	border-left: none;
}
.textWrap h2 {
	margin: 0;
	width: 70%;
	font-size: 1.5em;
	border-left: 20px solid rgba(0, 0, 0, 0.7);
}
.txtBorder {
	background-color: rgba(0,0,0,0.7);
}
.txtBorder span {
	position: relative;
	left: -10px;
}
.container {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 100%;
}
.container img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#mourinhoSection {
	padding: 0;
}
#mourinhoSection p {
	margin-bottom: 1em;
	color: black;
}
#mourinhoName {
	font-size: 1.2em;
}
#socialSection {
	background-image: url("img/BgImageFullGraded.jpg");
	background-position: center top;
	background-color: #000000;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
}
.socialNetwork {
	margin: 0 10%;
	padding: 0.8em 0;
}
.socialNetwork.border {
	border-bottom: 1px solid #ffffff;
}
.socialIcon {
	margin-bottom: -0.4em;
	height: 3em;
}
.socialContent {
	min-width: 9em
}
.socialCount {
	font-size: 2em;
	font-weight: bold;
}

.socialText {
	height: 2em;
	font-size: 1em;
}
.socialButton {
	display: inline-block;
	width: 8em;
}
.socialButton img[src*=".svg"] { /* ie scalling svg fix */
  width: 100%; 
}
.callToAction {
	text-align: center;
	color: #6b6b6b;
	background-color: #e7e7e7;
	padding: 1em;
}	
.callToAction h2 {
	display: inline-block;
	max-width: 40em;
	vertical-align: middle;
	margin: 0.5em 0;
	font-weight: normal;
	font-size: 1.4em;
}
.callToAction a {
	display: inline-block;
	vertical-align: middle;
	margin: 0.5em 1em;
}
#homeContent {
	padding: 0 5%;
	color: #bebebe;
	background-color: #0b161c;
	text-align: center;
	overflow: hidden;
}
#homeContent div {
	border-color: #253036;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-bottom: 2em;
	max-width: 25em;
	margin: 0 auto;
}
#homeContent h2 {
	color: #75b431;
	margin-bottom: 5%;
}
#homeContent img {
	width: 100%;
	border: solid thin #bebebe;
}
footer {
	text-align: center;
	padding: 3%;
}
footer img {
	width: 50%;
	max-width: 18em;
}
footer div {
	font-size: 0.6em;
}
footer nav {
	margin: 0.5em 0 1em;
}
footer nav ul {
	position: static;
}
footer nav li {
	display: inline; 
	border: none;
	padding: 0.5em;
	font-size: 0.8em;
}
footer nav a {
	color: gray;
	text-transform: none;
}
@media only screen and (min-width: 25em) and (orientation: landscape) {
	.container {
		padding-top: 55%;
		min-height: inherit;
	}
	.container img {
		-webkit-transform: translate(0%, -26%) matrix(1, 0, 0, 1, 0, 0);
	    transform: translate(0%, -26%) matrix(1, 0, 0, 1, 0, 0);
	}
	#mourinhoSection .textWrap {
		width: 50%;
	}
}
@media only screen and (min-width: 25em) {
	#socialSection {
		background-position: center bottom;
	}
	.socialNetwork {
		margin: 0 3%;
		padding: 2em 0;
	}
	.socialIcon {
		width: 9%;
		vertical-align: middle;
	}
	.socialContent {
		display: inline-block;
		width: 40%;
		margin: 0 2%;
		vertical-align: middle;
	}
	.socialCount {
		font-size: 7vw;
	}
	.socialText {
		height: auto;
		font-size: 4vw;
	}
	.socialButton {
		display: inline-block;
		width: 36%;
		vertical-align: middle;
	}
	.textWrap h2 {
		font-size: 1.7em;
	}
}
@media only screen and (min-width: 40em) {
	.socialNetwork {
		display: inline-block;
		padding: 0;
		margin: 8% 0;
		width: 32%;
		max-width: 22em;
	}
	.socialNetwork.border {
		border-bottom: none;
		border-right: 1px solid #ffffff;
	}
	.socialIcon {
		display: block;
		width: auto;
		margin: 0 auto;
		height: 5em;
	}
	.socialContent {
		display: block;
		width: 100%;
		margin: 7% 0 0 0;
	}
	.socialCount {
		font-size: 2.25em;
	}
	.socialText {
		height: 4em;
		font-size: 1.2em;
	}
	.socialButton {
		display: block;
		width: 9em;
		margin: auto;
	}
	/*.textWrap {
		top: 15%;
	}*/
	.textWrap h2 {
		font-size: 2em;
	}
	.textWrap p {
		font-size: 1.4em;
	}
	#mourinhoName {
		font-size: 1.6em;
	}
}
@media only screen and (min-width: 47em) {
	header {
		padding: 2em 2em 0 2em;
		height: 40em;
	}
	nav {
		display: inline-block;
		background-color: transparent;
	}
	nav label {
		display: none;
	}
	#menuToggle + ul {
		overflow: visible;
		max-height: none;
	}
	nav ul {
		background-color: transparent;
		position: static;
		width: auto;
	}
	nav li {
		border: none;
		display: inline-block;
	}
	nav a {
		color: white;
		font-weight: bold;
	}
	#headerContent {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		overflow: hidden;
	}
	header h1 {
		font-size: 3em;
		margin: 0.8em 0;
	}
	.container {
		padding-top: 55%;
		min-height: inherit;
	}
	.container img {
		-webkit-transform: translate(0%, -26%) matrix(1, 0, 0, 1, 0, 0);
		transform: translate(0%, -26%) matrix(1, 0, 0, 1, 0, 0);
	}
	.textWrap {
		top: 25%;
		width: 40%;
	}
	.textWrap h2 {
		font-size: 2em;
	}
	header h2 {
		margin: 1.2em auto;
	}
	#mourinhoSection > div > div p {
		margin-bottom: 0.5em;
	}
}
@media only screen and (min-width: 60em) {
	header {
    	background: url("img/header2x.jpg") center #546474;
    	width: 100%;
	   	height: 0;
	   	padding-top: 55%;
	}
	#telogo {
		float: left;
	}
	#navElements {
		padding: 0.5em 0;
		text-align: right;
	}
	#navElements.fixed {
		background-color: #222;
		border-bottom: 1px solid #888;
		position: fixed;
		padding: 0.4em 1em;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	.fixed #telogo {
		max-width: 7.4em;
		margin: 0;
	}
	header .fixed nav a {
		padding: 0 0.4em;
	}
	#navElements.fixed .roundBtn {
		margin-top: 0px; 
	}
	#lang_sel {
		position: relative;
		right: auto;
		top: auto;
		padding: 1em 0.5em;
		display: inline-block;
	}
	#lang_sel ul ul {
		top: 2.3em;
	}
	#homeContent {
		padding: 3% 0;
	}
	#homeContent div {
		border-bottom: none;
		display: inline-block;
		width: 30%;
		max-width: none;
		vertical-align: top;
		padding: 0 2%;
	}
	#homeContent div:nth-child(2) {
		border-right-width: thin;
		border-right-style: solid;
		border-left-width: thin;
		border-left-style: solid;
	}
	.callToAction {
		font-size: 1.2em;
		padding: 2%;
	}
}
@media only screen and (min-width: 67em) {
	#lang_sel ul ul {
		width: auto;
	}
	#lang_sel ul ul.shown {
		max-height: 37em;
	}
	#lang_sel ul ul li {
		display: block;
		width: auto;
	}
	#storeButtons {
		padding: 1% 0;
	}
	#storeButtons, #headerBtns {
		font-size: 1.2em;
	}
	.textWrap {
		top: 25%;
		width: 30%;
		margin-left: 4em;
	}
}
@media only screen and (min-width: 90em) {
	.callToAction {
		font-size: 1.5em;
	}
	#telogo {
		margin: 2em 0 0 3em;
	}
	#navElements {
		padding-bottom: 5%;
	}
	header h1 {
		margin: 1.2em 0;
	}
	#notificationText {
		font-size: 1em;
	}
	.textWrap {
		top: 35%;
		margin-left: 10em;
		width: 28%;
	}
	.textWrap h2 {
		font-size: 2.5em;
	}
	.textWrap p {
		font-size: 1.5em;
		width: 70%;
	}
	#mourinhoName {
		font-size: 2em;
		width: 70%;
	}
}
