@charset "UTF-8";

body
	{
		background: #E0E1E2;
	}
	
html, body, #wrapper
	{
		height: 100%;
		margin: 0;
		min-height: 100%;
		padding: 0;
		width: 100%;
		font-family: 'Roboto Slab', sans-serif;
		position: relative;
	}
	
html > body #wrapper
	{
		height: auto;
	}
	
#wrapper
	{
		left: 0;
		position: absolute;
		top: 0;
	}
.overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 100vw;
  z-index: 999991;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.modal {
	position: fixed;
	top: 30%;
	left: 50%;
	right: 50%;
	min-width: 300px;
	width: 65%;
	/* height: 35vh; */
	/* line-height: 200px; */
	/* min-height: 200px; */
	/* max-height: 400px; */
	margin-left: -39%;
	/* margin-top: -100px; */
	background-color: #005DAC;
	color: #fff;
	font-size: 1rem;
	/* font-weight: 400; */
	text-align: center;
	z-index: 999992;
	/* outline: 9999px solid rgba(0,0,0,0.5); */
	border-radius: 16px;
	/* margin: auto; */
	padding: 45px;
}
/* STATIC HEADER STYLES */

.toper {
float: right;
margin-top: -14px;
margin-right: -4px;
}

.toper  a {
display: block;
height: 30px;
width: 30px;
background: url("images/ds/gotop.png") 0px 0px no-repeat;
text-decoration: none;
}

header.main
	{
		border-bottom: 6px solid white;
		position: relative;
		top: 0;
		width: 100%;
		min-width: 1229px;
		z-index: 100;
		height: 240px;
		display: block;
		margin-bottom: 12px;
		background: #FFF;
	}
	
header.main .level1
	{
		width: 1240px;
		margin: 0px auto;
		background: #FFF;
		height: 200px;
		display: block;
		background: url("images/ds/clogo3.png") 0px 10px no-repeat;
		border: 0px solid red;
	}
	
header.main .main-center
	{
		height:100%;
		padding: 0px 0px 0px 0px;
		position: relative;
		width: 100%;
		margin: 0px auto;
		display: block;
	}
#lvl1lor {
margin: 8px 0px 0px 3px;
float:left;
width: 185px;
height: 145px;
display: block;
border: 0px dashed black;
}
#lvl1lor a {
width: 183px;
height: 143px;
display: block;
border: 0px dashed black;
text-decoration: none;
}

#lvl1hld
	{
	margin-top: 162px;
	float: right;
	font-weight: bold;
	font-size: 11pt;
	}
#lvl1hld .sin
	{
		color: #000;
		margin-right: 25px;
		display: inline-block;
	}
#lvl1hld .cme
	{
		color: #A13A96;
		display: inline-block;
	}
#menu_holder
	{
		width: 100%;
		min-width: 1229px;
		z-index: 101;
		border: 0px solid black;
		text-align: left;
		height: 22px;
		background: #A13A96;
		padding: 8px 0px 10px 0px;
	}

li
	{
		margin-left:0px;
	}
 
ul
	{
		margin-left:0px;
		padding-left:0px;
		padding-right:0px;
	}

ul.dropdown
	{
		width: 1229px;
		margin: 0px auto;
		display: block;
		list-style: none;
		padding-left: 11px;
	}
	
ul.dropdown li,
ul.dropdown ul
	{
		list-style: none;
		text-wrap: nowrap;
	}
	
#nav
	{
		border: 0px solid red;
		display: block;
	}
	
ul.dropdown li
	{
		float: left;
		vertical-align: middle;
		zoom: 1;
		width: auto;
		height: auto;
		margin-left: 0px;
		color: #FFF;
		font-weight: normal;
		font-size: 13pt;
		/* margin-right: 51px; */
		margin-right: 30px;
	}
ul.dropdown li.last
	{
		margin-right: 0px;
	}

