html, body {
	font-size:15px;
	font-family: 'Raleway', sans-serif;
}
#very-top {
	width:100%;
	background-color:#363636;
	padding:15px 0;
}
#very-top p {
	font-family: 'Roboto Condensed', sans-serif;
	color:#999;
	font-size:14px;
	margin:0;
}
#very-top a {
	color:#9c8662;
	transition:0.5s ease;
}
#very-top a:hover {
	color:#fff;
	text-decoration:none;
}
#very-top i {
	margin-left:5px;
	margin-right:5px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
#content {
	margin-top:50px;
	margin-bottom:100px;
}
#navbar-bg {
	background-color:rgba(0,0,0,0.9);
	padding:5px 0;
}
.navbar-default {
	background-color:transparent;
	border:0;
	margin-top: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size:18px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color:transparent;
	border-bottom:2px solid #9c8662;
	color:#9c8662;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background-color:transparent;
	border-bottom:2px solid #9c8662;
	color:#9c8662;
}
h2.block_title {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    line-height: 120%;
    font-size: 26px;
    color: #363636;
    text-transform: uppercase;
		margin-top:50px;
}
h2.block_title:before {
    background: #bb9453;
}
h2.block_title:before {
    content: "";
    background: #bb9453;
    float: right;
    position: absolute;
    margin-top: 40px;
    width: 60px;
    z-index: 10;
    height: 2px;
}
#parallax {
	background:url(../img/parallax.jpg)fixed #363636;
	background-size: cover;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 255, 255);
  padding: 100px 0px;
  background-attachment: fixed !important;
}
.slides_times {
    float: left;
    text-align: center;
}
.titleborderOut .titleborder:after, .slides_times li.ds_wtime {
    background: #bb9453;
}
.slides_times li.ds_wtime {
    background: #9c8662;
    color: #fff;
    width: 125px;
    height: 125px;
    float: left;
    border-radius: 90%;
    display: inline-block;
    margin-right: 28px;
    margin-bottom: 30px;
    text-align: center;
}
.ds_day {
    font-size: 44px;
    font-family: 'Raleway', sans-serif;
	font-weight:bold;
    margin-top: 35px;
    text-transform: uppercase;
    line-height: 90%!important;
}
.closed {
    background: #343434 !important;
}
ul.price_ul {
    margin-top: 10px;
	list-style:none;
	padding-left:0px;
}
ul.price_ul li {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}
.price_title {
    float: left;
	font-size: 18px;
}
.price_right {
    color: #9c8662;
	font-size: 18px;
}
.price_right {
    float: right;
    font-weight: 600;
    color: #9c8662;
}
.small-logo {
	max-width:100px;
	margin-right:15px;
}
.color {
	color:#9c8662;
}
h4 {
	font-size: 36px;
    background: none;
    color: #999;
    padding: 0px 0;
    cursor: pointer;
	margin-bottom:15px;
	text-transform:uppercase;
}
#footer h5 {
	font-size: 26px;
    background: none;
    color: #fff;
    padding: 0px 0;
    cursor: pointer;
	margin-bottom:15px;
	text-transform:uppercase;
}
#lower-section {
	margin-bottom:30px;
}
#footer {
	background-color:#363636;
	color:#fff;
	padding:50px 0;
}
#copyright {
	padding:30px 0;
	background-color:#000;
	color:#fff;
}
.copyright-img {
	max-width:80px;
}
/*-----COPY CODE BELOW INTO YOUR EXISTING STYLESHEET-----*/
#form {
width: 100%;
}

/*-----error/success messages-----*/
#error {
display:none;
background: #e74c3c;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

#success{
display:none;
background: #2ecc71;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

/*-----form elements-----*/
#easy {
float:left;
max-width: 100%;
margin: auto;
}

#easy .input {
width: 49%;
float: left;
margin: 0 0 20px 0;
}

#easy .textarea {
width: 100%;
margin: 0 0 15px 0;
}

#easy .last {
float: right;
}

#easy input.text,
#easy textarea {
font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
font-size:1em;
padding: 8px 8px;
border: 1px solid #cecece;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
float: left;
margin: 0;
outline: none;
}


#easy input[type=text]:focus,
#easy input[type=tel]:focus,
#easy textarea:focus {
margin-right: 0px;
box-shadow: 0 0 3px rgba(52, 152, 219, 1);
border: 1px solid rgba(52, 152, 219, 1);
}

#easy input:hover,
#easy textarea:hover {
border: 1px solid #3498db;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

#easy textarea {
height: 200px;
}

#easy span {
color:red;
}

#easy .verification {
width: 100%;
height: 42px;
float: left;
}

#easy #vimage {
width: 99px;
height: 42px;
float: left;
}

#easy .refresh {
width: 42px;
height: 42px;
display: block;
float: left;
margin: 0 7px;
border:0;
}

#easy #verify {
width: 145px;
height: 40px;
float: left;
margin: 0;
padding:8px;
}

#easy button {
float: right;
display: block;
width: 125px;
background: #3498db;
padding: 12px 20px 7px !important;
color: #fff;
box-shadow: 0 7px 0 #007dbd;
text-align: center;
margin:0;
border:0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
cursor:pointer;
}

#easy button:hover {
background: #0064a2;
box-shadow: 0 7px 0 #004c87;
}
.clear {
	clear:both;
	padding-top:5px;
}
.btn-dark {
	background-color:#343434;
	color:#fff;
	transition:all 0.3s ease-in-out;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus{
	background-color:#578553;
	color:#fff;
}
.btn-light {
	background-color:#9c8662;
	color:#343434;
	transition:all 0.3s ease-in-out;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
	background-color:#855353;
	color:#fff;
}

ul.cov19 {
	padding-left:15px;
}
ul.cov19 li {
	margin-bottom:5px;
}
.container-new {
  display: flex;
}
.left-half {
	background-image:url(../img/home-3.jpg);
	background-position:center;
	background-attachment:scroll;
	background-size:cover;
  background-color: #9c8662;
  flex: 2;
  padding: 1rem;
	min-height:700px;
}
.right-half {
  background-color: #9c8662;
	color:#fff;
  flex: 1;
  padding: 10rem;
}
.right-half h4 {
	color:#fff;
	cursor:default;
}
.right-half h2.block_title {
	color:#fff;
}
.slides_times li.ds_wtime {
	margin-bottom:0;
}
#parallax {
	border-top-width:3px;
	border-bottom-width:3px;
	border-color:#9c8662;
}
#parallax h2 {
	color:#fff;
	margin-bottom:30px;
}
