@charset "utf-8";
/* CSS Document */

/* Colours used:
	
	#d9261c	:	Red
	
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	-webkit-transition: all .7s;
	transition: all .7s;
}
a:hover {
	-webkit-transition: all .2s;
	transition: all .2s;
}
body {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	background: #000;
	color: #fff;
	font-size: 100%;
	padding: 0 0 2%;
}
header {
	width: 100%;
	padding: 2% 0 0;
}
#ace-of-spades {
	position: relative;
	z-index: -1;
	display: block;
}
#ace-of-spades img {
	width: 11.71%;
	height: auto;
	position: absolute;
	top: 4%;
	left: 4%;
	-webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
}
#logo {
	margin: 0 0 0 14%;
	display: inline-block;
	max-width: 575px;
	width: 50%;
	vertical-align: bottom;
}
#logo img {
	width: 100%;
	height: auto;
}
#contact-details {
	display: inline-block;
	text-align: right;
	padding: 0 4% .8% 0;
	width: 35%;
}
#contact-details span {
	display: block;
	margin: 5px 0 0;
}
#contact-details a {
	text-decoration: none;
	color: #fff;
}
#contact-details a:hover {
	color: #d9261c;
}
#lang_sel {
	display: block;
	text-align: right;
}
#lang_sel a {
	margin-left: 20px;
	display: inline-block;
	max-width: 20%;
}
#lang_sel a img {
	width: 100%;
	height: auto;
	max-width: 60px;
}
#lang_sel a:hover {
	opacity: 0.5;
}
nav ul {
	list-style-type: none;
	display: block;
	width: 100%;
	margin: 1.5% 0 0;
	padding: 0 4%;
	text-align: center;
}
nav ul li {
	display: inline-block;
	vertical-align: bottom;
	width: 20%;
	min-width: 20%;
}
nav ul li a {
	background: url(../img/spade.png) no-repeat #fff;
	background-position: left 5px top 38px;
	background-size: 7%;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-size: 120%;
	padding: 4px;
	margin-top: 20px;
	width: 100%;
	display: block;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	-webkit-box-shadow: inset 0 -12px 12px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 -12px 12px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 -12px 12px 0 rgba(0,0,0,0.5);
}
nav ul li a:hover {
	margin-top: 0px;
	padding-bottom: 24px;
}
nav ul li a:first-letter {
	font-size: 150%;
}
section {
	position: relative;
	width: 90%;
	padding: 4% 8%;
	margin: 0 auto 2%;
	border: 2px solid #666;
	background: #000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
section#home {
	padding-right: 32%;
}
section#likebox {
	background: #fff;
}
section a {
	color: #d9261c;
	text-decoration: none;
}
section a:hover {
	color: #fff;
	text-decoration: underline;
}
h2 {
	font-style: italic;
	font-size: 200%;
	width: 100%;
	margin-bottom: 0.7em;
}
h2 strong {
	color: #d9261c;
	display: inline-block;
}
h3 {
	color: #d9261c;
	font-size: 125%;
	font-style: italic;
	float: left;
}
h3 + * {
	clear: left;
}
p {
	line-height: 1.4em;
	color: inherit;
}
* + p, * + mark {
	margin-top: 0.9em;
}
p strong {
	color: #d9261c;
	font-weight: 700;
}
figure#alan {
	position: absolute;
	right: 0;
	bottom: -2px;
	max-width: 300px;
	width: 30%;
}
figure#magicCircle {
	text-align: center;
	color: #000;
}
figure img {
	width: 100%;
	height: auto;
}
figure span {
	display: inline-block;
}
footer {
	text-align: center;
	color: #666;
	padding: 0 5%;
	font-size: 75%;
}
footer a {
	color: inherit;
}
mark {
	font-style: italic;
	font-weight: 400;
	font-size: 125%;
	color: #999;
	background: none;
	display: block;
}
mark ul {
	list-style-type: none;
	margin: 10px 0 0 15%;
}
mark li {
	padding: 0 0 0 10%;
	position: relative;
}
mark li:before {
	content: "♠";
	color: #d9261c;
	position: absolute;
	left: 0;
	font-style: normal;
}
.gallery {
	display: block;
	margin: 2% 0 0;
	padding: 0;
	font-size: 0;
}
.gallery a {
	display: inline-block;
	margin: 0 0 1% 1%;
	width: 19.2%;
	background: #d9261c;
}
.gallery a img {
	width: 100%;
	height: auto;
}
.gallery a:hover img, .gallery a:active img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50); /* IE 5-7 */
	-moz-opacity: 0.5; /* Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity: 0.5; /* Good browsers */
}
.youtube {
	border-top: 2px solid #d9261c;
	margin: 20px 0 30px;
	positon: relative;
}
#instafeed, ul.gallery {
	display: block;
	list-style-type: none;
    padding: 0;
	clear: left;
}
#instafeed li {
	float: left;
    width: 23.5%;
    margin: 0 2% 2% 0;
    border: 1px solid #c7c7c7;
	position: relative;
    bottom: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
    -webkit-box-shadow: 0 0 0.1em -0.1em rgba(0,0,0,0.6);
    box-shadow: 0 0 0.1em -0.1em rgba(0,0,0,0.6);
}
#instafeed li:hover {
	bottom: .5em;
	-webkit-transition: all .2s;
	transition: all .2s;
    -webkit-box-shadow: 0 1.5em 1.5em -1em rgba(0,0,0,0.2);
    box-shadow: 0 1.5em 1.5em -1em rgba(0,0,0,0.2);
}
#instafeed li:nth-child(4n+0){
	margin-right: 0;
}
#instafeed a {
	display: block;
	width: 100%;
	float: left;
	margin: 0;
    padding: 5px;
}
#instafeed a img {
	width: 100%;
	height: auto;
	display: block;
}
.insta-details {
    display: block;
    background: #f7f7f7;
    padding: 8px 20px 6px 10px;
    font-size: .75em;
    line-height: 1em;
    color: #c7c7c7;
    text-align: right;
}
.insta-likes-box {
    display: inline-block;
    float: left;
}
.insta-likes {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/insta-likes.png) no-repeat transparent;
    width: 19px;
    height: 17px;
    margin-right: 4px;
}
ul.gallery {
	clear: both;
}
ul.gallery li {
	float: left;
	width: 18.4%;
	margin: 0 2% 2% 0;
}
ul.gallery li:nth-child(5n+0) {
	margin-right: 0;
}
ul.gallery li a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
ul.gallery li a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
}