ul.dropdown li.active a
	{
	 color: #05BED3;
	}

	ul.dropdown a	
	{ 
		color: #FFF;
		font-weight: normal;
		text-decoration: none;
	}
	ul.dropdown li a:hover
	{ 
		color: #05BED3;
	}
	/* carelab */
	#contentc 
	{
	margin-bottom: 56px;
	}
	/* home page only */
	
#hbox
	{
		height: 350px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
		width:1229px;
		display: block;
		border: 0px dotted black;
		background: #fff
	}
	
	#hbox.network
	{
	background: url("images/stores/img1.jpg") 0px 0px no-repeat;
	}

	#hbox.home
	{
	background: url("images/stores/img2.jpg") 0px 0px no-repeat;
	}
		#hbox.contact
	{
	background: url("images/stores/img4.jpg") 0px 0px no-repeat;
	}
	
	
#hmrholder {
display: block;
}

.nttile {
font-size: 14pt;
}

.contdethold {
width: 100%;
display: block;
height: 550px;
margin-bottom: 14px;
border-bottom: 3px solid white;
}

.contdethold  img{
border: 6px solid #fff;
border-radius: 12px;
margin-right: 8px;
}

#lptxthold {
width: 100%;
display: block;
height: 120px;
}

.tfbox 
	{
		float:left;
		display: block;
		width: 388px;
		height: 20px;
		margin-right: 20px;
		margin-bottom: 5px;
		padding-left: 7px;
		font-size: 9pt;
		font-weight: bold;
	}
	
.tfboxr
	{
		float:left;
		display: block;
		width: 388px;
		height: 20px;
		padding-left: 7px;
		margin-bottom: 5px;
		margin-right: 0px;
		font-size: 9pt;
		font-weight: bold;
	}

	
#productfwrap
	{
		margin-top: 1px;
		position: relative;
		width: 100%;
		min-width: 1229px;
		overflow: hidden;
		/* height: 550px; */
		background: white;
	}
#productfwrap .container
	{
		width: 1240px;
		margin: 0px auto;
		height: auto;
		display: block;
		padding: 0px 0px 0px 0px;
	}
#productfwrap .main
	{
		width: 1229px;
		margin: 0px 0px 0px 11px;
		height: 55px;
		display: block;
		font-size: 11pt;
		font-weight: bold;
		letter-spacing:0.4px;
	}
#productfwrap .pl1
	{
	height: 58px;
	border-bottom: 2px solid #05BED3;
	padding: 0px 0px 0px 0px;
	}
#productfwrap .pl2
	{
	height: 55px;
	border-bottom: 2px solid #05BED3;
	padding: 10px 0px 10px 0px;
	}
	
#productfwrap img
	{
	margin-right: 18px;
	}
	
#productfwrap .pl3
	{
	height: 55px;
	padding: 10px 0px 10px 0px;
	}
	
.pftitle
	{
		color: #AC3A98;
	}
	/* home page only ends */
	
#content .main-centerh
	{
		height: 10px;
		margin-left: auto;
		margin-right: auto;
		/* margin-top: 250px; */
		position: relative;
		width: 1240px;
		display: block;
		padding: 0px 0px 0px 0px;
	}
	
#content .main-centerf
	{
		height: 250px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		margin-top: 50px;
		padding: 0px 0px 0px 11px;
		position: relative;
		width:1229px;
		display: block;
		border: 0px dotted black;
	}
	
	#content .main-centerf2
	{
		/* height: 370px; */
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		margin-top: 50px;
		padding: 0px 0px 0px 11px;
		position: relative;
		width:1229px;
		display: block;
		border: 0px dotted black;
	}

#content .main-center
	{
		height: auto;
		margin: 0px auto;
		position: relative;
		padding: 0px 0px 0px 11px;
		width: 1229px;
		display: block;
	}
	
