/*-----------------------------------------------------------------------------------
	    ldtv
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#000000;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'KiloGram';
	src: url('./fonts/KiloGram/KiloGram.woff');
	src: url('./fonts/KiloGram/KiloGram.woff') format('woff'),
	url('./fonts/KiloGram/KiloGram.eot?#iefix') format('embedded-opentype'),
	url('./fonts/KiloGram/KiloGram.ttf') format('truetype'),
	url('./fonts/KiloGram/KiloGram.svg#KiloGram') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Rounded Bars Menu Icon */
.navbar-light .menu-icon-rounded-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-rounded-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .show .dropdown-menu{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}

/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}


/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}



.hide-indicators{
	display:none;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.6);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"helvetica";
	color:#CCCCCC!important;
	font-weight:600;
}
.container{
	max-width:1140px;
}
.img-goat{
	background-image:url("img/placeholder-image.png");
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.img-goat:hover{
	background-image:url("img/placeholder-image.png");
	background-size:50% 50%;
	background-repeat:no-repeat;
}
.img-goat:active{
}
.container-div-style{
	height:206px;
}
.test{
	text-align:center;
	background-color:rgba(255,147,0,0.6);
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-position:left bottom;
	display:block;
}
.h1-style{
	font-family:"helvetica";
	font-weight:600;
	font-size:38px;
}
.navbar-brand img{
	width:240px;
	height:76px;
}
.h1-bloc-1-style{
	font-size:48px;
}
a{
	;
}
.h6-style{
	width:84.15%;
}
.img-style{
	width:168px;
	border-radius:1px 1px 1px 1px;
}
.img-bloc-10-style{
	width:474px;
}
.menufont{
	float:none;
	font-weight:bold;
	background-color:#152B34;
}
.img-quart-style{
	width:555px;
	height:354px;
}
.img-15-style{
	width:350px;
}
.h2-tickets-style{
	line-height:50px;
}
.h2-history-style{
	line-height:50px;
}
.h2-who-we-are-style{
	line-height:50px;
}
.h2-contact-us-style{
	line-height:50px;
}
.h2-concerts-style{
	line-height:60px;
}
.clb1{
	border-color:#FFFFFF!important;
	border-style:solid;
	background-color:#EDEEED;
	border-width:4px 4px 4px 4px;
}
.coldesc{
	border-style:solid;
	border-color:rgba(255,255,255,0.0)!important;
	background-color:#EDEEED;
	border-width:4px 4px 4px 4px;
}
.activelinkclass{
	background-color:#660607;
	color:#000000!important;
}
p{
	line-height:135%;
}
.img-19-style{
	width:194px;
	border-radius:2px 2px 2px 2px;
}
.img-bloc-18-style{
	width:379px;
}
.img-footer-style{
	width:234px;
}
.orange-text{
	color:#FF6600!important;
}
.blocsapp-special-menu blocsnav:active{
}
.menufont:active{
	color:#000000!important;
}
.blocsapp-special-menu blocsnav:hover{
}
.activelinkclass:active{
}
.livelink{
	color:#000000!important;
}
.livelink:hover{
	color:#333333!important;
}
.p-footer-style{
	text-indent:px;
	line-height:180%;
	letter-spacing:px;
}
.headblock{
	background-color:#1B3947;
	color:#CC0D10!important;
	line-height:50px;
	font-weight:600;
	text-shadow:0px 0px 4px #000000;
	font-family:"helvetica";
}
.gig-venue{
	margin:5px 5px 5px 5px;
}
.test1{
	background-color:#000000;
}
.link-live-style{
	font-weight:bold;
}
.activelinkclass:hover{
	;
}
.link-live-style:hover{
	color:#173C48!important;
}
.gig-date{
	margin:1px 1px 1px 1px;
	padding:0px 0px 0px 0px;
}
.gig-venue-link{
	color:#000000!important;
	font-weight:bold;
}
.gig-venue-link:hover{
	color:#19353F!important;
}
.img-info2-style{
	width:420px;
}
.img-thebays-02-style{
	width:312px;
}
.img-thebays-01-style{
	width:315px;
}
.img-11-style{
	width:311px;
}
.profiles{
	;
}
.img-bloc-3-style{
	width:425px;
}
.menufont:hover{
	;
}
.link-bloc-3-style{
	font-weight:bold;
	font-style:italic;
}
.gigcol{
	background-color:rgba(255,102,0,0.90);
	padding:20px 20px 20px 20px;
}
.gigrow{
	background-color:rgba(255,87,0,0.90);
}
.p-live-style{
	line-height:130%;
}
.h4-live-style{
	line-height:130%;
	padding:10px 10px 10px 10px;
}
.headblock2{
	color:#BBBBBB!important;
	font-weight:bold;
}
.h3-style{
	line-height:50px;
}
.text-span-color{
	color:#d6d6d6;
}
.blurbbox{
	padding:5px 5px 5px 5px;
}
.link-donate-style{
	font-weight:bold;
}
.vidstyle{
	border-color:#BD0003!important;
	border-style:solid;
	margin-left:5px;
	border-width:1px 1px 1px 1px;
}
.size{
	;
}
.img-bloc-6-style{
	width:194px;
}
.divider{
	background-color:#FF0000;
}
.if1{
	color:#FFFFFF!important;
	border-style:solid;
	border-color:#FF0000!important;
	width:60%;
	height:250px;
	font-size:60px;
	border-width:1px 1px 1px 1px;
}
.h3-live-style{
	line-height:40px;
}
.field{
	background-color:#666666;
	border-style:solid;
	border-color:#FFFFFF!important;
	margin:0px 0px 0px 0px;
	border-width:3px 3px 3px 3px;
}
.field:hover{
}
.field:active{
	;
}
.h4-color{
	color:#748a88;
}
.button{
	color:#FFFFFF!important;
	border-style:solid;
	border-color:#FFFFFF!important;
	margin:10px 10px 10px 10px;
	border-width:3px 3px 3px 3px;
}
.border1{
	border-color:#FEFFFE!important;
	border-style:solid;
	font-weight:normal;
	background-color:rgba(0,0,0,0.24);
	padding:30px 30px 30px 30px;
	border-width:1px 1px 1px 1px;
}
.subbox{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.chat{
	width:900px;
	color:rgba(47,99,172,0.99)!important;
}
.chatclass{
	height:520px;
	background-size:auto auto;
	background-color:#00005C;
}
.clockcol{
	background-color:#202020;
	font-family:"Orbitron";
	font-weight:600;
	color:#FA000B!important;
	font-size:30px;
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
}
.p-bloc-49-style{
	font-family:Orbitron;
	font-weight:600;
}
.smalltext{
	padding-top:5px;
	font-size:16px;
}
.chatbox{
	border-color:#1B3847!important;
	border-style:none;
	border-radius:5px 5px 5px 5px;
	border-width:5px 5px 5px 5px;
}
.chat-room--chat--container{
	height:300px;
}
.chat-room--main{
	background-size:auto auto;
	height:400px;
}
.menucolour{
	color:#00EA00!important;
}
.img-49-style{
	height:129px;
}
.viewbutton{
	color:#FF1111!important;
	background-color:#224655;
	margin-top:20px;
}
.gallerycol{
	background-color:#1D1B20;
	margin:5px 5px 5px 5px;
	padding:10px 10px 10px 10px;
}
.gallerylabel{
	;
}
.link-style{
	font-weight:normal;
	font-style:normal;
}
.img-gallery-style{
	width:132px;
}
.img-ldtv-beanie-style{
	width:119px;
}
.img-40-style{
	width:180px;
}
.img-23-style{
	width:176px;
}
.img-29-style{
	width:174px;
}
.img-43-style{
	width:164px;
}
.img-50-style{
	width:165px;
}
.img-51-style{
	width:170px;
}
.galimg{
	margin:500px 500px 500px 500px;
}
.img--tom20-style{
	width:163px;
}
.img--tko11-style{
	width:165px;
}
.img--tko12-style{
	width:175px;
}
.img--tko13-style{
	width:183px;
}
.img--tko15-style{
	width:189px;
}
.spacerbloc{
	height:20px;
}
.watchfullbestof{
	padding:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	border-width:5px 5px 5px 5px;
}
.h4-style{
	font-family:"KiloGram";
	margin:40px 20px 20px 20px;
}
.dotuk{
	color:#FFFFFF!important;
}
.chatstyle{
	margin-left:10px;
}
.vodembed{
	color:transparent!important;
}
.h3-lockdown-tv-style{
	font-family:"KiloGram";
	font-weight:600;
	line-height:28px;
	color:#a20c0a;
}
.tvlogo{
	color:#C80D0E!important;
}
.text-span-contact-color{
	color:#b50c0a;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-black{
	background-color:#000000;
}
.bgc-dark-slate-gray{
	background-color:#204551;
}
.bgc-dark-red{
	background-color:#8D090B;
}
.bgc-dark-slate-gray-2{
	background-color:#234857;
}

/* Text colour styles */

.tc-pastel-gray{
	color:#CCCCCC!important;
}
.tc-isabelline{
	color:#EEEEEE!important;
}
.tc-candy-apple-red{
	color:#FF1111!important;
}
.tc-white{
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-candy-apple-red{
	color:#FF1111!important;
}
.ltc-candy-apple-red:hover{
	color:#cc0e0e!important;
}
.ltc-safety-orange-blaze-orange{
	color:#FF6600!important;
}
.ltc-safety-orange-blaze-orange:hover{
	color:#cc5200!important;
}
.ltc-pastel-gray{
	color:#CCCCCC!important;
}
.ltc-pastel-gray:hover{
	color:#a3a3a3!important;
}
.ltc-lust{
	color:#E41C25!important;
}
.ltc-lust:hover{
	color:#b6161e!important;
}
.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}

/* Icon colour styles */

.icon-pastel-gray{
	color:#CCCCCC!important;
	border-color:#CCCCCC!important;
}
.icon-pastel-gray-2{
	color:#CCCCCC!important;
	border-color:#CCCCCC!important;
}
.icon-lust{
	color:#E41C25!important;
	border-color:#E41C25!important;
}
.icon-candy-apple-red{
	color:#FF1111!important;
	border-color:#FF1111!important;
}
.icon-isabelline{
	color:#EEEEEE!important;
	border-color:#EEEEEE!important;
}

/* Bloc image backgrounds */




/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container{overflow: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.menufont{
		;
	}
	.img-pic-name-style{
		height:230px;
	}
	.h2-concerts-style{
		line-height:60px;
	}
	p{
		line-height:130%;
	}
	.navbar-brand img{
		width:200px;
		height:63px;
	}
	.menufont:hover{
	}
	.menufont:active{
	}
	.navbar-brand img:active{
	}
	.activelinkclass{
		background-color:#90090B;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		;
	}
	.headblock{
		font-weight:bold;
	}
	.h4-new-line-up-style{
		line-height:36px;
	}
	.headb{
	}
	.test1{
		padding:5px 5px 5px 5px;
	}
	.p-style{
		width:100%;
		line-height:130%;
	}
	.img-bloc-3-style{
		width:368px;
	}
	.gig-venue-link{
		;
	}
	.h4-live-style{
		line-height:130%;
	}
	.gig-date{
		;
	}
	.p-live-style{
		line-height:130%;
	}
	.if1{
		width:70%;
	}
	.burger{
		background-color:transparent;
	}
	.field{
		border-width:2px 2px 2px 2px;
	}
	.h4-color{
	}
	.button{
		border-width:2px 2px 2px 2px;
	}
	.border1{
		border-style:solid;
		border-color:#FEFFFE!important;
		background-color:rgba(0,0,0,0.23);
		padding:5px 5px 5px 5px;
		border-width:1px 1px 1px 1px;
	}
	.chat{
		width:600px;
	}
	.vidstyle{
		margin-left:0px;
		margin-right:0px;
	}
	.clockcol{
		;
	}
	.img-49-style{
		height:194px;
	}
	.viewbutton{
		margin-top:10px;
	}
	.gallerylabel{
		;
	}
	.link-gallery-style{
		width:2px;
	}
	.img-gallery-style{
		width:240px;
	}
	.img-ldtv-beanie-style{
		width:183px;
	}
	.img-43-style{
		width:196px;
	}
	.img--tko11-style{
		width:260px;
	}
	.img--tom20-style{
		width:237px;
	}
	.img--tko12-style{
		width:248px;
	}
	.img-98-style{
		width:292px;
	}
	.img--tko13-style{
		width:264px;
	}
	.img--tko15-style{
		width:264px;
	}
	.img--tom21-style{
		width:298px;
	}
	.img--tom22-style{
		width:321px;
	}
	.img-104-style{
		width:315px;
	}
	.tvlogo{
		color:#FE1111!important;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
		.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.blocsapp-special-menu blocsnav{
		color:#FFFF00!important;
		padding:1px 1px 1px 1px;
	}
	.menufont{
		;
	}
	.img-pic-name-style{
		height:215px;
	}
	.activelinkclass{
		;
	}
	.activelinkclass:hover{
		;
	}
	.h2-contact-us-style{
		line-height:60px;
	}
	.h2-tickets-style{
		line-height:60px;
	}
	.h2-history-style{
		line-height:60px;
	}
	.h2-who-we-are-style{
		line-height:60px;
	}
	.h2-concerts-style{
		line-height:38px;
	}
	.navbar-brand img{
		width:150px;
		height:48px;
	}
	.menufont:hover{
		color:#FF3838!important;
	}
	.menufont:active{
	}
	.activelinkclass:active{
		;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		;
	}
	.headblock{
		color:#CD0D10!important;
	}
	.img-bloc-3-style{
		width:305px;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.gig-date{
		;
	}
	.p-live-style{
		line-height:130%;
	}
	.h4-live-style{
		line-height:130%;
	}
	.gigcol{
		background-color:#FF6600;
	}
	.img-style{
		width:134px;
	}
	.if1{
		width:80%;
	}
	.burger{
		background-color:#EB1D26;
	}
	.chat{
		width:100%;
	}
	.chatclass{
		height:1000px;
	}
	.vidstyle{
		margin-left:0px;
		margin-right:0px;
	}
	.clockcol{
		font-size:24px;
	}
	.smalltext{
		font-size:12px;
	}
	.chatbox{
		border-style:none;
	}
	.img-49-style{
		width:100%;
		height:296px;
		border-radius:0px 0px 0px 0px;
	}
	.viewbutton{
		margin-bottom:5px;
		border-style:solid;
		border-color:#224554!important;
	}
	.gallerylabel{
		;
	}
	.img-gallery-style{
		width:309px;
	}
	.img-40-style{
		width:276px;
	}
	.img-43-style{
		width:274px;
	}
	.img-50-style{
		width:256px;
	}
	.img-51-style{
		width:266px;
	}
	.galimg{
		margin:5px 5px 5px 5px;
	}
	.img--tom21-style{
		width:429px;
	}
	.img-98-style{
		width:422px;
	}
	.link-gallery-style{
		width:0px;
	}
	.img--tko13-style{
		width:304px;
	}
	.img-104-style{
		width:520px;
	}
	.img--tom22-style{
		width:526px;
	}
	.img--tko15-style{
		width:374px;
	}
	.img--tko11-style{
		width:333px;
	}
	.img--tom20-style{
		width:325px;
	}
	.link-0-style{
		width:20px;
	}
	.img--tko12-style{
		width:389px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
		.voffset-md-sm{
		margin-top:50px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.menufont{
		;
	}
	.footer-link{
		text-align:center;
	}
	.h2-history-style{
		line-height:50px;
	}
	.navbar-brand img{
		width:120px;
		height:49px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		;
	}
	.headblock{
		padding:10px 10px 10px 10px;
	}
	.gig-venue-link{
		font-weight:bold;
		color:#000000!important;
	}
	.img-bloc-3-style{
		width:240px;
		height:110px;
	}
	.h4-live-style{
		line-height:130%;
	}
	.gig-date{
		;
	}
	.p-live-style{
		line-height:130%;
	}
	.headblock2{
		color:#BBBBBB!important;
		padding:20px 20px 20px 20px;
	}
	.h3-style{
		line-height:28px;
	}
	.gigcol{
		background-color:rgba(255,102,0,0.98);
	}
	.vidstyle{
		border-color:#BC0003!important;
		margin-right:0px;
		margin-left:0px;
	}
	.size{
		padding:20px 20px 20px 20px;
	}
	.contactblock{
	}
	.teamblock{
		border-style:solid;
		border-color:#CD0D0F!important;
		border-width:1px 1px 1px 1px;
	}
	.divider{
		background-color:#FF0000;
	}
	.if1{
		width:250px;
	}
	.h3-live-style{
		width:100%;
		line-height:34px;
		font-size:32px;
	}
	.border1{
		background-color:rgba(0,0,0,0.24);
	}
	.footerindent{
		;
	}
	.h4-color{
		margin:10px 10px 10px 10px;
	}
	.clockcol{
		width:100px;
		font-size:16px;
		text-decoration:none;
		text-align:center;
		padding:6px 6px 6px 6px;
		border-radius:20px 20px 20px 20px;
	}
	.smalltext{
		font-size:10px;
	}
	.vodembed{
		background-size:auto auto;
		overflow:visible;
		display:block;
	}
	.watchnow0{
	}
	.h2-style{
		line-height:30px;
		font-size:28px;
	}
	.h2-hyperd-style{
		line-height:36px;
	}
	.img-49-style{
		height:153px;
	}
	.viewbutton{
		margin-top:10px;
	}
	.gallerylabel{
		margin-bottom:80px;
	}
	.img-gallery-style{
		width:214px;
	}
	.img-ldtv-beanie-style{
		width:157px;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