@media all and (min-width: 1921px) { body {font-size: 150%} }
@media all and (min-width: 1601px) and (max-width: 1920px) { body {font-size: 130%} }
@media all and (min-width: 1281px) and (max-width: 1600px) { body {font-size: 120%} }
@media all and (min-width: 1025px) and (max-width: 1280px) { body {font-size: 110%} }
@media all and (min-width:  768px) and (max-width: 1024px) {
nav ul li { width: 22%; font-size: 90% }
}
@media all and (min-width: 768px) {
section#home h2 {
	width: 140%;
}
section h2 {
	float: left;
	font-size: 250%;
}
section p {
	font-size: 110%;
	line-height: 1.3em;
}
#iframe {
	width: 70% !important;
	float: right;
}
figure#magicCircle {
	width: 20%;
	max-width: 400px;
	float: left;
	margin-right: 20px;
}
mark {
	float: right;
	width: 30%;
	clear: both;
	padding: 0 0 0 20px;
	margin: 0 0 10px 20px;
	border-left: 2px solid #666;
}
.gallery a:nth-child(5n+1) {
	margin-left: 0;
}
h3 {
	margin-top: -30px;
}
h3:before {
	content: "♠";
	color: #d9261c;
	text-align: left;
	font-style: normal;
	font-size: 250%;
	vertical-align: bottom;
	position: relative;
	top: 29px;
}
}
@media screen and (max-width: 767px) {
body {
	font-size: 110%;
	padding-bottom: 20px;
}
header {
	padding-bottom: 7%;
	padding-top: 20px;
	overflow: hidden;
}
#ace-of-spades img {
	width: 15%;
	margin: 5% 0 0;
}
#logo {
	margin: 0 0 0 15%;
	width: 80%;
	display: block;
}
#contact-details {
	text-align: center;
	padding: 10px 0;
	width: 100%;
}
#lang_sel {
	text-align: center;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	width: 100%;
}
#lang_sel a {
	margin: 0 7px;
	max-width: 10%;
}
nav ul {
	padding: 0 30px;
}
nav ul li {
	width: 100%;
	display: block;
	position: relative;
}
nav ul li:nth-child(1) {
	left: -7px;
	-webkit-transform: rotate3d(0, 0, 1, -1.5deg);
    transform: rotate3d(0, 0, 1, -1.5deg);
}
nav ul li:nth-child(2) {
	left: -2px;
	-webkit-transform: rotate3d(0, 0, 1, -0.5deg);
    transform: rotate3d(0, 0, 1, -0.5deg);
}
nav ul li:nth-child(3) {
	left: 3px;
	-webkit-transform: rotate3d(0, 0, 1, 0.5deg);
    transform: rotate3d(0, 0, 1, 0.5deg);
}
nav ul li:nth-child(4) {
	left: 8px;
	-webkit-transform: rotate3d(0, 0, 1, 1.5deg);
    transform: rotate3d(0, 0, 1, 1.5deg);
}
nav ul li a, nav ul li a:hover {
	margin: 0 0 -180px;
	padding-bottom: 188px;
	border-left: 1px solid #666;	
	background-position: left 5px top 38px;
	-webkit-box-shadow: 0 -3px 8px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 -3px 8px 0 rgba(0,0,0,0.5);
	box-shadow: 0 -3px 8px 0 rgba(0,0,0,0.5);
}
nav ul li a:active, nav ul li a:hover {
	background-color: #ff0;
}
section {
	z-index: 1;
	-webkit-box-shadow: 0 -6px 16px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 -6px 16px 0 rgba(0,0,0,0.5);
	box-shadow: 0 -6px 16px 0 rgba(0,0,0,0.5);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	width: 100%;
	padding: 20px;
	margin: 0 auto 20px;
}
section#home {
	padding-right: 20px;
}
section h2 {
	font-size: 150%
}
figure#alan {
	position: relative;
	right: -21px;
	bottom: -21px;
	max-width: 100%;
	width: 100%;
}
figure#magicCircle {
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 0 auto 20px;
}
mark {
	border-top: 2px dotted #666;
	border-bottom: 2px dotted #666;
	margin: 30px 0 20px;
	padding: 10px 10% 15px;
	text-align: center;
	position: relative;
}
mark:before {
	content: "♠";
	color: #666;
	position: absolute;
	top: -22px;
	left: 0;
	right: 0;
	text-align: center;
	font-style: normal;
	font-size: 150%;
}
mark ul {
	margin: 10px auto 0;
}
mark li {
	padding: 0 10px 0 0;
}
mark li:before {
	position: static;
	display: inline-block;
	margin-right: 10px;
}
.gallery {
	margin: 20px 0 0;
}
.gallery a {
	margin: 0 0 5% 5%;
	width: 30%;
}
.gallery a:nth-child(3n+1) {
	margin-left: 0;
}
.rotateIn {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
#contact-details span:first-child:after {
	content: "(Tap to call)";
	color: #3C0;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-top: 2px;
	-webkit-animation: tap-to-call 2s infinite;
	animation: tap-to-call 2s infinite;
}

}


/* Animations */

/* Based on Daniel Eden's Animate.css - http://daneden.me/animate */

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 720deg);
            transform: rotate3d(0, 0, 1, 720deg);
    opacity: 0;
	top: -200px;
	left: 105%;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
            transform: rotate3d(0, 0, 1, 10deg);
    opacity: .7;
	top: 4%;
	left: 4%;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 720deg);
            transform: rotate3d(0, 0, 1, 720deg);
    opacity: 0;
	top: -200px;
	left: 105%;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
            transform: rotate3d(0, 0, 1, 10deg);
    opacity: .7;
	top: 4%;
	left: 4%;
  }
}
.rotateIn {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes appear {
	0%,10% { opacity: 0 }
	100% { opacity: 1 }
}
@keyframes appear {
	0%,10% { opacity: 0 }
	100% { opacity: 1 }
}
#logo {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: appear;
          animation-name: appear;
}
@-webkit-keyframes tap-to-call {
	0%,100% { opacity: 0 }
	50% { opacity: 1 }
}
@keyframes tap-to-call {
	0%,100% { opacity: 0 }
	50% { opacity: 1 }
}