/**
* @copyright 2013-2015 51North, Sittard NL. All rights reserved.
*/
@font-face {
  font-family: "Didot W02 Roman";
  src: url("../fonts/44c137d9-c4c5-4ec7-99c6-b288854a5a4c.eot?#iefix");
  src: url("../fonts/44c137d9-c4c5-4ec7-99c6-b288854a5a4c.eot?#iefix") format("eot"), url("../fonts/3ced57ea-930a-4a35-b65b-2a1e482858f0.woff") format("woff"), url("../fonts/dfee02f2-2061-49e4-86f1-c7d9cf822527.ttf") format("truetype"), url("../fonts/41fb3b38-51d1-4fc4-8be8-fcf207ade3c4.svg#41fb3b38-51d1-4fc4-8be8-fcf207ade3c4") format("svg");
}
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

h2 {
  font-size: 1.5em;
  margin: .83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

h6 {
  font-size: .67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/*STARTING OFF WITH STYLES FOR ALL SCREENS - MOBILE FIRST!*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0 none;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html, body {
  background: #ffffff;
  color: #333333;
  font-family: Verdana, Geneva, sans-serif;
  position: relative;
  height: 100%;
  font-size: 1em;
}

body {
  overflow-x: hidden;
}

button, input, select, textarea {
  font-style: italic;
}

.disabled {
  opacity: .5;
}

/* DEBUG PLACEHOLDER */
html.html_placeholder, html.html_placeholder body {
  background: none #000;
  color: #ffffaa;
}

#placeholder {
  text-align: center;
}

/* - PAGES - */
#wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.5s ease;
  overflow-x: visible;
}

.html_home #wrapper {
  /*overflow: hidden;*/
}

#header {
  background-color: #fff;
  position: fixed;
  height: 61px;
  width: 100%;
  z-index: 10;
}

html.html_home #header {
  background-color: transparent;
}

#logo_holder {
  background: url("../media/images/logo_mobile.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 27px;
  left: 14px;
  position: absolute;
  top: 18px;
  width: 70px;
  z-index: 10;
}

html.html_home #logo_holder {
  background: url("../media/images/logo_mobile_white.png") no-repeat scroll 0 0;
}

#menu {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 10;
  width: 18px;
  height: 12px;
}

#menu_bars_bg {
  background-color: #000;
  width: 50px;
  height: 50px;
  opacity: 0.2;
  margin-left: -16px;
  margin-top: -18px;
  border-radius: 3px;
}

#menu_bars {
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #000;
  display: block;
  width: 18px;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.3s ease;
}

html.html_home #menu_bars {
  background-color: #fff;
}

body.open #menu_bars {
  background-color: transparent;
}

#menu_bars:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #000;
  top: -5px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.3s ease;
}

html.html_home #menu_bars:before {
  background-color: #fff;
}

body.open #menu #menu_bars:before {
  top: 1px;
  width: 13px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -ms-transform-origin: 100% 0%;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 100% 0%;
  /* Chrome, Safari, Opera */
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 0%;
      -ms-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  left: 2px;
}

#menu_bars:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #000;
  top: 5px;
  left: 0;
  -webkit-transition: all 0.5s ease;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.3s ease;
}

html.html_home #menu_bars:after {
  background-color: #fff;
}

body.open #menu #menu_bars:after {
  top: 0;
  width: 13px;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -ms-transform-origin: 100% 0%;
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 100% 0%;
  /* Chrome, Safari, Opera */
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 0%;
      -ms-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  left: 0px;
}

#contactform div.success {
  display: none;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  color: #c6b591;
  margin: 10px 0;
}

/*HOMEPAGE*/
html.html_home #wrapper {
  height: 100%;
}

html.html_home #page_holder {
  height: 100%;
  margin-bottom: 0;
}

#video_container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#video_holder {
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%;
}

.touch #video_holder {
  display: none;
}

#video_holder video {
  bottom: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

#video_holder .bg_vid img {
  /*Set fallback img for older browsers*/
  width: 100%;
  height: 100%;
}

#touch_fallback {
  display: none;
}

.touch #touch_fallback {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: url("../media/images/cinemagraph/cinemagraph.gif") no-repeat center center;
  background-size: cover;
}

#video_overlay {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  /*top: 0;*/
  width: 100%;
  background-attachment: fixed;
}

#video_overlay div.payoff {
  display: block;
  height: 208px;
  left: 50%;
  margin: -104px 0 0 -113px;
  /* overflow: hidden; Fix chrome not showing button */
  position: absolute;
  top: 50%;
  width: 226px;
  color: #fff;
  text-align: center;
}

