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

@import url(http://fonts.googleapis.com/css?family=Dosis|Dancing+Script|Ubuntu:500|Exo:700|Handlee);

@font-face {
    font-family: 'prHead';
    src: url('http://www.pattaya-bar-girls.com/fonts/andorra.ttf');
}
h2 {
	color:#666;
}
body{ 
background:url(../../images/bg/Metal_wire_mash_bg.gif);
margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:0;
}
eBook{
	font-family: 'Dancing+Script', cursive;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
.freeStuff{
	font-family: 'Dancing+Script', cursive;
	font-size: 20px;
	font-weight: bold;
	color: #ffc477;
	/*margin-bottom:5px;*/
	display:block;
}

h7{
	margin-top:15px;
	/*margin-bottom:7px;*/
	/*font-family:'Ubuntu', sans-serif;*/
	font-size: 28px;
}
#header .formHeadline h7 {
	font-family:/*'prHead'*/ 'Exo', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #039;
	font-style: normal;
	float: none;
	clear: both;
	
}
.formHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 5px;
}
.DesHLblu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000080;
}
.bigRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-variant: small-caps;
	color: #ffc477;
	font-weight:bold;
	font-style:italic;
}
figcaption {	
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #777;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	min-width:250px;
	display:block;
}
.featured {
	font-family: 'Dosis', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
	clear: both;
	padding-right:20px;
	display: block;
}
.featuredTab {
	font-family: 'Dosis', sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #777;
	float: left;
	height: auto;
	width: 100%;
	clear: both;
	padding-right:20px;
	display: block;
}
.featuredTab li {
	line-height:16px;
	color: #777;
}
.formButtonTab {
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}
.imgRight{	
	float: right;
	height: auto;
	margin-right:3px;
}

/*Orange button from http://www.bestcssbuttongenerator.com/*/

