@charset "utf-8";
/* Dan Dare CSS v1.1 - May 2021*/

html {
	height: 100%;
}
body {
	font-size: 17px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	overflow-y: scroll;
	overflow-x: hidden;
	padding:140px 0 0 0;
	margin:0;
	background-color:rgba(0,0,0,1);
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position: center center;
	background-attachment:fixed
}



/* MAIN MENU */
header{
	position: fixed;
    top: 0;
	width:100%;
	background:rgba(0,0,0,0.8);
	z-index:100;
	padding-top:20px;
}
nav {
	background-color: rgba(0,0,0,0);
	border-bottom:1px solid #777;
	margin:0;
}
.navbar-toggle {
	font-size:24px;
    margin: -10px 15px 0 0;
	color:#999;
}
.navbar-header{
	position: absolute;
    top: 1rem;
    right: 1rem;
}
.navbar-brand {
	display: block;
	width:175px;
	margin: 0;
	padding: 0 20px 0 0;
}
.navbar-nav{
	float: right;
	padding-top: 1rem;
}
.navbar-collapse{
	clear:both;
}
.nav li a {
	padding:10px;
	border:0;
	margin:0;
	color:#d20020;
	font-family: 'Bangers', cursive;
	font-size:1.2em;
	letter-spacing:0.8px;
	z-index:1000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.nav li.active a {
	color:#fff;
}
.nav li a:hover, .nav li a:focus {
	background:#d20020;
	color:#fff;
}
.center-pills {
 	display: inline-block;
}
main {
	padding:0;
}
/* FOOTER */
footer {
	padding:20px 0 10px 0;
	border-top:1px solid rgba(255, 255, 255, 0.1);
	background:rgba(0,0,0,0.8);
}
.twc-link, .twc-link:hover, .twc-link:active {
	color:#555;
	border-bottom:none;
}
.back-to-top {
	border-radius:40%;
}
.deviceWrapper {
	position:fixed;
	bottom:10px;
	left:10px;
	border:1px dashed #ccc;
	background:rgba(0,0,0,0.8);
	z-index:100;
	color:#fff;
	text-align:center;
	display:none;
}
.deviceWrapper span {
	display:block;
}
.btn {
	white-space:normal;
}
a.btn {
	text-decoration:none;
}
.btn:focus {
	outline: none;
}
.btn-primary {
	color: #fff;
	background-color:rgba(210, 0, 32, 1);
	border-color: rgba(215, 102, 46, 1);
	border-radius:0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color:rgba(210, 0, 32, 0.8);
	border-color: rgba(182, 33, 37, 1);
}
a {
	color: rgba(210, 0, 32, 1);
	text-decoration: none;
	border:0;
}
a:hover, a:focus {
	color: rgba(210, 0, 32, 1);
	text-decoration: none;
	border-bottom:1px solid #d20020;
}
a.noBorder:hover, a.noBorder:focus {
	text-decoration: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Bangers', cursive;
	letter-spacing:2px;
	margin-bottom:0.5em;
}
h1, .h1 {
	font-size:3.5em;
}
p {
	margin: 0 0 20px 0;
}
.lead {
	font-weight:300;
}
p.lead a {
	border-color:#999;
}
ul, ol {
	margin-bottom: 20px;
}
hr {
	border-color:#ddd;
}
.text-shadow {
	text-shadow: 3px 5px 2px rgba(0, 0, 0, 0.8);
}
.red-top {
	background:url(/siteimages/red-top.png) no-repeat center top;
	background-size: 100% 30px;
	height:30px;
}
.red-bg {
	background: -moz-linear-gradient(top, rgba(210, 0, 32, 0.5) 0%, rgba(166, 0, 24, 0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(210, 0, 32, 0.5) 0%, rgba(166, 0, 24, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(210, 0, 32, 0.5) 0%, rgba(166, 0, 24, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccd20020', endColorstr='#cca60018', GradientType=0 );
	padding:20px 20px 0 20px;
}
.red-btm {
	background:url(/siteimages/red-bottom.png) no-repeat center top;
	background-size: 100% 30px;
	height:30px;
}
blockquote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	border:0;
	padding: 10px 15%;
    margin: 0 0 20px 0;
}
.testimonial {
	float:left;
	width:100%;
	display:block;
}
.testimonial-text {
	float:left;
	width:100%;
	font-style:italic;
	font-size:1.2em;
	font-family:Georgia, serif;
	border:0;
	border-radius:5px;
	padding:20px;
	color:#fff;
}
.testimonial-footer {
	text-align:center;
	font-size:0.8em;
	color:rgba(255,255,255, 0.7);
	font-family: 'Roboto', sans-serif;
}
.testimonial-bubble-btm {
	margin-top:-2px;
	padding-left:15%;
}
.testimonial-image {
	float:right;
	padding:0 15px;
	margin-bottom: 30px;
}
.testimonial-image img {
	border:8px solid rgba(255, 255, 255, 1);
	background:rgba(0, 0, 0, 1);
	padding:2px;
}
/* THUMB GALLERY */
.img-gallery {
	margin:0;
	-webkit-padding-start:0;
	float:left;
}
.img-gallery .item {
	float:left;
	width:50%;
	display:inline-block;
	padding:0 20px 40px 20px;
}
.img-gallery .item.large {
	width:50%;
	display:inline-block;
	padding:0 20px 40px 20px;
}
.img-gallery.img-gallery-pubs .item {
	width:50%;
	height:220px;
}
.img-gallery.img-gallery-pubs .item img {
	margin-bottom:-10px;
}
.img-gallery.img-gallery-pubs .item a.buy-link {
	margin:-10px 0 0 0;
	color: rgba(255,255,255, 0.5);
	font-size:0.7em;
}
.img-gallery.img-gallery-pubs .item a.buy-link:hover, .img-gallery.img-gallery-pubs .item a.buy-link:focus {
	color: rgba(255,255,255, 1);
	border-bottom: 1px solid rgba(255,255,255, 1);
}
.img-gallery.img-gallery-pubs .item .sep{
	margin:0 5px;
	color: rgba(255,255,255, 0.5);
}



/* FLEX */
.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
.flex-item {
}
.flex-30 {
}





.video-background {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -99;
	opacity:0.4;
}
.video-foreground, .video-background iframe {
	position: absolute;
	top: -25%;
	left: -25%;
	width: 150%;
	height: 150%;
	pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
	.video-foreground {
	height: 300%;
	top: -100%;
}
}
@media (max-aspect-ratio: 16/9) {
.video-foreground {
	width: 300%;
	left: -100%;
}
}





/* CRUMBS */
.breadcrumb {
	margin-top:15px;
}
ol.breadcrumb {
	background:none;
	padding:10px 0 0 0;
	margin-bottom:5px;
}
ol.breadcrumb li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width:80px;
}
ol.breadcrumb > *:nth-child(n+2) {
 display:none;
}

.hr-news{
	border-color:rgba(255,255,255,0.2);
}

.homepage{
	padding:0;
}





.mx-auto{
	margin-left:auto;
	margin-right:auto;
	float: none;
}
.mb-0{
	margin-bottom:0;
}
.mt-0{
	margin-top:0;
}
.my-0{
	margin-top:0;
	margin-bottom:0;
}
.text-large{
	font-size:2rem;
}











/*  MOB NAV - upto desktop  */
@media (max-width: 1199px) {
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}















/*  TABLET - small  */
@media (min-width: 768px) {
	h1, .h1 {
		font-size:4.5em;
	}
	.img-gallery.img-gallery-pubs .item {
		width:33%;
		height:278px;
	}
	.img-gallery.img-gallery-pubs .item a.buy-link {
		font-size:0.9em;
	}
	.homepage{
		padding:100px 0;
	}
	.nav li a {
		font-size:0.9em;
		letter-spacing:0.8px;
	}
	.flex-center{
		display: flex; 
		align-items: center; 
		justify-content: center;
	}
}

/*  LAPTOP - medium  */
	@media (min-width: 992px) {
		.img-gallery .item {
			width:25%;
		}
		.img-gallery .item.large {
			width:49%;
		}
		.img-gallery.img-gallery-pubs .item {
			width:20%;
			height:220px;
		}
		.img-gallery.img-gallery-pubs .item a.buy-link {
			font-size:0.8em;
		}
		.nav li a {
			font-size:1.2em;
			letter-spacing:0.8px;
		}
}

/*  DESKTOP - large  */
		@media (min-width: 1200px) {
		.img-gallery.img-gallery-pubs .item {
			width:20%;
			height:270px;
		}
		.navbar-collapse{
			clear: none;
		}
}

/*  XL DESKTOP - Extra large  */
@media (min-width: 1500px) {
	.container {
		width: 1500px;
	}
	.img-gallery.img-gallery-pubs .item {
		height:330px;
	}
}



@media (min-width: 1500px){
}