#video_overlay div.payoff h1 {
  font-family: "Lato",sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2.25em;
  line-height: 1.25em;
  margin-bottom: 15px;
}

#video_overlay div.payoff p {
  font-family: "Lato",sans-serif;
  font-weight: 300;
  font-size: 0.75em;
  line-height: 1.4em;
  margin-bottom: 25px;
}

#video_overlay div.payoff .payoff_btn {
  display: none;
  background-color: #fff;
  border-radius: 5px;
  width: 160px;
  margin: 0 auto;
  color: #333333;
  padding: 15px 0;
  font-size: 0.75em;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "Lato",sans-serif;
  letter-spacing: 0.05em;
  cursor: pointer;
}

#video_overlay .sound {
  background: url("../media/images/sound.png") no-repeat bottom left;
  bottom: 35px;
  cursor: pointer;
  height: 15px;
  position: absolute;
  left: 15px;
  width: 15px;
}

#video_overlay .sound.on {
  background-position: top left;
}

.touch #video_overlay .sound {
  display: none;
}

#video_overlay .advert_logo {
  background: url("../media/images/home_advertisement/logo_titleist.png") no-repeat;
  bottom: 25px;
  cursor: pointer;
  height: 33px;
  position: absolute;
  right: 20px;
  width: 124px;
  display: block;
}

.touch #video_overlay .advert_logo {
  display: none;
}

/*GOOGLE MAP*/
.gm-style-iw .result {
  background-color: #fff;
  cursor: pointer;
  height: 92px;
  padding: 17px 0 0 64px;
  position: relative;
  width: 220px;
}

.gm-style-iw .result a {
  display: block;
  width: 100%;
  height: 100%;
}

.gm-style-iw .result span.location {
  color: #999999;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.gm-style-iw .result h2 {
  color: #333333;
  display: table-cell;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  text-transform: uppercase;
  height: 40px;
  line-height: 1.125em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.gm-style-iw:hover .result h2 {
  text-decoration: underline;
}

.gm-style-iw .result span.info {
  color: #b5a688;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  line-height: 1em;
  position: absolute;
  text-transform: uppercase;
}

.gm-style-iw .result span.holes {
  bottom: 19px;
  left: 65px;
}

.gm-style-iw .result span.rating {
  display: none;
  bottom: 13px;
  right: 18px;
  color: #fff;
  font-size: 1.25em;
  line-height: 1em;
  background-color: #333333;
  padding: 2px 5px 4px;
  border-radius: 3px;
}

.gm-style-iw .result span.rating.showrating {
  display: block;
}

.gm-style-iw .result span.rating:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #333333;
  top: 8px;
  left: -3px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gm-style-iw .result span.price {
  bottom: 19px;
  left: 130px;
}

.gm-style-iw .result span b {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.gm-style-iw .result span.distance {
  color: #999999;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  line-height: 1em;
  position: absolute;
  right: 17px;
  top: 16px;
}

.gm-style-iw .result .result_logo {
  border: 1px solid #adadad;
  border-radius: 35px;
  display: inline;
  float: left;
  height: 40px;
  margin: 0 15px 0 0;
  overflow: hidden;
  width: 40px;
  left: 9px;
  position: absolute;
  top: 33px;
}

.gm-style-iw .result .result_logo span {
  border-radius: 33px;
  display: block;
  height: 36px;
  margin: 2px 0 0 2px;
  overflow: hidden;
  width: 36px;
}

.gm-style-iw .result .result_logo span img {
  max-height: 36px;
  max-width: 36px;
}

/*PAGES*/
.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.no_data {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin: 0 auto 20px;
  padding: 15px 15px 10px;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #999999;
  font-size: 0.875em;
  line-height: 1.125em;
  letter-spacing: 0.05em;
}

.no_data p {
  margin-bottom: 8px;
  font-size: 0.9em;
  text-align: center;
}

#course_info_container .no_data p {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

/*.no_data a {
	text-align: center;
	display: block;
	border-top: 1px solid #ececec;
	padding-top: 12px;
	color: #999999;
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 0.9em;
    font-style: italic;
    letter-spacing: 0.025em;
	text-transform: lowercase;
}*/
#course_info_container .no_data a {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px;
  width: 135px;
  display: block;
  text-align: center;
  font-size: 0.857em;
  /* 12px when container font size is 0.857em */
  font-weight: 400;
}

/* FORM UPLOAD FIELDS */
.upl_filename {
  display: none;
}

/*
.upl_prg_holder {
	display: none;
	width: 180px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 1px solid #efefef;
}
.upl_prg {
	background: #aa9d94;
	width: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}
*/
.upl_prg_holder.use_gif .upl_prg {
  display: none;
}

.upl_prg_holder.use_gif {
  background: url("../images/file-progress.gif");
  border: none;
}

/* MAP MARKER DOWNLOAD PROGRESS */
#marker_loader {
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 7px #ccc;
  border-radius: 5px;
  display: none;
  font-family: "Lato",sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  height: 135px;
  left: 50%;
  margin-left: -270px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 300px;
  width: 280px;
  background: url("../media/images/tgc_loader.gif") center 36px no-repeat #fff;
}