#lbox
	{
		float:left;
		display: block;
		background: white;
		width: 450px;
		height: 350px;
		margin-right: 22px;
	}
	
	#lbox.carelab
	{
		background: url("images/ds/comp.jpg") 0px 0px no-repeat;
	}
	
	#lbox.relax
	{
		/* background: url("images/ds/services/relaxation.jpg") 0px 0px no-repeat; */
		height: 1650px;
				background: none;
	}
	
		#lbox.relax img
	{	
		margin-bottom: 45px;
	}
	
	#lbox.member
	{
		background: url("images/ds/memcard.jpg") 0px 0px no-repeat;
	}
	
	.ysa {
	margin-top: 6px;
	margin-bottom: 6px;
	}
	
	#srboxit {
	display: inline-block;
	text-decoration: none;
	border: 2px solid white;
	border-radius: 12px;
	background: grey;
	font-size: 13pt;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
	width: 140px;
	height: 28px;
	text-align: center;
	color: #000;
	}
	.ysa  input {
	border-radius: 12px;
	border: 2px solid white;
	height: 28px;
	background: #E0E1E2;
	width: 120px;
	font-size: 13pt;
	font-weight: bold;
	padding-left: 4px;
	}
	
#rbox
	{
		float:right;
		display: block;
		width: 729px;
		height: auto;
		margin-right: 22px;
		border: 0px solid brown;
	}
	/* product menu section */
#pmenu
	{
		float:left;
		display: block;
		background: white;
		width: 250px;
		height: auto;
		margin-top: -15px;
		margin-right: 10px;
		padding: 14px 0px 0px 0px;
	}
#prbox
	{
		float:right;
		display: block;
		width: 950px;
		height: auto;
		margin-right: 10px;
		border: 0px solid brown;
	}
#prbox .prboxr1
	{
		display: block;
		width: 950px;
		margin-bottom: 15px;
	}
	
	#resfarea {
	display: block;
	/* color: #fff; */
	/* background: #000; */
	height: 30px;
	width: 420px;
	font-size: 13pt;	
	}
#prbox .prboxr1c1
	{
		display: block;
		width: 335px;
		height: 335px;
		/* background: white; */
		margin-right: 15px;
		float: left;
	}
#prbox .prboxr1c2
	{
		display: block;
		width: 600px;
		height: auto;
		float: left;
		font-size: 13pt;
	}
#prbox .featured
	{
		font-size: 14pt;
	}
#prbox .prboxr2
	{
		display: block;
		width: 950px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		margin-bottom: 15px;
		background: white;
		height: 5px;
	}
	
#prbox .top
	{
		height: 34px;
	}
#prbox .norm
	{
		height: 5px;
	}
.pintitle
	{
	font-weight: bold;
	font-size: 16pt;
	display: block;
	margin-bottom: 12px;
	}
.pmnutitle
	{
	
	}
.pmnusubmnu
	{
	}
		/* product menu section end */
.cfbox 
	{
		float:left;
		display: block;
		background: white;
		width: 399px;
		height: 220px;
		margin-right: 16px;
	}
	
.cfboxr
	{
		float:left;
		display: block;
		background: white;
		width: 398px;
		height: 220px;
		margin-right: 0px;
	}

	/* carelab end */
	
#content 
	{
		margin-bottom: 32px;
		display: block;
		clear: both;
	}
	
	/* footer content */
footer
	{
		width: 1240px;
		z-index: 100;
		min-height: 44px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		margin-top: 0px;
		padding-left: 0px;
	}

footer .main
	{
		padding: 8px 0px 0px 12px;
		color: #000;
		font-weight: normal;
		font-size: 11pt;
	}

footer .main .ml
	{
		float: left;
		display: block;
		width: 550px;
	}

footer .main .mr
	{
		float: right;
		display: table;
		width: 157x;
		margin: 0px 30px 0px 0px;
		text-align: right;
	}

footer .main .mr .frtabr1
	{
		display: table-row;
		width:157px;
		margin: 0px 0px 30px 0px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 13pt;
	}

