/**
 * Base CSS
 *
 * $Id$
 *
 * @package   TAG Heuer website
 * @author    Yannick Delwiche
 * @copyright (c) 2014-2015 Kjerag S.A.
 */
@font-face {
	font-family: "Conduit ITC W02";
	font-weight: bold;
	src: url("../../fonts/tagheuer/conduit-itc-w02-medium.eot?#iefix");
	src: url("../../fonts/tagheuer/conduit-itc-w02-medium.eot?#iefix") format("eot"),
	     url("../../fonts/tagheuer/conduit-itc-w02-medium.woff") format("woff"),
	     url("../../fonts/tagheuer/conduit-itc-w02-medium.ttf") format("truetype"),
	     url("../../fonts/tagheuer/conduit-itc-w02-medium.svg#e9c57db2-995b-4dca-9985-7d42fe911323") format("svg");
}
@font-face {
	font-family: "Conduit ITC W02";
	font-weight: normal;
	src: url("../../fonts/tagheuer/conduit-itc-w02-light.eot?#iefix");
	src: url("../../fonts/tagheuer/conduit-itc-w02-light.eot?#iefix") format("eot"),
	     url("../../fonts/tagheuer/conduit-itc-w02-light.woff") format("woff"),
	     url("../../fonts/tagheuer/conduit-itc-w02-light.ttf") format("truetype"),
	     url("../../fonts/tagheuer/conduit-itc-w02-light.svg#ec805e92-21ee-487f-aaeb-eb6c519e2fe1") format("svg");
}

@-ms-viewport { width: device-width; }

body {
	background: transparent;
	font-family: "Conduit ITC W02", Arial, sans-serif;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
img {
	border: 0;
}
#countdown_iframe {
	margin: 10px 30px 10px 0;
}
.redbull_background {
	background: url("/media/img/tagheuer/redbull/background.jpg") no-repeat #151A29;
	background-size: cover;
}