	/*------------------------------------------------------------------
Project:  ComingSoon
Version:  
Last change:  
Assigned to:  Bach Le
Primary use:  
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Lato-Regular;
  src: url('../fonts/Lato/Lato-Regular.ttf'); 
}

@font-face {
  font-family: Lato-Bold;
  src: url('../fonts/Lato/Lato-Bold.ttf'); 
}


/*//////////////////////////////////////////////////////////////////
[ Form ]*/

.contact100-form {
  width: 100%;
}

/*------------------------------------------------------------------
[ Input ]*/

input[type='checkbox']{
  display:inline-block;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: transparent;
  height: auto;
  border: 0;
  margin: 4px 0;
}

/*---------------------------------------------*/
.input100 {
  display: block;
  width: 100%;
  background: transparent;
}

input.input100 {
  height: 100%;
  padding: 8px 12px;
  background-color: #111111;
  border-radius: 4px;
}

input.input100:focus-visible {
	outline:0;
}


/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100, .error-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 2px solid #57b846;
  border-radius: 5px;
  margin-bottom:0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(1.1) scaleY(1.2);
  -moz-transform: scaleX(1.1) scaleY(1.2);
  -ms-transform: scaleX(1.1) scaleY(1.2);
  -o-transform: scaleX(1.1) scaleY(1.2);
  transform: scaleX(1.1) scaleY(1.2)
}

.error-input100 {
  border: 2px solid #ff5000;
}

.input100:focus + .error-input100 + .focus-input100, .input100.showError + .error-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-bottom:8px;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 16px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

.alert-validate.password:before, .alert-validate.password:after {
  margin-right: 30px;
}

.fa-eye, .fa-eye-slash, #inputCalendarDOB.glyphicon-calendar {
	cursor:	pointer;
	position: absolute;
	z-index: 2;
	right: 8px;
	top: 10px;
	color: #838383;
}

#inputCalendarDOB.glyphicon-calendar {
	right: 10px;
}

@media (max-width: 992px) {
  .alert-validate::before{
    visibility: visible;
    opacity: 1;
  }
}


/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/

/*==================================================================
[ Color ]*/
.cl0 {color: #ddd;}




/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/

.s1-txt1 {}

/*---------------------------------------------*/
.s2-txt1 {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight:300;
  color: #ddd;
}

.s2-txt2 {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #ddd;
}

.s2-txt3 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #ddd;
  text-align: left;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.03rem;
}

.s2-txt4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #ddd;
  text-transform: uppercase;
}


/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/

.m1-txt1 {
  font-family: Poppins-Regular;
  font-size: 24px;
  line-height: 1.5;
  color: #555555;
}

.m1-txt2 {
  font-family: Poppins-Bold;
  font-size: 24px;
  line-height: 1.5;
  color: #555555;
}


/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/

.l1-txt1 {}

/*---------------------------------------------*/
.l2-txt1 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #ddd;
}




/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size1 {
  width: 100%;
  min-height: 100vh;
}

.size2 {
  height: 100%;
  width: 59%;
}

.overlayRegister.size2{
	width: 86%;
}

.size3 {
  max-width: 650px;
  min-height: 100vh;
}

.size4 {
  width: 100%;
  height: 50px;
}

.size5 {
  width: 36px;
  height: 36px;
}

