@-ms-viewport{
  width: device-width;
}

* {   
margin: 0;
padding: 0;
}

@font-face
    {
    font-family: tppFont;
    src: url('../fonts/GothamExtraLight.ttf');
    /* ,url('Sansation_Light.eot'); /* IE9 */
    }
    
html
    {
    height: 100%;
	max-width: 100%;
    /*background: transparent url(../images/ss.jpg) no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -90;*/
	} 

 body
    {
    height: 100%;
    max-width: 100%;
    }
    
/* ******* NEW NAV MENU  ******* */
/* =Nav
-------------------------------------------------------------- */
#nav-trigger 
    {
    float: right;
    margin-top: 10px;
    margin-right: 0px;
    /*background: transparent url(../images/TPP_mobMenu2.png) no-repeat;
    width: 66px;
    height: 54px;*/
    cursor: pointer;
    display: none;
    position: relative;
    z-index: 1;
    }

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 76px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
    background: transparent;

}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 24px;
  left: 18px;
  right: 18px;
  height: 3px;
  background: #03eaff;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #03eaff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

/*.c-hamburger--htx {
  background-color: #ff3264;
}*/

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
/*.c-hamburger--htx.is-active {
  background-color: #cb0032;
}*/

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}



/*#nav-trigger span.open:after 
    {
    border-left: solid 10px transparent;
    border-top: none;
    border-bottom: solid 10px #fff;
    border-right: solid 10px transparent;
    }*/

nav#nav-main 
    {
    display: none; 
    }

nav#nav-mobile
    {
    margin-top: 0px;
    display: none;
    }
    
nav#nav-mobile ul
    {
    display: none;
    list-style-type: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 30px;
    font-family: arial, "century gothic", helvetica, sans-serif;
    font-weight: lighter;
    background-color: #ffffff;
    border-bottom: solid 1px #a5afa8;
    }

nav#nav-mobile #liTop 
    {
    display: block;
    padding: 5px 0;
    margin: 0 0px;
    height: 85px;
    border-style: hidden;
    }

nav#nav-mobile #liHome
    {
    border-top-style: hidden;
    }

nav#nav-mobile li 
    {
    position: relative;
    display: block;
    padding: 8px 0;
    margin: 0 0px;
    height: 55px;
    border-bottom: solid 1px #a5afa8; 
    border-top: solid 1px #a5afa8; 
    }
    
nav#nav-mobile li:last-child
    {
    border-bottom: none; 
    }

nav#nav-mobile a 
    {
    display: block;
    color: #a5afa8;
    padding: 0px 0px;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

nav#nav-mobile a:hover
    {
    background-color: #e0eee4;
    color: #a5afa8;
    text-decoration: none;
    }

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 1200px) {
  #nav-trigger {
    display: inline-block; }

  nav#nav-mobile {
    display: block; }
}
/* ******* NEW NAV MENU END ***** */ 

nav navHome {
  display: none;
}

#homeTextBlock2
    {
    display: none;
    }

@media (max-width: 1280px) {
  nav .logoBG2 { display: inline; }
  nav .logoBG { display: none; }
}
    
@media (max-width: 1200px) {
  nav navBrowse     { display: none; }
  nav navHome { display: inline; }
  serv servSec1 { display: none; }
  #homeTextBlock { display: none; }
  #homeTextBlock2 { display: inline-block; }
  .platPack2 { display: block; }
  .goldPack2 { display: block; }
  .silvPack2 { display: block; }
  .bronPack2 { display: block; }
  .prodContent1 { display: none; }
  }

@media (max-width: 700px) {
  nav .logoBG2 { display: none; }
  nav .logoBG3 { display: inline; }
  }
 

/*nav navHome
    {
    float: right;
    background: transparent url(../images/menu.jpg) no-repeat;
    width: 129px;
    }*/

nav navBrowse
    {
    text-align: right;
	font-family: Arial;
	font-weight: lighter;
	font-size: 35px;
	/*word-spacing: 20px;*/
	float: right;
	margin-top: 0px;
	margin-right: 2%;
	padding-top: 60px;
	width: 100%;
	height: 188px;
	color: #ffffff;
	/*background: transparent url(../images/TPP_nav_tile.png) repeat-x;*/
    /*border-bottom: 1px solid #3D8A92;
	border-bottom-width: thin;*/
    }

.navLinks
    {
    font-family: tppFont;
    display: inline-block;
	word-spacing: 110px;
	/*float: right;*/
    }

@media (max-width: 4000px) 
    {
    nav navBrowse { font-size: 100px; }
    nav .navLinks { word-spacing: 120px;}
    }

@media (max-width: 3300px) 
    {
    nav navBrowse { font-size: 80px; }
    nav .navLinks { word-spacing: 80px;}
    }

