.row iframe {
	margin-top: 5px;
}
.nf-recaptcha nf-field-label label{
	display: none;
}
.star {
#	padding-left: 20px;
	margin-left: 10px;
}

.nf-field-element h2 {
	padding: 0px;
	margin: 0px;
}
.nf-field-element label {
        padding-top: 0px;
        margin-top: 0px;
}

.fb-otherinfo {
	border-radius: 20px;
#	box-shadow: 2px 4px 26px rgba(0,0,0,.3);
	padding: 7px;
	padding-top: 10px;

}

.fb-button {
	background: #99bc3b;
	border-radius: 20px;
	border-color: #99bc3b;
	padding: 10px;
	border-style: solid;
	width: 150px;
	margin-top: 5px;
}
.field-wrap input[type=button] {
        margin-top: 10px;
	 width: 150px;
}

.fb-name {
    position: relative;
    border-top-left-radius: 20px;
    margin-bottom: 0;
    width: 350px;
}
.fb-email {
    width: 350px;
}
.fb-form{
    padding: 20px;
#    border-color: green;
#    border: solid #99bc3b;
    border-radius: 20px;
    box-shadow: 2px 4px 26px rgba(0,0,0,.3);
    text-align: center;
}
.fb-form h3 {
	font-size: 42px;
}


.fb-lname{
    position: relative;
    width: 350px;
}
.fb-recaptcha {
    padding-bottom: 50px;
}

.navbar-default{
    background-color: #fff;
    border-color: #fff;
    background-image: none;
    border: 0px;
    box-shadow: none;
    font-size: 16px;
}
.navbar-brand{
    height: auto;
    padding: 8px 15px;

}

@media (min-width: 1024px){
  .navbar-brand > img{
      width: 250px;
  }
}
@media (max-width: 1023px){
  .navbar-brand > img{
      width: 200px;
  }
}
@media (max-width:480px){
  .navbar-brand {
       padding: 12px 15px;
  }
}
.table-responsive{
    border: 0px;
}
.navbar{
  margin-bottom: 0px;
  min-height: inherit;
}
.navbar-default .navbar-nav>.open>a{
  background-color: #fff;
  box-shadow: none;
  background-image: none;
}

.top-bar-nav .navbar-default{
  background: #d8d8d8;
}

a, a:focus, a:hover{
    color: inherit;
}
.dropdown-menu{
    border: 0px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.current-menu-item>a,
.navbar-default .navbar-nav>.current-page-ancestor>a{
  box-shadow: none;
  background: none;
  color: #777;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    box-shadow: none;
}

.navbar.navbar-default .navbar-collapse {
  border: none;
  box-shadow: none;
}
.navbar-default .navbar-nav>.active>a:hover{
  color:#333;
  background: none;
}
.navbar{
    border-radius: 0px !important;
}
.navbar-header{
    padding-top: 0px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color: #fff;
}
 @media screen and (min-width: 768px) and (max-width: 1024px){
   .nav>li>a{
      padding: 9px 4px;
   }
}
/*
* Animate css overrider
*/
@keyframes slideInUp{
    0% {
        transform: translate3d(0, 20px, 0);
    }
    50%{
        transform: translateZ(0);
    }
    100%{
      transform: translate3d(0, 20px, 0);

    }
}
@-webkit-keyframes slideInUp{
    0% {
        transform: translate3d(0, 20px, 0);
    }
    50%{
        transform: translateZ(0);
    }
    100%{
      transform: translate3d(0, 20px, 0);

    }
}
.animated{
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
}