footer .main .mr .frtabr2
	{
		display: table-row;
		width: 157px;
		line-height: 18px;
		margin: 0px 0px 0px 0px;
		text-align: center;
	}

footer .main .mr .frtabr1 .r1c
	{
		display: table-cell;
		width: 157px;
		padding: 0px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 5px 0px;
		text-align: center;
	}

footer .main .mr .frtabr2 .r2c
	{
		float: left;
		display: table-cell;
		width: 43px;
		padding: 1px;
		margin: 0px 11px 0px 0px;
		text-align: center;
	}

footer .main .mr .frtabr2 .r2cf
	{
		float: left;
		display: table-cell;
		width: 43px;
		padding: 1px;
		margin: 0px 0px 0px 0px;
		text-align: center;
	}

#footerwrap 
	{
		border-top: 6px solid #FFF;
		margin-top: 1px;
		position: relative;
		width: 100%;
		overflow: hidden;
		height: 95px;
	}
	/* home only */
#footerwraph 
	{
		border-top: 0px solid #FFF;
		margin-top: 0px;
		position: relative;
		width: 100%;
		overflow: hidden;
		height: 95px;
	}
	/*home only */
/* footer end */

ul.mem {
color: #A13A96;
padding-left: 16px;
}

/* product menu begin */
ul.pmenu {
		margin: 0px 0px 0px 0px;
		display: block;
		list-style: none;
		padding-left: 11px;
		pAdding-bottom: 11px;
	}
	
	ul.pmenu a {
	color: #000;
		text-decoration: none;
	}
		ul.pmenu a:hover
	{ 
		color: #05BED3;
	}
	
ul.pmenu li,
ul.pmenu ul
	{
		list-style: none;
	}
ul.pmenu ul li
	{
		margin-left: 12px;
		
	}
	
ul.pmenu ul
	{
		margin-bottom: 19px;
		
	} 
ul.pmenu ul li ul li
	{
		color: #000;
		text-decoration: none;
	}

	li.uh {
			text-decoration: none;
			color: #A13A96;
	}
	ul.un {
			color: #000;
		text-decoration: none;
	}
	.ulsh {
			text-decoration: underline;
	}
	
	.uac {
	font-weight: bold;
	margin-top: 15px;
	display: block;
	}

/* product menu end */
#clear 
	{
	clear: both;
	height: 1px;
	}

ul.dropdown li.hover,
ul.dropdown li:hover
	{
	 position: relative;
	 z-index: 599;
	 cursor: default;
	}

ul.dropdown ul 
	{
	 visibility: hidden;
	 position: absolute;
	 top: 100%;
	 left: 0;
	 z-index: 598;
	}

ul.dropdown ul li
	{
	 float: none;
	}

ul.dropdown ul ul
	{
	 top: 1px;
	 left: 99%;
	}

ul.dropdown li:hover > ul
	{
	 visibility: visible;
	}

ul.dropdown ul.sublevel
	{
		padding: 17px 15px 17px 15px;
		display: table;
		height: auto;
		width: auto;
		margin: -2px 0px 0px 0px;
		background: #A13A96;
		border-radius: 12px;
	}
	
ul.dropdown ul.sublevel li
	{
		white-space:nowrap;
		display: table-row;
		width: auto;
		margin-left: 12px;
	}
		
ul.dropdown ul.sublevel li  a
	{
		white-space:nowrap;
	}
	
	/* FADER */
	
	#fader
		{
    position: relative; 
    width: 100%;
    height: 400px;
		}

.button 
	{
    background-color: green;
    width: 50px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 30px;  
	}

#prom {
    right: 100px;   
}

	#fader2
		{
    position: relative; 
    width: 100%;
    height: 400px;
		}
		
		
		.mapaimgs {
		display: block;
		width: 1220px;
		border: 0px solid black;
		/* overflow: auto; */
		margin-top: 8px;
			
		}
		.mapaimgs .leftm {
		display: block;
		width: 425px;
		height: 350px;
		margin-right: 8px;
		float: left;
		}
		.mapaimgs .rightm {
		display: block;
		width: 770px;
		height: auto;
		float: right;
		}
		