@media (max-width: 2700px) 
    {
    nav navBrowse { font-size: 60px; }
    nav .navLinks { word-spacing: 80px;}
    }

@media (max-width: 2210px) 
    {
    nav navBrowse { font-size: 40px; }
    nav .navLinks { word-spacing: 80px;}
    }

@media (max-width: 1850px) 
    {
    nav navBrowse { font-size: 35px; }
    nav .navLinks { word-spacing: 80px;}
    }

@media (max-width: 1650px) 
    {
    nav navBrowse { font-size: 30px; }
    nav .navLinks { word-spacing: 80px;}
    }

@media (max-width: 1460px) 
    {
    nav navBrowse { font-size: 30px; }
    nav .navLinks { word-spacing: 60px;}
    }

@media (max-width: 1320px) 
    {
    nav navBrowse { font-size: 27px; }
    nav .navLinks { word-spacing: 50px;}
    }

@media (max-width: 1180px) 
    {
    nav navBrowse { font-size: 25px; }
    nav .navLinks { word-spacing: 45px;}
    }

@media (max-width: 1100px) 
    {
    nav navBrowse { font-size: 22px; }
    nav .navLinks { word-spacing: 45px;}
    }

@media (max-width: 1100px) 
    {
    nav navBrowse { font-size: 22px; }
    nav .navLinks { word-spacing: 45px;}
    }


.contSpan
    {
    word-spacing: normal;
    }
    
.subscribeSpan
    {
    width: 170px;
    height: 22px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid white;
    word-spacing: normal;
    }
        
#home, #work, #prod, #con, #abo, #faq
    {
	display: inline;
	}

    
.navLinks A:link	{
	text-decoration: none;
	color: #ffffff;
	font-family: tppFont;
	/*font-size: 25px;*/
	/*font-weight: bold;*/
	}

.navLinks A:visited	{
	text-decoration: none;
	color: #ffffff;
	font-family: tppFont;
	/*font-size: 25px;*/
	/*font-weight: bold;*/
	}
.navLinks A:hover	{
	text-decoration: none;
	color: #ffffff;
	font-family: tppFont;
	/*font-size: 25px;*/
	/*font-weight: bold;*/
	}
      
#nav_menu 
    {
        z-index: 9998;
        position: fixed;
        display: block;
        height: 122px;
        width: 100%;
    }
    
    #nav_menu li {
        list-style-type: none;
        text-decoration: none;
        vertical-align: middle;
        height: 80px;
        display: inline-block;
        position: relative;
    }
    

    .nav_menu_link {
        color: white;
        font-size: 18px;
        height: 0;
        font-family: Arial;
        vertical-align: baseline;
        position: relative;
        display: inline-block;
        height: auto;
        padding: 29px;
    }
    .nav_menu_link:hover {
        background: rgba(0, 0, 0, 0.4);
        color: #FFF;
        transition: all .2s;
    }
    .nav_menu_link:hover .arrow.down {
        border-top-color: #FFF;
    }

#content1:hover
    {
        display: block !important;
        width: 100%;
        height: auto !important;
        position: absolute;
        z-index: -999;
    }
    #content2:hover {
        display: block !important;
        width: 100%;
        height: auto !important;
        position: absolute;
    }
    #content1, #content2 {
        width: 100%;
        height: auto;
        background: black;
        background-color: rgba(0, 0, 0, 0.5);
        filter: alpha(opacity=70);
        display: none;
        position: absolute;
        z-index: -999;
    }


.logoBG
    {
    z-index: 999;
    width: 390px;
    height: 87px;
    background: transparent url(../images/bizLogo.png) no-repeat;
    margin-left: 15%;
    margin-right: ;
    margin-top: 10px;
    /*box-shadow: 0px 0px 7px #888888;*/
    position: absolute;
    }

.logoBG2
    {
    z-index: 999;
    width: 250px;
    height: 56px;
    background: transparent url(../images/logo01.png) no-repeat;
    margin-top: 35px;
    margin-left: 5px;
    /*box-shadow: 0px 0px 7px #888888;*/
    position: absolute;
    display: none;
    }

.logoBG3
    {
    z-index: 999;
    width: 225px;
    height: 50px;
    background: transparent url(../images/logo02.png) no-repeat;
    margin-top: 35px;
    margin-left: 5px;
    /*box-shadow: 0px 0px 7px #888888;*/
    position: absolute;
    display: none;
    }

.menuIMG
    {
    width: 66px;
    height: 54px;
    background: transparent url(../images/menu2.png) no-repeat
    }
    
/* Video Header
header.l-header
    {
    #video-header
    {

    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 200px; 
    overflow: hidden; 
    }
Video Header End */



/* ***HOME SECTION START *** */

