
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg/brown-mesh.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}

a {
	text-decoration: none;
	border-bottom: none
}

a:link {
	color: #49A3B2;
	font-weight: bold;
	/*border-bottom: 1px dashed #49A3B2*/
}
a:visited {
	color: #49A3B2;
	border-bottom: 1px dotted #49A3B2
}
a:focus {
	outline: thin dotted;
	border-bottom: 1px solid #00c
}
a:hover {
	outline: 0;
	color: #6E7C31;
	border-bottom: 1px solid #6E7C31
}
a:active {
	font-style: italic;
	font-weight: normal;
	border-bottom: 2px solid #6E7C31
}
.aImg {
	border-bottom: none
}
a:link img {
	border-bottom: none
}

.tableBorder {
	border: 1px solid #5A7EB4;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 25px;
	color: #CCC /*#888888*/;
}
h2 {
	font-size:20px;
	color:#cccc99 /*#0033FF*/;
}

/* CSS used here will be applied after bootstrap.css */
/* Custom panel-heading colors in the panel components*/
.panel-default > .panel-heading-custom{
  background-image: none;
  background-color:#cccc99/*#7c4f25*/ /*#333*/ /*#666*/ /*#000000*/ /*#cf5b95*/;
  color: #ffffff;
}
.panel-default > .panel-heading-custom2{
  background-image: none;
  background-color:#C4DFDF /*#06F*/ /*#ed6b71*/;
  color: #ffffff;
}
.panel-default > .panel-heading-custom3{
  background-image: none;
  background-color: #f07c4a;
  color: #ffffff;
}

