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

[class^="icons-"], [class*=" icons-"] {

	/* use !important to prevent issues with browser extensions that change fonts */

	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icons-mail-envelope-closed:before {

	content: "\e909";
}

.icons-menu:before {

	content: "\e901";
}

.icons-CloseIcon:before {

	content: "\e902";
}

.icons-Menu:before {

	content: "\e90a";
}

.icons-apple:before {

	content: "\e900";
}

.icons-Fb:before {

	content: "\e906";
}

.icons-twitter:before {

	content: "\e907";
}

.icons-youtube:before {

	content: "\e904";
}

.icons-soundcloud:before {

	content: "\e908";
}

.icons-instagram:before {

	content: "\e903";
}

.icons-spotify:before {

	content: "\e905";
}

body {

	background: #000;
	color: #fff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Roboto Mono', monospace;
	font-weight: 500;
	letter-spacing: 1px;
	background: url(../images/desktopBg.jpg) no-repeat scroll center top/cover;
	-webkit-font-size-adjust: none;
}

.mfp-content {
    line-height: 0;
    width: 88%;
    max-width: 950px;
}
::selection {

	background: #ff2b56;
}
::-moz-selection {
	color: #ff2b56;
}
body.interiorpages {
	background: url(../images/desktopBgInterior.jpg) no-repeat scroll center top/cover;
}
body.ipad-device {
	background-repeat: revert;
	background-repeat: repeat-y;
}
h1, h1, h3, a, p, li, ul {

	margin: 0;
	padding: 0;
}

a {

	display: inline-block;
	text-decoration: none;
	color: #fff;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}
:focus {
	outline: none;
}
img {

	max-width: 100%;
	height: auto;
}
.hiddenImages {
	display: none;
}
.title h1 {
	padding: 30px 0;
	font-size: 54px;
	line-height: 54px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 3px;
	font-weight: 700;
}

/*button hover starts*/
body .viewmorebtn a {
	display: inline-block;
	width: 188px;
	border: 1px solid #ffffff;
	height: 50px;
	box-sizing: border-box;
	line-height: 48px;
	font-size: 14px;
	letter-spacing: 3px;
	background: #000000;
	position: relative;
	text-align: center;
	color: #ff2b56;
	overflow: hidden;
}
body .viewmorebtn a:after {
	background: #fff;
	content: "";
	height: 155px;
	left: -75px;
	opacity: .2;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: 1;
}
body .viewmorebtn a:hover:after {
	left: 120%;
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*button hover ends*/

.zippoLogo {
	margin: 43px auto 0;
}

/*footer styles*/
.copyrightText {
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 3px;
}
body:not(.touch-device) .copyrightText a:hover {
	color: #ff2b56;
}
.ipadbr, .mobbr {
	display: none;
}
.footerWrapper {
	margin: 0 6px;
	border-top: 1px solid #181818;
	box-sizing: border-box;
	padding: 20px 0 14px;
	margin-top: 92px;
}
.footerWrapper .followsocial {
	margin: 0 auto 20px;
}
@media only screen and (max-width: 900px) {
	.ipadbr {
		display: block;
	}
	.ipadsep {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	body {
		/*background: #000;*/
	}
	.footerWrapper {
		margin: 0;
		padding: 20px 0 75px;
		margin-top: 30px;
	}
	.zippoLogo {
		margin: 0 auto;
	}
	.desktopbr {
		display: none;
	}
	.mobbr {
		display: block;
	}
	.mobsep {
		display: none;
	}
	.title h1 {
		padding: 15px 0;
		font-size: 30px;
		font-weight: 900;
		line-height: 40px;
	}
}

.contactPagewrapper {
	margin: 0 auto 100px;
}
.contactBodyWrapper a {
	font-size: 16px;
	color: #ff2b56;
}
.contactBodyWrapper a:hover {
	color: #ffffff;
}
#contactPage .contentWrapper {
	min-height: calc(100vh - 122px);
}
@media only screen and (max-width: 767px) {
	.contactPagewrapper {
		margin: 0 auto 30px;
	}
	.contactBodyWrapper a {
		font-size: 12px;
	}
}

#HomePage .music-dropdown .item-list {
    display: none;
}

#HomePage .embed-dropdown {
    background: none;    
}

#HomePage span.dropdown-span {
	text-align: right;
}

/*GDPR lightbox style*/
#pp-footer {
	z-index: 9999999 !important;
}