.size6 {
  width: 155px;
  height: 155px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.wsize1 {
  max-width: 650px;
}

.wsize2 {
  max-width: 380px;
}

.overlayRegister .wsize2{
	max-width:50%;
	position: absolute;
	/* display: block; */
	top: 0;
	right: 0;
	bottom: 0;
	/* height: 100%; */
}


/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.hsize1 {
  min-height: 100vh;
}




/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0 {background-color: #fff;}
.bg1 {background-color: #ff5000;}
.bg3 {background-color: #3b5998;}
.bg4 {background-color: #1da1f2;}
.bg5 {background-color: #cd201f;}

.bg-img1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

input[type="submit"].bg1 {
	background-color: #ff5000 !Important;
}

input[type="submit"].bg1.hov1:hover {
    background-color: #ff5000 !;
	color:#ddd !Important;
}




/*//////////////////////////////////////////////////////////////////
[ Border ]*/
/*---------------------------------------------*/
.bo1 {border: 1px solid #ebebeb;}

/*---------------------------------------------*/
.bor1 {
  border-radius: 5px;
}

.bor2 {
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
}

/*==================================================================
   WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE  
==================================================================*/
.where1-parent {
  position: relative;
  z-index: 1;
}

.where1 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  /* bottom: 0; */
  height: 100%;
  /* min-height: 700px; */
}

/*---------------------------------------------*/
.where3 {
  margin: 45px 30px 45px 320px;
  /* max-height: 100%; */
}

.where4 {
  margin: 0 75px 0 320px;
  /* max-height: 100%; */
}

/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.how1 {
  border-radius: 2px;
  font-size: 22px;
  color: #fff;
}
.how1:hover {
  background-color: #1751cc;
  color: #fff;
}

/*---------------------------------------------*/
.parallax100 {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .parallax100 {
    background-attachment: inherit;
  }
}

/*---------------------------------------------*/
.placeholder0::-webkit-input-placeholder { color: #999999;}
.placeholder0:-moz-placeholder { color: #999999;}
.placeholder0::-moz-placeholder { color: #999999;}
.placeholder0:-ms-input-placeholder { color: #999999;}

/*---------------------------------------------*/
.overlay1 {
  /* overflow: hidden; */
}

.overlay1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -3;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
}

.overlay1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  right: 100%;
  width: 10000px;
  height: 100%;
  background-color: #fff;
  /* outline: 25px solid #ff5000; */
  transform-origin: bottom right;
  -webkit-transform: skewX(156deg);
  -moz-transform: skewX(156deg);
  -ms-transform: skewX(156deg);
  -o-transform: skewX(156deg);
  transform: skewX(156deg);
  /* padding: 8px 12px 12px 15px; */
  -webkit-backface-visibility:hidden;
  /* backface-visibility:hidden; */
  /* -webkit-background-clip:content-box; */
  /* background-clip:content-box; */
  box-shadow: 25px 0px 0px 0px #ff5000;
}

.overlayRegister::after{
  transform-origin: top left;
  -webkit-transform: skewX(204deg);
  -moz-transform: skewX(204deg);
  -ms-transform: skewX(204deg);
  -o-transform: skewX(204deg);
  transform: skewX(204deg);
}

/*---------------------------------------------*/
.wrap-pic1, .wrap-pic2 {
  text-align: center;
}
.wrap-pic1 img, .wrap-pic2 img {
    background-size: 340px;
    width: 100%;
    max-width: 340px;
    height: 175px;
    margin-bottom: 15px;
}
.wrap-pic2 img {
	filter: drop-shadow(0px 0px 2px #0c0c0c) drop-shadow(0px 0px 8px #0c0c0c) drop-shadow(0px 0px 18px #0c0c0c);
}


#RegisterDivButton, #LoginDivButton{
	cursor:pointer;
}


/*//////////////////////////////////////////////////////////////////
[ Pseudo ]*/

/*------------------------------------------------------------------
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }


/*------------------------------------------------------------------
[ Hover ]*/
.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}
/*---------------------------------------------*/
.hov1:hover {
  background-color: #a57a0b ;
}






/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ XXL+ ]*/
@media (min-width: 1601px) {
  .overlayRegister + .respon1 {
    max-width: 31%;
  }
}

/*//////////////////////////////////////////////////////////////////
[ XXL ]*/
@media (max-width: 1600px) {
  .respon1 {
    max-width: 50%;
  }

  .overlayRegister + .respon1 {
    max-width: 31%;
  }
}


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1200px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .where4 {
	  margin: 0px 30px 0px 320px;
	  /* max-height: 100%; */
  }
}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 992px) {
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .w-full-lg {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
    max-width: 650px;
    min-height: unset;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    /* overflow: hidden; */
    /* padding-left: 0; edited out */
    /* padding-right: 0; edited out  */
    height: 100%;
  }

  /*---------------------------------------------*/
  .respon2 {
    position: relative;
    width: 100%;
    /* padding-left: 30px; edited out */
    /* padding-right: 30px; edited out */
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .overlayRegister.respon2{
  	width:100%;
  }

  .respon2::after {
    top: 100%;
    right: 0;
    width: 100%;
    height: 10000px;
    transform-origin: top right;
    -webkit-transform: skew(180deg, 8deg);
    -moz-transform: skew(180deg, 8deg);
    -ms-transform: skew(180deg, 8deg);
    -o-transform: skew(180deg, 8deg);
    transform: skew(180deg, 8deg);
  }
  
  .overlay1::after{
    box-shadow: 0px 0px 0px 25px #ff5000;
  }
  
  .wsize2{
	max-width: 650px;
	}

  .m1-txt1{
  	/* text-align:left; edited out */
  	/* width: 100%; edited out */
  }
  
  .mobile-max-width{
    max-width: 710px; 
  }

  .overlayRegister .wsize2{
    position:static;
	max-width: 650px;
  }

  .overlayRegister + .respon1{
  	max-width: 710px; 
  }

  .where3 {
  	padding: 45px 0px 45px 0px;
  	margin: 0px 0px 97px 0px;
  	width: 100%;
  }

  .where4{
  	padding: 0;
  	margin: 0px 0px 117px 0px;
  }

}

/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 768px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 15px; margin-right: 15px;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 15px;}
  .m-r-15-md {margin-right: 15px;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 15px; padding-right: 15px;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 15px;}
  .p-r-15-md {padding-right: 15px;}

  .w-full-md {width: 100%;}
  /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 576px) {
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 15px;}
  .m-r-15-sm {margin-right: 15px;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 15px;}
  .p-r-15-sm {padding-right: 15px;}

  .w-full-sm {width: 100%;}
  /*---------------------------------------------*/
  
  .where3 {
  	padding: 45px 0px 45px 0px;
  	margin: 0px 0px 52px 0px;
  }
  
}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 15px;}
  .m-r-15-ssm {margin-right: 15px;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 15px;}
  .p-r-15-ssm {padding-right: 15px;}

  .w-full-ssm {width: 100%;}
  /*---------------------------------------------*/
}

