@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth; /*controls go to top button scoll speed*/
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #f1f1f1;
}

img {
	text-decoration: none; 
	border: 0px;
	border-style: none;
}

input, textarea {
    resize: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input:focus {
	outline:none;
}

textarea:focus {
	outline:none;
}

.backbutton {
	padding: 0;
	border: none;
	border: 0;
	border-style: none;
	outline-style: none;
	background: none;
	border-radius: 2px;
	cursor:pointer;
}

#headerbg {
	background: #196492; /* Old browsers */
    background: -moz-linear-gradient(top, #246f9b 0%, #a5dff9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#246f9b), color-stop(100%,#a5dff9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #246f9b 0%,#a5dff9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #246f9b 0%,#a5dff9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #246f9b 0%,#a5dff9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #246f9b 0%,#a5dff9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#246f9b', endColorstr='#a5dff9',GradientType=0 ); /* IE6-9 */
	position: relative;
	height: auto;
	width: 100%;
	z-index:100;
	
}

#header {
	position: relative;
	height: auto;
	width:100%;
	max-width: 844px;
	z-index:101;
	/*box-shadow: 0px 0px 10px #000;*/
	/*border-bottom:#7db8e0 thin solid;*/
	
}

#headeritem {
	position: relative;
	height: 100%;
	max-height:201px;
	width: auto;
	max-width:844px;
	margin-left:auto;
	margin-right:auto;
	z-index:102;
	display:none;
}

#headeritem_mob {
	position: relative;
	height: 100%;
	max-height:128px;
	width: auto;
	max-width:460px;
	margin-left:auto;
	margin-right:auto;
	z-index:102;
	display:block;
	
}

#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width:100%;
	max-width: 814px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.27); 
	box-shadow: 0px 0px 30px rgba(0,0,0,0.27);
	top: -5px;
	z-index:102;
}

#content_inner {
	position: relative;
	width:95%;
	height: auto;
	max-width: 602px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:10px;
}

#testimonial {
	position: relative;
	height: auto;
	width: 85%;
	max-width: 560px;
	background-color: #e3eefa;
	border:#2b7bd6 medium solid;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
}

ul.no_bullet {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li.check_red {
	background: url(https://jockitchkiller.com/images/check_red.png) no-repeat left top;
	height: 31px;
	padding-left: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	
}

#bluelist {
	position:relative;
	height:auto;
	width:85%;
	max-width:560px;
	border:#1c6398 medium solid;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	
}

.blueball {
	background: url(https://jockitchkiller.com/images/BlueBullet.png) no-repeat 0px 0px;
	height: 17px;
	width:17px;
	margin-left: 15px;
	margin-right:10px;
	margin-top:0px;
	display:inline-block;
	vertical-align:top;
}

.blueball_text {
	height: auto;
	width: calc(100% - 80px);
	display:inline-block;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #000;
}

.TextWrap {
	float:left;
	margin:10px;
	margin-right:15px;
}

.TextWrap2 {
	float:left;
	margin-bottom:15px;
	margin-right:15px;
}

#log1 {
	position:relative;
	float:left;
	height:auto;
	width:530px;
}

.formfields33 {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #63838F;
	width: 100px;
	height: 20px;
}

.logout {
	font-size: 14px;
	background-color: #E8E8E8;
	border: thin solid #88A0AA;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	font-weight: bold;
}

.listStyle1 {
	list-style: none outside none;
    padding: 0;
}

.listStyle1 li{
    background: url(https://jockitchkiller.com/images/check_red.png) no-repeat scroll left bottom transparent;
    line-height: 1px;
    padding-bottom: 8px;
    padding-left: 32px;
}

.listStyle7 {
    font-size: 16px;
    font-weight: normal;
}

.bgPositionCenter li{ background-position: left center;padding: 5px 51px;}

.listStyle8 {
    font-size: 16px;
    font-weight: normal;
}

.listStyle8{list-style: none outside none;}

.listStyle8 li{
    background: url(https://jockitchkiller.com/images/bluebular.png) no-repeat scroll left center transparent;
    line-height: 20px;
    padding:3px 35px;  
}

.listStyle8 li p{
    padding-left :5px ;
    padding-right :5px ;
}

.bgColorGrey {
    background-color: #E3EEFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
    margin: 0;
    padding: 10px 3px;
}

.access {
	background-color:#CCC;
	height:auto;
	width:auto;
	min-width:222px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#FFF; 
	outline:none;
	border:none;
	border:0;
	cursor:pointer;
	text-decoration:none;
	margin-left:-4px;
	
	
}

.access:hover {
	background-color:#00a0fc;
}

.item {
	height:auto;
	width:auto;
	max-width: 222px;
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:40px;
}

.get_item {
	background-color:#00c305;
	height:auto;
	width:auto;
	min-width:222px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#FFF; 
	outline:none;
	border:none;
	border:0;
	cursor:pointer;
	text-decoration:none;
	margin-left:-4px;
	
	
}

.get_item:hover {
	background-color:#00ad04;
}


.res_get_btn {
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f87300;
  color: white;
  cursor: pointer;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  min-width:150px;
}

.res_get_btn:hover {
  background-color: #ea6d00;
}

#footer {
	background-color: #FFFFFF;
	position: relative;
	height: auto;
	width: 100%;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #1c6398;
}

#footer_container {
	background-color: #eeeeee;
	position: relative;
	height: auto;
	width:100%;
	max-width: 814px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top:20px;
	padding-bottom:100px;
	
	
} 

#footer_inner {
	position: relative;
	height: auto;
	width:95%;
	max-width: 700px;
	clear:both;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:10px;
}

.share_container_footer {
	position: fixed;
	height: auto;
	width: 101%;
	background-color: #efefef;
	bottom: 0px;
	padding-top: 1px;
	box-shadow: 0px 0px 10px #888888;
	z-index: 20000;
}
.share_container_footer_inner_share {
	position: relative;
	height: auto;
	width:auto;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	z-index: 20001;
	text-align:center;
	top: 2px;
}



@media only screen and (min-width: 550px) {

#headeritem {
	display:block;
}

#headeritem_mob {
	display:none;
}

}