.table1 {
display: table;
border: 0px solid black;
font-size: 9pt;
width: auto;
color: #000;
margin: 8px 5px 5px 5px;
}
.table4 {
display: table;
border: 0px solid black;
font-size: 9pt;
width: auto;
color: #000;
margin: 8px 5px 5px 35px;
}
.table1 td {
display: table-cell;
width: auto;
max-width: 120px;
}
.table4 td {
display: table-cell;
width: auto;
}
.table2 td {
display: table-cell;
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 1px  4px  1px  4px;
}
.table2 td:nth-child(7), .table2 td:nth-child(8), .table2 td:nth-child(9), .table2 td:nth-child(10), .table2 td:nth-child(11) {
padding: 0px !important;
}
.table2 tr:first-child td:nth-child(7), .table2 tr:first-child td:nth-child(8), .table2 tr:first-child td:nth-child(9), .table2 tr:first-child td:nth-child(10), .table2 tr:first-child td:nth-child(11) {
padding: 1px  4px  1px  4px !important;
text-align: center !important;
}
.table5 td {
display: table-cell;
border-bottom: 1px solid black;
border-right: 1px solid black;
padding: 1px  4px  1px  4px;
}
.table2 tr td:nth-child(2) {
max-width: 180px;
}
.table2 tr td:nth-child(3) {
max-width: 90px;
font-size: 7pt;
}
.table5 tr td:nth-child(3) {
font-size: 7pt;
}
.table2 tr:first-child td, .table5 tr:first-child td {
border-top: 1px solid black;
color: #ff0000;
font-weight: bold;
font-size: 115%;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
}
.table2 tr:first-child td:first-child, .table5 tr:first-child td:first-child {
border-top-left-radius: 12px;
}
.table2 tr:first-child td:last-child, .table5 tr:first-child td:last-child {
border-top-right-radius: 12px;
}
.table2 tr:last-child td:first-child, .table5 tr:last-child td:first-child {
border-bottom-left-radius: 12px;
}
.table2 tr:last-child td:last-child, .table5 tr:last-child td:last-child {
border-bottom-right-radius: 12px;
}
.table2 tr td:first-child, .table5 tr td:first-child {
border-left: 1px solid black;
}
.table2 tr:first-child:hover, .table5 tr:first-child:hover {
background: none;
}
.table2 tr:hover, .table5 tr:hover  {
background: #fff;
}
.table2 a, .table5 a{
text-decoration: none;
color: navy;
font-weight: bold;
font-size: 100%;
display: block;
  height:100%;
  width:100%;
}
.table2 a:hover, .table5 a:hover {
text-decoration: underline;
color: #ff0000;
}
.table2, .table5 {
border-radius: 12px;
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
margin-bottom: 18px;
background: #CDDFDF;
}
.table2 tr:first-child td:nth-child(3) {
max-width: 90px;
font-size: 7pt;
}
.table5 tr:first-child td:nth-child(3) {
font-size: 7pt;
}
select.batch {
font-weight: bold;
height: 25px;
border-radius: 12px;
margin-bottom: 6px;
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
border: 2px solid black;
}

select.batch .green {
background: #8DE093;
color: navy;
}
select.batch .red {
background: #FFA2A2;
color: red;
}

/* NEW CODE */

label {
	display: inline-block;
	width: 50%;
	min-width: 170px;
	max-width: 85%;
	text-align: right;
	margin: 0px 15px 0px 0px;
}


.acceptance label {
	width: 220px;
	min-width: 220px;
	max-width: 95%;
}



.claimform label {
	font-weight:normal;
	font-size: 0.9rem;
}