.panel-heading-custom> a{color:#ffffff}
.panel-heading-custom2> a{color:#666666}
/* End custom panel-heading colors */

/*CUSTOM BUTTONShttp://twitterbootstrap3buttons.w3masters.nl/?color=%237c4f25*/
.btn-oldstyle1 {
  background-color: #7c4f25;
  border-color: #7c4f25;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #6c4520;
  background-image: -moz-linear-gradient(top,#7c4f25,#553619);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#7c4f25),to(#553619));
  background-image: -webkit-linear-gradient(top,#7c4f25,#553619);
  background-image: -o-linear-gradient(top,#7c4f25,#553619);
  background-image: linear-gradient(to bottom,#7c4f25,#553619);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c4f25', endColorstr='#ff543519', GradientType=0);
  border-color: #553619 #553619 #1a1008;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-oldstyle1:hover,
.btn-oldstyle1:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-oldstyle1:hover,
.btn-oldstyle1:focus {
  background-color: #553619;
}
.btn-oldstyle1:active,
.btn-oldstyle1.active,
.btn-oldstyle1.active:hover {
  background-color: #68421f;
  border-color: #553619;
}
.btn-oldstyle1.disabled:hover,
.btn-oldstyle1.disabled:focus,
.btn-oldstyle1.disabled:active,
.btn-oldstyle1.disabled.active,
.btn-oldstyle1[disabled] .btn-oldstyle1:hover,
.btn-oldstyle1[disabled] .btn-oldstyle1:focus,
.btn-oldstyle1[disabled] .btn-oldstyle1:active,
.btn-oldstyle1[disabled] .btn-oldstyle1.active {
  background-color: #7c4f25;
  border-color: #7c4f25;
}
.btn-oldstyle2 {
  background-color: #b77635;
  border-color: #b77635;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #a76c30;
  background-image: -moz-linear-gradient(top,#b77635,#8f5d2a);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#b77635),to(#8f5d2a));
  background-image: -webkit-linear-gradient(top,#b77635,#8f5d2a);
  background-image: -o-linear-gradient(top,#b77635,#8f5d2a);
  background-image: linear-gradient(to bottom,#b77635,#8f5d2a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb77635', endColorstr='#ff8f5c29', GradientType=0);
  border-color: #8f5d2a #8f5d2a #543618;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-oldstyle2:hover,
.btn-oldstyle2:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-oldstyle2:hover,
.btn-oldstyle2:focus {
  background-color: #8f5d2a;
}
.btn-oldstyle2:active,
.btn-oldstyle2.active,
.btn-oldstyle2.active:hover {
  background-color: #a3692f;
  border-color: #8f5d2a;
}
.btn-oldstyle2.disabled:hover,
.btn-oldstyle2.disabled:focus,
.btn-oldstyle2.disabled:active,
.btn-oldstyle2.disabled.active,
.btn-oldstyle2[disabled] .btn-oldstyle2:hover,
.btn-oldstyle2[disabled] .btn-oldstyle2:focus,
.btn-oldstyle2[disabled] .btn-oldstyle2:active,
.btn-oldstyle2[disabled] .btn-oldstyle2.active {
  background-color: #b77635;
  border-color: #b77635;
}
.btn-oldstyle4 {
  background-color: #C0C081;
  border-color: #C0C081;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #b9b973;
  background-image: -moz-linear-gradient(top,#C0C081,#afaf5f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#C0C081),to(#afaf5f));
  background-image: -webkit-linear-gradient(top,#C0C081,#afaf5f);
  background-image: -o-linear-gradient(top,#C0C081,#afaf5f);
  background-image: linear-gradient(to bottom,#C0C081,#afaf5f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc0c081', endColorstr='#ffafaf5f', GradientType=0);
  border-color: #afaf5f #afaf5f #818141;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-oldstyle4:hover,
.btn-oldstyle4:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-oldstyle4:hover,
.btn-oldstyle4:focus {
  background-color: #afaf5f;
}
.btn-oldstyle4:active,
.btn-oldstyle4.active,
.btn-oldstyle4.active:hover {
  background-color: #b8b870;
  border-color: #afaf5f;
}
.btn-oldstyle4.disabled:hover,
.btn-oldstyle4.disabled:focus,
.btn-oldstyle4.disabled:active,
.btn-oldstyle4.disabled.active,
.btn-oldstyle4[disabled] .btn-oldstyle4:hover,
.btn-oldstyle4[disabled] .btn-oldstyle4:focus,
.btn-oldstyle4[disabled] .btn-oldstyle4:active,
.btn-oldstyle4[disabled] .btn-oldstyle4.active {
  background-color: #C0C081;
  border-color: #C0C081;
}

.btn-oldstyle5 {
  background-color: #B8B870;
  border-color: #B8B870;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #b0b064;
  background-image: -moz-linear-gradient(top,#B8B870,#a4a451);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#B8B870),to(#a4a451));
  background-image: -webkit-linear-gradient(top,#B8B870,#a4a451);
  background-image: -o-linear-gradient(top,#B8B870,#a4a451);
  background-image: linear-gradient(to bottom,#B8B870,#a4a451);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb8b870', endColorstr='#ffa3a351', GradientType=0);
  border-color: #a4a451 #a4a451 #717138;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-oldstyle5:hover,
.btn-oldstyle5:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-oldstyle5:hover,
.btn-oldstyle5:focus {
  background-color: #a4a451;
}
.btn-oldstyle5:active,
.btn-oldstyle5.active,
.btn-oldstyle5.active:hover {
  background-color: #b0b05f;
  border-color: #a4a451;
}
.btn-oldstyle5.disabled:hover,
.btn-oldstyle5.disabled:focus,
.btn-oldstyle5.disabled:active,
.btn-oldstyle5.disabled.active,
.btn-oldstyle5[disabled] .btn-oldstyle5:hover,
.btn-oldstyle5[disabled] .btn-oldstyle5:focus,
.btn-oldstyle5[disabled] .btn-oldstyle5:active,
.btn-oldstyle5[disabled] .btn-oldstyle5.active {
  background-color: #B8B870;
  border-color: #B8B870;
}


.btn-oldstyle {
  background-color: #dee9ed;
  border-color: #dee9ed;
  color: #03F /*#777777*/;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #d1e0e6;
  background-image: -moz-linear-gradient(top,#dee9ed,#bdd3db);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#dee9ed),to(#bdd3db));
  background-image: -webkit-linear-gradient(top,#dee9ed,#bdd3db);
  background-image: -o-linear-gradient(top,#dee9ed,#bdd3db);
  background-image: linear-gradient(to bottom,#dee9ed,#bdd3db);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdee9ed', endColorstr='#ffbdd3db', GradientType=0);
  border-color: #bdd3db #bdd3db #8cb2c0;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-oldstyle:hover,
.btn-oldstyle:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn-oldstyle:hover,
.btn-oldstyle:focus {
  background-color: #bdd3db;
}
.btn-oldstyle:active,
.btn-oldstyle.active,
.btn-oldstyle.active:hover {
  background-color: #cedee4;
  border-color: #bdd3db;
}
.btn-oldstyle.disabled:hover,
.btn-oldstyle.disabled:focus,
.btn-oldstyle.disabled:active,
.btn-oldstyle.disabled.active,
.btn-oldstyle[disabled] .btn-oldstyle:hover,
.btn-oldstyle[disabled] .btn-oldstyle:focus,
.btn-oldstyle[disabled] .btn-oldstyle:active,
.btn-oldstyle[disabled] .btn-oldstyle.active {
  background-color: #dee9ed;
  border-color: #dee9ed;
}


.affiliate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #EAF4FE;
	border-bottom-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1pt;
	border-left-width: 0px;
	height: 12px;
	padding-left: 4px;
}
.letter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	background-color: #CCCCCC;
	padding-left: 4px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.SelectLetter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFCC;
	width: 22px;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 2px;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	text-indent: 2px;
	background-color: #CCCCCC;
}
.addTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #000000;
	margin-left: 5px;
	padding-left: 8px;
}
.padCenter{padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 10px;
	display:block;}
	
.textintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
#NavHeads {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3333FF;
	background-color: #D2EDFF;
	text-indent: 6px;
	width: 160px;
	list-style-type: disc;
	height: 22px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 12px;
	margin-bottom: 3px;
	text-align: left;
	font-style: normal;
	text-decoration: none;
}
#C1Links{
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-left: 6px;
	float: none;
	line-height: 18px;
}
.header {
	font-family: "Courier New", Courier, mono;
	font-size: 30px;
	color: #999999;
	padding-left: 15px;
	font-weight: bolder;
	padding-top: 15px;
}
.MyNavLinks {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	text-align: center;
	text-decoration: underline;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: none;
	border-bottom-style: none;
}
.rollover {
	background-image: url(../images/nav/nav-gold.jpg);
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: groove;
}
.plain {
	background-image: url(../images/nav/nav2s.jpg);
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: groove;
}
.subHeads {
	font-size: 16px;
	line-height:20px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	background-color: #D8D8B2;
	text-indent: 0px;
	text-align: left;
	left: 5px;
	padding-left: 5px;
	padding-right: 4px;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
}
.resourceSubs {
	width:98%;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	background-color:#FFFFCC;
	/*height: 15px;*/
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-left: 3px;
	display:inline-block;
	margin-bottom:10px;
}

.blog {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 9px;
	font-style: normal;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
}
.blogHead {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3333CC;
	background-color: #63A7F0;
	text-align: center;
	height: 20px;
	vertical-align: middle;
	background-position: center;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #0000CC;
}
.c1{
	text-align:center;
}
.copyrightWfh {
	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: 3px;
	clear: both;
	float: none;
	background-image:-moz-linear-gradient(11% 52% 0deg,rgb(125,81,36) 0%,rgb(234,226,219) 62%,rgb(255,255,255) 74%,rgb(255,255,255) 100%); 
background-image:-webkit-gradient(linear,11% 52%,74% 52%,color-stop(0, rgb(125,81,36)),color-stop(0.62, rgb(234,226,219)),color-stop(0.74, rgb(255,255,255)),color-stop(1, rgb(255,255,255)));
background-image:-webkit-linear-gradient(0deg,rgb(125,81,36) 0%,rgb(234,226,219) 62%,rgb(255,255,255) 74%,rgb(255,255,255) 100%);
background-image:-o-linear-gradient(0deg,rgb(125,81,36) 0%,rgb(234,226,219) 62%,rgb(255,255,255) 74%,rgb(255,255,255) 100%);
background-image:-ms-linear-gradient(0deg,rgb(125,81,36) 0%,rgb(234,226,219) 62%,rgb(255,255,255) 74%,rgb(255,255,255) 100%);
background-image:linear-gradient(0deg,rgb(125,81,36) 0%,rgb(234,226,219) 62%,rgb(255,255,255) 74%,rgb(255,255,255) 100%);
width:100%;
height:19px;
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff7d5124,endColorstr=#ffffffff,GradientType=1)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff7d5124,endColorstr=#ffffffff,GradientType=1);
}
.wrap{margin-left:30px;
  
	
}
.margBot{margin-bottom:20px;margin-top:5px}
.joinButton {  	
    font-size:12px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #ffaa22;
	padding:5px 16px; /*Adjust width and height of button*/
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	background:-ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
	background-color:#ffec64;
	color:#333333;
	display:inline-block;   /* This css button was generated by css-button-generator.com */
	text-shadow:1px 1px 0px #ffee66;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fff6af;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fff6af;
 	box-shadow:inset 1px 1px 0px 0px #fff6af;	
}
.joinButton:hover {
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	background:-ms-linear-gradient( top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64) );
	background-color:#ffab23;
}
.joinButton:active {
	position:relative;
	top:1px;
}
a.joinButton{
border-bottom:none;}

.listBlkStar{list-style-type:none;text-align:left;clear:both;/*float:left;*/height:auto;width:89%;display:block;border:thin solid #CCC;border-radius:9px 9px 9px 9px;margin-bottom:20px;padding-top:25px;padding-bottom:5px;padding-left:3.15em;padding-right:1.15em;font-family:Verdana, Geneva, sans-serif;font-size:15px;font-style:italic;color:#6E7C31;box-shadow:1px 2px 3px #666}.listBlkStar li{background-image:url(http://yourpattaya.com/images/sprites/bullet-sprite.png);background-repeat:no-repeat;background-position:0px 0px;padding-left:22px;font-family:Arial, Helvetica, sans-serif;font-size:15px;color:#666;font-style:italic;line-height:16px;height:38px;width:auto}

.listWfh{text-align:left;margin-bottom:25px;}

.listWfh li{line-height:20px;font-size:16px;padding-bottom:35px;color:#888888;}

.listWfhMed{text-align:left;margin-bottom:25px;}

.listWfhMed li{line-height:20px;font-size:16px;padding-bottom:15px;color:#888888;}


.listBs{text-align:left;margin-bottom:0;}
.listBs li{line-height:20px;font-size:16px;padding-bottom:15px;color:#888888;}
.listBss{text-align:left;margin-bottom:0;}
.listBss li{line-height:17px;font-size:14px;padding-bottom:13px;color:#888888;}
.paddyBox{padding-left:30px;display:block;width:100%;}

.flexContainer {
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-content: space-between;
	align-content: space-between;
	-webkit-align-items: start;
	align-items: start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: flex
}
.flexItem-weather {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-order: 2;
	order: 2;
	-webkit-flex-basis: auto;
	flex-basis: auto
}
.flexItem-rain {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-order: 1;
	order: 1;
	-webkit-flex-basis: auto;
	flex-basis: auto
}
.flexItem-1 {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-order: 0;
	order: 0;
	-webkit-flex-basis: 250px;
	flex-basis: 250px;
	padding: 7px 10px 12px 0;
}
.flexItem-2 {
	-webkit-flex-grow: 3;
	flex-grow: 3;
	-webkit-order: 1;
	order: 1;
-webkit-flex-basis:250px;
flex-basis:250px;
}
.flex-item-1 {
	padding: 5px;
	width: 35%;
	height: auto;
	border-bottom: none
}
.flex-item-2 {
	padding: 5px;
	width: 60%;
	height: auto;
	border-bottom: none
}
/*arpReach*/
.flex-item-3 {
	/*padding: 5px;*/
	width: 35%;
	height: auto;
	border-bottom: none
}
.flex-item-4 {
	/*padding: 5px;*/
	width:55% ;
	height: auto;
	border-bottom: none
}

#inForm {
	width: 200px;
	margin: 0 auto;
	padding: 10px
}
#inForm label {
	display: block;
	width: 200px;
	margin: 0 auto;
	font-weight: bold;
	color: #777;
	padding-top: 15px
}
#inForm input[type=text],
input[type=email],
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 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 input:focus,textarea:focus {outline: solid green}*/
#inForm input:focus, #inForm textarea:focus{outline:solid green}

#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=password]:hover,
#inForm textarea:hover {outline: solid orange}*/
#inForm input[type=text]:hover,#inForm input[type=password]:hover, #inForm input[type=email]:hover,#inForm input[type=textarea]:hover{outline:solid orange}

.modal-content {
background-color: purple !important;
color: #fff;
text-align: center;
}
.modal .btn {
display: block;
margin: 15px auto 0 auto;
}
.modal-title{
font-weight: 700;
}
.monster-modal{
width: 35%;
margin: 0 auto;
}
.modal-content p{
font-size: 1.2em;
}
.modal-content .btn{
font-size: 1.5em;
font-weight: 700;
}