.checkbox, .radio {
	 position: relative;
	 cursor: pointer;
	 padding: 1em 0 0;
	 line-height: 2;
	 font-size: 16px;
	 text-align: left;
	 color: #ddd;
	 font-family: "Open Sans", sans-serif;
}

br + .checkbox {
	display: block;
	width:100%;
}

.checkbox::selection, .radio::selection {
	 background: transparent;
}

.checkbox input + span, .radio input + span {
	 background: #111111;
	 content: "";
	 display: inline-block;
	 margin: 0 0.5em 0 0;
	 padding: 0;
	 vertical-align: middle;
	 width: 2em;
	 height: 2em;
	 transform: translate3d(0, 0, 0);
	 -webkit-backface-visibility: hidden;
}

.checkbox input + span::after, .radio input + span::after {
	 content: "";
	 display: block;
	 transform: scale(0);
	 transition: transform 0.2s;
}

.checkbox a, .radio a{
	color: #007be4;
}

.checkbox input + span, .radio input + span {
	box-shadow: 0 4px 8px rgba(0, 0, 0, .15), 0 0 0 2px #5a5a5a;
}

.checkbox:hover input + span, .radio:hover input + span {
	box-shadow: 0 4px 8px rgba(0, 0, 0, .15), 0 0 0 2px #ff5000;
}

.checkbox input:active + span, .radio input:active + span {
	 box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
}

.checkbox input:focus + span, .radio input:focus + span {
	 box-shadow: 0 0 0 2px #ff5000;
}

.checkbox input:checked + span::after, .radio input:checked + span::after {
	 transform: scale(1);
}

.checkbox input, .radio input {
	 position: absolute;
	 cursor: pointer;
	 opacity: 0;
	 width:0;
	 height:0;
}

.checkbox input + span {
	 border-radius: 2px;
}

.checkbox input + span::after {
	 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIGZpbGw9IiNkZGQiIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
	 background-size: contain;
	 width: 2em;
	 height: 2em;
}

.radio input + span {
	 border-radius: 100%;
}

.radio input + span::after {
	 border-radius: 100%;
	 margin: 0.65em;
	 width: 0.75em;
	 height: 0.75em;
}

.radio input:checked + span::after {
	 background: #ddd;
}

.checkbox .s2-txt3{
    display:inline-block;
}

.display-none{
	display:none !Important;
}

::-webkit-input-placeholder {
    opacity: 1;
}

.ui-datepicker {
    padding:0;
}

.ui-datepicker, .ui-datepicker * {
    font-weight: normal !important;
}

.ui-datepicker .ui-datepicker-next, 
.ui-datepicker .ui-datepicker-prev {
	margin-top:5px;
	margin-bottom:5px;
}

.ui-widget-header {
    border: 0;
    background: #090909;
    color: #ffffff;
    border-bottom: solid 15px #ff5500;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

.ui-datepicker-calendar {
    padding:2px !Important;
    border:2px solid #eeeeee !important;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	color: #000000;
	margin: 0;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #ff5500;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus {
	border: 1px solid #090909;
	background: #090909;
	color: #ffffff;
}

.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-focus{
    border: 0;
	background: transparent;
	color: #c94205;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c94205;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #ff5500;
	background: #ff5500;
	color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb4a00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fa904f;
	background: #ffffff;
	color: #eb4a00;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900;
	color: #ffffff;
}

.ui-state-default .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon {
	background-image: url(../images/icons/ui-icons_ff5000_256x240.png);
}

select.ui-datepicker-month, select.ui-datepicker-year {
	color: black;
}