/* ***Form*** */
.mmFormfieldTxt
    {

    padding-left: 5px;
    color: #797a7b;
	font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
    }

.mmTitleForm
    {
    display: inline;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: -10px;
    font-family: dateFont;
	font-size: 25px;
	font-weight: lighter;
	color: #ffffff;
	height: 30px;
    }

.mmFields
    {
    width: 269px;
    height: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }
   
.mmcontfield
    {
    width: 263px;
    height: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }
    
.mmcontfield2
    {
    width: 383px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
  
.tppSubmit
    {
    width: 300px;
    height: 100px;
    margin-top: 10px;
    margin-left: 3%;
    margin-right: auto;
    text-align: center;
    border: none;
    background-color: #ff4d18;
    filter: alpha(opacity=70);
	}

.submitText
    {
    width: 300px;
    height: 100px;
    font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
	color: #ffffff;
    }

.signUpText
    {
    width: 300px;
    height: 100px;
    font-family: tppFont;
	font-size: 40px;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color: #ffffff;
    }


.submitText a
    {
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    }    
    
.mmForms
    {
    width: 369px;
    height: 140px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	background-color: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=20);
    }
/* ***Form End*** */


.homeLogo01
    {
    width: 175px;
    height: 178px;
    background: transparent url(../images/TPP_logo_Home01.png) no-repeat;
    margin-top: 0px;
    margin-left: 5%;
    margin-right: auto;
    }

