body,html{
padding: 0;
margin: 0;	
	
	
}



/* a links */ 

a:link, a:visited, a:hover, a:active{
text-decoration: none;	
	
	
	
}


div, p, a, li, td { -webkit-text-size-adjust:none; } /* Over write iphone min text */



.navbar{
width: 100%;
float: left;
background: white;
border-bottom: 1px solid gainsboro;
height: 70px;
position: relative;	/*Here we can change to relative or fixed depending on the requirement of the website  */
position: absolute;
z-index: 9999;	
text-align: center;	
}

.navlogo{
float: left;
width: 230px; /* Change size as needed. */
height: auto;
margin-top: 10px;
margin-left: 3%;
position: relative; 	
	
	
}


.navlogo img{
float: left;
width: 100%;
height: auto;	
	
	
}



.navlinks{
width: 400px;
float: right;
color: white;
color: #ad063a;
margin-right: 2%;
font-size: 110%;
font-family: calibri, sans-serif;
text-transform: uppercase;	
font-weight: 500;	
text-align: right;
	
	
	
	
}




.navlinkseach{
width: auto;
line-height: 80px;
display: inline-block;
vertical-align: middle;
padding-right: 18px;
padding-left: 18px;	
color: #ad063a;
}


.navlinkseach:hover{	
border: 3px solid #ad063a;

}




.navbutton{
	
width: auto;
float: right;
margin-right: 5%;
font-family: calibri, sans-serif;
text-transform: uppercase;	
font-weight: 600;
background: #ad063a;
color: white;
padding: 8px;
margin-top: 20px;
border-radius: 3px;	
text-align: center;	
cursor: pointer;	
  -webkit-transition: background-color 1.2s ease-out;
  -moz-transition: background-color 1.2s ease-out;
  -o-transition: background-color 1.2s ease-out;
  transition: background-color 1.2s ease-out;	
}

.navbutton:hover{
	
background: rgb(40,40,40);
	
	
}


