

input[type="radio"]:checked + label {
    background: gray;
}
.new-form-control {
    background: #A7A8A0;
    color: white;
}

.new-form-control::-webkit-input-placeholder {
    color: white;
}


/* WebKit, Blink, Edge */

.new-form-control:-moz-placeholder {
    color: white;
}


/* Mozilla Firefox 4 to 18 */

.new-form-control::-moz-placeholder {
    color: white;
}


/* Mozilla Firefox 19+ */

.new-form-control:-ms-input-placeholder {
    color: white;
}


/* Internet Explorer 10-11 */

.new-form-control::-ms-input-placeholder {
    color: white;
}


/* Microsoft Edge */

input[type=radio] {
    display: none;
}

.new-check-inline .new-form-check-label {
    height: 20px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    user-select: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(#fff, #eee);
    border-radius: 0;
    float: left;
    margin-left: 5px;
    line-height: normal;
}

input[type=radio]:checked  + .new-form-check {
    background: gray;
}


/*New*/

input[type="radio"]:checked  + .new-form-check {
    background: gray;
    color: #fff;
}


.new-form-control::-moz-placeholder {
    opacity: 1
}

.new-form-control::placeholder {
    opacity: 1
}

.new-form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.new-form-control:-ms-input-placeholder {
    color: #fff;
}

.new-form-control::-webkit-input-placeholder {
    color: #fff;
}

.new-form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.new-form-control[disabled],
.new-form-control[readonly],
fieldset[disabled] .new-form-control {
    background-color: #eee;
    opacity: 1
}

.new-form-control[disabled],
fieldset[disabled] .new-form-control {
    cursor: not-allowed
}

textarea.new-form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input,
input[type="password"],
input[type="text"],
input[type="email"],
textarea,
.new-form-control {
    margin-bottom: 10px;
    box-shadow: 0px 1px rgba(136, 136, 136, .5) !important;
    padding: 5px 10px;
}





.new-h2, .new-h4 {
    margin-top: 20px;
    margin-bottom: 10px;
	line-height: 1.1;
}

.new-btn-success {
    color: #fff;
}

.new-btn-success:hover {
    color: #fff;
    
}

/*bootstrap css*/


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
	
}
.new-form-check-label {
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
    max-width: 100%;
}
input, textarea, select {
    border: 1px solid #000 !important;
}
input, input[type="password"], input[type="text"], textarea, .new-form-control {
    font-weight: 300;
   
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="checkbox"], input[type="radio"] {
    margin: 4px 0 0;
        margin-bottom: 0px;
        margin-left: 0px;
   
}
.new-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.new-row {
    margin-right: -15px;
    margin-left: -15px;
}

#email{
    width: 100%;
	background: #A7A8A0;
	color: white;
}



