
/* Typography */





/* // End typography */


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; }

ul{list-style: none;}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video{display: block;}

blockquote, q{quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after{content: ''; content: none;}
table{border-collapse: collapse; border-spacing: 0;}
b, strong{font-weight: bold;}
[type="checkbox"], [type="radio"]{box-sizing: border-box; padding: 0;}
[type="search"]{-webkit-appearance: textfield; outline-offset: -2px;}
[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
::-webkit-file-upload-button{-webkit-appearance: button; font: inherit;}

.clear:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
a img{border:0; width: auto; height: auto; max-width: 100%; vertical-align: bottom; border-style: none;}
a,input,select,textarea{outline:none;}
img{width: auto; height: auto; max-width: 100%; vertical-align: bottom; border-style: none;}

/* Selection colours (easy to forget) */
img::selection{background: transparent;}
img::-moz-selection{background: transparent;}
a{text-decoration: none; display: inline-block;}

input[type='number']{-moz-appearance:textfield;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{-webkit-appearance: none;}
input::-moz-focus-inner{border:0; padding: 0; }
input:invalid,
input:required{box-shadow: none;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration{display: none;}
input:required { box-shadow:none; }
input::-moz-focus-inner{box-shadow:0 0 0px transparent;}
input[type="text"],input[type="email"],input[type="tel"],input[type="search"],input[type="number"],input[type="submit"],input[type="password"],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;}

/*		Default Layout
-------------------------------------------------------------------------------
*/
:root {
	--black : #343434;
	--white : #ffffff;
}
/*

Font property css

font: font-style font-variant font-weight font-size/line-height font-family|caption|icon|menu|message-box|small-caption|status-bar|initial|inherit;

*/

body{background: rgb(255,255,255); -webkit-text-size-adjust: 100%; -moz-text-size-adjust:100%; -moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased; overflow-x: hidden; overflow-y:auto; font-family: 'Oswald', sans-serif;}

*{-webkit-box-sizing: border-box;-moz-box-sizing:border-box; box-sizing: border-box;}

/* Global style */
h1, h2, h3, h4, h5, h6{}
p{}
span{}
dfn, address, em{font-style: normal;}
label, input[type="submit"]{cursor: pointer;}
button:focus{outline: none;}
.btn{-webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
.btn.large{}
.btn.medium{}
.btn.small{}
.transparent{}

.bg-black{background-color: var(--black);}

.mobi{display: none;}
.desk{display: block;}

.common-wrap, .large-container, .md-container, .ex-md-container{max-width: 1480px; margin: 0 auto; clear: both; padding: 0 20px;}
.common-wrap .common-wrap, .common-wrap .large-container, .common-wrap .md-container, .common-wrap .ex-md-container{padding: 0;}
.large-container{max-width:1330px;}
.common-wrap .large-container{max-width:1290px;}
.md-container{max-width: 1180px;}
.common-wrap .md-container{max-width: 1140px;}
.ex-md-container{max-width: 1040px;}
.common-wrap .ex-md-container{max-width: 1000px;}

.centerY { position: absolute; left: 0; right: 0; text-align: center; top: 50%; width: 100%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); color: #ffffff; }

/* Flex style */
.flex-box{display: -webkit-flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -moz-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;}
.flex-horizontal-align{-webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;}
.flex-vertical-align{-webkit-box-align: center; align-items: center;}
.flex-bottom-align{-webkit-box-align: flex-end; align-items: flex-end;}
.flex-content-align{-webkit-align-content: center; -moz-align-content: center; align-content: center;}
.order-1{-webkit-order: 1; -moz-order: 1; -ms-order: 1; order: 1;}
.order-2{-webkit-order: 2; -moz-order: 2; -ms-order: 2; order: 2;}
.flex{display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;}
/* End Flex style */


section, footer, header{float: left; width: 100%; position: relative;}

body,html{height: 100%;}
.main-wrap{min-height: 100%; overflow: hidden; padding-bottom: 0; position: relative; overflow-x: hidden;}

.main-header-section{padding: 30px 0 0}
.main-header-section .common-wrap, .main-footer-section .common-wrap{max-width: 1440px; padding: 0 30px}
.header-inner{float: left; width: 100%; position: relative; justify-content: space-between}
.menu{background-color: rgb(52 52 52); width: 30px; height: 30px; border-radius: 30px; z-index: 9; transition: .45s ease-in-out; cursor: pointer;}
.close { font-size: 14px; line-height: 24px; letter-spacing: 1px; color: #ffffff; font-weight: 400; display: none; transition: .45s ease-in-out; margin-right: 16px}
.navShown .phoenyx-menu-wrap{top: 0;}
.navShown .menu{background-color: #ffffff;}
.navShown .close{display: block;  z-index: 9;}


.phoenyx-wrap{float: left; width: 100%; height: calc(100vh - 249px); background-color: #ffffff; }
.phoenyx-wrap::-webkit-scrollbar{width: 0;}

.phoenyx-wrap .common-wrap{max-width: 1440px; padding: 0 30px; height: 100%}
.phoenyx-innar{float: left; width: 100%; position: relative; height: 100%;display: flex; align-items: center;}
.phoenyx-logo-wrap{width: 100%; text-align: center;}
.phoenyx-logo-wrap img{width: 780px;}
.phoenyx-logo-wrap h4{font-size: 20px; line-height: 24px; letter-spacing: 1.43px; color: rgb(52 52 52); font-family: 'Oswald', sans-serif; font-weight: 500; margin-top: 40px;}
.phoenyx-wrap .phoenyx-logo-wrap{padding-top: 45px}

.main-footer-section{float: left; width: 100%; margin: 135px 0 30px; }
.phoenyx-bottom{float: left; width: 100%;}
.phoenyx-bottom em{float: left; font-size: 14px; line-height: 24px; letter-spacing: 1px; font-weight: 400; text-transform: uppercase; color: rgb(52 52 52);}
.phoenyx-bottom em a{font-weight: 500; color: rgb(52 52 52);}
.phoenyx-bottom p{font-size: 14px; line-height: 24px; letter-spacing: 1px; font-weight: 400; float: right; text-transform: uppercase; color: rgb(52 52 52);}
.phoenyx-bottom p a{color: inherit; text-decoration: underline;}




.phoenyx-menu-wrap{width: 100%; height: 100vh; background-color: rgb(52 52 52); position: absolute; top: -200%; left: 0; padding-top: 92px; transition: .45s ease-in-out; overflow-y: scroll;}
.phoenyx-menu-wrap::-webkit-scrollbar{width: 0;}
.phoenyx-menu-wrap .common-wrap{max-width: 1222px;}
.phoenyx-menu-innar{float: left; width: 100%; position: relative;}
.phoenyx-menu-innar h2{text-align: center; font-size: 30px; line-height: 34px; letter-spacing: 0; color: #ffffff; font-weight: 400;}
.phoenyx-menu-item-wrap{width: 100%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; justify-content: center;margin-top: 115px;}

.phoenyx-menu-item { width: 50%; text-align: center; border-right: 1px solid #ffffff; padding: 45px 0 41px; display: flex; flex-flow: column; justify-content: center; align-items: center; }
.phoenyx-menu-item:last-child{border-right: none;}
/*.phoenyx-menu-item:nth-child(3n + 2){ width: 40.1875%;}*/
.phoenyx-menu-item:nth-child(3n + 2) img{ max-width: 285px}
.phoenyx-menu-item:nth-child(3n + 3) img{ max-width: 230px;margin: 0 auto;}
.phoenyx-menu-item-thumb{float: left; width: 100%; text-align: center; min-height: 146px;}
.phoenyx-menu-item-content{float: left; width: 100%; text-align: center; margin-top: 17px;}

/*.Xhidden{overflow: hidden;}*/

.phoenyx-menu-item:first-child .menu-item-thumb-inner {padding-right: 96px;}
.phoenyx-menu-item:first-child img{width: 100%;}
.phoenyx-menu-item:nth-child(2) .menu-item-thumb-inner {padding-left: 132px;padding-right: 174px;}

.age-verification-wrap{float:left;width:100%;height:100vh;position:fixed;padding:98px 0;overflow-y:scroll;z-index:9999}
.age-verification-wrap::-webkit-scrollbar{display:none}
.age-verification-wrap .common-wrap{max-width:610px}
.age-verification-inner{float:left;width:100%;position:relative;z-index:1}
.age-verification-wrap .phoenyx-logo-wrap img{width: 100%; max-width: 550px; margin: 0 auto;}
.age-verification-wrap .phoenyx-logo-wrap h4{color: var(--white); font-size: 18px; line-height: 1.22; letter-spacing: 1.43px}
.age-verification-wrap .phoenyx-logo-wrap h4 a{color: inherit; text-decoration: underline; width: auto;}
.age-verification-wrap .phoenyx-logo-wrap h4 a:hover{text-decoration: none}
.age-verification-btn{width:100%;justify-content:center; padding-top: 33px}
.age-verification-btn .btn{font-size:24px; line-height: 1; min-width:58px; padding:10px 30px; background:rgba(255, 255, 255, 0.2); color: var(--white); font-family: 'Oswald', sans-serif; font-weight: 500}
.age-verification-btn .btn:hover{background-color: rgba(255, 255, 255, 0.5); }

.preload-hidden{display:none}
.age-verification-btn a{-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}
.preloadOpen{overflow-y:hidden}

.plain-content-page-wrap{margin:150px 0 0; color: rgb(52 52 52)}
.plain-content-page-wrap .common-wrap{max-width:1140px}
.plain-content-page-wrap h1{text-transform:uppercase;padding-bottom:24px; letter-spacing: 1.43px; font-family: 'Oswald', sans-serif; font-size: 30px}
.breadcrumbs{color:inherit;margin-bottom:50px}
.breadcrumbs h5{font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: 1.43px;}
.page-title{margin-bottom:10px}
.page-content{padding-bottom:75px}
.page-content strong{ font-weight:500 }
.page-content h3{padding-bottom:20px;padding-top:30px;text-transform:uppercase}
.page-content h4,.page-content h5{padding-top:20px;padding-bottom:20px; font-size: 20px; line-height: 24px; font-family: 'Oswald', sans-serif; font-weight: 500; letter-spacing: 1.43px;}
.page-content h5{font-size: 18px;}
.page-content p,.page-content ul,.page-content ol{padding-bottom:16px}
.page-content p a{display:inline;text-decoration:underline;color:inherit}
.page-content ul li{padding-left:25px;position:relative}
.page-content ul li:before{content:"";position:absolute;top:11px;left:0;background-color:var(--black);border-radius:50%;width:5px;height:5px}
.page-content ol{list-style:none}
.page-content ol{list-style-type:none;counter-reset:item;margin:0;padding:0}
.page-content ol ol{padding-top:25px}
.page-content ol>li{display:table;counter-increment:item}
.page-content ol>li:before{content:counters(item,".") ". ";display:table-cell;padding-right:15px}
.page-content li ol>li{margin:0}
.page-content li ol>li:before{content:counters(item,".") " "}



/* =======================================================================================================
============================================ Responsive style ========================================== */

/*		Mobile Layout: 320px and 480px and more but less than or equal to 767px.
----------------------------------------------------------------------------------
*/

@media only screen and (min-width: 280px) and (max-width: 480px) {
    input[type="text"],input[type="email"],input[type="tel"],input[type="search"],input[type="number"],input[type="submit"],input[type="password"],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;}

	.phoenyx-wrap .common-wrap, .main-header-section .common-wrap, .main-footer-section .common-wrap{padding: 0 20px;}
	.phoenyx-logo-wrap img{width: 100%;}
	.phoenyx-logo-wrap a{width: 100%;}
	/*.phoenyx-innar { padding-top: 191px; padding-bottom: 100px;}*/
	/**/
	.phoenyx-logo-wrap h4 {margin-top: 29px;}
	.phoenyx-bottom em{width: 100%; text-align: center;}
	.phoenyx-bottom p{width: 100%; text-align: center; margin-top: 11px;}
/*	.phoenyx-bottom { margin-top: 165px; }*/
	.menu, .social-links { top: 20px;}
	.main-header-section{padding-top: 20px}

	.phoenyx-wrap{height:calc(100vh - 233px)}

	.phoenyx-menu-wrap {padding-top: 89px; padding-bottom: 100px;}
	.phoenyx-menu-innar h2 { font-size: 20px;}

	.phoenyx-menu-item-wrap { margin-top: 40px;}

	.phoenyx-menu-item{width: 100%; border: none; padding: 0; margin-bottom: 40px;}
	.phoenyx-menu-item-thumb{min-height: 106px;}
	.phoenyx-menu-item-content { margin-top: 8px; }
/*	.close { position: absolute; top: 24px; right: 44px;}*/
	.menu-item-thumb-inner{padding: 0;}
	.phoenyx-menu-item:nth-child(3n + 2),.phoenyx-menu-item:nth-child(3n + 3){width: 100%;}
	.phoenyx-menu-item:nth-child(3n + 2) img{max-width: 285px;}
	.phoenyx-menu-item:nth-child(3n + 3) img {max-width: 165px;}
	.phoenyx-menu-item:nth-child(3n + 2) img,.phoenyx-menu-item:nth-child(3n + 3) img{width: 100%;}

	    .menu-item-thumb-inner, .phoenyx-menu-item:first-child .menu-item-thumb-inner, .phoenyx-menu-item:nth-child(2) .menu-item-thumb-inner{padding: 0;}

	.phoenyx-menu-item:first-child img{max-width: 335px; margin: 0 auto;}
	.phoenyx-menu-item:nth-child(3n + 2) img{max-width: 200px; margin: 0 auto;}


	.plain-content-page-wrap{margin-top: 70px}
	.main-footer-section{margin-top: 70px}
}



/*		Wide Mobile Layout: 480px.
------------------------------------------------------------
*/

@media only screen and (min-width: 481px) and (max-width: 768px) {
    input[type="text"],input[type="email"],input[type="tel"],input[type="search"],input[type="number"],input[type="submit"],input[type="password"],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;}

    .phoenyx-wrap .common-wrap, .main-header-section .common-wrap, .main-footer-section .common-wrap{padding: 0 20px;}

    .phoenyx-logo-wrap img{width: 100%;}
	.phoenyx-logo-wrap a{width: 100%;}
    .phoenyx-menu-item-wrap { margin-top: 40px;}
	.phoenyx-menu-item{width: 100%; border: none; padding: 0; margin-bottom: 40px;}
	.phoenyx-menu-item-thumb{min-height: 106px;}
	.phoenyx-menu-item-content { margin-top: 8px; }
/*	.close { position: absolute; top: 33px; right: 44px;}*/
	.menu-item-thumb-inner{padding: 0;}
	.phoenyx-menu-item:nth-child(3n + 2),.phoenyx-menu-item:nth-child(3n + 3){width: 100%;}
	.phoenyx-menu-item:nth-child(3n + 2) img{max-width: 285px;}
	.phoenyx-menu-item:nth-child(3n + 3) img {max-width: 165px;}
	.phoenyx-menu-item:nth-child(3n + 2) img,.phoenyx-menu-item:nth-child(3n + 3) img{width: 100%;}

	    .menu-item-thumb-inner, .phoenyx-menu-item:first-child .menu-item-thumb-inner, .phoenyx-menu-item:nth-child(2) .menu-item-thumb-inner{padding: 0;}

	.phoenyx-menu-item:first-child img{max-width: 424px; margin: 0 auto;}
	.phoenyx-menu-item:nth-child(3n + 2) img{max-width: 230px; margin: 0 auto;}

	.plain-content-page-wrap{margin-top: 70px}

}



/*		Tablet Layout: 768px.
-----------------------------------------------------------------
*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    input[type="text"],input[type="email"],input[type="tel"],input[type="search"],input[type="number"],input[type="submit"],input[type="password"],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;}

}


/*		Tablet Layout: 1024px.
-----------------------------------------------------------------
*/

@media only screen and (min-width: 769px) and (max-width: 991px) {
    input[type="text"],input[type="email"],input[type="tel"],input[type="search"],input[type="number"],input[type="submit"],input[type="password"],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;}

    .phoenyx-menu-item-wrap { margin-top: 40px;}
    .phoenyx-menu-item{width: 100%; border: none; padding: 0; margin-bottom: 40px;}
    .menu-item-thumb-inner, .phoenyx-menu-item:first-child .menu-item-thumb-inner, .phoenyx-menu-item:nth-child(2) .menu-item-thumb-inner{padding: 0;}
	.phoenyx-menu-item:nth-child(3n + 2),.phoenyx-menu-item:nth-child(3n + 3){width: 100%;}
	.phoenyx-menu-item:first-child img{max-width: 632px; margin: 0 auto;}
	.phoenyx-menu-item:nth-child(3n + 2) img{max-width: 360px; margin: 0 auto;}
	.phoenyx-menu-item:nth-child(3n + 3) img {max-width: 165px;margin: 0 auto;}
	.phoenyx-menu-item:nth-child(3n + 2) img,.phoenyx-menu-item:nth-child(3n + 3) img{width: 100%;}
}

@media only screen and (min-width: 992px) and (max-width: 1222px) {
	.phoenyx-menu-item:first-child .menu-item-thumb-inner{padding-right: 46px;}
	.phoenyx-menu-item:nth-child(2) .menu-item-thumb-inner{padding-left: 122px; padding-right: 134px;}
}




/*	Retina media query.
	Overrides styles for devices with a
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {


}