body
	{
			background:url(full-min3.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
		cursor: url('cursor2.png'), auto;
	}

.mbody {
	display: block;
	width: 100%;
	height: auto;
	min-height: 90%;
}
.main {
	display: block;
	width: 90%;
	max-width: 968px;
	min-width: 300px;
	height: auto;
	min-height: 100vh;
	padding: 24vh 0px 15vh 0px;
	margin: 0px auto;
	text-align: center;
	/* border: 10px dashed red; */
	vertical-align: middle;
}

.main > * {
    vertical-align:middle;  // Align children to middle of line
}

.logo {
display: block;
position: fixed;
z-index: 99999;
width: 100%;
text-align: center;
margin: 0px auto;
background-color: rgba(255,255,255,0.93);
padding: 15px 0px;
}

.foot {
display: block;
position: relative;
	color: #fff;
	text-align: left;
bottom: 0px;
z-index: 99999;
width: 100%;
height: auto;
min-height: 200px;
margin: 15px auto 0px;
background-color: rgba(29,94,173,0.93);
padding: 15px 0px;
}

.ftext {
	display: block;
position: relative;
	width: 90%;
	max-width: 768px;
	min-width: 300px;
	color: #fff;
	text-align: left;
bottom: 0px;
height: auto;
z-index: 99999;
margin: 0px auto;
padding: 15px 0px;
/* border: 2px dashed red; */
}

.logo img {
	width: 320px;
max-width: 90%;
height: auto;
}

.leftside {
	display: inline-block;
	width: 42%;
	background-color: rgba(255,255,255,0.85);
	color: #1d5ead;
	margin: 0px 45px 22px 0px;
	border: 5px solid #1D5EAD;
	border-radius: 14px;
	padding: 24px;
	font-size: 12pt;
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.75);
box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.75);
min-width: 240px !important;
}


.leftside .box1h {
	font-size: 1.8rem;
	font-weight: bold;
}

@media (max-width: 690px) {
	.leftside {
	margin: 0px 0px 22px 0px;
}

}

.rightside {
	display: inline-block;
	width: 40%;
	background-color: rgba(255,255,255,0.85);
	color: #1D5EAD;
	border: 5px solid #1D5EAD;
	min-width: 240px !important;
	margin: 0px 0px 32px 0px;
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.75);
	border-radius: 14px;
	padding: 25px;
}

.claimformline {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto 8px;
}

.claimformline input {
	border-radius: 8px;
	border: 2px solid black;
	padding: 4px;
	/* cursor: url('cursor2.png'), auto; */
}

.claimformline input:focus {
	background-color: #eaf8fb;
}

.formlabel {
	display: block;
	padding: 10px;
	font-size: 1.55rem;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #1D5EAD;
}

input.vinput, #form input[type=text], textarea, #form input[type=select], select {
	border-radius: 4px;
	border: 2px solid #C72FB1;
	padding: 10px 6px 10px 6px;
	margin: 0px 0px 10px 0px;
	background-color:#F8F8F8;
	font-weight: 400;
	color: #1D5EAD;
	text-align: center;
	min-width: 120px;
	width: 40%;
	/* display: inline-block; */
	/* cursor: url('cursor2.png'), auto; */
}

@media (max-width: 480px) {
input.vinput, #form input[type=text], textarea, #form input[type=select], select {
	border-radius: 4px;
	border: 2px solid #C72FB1;
	padding: 10px 6px 10px 6px;
	margin: 0px 0px 10px 0px;
	background-color:#F8F8F8;
	font-weight: 400;
	color: #1D5EAD;
	text-align: center;
	min-width: 120px;
	width: 80%;
	/* display: inline-block; */
	/* cursor: url('cursor2.png'), auto; */
}
.mobhide {
	display:none;
}
#claimdioptresright {
margin-top: 10px;
}
#claimdioptresleft {
margin-top: 10px;
}
}

select {
	font-weight: bold;
	text-align: center;
}

.theeyes {
	text-align: right;
	width: 91.7% !important;
	margin: 0px 0px 10px 0px !important;
}

