.close{
			color: #fff !important;
		}
		.close:hover{
			color:orangered !important;
		}
		.container {
            position: relative;
        }
        .content {
            padding: 40px 15px;
        }
        .popup {
            display: none;
        }
        .jumbotron {
            margin-top: 20px;
        }
      .modal-header{
        background-color:#202020;
       }
		.modal-header h4{
			color: #fff;
			font-weight:800;
		}
       .modal-body{
        padding: 20px;
       }
       .modal-body label{
         font-size: 16px;
        color:#000;
       }
       .pad{
        padding-top: 10px;
       }
       .btn-l{
        height: 40px;
		   padding: 0px 20px;
          border-radius: 50px;
          border: 1px solid #F78A39;
          background-color: #F78A39;
          color: #fff;
          font-size: 16px;
          transition: all 0.5s ease-in-out 0s;
          margin-right: 30px;
       }
       .btn-l:hover{
          color:#F78A39 !important;
          background-color: transparent;
          text-shadow: none;
       }
.modal-content{
	 
    border: 1px solid #674F2C !important;
   border-radius: 0px !important;
}
.formcontact input[type="text"], .formcontact select, .formcontact textarea, .formcontact input[type="tel"], .formcontact input[type="email"], .formcontact input[type="datetime-local"] {
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    background: #F0F0F0;
	padding: 5px;
}
.pad h3{
	margin: 0px;
	padding-bottom: 10px;
	color:#202020;
}
.pad h3, .pad h1{
	display: inline;
}
.pad .oldpri{
	text-decoration: line-through;
	text-decoration-color: #F78A39;
	font-size: 16px;
}
.pad .newpri{
	font-size: 22px;
	font-weight: 600;	
}
.pad h5{
	font-size: 16px;
	color: #F78A39;
	font-weight: 600;
	font-style: italic;
}
.pad p, .pad h5{
	display: inline;
}
.modal-body .regular-checkbox:checked + label {
    background-color: #000;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #fff;
}
.modal-body a{
	color: #F78A39;
}
.modal-body .regular-checkbox + label {
    background-color: transparent;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
.modal-body .tag label{
	padding-left: 10px;
}
@media (min-width: 768px){
	.fade .modal-dialog{
		width: 750px;
	}
}