#marker_loader p {
  font-size: 1em;
  line-height: 1em;
  margin: 10px 0 20px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 5px;
}

#marker_loader p.marker_loader_download, #marker_loader p.marker_loader_create {
  display: none;
}

#mobile_marker_loader .loader_bar_holder {
  border: 1px solid #e6e6e6;
  height: 6px;
  margin: 0 auto;
  padding: 0;
  width: 180px;
  display: none;
}

#marker_loader .loader_bar {
  background: #c6b591;
  width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

#mobile_marker_loader {
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 7px #ccc;
  border-radius: 5px;
  display: none;
  font-family: "Lato",sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  height: 135px;
  left: 50%;
  margin-left: -140px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 300px;
  width: 280px;
  background: url("../media/images/tgc_loader.gif") center 36px no-repeat #fff;
}

#mobile_marker_loader p {
  font-size: 1em;
  line-height: 1em;
  margin: 10px 0 20px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 5px;
}

#mobile_marker_loader p.marker_loader_download, #mobile_marker_loader p.marker_loader_create {
  display: none;
}

#mobile_marker_loader .loader_bar_holder {
  border: 1px solid #e6e6e6;
  height: 6px;
  margin: 0 auto;
  padding: 0;
  width: 180px;
  display: none;
}

#mobile_marker_loader .loader_bar {
  background: #c6b591;
  width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

/*FOOTER*/
#footer {
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  top: 41px;
  bottom: 0;
  right: -80%;
  overflow: hidden;
  position: absolute;
  width: 80%;
  -webkit-transition: all 0.5s ease;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.5s ease;
  z-index: 99;
}

body.mobile_open #footer {
  right: 0%;
}

ul#footer_menu {
  display: block;
  margin: 0;
  padding: 0;
  min-width: 150px;
}

ul#footer_menu li {
  display: block;
  list-style: outside none none;
}

ul#footer_menu li a {
  color: #999999;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 0.75em;
  line-height: 1em;
  letter-spacing: 0.05em;
  padding: 13px 19px 10px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: color 0.5s ease;
  /* For Safari 3.1 to 6.0 */
  transition: color 0.5s ease;
}

ul#footer_menu li a:hover {
  color: #333333;
}

footer .social {
  text-align: center;
  width: 250px;
  margin: 20px auto 0;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
}

footer .social span {
  display: block;
}

.facebook svg *, .twitter svg *, .googleplus svg * {
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}

.facebook svg, .twitter svg, .googleplus svg {
  margin-top: 6px;
}

.facebook:hover svg path {
  fill: #333333;
}

.twitter:hover svg path {
  fill: #333333;
}

.googleplus:hover svg path {
  fill: #333333;
}

footer .social .twitter {
  margin: 0 7px;
}

footer .copyright {
  text-align: center;
  color: #dddddd;
  font-size: 0.7em;
  margin-top: 25px;
}

.search_results {
  background-color: #fff;
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 9999;
}

.search_results .searchresult {
  position: relative;
  font-size: .75em;
  border-bottom: 1px solid #ddd;
  text-indent: 12px;
  height: 23px;
  padding-top: 7px;
  cursor: pointer;
}

.search_results .searchresult span {
  display: inline-block;
  height: 16px;
  overflow: hidden;
}

.search_results .searchresult:hover, .search_results .searchresult.active {
  background-color: #F5F5F5;
}

.search_results .clubresult {
  background: url("../media/images/icn_clubresult.png") no-repeat left center;
}