.theeyes label {
	/* padding-top: 12px; */
}

.theeyes select {
	/* margin: 0px 0px 6px -10px; */
}

textarea {
	vertical-align: top;
	text-align: left;
}

#form input[type=submit], .formsearch input[type=submit] {
	border-radius: 6px;
	border: 1px solid black;
	padding: 6px 16px 6px 16px;
	margin: 16px 0px 10px 0px;
	background-color:#F8F8F8;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#form input[type=submit]:hover {
	background-color:#F8F8F8;
}

.fullblock {
	display: inline-block;
	width: 80%;
	background-color: rgba(255,255,255,0.87);
	color: #000;
	border: 5px solid #1D5EAD;
	min-width: 240px !important;
	margin: 0px 0px 32px 0px;
		-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.75);
box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.75);
	border-radius: 14px;
	padding: 25px;
}

.bigmsg {
color:  #1D5EAD;
font-weight: 300;
letter-spacing: 1.3px;
font-size: 2.0rem;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.codeshow b {
	color: #ff0000;
}

.thegististhis {
	display: block;
	max-width: 85%;
	margin: 0px auto;
	color:  #1D5EAD;
font-weight: 300;
letter-spacing: 1.3px;
font-size: 1.6rem;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.codeshow {
	display: block;
	margin-bottom: 10px;
}

sup {
	font-size: 68%;
}

ul.gifttime {
  list-style-image: url("checksm.png");
  margin-left: 25px;
}
ul.gifttime li {
list-style-position: outside;
}
/* ul.gifttime li:before {
  content: '✓';
  padding-right: 15px;
  list-style-position: outside;
} */

.termsblock {
	text-align: left;
}


.footimg {
	display: block;
	text-align: center;
	margin: 20px auto 10px;
	width: 90%;
	max-width: 90%;
	min-width: 300px;
}

.footimg img {
	display: block;
	margin: 0px auto;
	border-radius: 8px;
	width: 95%;
	max-width: 668px;
	height: auto;
}

.alwaysthere {
	display: block;
	margin: 0px auto;
	width: 85%;
	max-width: 768px;
	height: auto;
	text-align: right;
	padding-right: 55px;
}

.joinus {
	display: inline-block;
	text-align: right;
	width: 60%;
	max-width: 968px;
}

.joinus img {
	width: 60%;
	max-width: 100vw;
}




.socialicons img {
	display: inline-block;
	width: 20%;
	max-width: 50px;
	height: auto;
	margin: -25px 0px 0px 0px;
	padding-bottom: 6px;
}

.socialicons img:first-child {
margin-right: 9px;
margin-left: 12px;
}

	.alwaystheresmall {
		display: none;
	}

@media (max-width: 768px) {
	.alwaystheresmall {
		display: block;
	}
	
		.alwaysthere {
		display: none;
	}
.joinus {
	display: block;
	text-align: center;
	width: 90%;
	max-width: 768px;
	margin-bottom: 25px;
	
}	
.joinus img {
	width: 85%;
	max-width: 100vw;
}

	
	.socialicons {
	display: block;
	text-align: right;
	width: 90%;
	max-width: 768px;
	height: auto;
}

.socialicons img {
	display: inline-block;
	width: 20%;
	max-width: 140px;
	height: auto;
	margin: -0px 0px 0px 0px;
	padding-bottom: 6px;
}
}

/* .formname {
	background: url(namecard.png) no-repeat top left;
	background-size: 30px 22px;
	padding-left: 25px;
} */

.foottitle {
	font-weight: bold;
	font-size: 110%;
}

li {
	padding-bottom: 12px;
}

.company {
	display: block;
	width: 85%;
	margin: 0pc auto;
	text-align: left;
	padding-top: 24px;
	padding-bottom: 12px;
}

.logoimg {
	display: block;
	border-radius: 12px;
	background-color: rgba(255,255,255,0.87);
	padding: 14px;
	max-width: 80%;
	height: auto;
}