html , body{
	height: 100%;
	width: 100%;
	font-family: 'Maven Pro', sans-serif;
	font-size:14px;
	background-color:#fff4e7;
	color:#58595b;
	line-height: 25px;
	transition-duration: 500ms;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.row:before, .row:after {
    display: inline-block;
}
.twentytwenty-container img {
    min-height: 100%;
}
.modal-header{
	border-bottom:#fce2c5 solid 1px;
}
#myHeader{
	background-color:white;
	border-bottom:#fce2c5 solid 4px;
	background-position:bottom;
	background-repeat:repeat-x;
	/*min-height:107px;*/
}
#map{
    min-width:160px;
}
#con{
	max-width: 90%;
	margin:auto;
}
#logo{
    padding:20px 0;
}
.modal-content{
  	background-color:#fff4e7;  
}
.modal-content b,.modal-title{
  	color:#3a6da2;  
}
.oimg{
    border:5px solid #fff4e7;
}
.mb-30{
    margin-bottom:30px;
}
.oimg:hover{
    border:5px solid #fff;
}
button:focus {
	outline: none;
}
.boldh{
    color: #3a6da2;
}
.boldh a{
    color: #3a6da2;
}
.row{
	max-width: 100% !important;
}
.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 0;
	/*top: 112px;*/
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 1rem;
	background-color: white;
}
.sidebar a {
	text-decoration: none;
	font-size: 13px;
	color: #818181;
	display: block;
	transition: 0.3s;

}
.spacermenu{
	border: 1px solid rgba(0,0,0,.125);
}
.sidebar a:hover {
	color: #000;
	font-weight:bold;
}
.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	margin-left: 50px;
	font-size:15px
}
.openbtn {
	cursor: pointer;
	color: #000;
	border: none;
	background-color:white;
	font-size:14px;
	font-weight:500;
	color:black;
	letter-spacing: 5px
}
.mbg {
    background: #fff4e7;
    width:100%;
    border-top: 1px solid #fce2c5;
}
.mbb {
    border-bottom: 1px solid #fce2c5;
}
.card{
    background: #fff4e7;
    border:0;
    border-radius:0;
}
.card a{
	font-size:12px !important;
    border-bottom: 1px solid #fce2c5;
    padding-bottom: 12px;
}
.card p:last-child a{
	font-size:12px !important;
    border-bottom: 0px solid #d2d2d2;
    padding-bottom: 0px;
}
.card p:last-child{
    margin-bottom: 0px;
}
#main {
	transition: margin-left .5s;
	padding: 24px;
    margin: auto;
    font-size: 120%;
}
.openbtn span, .rotate span{
	display: inline-block;
	letter-spacing: 0px
}
.openbtn:hover span ,.rotate:hover span {
	animation: rotate-btn .5s linear 1;
	-webkit-animation: rotate-btn .5s linear 1;
}
@keyframes rotate-btn {
	0% {
		transform: translateX(0%) translateY(0%) rotate(0deg);
	}
	100% {
		transform: translateX(0%) translateY(0%) rotate(360deg);
	}
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidebar {
		padding-top: 15px;
	}
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:999;
	background-color:white
}
#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99;
	height: 100%;
}
#status {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	/*background-image: url(ajax-loader.gif);*/
	background-repeat: no-repeat;
	background-position: center;
	margin: -50px 0 0 -50px;
}
.lg a{
	font-weight: 500;
	color:black;
	font-size: 14px;
	text-decoration:none;
	margin:0 10px;
}
.lg a:last-child{
	margin-right:0;
	border-bottom:2px solid #fff;
}
.lg a:hover{
	text-decoration:none;
	border-bottom:2px solid #fce2c5
}
.active{
	border-bottom:2px solid #fce2c5 !important
}
.twentytwenty-container{
    /*height:100vh !important;*/
}
.white{
    background: #ffffff;
    line-height: 20px;
}
.whitea{
max-width: 800px !important;
line-height: 24px;
}
.whitea a, .whitea span {
    color: #58595b;
    font-size: 85%;
    text-decoration:none;
}
.whitea a:hover{
    color: rgb(215, 171, 122);
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #fff; /* Set a background color */
  color: #58595b; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 85%; /* Increase font size */
}

#myBtn:hover {
  background-color: #fce2c5; /* Add a dark-grey background on hover */
}


input[type=text],input[type=number],input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #fce2c5;
  color: #000;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin-top:10px
}

input[type=submit]:hover {
  background-color: #000;
    color: white;
}

.b800 {
max-width:800px;
margin:auto
}

.containerform form {
max-width:650px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}



/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
