
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

strong {
	font-weight: bold;
	font-size: 22px;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background: #9e9e9e;
  color: white;
}

::-moz-selection {
  background: #9e9e9e;
  color: white;
}


.clearfix {
  overflow: hidden;
  *zoom: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

html {
  font-family: Arial,Helvetica,sans-serif;
  color: white !important;
  -webkit-font-smoothing: antialiased !important;
  width: 100% !important;
  height: 100% !important;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}


html.team, html.team-pinned, #background-cache {
	background: url('../img/summiters/join-the-ascent.jpg') no-repeat top center !important;
	 -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

#background-cache {
	width: 100%;
	height: 0px;
}

h1 {
  font-size: 38px;
  padding-bottom: 5px;
  line-height: 1.2;
}

h2 {
  font-size: 25px;
  color: #b9b9b9;
  margin-bottom: 20px;
  line-height: 1.2;
}

.logo {
  font-size: 34px;
  color: #2b2b2b;
  text-transform: uppercase;
  background: url("../img/workit-software-white-190.png") no-repeat;
  padding: 8px 0 0 55px;
  width: 190px;
  height: 71px;
  cursor: pointer;
  top: 2px;
  right: 60px;
  position: relative;
  float: right;
}

html.team .logo, html.team-pinned .logo {
  background: url("../img/logo-white.png") no-repeat;
}

#base-line-container {
	left: 0px;
    position: fixed;
	overflow: hidden;
	position: relative;
 	height: 60px;
}

#base-line {
	font-family: "Oswald",arial,sans-serif;
	/*font-family: 'Dosis', sans-serif;*/
	font-weight: bold;
	font-size: 38px;
	margin: 14px 0 0 12px;
	color: #ffffff;
	text-shadow: 1px 1px 0 #000000;
}

#base-line span {
	font-weight: normal;
	margin: 0 0 0 6px;
}


.background-float {
  background-color: rgba(43, 43, 43, 0.9);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}

.container {
  width: 100%;
  min-width: 600px;
  margin: 0 auto;
  padding: 18px 36px 8px 36px;
}



footer {
  padding-top: 30px;
}

.footer-link {
  margin: 0 7px 0 7px;
  padding-bottom: 2px;
}

.footer-link:first-child {
  margin-left: 0;
}



.fancybox-lock .fancybox-overlay {
    overflow-y: auto !important;
}


.floating-video {
    background-color: #000000;
	border: 1px solid #999999;
	box-shadow: 0 0 8px 2px #222222;
    color: #FFFFFF;
    cursor: pointer;
	float: right;
	width: 320px;
	height: 190px;
	margin: 10px 0 10px 0px;
	opacity: 1;
	/*
	border-radius: 60px;
	width:120px;
	height:120px;
	margin: 10px 0 20px 30px;
	border: 1px solid #ffffff;
	*/
}

.floating-video .title{
	/*background-color: #222222;*/
	text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000, -1px 1px 1px #000000, 1px -1px 1px #000000;
	padding: 4px 0 4px 0;
	font-weight: bold;
	font-size: 20px;
	float: right;
	margin: 100px 8px 0 0;
}


.no-cover-video .floating-video {
	display: none;
}


.floating-video:hover {
	opacity: 1;
	box-shadow: 0 0 8px 2px #888888;
	border: 1px solid #efefef;
}


#footer {
	background-color: #222;
	position: fixed;
	width: 100%;
	bottom:0;
	height: 32px;
}

#footer .container{
	width: 480px;
	min-width: 400px;
	height: 30px;
	margin: auto;
	padding: 10px 0 0 0;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
}

#footer .rubrique{
	width: 80px;
	float: left;
	font-size: 12px;
	text-align: center;
}
