@charset "utf-8";
/* CSS Document */
html{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 62.5%; 
	background-color: rgba(0,0,0,1.00);
}
body{
    margin: 0;
    padding: 0;
}
form{
    padding: 0;
    margin: 0;
}
select {
  cursor:pointer;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.round {
  color: #7F7F7F; 
  border: thin solid rgba(175,175,175,0.3);
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}
select.round:focus {
  color: #131313; 
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
border-color: rgba(255,8,210,0.30);
}
a{
    text-decoration: none;
}
h1{
    margin: 0;
    padding: 0;
}
h2{
    padding: 0;
    margin: 1rem 0 .5rem 0;
    font-size: 1.4rem;
}
::-webkit-input-placeholder {
    color: rgba(166,166,166,1.00);
}

:-ms-input-placeholder { 
   color: rgba(166,166,166,1.00);
}
::placeholder {
   color: rgba(166,166,166,1.00);
}
/* remove arrow from input number Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.ny_con{
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}
.ny_hdr{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
	background: url("../Images/Logo/headerbg.jpg");
}
.ny_lgo{
    margin: 1rem 1rem 1rem 2rem;
}
.phone_n{
	color: white;
	font-size: 3rem;
	padding-top: 5rem;
	text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FF2D95 0px 0px 20px, #FF2D95 0px 0px 30px, #FF2D95 0px 0px 40px, #FF2D95 0px 0px 50px, #FF2D95 0px 0px 75px;
}
.ny_nav{ 
    margin: 1rem 2rem 1rem 1rem;
}
.ny_nav_btn{ 
   cursor:pointer;
   background-color: #141414;
}
.ny_nav ul {
    position: absolute;
    left: 0;
    top: 6.8rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: rgba(251,251,251,1.00);
    width: 100%;
    -webkit-box-shadow: 0px .4rem 1rem -.5rem rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px .4rem 1rem -.5rem rgba(50, 50, 50, 0.4);
    box-shadow: 0 .4rem 1rem -.5rem rgba(50, 50, 50, 0.4);
    display: none;
}
.ny_nav ul a{
    text-decoration: none;
}
.ny_nav li {
    cursor:pointer;
    color: grey;
    font-family:Arial;
    font-size:1.5rem;
    text-decoration: none;
    line-height: 3rem;
    padding: 0 2rem;
    margin: 0;
    border-top: thin solid rgba(153,153,153, .2);
}
.ny_nav li:hover {
    color: rgba(33,32,32,1.00);
    background-color: #FCF4FB;  
}
.ny_nav li:active {
    text-decoration: none;
    
}
.ny_mid_con h1{
	width: 100%; 
	text-align: center; 
	color: white; 
	padding-top: 2rem;
}
.box_con{
	width: 100%;
	display: table;
}
.box_con div{
	display: table-cell;
	text-align: center;
	width: 30%;
	box-sizing: border-box;
	padding: 2rem;
	vertical-align: top;
}
.box_con div div{
	display: inline-block;
	width: 100%;
	height: 10rem;
	border-radius: 1rem;
	box-sizing: border-box;
	
}
.b1{
	background-image: url("../Images/PageTitles/play.png");
}
.b2{
	color: #e0dfdc;
	text-shadow: 3px 5px 2px #474747;
	background-image: url("../Images/PageTitles/wedding.png");
}
.b3{
	color: #e0dfdc;
	text-shadow: 3px 5px 2px #474747;
	background-image: url("../Images/PageTitles/playlist.png");
}
#ny_nav_spc{
    display: none;
}
.ny_ftr{
    background-color: #D0D1D1; 
    width: 100%;
}
.ny_inr_ftr{
    width: auto;
    padding: 0 2rem 2rem 2rem;
    font-size: 1.4rem;
    border-bottom: solid thin rgba(85,85,85,0.40);
    border-top: thin solid rgba(255,255,255,0.70);
}
.ny_btm_ftr{
    width: auto;
    padding: 0 2rem 2rem 2rem;
    font-size: 1.4rem;
    border-top: thin solid rgba(255,255,255,0.70);
}
.ny_inr_ftr h2{
    font-size: 2rem;
    font-weight:  500 !important;
    color: black;
    padding-bottom: 1rem;
}
.ny_inr_ftr ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ny_inr_ftr li a{
    display: block;
    cursor:pointer;
    color: grey;
    font-size:1.5rem;
    padding: .2rem 0;
    margin: 0;
    text-decoration:none;
}
.ny_inr_ftr li a:hover {
    color: rgba(33,32,32,1.00);   
}
.ny_inr_ftr li a:active {
    text-decoration:none;
    
}
.nws_ltr{
    width: 28rem;
    height: 2rem;
    padding-left: .5rem;
}
.sgn_up{
    height: 2.6rem;
    cursor: pointer;
}
.ny_cpy{
    text-align: center;
    color: gray;
    padding-top: 2rem;
    width: 100%;
    box-sizing: border-box;
}
#ny_scl_btn{
    display: inline-block;
}
#ny_scl_btn img{
    opacity: 0.4;
    filter: alpha(opacity=40);
}
#ny_scl_btn img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
#ny_scl_btn img:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.ny_bdy{
    margin-top: 24rem;
    padding-bottom: 1.5rem;
}
.ny_line{
    border-top: thin solid rgba(153,153,153, .2);
    width: 100%;
    height: 1px;
    display: block;
    margin: 1rem 0;
}
.ny_mid_con{
	width: 100%;
	height: 20rem;
}
.con{
	padding: 0 2rem;
	color: white;
}
.con p{
	font-size: 1.6rem;
}
.indiv{
	display: table;
}
.indiv div{
	display: table-cell;
	font-size: 1.6rem;
	padding-right: 3rem;
}
.footer{
	color: white;
	font-size: 1.4rem;
	text-align: center;
}
.cont{
	color: white; 
	font-size: 2rem; 
	position: fixed; 
	bottom:35rem; 
	right:2rem; 
	z-index: 999999;
	font-weight: bold;
}
.ftbg{
	background: url("../Images/Images/FooterBGImage1.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
}
@keyframes ny_ldr {
  0% {
    opacity: 1;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1.6,1.6);
  } 100% {
    opacity: 0;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1,1);
  }
}
.ny_ldr div > div {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ea4c89;
  animation: ny_ldr 1s linear infinite;
}.ny_ldr div:nth-child(1) > div {
  left: 74px;
  top: 44px;
  animation-delay: -0.875s;
}
.ny_ldr > div:nth-child(1) {
  transform: rotate(0deg);
  transform-origin: 80px 50px;
}.ny_ldr div:nth-child(2) > div {
  left: 65px;
  top: 65px;
  animation-delay: -0.75s;
}
.ny_ldr > div:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 71px 71px;
}.ny_ldr div:nth-child(3) > div {
  left: 44px;
  top: 74px;
  animation-delay: -0.625s;
}
.ny_ldr > div:nth-child(3) {
  transform: rotate(90deg);
  transform-origin: 50px 80px;
}.ny_ldr div:nth-child(4) > div {
  left: 23px;
  top: 65px;
  animation-delay: -0.5s;
}
.ny_ldr > div:nth-child(4) {
  transform: rotate(135deg);
  transform-origin: 29px 71px;
}.ny_ldr div:nth-child(5) > div {
  left: 14px;
  top: 44px;
  animation-delay: -0.375s;
}
.ny_ldr > div:nth-child(5) {
  transform: rotate(180deg);
  transform-origin: 20px 50px;
}.ny_ldr div:nth-child(6) > div {
  left: 23px;
  top: 23px;
  animation-delay: -0.25s;
}
.ny_ldr > div:nth-child(6) {
  transform: rotate(225deg);
  transform-origin: 29px 29px;
}.ny_ldr div:nth-child(7) > div {
  left: 44px;
  top: 14px;
  animation-delay: -0.125s;
}
.ny_ldr > div:nth-child(7) {
  transform: rotate(270deg);
  transform-origin: 50px 20px;
}.ny_ldr div:nth-child(8) > div {
  left: 65px;
  top: 23px;
  animation-delay: 0s;
}
.ny_ldr > div:nth-child(8) {
  transform: rotate(315deg);
  transform-origin: 71px 29px;
}
.ny_spr {
  width: 54px;
  height: 54px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ny_ldr {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.54);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ny_ldr div { box-sizing: content-box; }