.homeLogo02
    {
    width: 115px;
    height: 117px;
    background: transparent url(../images/TPP_logo_web02.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.homeLogo03
    {
    width: 253px;
    height: 259px;
    background: transparent url(../images/TPP_logo_web03.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.homeLogo04
    {
    width: 115px;
    height: 117px;
    background: transparent url(../images/TPP_logo_Home02.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.homeLogo05
    {
     width: 115px;
    height: 117px;
    background: transparent url(../images/TPP_logo_Home02.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.homeLogo06
    {
     width: 84px;
    height: 86px;
    background: transparent url(../images/TPP_logo_Home04.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

/*@media (max-width: 1280px) {
  .homeLogo01 { display: none; }
  .homeLogo02 { display: block; }
}

@media (max-width: 1000px) {
  .homeLogo01 { display: none; }
  .homeLogo02 { display: none; }
  .homeLogo03 { display: block; }
}*/

@media (max-width: 970px) {
  .homeLogo01 { display: none; }
  .homeLogo02 { display: none; }
  .homeLogo03 { display: none; }
  .homeLogo04 { display: block; }
}

@media (max-width: 600px) {
  .homeLogo01 { display: none; }
  .homeLogo02 { display: none; }
  .homeLogo03 { display: none; }
  .homeLogo04 { display: none; }
  .homeLogo05 { display: block; }
}

@media (max-width: 500px) {
  .homeLogo01 { display: none; }
  .homeLogo02 { display: none; }
  .homeLogo03 { display: none; }
  .homeLogo04 { display: none; }
  .homeLogo05 { display: none; }
  .homeLogo06 { display: block; }
}

.servicesAnchor
    {
    width: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    }

video#bgVid
    {
    background-color: white;
    z-index: -999;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    }
       
.homeSection
    {
    width: 100%;
    min-height: 100%;
    /*background: transparent url(../images/background_youtube.jpg) no-repeat;*/
	/*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    overflow: hidden;
    /*border-bottom: 4px solid #01e8fc;*/
	padding-bottom: 25px;
    }

.homeHead
    {
    display: inline-block;
    vertical-align; middle;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    /*border-bottom: 4px solid #01e8fc;*/
    }

.homeLogos
    {
    position: fixed;
    margin-top: 15px;
    margin-left: 3%;
    z-index: 9999;
    display: inline-block;
    }
/*
@media (max-width: 767px) {
.fullscreen-bg { display: none; }
.homeSection
    {
    width: 100%;
    min-height: 100%;
    background: white url(../images/TPP_canvas_bg.jpg) no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: fixed;
    overflow: hidden;
    }
}
*/
    
.homeTextBlock
    {
    width: 755px;
    float: right;
    padding-top: 150px;
    font-family: arial;
    margin-right: 5%;
    }
    
.homeTextBlock2
    {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
    font-family: arial, "century gothic", helvetica, sans-serif;
    }
    
.homeText
    {
    font-size: 65px;
    color: #503b8a;
    margin-right: 10%;
    text-shadow: 0px 3px 7px #FFFFFF;
    }

.homeText2
    {
    font-family: arial;
	font-size: 30px;
	margin-top: 10px;
    color: #e3c80f;
    margin-right: 10%;
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
    }

.homeText22
    {
    font-family: arial;
	font-size: 30px;
	margin-top: 10px;
    color: #503b8a;
    margin-right: 10%;
    text-shadow: 0px 3px 7px #FFFFFF;
    }

.homeText3
    {
    float: right;
    font-family: arial;
	font-size: 20px;
	margin-top: 5px;
    color: #000000;
    margin-right: 10%;
    text-shadow: 0px 3px 5px #ffffff;
    }
.homeTextb
    {
    font-size: 45px;
    color: #503b8a;
    text-shadow: 0px 3px 7px #FFFFFF;
    }

.homeText2b
    {
    font-family: arial;
	font-size: 20px;
	margin-top: 10px;
	text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
    color: #e3c80f;
    }

.homeText3b
    {
    float: right;
    font-family: arial;
	font-size: 15px;
	margin-top: 5px;
    color: #000000;
    text-shadow: 0px 3px 5px #ffffff;
    }

.propText
    {
    color: #00b050;
    text-shadow: 0px 3px 2px #000000;
    font-size: larger;
    }
        
.prop215
    {
    width: 100%;
    overflow: hidden;
    font-family: Times New Roman;
    font-weight: bold;
    color: Black;
    text-shadow: 0px 3px 5px #ffffff;
    }

.homeTextBlock A:link	{
	text-decoration: none;
	font-family: Times New Roman;
	/*font-size: 25px;*/
	}

.homeTextBlock A:visited	{
	text-decoration: none;
	font-family: Times New Roman;
	/*font-size: 25px;*/
	}
.homeTextBlock A:hover	{
	text-decoration: none;
	font-family: Times New Roman;
	/*font-size: 25px;*/
	}

.homeTextBlock2 A:link	{
	text-decoration: none;
	font-family: Times New Roman;
	/*font-size: 25px;*/
	}

.homeTextBlock2 A:visited	{
	text-decoration: none;
	font-family: Times New Roman;
	/*font-size: 25px;*/
	}
.homeTextBlock2 A:hover	{
	text-decoration: none;
	font-family: Times New Roman;
	/*font-size: 25px;*/
	}

.homeSentence
    {
   margin-top: 5px;
    float: right;
    font-family: arial;
	font-size: 20px;
	margin-top: 5px;
    color: #000000;
    margin-right: 10%;
    text-shadow: 0px 3px 5px #ffffff;
    }
.homeSentence1
    {
   margin-top: 5px;
    float: right;
    font-family: arial;
	font-size: 20px;
	margin-top: 5px;
    color: #000000;
    margin-right: 10%;
    text-shadow: 0px 3px 5px #ffffff;
    }

.homeSentenceb
    {
   margin-top: 5px;
    float: right;
    font-family: arial;
	font-size: 20px;
	margin-top: 5px;
    color: #000000;
    text-shadow: 0px 3px 5px #ffffff;
    }
.homeSentence1b
    {
   margin-top: 5px;
    float: right;
    font-family: arial;
	font-size: 20px;
	margin-top: 5px;
    color: #000000;
    text-shadow: 0px 3px 5px #ffffff;
    }
    
/* ***HOME SECTION END *** */


/* *** SERVICES SECTION START *** */
.servicesSection
    {
    max-width: 100%;
    height: 715px;
    position: relative;
    overflow: hidden;
    }
 
.servicePacks
    {
    width: 1060px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 207px;
    bottom: 0;
    overflow: hidden;
    }

 .servicesText
    {
    padding-top: 25px;
    text-align: center;
    font-family: servFont;
	font-size: 51px;
	font-weight: normal;
	color: #eab2de;
    }

.herb
    {
    width: 55px;
    height: 55px;
    background: transparent url(../images/herb.png) no-repeat;
    }
    
.servicesPlat, .servicesGold, .servicesSilv, .servicesBron
    {
    z-index: 999;
    width: 260px;
    height: 623px;
    bottom: 0;
    }

.servicesPlat {
    float: left;
    background: transparent url(../images/servicesPlat.jpg) no-repeat;
    bottom: 0;
}
.servicesGold {
    float: left;
    background: transparent url(../images/servicesGold.jpg) no-repeat;
    bottom: 0;
}
.servicesSilv {
    float: left;
    background: transparent url(../images/servicesSilv.jpg) no-repeat;
    bottom: 0;
}
.servicesBron {
    float: left;
    background: transparent url(../images/servicesBron.jpg) no-repeat;
    bottom: 0;
}

.packHead
    {
    width: 230px;
    height: 200px;
    margin-left: 35px;
    margin-top: -200px;
    }

.packTitle
    {
    width: 105px;
    margin-top: -50px;
    margin-left: 60px;
    text-align: center;
    font-family: servFont;
	font-size: 40px;
	font-weight: normal;
	color: #eab2de;
    }

.packDesc
    {
    text-align: center;
    font-family: servFont;
	font-size: 15px;
	font-weight: normal;
	color: #525252;
    }

.learnMore
    {
    width: 153px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    background: transparent url(../images/butnLearn.png) no-repeat;
    }
                 
.platPackBg
    {
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    }

.platPack
    {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    overflow: hidden;
    }
@media (max-width: 960px) {
  .platPack { display: none; }
}

.packImgLt
    {
    vertical-align: middle;
    display: table-cell;
    float: left;
    width: 100%
    overflow: hidden;
    bottom: 0;
    }

.packDescRt
    {
    vertical-align: middle;
    display: table-cell;
    text-align: right;
    font-size: 17px;
    color: #525252;
    width: 50%;
    float: right;
    overflow: hidden;
    }
@media (max-width: 960px) {
  .packDescRt { margin-left: 0px; margin-right: 0px; }
}

.packImgSil
    {
    width: 276px;
    height: 450px;
    background: transparent url(../images/silvSmall.png) no-repeat;
    display: inline;
    margin-top: 5px;
    float: left;
    bottom: 0;
    }
@media (max-width: 960px) {
  .packImgSil { margin-left: 0px; }
}
  
.packDescTitle
    {
    text-align: right;
    font-family: arial;
	font-size: 50px;
	font-weight: normal;
	color: #eab2de;
    }
@media (max-width: 960px) {
  .packDescTitle { text-align: center; }
}
    
.packDescTitle2
    {
    text-align: left;
    font-family: arial;
	font-size: 50px;
	font-weight: normal;
	color: #eab2de;
    }
@media (max-width: 960px) {
  .packDescTitle { text-align: center; }
}
	    
#platAnchor
    {
    width: 100px;
    height: 113px;
    bottom: 0;
    }

.goldPackBg
    {
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    background: #f6f6f6;
    }
    
.goldPack
    {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    overflow: hidden;
    }
@media (max-width: 960px) {
  .goldPack { display: none; }
}

.packImgGold
    {
    vertical-align: middle;
    display: table-cell;
    float: right;
    width: 100%
    overflow: hidden;
    bottom: 0;
    }

.packImgBron
    {
    width: 276px;
    height: 450px;
    background: transparent url(../images/bronSmall.png) no-repeat;
    display: inline;
    margin-top: 5px;
    float: right;
    bottom: 0;
    }
@media (max-width: 960px) {
  .packImgBron { margin-right: 0px; }
}


.packDescTitleLt
    {
    text-align: left;
    font-family: arial;
	font-size: 85px;
	font-weight: normal;
	color: #eab2de;
    }

.packDescLt
    {
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    font-size: 17px;
    color: #525252;
    width: 50%;
    float: left;
    overflow: hidden;
    }

#goldAnchor
    {
    width: 100px;
    height: 113px;
    /*position: absolute;
    bottom: 0;
    border: 1px solid red;*/
    }

.servReturn
    {
    width: 179px;
    height: 55px;
    background: transparent url(../images/butnReturn.png) no-repeat;
    margin-top: 15px;
    }    

.servSilvReturn
    {
    width: 179px;
    height: 55px;
    background: transparent url(../images/butnReturn.png) no-repeat;
    margin-top: 15px;
    float: right;
    }    
     

.servPlatReturn
    {
    width: 179px;
    height: 55px;
    background: transparent url(../images/butnReturn.png) no-repeat;
    float: right;
    margin-top: 10px;
    }
/* *** SERVICES SECTION END *** */


/* ***STATEMENT SECTION *** */

.statementSection A:link	{
	text-decoration: none;
	/*font-size: 25px;*/
	}

.statementSection A:visited	{
	text-decoration: none;
	/*font-size: 25px;*/
	}
.statementSection A:hover	{
	text-decoration: none;
	/*font-size: 25px;*/
	}

#statementAnchor
    {
    width: 100px;
    height: 113px;
    position: absolute;
    bottom: 0;
    }

.statementSection
    {
    width: 100%;
    overflow: hidden;
    padding-bottom: 25px;
    background: transparent url(../images/statementBG.jpg) repeat;
    }

.titleText
    {
    display: block;
    margin-top: 18%;
    margin-left: 3%;
    margin-right: auto;
    margin-bottom: 15px;
    text-align: left;
    font-family: tppFont;
    font-weight: lighter;
    letter-spacing: -2px;
    color: #ffffff;
    }
    
.aboutText
    {
    
    display: block;
    margin-left: 3%;
    margin-right: auto;
    text-align: justify;
    margin-bottom: 20px;
    font-family: tppFont;
    letter-spacing: -2px;
    color: #ffffff;
    }

.aboutTPP
    {    
    display: block;
    margin-left: 3%;
    margin-right: 3%;
    text-align: left; 
    font-family: tppFont;
    color: #ffffff;
    padding: 2.5%;
    background-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    }

@media (max-width: 4000px) 
    {
    .titleText { font-size: 225px; }
    .aboutText { font-size: 110px;}
    .aboutTPP { display: block; font-size: 35px; }
    }

@media (max-width: 3300px) 
    {
    .titleText { font-size: 180px; }
    .aboutText { font-size: 80px;}
    .aboutTPP { display: block; font-size: 35px; }
    }

@media (max-width: 2700px) 
    {
    .titleText { font-size: 140px; }
    .aboutText { font-size: 70px;}
    .aboutTPP { display: block; font-size: 35px;}
    }

@media (max-width: 2210px) 
    {
    .titleText { font-size: 120px; }
    .aboutText { font-size: 65px;}
    .aboutTPP { display: block; font-size: 30px; }
    }

@media (max-width: 1925px) 
    {
    .titleText { font-size: 96px; }
    .aboutText { font-size: 50px;}
    .aboutTPP { display: block; font-size: 25px; }
    }

@media (max-width: 1850px) 
    {
    .titleText { font-size: 90px; }
    .aboutText { font-size: 45px;}
    .aboutTPP { display: block; font-size: 23px; }
    }

@media (max-width: 1700px) 
    {
    .titleText { font-size: 80px; }
    .aboutText { font-size: 40px;}
    .aboutTPP { display: block; font-size: 22px; }
    }

@media (max-width: 1600px) 
    {
    .titleText { font-size: 70px; }
    .aboutText { font-size: 30px;}
    .aboutTPP { display: block; font-size: 22px; }
    }

@media (max-width: 1400px) 
    {
    .titleText { font-size: 70px; }
    .aboutText { font-size: 30px;}
    .aboutTPP { display: block; font-size: 20px; }
    }

@media (max-width: 1300px) 
    {
    .titleText { font-size: 70px; }
    .aboutText { font-size: 30px;}
    .aboutTPP { display: block; font-size: 20px; }
    }

@media (max-width: 1280px) {
  .titleText { font-size: 70px; }
    .aboutText { font-size: 30px;}
    .aboutTPP { display: block; font-size: 19px; }
}

@media (max-width: 1100px) {
  .titleText { font-size: 60px; }
    .aboutText { font-size: 30px;}
    .aboutTPP { display: block; font-size: 19px; }
}

@media (max-width: 960px) 
    {
    .titleText { margin-top: 200px; }
    .aboutTPP { display: block; font-size: 18px; }
    }

@media (max-width: 900px) {
  .titleText { font-size: 40px; }
  .aboutText { font-size: 20px;}
}

@media (max-width: 765px) 
    {
    .titleText { margin-top: 200px; margin-bottom: 5px;}
    }

@media (max-width: 600px) {
  .aboutText { font-size: 20px; width: 300px; word-spacing: 5px;}
}

@media (max-width: 500px) {
  .titleText { min-width: 100%; font-size: 40px; word-spacing: -2px; }
  .aboutText { margin-bottom: 20px; font-size: 20px; width: 300px; word-spacing: 5px;}
  .submitText { text-align: center; }
  .tppSubmit { text-align: center; width: 94%; }
  .signUpText { text-align: center; }
  
}

@media (max-width: 490px) {
  .titleText { font-size: 35px; min-width: 100%; }
  .aboutText { margin-bottom: 20px; font-size: 20px; width: 300px; word-spacing: 5px;}
}


/* ***STATEMENT SECTION END *** */



/* *** FAQ SECTION START *** */
	    
#faqAnchor
    {
    width: 100px;
    height: 113px;
    bottom: 0;
    }

.faqSection
    {
    width: 100%;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 4px solid #ea79d2;
    }

.faqText
    {
    text-align: center;
    font-size: 20px;
    font-family: arial, "century gothic", helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    color: #d15bea;
    }

.faqs
    {
    width: 80%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 25px;
    font-family: arial, "century gothic", helvetica, sans-serif;
    margin-bottom: 20px;
    }

.faqs A:link	{
	text-decoration: none;
	font-family: arial;
	/*font-size: 25px;*/
	}

.faqs A:visited	{
	text-decoration: none;
	font-family: arial;
	/*font-size: 25px;*/
	}
.faqs A:hover	{
	text-decoration: none;
	font-family: arial;
	/*font-size: 25px;*/
	}

.faq1
    {
    color: #d15bea;
    background-color: #c7deea;
    margin-bottom: 7px;
    }
    
.faq2
    {
    color: #68c4ea;
    margin-bottom: 7px;
    }
    
/* *** FAQ SECTION END *** */


/* ****ABOUT SECTION START**** */
.aboutCover
    {
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    }
    
.aboutSection
    {
    width: 100%;
    min-height: 100%;
    background: #f2f2f2;
    overflow: hidden;
    /*border-bottom: 4px solid #01e8fc;*/
	padding-bottom: 25px;
    /*border-bottom: 4px solid #ea79d2;*/
    /*text-shadow: 0px 5px 7px #000000;*/
    
    }

.aboutTitle
    {
    font-size: 50px; 
    font-size: 4vw;
    font-family: Arial;
    text-transform: uppercase;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }

#test {font-size: 16px; font-size: 4vw;}
    
/* ****ABOUT SECTION END**** */



/* *** CONTACT SECTION START *** */
.prodContent1
    {
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    width: 980px;
    height: 479px;
    }

.cannTrans
    {
    max-width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=70);
    }

.cannTitleLabel
    {
    padding-top: 20px;
    margin-left: 20px;
    font-family: arial;
	font-size: 30px;
	font-weight: lighter;
	color: #eab2de;
	width: 96%;
	height: 30px;
    border-bottom: 1px solid #eab2de;
	border-bottom-width: thin;
    }

.prodSubTrans
    {
    width: 96%;
    height: 80%;
    margin-left: 20px;
    margin-top: 8px;
    padding-top: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=70);
    }

.contactSection
    {
    width: 100%;
    height: 664px;
    position: relative;
    background: transparent url(../images/contactBgTile.jpg) repeat;
    }
.contFields
    {
    width: 535px;
    height: 100%;
    margin-left: 3px;
    margin-top: 5px;
    }

.contForms
    {
    width: 560px;
    height: 350px;
	border-right: dotted grey;
	border-right-width: thin;
    }
    
.contTitle
    {
    padding-top: 0px;
    margin-left: 8px;
    margin-top: -10px;
    font-family: arial;
	font-size: 25px;
	font-weight: lighter;
	color: #eab2de;
	width: 740px;
	height: 30px;
    }
   
.contInfo
    {
    width: 320px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: -20px;
    float: left;
    font-family: arial;
	font-size: 25px;
	font-weight: lighter;
	color: #eab2de;
	height: 30px;
	border-bottom: 1px dotted #3D8A92;
	border-bottom-width: thin;
    }

.contInfo1
    {
    width: 320px;
    margin-top: 15px;
	margin-bottom: 0px;
    }

.contInfo2
    {
    width: 320px;
    overfloe: hidden;
    border-bottom: 1px dotted #3D8A92;
	border-bottom-width: thin;
	margin-bottom: 0px;  
    }
        
.design2
    {
    font-size: 20px;
	font-weight: lighter;
	color: #eab2de;
    }
   
.cannTitle2
    {
    width: 320px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 10px;
    float: left;
    font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #eab2de;
	height: 19px;
	border-bottom: 1px solid grey;
	border-bottom-width: thin;
    }

.cannTitle3
    {
    width: 360px;
    display: inline;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: -20px;
    font-family: arial;
	font-size: 20px;
	font-weight: lighter;
	color: #ffffff;
	height: 30px;
    }
  
.cannTitle4
    {
    width: 320px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 10px;
    float: left;
    font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	line-height: 50%;
	color: #ffffff;
	height: 19px;
    }
  
.cannTitle5
    {
    width: 320px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 10px;
    float: left;
    font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #eab2de;
	height: 19px;
    }

 .contText
    {
    width: 550px;
    height: 65px;
    margin-left: 8px;
    margin-right: auto;
    font-family: Arial;
	font-size: 16px;
	font-weight: lighter;
	color: #ffffff;
    }

.contTitleForm
    {
    display: inline;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: -10px;
    font-family: arial;
	font-size: 25px;
	font-weight: lighter;
	color: #ffffff;
	height: 30px;
    }
     
.con_contfield
    {
    float: left;
    width: 263px;
    height: 80px;
    }

.con_contfield2
    {
    float: right;
    width: 263px;
    height: 80px;
    margin-left: 2px;
    }

.con_contfield3
    {
    float: left;
    width: 532px;
    height: 208px;
    margin-bottom: 0px;
    }


.confieldTxt
    {
    margin-top: 8px;
    padding-left: 5px;
    color: #797a7b;
	font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
    }

.con_input_box
    {
    width: 263px;
    height: 39px;
    margin-left: 3px;
    font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 18px;
	text-indent: 5px;
	color: #ffffff;
	border: 1px solid #584616;
	background-color: rgba(80, 80, 80, 0.5);
    filter: alpha(opacity=70);
    }

.con_contfield3
    {
    float: left;
    width: 532px;
    height: 140px;
    margin-bottom: 25px;
    }
   
.con_msg_box
    {
    width: 535px;
    height: 140px;
    margin-left: 3px;
    font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 18px;
	text-align: top;
	text-indent: 5px;
	color: #ffffff;
	border: 1px solid #584616;
	background-color: rgba(80, 80, 80, 0.5);
    filter: alpha(opacity=70);
	}
   
.contSubmit
    {
    width: 100px;
    height: 35px;
    margin-top: 10px;
    margin-right: -3px;
    float: right;
    font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 16px;
	text-align: top;
	color: #ffffff;
	border: none;
	background-color: #eab2de;
    filter: alpha(opacity=70);
	}

.contInform
    {
    width: 350px;
    height: 300px;
    float: right;
    margin-right: 15px;
    margin-left: 300px;
    margin-top: -370px;
    margin-bottom: 0px;
    }

.socID
    {
    float: right;
    font-family: arial;
	font-size: 18px;
	font-weight: lighter;
	color: #f349f1;
	padding-top: 8px;
    }
       
/* *** RESPONSIVE FORM START *** */
.contFormB
    {
    width: 90%;
    overflow: hidden;
    padding-bottom: 25px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto; 
    background-color: rgba(80, 80, 80, 0.5);
    filter: alpha(opacity=70);
    display: none;
    text-align: center;
    }

.subTransB
    {
    width: 95%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgba(70, 70, 70, 0.8);
    filter: alpha(opacity=80);
    }
    
.cannInfoLogo
    {
    width: 225px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0px;
    }

@media (max-width: 1010px) {
  .prodContent1 { display: none; }
  .contFormB { display: block; }
  }

.cont2Title
    {
    font-family: arial;
	font-size: 28px;
	font-weight: lighter;
	color: #eab2de;
	margin-bottom: 10px;
	border-bottom: 1px dotted #3D8A92;
    }

.contTitleFormB
    {
    display: inline;
    padding-top: 0px;
    margin-left: 0px;
    font-family: arial;
	font-size: 28px;
	font-weight: lighter;
	color: #ffffff;
	height: 30px;
    }

.con_contfieldB
    {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 80%;
    }

.con_contfield3B
    {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 80%;
    }

.confieldTxtB
    {
    margin-top: 8px;
    padding-left: 5px;
    color: #d9eabc;
	font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 21px;
	text-align: left;
    }

.con_input_boxB
    {
    width: 95%;
    height: 39px;
    margin-left: auto;
    margin-right: auto;
    font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 18px;
	text-indent: 5px;
	color: #ffffff;
	border: 1px solid #584616;
	background-color: rgba(80, 80, 80, 0.5);
    filter: alpha(opacity=70);
    }
   
.con_msg_boxB
    {
    width: 95%;
    height: 140px;
    margin-left: 3px;
    font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 18px;
	text-align: top;
	text-indent: 5px;
	color: #ffffff;
	border: 1px solid #584616;
	background-color: rgba(80, 80, 80, 0.5);
    filter: alpha(opacity=70);
	}
   
.contSubmitB
    {
    width: 100px;
    height: 35px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-family: arial, "century gothic", helvetica, sans-serif;
	font-size: 16px;
	text-align: top;
	color: #ffffff;
	border: none;
	background-color: #eab2de;
    filter: alpha(opacity=70);
	}

.socLinksB
    {
    width: 80%;
    margin-left: auto;
    margin-bottom: 50px;
    }
    
.socGGb, .socFBb, .socIGb, .socGGb
    {
    width: 20%;
    bottom: 0;
    }

.socGGb {
    float: left;
    bottom: 0;
}
.socFBb {
    float: left;
    bottom: 0;
}
.socIGb {
    float: left;
    bottom: 0;
}
.socGGb {
    float: left;
    bottom: 0;
}



/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */


.ApptSection
    {
    font-family: tppFont;
    /*background-color: #ffffff;*/
    width: 100%;
    height: 100%;
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    /*overflow: hidden;*/
    /*border-bottom: 4px solid #01e8fc;*/
    /*position: absolute;*/
    /*z-index:4;*/
    /*display: block;*/
    position: inherit;
    transform: translateZ(-100px) scale(1.4);
    z-index: -1;
    }

.ApptContactSection
    {
    background: transparent url(../images/CDScontBG.jpg) no-repeat; 
    max-width: 100%;
    max-height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
    overflow: hidden;
    position: relative;
    clear: both;
    }

.ApptContactSectionCvr
    {
    background: rgba(3, 234, 255, 0.9);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    }

.apptSubText
    {
    padding: 11px;
    font-size: 30px;
    line-height: 100%;
	/*border: 5px solid rgba(255,255,255,.7);*/
	display: inline-block;
	margin-top: 20px;
    }

.ETTitlecontactInfo
    {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 10vh;
    color: #ffffff;
    font-size: 100px;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
    display: block;
	clear: both;
    }


/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
/* THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  THANK YOU PAGE  ////////////////////  */
