@charset "UTF-8";
/* CSS Document */

::-webkit-input-placeholder {
   color: #fff;
    opacity: 1 ;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff; 
   opacity: 1 ;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff; 
    opacity: 1 ; 
}

:-ms-input-placeholder {  
   color: #fff;  
    opacity: 1 ;
}
.skiplink {
	color:#fff;
	font-family:"helr";
	margin-top: 10px;
    position: relative;
    display: block;
	font-family: 'Montserrat', sans-serif;
}
.skiplink:hover {
	color:#96d51d
}

.upperbold {
	text-transform:uppercase !important;
    font-weight: 600 !important;
	letter-spacing:1px;	
}

#backgrounddiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity:0.6;
    z-index:900001;
	display:block;
}

#thepopupdiv  {
    /*  top:-100%; */
	display:none;
}

#thepopupdiv .floatholder {
	 width:100%;   
}
#thepopupdiv .floatleft {
	 width:100%;  
	 float:none;
	 display:none;
}
#thepopupdiv .floatright {
	 width:100%;  
	 float:none;
}
#thepopupdiv .clearfloats {
 clear:both;   
}

#thepopupdiv .popupcontainer {
  position: relative;
  top: 50%;
  left: 50%;
   -webkit-transform:  translate(-50%, -50%);
     -moz-transform:  translate(-50%, -50%);
      -ms-transform:  translate(-50%, -50%);
       -o-transform:  translate(-50%, -50%);
          transform:  translate(-50%, -50%);
}

#thepopupdiv .floatleft img {
    width:80%;
}

#thepopupdiv .floatleft {
    float:left;
}
#thepopupdiv .floatleft img {
    width:80%;
}
#thepopupdiv .floatright {
    float:right;
}
    
    
.thepopup {
	  padding:30px;
    z-index:9999999;
 	/* -webkit-animation: fadein 2s; 
       -moz-animation: fadein 2s; 
        -ms-animation: fadein 2s;
         -o-animation: fadein 2s; 
            animation: fadein 2s;
			*/
	border:none;
    color: #fff;
    z-index:900001;
	background-color:#000;
    margin-top: 0px;
	margin-left:0px;
	padding-top:45px;
	position: fixed;
	margin: auto;
	top: 0;
    width:100%;
    height:100%;
 }

#enterthesite {
	position: absolute;
    margin-top: 10px;
    right: 50px;
	z-index: 99999999999999;	

}


.salutation {
	text-align:right;
	margin-top:40px;
	text-align:right;	
	text-transform:Capitalize;
	 margin-right: 13%;
}
.salutation img {
	width:150px;
	height:auto;
}
.salutation h2 {
	font-size:19px !important;
	margin-bottom:10px !important;
}

.thepopup h1 {
	font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    line-height: 100%;
	font-weight: 600;
    letter-spacing: 1px;
    line-height: 120%;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.7);
}

.thepopup h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
	font-size:20px;
	margin-top:0px;
	margin-bottom:22px;
	padding-bottom:0px;
	line-height:120%;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.7);
}

a.popupbtn:link,a.popupbtn:visited {
	font-family: 'Montserrat', sans-serif;
	padding: 10px 10px 9px 10px;
	border:solid 2px white;
	color:#fff;
	font-size: 16px;
	font-weight: 400;
    letter-spacing: 0px;
	text-transform:uppercase;
	text-decoration: none;
	display:block;
	position:relative;
	width: 274px;
}
a.popupbtn:hover {
	color:#96d51d;
}


.thepopup .contactfields {
	border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid #fff !important;
    background: transparent;
    display: block;
    margin-bottom: 30px;
    width: 80%;
    text-transform: uppercase;
    color: #fff;
	outline: none;
	font-size: 17px;
	font-weight: 300;
	 border-radius: 0;
}
#error {
	color:#96d51d;
	padding-bottom:7px;	
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@media (min-width:450px) {

}

@media (min-width:650px) {


#thepopupdiv .floatleft {
 width:50%;  
float:left;
}
#thepopupdiv .floatright {
 width:50%;  
 float:right;
}
.thepopup h2 {
	 font-size: 15px;
}
.salutation h2 {
	font-size:15px !important;
}

#thepopupdiv .floatleft {
display:block;
} 
.thepopup h1 {
    font-size: 3vw;
}


}





@media (min-width:749px) {

a.popupbtn:link,a.popupbtn:visited {
	font-size: 17px;
	width: 283px;
}

.thepopup h1 {
    margin-bottom: 34px;
}
.thepopup h2 {

	margin-bottom:43px;
}

}


/* Really small phones iphone 4 */
@media screen and (max-width:320px) {
	
a.popupbtn:link,a.popupbtn:visited {
	font-size:15px;
	width: 262px;
}

.thepopup h1 {
    font-size: 18px;
    margin-bottom: 10px;
}

.thepopup h2 {
	font-size:16px;
	margin-top:0px;
	margin-bottom:30px;
}
.thepopup .contactfields {
    margin-bottom: 17px;
    width: 100%;
    font-size: 13px;
}
.salutation img {
    width: 90px;
    height: auto;

}
.salutation h2 {
    font-size: 16px !important;
    margin-bottom: 0px !important;
}
.salutation {
    margin-top: 15px;
}
#error {
    padding-bottom: 8px;
}
}

@media (min-width:1080px) {
.thepopup h2 {
	    font-size: 20px;
}
.salutation h2 {
	font-size:20px !important;
}

}



