.button-feedback-other{
  display: inline-block;
  z-index: 11111;
  border: none;
   position: fixed;
   margin-left:-100px;
   right:11%;
   max-width: 300px;
bottom:50px;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 5px 5px;
font-size: 1.1em;
line-height: 1.42857143;
border-radius: 4px;
  color: #000;
background-color: #fff;
}
.button-feedback-other:hover {
    color: #fff;
  background-color: #000;

}
.youtext p {
  color: #fff!important;
font-size: 1.5em;
line-height: 30px;
font-weight: bold;
}

.customcontactform {
  padding: 20px 20px 20px 20px;
  background-color: #4D99E0 !important;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}

.customcontactform h5 {
  color: #fff !important;
  font-size: 22px;
  font-weight: bolder;
}


.InputfieldMaxWidth
{
  min-height: 25px;
}

.ui-widget-header {
  color: #fff !important;
	background: none !important;
	border: none !important;
	padding: 0 0 0 0  !important;
}

.ui-widget-content {
    color: #fff !important;
	background: none !important;
	border: none !important;
	padding: 0 0 0 0  !important;
}

.custombutton {
  display: inline-block;
  min-width: 100px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  float: right !important;
  color: #666 !important;
  font-weight: bold !important;
}


.customform label {
	background-color: none !important;
	font-weight: normal !important;
	cursor: default !important;
	color: #fff !important;
}

.customform input[type="text"],
.customform input[type="tel"],
.customform input[type="email"],
.customform input[type="url"],
.customform input[type="password"],
.customform textarea {
	background-color: none !important;
	min-height: 25px !important;
	width: 100% !important;
	color: #000 !important;
	border-width: 1px !important;
}


/** 4th pagination **/
/* resource: http://pixelsdaily.com/resources/photoshop/psds/flat-pagination-interface/ */
.paginate.pag4 { /* fourth page styles */ 
  font-size: 1.4em;
}

.paginate.pag4 li { font-weight: bold; }

.paginate.pag4 li a {
  display: block;
  float: left;
  color: #a2c49e;
  text-decoration: none;
  padding: 9px 12px;
  margin-right: 6px;
  border-radius: 16px;
  background: #363842;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.paginate.pag4 li a:hover {
  color: #fff;
}
.paginate.pag4 li a:active {
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
  box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
}

.paginate.pag4 li.navpage a {
  padding: 9px 13px;
  background: #607c5d;
  color: #fff;
}
.paginate.pag4 li.navpage a:hover {
  background: #486f43;
}

.paginate.pag4 li.single, .paginate.pag4 li.current {
  display: block;
  float: left;
  padding: 9px 12px;
  margin-right: 6px;
  border-radius: 16px;
  color: #607c5d;
  background: #d0dfcf;
}