.nicolehomestyle{
width: 100%; 
position: fixed; 
height: 100%; 
top: 0; 
left: 0; 
background: black;
 background: url(images/background-generic_v3.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
text-align: center; 
font-weight: 300; 
font-family: calibri;  

}


.nicole-overlay-colours{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #ff3a3a;	
opacity: 0.2;	
-webkit-animation: color-change ease-in-out 10s infinite; /*Add wherever effect is needed, 0s is used to indicate delay*/
  -moz-animation: color-change ease-in-out 10s infinite; 
  -o-animation: color-change ease-in-out 10s infinite;
  animation: color-change ease-in-out 10s infinite;		
	
}



@-webkit-keyframes color-change {
    0% {background:black; opacity: 0.2;}
    50% {background:#ff3a3a; opacity: 0.2;}
    100% {background:black; opacity: 0.2;}  
   
}
@-moz-keyframes color-change {
    0% {background:black; opacity: 0.2;}
    50% {background:#ff3a3a; opacity: 0.2;}
    100% {background:black; opacity: 0.2;} 
}
@-o-keyframes color-change {
    0% {background:black; opacity: 0.2;}
    50% {background:#ff3a3a; opacity: 0.2;}
    100% {background:black; opacity: 0.2;}    
	       
	
}
@keyframes color-change {
    0% {background:black; opacity: 0.2;}
    50% {background:#ff3a3a; opacity: 0.2;}
    100% {background:black; opacity: 0.2;} 	      

}	





.nicolehomestyle_words{
	
width: 40%; /*Use the Width Necessary*/
top: 50%;

transform: translateY(-50%);	/*Translation Points - Centers Div "top" can be changed depending on needs*/
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);	
position: relative;	/*This ensures div is movable*/
text-align: center;		
display: inline-block;
vertical-align: top;		
background: rgba(255,255,255,0.8);	
padding: 3%; 
box-sizing: border-box;
line-height: 160%;
color: rgb(60,60,60);	
-webkit-animation: overlaying3 ease-in-out 2.5s 0s; /*Add wherever effect is needed, 0s is used to indicate delay*/
  -moz-animation: overlaying3 ease-in-out 2.5s 0s; 
  -o-animation: overlaying3 ease-in-out 2.5s 0s;
  animation: overlaying3 ease-in-out 2.5s 0s;			
}

.nicolehomestyle_words p {
	
	
font-size: 130%;	
line-height: 140%;	
	
	
}

.nicolehomestyle_words a {
	
	color: #5f3743;
}

.nicolehomestyle_words a:hover {
	text-decoration: underline;
}

.nicole-image-hold{
width: 100%;
float: left;
position: relative;
text-align: center;	
	
}

.nicole-image-hold img{
width: 300px;
height: auto;	
}


.nicole-call-to-action-hold{
width: 100%;
margin-top: 2%; 
margin-bottom: 1%;
position: relative;
text-align: center;
}


.nicole-call-to-action{
	border: 0;
	border: 1px solid #ad063a;
width: auto;
padding: 8px;
border-radius: 3px;
font-weight: 400;
font-family: calibri;	
background: #ad063a;
display: inline-block; 
vertical-align: top;	
text-transform: uppercase;
color: white !important;
outline: none;
font-size: 14px;
letter-spacing: 1px;
margin-top: 5px;
margin-bottom: 5px;
cursor: pointer;
-webkit-animation: button-enlarge ease-in-out 2.5s 3s; /*Add wherever effect is needed, 0s is used to indicate delay*/
  -moz-animation: button-enlarge ease-in-out 2.5s 3s; 
  -o-animation: button-enlarge ease-in-out 2.5s 3s;
  animation: button-enlarge ease-in-out 2.5s 3s;	
}

.nicole-call-to-action-ghost{
width: auto;
padding: 8px;
border-radius: 3px;
font-weight: 400;
font-family: calibri;	
background: transparent;
display: inline-block; 
vertical-align: top;	
text-transform: uppercase;
color: #ad063a !important;
font-size: 14px;
letter-spacing: 1px;
cursor: pointer;
margin-left: 8px;	
border: 1px solid #ad063a;
margin-top: 5px;
margin-bottom: 5px;	
outline: none;
}

.nicole-call-to-action-ghost:hover{
color: rgb(50,50,50)!important;
border: 1px solid rgb(50,50,50);	
}


.nicole-call-to-action:hover{
border: 1px solid rgb(50,50,50);
background: rgb(50,50,50);
text-decoration: none !important;	
}



@-webkit-keyframes overlaying3 {
0%{
      top: 200%;
     opacity: 0;
	  
   }
   

   
   95%{
	   
	top: 40%;   
	  
   }
	  
	100% { 
top: 50%;
 opacity: 1;
}      
	  
   
}
@-moz-keyframes overlaying3 {
0%{
      top: 200%;
     opacity: 0;
	  
   }
   

   
   95%{
	   
	top: 40%;   
	  
   }
	  
	100% { 
top: 50%;
 opacity: 1;
}     
  
}
@-o-keyframes overlaying3 {
0%{
      top: 200%;
     opacity: 0;
	  
   }
   

   
   95%{
	   
	top: 40%;   
	  
   }
	  
	100% { 
top: 50%;
 opacity: 1;
}       
	
}
@keyframes overlaying3 {
0%{
      top: 200%;
     opacity: 0;
	  
   }
   

   
   95%{
	   
	top: 40%;   
	  
   }
	  
	100% { 
top: 50%;
 opacity: 1;
}   
}	


/*Enlarge Button */


@-webkit-keyframes button-enlarge {


 0% {
        transform: scale(1.0);
    }
	

 50% {
        transform: scale(1.1);
    }	
	
    100% {
        transform: scale(1.0);
    }
	
}



@-moz-keyframes button-enlarge {


 0% {
        transform: scale(1.0);
    }
	

 50% {
        transform: scale(1.1);
    }	
	
    100% {
        transform: scale(1.0);
    }
	
}



@-o-keyframes button-enlarge {


 0% {
        transform: scale(1.0);
    }
	

 50% {
        transform: scale(1.1);
    }	
	
    100% {
        transform: scale(1.0);
    }
	
}



@keyframes button-enlarge {


 0% {
        transform: scale(1.0);
    }
	

 50% {
        transform: scale(1.1);
    }	
	
    100% {
        transform: scale(1.0);
    }
	
}




.request-portfolio{
width: 100%;
position: fixed;
z-index: 2323132;
width: 100%;
height: 100%;
background: black;
text-align: center;	
display: none;	
}

.request-portfolio-logo{
	
width: 55px;
height: auto;
position: absolute;
bottom: 5px;
right: 5px;



	
	
}


.request-portfolio-close{
	
width: 50px;
height: auto;
position: absolute;
top: 5px;
right: 5px;
color: gainsboro;
font-size: 40px;
cursor: pointer;


	
	
}



.request-portfolio-logo img{
width: 100%;
height: auto;	
}


.request-portfolio-form{
	
width: 45%; /*Use the Width Necessary*/
top: 50%;
transform: translateY(-50%);	/*Translation Points - Centers Div "top" can be changed depending on needs*/
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);	
position: relative;	/*This ensures div is movable*/
text-align: center;		
display: inline-block;
vertical-align: top;		
padding: 3%; 
box-sizing: border-box;
line-height: 160%;
color: rgb(60,60,60);	
color: gainsboro;
font-family: calibri;	
}

.request-portfolio-form p{
font-size: 115%;	
}

.request-portfolio-form label{
width: 100%;
text-align: left !important;
font-size: 12px;	
float: left;
}


.nicole-input-button{
width: auto;
padding: 8px; 
border: 0;
display: inline-block;
vertical-align: top;
margin-bottom: 8px;
margin-top: 8px;
outline: none;	
cursor: pointer;	
background: #ad063a;
color: white; 
font-weight: 400;
font-family: calibri;
text-transform: uppercase;	
font-size: 98%;
border-radius: 1px;	
-webkit-appearance: none;
-moz-appearance: none;
-webkit-animation: button-enlarge ease-in-out 2.5s 1s; /*Add wherever effect is needed, 0s is used to indicate delay*/
  -moz-animation: button-enlarge ease-in-out 2.5s 1s; 
  -o-animation: button-enlarge ease-in-out 2.5s 1s;
  animation: button-enlarge ease-in-out 2.5s 1s;
}



.nicole-input{
width: 100%;
box-sizing: border-box;
margin-bottom: 10px;
padding: 2%;
display: inline-block;
vertical-align: middle;
outline: none;
border: 0;
background: white;
background: rgba(255,255,255,0.9);	
font-size: 14px;		
border-top-left-radius: 3px;		
border-top-left-radius: 3px;	
		
	
}

	  
.contact-em-done{
	
display: none;
	
}


.nicole_services{
width: 400px;
height: 100%;
overflow-y: scroll;
background: #a34657;	
position: fixed;
font-family: calibri; 
font-weight: 300;	
z-index: 77777;	
color: white;	
display: none;	
}



/* Hide scrollbar for IE, Edge and Firefox */
.nicole_services{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}



.nicole_services::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.nicole_services::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.nicole_services::-webkit-scrollbar-thumb
{
    background-color: #832838;
    border: 0;
}


.nicole_services a{
color: gainsboro;	
}

.nicole_services a:hover{
text-decoration: underline;	
}


.nicole_services h2{
font-weight: 300;
font-size: 140%;	
}

.nicole_services h3{
font-weight: 600;
text-transform: uppercase;
font-size: 114%;	
}

.nicole_services h3{	
border-top: 1px solid gainsboro;
padding-top: 18px;
}

.nicole_services h3:nth-child(2){
border-top: 0;	
	
	
}

.nicole_services_close{
width: 30px;
height: auto;
position: absolute;
top: 5px;
right: 5px;
color: gainsboro;
font-size: 30px;
cursor: pointer;	
	
	
}


.nicole_services_words{
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	
}


.nicole_twt{
width: 100%;
font-family: calibri;
font-weight: 300;
margin-top: 3%;
margin-bottom: 3%;
color: rgb(55,55,55);
float: left;
text-align: left;
}


.nicole_twt h2{
width: 100%;
font-weight: 300;
font-size: 125%;	
}

.nicole_twt a{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed gainsboro;
	text-align: left;
	display: inline-block;
	color: rgb(55,55,55);
	
}


.nicole_twt a:hover{
background: rgb(55,55,55);
color: white;
}


.nicole_normal_upload{
width: 100%;
float: left; 
text-align: center;
position: relative;
padding-top: 5%;
padding-bottom: 5%;	
background: #f2f2f2;
}

.nicole_normal_upload_area{
width: 60%;
padding: 5%;
box-sizing: border-box;
border: 2px solid double;
border-radius: 5px;	
font-family: calibri, sans-serif;	
}


.nicole_normal_upload_area h2{
font-size: 140%;
font-weight: 400;
color: rgb(60,60,60);	
}

.nicole_normal_upload_area p{
font-weight: 300;
color: rgb(60,60,60);	
}



/*Wipay test*/

.wipaycont{
position: fixed; 
top: 70px;
left: 0;
width: 100%;
height: calc(100% - 70px);
font-family: calibri; 
font-weight: 300; 
text-align: center;
background: #e7e7e7;
overflow-y: scroll;
box-sizing: border-box;
padding-bottom: 9%;
}


.payment-section{
width: 45%; /*Use the Width Necessary*/
top: 10%;	
position: relative;	/*This ensures div is movable*/
text-align: center;		
display: inline-block;
vertical-align: top;		
background: white;	
padding: 3%; 
box-sizing: border-box;
line-height: 160%;
color: rgb(60,60,60);	
  -webkit-box-shadow: 1px 1px 3px 1px gainsboro;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    1px 1px 3px 1px gainsboro;  /* Firefox 3.5 - 3.6 */
  box-shadow:         1px 1px 3px 1px gainsboro;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */	
}


.payment-section a{
color: #ad063a;
font-weight: 500;	
}


.payment-section a:hover{
text-decoration: underline;	
}

.payment-section p{
text-align: left;	
width: 97%;
display: inline-block;
margin-top: 10px;
margin-bottom: 10px;
}

.error_report{
margin-top: 0 !important;
margin-bottom: 15px !important;
color: red;	
	
	
}

.disclaimer_wipay{
color: gray !important; 
font-size: 13px !important;	
line-height: 20px;	
margin-top: 13px;	
}

.payment-section h3{
text-align: left;	
width: 97%;
display: inline-block;
margin-top: 5px;
margin-bottom: 5px;
font-weight: 600;
color: rgb(30,30,30);
}


.payment-section h2{
color: #ad063a;
font-weight: 300%;
font-size: 140%;
border-bottom: 2px solid #ad063a;	
padding-bottom: 10px;	
	
}


.input-class{
width: 100%;
padding: 10px;
display: inline-block;
vertical-align: middle;
outline: none;
border: 0;
background: #e7e8e9;
font-size: 14px;		
border-left: 4px solid #ad063a;	
box-sizing: border-box;
margin-bottom: 10px	
	
}

.input_separator_pay{
width: 47%;	
margin-left: 1%;
margin-right: 1%;
display: inline-block;
vertical-align: middle;	
	
	
}


.input_payment_button{
width: 97%;
padding: 10px;
box-sizing: border-box;
margin-bottom: 10px;
border: 0;
display: inline-block;
vertical-align: top;
margin-bottom: 8px;
outline: none;	
cursor: pointer;	
background: #ad063a;
color: white; 
font-weight: 600;
font-family: arial, sans-serif;
text-transform: uppercase;	
font-size: 15px;
border-radius: 1px;	
-webkit-appearance: none;
-moz-appearance: none;
  -webkit-transition: background-color 1.2s ease-out;
  -moz-transition: background-color 1.2s ease-out;
  -o-transition: background-color 1.2s ease-out;
  transition: background-color 1.2s ease-out;
}


.input_payment_button:hover{
background: rgb(60,60,60);	
  -webkit-transition: background-color 1.2s ease-out;
  -moz-transition: background-color 1.2s ease-out;
  -o-transition: background-color 1.2s ease-out;
  transition: background-color 1.2s ease-out;
}


.button_pay_wipay{
	
outline: none; 
background: red; 
width: auto; 
display: inline-block; 
padding: 10px;
border: 0; 
border-radius: 2px; 
color: white; 
font-weight: 600; 
text-transform: uppercase; 
cursor: pointer;	
	
	
}


.button_pay_wipay:hover{
background: rgb(60,60,60);	
  -webkit-transition: background-color 1.2s ease-out;
  -moz-transition: background-color 1.2s ease-out;
  -o-transition: background-color 1.2s ease-out;
  transition: background-color 1.2s ease-out;
}

.auto-button-hold{
	
width: auto; 
display: inline-block;
vertical-align: top;	
	
}

/*Number draws section*/


.lottery-pick-container {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.lottery-pick-container > div {
  background-color: #f1f1f1;
  width: 7%;
  margin: 1%;
  text-align: center;
  font-size: 14px;
  font-family: arial, sans-serif;
  font-weight: 600;
  border: 1px solid gainsboro;
  padding: 5px;
  box-sizing: border-box;
}

.lottery-pick-container > div:hover {
background: #ad063a;
color: white;
border: 1px solid #ad063a;	
}



/*Footer*/

.footer-section{
	
width: 100%;
	
	
}


@media (max-width: 1024px){
	
	.payment-section{
width: 55%; /*Use the Width Necessary*/
	}
	
}


@media(max-width: 980px){
	
.nicolehomestyle_words{
width: 60%;	
	
	
}	
	
.nicole_services::-webkit-scrollbar
{
display: none;
}	
	
}

@media(max-width: 900px){
.request-portfolio-form p{
font-size: 105%;	
}	

	
}


@media(max-width: 750px){
	
.nicole_services{
width: 100%;	
}


	
	
	
	
}

@media(max-width: 700px){
	
.request-portfolio-form{
	
width: 70%; /*Use the Width Necessary*/	

}


.nicolehomestyle_words{
width: 75%;	
	
	
}


	.payment-section{
width: 80%; /*Use the Width Necessary*/
	}

	
}

@media(max-height: 450px){
	
.request-portfolio{
overflow-y: scroll;	
	
	
}	



	.payment-section{
width: 80%; /*Use the Width Necessary*/
	}
	
}


@media(max-width: 600px){
	
.input_separator_pay{
width: 97%;	
	
}	
	
.lottery-pick-container > div {
	width: 18%;	
}
	
}


@media(max-width: 500px){
	
.request-portfolio-form{
	
width: 90%; /*Use the Width Necessary*/	

}
	
	
.request-portfolio-form p{
font-size: 103%;	
line-height: 130%;
}	




.nicole-image-hold img{
width: 100%; 
height: auto;	
	
	
}

.nicolehomestyle_words{
width: 90%;	
	
	
}


.nicolehomestyle_words p{
	
font-size: 102%;	
	
	
}



.navbutton{
	
padding: 7px; 
font-size: 14px;	
	
}

.navlogo{
	
width: 180px;
margin-top: 16px;	
	
}



	
}


@media(max-width: 330px){
	
.nicolehomestyle_words{
width: 96%;	
	
	
}	


.nicole-call-to-action{
font-size: 12px;	
	
	
}

	.payment-section{
width: 90%; /*Use the Width Necessary*/
	}

	
}