.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .new-form-group::after, .form-horizontal .new-form-group::before, .modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .new-row::after, .new-row::before {
    display: table;
    content: " ";
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.btn-group-vertical > .btn-group::after, .btn-toolbar::after, .clearfix::after, .container-fluid::after, .container::after, .dl-horizontal dd::after, .form-horizontal .new-form-group::after, .modal-footer::after, .modal-header::after, .nav::after, .navbar-collapse::after, .navbar-header::after, .navbar::after, .pager::after, .panel-body::after, .new-row::after {
    clear: both;
}











/*quote css*/
@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700,900&subset=hebrew,latin-ext');
.new-form-group {
    margin-bottom: 15px;
}
.new-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.new-form-control,
.new-form-control:hover{
	border: 1px solid #ccc !important;
}
.pull-left {
    float: left !important;
}
.new-btn-success {
    color: #fff;
    border-color: #4cae4c;
}
.new-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
textarea.new-form-control {
    height: auto;
}
.new-text-center{
	text-align: center;
}

.new-form-control {
    border-radius: 0px;
}

textarea.new-form-control {
    height: 132px;
}
.new-btn{
	border-radius: 0;
	padding: 8px 26px;
}
.bs-custom-11031{
	text-decoration: none;
	font-size: 16px;
}
.bs-custom-11032{
	margin-bottom: 0;
	margin-top: 0;
}
.new-bs-custom-005{
	padding-top: 35px;
}

input {
  border: 1px solid #ccc !important;
	color: #555;
    margin-bottom: .5em;
    width: 50%;
    height: 34px;
}

.new-form-check-label {
    text-align: left;
}

	.new-form-control {
    margin-bottom: 10px;
    box-shadow: 0px 3px #888888;
	}
	.error{
		float: right;
	}
	.color-01{
		color: #f00;
	}
	input[type=checkbox] {
		width: auto;
		height: auto;
	}

	

.new-bs-custom-005 .new-h2,
.new-bs-custom-005 .new-h4,
.new-bs-custom-005 .new-form-check-label{

	font-weight: 300;
    color: rgba(24,24,24,1);
}

.new-bs-custom-005 .new-form-check-label
{
    line-height: 1;
    font-size: 100%;
    padding-bottom: 5px;
}
.new-bs-custom-005 h2{
	 font-size: 28px;
    padding-bottom: 5px;
}
.new-bs-custom-005 h2{
    font-size: 25px;
    padding-bottom: 3.5px;
}
.new-bs-custom-005 .checkbox p {
    font-size: 18px;
    text-transform: capitalize;
}

.new-bs-custom-005 h4{
	font-size: 18px;
}

input, input[type="password"], input[type="text"], textarea,
.new-form-control {
    margin-bottom: 10px;
    box-shadow: 0px 1px rgba(136,136,136,.5) !important;
	padding: 5px 10px;
}


a, .checkbox p a{
	text-decoration: none;
}

.new-form-check-input {
    margin: 20px 2px 0 0 !important;
}
	
/**/



.new-form-group {
    margin-bottom: 15px;
}


/* The Modal (background) */
.new-modal  {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(255, 255, 255, 0.8); /* Black w/ opacity */
  right: 0;
bottom: 0;
outline: 0;

}
.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: .5s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
	  
/* Modal Content */
.new-modal-content {
  margin: auto;
  padding: 20px;
  width: auto;
  position: relative;
  border-radius: 6px;
outline: 0;
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.new-form-check-label {
	font-size: 20px;
}

.new-form-check-input {
    width: auto;
    float: left;
    height: auto;
}
.popup-alert-danger,
.alert-danger {
    background: none;
    border: none;
}

.close {
    color: #222;
    opacity: .5;
}

.close {
    position: inherit;
    margin-top: 8px;
}

.new-bs-custom-005 {
    padding-top: 35px;
    max-width: 850px;
    margin: 0 20px;
}

.new-row-002 {
    background: #fff;
    max-width: 600px;
}

.new-modal-content {
    background:transparent;
box-shadow: none;
border: none;
}

.new-modal-content h2 {
padding-bottom: 20px;
font-size: 24px;
}

	  @media only screen and (max-width:991px) {
	  
		  .new-modal-content h2 {
			text-align:left;
			}
	  
	  }

.new-modal-content .new-btn {
    margin-top: 20px;
    margin-bottom: 30px;
}

.new-form-control{background: #A7A8A0; color: white;}
.new-form-control::-webkit-input-placeholder { color: white; }  /* WebKit, Blink, Edge */
.new-form-control:-moz-placeholder { color: white; }  /* Mozilla Firefox 4 to 18 */
.new-form-control::-moz-placeholder { color: white; }  /* Mozilla Firefox 19+ */
.new-form-control:-ms-input-placeholder { color: white; }  /* Internet Explorer 10-11 */
.new-form-control::-ms-input-placeholder { color: white; }  /* Microsoft Edge */

input[type=radio] {
    display: none;
}

.new-form-check-inline .new-form-check-label {
    width: 45px;
    height: 20px;
    text-align: center;
    margin-bottom: 10px;
    user-select: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(#fff, #eee);
    border-radius: 0;
    float: left;
    margin-left:  5px;
    line-height: normal;
}

input[type=radio]:checked  + .new-form-check {
  background: gray;
}

/**/

.new-bs-custom-005 .new-h2{
	    font-family: 'Old Standard TT';
}

.new-form-check-inline .new-form-check-label {
    line-height: 1;
    padding: 4px 5px 2.5px;
    background: #eee;
    width: auto;
}

/**/


.new-bs-custom-005 .new-h2{
	   font-size: 24px;
}
.new-bs-custom-005 .new-h4{
	   font-size: 16px;
}

a, a:active, a:focus, a:link, a:visited {
	color: #1E8BFF;
}


.new-form-check-inline .new-form-check-label {
    line-height: 1;
    padding: 4.5px 5px;
    background: #eee;
    width: auto;
	 font-size: 12px;
}

.new-bs-custom-005 .new-h2{
	 font-family: 'Lato';
}
input,
.close,
.new-btn,
.new-bs-custom-005 .new-h4,
.new-modal-content,
.new-form-control,
.new-form-check-label{
 font-family: 'Lato';
}