/* ELEMENTS AND GENERAL CLASSES*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p {
  line-height: 1.5em;
  margin-bottom: 30px;
}

a {
  color: #b7a582;
  text-decoration: none;
  cursor: pointer;
}

em {
  font-style: italic;
}

.clear:after {
  clear: both;
  content: "";
  display: table;
}

.page, #JS_templates, .jtpl {
  display: none;
}

.disabled {
  opacity: .5;
}

.knob {
  display: none;
}

.btn {
  background-color: #c6b591;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1em;
  letter-spacing: 0.05em;
}

.btn:hover {
  background-color: #333333;
}

section .main_btn {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}

section#club_add_score .main_btn {
  display: block;
  margin: 0 auto;
  max-width: 180px;
}

.form-error {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 0.875em;
  color: #c6b591;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.error-msg {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 0.875em;
  color: #c6b591;
  margin: -8px 0 15px;
  letter-spacing: 0.05em;
}

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (orientation: landscape) {
  .touch #touch_fallback {
    background-image: url("../media/images/cinemagraph/cinemagraph_landscape.gif");
  }
}
@media only screen and (min-width: 480px) {
  #header {
    background-color: transparent;
    height: auto;
    position: relative;
  }

  #logo_holder, html.html_home #logo_holder {
    background: url("../media/images/logo.png") no-repeat 0 0;
    cursor: pointer;
    height: 38px;
    left: 30px;
    position: absolute;
    top: 34px;
    width: 75px;
    z-index: 10;
  }

  #menu {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 34px;
    z-index: 10;
    width: 18px;
    height: 12px;
  }

  body.open #menu_bars_bg {
    margin-left: -10px;
    -webkit-transition: all 0.3s ease;
    /* For Safari 3.1 to 6.0 */
    transition: all 0.3s ease;
  }

  body.open #menu_bars_bg {
    width: 50px;
  }

  #menu_bars {
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #fff;
    display: block;
    width: 18px;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    /* For Safari 3.1 to 6.0 */
    transition: all 0.3s ease;
  }

  body.open #menu_bars {
    background-color: transparent;
  }

  #menu_bars:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #fff;
    top: -5px;
    left: 0;
    -webkit-transition: all 0.3s ease;
    /* For Safari 3.1 to 6.0 */
    transition: all 0.3s ease;
  }

  body.open #menu #menu_bars:before {
    top: 1px;
    width: 13px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -ms-transform-origin: 100% 0%;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    -webkit-transform-origin: 100% 0%;
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    left: 9px;
  }

  #menu_bars:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #fff;
    top: 5px;
    left: 0;
    -webkit-transition: all 0.5s ease;
    /* For Safari 3.1 to 6.0 */
    transition: all 0.3s ease;
  }

  body.open #menu #menu_bars:after {
    top: 0;
    width: 13px;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -ms-transform-origin: 100% 0%;
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    -webkit-transform-origin: 100% 0%;
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    left: 7px;
  }

  #video_overlay div.payoff {
    height: 260px;
    margin: -130px 0 0 -180px;
    width: 360px;
  }

  #video_overlay div.payoff h1 {
    font-size: 3.5em;
    line-height: 1.25em;
    margin-bottom: 13px;
    letter-spacing: 0.042em;
  }

  #video_overlay div.payoff p {
    width: 270px;
    margin: 0 auto 27px;
    font-size: 0.875em;
    line-height: 1.3em;
  }

  #video_overlay .advert_logo {
    bottom: 20px;
  }

  #wrapper {
    overflow-x: visible;
  }

  .no-csstransforms body.open #wrapper {
    left: -310px;
  }

  .csstransforms body.open #wrapper {
    -ms-transform: translateX(-310px);
    -webkit-transform: translateX(-310px);
    transform: translateX(-310px);
  }

  #video_overlay .sound {
    bottom: 20px;
  }

  /*FOOTER*/
  #footer {
    top: auto;
    height: 30px;
    left: 0;
    right: inherit;
    position: relative;
    width: 100%;
  }

  html.html_home #footer {
    position: absolute;
  }

  body.mobile_open #footer {
    width: 100%;
  }

  footer {
    padding-top: 50px;
    padding-bottom: 15px;
  }

  ul#footer_menu {
    display: block;
    text-align: center;
  }

  ul#footer_menu li.first {
    border: none;
  }

  ul#footer_menu li {
    border: none;
    display: inline-block;
  }

  ul#footer_menu li a {
    font-size: 0.6875em;
    line-height: 1em;
    padding: 10px 19px;
  }
}
@media only screen and (min-width: 660px) {
  .container {
    width: 620px;
  }

  section .main_btn, section#club_add_score .main_btn {
    display: none;
  }

  .html_club section#club_add_score .main_btn {
    display: block;
  }

  footer .social {
    border-top: none;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    width: 940px;
  }
}
@media only screen and (min-width: 1280px) {
  .no-csstransforms body.open #wrapper {
    left: 0px;
  }

  .csstransforms body.open #wrapper, body.open #wrapper {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  #wrapper {
    box-sizing: border-box;
    padding-right: 0px;
  }

  body.open #wrapper {
    padding-right: 310px;
  }

  html.html_home #video_overlay {
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  html.html_home body.open #video_overlay {
    left: 0px;
  }

  html.html_home #video_overlay .advert_logo {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    right: 20px;
  }

  html.html_home body.open #video_overlay .advert_logo {
    right: 20px;
  }
}