.myButton {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background: -moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: -webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: -o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: -ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color: #ffc477;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	border: 1px solid #eeb44f;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 17px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #cc9f52;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
	background-color:#fb9e25;
}
.myButton:active {
	position:relative;
	top:1px;
}
/*---------Download Button----------*/
.dlButton {
  font-family: arial;
  color: #14396A !important;
  font-size: 14px;
  text-shadow: 1px 1px 0px #7CACDE;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 10px 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #3866A3;
  background: #63B8EE;
  background: linear-gradient(top,  #63B8EE,  #468CCF);
  background: -ms-linear-gradient(top,  #63B8EE,  #468CCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#63B8EE), to(#468CCF));
  background: -moz-linear-gradient(top,  #63B8EE,  #468CCF);
  
}
.dlButton:hover {
  color: #14396A !important;
  background: #468CCF;
  background: linear-gradient(top,  #468CCF,  #63B8EE);
  background: -ms-linear-gradient(top,  #468CCF,  #63B8EE);
  background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
  background: -moz-linear-gradient(top,  #468CCF,  #63B8EE);
}
.copyRight{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 90%;
	margin: 0px;
	height: auto;
	background-repeat: no-repeat;
	background-position: left center;
}
#privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	width: 100%;
	background-color: #FFF;
	padding-top: 15px;
}
.equalHMWrap {
	justify-content: space-between;
	
}
.eqWrap {
	display: flex;
}

.eq {
	padding: 10px;
}

.eq:nth-of-type(odd) {
	background:#E6E3D4;
	
}

.eq:nth-of-type(even) {
	background: #E6E3D4;
}

.equalHW {
	flex: 1;
}
/*---------------------Styles for inForm-------------------------------
This form is fixed width 250px and contained in a 300px wide box */

		
.group:before, .group:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.group:after { clear: both; }  
.group { zoom: 1; }  

#fullSpanGradBg {      /*inForm container*/
	width:280px;
	display: block;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right:20px;
	background-image: url(../images/bg/PAPER01L.JPG) /*url(../images/bg/WATRPPR4.JPG)*/;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px; 
	border-radius: 7px;
	background-color:#E6E3D4;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

#inForm {
	width: 200px;       /*To display correctly must be same width as "inForm label"*/
	margin: 0 auto;
	padding: 10px;
}
#inForm label {
	display: block;
	width: 200px;
	margin: 0 auto;
	font-weight: bold;
	color: #777;
	padding-top: 15px;
}
/*--------------inForm Input fields---------------------------*/
#inForm input[type=text], #inForm input[type=email], #inForm textarea {

	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 5px;
	background: #EEE;
	border: 1px solid #FFF;
	font-family: 'Ubuntu Mono', sans-serif;
	font-size: 16px;
	color: #666;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background: -webkit-linear-gradient(#FFF,#DDD);
	background: -moz-linear-gradient(#FFF,#DDD);
	background: -o-linear-gradient(#FFF,#DDD);
	background: linear-gradient(#FFF,#DDD);
    -pie-background: linear-gradient(#FFF, #DDD);

	-webkit-box-shadow: inset 0px 2px 3px #666,inset 0px -5px 3px #EEE;
	-moz-box-shadow: inset 0px 2px 3px #666,inset 0px -5px 3px #EEE;
	box-shadow: inset 0px 2px 3px #666,inset 0px -5px 3px #EEE;
}
/*-------------------inForm Button style here---------------------------------*/
#inForm input[type=submit] {
	padding: 5px;
	background: #666;
	color:white;
	border:none;
	margin-right: 12px;
	margin-top: 10px;
 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#inForm input[type=submit]:hover {
		color: #FF0;
}
/*-------------------inForm Field input focus----------------------------------*/
#inForm input:focus, #inForm textarea:focus, #inForm input[type=text]:focus, #inForm input[type=email]:focus {
	outline: solid green;
}
/* "required" is set as a cless of the input field to indicate with an icon background image that
the field is mandatory. The class has been stripped from some forms.*/

#inForm input[type=text].required {
	padding-left:30px;
	width:220px;
}

#inForm input.required {
	background: url(required.png) no-repeat 5px 5px, -webkit-linear-gradient(#FFF,#DDD);
	background: url(required.png) no-repeat 5px 5px, -moz-linear-gradient(#FFF,#DDD);
	background: url(required.png) no-repeat 5px 5px, -o-linear-gradient(#FFF,#DDD);
	background: url(required.png) no-repeat 5px 5px, -ms-linear-gradient(#FFF,#DDD);
	background: url(required.png) no-repeat 5px 5px, linear-gradient(#FFF,#DDD);
	-pie-background: url(required.png) no-repeat 5px 5px, linear-gradient(#FFF, #DDD);
}

#inForm label:hover input[type=text], #inForm input[type=email]:hover,#inForm input[type=password]:hover, #inForm textarea:hover {
	outline: solid orange;
}
.formComment{
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffc477;
	
	
}
/*--------------------------End of inForm styles--------------------------------*/
/*--------------------FLEXBOX----------------------*/
.flexContainer {	
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
   -webkit-align-content: space-between; /* Safari */
  align-content:         space-between;
  -webkit-align-items:start; /* Safari */
  align-items:  start;
   -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
   display: -webkit-flex; /* Safari */
  display: flex;
}
.flexItem-form{
  -webkit-flex-grow: 0; /* Safari */
  flex-grow:         0;
  -webkit-order: 1; /* Safari */
  order:         1;
   -webkit-flex-basis: auto; /* Safari */
  flex-basis: auto ;
 }
.flexItem-note{
  -webkit-flex-grow: 0; /* Safari */
  flex-grow:         0;
  -webkit-order: 2; /* Safari */
  order:         2;
   -webkit-flex-basis: auto; /* Safari */
  flex-basis: auto ;
  }

.copyRight {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom:15px;
	clear: both;
	float: none;
}
.background{
	width: 90%;
	height: auto;
	padding: 15px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	background: #E6E3D4;
	display: block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.imgFrame{
	margin-top:1em;
	background: #666;
	padding:10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
}
.handle{
	font-family:'Handlee', serif;
	font-size:14px;
	font-weight:bold;
	color: #039; 
}
.recaptScale {
    transform:scale(0.70);
    -webkit-transform:scale(0.70);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
form#inForm div.g-recaptcha div { margin: 5px 0 1ex auto; }

.tableDirect {
	width: 100%;
	margin-bottom: 1em;
	border: 3px solid white
}
.tableDirect caption {
	opacity: 0;
	margin: 0;
	height: 0
}
.tableDirect tr {
	background: #DDFFF8
}
.tableDirect tr:nth-child(even) {
	background: #FFF1D0
}
.tableDirect th {
	background: rgb(65, 62, 61);
	color: white;
	padding: .6em 1em .3em;
	text-align: left;
	border: 3px solid white
}
.tableDirect th:first-child {
	width: 25%
}
.tableDirect th,
.tableDirect td {
	vertical-align: middle;
	border: 3px solid white
}
.tableDirect td {
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	padding: .4em .5em
}